From 16880938bbe0f03bc475e1bffccbef6043ac1b1d Mon Sep 17 00:00:00 2001 From: Caleb White Date: Tue, 4 Jun 2024 23:48:31 -0500 Subject: [PATCH] chore: generate --- php/src/grammar.json | 1983 +- php/src/node-types.json | 416 +- php/src/parser.c | 186722 ++++++++++++++++---------------- php_only/src/grammar.json | 1983 +- php_only/src/node-types.json | 412 +- php_only/src/parser.c | 183399 ++++++++++++++++--------------- 6 files changed, 188243 insertions(+), 186672 deletions(-) diff --git a/php/src/grammar.json b/php/src/grammar.json index 79a9028d..4ea74941 100644 --- a/php/src/grammar.json +++ b/php/src/grammar.json @@ -344,7 +344,7 @@ "members": [ { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" }, { "type": "REPEAT", @@ -357,7 +357,7 @@ }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } ] } @@ -453,96 +453,33 @@ "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "function", - "flags": "i" - }, - "named": false, - "value": "function" + "type": "SYMBOL", + "name": "namespace_use_clause" }, { - "type": "ALIAS", + "type": "REPEAT", "content": { - "type": "PATTERN", - "value": "const", - "flags": "i" - }, - "named": false, - "value": "const" - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "namespace_use_clause" - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "SYMBOL", - "name": "namespace_use_clause" - } - ] + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "namespace_use_clause" } - } - ] + ] + } } ] }, { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "\\" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "STRING", - "value": "\\" - }, - { - "type": "SYMBOL", - "name": "namespace_use_group" - } - ] + "type": "SYMBOL", + "name": "namespace_use_group" } ] }, @@ -556,33 +493,71 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" + "type": "FIELD", + "name": "type", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "function", + "flags": "i" + }, + "named": false, + "value": "function" + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "const", + "flags": "i" + }, + "named": false, + "value": "const" + } + ] }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + { + "type": "BLANK" + } + ] + } + }, + { + "type": "SYMBOL", + "name": "_name" }, { "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "namespace_aliasing_clause" + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "as", + "flags": "i" + }, + "named": false, + "value": "as" + }, + { + "type": "FIELD", + "name": "alias", + "content": { + "type": "SYMBOL", + "name": "name" + } + } + ] }, { "type": "BLANK" @@ -595,8 +570,29 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "namespace_name_as_prefix" + "type": "FIELD", + "name": "prefix", + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "namespace_name" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "\\" + } + ] + } }, { "type": "SYMBOL", @@ -604,70 +600,27 @@ } ] }, - "namespace_name_as_prefix": { + "_name": { "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "\\" - }, - { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "\\" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "STRING", - "value": "\\" - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "namespace", - "flags": "i" - }, - "named": false, - "value": "namespace" - }, - { - "type": "STRING", - "value": "\\" - } - ] + "type": "SYMBOL", + "name": "_identifier" }, { + "type": "SYMBOL", + "name": "qualified_name" + } + ] + }, + "namespace_name": { + "type": "PREC_RIGHT", + "value": 1, + "content": { + "type": "REPEAT1", + "content": { "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "namespace", - "flags": "i" - }, - "named": false, - "value": "namespace" - }, { "type": "CHOICE", "members": [ @@ -682,149 +635,64 @@ }, { "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "STRING", - "value": "\\" + "name": "name" } ] } - ] + } }, - "namespace_name": { + "namespace_use_group": { "type": "SEQ", "members": [ { "type": "SYMBOL", - "name": "name" + "name": "namespace_name" }, { - "type": "REPEAT", + "type": "STRING", + "value": "\\" + }, + { + "type": "FIELD", + "name": "body", "content": { "type": "SEQ", "members": [ { "type": "STRING", - "value": "\\" + "value": "{" }, { - "type": "SYMBOL", - "name": "name" - } - ] - } - } - ] - }, - "namespace_aliasing_clause": { - "type": "SEQ", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "as", - "flags": "i" - }, - "named": false, - "value": "as" - }, - { - "type": "SYMBOL", - "name": "name" - } - ] - }, - "namespace_use_group": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "{" - }, - { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "namespace_use_group_clause" - }, - { - "type": "REPEAT", - "content": { "type": "SEQ", "members": [ { - "type": "STRING", - "value": "," + "type": "SYMBOL", + "name": "namespace_use_clause" }, { - "type": "SYMBOL", - "name": "namespace_use_group_clause" + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "namespace_use_clause" + } + ] + } } ] + }, + { + "type": "STRING", + "value": "}" } - } - ] - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "namespace_use_group_clause": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "function", - "flags": "i" - }, - "named": false, - "value": "function" - }, - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "const", - "flags": "i" - }, - "named": false, - "value": "const" - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "namespace_aliasing_clause" - }, - { - "type": "BLANK" - } - ] + ] + } } ] }, @@ -919,26 +787,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "REPEAT", @@ -950,26 +800,8 @@ "value": "," }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" } ] } @@ -1268,18 +1100,6 @@ "type": "SYMBOL", "name": "declaration_list" } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_semicolon" - }, - { - "type": "BLANK" - } - ] } ] } @@ -1351,26 +1171,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "REPEAT", @@ -1382,26 +1184,8 @@ "value": "," }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" } ] } @@ -1612,8 +1396,17 @@ ] }, { - "type": "SYMBOL", - "name": "_semicolon" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semicolon" + }, + { + "type": "SYMBOL", + "name": "property_hook_list" + } + ] } ] }, @@ -1654,15 +1447,32 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "variable_name" + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "variable_name" + } }, { "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "property_initializer" + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "=" + }, + { + "type": "FIELD", + "name": "default_value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] }, { "type": "BLANK" @@ -1671,20 +1481,27 @@ } ] }, - "property_initializer": { + "property_hook_list": { "type": "SEQ", "members": [ { "type": "STRING", - "value": "=" + "value": "{" }, { - "type": "SYMBOL", - "name": "expression" + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "property_hook" + } + }, + { + "type": "STRING", + "value": "}" } ] }, - "method_declaration": { + "property_hook": { "type": "SEQ", "members": [ { @@ -1703,26 +1520,141 @@ } ] }, - { - "type": "REPEAT", - "content": { - "type": "SYMBOL", - "name": "_modifier" - } - }, - { - "type": "SYMBOL", - "name": "_function_definition_header" - }, { "type": "CHOICE", "members": [ { "type": "FIELD", - "name": "body", + "name": "final", "content": { "type": "SYMBOL", - "name": "compound_statement" + "name": "final_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "reference_modifier", + "content": { + "type": "SYMBOL", + "name": "reference_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "name" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "parameters", + "content": { + "type": "SYMBOL", + "name": "formal_parameters" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_property_hook_body" + } + ] + }, + "_property_hook_body": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "=>" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "_semicolon" + } + ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "compound_statement" + } + }, + { + "type": "SYMBOL", + "name": "_semicolon" + } + ] + }, + "method_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "attributes", + "content": { + "type": "SYMBOL", + "name": "attribute_list" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_modifier" + } + }, + { + "type": "SYMBOL", + "name": "_function_definition_header" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "compound_statement" } }, { @@ -1765,26 +1697,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "REPEAT", @@ -1796,26 +1710,8 @@ "value": "," }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" } ] } @@ -2074,22 +1970,8 @@ "type": "FIELD", "name": "name", "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - } - ] + "type": "SYMBOL", + "name": "_identifier" } }, { @@ -2114,22 +1996,80 @@ } ] }, - "_arrow_function_header": { + "anonymous_function": { "type": "SEQ", "members": [ { - "type": "CHOICE", + "type": "SYMBOL", + "name": "_anonymous_function_header" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "compound_statement" + } + } + ] + }, + "anonymous_function_use_clause": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "use", + "flags": "i" + }, + "named": false, + "value": "use" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", "members": [ { - "type": "FIELD", - "name": "attributes", - "content": { - "type": "SYMBOL", - "name": "attribute_list" - } + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "by_ref" + }, + { + "type": "SYMBOL", + "name": "variable_name" + } + ] }, { - "type": "BLANK" + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "by_ref" + }, + { + "type": "SYMBOL", + "name": "variable_name" + } + ] + } + ] + } } ] }, @@ -2137,8 +2077,8 @@ "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "static_modifier" + "type": "STRING", + "value": "," }, { "type": "BLANK" @@ -2146,13 +2086,149 @@ ] }, { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "fn", - "flags": "i" - }, - "named": false, + "type": "STRING", + "value": ")" + } + ] + }, + "_anonymous_function_header": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "attributes", + "content": { + "type": "SYMBOL", + "name": "attribute_list" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "static_modifier", + "content": { + "type": "SYMBOL", + "name": "static_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "function", + "flags": "i" + }, + "named": false, + "value": "function" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "reference_modifier", + "content": { + "type": "SYMBOL", + "name": "reference_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "parameters", + "content": { + "type": "SYMBOL", + "name": "formal_parameters" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "anonymous_function_use_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_return_type" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_arrow_function_header": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "attributes", + "content": { + "type": "SYMBOL", + "name": "attribute_list" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "static_modifier", + "content": { + "type": "SYMBOL", + "name": "static_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "fn", + "flags": "i" + }, + "named": false, "value": "fn" }, { @@ -2389,6 +2465,18 @@ "type": "BLANK" } ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "property_hook_list" + }, + { + "type": "BLANK" + } + ] } ] }, @@ -2900,22 +2988,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - } - ] + "type": "SYMBOL", + "name": "_identifier" }, { "type": "STRING", @@ -4762,7 +4836,7 @@ }, { "type": "SYMBOL", - "name": "anonymous_function_creation_expression" + "name": "anonymous_function" }, { "type": "SYMBOL", @@ -4827,16 +4901,7 @@ "members": [ { "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" + "name": "_identifier" }, { "type": "SEQ", @@ -4883,364 +4948,186 @@ } ] }, - "anonymous_function_creation_expression": { - "type": "SEQ", + "object_creation_expression": { + "type": "CHOICE", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "attributes", - "content": { - "type": "SYMBOL", - "name": "attribute_list" - } - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "_new_dereferencable_expression" }, { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "static_modifier", - "content": { - "type": "SYMBOL", - "name": "static_modifier" - } + "type": "SYMBOL", + "name": "_new_non_dereferencable_expression" + } + ] + }, + "_new_non_dereferencable_expression": { + "type": "PREC_RIGHT", + "value": 23, + "content": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "new", + "flags": "i" }, - { - "type": "BLANK" - } - ] - }, - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "function", - "flags": "i" + "named": false, + "value": "new" }, - "named": false, - "value": "function" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "reference_modifier", - "content": { - "type": "SYMBOL", - "name": "reference_modifier" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "parameters", - "content": { - "type": "SYMBOL", - "name": "formal_parameters" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "anonymous_function_use_clause" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_return_type" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "body", - "content": { + { "type": "SYMBOL", - "name": "compound_statement" + "name": "_class_name_reference" } - } - ] + ] + } }, - "anonymous_function_use_clause": { - "type": "SEQ", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "use", - "flags": "i" - }, - "named": false, - "value": "use" - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "variable_reference" - }, - "named": true, - "value": "by_ref" - }, - { - "type": "SYMBOL", - "name": "variable_name" - } - ] + "_new_dereferencable_expression": { + "type": "PREC_RIGHT", + "value": 23, + "content": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "new", + "flags": "i" }, - { - "type": "REPEAT", - "content": { + "named": false, + "value": "new" + }, + { + "type": "CHOICE", + "members": [ + { "type": "SEQ", "members": [ { - "type": "STRING", - "value": "," + "type": "SYMBOL", + "name": "_class_name_reference" }, { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "variable_reference" - }, - "named": true, - "value": "by_ref" - }, - { - "type": "SYMBOL", - "name": "variable_name" - } - ] + "type": "SYMBOL", + "name": "arguments" } ] + }, + { + "type": "SYMBOL", + "name": "anonymous_class" } - } - ] + ] + } + ] + } + }, + "_class_name_reference": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_name" }, { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "_new_variable" }, { - "type": "STRING", - "value": ")" + "type": "SYMBOL", + "name": "parenthesized_expression" } ] }, - "object_creation_expression": { + "anonymous_class": { "type": "PREC_RIGHT", - "value": 23, + "value": 0, "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "ALIAS", + "type": "FIELD", + "name": "attributes", "content": { - "type": "PATTERN", - "value": "new", - "flags": "i" - }, - "named": false, - "value": "new" - }, - { - "type": "SYMBOL", - "name": "_class_type_designator" + "type": "SYMBOL", + "name": "attribute_list" + } }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "arguments" - }, - { - "type": "BLANK" - } - ] + "type": "BLANK" } ] }, { - "type": "SEQ", + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_modifier" + } + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "class", + "flags": "i" + }, + "named": false, + "value": "class" + }, + { + "type": "CHOICE", "members": [ { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "new", - "flags": "i" - }, - "named": false, - "value": "new" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "attributes", - "content": { - "type": "SYMBOL", - "name": "attribute_list" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "class", - "flags": "i" - }, - "named": false, - "value": "class" + "type": "SYMBOL", + "name": "arguments" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "arguments" - }, - { - "type": "BLANK" - } - ] - }, + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "base_clause" - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "base_clause" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "class_interface_clause" - }, - { - "type": "BLANK" - } - ] - }, + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ { "type": "SYMBOL", - "name": "declaration_list" + "name": "class_interface_clause" + }, + { + "type": "BLANK" } ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "declaration_list" + } } ] } }, - "_class_type_designator": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "qualified_name" - }, - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "subscript_expression" - }, - { - "type": "SYMBOL", - "name": "member_access_expression" - }, - { - "type": "SYMBOL", - "name": "nullsafe_member_access_expression" - }, - { - "type": "SYMBOL", - "name": "scoped_property_access_expression" - }, - { - "type": "SYMBOL", - "name": "_variable_name" - }, - { - "type": "SYMBOL", - "name": "parenthesized_expression" - } - ] - }, "update_expression": { "type": "PREC_LEFT", "value": 21, @@ -5620,6 +5507,10 @@ "named": true, "value": "cast_expression" }, + { + "type": "SYMBOL", + "name": "_new_variable" + }, { "type": "SYMBOL", "name": "_callable_variable" @@ -5638,6 +5529,31 @@ } ] }, + "_variable_member_access_expression": { + "type": "PREC", + "value": 25, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "object", + "content": { + "type": "SYMBOL", + "name": "_new_variable" + } + }, + { + "type": "STRING", + "value": "->" + }, + { + "type": "SYMBOL", + "name": "_member_name" + } + ] + } + }, "member_access_expression": { "type": "PREC", "value": 25, @@ -5663,6 +5579,31 @@ ] } }, + "_variable_nullsafe_member_access_expression": { + "type": "PREC", + "value": 25, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "object", + "content": { + "type": "SYMBOL", + "name": "_new_variable" + } + }, + { + "type": "STRING", + "value": "?->" + }, + { + "type": "SYMBOL", + "name": "_member_name" + } + ] + } + }, "nullsafe_member_access_expression": { "type": "PREC", "value": 25, @@ -5688,6 +5629,44 @@ ] } }, + "_variable_scoped_property_access_expression": { + "type": "PREC", + "value": 25, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "scope", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_name" + }, + { + "type": "SYMBOL", + "name": "_new_variable" + } + ] + } + }, + { + "type": "STRING", + "value": "::" + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "_simple_variable" + } + } + ] + } + }, "scoped_property_access_expression": { "type": "PREC", "value": 25, @@ -5711,7 +5690,7 @@ "name": "name", "content": { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } } ] @@ -6016,35 +5995,6 @@ } ] }, - "_callable_variable": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_variable_name" - }, - { - "type": "SYMBOL", - "name": "subscript_expression" - }, - { - "type": "SYMBOL", - "name": "member_call_expression" - }, - { - "type": "SYMBOL", - "name": "nullsafe_member_call_expression" - }, - { - "type": "SYMBOL", - "name": "scoped_call_expression" - }, - { - "type": "SYMBOL", - "name": "function_call_expression" - } - ] - }, "function_call_expression": { "type": "PREC", "value": 24, @@ -6059,20 +6009,7 @@ "members": [ { "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" + "name": "_name" }, { "type": "SYMBOL", @@ -6105,11 +6042,16 @@ }, { "type": "SYMBOL", - "name": "array_creation_expression" + "name": "_dereferencable_scalar" }, { - "type": "SYMBOL", - "name": "_string" + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_new_dereferencable_expression" + }, + "named": true, + "value": "object_creation_expression" } ] }, @@ -6147,28 +6089,15 @@ } }, "_scope_resolution_qualifier": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "relative_scope" - }, - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "relative_scope" }, { "type": "SYMBOL", - "name": "qualified_name" + "name": "_name" }, { "type": "SYMBOL", @@ -6218,10 +6147,10 @@ "type": "CHOICE", "members": [ { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { "type": "SEQ", @@ -6249,27 +6178,27 @@ ] }, { - "type": "BLANK" + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] } ] }, { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "variadic_placeholder" } ] }, { - "type": "SYMBOL", - "name": "variadic_placeholder" + "type": "BLANK" } ] }, @@ -6497,22 +6426,13 @@ "content": { "type": "CHOICE", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, { "type": "SYMBOL", - "name": "name" + "name": "_identifier" }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } ] } @@ -6540,57 +6460,69 @@ } ] }, - "subscript_expression": { + "_variable_subscript_expression": { "type": "SEQ", "members": [ { "type": "SYMBOL", - "name": "_dereferencable_expression" + "name": "_new_variable" }, { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "SEQ", + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "expression" - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "expression" }, { - "type": "STRING", - "value": "]" + "type": "BLANK" } ] }, { - "type": "SEQ", + "type": "STRING", + "value": "]" + } + ] + } + ] + }, + "_dereferencable_subscript_expression": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_dereferencable_expression" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", "members": [ - { - "type": "STRING", - "value": "{" - }, { "type": "SYMBOL", "name": "expression" }, { - "type": "STRING", - "value": "}" + "type": "BLANK" } ] + }, + { + "type": "STRING", + "value": "]" } ] } @@ -6606,6 +6538,15 @@ "type": "SYMBOL", "name": "_variable" }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_new_dereferencable_expression" + }, + "named": true, + "value": "object_creation_expression" + }, { "type": "SYMBOL", "name": "class_constant_access_expression" @@ -6616,24 +6557,24 @@ }, { "type": "SYMBOL", - "name": "array_creation_expression" + "name": "_dereferencable_scalar" }, { "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, + "name": "_name" + } + ] + } + }, + "_dereferencable_scalar": { + "type": "PREC", + "value": 26, + "content": { + "type": "CHOICE", + "members": [ { "type": "SYMBOL", - "name": "qualified_name" + "name": "array_creation_expression" }, { "type": "SYMBOL", @@ -6834,26 +6775,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "CHOICE", @@ -7006,7 +6929,7 @@ }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" }, { "type": "ALIAS", @@ -7662,7 +7585,7 @@ }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } ] }, @@ -7689,42 +7612,112 @@ } ] }, - "_variable_name": { + "_simple_variable": { "type": "CHOICE", "members": [ { "type": "SYMBOL", - "name": "dynamic_variable_name" + "name": "variable_name" }, { "type": "SYMBOL", - "name": "variable_name" + "name": "dynamic_variable_name" } ] }, - "variable_name": { - "type": "SEQ", + "_new_variable": { + "type": "PREC", + "value": 1, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_simple_variable" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_subscript_expression" + }, + "named": true, + "value": "subscript_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_member_access_expression" + }, + "named": true, + "value": "member_access_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_nullsafe_member_access_expression" + }, + "named": true, + "value": "nullsafe_member_access_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_scoped_property_access_expression" + }, + "named": true, + "value": "scoped_property_access_expression" + } + ] + } + }, + "_callable_variable": { + "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "$" + "type": "SYMBOL", + "name": "_simple_variable" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_dereferencable_subscript_expression" + }, + "named": true, + "value": "subscript_expression" }, { "type": "SYMBOL", - "name": "name" + "name": "member_call_expression" + }, + { + "type": "SYMBOL", + "name": "nullsafe_member_call_expression" + }, + { + "type": "SYMBOL", + "name": "function_call_expression" + }, + { + "type": "SYMBOL", + "name": "scoped_call_expression" } ] }, - "variable_reference": { + "variable_name": { "type": "SEQ", "members": [ { "type": "STRING", - "value": "&" + "value": "$" }, { "type": "SYMBOL", - "name": "variable_name" + "name": "name" } ] }, @@ -7736,21 +7729,8 @@ "value": "&" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_callable_variable" - }, - { - "type": "SYMBOL", - "name": "member_access_expression" - }, - { - "type": "SYMBOL", - "name": "nullsafe_member_access_expression" - } - ] + "type": "SYMBOL", + "name": "_variable" } ] }, @@ -7897,7 +7877,7 @@ "name": "right", "content": { "type": "SYMBOL", - "name": "_class_type_designator" + "name": "_class_name_reference" } } ] @@ -8950,6 +8930,24 @@ } ] }, + "_identifier": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "name" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_reserved_identifier" + }, + "named": true, + "value": "name" + } + ] + }, "comment": { "type": "TOKEN", "content": { @@ -9073,18 +9071,16 @@ [ "if_statement" ], - [ - "namespace_name" - ], [ "heredoc_body" ], [ - "namespace_name_as_prefix" + "namespace_name", + "named_type" ], [ - "namespace_use_declaration", - "namespace_name_as_prefix" + "namespace_name", + "qualified_name" ] ], "precedences": [], @@ -9139,14 +9135,7 @@ } ], "inline": [ - "_semicolon", - "_member_name", - "_variable", - "_callable_variable", - "_callable_expression", - "_foreach_value", - "_class_type_designator", - "_variable_name" + "_variable" ], "supertypes": [ "statement", diff --git a/php/src/node-types.json b/php/src/node-types.json index da77ce63..e1244234 100644 --- a/php/src/node-types.json +++ b/php/src/node-types.json @@ -112,7 +112,7 @@ "named": true, "subtypes": [ { - "type": "anonymous_function_creation_expression", + "type": "anonymous_function", "named": true }, { @@ -367,7 +367,75 @@ "fields": {} }, { - "type": "anonymous_function_creation_expression", + "type": "anonymous_class", + "named": true, + "fields": { + "attributes": { + "multiple": false, + "required": false, + "types": [ + { + "type": "attribute_list", + "named": true + } + ] + }, + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "declaration_list", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "abstract_modifier", + "named": true + }, + { + "type": "arguments", + "named": true + }, + { + "type": "base_clause", + "named": true + }, + { + "type": "class_interface_clause", + "named": true + }, + { + "type": "final_modifier", + "named": true + }, + { + "type": "readonly_modifier", + "named": true + }, + { + "type": "static_modifier", + "named": true + }, + { + "type": "var_modifier", + "named": true + }, + { + "type": "visibility_modifier", + "named": true + } + ] + } + }, + { + "type": "anonymous_function", "named": true, "fields": { "attributes": { @@ -623,17 +691,17 @@ "named": true } ] + }, + "static_modifier": { + "multiple": false, + "required": false, + "types": [ + { + "type": "static_modifier", + "named": true + } + ] } - }, - "children": { - "multiple": false, - "required": false, - "types": [ - { - "type": "static_modifier", - "named": true - } - ] } }, { @@ -1121,6 +1189,10 @@ "multiple": false, "required": true, "types": [ + { + "type": "cast_expression", + "named": true + }, { "type": "dynamic_variable_name", "named": true @@ -1149,6 +1221,10 @@ "type": "scoped_call_expression", "named": true }, + { + "type": "scoped_property_access_expression", + "named": true + }, { "type": "subscript_expression", "named": true @@ -1333,6 +1409,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -2234,6 +2314,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -2836,6 +2920,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -2960,6 +3048,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -3125,21 +3217,6 @@ ] } }, - { - "type": "namespace_aliasing_clause", - "named": true, - "fields": {}, - "children": { - "multiple": false, - "required": true, - "types": [ - { - "type": "name", - "named": true - } - ] - } - }, { "type": "namespace_definition", "named": true, @@ -3181,37 +3258,43 @@ ] } }, - { - "type": "namespace_name_as_prefix", - "named": true, - "fields": {}, - "children": { - "multiple": false, - "required": false, - "types": [ - { - "type": "namespace_name", - "named": true - } - ] - } - }, { "type": "namespace_use_clause", "named": true, - "fields": {}, + "fields": { + "alias": { + "multiple": false, + "required": false, + "types": [ + { + "type": "name", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "const", + "named": false + }, + { + "type": "function", + "named": false + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ { "type": "name", "named": true }, - { - "type": "namespace_aliasing_clause", - "named": true - }, { "type": "qualified_name", "named": true @@ -3227,10 +3310,6 @@ "multiple": true, "required": true, "types": [ - { - "type": "namespace_name", - "named": true - }, { "type": "namespace_use_clause", "named": true @@ -3245,30 +3324,34 @@ { "type": "namespace_use_group", "named": true, - "fields": {}, - "children": { - "multiple": true, - "required": true, - "types": [ - { - "type": "namespace_use_group_clause", - "named": true - } - ] - } - }, - { - "type": "namespace_use_group_clause", - "named": true, - "fields": {}, + "fields": { + "body": { + "multiple": true, + "required": true, + "types": [ + { + "type": ",", + "named": false + }, + { + "type": "namespace_use_clause", + "named": true + }, + { + "type": "{", + "named": false + }, + { + "type": "}", + "named": false + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ - { - "type": "namespace_aliasing_clause", - "named": true - }, { "type": "namespace_name", "named": true @@ -3414,6 +3497,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -3538,6 +3625,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -3573,36 +3664,17 @@ { "type": "object_creation_expression", "named": true, - "fields": { - "attributes": { - "multiple": false, - "required": false, - "types": [ - { - "type": "attribute_list", - "named": true - } - ] - } - }, + "fields": {}, "children": { "multiple": true, - "required": true, + "required": false, "types": [ { - "type": "arguments", - "named": true - }, - { - "type": "base_clause", - "named": true - }, - { - "type": "class_interface_clause", + "type": "anonymous_class", "named": true }, { - "type": "declaration_list", + "type": "arguments", "named": true }, { @@ -3785,6 +3857,10 @@ "type": "property_element", "named": true }, + { + "type": "property_hook_list", + "named": true + }, { "type": "readonly_modifier", "named": true @@ -3807,32 +3883,109 @@ { "type": "property_element", "named": true, - "fields": {}, + "fields": { + "default_value": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "variable_name", + "named": true + } + ] + } + } + }, + { + "type": "property_hook", + "named": true, + "fields": { + "attributes": { + "multiple": false, + "required": false, + "types": [ + { + "type": "attribute_list", + "named": true + } + ] + }, + "body": { + "multiple": false, + "required": false, + "types": [ + { + "type": "compound_statement", + "named": true + }, + { + "type": "expression", + "named": true + } + ] + }, + "final": { + "multiple": false, + "required": false, + "types": [ + { + "type": "final_modifier", + "named": true + } + ] + }, + "parameters": { + "multiple": false, + "required": false, + "types": [ + { + "type": "formal_parameters", + "named": true + } + ] + }, + "reference_modifier": { + "multiple": false, + "required": false, + "types": [ + { + "type": "reference_modifier", + "named": true + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ { - "type": "property_initializer", - "named": true - }, - { - "type": "variable_name", + "type": "name", "named": true } ] } }, { - "type": "property_initializer", + "type": "property_hook_list", "named": true, "fields": {}, "children": { - "multiple": false, - "required": true, + "multiple": true, + "required": false, "types": [ { - "type": "expression", + "type": "property_hook", "named": true } ] @@ -3902,23 +4055,44 @@ } ] } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "property_hook_list", + "named": true + } + ] } }, { "type": "qualified_name", "named": true, - "fields": {}, + "fields": { + "prefix": { + "multiple": true, + "required": true, + "types": [ + { + "type": "\\", + "named": false + }, + { + "type": "namespace_name", + "named": true + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ { "type": "name", "named": true - }, - { - "type": "namespace_name_as_prefix", - "named": true } ] } @@ -4145,6 +4319,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -4255,6 +4433,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -4524,6 +4706,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -5511,11 +5697,11 @@ }, { "type": "float", - "named": true + "named": false }, { "type": "float", - "named": false + "named": true }, { "type": "fn", diff --git a/php/src/parser.c b/php/src/parser.c index a213ec3d..f0b0ed0e 100644 --- a/php/src/parser.c +++ b/php/src/parser.c @@ -5,15 +5,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2670 -#define LARGE_STATE_COUNT 572 -#define SYMBOL_COUNT 410 +#define STATE_COUNT 2603 +#define LARGE_STATE_COUNT 525 +#define SYMBOL_COUNT 427 #define ALIAS_COUNT 0 #define TOKEN_COUNT 193 #define EXTERNAL_TOKEN_COUNT 12 -#define FIELD_COUNT 26 +#define FIELD_COUNT 29 #define MAX_ALIAS_SEQUENCE_LENGTH 12 -#define PRODUCTION_ID_COUNT 186 +#define PRODUCTION_ID_COUNT 195 enum ts_symbol_identifiers { sym_name = 1, @@ -29,10 +29,10 @@ enum ts_symbol_identifiers { aux_sym_global_declaration_token1 = 11, aux_sym_namespace_definition_token1 = 12, aux_sym_namespace_use_declaration_token1 = 13, - aux_sym_namespace_use_declaration_token2 = 14, - aux_sym_namespace_use_declaration_token3 = 15, - anon_sym_BSLASH = 16, - aux_sym_namespace_aliasing_clause_token1 = 17, + aux_sym_namespace_use_clause_token1 = 14, + aux_sym_namespace_use_clause_token2 = 15, + aux_sym_namespace_use_clause_token3 = 16, + anon_sym_BSLASH = 17, anon_sym_LBRACE = 18, anon_sym_RBRACE = 19, aux_sym_trait_declaration_token1 = 20, @@ -48,15 +48,15 @@ enum ts_symbol_identifiers { aux_sym_abstract_modifier_token1 = 30, aux_sym_readonly_modifier_token1 = 31, aux_sym_class_interface_clause_token1 = 32, - sym_var_modifier = 33, - aux_sym_use_instead_of_clause_token1 = 34, - aux_sym_visibility_modifier_token1 = 35, - aux_sym_visibility_modifier_token2 = 36, - aux_sym_visibility_modifier_token3 = 37, - aux_sym__arrow_function_header_token1 = 38, - anon_sym_EQ_GT = 39, - anon_sym_LPAREN = 40, - anon_sym_RPAREN = 41, + anon_sym_EQ_GT = 33, + sym_var_modifier = 34, + aux_sym_use_instead_of_clause_token1 = 35, + aux_sym_visibility_modifier_token1 = 36, + aux_sym_visibility_modifier_token2 = 37, + aux_sym_visibility_modifier_token3 = 38, + anon_sym_LPAREN = 39, + anon_sym_RPAREN = 40, + aux_sym__arrow_function_header_token1 = 41, anon_sym_DOT_DOT_DOT = 42, anon_sym_QMARK = 43, sym_bottom_type = 44, @@ -124,7 +124,7 @@ enum ts_symbol_identifiers { aux_sym_clone_expression_token1 = 106, anon_sym_COLON_COLON = 107, aux_sym_print_intrinsic_token1 = 108, - aux_sym_object_creation_expression_token1 = 109, + aux_sym__new_non_dereferencable_expression_token1 = 109, anon_sym_DASH_DASH = 110, anon_sym_PLUS_PLUS = 111, anon_sym_STAR_STAR_EQ = 112, @@ -221,32 +221,32 @@ enum ts_symbol_identifiers { sym_namespace_use_declaration = 203, sym_namespace_use_clause = 204, sym_qualified_name = 205, - sym_namespace_name_as_prefix = 206, + sym__name = 206, sym_namespace_name = 207, - sym_namespace_aliasing_clause = 208, - sym_namespace_use_group = 209, - sym_namespace_use_group_clause = 210, - sym_trait_declaration = 211, - sym_interface_declaration = 212, - sym_base_clause = 213, - sym_enum_declaration = 214, - sym_enum_declaration_list = 215, - sym__enum_member_declaration = 216, - sym_enum_case = 217, - sym_class_declaration = 218, - sym_declaration_list = 219, - sym_final_modifier = 220, - sym_abstract_modifier = 221, - sym_readonly_modifier = 222, - sym_class_interface_clause = 223, - sym__member_declaration = 224, - sym_const_declaration = 225, - sym__class_const_declaration = 226, - sym__const_declaration = 227, - sym_property_declaration = 228, - sym__modifier = 229, - sym_property_element = 230, - sym_property_initializer = 231, + sym_namespace_use_group = 208, + sym_trait_declaration = 209, + sym_interface_declaration = 210, + sym_base_clause = 211, + sym_enum_declaration = 212, + sym_enum_declaration_list = 213, + sym__enum_member_declaration = 214, + sym_enum_case = 215, + sym_class_declaration = 216, + sym_declaration_list = 217, + sym_final_modifier = 218, + sym_abstract_modifier = 219, + sym_readonly_modifier = 220, + sym_class_interface_clause = 221, + sym__member_declaration = 222, + sym_const_declaration = 223, + sym__class_const_declaration = 224, + sym__const_declaration = 225, + sym_property_declaration = 226, + sym__modifier = 227, + sym_property_element = 228, + sym_property_hook_list = 229, + sym_property_hook = 230, + sym__property_hook_body = 231, sym_method_declaration = 232, sym_static_modifier = 233, sym_use_declaration = 234, @@ -256,175 +256,192 @@ enum ts_symbol_identifiers { sym_visibility_modifier = 238, sym_function_definition = 239, sym__function_definition_header = 240, - sym__arrow_function_header = 241, - sym_arrow_function = 242, - sym_formal_parameters = 243, - sym_property_promotion_parameter = 244, - sym_simple_parameter = 245, - sym_variadic_parameter = 246, - sym_type = 247, - sym__types = 248, - sym_named_type = 249, - sym_optional_type = 250, - sym_union_type = 251, - sym_intersection_type = 252, - sym_disjunctive_normal_form_type = 253, - sym_primitive_type = 254, - sym_cast_type = 255, - sym__return_type = 256, - sym_const_element = 257, - sym_echo_statement = 258, - sym_exit_statement = 259, - sym_unset_statement = 260, - sym_declare_statement = 261, - sym_declare_directive = 262, - sym_literal = 263, - sym_try_statement = 264, - sym_catch_clause = 265, - sym_type_list = 266, - sym_finally_clause = 267, - sym_goto_statement = 268, - sym_continue_statement = 269, - sym_break_statement = 270, - sym_return_statement = 271, - sym_throw_expression = 272, - sym_while_statement = 273, - sym_do_statement = 274, - sym_for_statement = 275, - sym__expressions = 276, - sym_sequence_expression = 277, - sym_foreach_statement = 278, - sym_foreach_pair = 279, - sym_if_statement = 280, - sym_colon_block = 281, - sym_else_if_clause = 282, - sym_else_clause = 283, - sym_else_if_clause_2 = 284, - sym_else_clause_2 = 285, - sym_match_expression = 286, - sym_match_block = 287, - sym_match_condition_list = 288, - sym_match_conditional_expression = 289, - sym_match_default_expression = 290, - sym_switch_statement = 291, - sym_switch_block = 292, - sym_case_statement = 293, - sym_default_statement = 294, - sym_compound_statement = 295, - sym_named_label_statement = 296, - sym_expression_statement = 297, - sym_expression = 298, - sym__unary_expression = 299, - sym_unary_op_expression = 300, - sym_error_suppression_expression = 301, - sym_clone_expression = 302, - sym_primary_expression = 303, - sym_parenthesized_expression = 304, - sym_class_constant_access_expression = 305, - sym_print_intrinsic = 306, - sym_anonymous_function_creation_expression = 307, - sym_anonymous_function_use_clause = 308, - sym_object_creation_expression = 309, - sym_update_expression = 310, - sym_cast_expression = 311, - sym_cast_variable = 312, - sym_assignment_expression = 313, - sym_reference_assignment_expression = 314, - sym_conditional_expression = 315, - sym_augmented_assignment_expression = 316, - sym_member_access_expression = 317, - sym_nullsafe_member_access_expression = 318, - sym_scoped_property_access_expression = 319, - sym_list_literal = 320, - sym__list_destructing = 321, - sym__array_destructing = 322, - sym__array_destructing_element = 323, - sym_function_call_expression = 324, - sym_scoped_call_expression = 325, - sym__scope_resolution_qualifier = 326, - sym_relative_scope = 327, - sym_variadic_placeholder = 328, - sym_arguments = 329, - sym_argument = 330, - sym__argument_name = 331, - sym_member_call_expression = 332, - sym_nullsafe_member_call_expression = 333, - sym_variadic_unpacking = 334, - sym_subscript_expression = 335, - sym__dereferencable_expression = 336, - sym_array_creation_expression = 337, - sym_attribute_group = 338, - sym_attribute_list = 339, - sym_attribute = 340, - sym__complex_string_part = 341, - sym__simple_string_member_access_expression = 342, - sym__simple_string_subscript_unary_expression = 343, - sym__simple_string_array_access_argument = 344, - sym__simple_string_subscript_expression = 345, - sym__simple_string_part = 346, - aux_sym__interpolated_string_body = 347, - aux_sym__interpolated_string_body_heredoc = 348, - sym_encapsed_string = 349, - sym_string = 350, - sym_string_content = 351, - sym_heredoc_body = 352, - sym_heredoc = 353, - sym_nowdoc_body = 354, - sym_nowdoc = 355, - aux_sym__interpolated_execution_operator_body = 356, - sym_shell_command_expression = 357, - sym_boolean = 358, - sym_null = 359, - sym__string = 360, - sym_dynamic_variable_name = 361, - sym_variable_name = 362, - sym_variable_reference = 363, - sym_by_ref = 364, - sym_yield_expression = 365, - sym_array_element_initializer = 366, - sym_binary_expression = 367, - sym_include_expression = 368, - sym_include_once_expression = 369, - sym_require_expression = 370, - sym_require_once_expression = 371, - sym__reserved_identifier = 372, - aux_sym_program_repeat1 = 373, - aux_sym_text_repeat1 = 374, - aux_sym_function_static_declaration_repeat1 = 375, - aux_sym_global_declaration_repeat1 = 376, - aux_sym_namespace_use_declaration_repeat1 = 377, - aux_sym_namespace_name_repeat1 = 378, - aux_sym_namespace_use_group_repeat1 = 379, - aux_sym_base_clause_repeat1 = 380, - aux_sym_enum_declaration_list_repeat1 = 381, - aux_sym_class_declaration_repeat1 = 382, - aux_sym_declaration_list_repeat1 = 383, - aux_sym__const_declaration_repeat1 = 384, - aux_sym_property_declaration_repeat1 = 385, - aux_sym_use_list_repeat1 = 386, - aux_sym_formal_parameters_repeat1 = 387, - aux_sym_union_type_repeat1 = 388, - aux_sym_intersection_type_repeat1 = 389, - aux_sym_disjunctive_normal_form_type_repeat1 = 390, - aux_sym_unset_statement_repeat1 = 391, - aux_sym_try_statement_repeat1 = 392, - aux_sym_type_list_repeat1 = 393, - aux_sym_if_statement_repeat1 = 394, - aux_sym_if_statement_repeat2 = 395, - aux_sym_match_block_repeat1 = 396, - aux_sym_match_condition_list_repeat1 = 397, - aux_sym_switch_block_repeat1 = 398, - aux_sym_anonymous_function_use_clause_repeat1 = 399, - aux_sym__list_destructing_repeat1 = 400, - aux_sym__array_destructing_repeat1 = 401, - aux_sym_arguments_repeat1 = 402, - aux_sym_array_creation_expression_repeat1 = 403, - aux_sym_attribute_group_repeat1 = 404, - aux_sym_attribute_list_repeat1 = 405, - aux_sym_string_repeat1 = 406, - aux_sym_string_content_repeat1 = 407, - aux_sym_heredoc_body_repeat1 = 408, - aux_sym_nowdoc_body_repeat1 = 409, + sym_anonymous_function = 241, + sym_anonymous_function_use_clause = 242, + sym__anonymous_function_header = 243, + sym__arrow_function_header = 244, + sym_arrow_function = 245, + sym_formal_parameters = 246, + sym_property_promotion_parameter = 247, + sym_simple_parameter = 248, + sym_variadic_parameter = 249, + sym_type = 250, + sym__types = 251, + sym_named_type = 252, + sym_optional_type = 253, + sym_union_type = 254, + sym_intersection_type = 255, + sym_disjunctive_normal_form_type = 256, + sym_primitive_type = 257, + sym_cast_type = 258, + sym__return_type = 259, + sym_const_element = 260, + sym_echo_statement = 261, + sym_exit_statement = 262, + sym_unset_statement = 263, + sym_declare_statement = 264, + sym_declare_directive = 265, + sym_literal = 266, + sym_try_statement = 267, + sym_catch_clause = 268, + sym_type_list = 269, + sym_finally_clause = 270, + sym_goto_statement = 271, + sym_continue_statement = 272, + sym_break_statement = 273, + sym_return_statement = 274, + sym_throw_expression = 275, + sym_while_statement = 276, + sym_do_statement = 277, + sym_for_statement = 278, + sym__expressions = 279, + sym_sequence_expression = 280, + sym_foreach_statement = 281, + sym_foreach_pair = 282, + sym__foreach_value = 283, + sym_if_statement = 284, + sym_colon_block = 285, + sym_else_if_clause = 286, + sym_else_clause = 287, + sym_else_if_clause_2 = 288, + sym_else_clause_2 = 289, + sym_match_expression = 290, + sym_match_block = 291, + sym_match_condition_list = 292, + sym_match_conditional_expression = 293, + sym_match_default_expression = 294, + sym_switch_statement = 295, + sym_switch_block = 296, + sym_case_statement = 297, + sym_default_statement = 298, + sym_compound_statement = 299, + sym_named_label_statement = 300, + sym_expression_statement = 301, + sym_expression = 302, + sym__unary_expression = 303, + sym_unary_op_expression = 304, + sym_error_suppression_expression = 305, + sym_clone_expression = 306, + sym_primary_expression = 307, + sym_parenthesized_expression = 308, + sym_class_constant_access_expression = 309, + sym_print_intrinsic = 310, + sym_object_creation_expression = 311, + sym__new_non_dereferencable_expression = 312, + sym__new_dereferencable_expression = 313, + sym__class_name_reference = 314, + sym_anonymous_class = 315, + sym_update_expression = 316, + sym_cast_expression = 317, + sym_cast_variable = 318, + sym_assignment_expression = 319, + sym_reference_assignment_expression = 320, + sym_conditional_expression = 321, + sym_augmented_assignment_expression = 322, + sym__variable_member_access_expression = 323, + sym_member_access_expression = 324, + sym__variable_nullsafe_member_access_expression = 325, + sym_nullsafe_member_access_expression = 326, + sym__variable_scoped_property_access_expression = 327, + sym_scoped_property_access_expression = 328, + sym_list_literal = 329, + sym__list_destructing = 330, + sym__array_destructing = 331, + sym__array_destructing_element = 332, + sym_function_call_expression = 333, + sym__callable_expression = 334, + sym_scoped_call_expression = 335, + sym__scope_resolution_qualifier = 336, + sym_relative_scope = 337, + sym_variadic_placeholder = 338, + sym_arguments = 339, + sym_argument = 340, + sym__argument_name = 341, + sym_member_call_expression = 342, + sym_nullsafe_member_call_expression = 343, + sym_variadic_unpacking = 344, + sym__member_name = 345, + sym__variable_subscript_expression = 346, + sym__dereferencable_subscript_expression = 347, + sym__dereferencable_expression = 348, + sym__dereferencable_scalar = 349, + sym_array_creation_expression = 350, + sym_attribute_group = 351, + sym_attribute_list = 352, + sym_attribute = 353, + sym__complex_string_part = 354, + sym__simple_string_member_access_expression = 355, + sym__simple_string_subscript_unary_expression = 356, + sym__simple_string_array_access_argument = 357, + sym__simple_string_subscript_expression = 358, + sym__simple_string_part = 359, + aux_sym__interpolated_string_body = 360, + aux_sym__interpolated_string_body_heredoc = 361, + sym_encapsed_string = 362, + sym_string = 363, + sym_string_content = 364, + sym_heredoc_body = 365, + sym_heredoc = 366, + sym_nowdoc_body = 367, + sym_nowdoc = 368, + aux_sym__interpolated_execution_operator_body = 369, + sym_shell_command_expression = 370, + sym_boolean = 371, + sym_null = 372, + sym__string = 373, + sym_dynamic_variable_name = 374, + sym__simple_variable = 375, + sym__new_variable = 376, + sym__callable_variable = 377, + sym_variable_name = 378, + sym_by_ref = 379, + sym_yield_expression = 380, + sym_array_element_initializer = 381, + sym_binary_expression = 382, + sym_include_expression = 383, + sym_include_once_expression = 384, + sym_require_expression = 385, + sym_require_once_expression = 386, + sym__reserved_identifier = 387, + sym__identifier = 388, + sym__semicolon = 389, + aux_sym_program_repeat1 = 390, + aux_sym_text_repeat1 = 391, + aux_sym_function_static_declaration_repeat1 = 392, + aux_sym_global_declaration_repeat1 = 393, + aux_sym_namespace_use_declaration_repeat1 = 394, + aux_sym_namespace_name_repeat1 = 395, + aux_sym_base_clause_repeat1 = 396, + aux_sym_enum_declaration_list_repeat1 = 397, + aux_sym_class_declaration_repeat1 = 398, + aux_sym_declaration_list_repeat1 = 399, + aux_sym__const_declaration_repeat1 = 400, + aux_sym_property_declaration_repeat1 = 401, + aux_sym_property_hook_list_repeat1 = 402, + aux_sym_use_list_repeat1 = 403, + aux_sym_anonymous_function_use_clause_repeat1 = 404, + aux_sym_formal_parameters_repeat1 = 405, + aux_sym_union_type_repeat1 = 406, + aux_sym_intersection_type_repeat1 = 407, + aux_sym_disjunctive_normal_form_type_repeat1 = 408, + aux_sym_unset_statement_repeat1 = 409, + aux_sym_try_statement_repeat1 = 410, + aux_sym_type_list_repeat1 = 411, + aux_sym_if_statement_repeat1 = 412, + aux_sym_if_statement_repeat2 = 413, + aux_sym_match_block_repeat1 = 414, + aux_sym_match_condition_list_repeat1 = 415, + aux_sym_switch_block_repeat1 = 416, + aux_sym__list_destructing_repeat1 = 417, + aux_sym__array_destructing_repeat1 = 418, + aux_sym_arguments_repeat1 = 419, + aux_sym_array_creation_expression_repeat1 = 420, + aux_sym_attribute_group_repeat1 = 421, + aux_sym_attribute_list_repeat1 = 422, + aux_sym_string_repeat1 = 423, + aux_sym_string_content_repeat1 = 424, + aux_sym_heredoc_body_repeat1 = 425, + aux_sym_nowdoc_body_repeat1 = 426, }; static const char * const ts_symbol_names[] = { @@ -442,10 +459,10 @@ static const char * const ts_symbol_names[] = { [aux_sym_global_declaration_token1] = "global", [aux_sym_namespace_definition_token1] = "namespace", [aux_sym_namespace_use_declaration_token1] = "use", - [aux_sym_namespace_use_declaration_token2] = "function", - [aux_sym_namespace_use_declaration_token3] = "const", + [aux_sym_namespace_use_clause_token1] = "function", + [aux_sym_namespace_use_clause_token2] = "const", + [aux_sym_namespace_use_clause_token3] = "as", [anon_sym_BSLASH] = "\\", - [aux_sym_namespace_aliasing_clause_token1] = "as", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [aux_sym_trait_declaration_token1] = "trait", @@ -461,15 +478,15 @@ static const char * const ts_symbol_names[] = { [aux_sym_abstract_modifier_token1] = "abstract", [aux_sym_readonly_modifier_token1] = "readonly", [aux_sym_class_interface_clause_token1] = "implements", + [anon_sym_EQ_GT] = "=>", [sym_var_modifier] = "var_modifier", [aux_sym_use_instead_of_clause_token1] = "insteadof", [aux_sym_visibility_modifier_token1] = "public", [aux_sym_visibility_modifier_token2] = "protected", [aux_sym_visibility_modifier_token3] = "private", - [aux_sym__arrow_function_header_token1] = "fn", - [anon_sym_EQ_GT] = "=>", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", + [aux_sym__arrow_function_header_token1] = "fn", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_QMARK] = "\?", [sym_bottom_type] = "bottom_type", @@ -537,7 +554,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_clone_expression_token1] = "clone", [anon_sym_COLON_COLON] = "::", [aux_sym_print_intrinsic_token1] = "print", - [aux_sym_object_creation_expression_token1] = "new", + [aux_sym__new_non_dereferencable_expression_token1] = "new", [anon_sym_DASH_DASH] = "--", [anon_sym_PLUS_PLUS] = "++", [anon_sym_STAR_STAR_EQ] = "**=", @@ -634,11 +651,9 @@ static const char * const ts_symbol_names[] = { [sym_namespace_use_declaration] = "namespace_use_declaration", [sym_namespace_use_clause] = "namespace_use_clause", [sym_qualified_name] = "qualified_name", - [sym_namespace_name_as_prefix] = "namespace_name_as_prefix", + [sym__name] = "_name", [sym_namespace_name] = "namespace_name", - [sym_namespace_aliasing_clause] = "namespace_aliasing_clause", [sym_namespace_use_group] = "namespace_use_group", - [sym_namespace_use_group_clause] = "namespace_use_group_clause", [sym_trait_declaration] = "trait_declaration", [sym_interface_declaration] = "interface_declaration", [sym_base_clause] = "base_clause", @@ -659,7 +674,9 @@ static const char * const ts_symbol_names[] = { [sym_property_declaration] = "property_declaration", [sym__modifier] = "_modifier", [sym_property_element] = "property_element", - [sym_property_initializer] = "property_initializer", + [sym_property_hook_list] = "property_hook_list", + [sym_property_hook] = "property_hook", + [sym__property_hook_body] = "_property_hook_body", [sym_method_declaration] = "method_declaration", [sym_static_modifier] = "static_modifier", [sym_use_declaration] = "use_declaration", @@ -669,6 +686,9 @@ static const char * const ts_symbol_names[] = { [sym_visibility_modifier] = "visibility_modifier", [sym_function_definition] = "function_definition", [sym__function_definition_header] = "_function_definition_header", + [sym_anonymous_function] = "anonymous_function", + [sym_anonymous_function_use_clause] = "anonymous_function_use_clause", + [sym__anonymous_function_header] = "_anonymous_function_header", [sym__arrow_function_header] = "_arrow_function_header", [sym_arrow_function] = "arrow_function", [sym_formal_parameters] = "formal_parameters", @@ -708,6 +728,7 @@ static const char * const ts_symbol_names[] = { [sym_sequence_expression] = "sequence_expression", [sym_foreach_statement] = "foreach_statement", [sym_foreach_pair] = "pair", + [sym__foreach_value] = "_foreach_value", [sym_if_statement] = "if_statement", [sym_colon_block] = "colon_block", [sym_else_if_clause] = "else_if_clause", @@ -735,9 +756,11 @@ static const char * const ts_symbol_names[] = { [sym_parenthesized_expression] = "parenthesized_expression", [sym_class_constant_access_expression] = "class_constant_access_expression", [sym_print_intrinsic] = "print_intrinsic", - [sym_anonymous_function_creation_expression] = "anonymous_function_creation_expression", - [sym_anonymous_function_use_clause] = "anonymous_function_use_clause", [sym_object_creation_expression] = "object_creation_expression", + [sym__new_non_dereferencable_expression] = "_new_non_dereferencable_expression", + [sym__new_dereferencable_expression] = "_new_dereferencable_expression", + [sym__class_name_reference] = "_class_name_reference", + [sym_anonymous_class] = "anonymous_class", [sym_update_expression] = "update_expression", [sym_cast_expression] = "cast_expression", [sym_cast_variable] = "cast_expression", @@ -745,14 +768,18 @@ static const char * const ts_symbol_names[] = { [sym_reference_assignment_expression] = "reference_assignment_expression", [sym_conditional_expression] = "conditional_expression", [sym_augmented_assignment_expression] = "augmented_assignment_expression", + [sym__variable_member_access_expression] = "member_access_expression", [sym_member_access_expression] = "member_access_expression", + [sym__variable_nullsafe_member_access_expression] = "nullsafe_member_access_expression", [sym_nullsafe_member_access_expression] = "nullsafe_member_access_expression", + [sym__variable_scoped_property_access_expression] = "scoped_property_access_expression", [sym_scoped_property_access_expression] = "scoped_property_access_expression", [sym_list_literal] = "list_literal", [sym__list_destructing] = "_list_destructing", [sym__array_destructing] = "_array_destructing", [sym__array_destructing_element] = "_array_destructing_element", [sym_function_call_expression] = "function_call_expression", + [sym__callable_expression] = "_callable_expression", [sym_scoped_call_expression] = "scoped_call_expression", [sym__scope_resolution_qualifier] = "_scope_resolution_qualifier", [sym_relative_scope] = "relative_scope", @@ -763,8 +790,11 @@ static const char * const ts_symbol_names[] = { [sym_member_call_expression] = "member_call_expression", [sym_nullsafe_member_call_expression] = "nullsafe_member_call_expression", [sym_variadic_unpacking] = "variadic_unpacking", - [sym_subscript_expression] = "subscript_expression", + [sym__member_name] = "_member_name", + [sym__variable_subscript_expression] = "subscript_expression", + [sym__dereferencable_subscript_expression] = "subscript_expression", [sym__dereferencable_expression] = "_dereferencable_expression", + [sym__dereferencable_scalar] = "_dereferencable_scalar", [sym_array_creation_expression] = "array_creation_expression", [sym_attribute_group] = "attribute_group", [sym_attribute_list] = "attribute_list", @@ -790,8 +820,10 @@ static const char * const ts_symbol_names[] = { [sym_null] = "null", [sym__string] = "_string", [sym_dynamic_variable_name] = "dynamic_variable_name", + [sym__simple_variable] = "_simple_variable", + [sym__new_variable] = "_new_variable", + [sym__callable_variable] = "_callable_variable", [sym_variable_name] = "variable_name", - [sym_variable_reference] = "by_ref", [sym_by_ref] = "by_ref", [sym_yield_expression] = "yield_expression", [sym_array_element_initializer] = "array_element_initializer", @@ -801,20 +833,23 @@ static const char * const ts_symbol_names[] = { [sym_require_expression] = "require_expression", [sym_require_once_expression] = "require_once_expression", [sym__reserved_identifier] = "name", + [sym__identifier] = "_identifier", + [sym__semicolon] = "_semicolon", [aux_sym_program_repeat1] = "program_repeat1", [aux_sym_text_repeat1] = "text_repeat1", [aux_sym_function_static_declaration_repeat1] = "function_static_declaration_repeat1", [aux_sym_global_declaration_repeat1] = "global_declaration_repeat1", [aux_sym_namespace_use_declaration_repeat1] = "namespace_use_declaration_repeat1", [aux_sym_namespace_name_repeat1] = "namespace_name_repeat1", - [aux_sym_namespace_use_group_repeat1] = "namespace_use_group_repeat1", [aux_sym_base_clause_repeat1] = "base_clause_repeat1", [aux_sym_enum_declaration_list_repeat1] = "enum_declaration_list_repeat1", [aux_sym_class_declaration_repeat1] = "class_declaration_repeat1", [aux_sym_declaration_list_repeat1] = "declaration_list_repeat1", [aux_sym__const_declaration_repeat1] = "_const_declaration_repeat1", [aux_sym_property_declaration_repeat1] = "property_declaration_repeat1", + [aux_sym_property_hook_list_repeat1] = "property_hook_list_repeat1", [aux_sym_use_list_repeat1] = "use_list_repeat1", + [aux_sym_anonymous_function_use_clause_repeat1] = "anonymous_function_use_clause_repeat1", [aux_sym_formal_parameters_repeat1] = "formal_parameters_repeat1", [aux_sym_union_type_repeat1] = "union_type_repeat1", [aux_sym_intersection_type_repeat1] = "intersection_type_repeat1", @@ -827,7 +862,6 @@ static const char * const ts_symbol_names[] = { [aux_sym_match_block_repeat1] = "match_block_repeat1", [aux_sym_match_condition_list_repeat1] = "match_condition_list_repeat1", [aux_sym_switch_block_repeat1] = "switch_block_repeat1", - [aux_sym_anonymous_function_use_clause_repeat1] = "anonymous_function_use_clause_repeat1", [aux_sym__list_destructing_repeat1] = "_list_destructing_repeat1", [aux_sym__array_destructing_repeat1] = "_array_destructing_repeat1", [aux_sym_arguments_repeat1] = "arguments_repeat1", @@ -855,10 +889,10 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_global_declaration_token1] = aux_sym_global_declaration_token1, [aux_sym_namespace_definition_token1] = aux_sym_namespace_definition_token1, [aux_sym_namespace_use_declaration_token1] = aux_sym_namespace_use_declaration_token1, - [aux_sym_namespace_use_declaration_token2] = aux_sym_namespace_use_declaration_token2, - [aux_sym_namespace_use_declaration_token3] = aux_sym_namespace_use_declaration_token3, + [aux_sym_namespace_use_clause_token1] = aux_sym_namespace_use_clause_token1, + [aux_sym_namespace_use_clause_token2] = aux_sym_namespace_use_clause_token2, + [aux_sym_namespace_use_clause_token3] = aux_sym_namespace_use_clause_token3, [anon_sym_BSLASH] = anon_sym_BSLASH, - [aux_sym_namespace_aliasing_clause_token1] = aux_sym_namespace_aliasing_clause_token1, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [aux_sym_trait_declaration_token1] = aux_sym_trait_declaration_token1, @@ -874,15 +908,15 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_abstract_modifier_token1] = aux_sym_abstract_modifier_token1, [aux_sym_readonly_modifier_token1] = aux_sym_readonly_modifier_token1, [aux_sym_class_interface_clause_token1] = aux_sym_class_interface_clause_token1, + [anon_sym_EQ_GT] = anon_sym_EQ_GT, [sym_var_modifier] = sym_var_modifier, [aux_sym_use_instead_of_clause_token1] = aux_sym_use_instead_of_clause_token1, [aux_sym_visibility_modifier_token1] = aux_sym_visibility_modifier_token1, [aux_sym_visibility_modifier_token2] = aux_sym_visibility_modifier_token2, [aux_sym_visibility_modifier_token3] = aux_sym_visibility_modifier_token3, - [aux_sym__arrow_function_header_token1] = aux_sym__arrow_function_header_token1, - [anon_sym_EQ_GT] = anon_sym_EQ_GT, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, + [aux_sym__arrow_function_header_token1] = aux_sym__arrow_function_header_token1, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_QMARK] = anon_sym_QMARK, [sym_bottom_type] = sym_bottom_type, @@ -950,7 +984,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_clone_expression_token1] = aux_sym_clone_expression_token1, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [aux_sym_print_intrinsic_token1] = aux_sym_print_intrinsic_token1, - [aux_sym_object_creation_expression_token1] = aux_sym_object_creation_expression_token1, + [aux_sym__new_non_dereferencable_expression_token1] = aux_sym__new_non_dereferencable_expression_token1, [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_STAR_STAR_EQ] = anon_sym_STAR_STAR_EQ, @@ -1047,11 +1081,9 @@ static const TSSymbol ts_symbol_map[] = { [sym_namespace_use_declaration] = sym_namespace_use_declaration, [sym_namespace_use_clause] = sym_namespace_use_clause, [sym_qualified_name] = sym_qualified_name, - [sym_namespace_name_as_prefix] = sym_namespace_name_as_prefix, + [sym__name] = sym__name, [sym_namespace_name] = sym_namespace_name, - [sym_namespace_aliasing_clause] = sym_namespace_aliasing_clause, [sym_namespace_use_group] = sym_namespace_use_group, - [sym_namespace_use_group_clause] = sym_namespace_use_group_clause, [sym_trait_declaration] = sym_trait_declaration, [sym_interface_declaration] = sym_interface_declaration, [sym_base_clause] = sym_base_clause, @@ -1072,7 +1104,9 @@ static const TSSymbol ts_symbol_map[] = { [sym_property_declaration] = sym_property_declaration, [sym__modifier] = sym__modifier, [sym_property_element] = sym_property_element, - [sym_property_initializer] = sym_property_initializer, + [sym_property_hook_list] = sym_property_hook_list, + [sym_property_hook] = sym_property_hook, + [sym__property_hook_body] = sym__property_hook_body, [sym_method_declaration] = sym_method_declaration, [sym_static_modifier] = sym_static_modifier, [sym_use_declaration] = sym_use_declaration, @@ -1082,6 +1116,9 @@ static const TSSymbol ts_symbol_map[] = { [sym_visibility_modifier] = sym_visibility_modifier, [sym_function_definition] = sym_function_definition, [sym__function_definition_header] = sym__function_definition_header, + [sym_anonymous_function] = sym_anonymous_function, + [sym_anonymous_function_use_clause] = sym_anonymous_function_use_clause, + [sym__anonymous_function_header] = sym__anonymous_function_header, [sym__arrow_function_header] = sym__arrow_function_header, [sym_arrow_function] = sym_arrow_function, [sym_formal_parameters] = sym_formal_parameters, @@ -1121,6 +1158,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_sequence_expression] = sym_sequence_expression, [sym_foreach_statement] = sym_foreach_statement, [sym_foreach_pair] = sym_foreach_pair, + [sym__foreach_value] = sym__foreach_value, [sym_if_statement] = sym_if_statement, [sym_colon_block] = sym_colon_block, [sym_else_if_clause] = sym_else_if_clause, @@ -1148,9 +1186,11 @@ static const TSSymbol ts_symbol_map[] = { [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_class_constant_access_expression] = sym_class_constant_access_expression, [sym_print_intrinsic] = sym_print_intrinsic, - [sym_anonymous_function_creation_expression] = sym_anonymous_function_creation_expression, - [sym_anonymous_function_use_clause] = sym_anonymous_function_use_clause, [sym_object_creation_expression] = sym_object_creation_expression, + [sym__new_non_dereferencable_expression] = sym__new_non_dereferencable_expression, + [sym__new_dereferencable_expression] = sym__new_dereferencable_expression, + [sym__class_name_reference] = sym__class_name_reference, + [sym_anonymous_class] = sym_anonymous_class, [sym_update_expression] = sym_update_expression, [sym_cast_expression] = sym_cast_expression, [sym_cast_variable] = sym_cast_expression, @@ -1158,14 +1198,18 @@ static const TSSymbol ts_symbol_map[] = { [sym_reference_assignment_expression] = sym_reference_assignment_expression, [sym_conditional_expression] = sym_conditional_expression, [sym_augmented_assignment_expression] = sym_augmented_assignment_expression, + [sym__variable_member_access_expression] = sym_member_access_expression, [sym_member_access_expression] = sym_member_access_expression, + [sym__variable_nullsafe_member_access_expression] = sym_nullsafe_member_access_expression, [sym_nullsafe_member_access_expression] = sym_nullsafe_member_access_expression, + [sym__variable_scoped_property_access_expression] = sym_scoped_property_access_expression, [sym_scoped_property_access_expression] = sym_scoped_property_access_expression, [sym_list_literal] = sym_list_literal, [sym__list_destructing] = sym__list_destructing, [sym__array_destructing] = sym__array_destructing, [sym__array_destructing_element] = sym__array_destructing_element, [sym_function_call_expression] = sym_function_call_expression, + [sym__callable_expression] = sym__callable_expression, [sym_scoped_call_expression] = sym_scoped_call_expression, [sym__scope_resolution_qualifier] = sym__scope_resolution_qualifier, [sym_relative_scope] = sym_relative_scope, @@ -1176,8 +1220,11 @@ static const TSSymbol ts_symbol_map[] = { [sym_member_call_expression] = sym_member_call_expression, [sym_nullsafe_member_call_expression] = sym_nullsafe_member_call_expression, [sym_variadic_unpacking] = sym_variadic_unpacking, - [sym_subscript_expression] = sym_subscript_expression, + [sym__member_name] = sym__member_name, + [sym__variable_subscript_expression] = sym__variable_subscript_expression, + [sym__dereferencable_subscript_expression] = sym__variable_subscript_expression, [sym__dereferencable_expression] = sym__dereferencable_expression, + [sym__dereferencable_scalar] = sym__dereferencable_scalar, [sym_array_creation_expression] = sym_array_creation_expression, [sym_attribute_group] = sym_attribute_group, [sym_attribute_list] = sym_attribute_list, @@ -1186,7 +1233,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__simple_string_member_access_expression] = sym_member_access_expression, [sym__simple_string_subscript_unary_expression] = sym_unary_op_expression, [sym__simple_string_array_access_argument] = sym__simple_string_array_access_argument, - [sym__simple_string_subscript_expression] = sym_subscript_expression, + [sym__simple_string_subscript_expression] = sym__variable_subscript_expression, [sym__simple_string_part] = sym__simple_string_part, [aux_sym__interpolated_string_body] = aux_sym__interpolated_string_body, [aux_sym__interpolated_string_body_heredoc] = aux_sym__interpolated_string_body_heredoc, @@ -1203,8 +1250,10 @@ static const TSSymbol ts_symbol_map[] = { [sym_null] = sym_null, [sym__string] = sym__string, [sym_dynamic_variable_name] = sym_dynamic_variable_name, + [sym__simple_variable] = sym__simple_variable, + [sym__new_variable] = sym__new_variable, + [sym__callable_variable] = sym__callable_variable, [sym_variable_name] = sym_variable_name, - [sym_variable_reference] = sym_by_ref, [sym_by_ref] = sym_by_ref, [sym_yield_expression] = sym_yield_expression, [sym_array_element_initializer] = sym_array_element_initializer, @@ -1214,20 +1263,23 @@ static const TSSymbol ts_symbol_map[] = { [sym_require_expression] = sym_require_expression, [sym_require_once_expression] = sym_require_once_expression, [sym__reserved_identifier] = sym_name, + [sym__identifier] = sym__identifier, + [sym__semicolon] = sym__semicolon, [aux_sym_program_repeat1] = aux_sym_program_repeat1, [aux_sym_text_repeat1] = aux_sym_text_repeat1, [aux_sym_function_static_declaration_repeat1] = aux_sym_function_static_declaration_repeat1, [aux_sym_global_declaration_repeat1] = aux_sym_global_declaration_repeat1, [aux_sym_namespace_use_declaration_repeat1] = aux_sym_namespace_use_declaration_repeat1, [aux_sym_namespace_name_repeat1] = aux_sym_namespace_name_repeat1, - [aux_sym_namespace_use_group_repeat1] = aux_sym_namespace_use_group_repeat1, [aux_sym_base_clause_repeat1] = aux_sym_base_clause_repeat1, [aux_sym_enum_declaration_list_repeat1] = aux_sym_enum_declaration_list_repeat1, [aux_sym_class_declaration_repeat1] = aux_sym_class_declaration_repeat1, [aux_sym_declaration_list_repeat1] = aux_sym_declaration_list_repeat1, [aux_sym__const_declaration_repeat1] = aux_sym__const_declaration_repeat1, [aux_sym_property_declaration_repeat1] = aux_sym_property_declaration_repeat1, + [aux_sym_property_hook_list_repeat1] = aux_sym_property_hook_list_repeat1, [aux_sym_use_list_repeat1] = aux_sym_use_list_repeat1, + [aux_sym_anonymous_function_use_clause_repeat1] = aux_sym_anonymous_function_use_clause_repeat1, [aux_sym_formal_parameters_repeat1] = aux_sym_formal_parameters_repeat1, [aux_sym_union_type_repeat1] = aux_sym_union_type_repeat1, [aux_sym_intersection_type_repeat1] = aux_sym_intersection_type_repeat1, @@ -1240,7 +1292,6 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_match_block_repeat1] = aux_sym_match_block_repeat1, [aux_sym_match_condition_list_repeat1] = aux_sym_match_condition_list_repeat1, [aux_sym_switch_block_repeat1] = aux_sym_switch_block_repeat1, - [aux_sym_anonymous_function_use_clause_repeat1] = aux_sym_anonymous_function_use_clause_repeat1, [aux_sym__list_destructing_repeat1] = aux_sym__list_destructing_repeat1, [aux_sym__array_destructing_repeat1] = aux_sym__array_destructing_repeat1, [aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1, @@ -1310,19 +1361,19 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym_namespace_use_declaration_token2] = { + [aux_sym_namespace_use_clause_token1] = { .visible = true, .named = false, }, - [aux_sym_namespace_use_declaration_token3] = { + [aux_sym_namespace_use_clause_token2] = { .visible = true, .named = false, }, - [anon_sym_BSLASH] = { + [aux_sym_namespace_use_clause_token3] = { .visible = true, .named = false, }, - [aux_sym_namespace_aliasing_clause_token1] = { + [anon_sym_BSLASH] = { .visible = true, .named = false, }, @@ -1386,6 +1437,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_EQ_GT] = { + .visible = true, + .named = false, + }, [sym_var_modifier] = { .visible = true, .named = true, @@ -1406,19 +1461,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym__arrow_function_header_token1] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_GT] = { + [anon_sym_LPAREN] = { .visible = true, .named = false, }, - [anon_sym_LPAREN] = { + [anon_sym_RPAREN] = { .visible = true, .named = false, }, - [anon_sym_RPAREN] = { + [aux_sym__arrow_function_header_token1] = { .visible = true, .named = false, }, @@ -1690,7 +1741,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym_object_creation_expression_token1] = { + [aux_sym__new_non_dereferencable_expression_token1] = { .visible = true, .named = false, }, @@ -2079,26 +2130,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_namespace_name_as_prefix] = { - .visible = true, + [sym__name] = { + .visible = false, .named = true, }, [sym_namespace_name] = { .visible = true, .named = true, }, - [sym_namespace_aliasing_clause] = { - .visible = true, - .named = true, - }, [sym_namespace_use_group] = { .visible = true, .named = true, }, - [sym_namespace_use_group_clause] = { - .visible = true, - .named = true, - }, [sym_trait_declaration] = { .visible = true, .named = true, @@ -2179,10 +2222,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_property_initializer] = { + [sym_property_hook_list] = { .visible = true, .named = true, }, + [sym_property_hook] = { + .visible = true, + .named = true, + }, + [sym__property_hook_body] = { + .visible = false, + .named = true, + }, [sym_method_declaration] = { .visible = true, .named = true, @@ -2219,6 +2270,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym_anonymous_function] = { + .visible = true, + .named = true, + }, + [sym_anonymous_function_use_clause] = { + .visible = true, + .named = true, + }, + [sym__anonymous_function_header] = { + .visible = false, + .named = true, + }, [sym__arrow_function_header] = { .visible = false, .named = true, @@ -2377,6 +2440,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__foreach_value] = { + .visible = false, + .named = true, + }, [sym_if_statement] = { .visible = true, .named = true, @@ -2487,15 +2554,23 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_anonymous_function_creation_expression] = { + [sym_object_creation_expression] = { .visible = true, .named = true, }, - [sym_anonymous_function_use_clause] = { - .visible = true, + [sym__new_non_dereferencable_expression] = { + .visible = false, .named = true, }, - [sym_object_creation_expression] = { + [sym__new_dereferencable_expression] = { + .visible = false, + .named = true, + }, + [sym__class_name_reference] = { + .visible = false, + .named = true, + }, + [sym_anonymous_class] = { .visible = true, .named = true, }, @@ -2527,14 +2602,26 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__variable_member_access_expression] = { + .visible = true, + .named = true, + }, [sym_member_access_expression] = { .visible = true, .named = true, }, + [sym__variable_nullsafe_member_access_expression] = { + .visible = true, + .named = true, + }, [sym_nullsafe_member_access_expression] = { .visible = true, .named = true, }, + [sym__variable_scoped_property_access_expression] = { + .visible = true, + .named = true, + }, [sym_scoped_property_access_expression] = { .visible = true, .named = true, @@ -2559,6 +2646,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__callable_expression] = { + .visible = false, + .named = true, + }, [sym_scoped_call_expression] = { .visible = true, .named = true, @@ -2599,7 +2690,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_subscript_expression] = { + [sym__member_name] = { + .visible = false, + .named = true, + }, + [sym__variable_subscript_expression] = { + .visible = true, + .named = true, + }, + [sym__dereferencable_subscript_expression] = { .visible = true, .named = true, }, @@ -2607,6 +2706,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym__dereferencable_scalar] = { + .visible = false, + .named = true, + }, [sym_array_creation_expression] = { .visible = true, .named = true, @@ -2707,11 +2810,19 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_variable_name] = { - .visible = true, + [sym__simple_variable] = { + .visible = false, .named = true, }, - [sym_variable_reference] = { + [sym__new_variable] = { + .visible = false, + .named = true, + }, + [sym__callable_variable] = { + .visible = false, + .named = true, + }, + [sym_variable_name] = { .visible = true, .named = true, }, @@ -2751,6 +2862,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__identifier] = { + .visible = false, + .named = true, + }, + [sym__semicolon] = { + .visible = false, + .named = true, + }, [aux_sym_program_repeat1] = { .visible = false, .named = false, @@ -2775,10 +2894,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_namespace_use_group_repeat1] = { - .visible = false, - .named = false, - }, [aux_sym_base_clause_repeat1] = { .visible = false, .named = false, @@ -2803,10 +2918,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_property_hook_list_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_use_list_repeat1] = { .visible = false, .named = false, }, + [aux_sym_anonymous_function_use_clause_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_formal_parameters_repeat1] = { .visible = false, .named = false, @@ -2855,10 +2978,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_anonymous_function_use_clause_repeat1] = { - .visible = false, - .named = false, - }, [aux_sym__list_destructing_repeat1] = { .visible = false, .named = false, @@ -2902,36 +3021,40 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { }; enum ts_field_identifiers { - field_alternative = 1, - field_argument = 2, - field_arguments = 3, - field_attributes = 4, - field_body = 5, - field_condition = 6, - field_conditional_expressions = 7, - field_default_value = 8, - field_end_tag = 9, - field_function = 10, - field_identifier = 11, - field_left = 12, - field_name = 13, - field_object = 14, - field_operator = 15, - field_parameters = 16, - field_readonly = 17, - field_reference_modifier = 18, - field_return_expression = 19, - field_return_type = 20, - field_right = 21, - field_scope = 22, - field_static_modifier = 23, - field_type = 24, - field_value = 25, - field_visibility = 26, + field_alias = 1, + field_alternative = 2, + field_argument = 3, + field_arguments = 4, + field_attributes = 5, + field_body = 6, + field_condition = 7, + field_conditional_expressions = 8, + field_default_value = 9, + field_end_tag = 10, + field_final = 11, + field_function = 12, + field_identifier = 13, + field_left = 14, + field_name = 15, + field_object = 16, + field_operator = 17, + field_parameters = 18, + field_prefix = 19, + field_readonly = 20, + field_reference_modifier = 21, + field_return_expression = 22, + field_return_type = 23, + field_right = 24, + field_scope = 25, + field_static_modifier = 26, + field_type = 27, + field_value = 28, + field_visibility = 29, }; static const char * const ts_field_names[] = { [0] = NULL, + [field_alias] = "alias", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", @@ -2941,6 +3064,7 @@ static const char * const ts_field_names[] = { [field_conditional_expressions] = "conditional_expressions", [field_default_value] = "default_value", [field_end_tag] = "end_tag", + [field_final] = "final", [field_function] = "function", [field_identifier] = "identifier", [field_left] = "left", @@ -2948,6 +3072,7 @@ static const char * const ts_field_names[] = { [field_object] = "object", [field_operator] = "operator", [field_parameters] = "parameters", + [field_prefix] = "prefix", [field_readonly] = "readonly", [field_reference_modifier] = "reference_modifier", [field_return_expression] = "return_expression", @@ -2962,907 +3087,913 @@ static const char * const ts_field_names[] = { static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, - [2] = {.index = 1, .length = 1}, - [3] = {.index = 2, .length = 1}, - [4] = {.index = 3, .length = 1}, - [5] = {.index = 4, .length = 2}, - [7] = {.index = 6, .length = 2}, - [8] = {.index = 8, .length = 2}, - [9] = {.index = 10, .length = 4}, - [10] = {.index = 14, .length = 2}, - [11] = {.index = 16, .length = 1}, - [12] = {.index = 17, .length = 2}, - [13] = {.index = 19, .length = 2}, - [14] = {.index = 21, .length = 2}, - [15] = {.index = 23, .length = 2}, - [16] = {.index = 25, .length = 2}, - [18] = {.index = 27, .length = 2}, - [19] = {.index = 29, .length = 2}, - [20] = {.index = 31, .length = 1}, - [21] = {.index = 32, .length = 5}, - [22] = {.index = 37, .length = 3}, - [23] = {.index = 40, .length = 2}, - [24] = {.index = 42, .length = 2}, - [25] = {.index = 44, .length = 2}, - [26] = {.index = 46, .length = 2}, - [27] = {.index = 48, .length = 5}, - [28] = {.index = 53, .length = 2}, - [29] = {.index = 55, .length = 2}, - [30] = {.index = 57, .length = 2}, - [31] = {.index = 59, .length = 2}, - [32] = {.index = 61, .length = 2}, - [33] = {.index = 63, .length = 3}, - [34] = {.index = 66, .length = 2}, - [35] = {.index = 68, .length = 3}, - [36] = {.index = 71, .length = 1}, - [37] = {.index = 72, .length = 3}, - [38] = {.index = 75, .length = 2}, - [39] = {.index = 77, .length = 1}, - [40] = {.index = 78, .length = 2}, - [41] = {.index = 80, .length = 2}, - [42] = {.index = 82, .length = 3}, - [43] = {.index = 85, .length = 2}, + [3] = {.index = 1, .length = 2}, + [4] = {.index = 3, .length = 2}, + [5] = {.index = 5, .length = 1}, + [6] = {.index = 6, .length = 1}, + [7] = {.index = 7, .length = 1}, + [8] = {.index = 8, .length = 1}, + [9] = {.index = 9, .length = 2}, + [11] = {.index = 11, .length = 2}, + [12] = {.index = 13, .length = 4}, + [13] = {.index = 17, .length = 6}, + [14] = {.index = 23, .length = 2}, + [15] = {.index = 25, .length = 2}, + [16] = {.index = 27, .length = 1}, + [17] = {.index = 28, .length = 1}, + [18] = {.index = 29, .length = 2}, + [19] = {.index = 31, .length = 2}, + [20] = {.index = 33, .length = 2}, + [22] = {.index = 35, .length = 2}, + [23] = {.index = 37, .length = 2}, + [24] = {.index = 39, .length = 2}, + [25] = {.index = 41, .length = 2}, + [26] = {.index = 43, .length = 2}, + [27] = {.index = 45, .length = 6}, + [28] = {.index = 51, .length = 3}, + [29] = {.index = 54, .length = 2}, + [30] = {.index = 56, .length = 2}, + [31] = {.index = 58, .length = 2}, + [32] = {.index = 60, .length = 5}, + [33] = {.index = 65, .length = 2}, + [34] = {.index = 67, .length = 1}, + [35] = {.index = 68, .length = 2}, + [36] = {.index = 70, .length = 2}, + [37] = {.index = 72, .length = 2}, + [38] = {.index = 74, .length = 2}, + [39] = {.index = 76, .length = 3}, + [40] = {.index = 79, .length = 2}, + [41] = {.index = 81, .length = 1}, + [42] = {.index = 82, .length = 2}, + [43] = {.index = 84, .length = 3}, [44] = {.index = 87, .length = 1}, - [45] = {.index = 88, .length = 3}, - [46] = {.index = 91, .length = 3}, - [47] = {.index = 94, .length = 1}, - [50] = {.index = 95, .length = 2}, - [51] = {.index = 97, .length = 3}, - [52] = {.index = 100, .length = 2}, - [53] = {.index = 1, .length = 1}, - [54] = {.index = 102, .length = 1}, - [55] = {.index = 103, .length = 1}, - [56] = {.index = 104, .length = 3}, - [57] = {.index = 107, .length = 2}, - [58] = {.index = 109, .length = 2}, - [59] = {.index = 111, .length = 2}, - [60] = {.index = 113, .length = 2}, - [61] = {.index = 115, .length = 3}, - [62] = {.index = 118, .length = 3}, - [63] = {.index = 121, .length = 3}, - [64] = {.index = 124, .length = 3}, - [65] = {.index = 127, .length = 3}, - [66] = {.index = 130, .length = 3}, - [67] = {.index = 133, .length = 2}, - [68] = {.index = 135, .length = 2}, - [69] = {.index = 137, .length = 2}, - [70] = {.index = 139, .length = 3}, - [71] = {.index = 142, .length = 3}, - [72] = {.index = 145, .length = 2}, - [73] = {.index = 147, .length = 3}, - [74] = {.index = 150, .length = 2}, - [75] = {.index = 152, .length = 3}, - [76] = {.index = 155, .length = 3}, - [77] = {.index = 158, .length = 3}, - [78] = {.index = 161, .length = 2}, - [79] = {.index = 163, .length = 3}, - [80] = {.index = 166, .length = 4}, - [81] = {.index = 170, .length = 3}, - [82] = {.index = 173, .length = 3}, - [83] = {.index = 176, .length = 1}, - [84] = {.index = 177, .length = 3}, - [85] = {.index = 180, .length = 2}, - [86] = {.index = 182, .length = 2}, - [87] = {.index = 182, .length = 2}, - [88] = {.index = 184, .length = 2}, - [89] = {.index = 186, .length = 4}, - [90] = {.index = 190, .length = 2}, - [91] = {.index = 192, .length = 3}, - [92] = {.index = 195, .length = 3}, - [93] = {.index = 198, .length = 2}, - [94] = {.index = 200, .length = 3}, - [95] = {.index = 203, .length = 2}, - [96] = {.index = 205, .length = 4}, - [97] = {.index = 209, .length = 4}, - [98] = {.index = 213, .length = 3}, - [99] = {.index = 216, .length = 3}, - [100] = {.index = 219, .length = 3}, - [102] = {.index = 222, .length = 2}, - [103] = {.index = 224, .length = 4}, - [104] = {.index = 228, .length = 4}, - [105] = {.index = 232, .length = 3}, - [106] = {.index = 235, .length = 3}, - [107] = {.index = 238, .length = 4}, - [108] = {.index = 242, .length = 4}, - [109] = {.index = 246, .length = 3}, - [110] = {.index = 249, .length = 3}, - [111] = {.index = 252, .length = 3}, - [112] = {.index = 255, .length = 1}, - [113] = {.index = 256, .length = 2}, - [114] = {.index = 258, .length = 3}, - [115] = {.index = 261, .length = 4}, - [116] = {.index = 265, .length = 3}, - [117] = {.index = 268, .length = 3}, - [118] = {.index = 271, .length = 3}, - [119] = {.index = 274, .length = 3}, - [120] = {.index = 277, .length = 4}, - [121] = {.index = 281, .length = 4}, - [122] = {.index = 285, .length = 3}, - [123] = {.index = 288, .length = 4}, - [124] = {.index = 292, .length = 3}, - [125] = {.index = 295, .length = 4}, - [126] = {.index = 299, .length = 2}, - [127] = {.index = 301, .length = 4}, - [128] = {.index = 305, .length = 3}, - [129] = {.index = 308, .length = 4}, - [130] = {.index = 312, .length = 2}, - [131] = {.index = 314, .length = 1}, - [132] = {.index = 315, .length = 2}, - [133] = {.index = 317, .length = 1}, - [136] = {.index = 318, .length = 3}, - [137] = {.index = 321, .length = 3}, - [138] = {.index = 324, .length = 3}, - [139] = {.index = 327, .length = 5}, - [140] = {.index = 332, .length = 4}, - [141] = {.index = 336, .length = 4}, - [142] = {.index = 340, .length = 3}, - [143] = {.index = 343, .length = 3}, - [144] = {.index = 346, .length = 5}, - [145] = {.index = 351, .length = 4}, - [146] = {.index = 355, .length = 4}, - [147] = {.index = 359, .length = 3}, - [148] = {.index = 359, .length = 3}, - [149] = {.index = 362, .length = 5}, - [150] = {.index = 367, .length = 5}, - [151] = {.index = 372, .length = 4}, - [152] = {.index = 376, .length = 4}, - [153] = {.index = 380, .length = 3}, - [154] = {.index = 383, .length = 2}, - [155] = {.index = 385, .length = 4}, - [156] = {.index = 389, .length = 4}, - [157] = {.index = 393, .length = 4}, - [158] = {.index = 397, .length = 4}, - [159] = {.index = 401, .length = 5}, - [160] = {.index = 406, .length = 4}, - [161] = {.index = 410, .length = 4}, - [162] = {.index = 414, .length = 4}, - [163] = {.index = 418, .length = 1}, - [164] = {.index = 419, .length = 4}, - [165] = {.index = 423, .length = 5}, - [166] = {.index = 428, .length = 2}, - [167] = {.index = 430, .length = 1}, - [168] = {.index = 431, .length = 3}, - [169] = {.index = 434, .length = 5}, - [170] = {.index = 439, .length = 5}, - [171] = {.index = 444, .length = 3}, - [172] = {.index = 447, .length = 6}, - [173] = {.index = 453, .length = 5}, - [174] = {.index = 458, .length = 5}, - [175] = {.index = 463, .length = 3}, - [176] = {.index = 466, .length = 5}, - [177] = {.index = 471, .length = 5}, - [178] = {.index = 476, .length = 5}, - [179] = {.index = 481, .length = 5}, - [180] = {.index = 486, .length = 2}, - [181] = {.index = 488, .length = 2}, - [182] = {.index = 490, .length = 3}, - [183] = {.index = 493, .length = 6}, - [184] = {.index = 499, .length = 6}, - [185] = {.index = 505, .length = 3}, + [45] = {.index = 88, .length = 2}, + [46] = {.index = 90, .length = 2}, + [47] = {.index = 92, .length = 2}, + [48] = {.index = 94, .length = 1}, + [49] = {.index = 95, .length = 3}, + [50] = {.index = 98, .length = 3}, + [51] = {.index = 101, .length = 1}, + [52] = {.index = 102, .length = 2}, + [55] = {.index = 104, .length = 2}, + [56] = {.index = 106, .length = 2}, + [57] = {.index = 108, .length = 3}, + [58] = {.index = 111, .length = 2}, + [59] = {.index = 5, .length = 1}, + [60] = {.index = 113, .length = 1}, + [61] = {.index = 114, .length = 1}, + [62] = {.index = 115, .length = 3}, + [63] = {.index = 118, .length = 3}, + [64] = {.index = 121, .length = 2}, + [65] = {.index = 123, .length = 2}, + [66] = {.index = 125, .length = 3}, + [67] = {.index = 128, .length = 3}, + [68] = {.index = 131, .length = 3}, + [69] = {.index = 134, .length = 3}, + [70] = {.index = 137, .length = 3}, + [71] = {.index = 140, .length = 3}, + [72] = {.index = 143, .length = 2}, + [73] = {.index = 145, .length = 2}, + [74] = {.index = 147, .length = 2}, + [75] = {.index = 149, .length = 3}, + [76] = {.index = 152, .length = 3}, + [77] = {.index = 155, .length = 2}, + [78] = {.index = 157, .length = 3}, + [79] = {.index = 160, .length = 2}, + [80] = {.index = 162, .length = 3}, + [81] = {.index = 165, .length = 3}, + [82] = {.index = 168, .length = 3}, + [83] = {.index = 171, .length = 2}, + [84] = {.index = 173, .length = 3}, + [85] = {.index = 176, .length = 3}, + [86] = {.index = 179, .length = 1}, + [87] = {.index = 180, .length = 3}, + [88] = {.index = 183, .length = 2}, + [89] = {.index = 185, .length = 2}, + [90] = {.index = 185, .length = 2}, + [91] = {.index = 187, .length = 2}, + [92] = {.index = 189, .length = 4}, + [93] = {.index = 193, .length = 2}, + [94] = {.index = 195, .length = 1}, + [95] = {.index = 196, .length = 2}, + [96] = {.index = 198, .length = 3}, + [97] = {.index = 201, .length = 3}, + [98] = {.index = 204, .length = 2}, + [99] = {.index = 206, .length = 3}, + [100] = {.index = 209, .length = 2}, + [101] = {.index = 211, .length = 4}, + [102] = {.index = 215, .length = 3}, + [103] = {.index = 218, .length = 3}, + [105] = {.index = 221, .length = 4}, + [106] = {.index = 225, .length = 3}, + [107] = {.index = 228, .length = 3}, + [108] = {.index = 231, .length = 4}, + [109] = {.index = 235, .length = 4}, + [110] = {.index = 239, .length = 3}, + [111] = {.index = 242, .length = 1}, + [112] = {.index = 243, .length = 2}, + [113] = {.index = 245, .length = 3}, + [114] = {.index = 248, .length = 3}, + [115] = {.index = 251, .length = 4}, + [116] = {.index = 255, .length = 3}, + [117] = {.index = 258, .length = 3}, + [118] = {.index = 261, .length = 3}, + [119] = {.index = 264, .length = 3}, + [120] = {.index = 267, .length = 4}, + [121] = {.index = 271, .length = 4}, + [122] = {.index = 275, .length = 3}, + [123] = {.index = 278, .length = 4}, + [124] = {.index = 282, .length = 3}, + [125] = {.index = 285, .length = 2}, + [126] = {.index = 287, .length = 4}, + [127] = {.index = 291, .length = 4}, + [128] = {.index = 295, .length = 3}, + [129] = {.index = 298, .length = 2}, + [130] = {.index = 300, .length = 1}, + [131] = {.index = 301, .length = 2}, + [132] = {.index = 303, .length = 1}, + [133] = {.index = 304, .length = 1}, + [134] = {.index = 305, .length = 2}, + [137] = {.index = 307, .length = 3}, + [138] = {.index = 310, .length = 3}, + [139] = {.index = 313, .length = 3}, + [140] = {.index = 316, .length = 4}, + [141] = {.index = 320, .length = 4}, + [142] = {.index = 324, .length = 3}, + [143] = {.index = 324, .length = 3}, + [144] = {.index = 327, .length = 5}, + [145] = {.index = 332, .length = 4}, + [146] = {.index = 336, .length = 3}, + [147] = {.index = 339, .length = 2}, + [148] = {.index = 341, .length = 4}, + [149] = {.index = 345, .length = 4}, + [150] = {.index = 349, .length = 4}, + [151] = {.index = 353, .length = 1}, + [152] = {.index = 354, .length = 1}, + [153] = {.index = 355, .length = 4}, + [154] = {.index = 359, .length = 4}, + [155] = {.index = 363, .length = 5}, + [156] = {.index = 368, .length = 4}, + [157] = {.index = 372, .length = 4}, + [158] = {.index = 376, .length = 4}, + [159] = {.index = 380, .length = 1}, + [160] = {.index = 381, .length = 5}, + [161] = {.index = 386, .length = 4}, + [162] = {.index = 390, .length = 2}, + [163] = {.index = 392, .length = 1}, + [164] = {.index = 393, .length = 2}, + [165] = {.index = 395, .length = 1}, + [166] = {.index = 396, .length = 3}, + [167] = {.index = 399, .length = 3}, + [168] = {.index = 402, .length = 5}, + [169] = {.index = 407, .length = 3}, + [170] = {.index = 410, .length = 5}, + [171] = {.index = 415, .length = 2}, + [172] = {.index = 417, .length = 2}, + [173] = {.index = 419, .length = 2}, + [174] = {.index = 421, .length = 2}, + [175] = {.index = 423, .length = 5}, + [176] = {.index = 428, .length = 5}, + [177] = {.index = 433, .length = 5}, + [178] = {.index = 438, .length = 2}, + [179] = {.index = 440, .length = 2}, + [180] = {.index = 442, .length = 3}, + [181] = {.index = 445, .length = 2}, + [182] = {.index = 447, .length = 3}, + [183] = {.index = 450, .length = 3}, + [184] = {.index = 453, .length = 3}, + [185] = {.index = 456, .length = 3}, + [186] = {.index = 459, .length = 3}, + [187] = {.index = 462, .length = 3}, + [188] = {.index = 465, .length = 6}, + [189] = {.index = 471, .length = 3}, + [190] = {.index = 474, .length = 4}, + [191] = {.index = 478, .length = 4}, + [192] = {.index = 482, .length = 4}, + [193] = {.index = 486, .length = 4}, + [194] = {.index = 490, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_type, 0, .inherited = true}, [1] = + {field_name, 0, .inherited = true}, + {field_object, 0, .inherited = true}, + [3] = + {field_name, 0, .inherited = true}, + {field_scope, 0, .inherited = true}, + [5] = {field_name, 0}, - [2] = + [6] = {field_body, 1}, - [3] = + [7] = {field_parameters, 1}, - [4] = + [8] = + {field_prefix, 0}, + [9] = {field_argument, 1}, {field_operator, 0}, - [6] = - {field_name, 0, .inherited = true}, - {field_object, 0, .inherited = true}, - [8] = + [11] = {field_arguments, 1}, {field_function, 0}, - [10] = + [13] = {field_body, 1}, {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, - [14] = + [17] = + {field_attributes, 0, .inherited = true}, + {field_body, 1}, + {field_parameters, 0, .inherited = true}, + {field_reference_modifier, 0, .inherited = true}, + {field_return_type, 0, .inherited = true}, + {field_static_modifier, 0, .inherited = true}, + [23] = {field_argument, 0}, {field_operator, 1}, - [16] = - {field_name, 1}, - [17] = + [25] = {field_body, 2}, {field_name, 1}, - [19] = + [27] = {field_name, 1}, - {field_parameters, 2}, - [21] = - {field_body, 2}, - {field_parameters, 1}, - [23] = + [28] = + {field_type, 0}, + [29] = {field_parameters, 2}, {field_reference_modifier, 1}, - [25] = + [31] = {field_parameters, 1}, {field_return_type, 2, .inherited = true}, - [27] = + [33] = + {field_name, 1}, + {field_parameters, 2}, + [35] = {field_body, 2}, {field_condition, 1}, - [29] = + [37] = {field_end_tag, 2}, {field_identifier, 1}, - [31] = + [39] = + {field_name, 2}, + {field_scope, 0}, + [41] = + {field_prefix, 0}, + {field_prefix, 1}, + [43] = {field_parameters, 2}, - [32] = + {field_static_modifier, 0}, + [45] = {field_attributes, 0, .inherited = true}, {field_body, 2}, {field_parameters, 0, .inherited = true}, {field_reference_modifier, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, - [37] = + {field_static_modifier, 0, .inherited = true}, + [51] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [40] = + [54] = {field_left, 0}, {field_right, 2}, - [42] = - {field_name, 2}, - {field_scope, 0}, - [44] = - {field_name, 2}, + [56] = + {field_name, 2, .inherited = true}, {field_object, 0}, - [46] = + [58] = {field_attributes, 0}, {field_parameters, 2}, - [48] = + [60] = {field_attributes, 0}, {field_body, 2}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [53] = + [65] = {field_name, 0}, {field_value, 2}, - [55] = + [67] = + {field_alias, 2}, + [68] = {field_name, 1}, {field_reference_modifier, 0}, - [57] = + [70] = {field_name, 1}, {field_visibility, 0}, - [59] = + [72] = {field_name, 1}, {field_type, 0}, - [61] = + [74] = {field_attributes, 0}, {field_name, 1}, - [63] = - {field_name, 1}, + [76] = {field_parameters, 2}, + {field_reference_modifier, 1}, {field_return_type, 3, .inherited = true}, - [66] = + [79] = {field_name, 2}, {field_parameters, 3}, - [68] = - {field_body, 3}, - {field_parameters, 2}, - {field_reference_modifier, 1}, - [71] = + [81] = {field_return_type, 1}, - [72] = - {field_body, 3}, - {field_parameters, 1}, - {field_return_type, 2, .inherited = true}, - [75] = - {field_body, 3}, + [82] = {field_parameters, 1}, - [77] = + {field_return_type, 3, .inherited = true}, + [84] = + {field_name, 1}, + {field_parameters, 2}, + {field_return_type, 3, .inherited = true}, + [87] = {field_type, 1}, - [78] = + [88] = {field_attributes, 0, .inherited = true}, {field_type, 0, .inherited = true}, - [80] = + [90] = {field_body, 3}, {field_name, 1}, - [82] = - {field_parameters, 2}, - {field_reference_modifier, 1}, - {field_return_type, 3, .inherited = true}, - [85] = + [92] = {field_type, 1}, {field_value, 3}, - [87] = + [94] = {field_alternative, 0}, - [88] = + [95] = {field_alternative, 3}, {field_body, 2}, {field_condition, 1}, - [91] = + [98] = {field_alternative, 3, .inherited = true}, {field_body, 2}, {field_condition, 1}, - [94] = - {field_attributes, 1}, - [95] = + [101] = + {field_body, 2}, + [102] = + {field_attributes, 0}, + {field_body, 2}, + [104] = + {field_name, 2}, + {field_object, 0}, + [106] = {field_end_tag, 3}, {field_identifier, 1}, - [97] = + [108] = {field_end_tag, 3}, {field_identifier, 1}, {field_value, 2}, - [100] = + [111] = {field_end_tag, 3}, {field_identifier, 2}, - [102] = + [113] = {field_reference_modifier, 0}, - [103] = + [114] = {field_name, 0, .inherited = true}, - [104] = - {field_body, 3}, - {field_parameters, 2}, - {field_static_modifier, 0}, - [107] = + [115] = {field_parameters, 3}, {field_reference_modifier, 2}, - [109] = + {field_static_modifier, 0}, + [118] = {field_parameters, 2}, {field_return_type, 3, .inherited = true}, - [111] = + {field_static_modifier, 0}, + [121] = {field_alternative, 3}, {field_condition, 0}, - [113] = + [123] = {field_left, 0}, {field_right, 3}, - [115] = + [125] = {field_arguments, 3}, - {field_name, 2}, + {field_name, 2, .inherited = true}, {field_scope, 0}, - [118] = + [128] = {field_arguments, 3}, - {field_name, 2}, + {field_name, 2, .inherited = true}, {field_object, 0}, - [121] = - {field_attributes, 0}, - {field_body, 3}, - {field_parameters, 2}, - [124] = - {field_attributes, 0}, - {field_body, 3}, - {field_name, 2}, - [127] = + [131] = {field_attributes, 0}, {field_parameters, 3}, {field_reference_modifier, 2}, - [130] = + [134] = {field_attributes, 0}, {field_parameters, 2}, {field_return_type, 3, .inherited = true}, - [133] = + [137] = + {field_attributes, 0}, + {field_body, 3}, + {field_name, 2}, + [140] = {field_attributes, 0}, {field_parameters, 3}, - [135] = + {field_static_modifier, 1}, + [143] = {field_body, 3}, {field_name, 2}, - [137] = + [145] = + {field_alias, 3}, + {field_type, 0}, + [147] = {field_name, 2}, {field_reference_modifier, 0}, - [139] = + [149] = {field_name, 2}, {field_readonly, 1}, {field_visibility, 0}, - [142] = + [152] = {field_name, 2}, {field_type, 1}, {field_visibility, 0}, - [145] = + [155] = {field_name, 2}, {field_type, 0}, - [147] = + [157] = {field_name, 2}, {field_reference_modifier, 1}, {field_type, 0}, - [150] = + [160] = {field_attributes, 0}, {field_name, 2}, - [152] = + [162] = {field_attributes, 0}, {field_name, 2}, {field_reference_modifier, 1}, - [155] = + [165] = {field_attributes, 0}, {field_name, 2}, {field_visibility, 1}, - [158] = + [168] = {field_attributes, 0}, {field_name, 2}, {field_type, 1}, - [161] = + [171] = {field_default_value, 2}, {field_name, 0}, - [163] = - {field_name, 2}, - {field_parameters, 3}, - {field_return_type, 4, .inherited = true}, - [166] = - {field_body, 4}, - {field_parameters, 2}, - {field_reference_modifier, 1}, - {field_return_type, 3, .inherited = true}, - [170] = - {field_body, 4}, + [173] = {field_parameters, 2}, {field_reference_modifier, 1}, - [173] = - {field_body, 4}, - {field_parameters, 1}, - {field_return_type, 3, .inherited = true}, + {field_return_type, 4, .inherited = true}, [176] = + {field_name, 2}, + {field_parameters, 3}, + {field_return_type, 4, .inherited = true}, + [179] = {field_type, 1, .inherited = true}, - [177] = + [180] = {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, - [180] = + [183] = {field_attributes, 0}, {field_type, 1, .inherited = true}, - [182] = + [185] = {field_body, 4}, {field_name, 1}, - [184] = + [187] = {field_body, 1}, {field_condition, 3}, - [186] = + [189] = {field_alternative, 3, .inherited = true}, {field_alternative, 4}, {field_body, 2}, {field_condition, 1}, - [190] = + [193] = {field_alternative, 0, .inherited = true}, {field_alternative, 1, .inherited = true}, - [192] = + [195] = + {field_body, 3}, + [196] = + {field_attributes, 0}, + {field_body, 3}, + [198] = {field_end_tag, 4}, {field_identifier, 1}, {field_value, 3}, - [195] = + [201] = {field_end_tag, 4}, {field_identifier, 1}, {field_value, 2}, - [198] = + [204] = {field_end_tag, 4}, {field_identifier, 2}, - [200] = + [206] = {field_end_tag, 4}, {field_identifier, 2}, {field_value, 3}, - [203] = + [209] = {field_name, 0, .inherited = true}, {field_reference_modifier, 1}, - [205] = - {field_body, 4}, + [211] = {field_parameters, 3}, {field_reference_modifier, 2}, + {field_return_type, 4, .inherited = true}, {field_static_modifier, 0}, - [209] = - {field_body, 4}, - {field_parameters, 2}, - {field_return_type, 3, .inherited = true}, - {field_static_modifier, 0}, - [213] = - {field_body, 4}, + [215] = {field_parameters, 2}, - {field_static_modifier, 0}, - [216] = - {field_parameters, 3}, - {field_reference_modifier, 2}, {field_return_type, 4, .inherited = true}, - [219] = + {field_static_modifier, 0}, + [218] = {field_alternative, 4}, {field_body, 2}, {field_condition, 0}, - [222] = - {field_name, 3}, - {field_object, 0}, - [224] = + [221] = {field_attributes, 0}, - {field_body, 4}, {field_parameters, 3}, {field_reference_modifier, 2}, - [228] = - {field_attributes, 0}, - {field_body, 4}, - {field_parameters, 2}, - {field_return_type, 3, .inherited = true}, - [232] = + {field_return_type, 4, .inherited = true}, + [225] = {field_attributes, 0}, - {field_body, 4}, {field_parameters, 2}, - [235] = - {field_attributes, 0}, - {field_body, 4}, - {field_name, 2}, - [238] = - {field_attributes, 0}, - {field_parameters, 3}, - {field_reference_modifier, 2}, {field_return_type, 4, .inherited = true}, - [242] = + [228] = {field_attributes, 0}, {field_body, 4}, - {field_parameters, 3}, - {field_static_modifier, 1}, - [246] = + {field_name, 2}, + [231] = {field_attributes, 0}, {field_parameters, 4}, {field_reference_modifier, 3}, - [249] = + {field_static_modifier, 1}, + [235] = {field_attributes, 0}, {field_parameters, 3}, {field_return_type, 4, .inherited = true}, - [252] = + {field_static_modifier, 1}, + [239] = {field_attributes, 0}, {field_body, 4}, {field_name, 3}, - [255] = + [242] = {field_type, 2}, - [256] = + [243] = {field_body, 4}, {field_name, 2}, - [258] = + [245] = + {field_body, 2}, + {field_body, 3}, + {field_body, 4}, + [248] = {field_default_value, 3}, {field_name, 1}, {field_reference_modifier, 0}, - [261] = + [251] = {field_name, 3}, {field_readonly, 1}, {field_type, 2}, {field_visibility, 0}, - [265] = + [255] = {field_default_value, 3}, {field_name, 1}, {field_visibility, 0}, - [268] = + [258] = {field_name, 3}, {field_reference_modifier, 1}, {field_type, 0}, - [271] = + [261] = {field_default_value, 3}, {field_name, 1}, {field_type, 0}, - [274] = + [264] = {field_attributes, 0}, {field_name, 3}, {field_reference_modifier, 1}, - [277] = + [267] = {field_attributes, 0}, {field_name, 3}, {field_readonly, 2}, {field_visibility, 1}, - [281] = + [271] = {field_attributes, 0}, {field_name, 3}, {field_type, 2}, {field_visibility, 1}, - [285] = + [275] = {field_attributes, 0}, {field_name, 3}, {field_type, 1}, - [288] = + [278] = {field_attributes, 0}, {field_name, 3}, {field_reference_modifier, 2}, {field_type, 1}, - [292] = + [282] = {field_attributes, 0}, {field_default_value, 3}, {field_name, 1}, - [295] = - {field_body, 5}, - {field_parameters, 2}, - {field_reference_modifier, 1}, - {field_return_type, 4, .inherited = true}, - [299] = + [285] = {field_attributes, 0}, {field_type, 2, .inherited = true}, - [301] = + [287] = {field_attributes, 0}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [305] = + [291] = + {field_body, 2}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [308] = - {field_body, 2}, + [295] = {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [312] = + [298] = {field_body, 5}, {field_name, 1}, - [314] = + [300] = {field_return_expression, 2}, - [315] = + [301] = {field_conditional_expressions, 0}, {field_return_expression, 2}, - [317] = + [303] = {field_value, 1}, - [318] = + [304] = + {field_body, 4}, + [305] = + {field_attributes, 0}, + {field_body, 4}, + [307] = {field_end_tag, 5}, {field_identifier, 1}, {field_value, 3}, - [321] = + [310] = {field_end_tag, 5}, {field_identifier, 2}, {field_value, 4}, - [324] = + [313] = {field_end_tag, 5}, {field_identifier, 2}, {field_value, 3}, - [327] = - {field_body, 5}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - {field_return_type, 4, .inherited = true}, - {field_static_modifier, 0}, - [332] = - {field_body, 5}, + [316] = {field_parameters, 3}, {field_reference_modifier, 2}, + {field_return_type, 5, .inherited = true}, {field_static_modifier, 0}, - [336] = - {field_body, 5}, - {field_parameters, 2}, - {field_return_type, 4, .inherited = true}, - {field_static_modifier, 0}, - [340] = - {field_arguments, 5}, - {field_name, 3}, - {field_scope, 0}, - [343] = - {field_arguments, 5}, - {field_name, 3}, - {field_object, 0}, - [346] = + [320] = {field_attributes, 0}, - {field_body, 5}, {field_parameters, 3}, {field_reference_modifier, 2}, - {field_return_type, 4, .inherited = true}, - [351] = - {field_attributes, 0}, - {field_body, 5}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - [355] = - {field_attributes, 0}, - {field_body, 5}, - {field_parameters, 2}, - {field_return_type, 4, .inherited = true}, - [359] = + {field_return_type, 5, .inherited = true}, + [324] = {field_attributes, 0}, {field_body, 5}, {field_name, 2}, - [362] = + [327] = {field_attributes, 0}, - {field_body, 5}, {field_parameters, 4}, {field_reference_modifier, 3}, + {field_return_type, 5, .inherited = true}, {field_static_modifier, 1}, - [367] = - {field_attributes, 0}, - {field_body, 5}, - {field_parameters, 3}, - {field_return_type, 4, .inherited = true}, - {field_static_modifier, 1}, - [372] = + [332] = {field_attributes, 0}, - {field_body, 5}, {field_parameters, 3}, - {field_static_modifier, 1}, - [376] = - {field_attributes, 0}, - {field_parameters, 4}, - {field_reference_modifier, 3}, {field_return_type, 5, .inherited = true}, - [380] = + {field_static_modifier, 1}, + [336] = {field_attributes, 0}, {field_body, 5}, {field_name, 3}, - [383] = + [339] = {field_body, 5}, {field_name, 2}, - [385] = + [341] = + {field_body, 2}, + {field_body, 3}, + {field_body, 4}, + {field_body, 5}, + [345] = {field_default_value, 4}, {field_name, 2}, {field_readonly, 1}, {field_visibility, 0}, - [389] = + [349] = {field_default_value, 4}, {field_name, 2}, {field_type, 1}, {field_visibility, 0}, - [393] = + [353] = + {field_body, 1, .inherited = true}, + [354] = + {field_body, 0}, + [355] = {field_default_value, 4}, {field_name, 2}, {field_reference_modifier, 1}, {field_type, 0}, - [397] = + [359] = {field_attributes, 0}, {field_default_value, 4}, {field_name, 2}, {field_reference_modifier, 1}, - [401] = + [363] = {field_attributes, 0}, {field_name, 4}, {field_readonly, 2}, {field_type, 3}, {field_visibility, 1}, - [406] = + [368] = {field_attributes, 0}, {field_default_value, 4}, {field_name, 2}, {field_visibility, 1}, - [410] = + [372] = {field_attributes, 0}, {field_name, 4}, {field_reference_modifier, 2}, {field_type, 1}, - [414] = + [376] = {field_attributes, 0}, {field_default_value, 4}, {field_name, 2}, {field_type, 1}, - [418] = + [380] = {field_attributes, 0}, - [419] = + [381] = {field_attributes, 0}, + {field_body, 3}, {field_name, 2, .inherited = true}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, - [423] = + [386] = {field_attributes, 0}, - {field_body, 3}, {field_name, 2, .inherited = true}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, - [428] = + [390] = {field_body, 4}, {field_type, 2}, - [430] = + [392] = {field_body, 6}, - [431] = + [393] = + {field_attributes, 0}, + {field_body, 5}, + [395] = + {field_body, 5}, + [396] = {field_end_tag, 6}, {field_identifier, 2}, {field_value, 4}, - [434] = - {field_body, 6}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - {field_return_type, 5, .inherited = true}, - {field_static_modifier, 0}, - [439] = - {field_attributes, 0}, - {field_body, 6}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - {field_return_type, 5, .inherited = true}, - [444] = + [399] = {field_attributes, 0}, {field_body, 6}, {field_name, 2}, - [447] = + [402] = {field_attributes, 0}, - {field_body, 6}, {field_parameters, 4}, {field_reference_modifier, 3}, - {field_return_type, 5, .inherited = true}, - {field_static_modifier, 1}, - [453] = - {field_attributes, 0}, - {field_body, 6}, - {field_parameters, 4}, - {field_reference_modifier, 3}, - {field_static_modifier, 1}, - [458] = - {field_attributes, 0}, - {field_body, 6}, - {field_parameters, 3}, - {field_return_type, 5, .inherited = true}, + {field_return_type, 6, .inherited = true}, {field_static_modifier, 1}, - [463] = + [407] = {field_attributes, 0}, {field_body, 6}, {field_name, 3}, - [466] = + [410] = {field_default_value, 5}, {field_name, 3}, {field_readonly, 1}, {field_type, 2}, {field_visibility, 0}, - [471] = + [415] = + {field_body, 2, .inherited = true}, + {field_parameters, 1}, + [417] = + {field_body, 2, .inherited = true}, + {field_reference_modifier, 0}, + [419] = + {field_body, 2, .inherited = true}, + {field_final, 0}, + [421] = + {field_attributes, 0}, + {field_body, 2, .inherited = true}, + [423] = {field_attributes, 0}, {field_default_value, 5}, {field_name, 3}, {field_readonly, 2}, {field_visibility, 1}, - [476] = + [428] = {field_attributes, 0}, {field_default_value, 5}, {field_name, 3}, {field_type, 2}, {field_visibility, 1}, - [481] = + [433] = {field_attributes, 0}, {field_default_value, 5}, {field_name, 3}, {field_reference_modifier, 2}, {field_type, 1}, - [486] = + [438] = {field_attributes, 0}, {field_type, 2}, - [488] = + [440] = {field_name, 1}, {field_value, 3}, - [490] = + [442] = {field_body, 5}, {field_name, 3}, {field_type, 2}, - [493] = + [445] = {field_attributes, 0}, - {field_body, 7}, - {field_parameters, 4}, - {field_reference_modifier, 3}, - {field_return_type, 6, .inherited = true}, - {field_static_modifier, 1}, - [499] = + {field_body, 6}, + [447] = + {field_body, 3, .inherited = true}, + {field_parameters, 2}, + {field_reference_modifier, 0}, + [450] = + {field_body, 3, .inherited = true}, + {field_final, 0}, + {field_parameters, 2}, + [453] = + {field_body, 3, .inherited = true}, + {field_final, 0}, + {field_reference_modifier, 1}, + [456] = + {field_attributes, 0}, + {field_body, 3, .inherited = true}, + {field_parameters, 2}, + [459] = + {field_attributes, 0}, + {field_body, 3, .inherited = true}, + {field_reference_modifier, 1}, + [462] = + {field_attributes, 0}, + {field_body, 3, .inherited = true}, + {field_final, 1}, + [465] = {field_attributes, 0}, {field_default_value, 6}, {field_name, 4}, {field_readonly, 2}, {field_type, 3}, {field_visibility, 1}, - [505] = + [471] = {field_attributes, 0}, {field_name, 2}, {field_value, 4}, + [474] = + {field_body, 4, .inherited = true}, + {field_final, 0}, + {field_parameters, 3}, + {field_reference_modifier, 1}, + [478] = + {field_attributes, 0}, + {field_body, 4, .inherited = true}, + {field_parameters, 3}, + {field_reference_modifier, 1}, + [482] = + {field_attributes, 0}, + {field_body, 4, .inherited = true}, + {field_final, 1}, + {field_parameters, 3}, + [486] = + {field_attributes, 0}, + {field_body, 4, .inherited = true}, + {field_final, 1}, + {field_reference_modifier, 2}, + [490] = + {field_attributes, 0}, + {field_body, 5, .inherited = true}, + {field_final, 1}, + {field_parameters, 4}, + {field_reference_modifier, 2}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, - [6] = { + [2] = { + [0] = sym_object_creation_expression, + }, + [10] = { [0] = sym_list_literal, }, - [17] = { + [21] = { [0] = anon_sym_array, }, - [48] = { + [53] = { [1] = sym_list_literal, }, - [49] = { + [54] = { [2] = sym_list_literal, }, - [53] = { + [59] = { [0] = sym_name, }, - [86] = { + [89] = { [3] = sym_primitive_type, }, - [101] = { + [104] = { [3] = sym_name, }, - [130] = { + [129] = { [3] = sym_primitive_type, }, - [134] = { + [135] = { [3] = sym_list_literal, }, - [135] = { + [136] = { [4] = sym_list_literal, }, - [147] = { + [142] = { [4] = sym_primitive_type, }, - [171] = { + [167] = { [4] = sym_primitive_type, }, }; @@ -3871,6 +4002,9 @@ static const uint16_t ts_non_terminal_alias_map[] = { sym_expression, 2, sym_expression, sym_name, + sym__new_dereferencable_expression, 2, + sym__new_dereferencable_expression, + sym_object_creation_expression, sym__list_destructing, 2, sym__list_destructing, sym_list_literal, @@ -3889,428 +4023,428 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5] = 5, [6] = 6, [7] = 7, - [8] = 2, - [9] = 9, - [10] = 7, - [11] = 9, - [12] = 12, - [13] = 12, - [14] = 12, - [15] = 12, + [8] = 8, + [9] = 8, + [10] = 10, + [11] = 7, + [12] = 10, + [13] = 7, + [14] = 7, + [15] = 2, [16] = 16, [17] = 17, - [18] = 18, + [18] = 16, [19] = 19, [20] = 20, [21] = 21, - [22] = 22, + [22] = 21, [23] = 20, - [24] = 24, - [25] = 25, - [26] = 26, - [27] = 27, - [28] = 17, - [29] = 29, - [30] = 30, - [31] = 31, - [32] = 32, - [33] = 24, - [34] = 22, - [35] = 31, + [24] = 20, + [25] = 20, + [26] = 19, + [27] = 19, + [28] = 16, + [29] = 21, + [30] = 17, + [31] = 19, + [32] = 21, + [33] = 17, + [34] = 17, + [35] = 16, [36] = 36, [37] = 37, - [38] = 36, - [39] = 24, - [40] = 29, - [41] = 30, - [42] = 37, - [43] = 25, - [44] = 19, - [45] = 45, - [46] = 19, - [47] = 18, + [38] = 38, + [39] = 39, + [40] = 40, + [41] = 38, + [42] = 42, + [43] = 43, + [44] = 44, + [45] = 39, + [46] = 46, + [47] = 47, [48] = 48, - [49] = 24, + [49] = 49, [50] = 50, - [51] = 31, - [52] = 26, - [53] = 21, - [54] = 17, + [51] = 51, + [52] = 47, + [53] = 37, + [54] = 51, [55] = 36, - [56] = 19, - [57] = 16, - [58] = 58, - [59] = 32, - [60] = 27, - [61] = 61, - [62] = 20, - [63] = 17, - [64] = 48, - [65] = 22, - [66] = 31, - [67] = 20, - [68] = 27, - [69] = 21, - [70] = 70, - [71] = 22, - [72] = 36, - [73] = 58, - [74] = 27, - [75] = 21, - [76] = 76, - [77] = 77, - [78] = 76, - [79] = 76, - [80] = 76, - [81] = 81, - [82] = 81, - [83] = 77, - [84] = 84, - [85] = 84, - [86] = 84, - [87] = 84, - [88] = 88, - [89] = 89, - [90] = 89, - [91] = 88, - [92] = 89, - [93] = 88, - [94] = 89, - [95] = 89, - [96] = 88, - [97] = 89, - [98] = 88, - [99] = 89, - [100] = 100, - [101] = 100, - [102] = 100, - [103] = 103, - [104] = 103, - [105] = 103, - [106] = 100, - [107] = 100, - [108] = 100, - [109] = 103, - [110] = 100, - [111] = 103, - [112] = 100, - [113] = 113, + [56] = 44, + [57] = 57, + [58] = 43, + [59] = 59, + [60] = 37, + [61] = 40, + [62] = 62, + [63] = 48, + [64] = 49, + [65] = 38, + [66] = 48, + [67] = 37, + [68] = 48, + [69] = 47, + [70] = 59, + [71] = 46, + [72] = 57, + [73] = 73, + [74] = 47, + [75] = 38, + [76] = 48, + [77] = 37, + [78] = 78, + [79] = 78, + [80] = 80, + [81] = 80, + [82] = 80, + [83] = 83, + [84] = 80, + [85] = 83, + [86] = 86, + [87] = 86, + [88] = 86, + [89] = 86, + [90] = 90, + [91] = 91, + [92] = 91, + [93] = 91, + [94] = 90, + [95] = 90, + [96] = 90, + [97] = 90, + [98] = 91, + [99] = 90, + [100] = 91, + [101] = 101, + [102] = 102, + [103] = 102, + [104] = 101, + [105] = 101, + [106] = 102, + [107] = 102, + [108] = 101, + [109] = 102, + [110] = 101, + [111] = 102, + [112] = 112, + [113] = 112, [114] = 114, [115] = 114, - [116] = 113, - [117] = 117, - [118] = 113, + [116] = 112, + [117] = 114, + [118] = 112, [119] = 114, - [120] = 113, - [121] = 117, - [122] = 114, - [123] = 114, - [124] = 113, - [125] = 114, - [126] = 114, - [127] = 127, - [128] = 127, - [129] = 113, - [130] = 113, - [131] = 113, - [132] = 114, + [120] = 114, + [121] = 114, + [122] = 112, + [123] = 112, + [124] = 124, + [125] = 125, + [126] = 125, + [127] = 124, + [128] = 128, + [129] = 129, + [130] = 129, + [131] = 131, + [132] = 132, [133] = 133, [134] = 134, [135] = 133, - [136] = 136, - [137] = 137, - [138] = 138, - [139] = 134, - [140] = 140, - [141] = 137, - [142] = 138, - [143] = 136, - [144] = 144, + [136] = 134, + [137] = 131, + [138] = 132, + [139] = 139, + [140] = 139, + [141] = 141, + [142] = 142, + [143] = 143, + [144] = 141, [145] = 145, - [146] = 146, - [147] = 146, + [146] = 142, + [147] = 145, [148] = 148, [149] = 149, - [150] = 145, + [150] = 150, [151] = 151, - [152] = 151, - [153] = 144, - [154] = 154, - [155] = 155, + [152] = 149, + [153] = 153, + [154] = 149, + [155] = 149, [156] = 156, [157] = 157, - [158] = 158, - [159] = 157, + [158] = 157, + [159] = 159, [160] = 160, [161] = 161, - [162] = 162, - [163] = 162, + [162] = 156, + [163] = 163, [164] = 164, - [165] = 158, - [166] = 158, - [167] = 167, + [165] = 160, + [166] = 166, + [167] = 159, [168] = 157, - [169] = 162, - [170] = 164, - [171] = 160, - [172] = 157, - [173] = 167, - [174] = 161, - [175] = 167, - [176] = 164, - [177] = 160, - [178] = 158, - [179] = 167, + [169] = 163, + [170] = 159, + [171] = 171, + [172] = 161, + [173] = 166, + [174] = 174, + [175] = 159, + [176] = 157, + [177] = 164, + [178] = 164, + [179] = 164, [180] = 161, - [181] = 162, - [182] = 164, - [183] = 160, - [184] = 161, - [185] = 185, - [186] = 186, - [187] = 185, + [181] = 160, + [182] = 174, + [183] = 163, + [184] = 160, + [185] = 163, + [186] = 161, + [187] = 187, [188] = 188, - [189] = 189, - [190] = 190, - [191] = 190, - [192] = 190, - [193] = 190, - [194] = 189, - [195] = 195, - [196] = 190, - [197] = 197, + [189] = 187, + [190] = 187, + [191] = 187, + [192] = 192, + [193] = 187, + [194] = 194, + [195] = 192, + [196] = 196, + [197] = 187, [198] = 198, - [199] = 190, - [200] = 186, + [199] = 199, + [200] = 200, [201] = 201, - [202] = 198, - [203] = 203, + [202] = 202, + [203] = 202, [204] = 204, - [205] = 203, - [206] = 203, - [207] = 207, + [205] = 201, + [206] = 202, + [207] = 198, [208] = 208, - [209] = 209, + [209] = 200, [210] = 208, - [211] = 209, - [212] = 212, - [213] = 213, - [214] = 208, - [215] = 208, - [216] = 209, - [217] = 213, - [218] = 213, - [219] = 208, - [220] = 220, - [221] = 208, - [222] = 213, - [223] = 203, - [224] = 212, + [211] = 200, + [212] = 198, + [213] = 202, + [214] = 202, + [215] = 215, + [216] = 215, + [217] = 201, + [218] = 218, + [219] = 200, + [220] = 208, + [221] = 202, + [222] = 208, + [223] = 223, + [224] = 224, [225] = 225, [226] = 226, [227] = 227, - [228] = 228, + [228] = 223, [229] = 229, [230] = 230, [231] = 231, [232] = 232, [233] = 233, - [234] = 234, - [235] = 235, + [234] = 233, + [235] = 233, [236] = 236, [237] = 227, - [238] = 236, - [239] = 231, - [240] = 230, - [241] = 235, - [242] = 242, - [243] = 229, + [238] = 238, + [239] = 239, + [240] = 240, + [241] = 229, + [242] = 230, + [243] = 231, [244] = 244, [245] = 245, - [246] = 236, - [247] = 247, + [246] = 246, + [247] = 244, [248] = 248, [249] = 249, - [250] = 250, - [251] = 251, - [252] = 227, - [253] = 231, - [254] = 230, - [255] = 255, - [256] = 256, - [257] = 247, + [250] = 224, + [251] = 248, + [252] = 238, + [253] = 233, + [254] = 246, + [255] = 232, + [256] = 245, + [257] = 257, [258] = 258, - [259] = 259, - [260] = 236, - [261] = 261, - [262] = 262, - [263] = 263, + [259] = 233, + [260] = 233, + [261] = 238, + [262] = 236, + [263] = 233, [264] = 264, [265] = 265, [266] = 266, [267] = 267, - [268] = 226, - [269] = 269, + [268] = 238, + [269] = 233, [270] = 270, - [271] = 271, + [271] = 245, [272] = 272, [273] = 273, - [274] = 274, - [275] = 275, - [276] = 276, - [277] = 277, - [278] = 278, - [279] = 279, - [280] = 280, - [281] = 245, + [274] = 249, + [275] = 224, + [276] = 236, + [277] = 226, + [278] = 225, + [279] = 249, + [280] = 270, + [281] = 273, [282] = 282, [283] = 283, [284] = 284, - [285] = 245, - [286] = 278, - [287] = 235, - [288] = 259, + [285] = 285, + [286] = 286, + [287] = 287, + [288] = 288, [289] = 289, - [290] = 247, - [291] = 259, - [292] = 261, + [290] = 290, + [291] = 291, + [292] = 292, [293] = 293, - [294] = 262, - [295] = 263, - [296] = 264, - [297] = 265, - [298] = 266, - [299] = 261, + [294] = 294, + [295] = 223, + [296] = 248, + [297] = 297, + [298] = 238, + [299] = 299, [300] = 300, - [301] = 262, - [302] = 302, - [303] = 229, - [304] = 231, - [305] = 230, - [306] = 279, - [307] = 263, - [308] = 308, - [309] = 229, - [310] = 275, - [311] = 274, - [312] = 273, - [313] = 272, - [314] = 271, - [315] = 270, - [316] = 264, - [317] = 265, - [318] = 269, - [319] = 226, - [320] = 267, - [321] = 266, - [322] = 265, - [323] = 284, - [324] = 264, - [325] = 255, - [326] = 263, - [327] = 262, - [328] = 229, - [329] = 261, - [330] = 259, - [331] = 247, - [332] = 332, - [333] = 235, - [334] = 284, - [335] = 283, - [336] = 336, - [337] = 282, - [338] = 280, - [339] = 278, - [340] = 340, - [341] = 341, - [342] = 342, - [343] = 266, - [344] = 267, - [345] = 249, - [346] = 346, - [347] = 269, - [348] = 270, - [349] = 277, - [350] = 271, - [351] = 272, - [352] = 273, - [353] = 274, - [354] = 354, - [355] = 276, - [356] = 275, - [357] = 357, - [358] = 258, - [359] = 283, - [360] = 279, - [361] = 256, - [362] = 255, - [363] = 282, - [364] = 289, - [365] = 280, - [366] = 227, - [367] = 231, - [368] = 267, - [369] = 226, - [370] = 230, - [371] = 229, - [372] = 269, - [373] = 270, - [374] = 245, - [375] = 271, - [376] = 272, - [377] = 236, - [378] = 230, - [379] = 273, - [380] = 380, - [381] = 300, - [382] = 233, - [383] = 231, - [384] = 245, - [385] = 236, - [386] = 274, - [387] = 275, - [388] = 236, - [389] = 279, - [390] = 300, - [391] = 233, - [392] = 230, - [393] = 231, - [394] = 236, - [395] = 230, - [396] = 256, - [397] = 229, - [398] = 249, - [399] = 289, - [400] = 233, - [401] = 231, - [402] = 289, - [403] = 255, - [404] = 236, - [405] = 230, + [301] = 301, + [302] = 282, + [303] = 240, + [304] = 304, + [305] = 232, + [306] = 306, + [307] = 307, + [308] = 265, + [309] = 306, + [310] = 244, + [311] = 223, + [312] = 240, + [313] = 313, + [314] = 314, + [315] = 315, + [316] = 316, + [317] = 317, + [318] = 318, + [319] = 283, + [320] = 320, + [321] = 321, + [322] = 322, + [323] = 245, + [324] = 231, + [325] = 232, + [326] = 299, + [327] = 246, + [328] = 233, + [329] = 306, + [330] = 240, + [331] = 301, + [332] = 226, + [333] = 238, + [334] = 225, + [335] = 299, + [336] = 284, + [337] = 337, + [338] = 265, + [339] = 294, + [340] = 270, + [341] = 230, + [342] = 273, + [343] = 294, + [344] = 293, + [345] = 282, + [346] = 285, + [347] = 293, + [348] = 245, + [349] = 349, + [350] = 306, + [351] = 283, + [352] = 284, + [353] = 292, + [354] = 291, + [355] = 290, + [356] = 285, + [357] = 286, + [358] = 289, + [359] = 287, + [360] = 229, + [361] = 299, + [362] = 227, + [363] = 265, + [364] = 364, + [365] = 224, + [366] = 249, + [367] = 248, + [368] = 294, + [369] = 293, + [370] = 292, + [371] = 288, + [372] = 292, + [373] = 291, + [374] = 288, + [375] = 290, + [376] = 289, + [377] = 244, + [378] = 288, + [379] = 287, + [380] = 291, + [381] = 381, + [382] = 286, + [383] = 285, + [384] = 284, + [385] = 283, + [386] = 282, + [387] = 287, + [388] = 273, + [389] = 286, + [390] = 231, + [391] = 270, + [392] = 289, + [393] = 225, + [394] = 226, + [395] = 290, + [396] = 236, + [397] = 230, + [398] = 227, + [399] = 229, + [400] = 400, + [401] = 400, + [402] = 400, + [403] = 400, + [404] = 400, + [405] = 405, [406] = 406, [407] = 407, - [408] = 245, - [409] = 231, - [410] = 283, - [411] = 256, - [412] = 258, - [413] = 276, - [414] = 282, - [415] = 284, - [416] = 277, - [417] = 258, - [418] = 276, - [419] = 230, - [420] = 231, - [421] = 277, - [422] = 280, - [423] = 278, - [424] = 424, + [408] = 407, + [409] = 409, + [410] = 409, + [411] = 411, + [412] = 412, + [413] = 413, + [414] = 414, + [415] = 415, + [416] = 416, + [417] = 417, + [418] = 413, + [419] = 419, + [420] = 420, + [421] = 421, + [422] = 422, + [423] = 423, + [424] = 412, [425] = 425, [426] = 426, [427] = 427, - [428] = 426, - [429] = 427, + [428] = 428, + [429] = 429, [430] = 430, [431] = 431, [432] = 432, @@ -4322,17 +4456,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [438] = 438, [439] = 439, [440] = 440, - [441] = 438, - [442] = 438, + [441] = 441, + [442] = 442, [443] = 443, [444] = 444, [445] = 445, [446] = 446, [447] = 447, [448] = 448, - [449] = 438, + [449] = 449, [450] = 450, - [451] = 438, + [451] = 451, [452] = 452, [453] = 453, [454] = 454, @@ -4340,7 +4474,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [456] = 456, [457] = 457, [458] = 458, - [459] = 433, + [459] = 459, [460] = 460, [461] = 461, [462] = 462, @@ -4379,8 +4513,8 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [495] = 495, [496] = 496, [497] = 497, - [498] = 430, - [499] = 455, + [498] = 498, + [499] = 499, [500] = 500, [501] = 501, [502] = 502, @@ -4398,9 +4532,9 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [514] = 514, [515] = 515, [516] = 516, - [517] = 443, - [518] = 518, - [519] = 519, + [517] = 516, + [518] = 516, + [519] = 516, [520] = 520, [521] = 521, [522] = 522, @@ -4440,393 +4574,393 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [556] = 556, [557] = 557, [558] = 558, - [559] = 559, + [559] = 526, [560] = 560, - [561] = 561, + [561] = 525, [562] = 562, [563] = 563, - [564] = 564, - [565] = 564, - [566] = 564, - [567] = 564, - [568] = 568, - [569] = 569, - [570] = 570, - [571] = 571, - [572] = 572, + [564] = 556, + [565] = 551, + [566] = 527, + [567] = 528, + [568] = 533, + [569] = 549, + [570] = 548, + [571] = 534, + [572] = 524, [573] = 573, - [574] = 574, + [574] = 545, [575] = 575, - [576] = 576, - [577] = 577, - [578] = 578, - [579] = 579, - [580] = 580, - [581] = 581, - [582] = 582, - [583] = 583, - [584] = 584, - [585] = 585, - [586] = 586, - [587] = 587, - [588] = 588, - [589] = 589, + [576] = 552, + [577] = 538, + [578] = 541, + [579] = 556, + [580] = 537, + [581] = 522, + [582] = 521, + [583] = 539, + [584] = 550, + [585] = 543, + [586] = 523, + [587] = 547, + [588] = 540, + [589] = 542, [590] = 590, - [591] = 591, - [592] = 592, - [593] = 591, - [594] = 572, - [595] = 573, - [596] = 575, - [597] = 576, - [598] = 591, - [599] = 599, - [600] = 577, - [601] = 574, - [602] = 575, - [603] = 603, - [604] = 586, - [605] = 590, - [606] = 578, - [607] = 607, - [608] = 569, - [609] = 581, - [610] = 570, - [611] = 611, - [612] = 568, - [613] = 579, - [614] = 603, - [615] = 571, - [616] = 587, - [617] = 584, - [618] = 585, - [619] = 589, - [620] = 588, - [621] = 580, - [622] = 591, - [623] = 607, - [624] = 582, - [625] = 583, - [626] = 603, - [627] = 592, - [628] = 592, + [591] = 529, + [592] = 573, + [593] = 590, + [594] = 594, + [595] = 554, + [596] = 555, + [597] = 533, + [598] = 536, + [599] = 573, + [600] = 530, + [601] = 590, + [602] = 531, + [603] = 532, + [604] = 553, + [605] = 556, + [606] = 546, + [607] = 535, + [608] = 544, + [609] = 554, + [610] = 610, + [611] = 610, + [612] = 612, + [613] = 613, + [614] = 614, + [615] = 590, + [616] = 573, + [617] = 614, + [618] = 618, + [619] = 619, + [620] = 555, + [621] = 619, + [622] = 622, + [623] = 623, + [624] = 624, + [625] = 625, + [626] = 626, + [627] = 624, + [628] = 626, [629] = 629, - [630] = 630, + [630] = 625, [631] = 631, - [632] = 631, - [633] = 633, - [634] = 603, - [635] = 635, - [636] = 636, - [637] = 637, - [638] = 638, + [632] = 632, + [633] = 626, + [634] = 626, + [635] = 622, + [636] = 623, + [637] = 626, + [638] = 629, [639] = 639, - [640] = 577, - [641] = 576, + [640] = 629, + [641] = 641, [642] = 642, - [643] = 574, - [644] = 572, + [643] = 643, + [644] = 644, [645] = 645, - [646] = 573, - [647] = 579, + [646] = 646, + [647] = 647, [648] = 648, - [649] = 645, - [650] = 650, - [651] = 651, - [652] = 590, - [653] = 653, - [654] = 654, - [655] = 570, - [656] = 581, - [657] = 588, - [658] = 589, - [659] = 586, - [660] = 587, - [661] = 653, - [662] = 654, - [663] = 663, - [664] = 568, - [665] = 569, - [666] = 584, - [667] = 579, - [668] = 578, - [669] = 580, - [670] = 571, - [671] = 582, - [672] = 583, - [673] = 585, - [674] = 572, - [675] = 573, - [676] = 573, - [677] = 577, - [678] = 678, - [679] = 663, - [680] = 572, - [681] = 681, - [682] = 651, - [683] = 683, - [684] = 684, - [685] = 678, - [686] = 683, + [649] = 526, + [650] = 474, + [651] = 468, + [652] = 538, + [653] = 525, + [654] = 521, + [655] = 543, + [656] = 537, + [657] = 523, + [658] = 547, + [659] = 659, + [660] = 527, + [661] = 549, + [662] = 545, + [663] = 552, + [664] = 664, + [665] = 534, + [666] = 548, + [667] = 524, + [668] = 540, + [669] = 542, + [670] = 538, + [671] = 551, + [672] = 541, + [673] = 673, + [674] = 528, + [675] = 539, + [676] = 645, + [677] = 522, + [678] = 550, + [679] = 529, + [680] = 680, + [681] = 552, + [682] = 546, + [683] = 525, + [684] = 526, + [685] = 685, + [686] = 530, [687] = 687, [688] = 688, - [689] = 576, + [689] = 531, [690] = 690, - [691] = 691, - [692] = 692, - [693] = 693, + [691] = 532, + [692] = 544, + [693] = 536, [694] = 694, - [695] = 688, - [696] = 696, - [697] = 697, + [695] = 535, + [696] = 553, + [697] = 685, [698] = 698, - [699] = 577, - [700] = 574, + [699] = 522, + [700] = 700, [701] = 701, [702] = 702, - [703] = 648, + [703] = 703, [704] = 704, [705] = 705, - [706] = 574, - [707] = 576, + [706] = 706, + [707] = 707, [708] = 708, - [709] = 576, - [710] = 692, - [711] = 572, + [709] = 709, + [710] = 710, + [711] = 711, [712] = 712, - [713] = 577, - [714] = 573, - [715] = 681, - [716] = 574, - [717] = 717, + [713] = 713, + [714] = 528, + [715] = 715, + [716] = 548, + [717] = 534, [718] = 718, - [719] = 719, - [720] = 563, + [719] = 543, + [720] = 720, [721] = 721, - [722] = 582, + [722] = 722, [723] = 723, - [724] = 578, - [725] = 725, - [726] = 726, - [727] = 727, - [728] = 728, - [729] = 583, - [730] = 571, - [731] = 731, - [732] = 732, - [733] = 733, - [734] = 734, - [735] = 735, - [736] = 736, - [737] = 568, + [724] = 539, + [725] = 521, + [726] = 546, + [727] = 541, + [728] = 551, + [729] = 542, + [730] = 412, + [731] = 540, + [732] = 524, + [733] = 531, + [734] = 532, + [735] = 544, + [736] = 545, + [737] = 737, [738] = 738, - [739] = 739, - [740] = 580, + [739] = 520, + [740] = 549, [741] = 741, - [742] = 588, - [743] = 584, - [744] = 590, + [742] = 527, + [743] = 743, + [744] = 744, [745] = 745, [746] = 746, - [747] = 581, - [748] = 748, - [749] = 589, + [747] = 536, + [748] = 523, + [749] = 749, [750] = 750, - [751] = 751, + [751] = 537, [752] = 752, - [753] = 753, + [753] = 413, [754] = 754, [755] = 755, [756] = 756, - [757] = 586, - [758] = 587, - [759] = 759, - [760] = 585, - [761] = 569, + [757] = 550, + [758] = 530, + [759] = 547, + [760] = 553, + [761] = 761, [762] = 762, - [763] = 570, + [763] = 763, [764] = 764, [765] = 765, - [766] = 639, - [767] = 572, - [768] = 430, - [769] = 577, - [770] = 704, - [771] = 574, - [772] = 573, - [773] = 642, - [774] = 702, + [766] = 766, + [767] = 708, + [768] = 768, + [769] = 769, + [770] = 529, + [771] = 535, + [772] = 772, + [773] = 773, + [774] = 664, [775] = 775, - [776] = 433, + [776] = 776, [777] = 777, - [778] = 645, - [779] = 779, - [780] = 576, - [781] = 650, + [778] = 778, + [779] = 706, + [780] = 780, + [781] = 781, [782] = 782, [783] = 783, - [784] = 645, - [785] = 648, - [786] = 578, - [787] = 787, - [788] = 582, - [789] = 589, - [790] = 588, - [791] = 579, - [792] = 570, - [793] = 586, - [794] = 794, - [795] = 581, + [784] = 784, + [785] = 785, + [786] = 687, + [787] = 698, + [788] = 647, + [789] = 789, + [790] = 647, + [791] = 791, + [792] = 792, + [793] = 552, + [794] = 526, + [795] = 525, [796] = 796, - [797] = 587, + [797] = 785, [798] = 798, - [799] = 583, - [800] = 568, - [801] = 796, - [802] = 584, - [803] = 803, - [804] = 803, - [805] = 787, - [806] = 569, - [807] = 580, - [808] = 571, - [809] = 585, - [810] = 590, - [811] = 696, - [812] = 812, - [813] = 813, - [814] = 636, - [815] = 815, - [816] = 816, - [817] = 648, - [818] = 678, - [819] = 819, - [820] = 663, - [821] = 813, - [822] = 813, - [823] = 579, - [824] = 704, - [825] = 651, - [826] = 815, - [827] = 684, - [828] = 828, - [829] = 651, - [830] = 812, - [831] = 576, - [832] = 678, - [833] = 683, - [834] = 683, - [835] = 688, - [836] = 572, - [837] = 577, - [838] = 687, - [839] = 576, - [840] = 455, - [841] = 574, - [842] = 573, - [843] = 663, - [844] = 443, - [845] = 688, - [846] = 701, - [847] = 705, - [848] = 813, - [849] = 816, - [850] = 697, - [851] = 572, - [852] = 693, - [853] = 690, - [854] = 574, - [855] = 702, - [856] = 577, - [857] = 815, - [858] = 813, - [859] = 573, - [860] = 574, - [861] = 573, - [862] = 577, - [863] = 828, - [864] = 572, - [865] = 576, - [866] = 570, - [867] = 589, - [868] = 721, - [869] = 759, - [870] = 745, - [871] = 728, - [872] = 727, - [873] = 765, - [874] = 762, - [875] = 563, - [876] = 719, - [877] = 717, - [878] = 732, - [879] = 704, - [880] = 734, - [881] = 738, - [882] = 583, - [883] = 582, - [884] = 731, - [885] = 578, - [886] = 568, - [887] = 588, - [888] = 751, - [889] = 739, - [890] = 571, - [891] = 581, - [892] = 733, - [893] = 725, - [894] = 764, - [895] = 726, - [896] = 754, - [897] = 718, - [898] = 741, - [899] = 580, - [900] = 756, - [901] = 704, - [902] = 746, - [903] = 723, - [904] = 584, - [905] = 750, - [906] = 753, - [907] = 590, - [908] = 585, - [909] = 755, - [910] = 569, - [911] = 736, - [912] = 748, - [913] = 587, - [914] = 586, - [915] = 779, - [916] = 782, - [917] = 702, - [918] = 777, - [919] = 775, - [920] = 920, - [921] = 921, - [922] = 922, - [923] = 571, - [924] = 924, - [925] = 925, - [926] = 926, - [927] = 927, - [928] = 928, - [929] = 929, + [799] = 799, + [800] = 800, + [801] = 527, + [802] = 541, + [803] = 664, + [804] = 659, + [805] = 673, + [806] = 538, + [807] = 528, + [808] = 540, + [809] = 542, + [810] = 552, + [811] = 551, + [812] = 521, + [813] = 547, + [814] = 814, + [815] = 543, + [816] = 550, + [817] = 539, + [818] = 522, + [819] = 738, + [820] = 534, + [821] = 548, + [822] = 537, + [823] = 523, + [824] = 524, + [825] = 549, + [826] = 545, + [827] = 530, + [828] = 532, + [829] = 531, + [830] = 544, + [831] = 738, + [832] = 526, + [833] = 687, + [834] = 525, + [835] = 536, + [836] = 836, + [837] = 546, + [838] = 838, + [839] = 839, + [840] = 538, + [841] = 841, + [842] = 553, + [843] = 529, + [844] = 644, + [845] = 535, + [846] = 694, + [847] = 680, + [848] = 644, + [849] = 698, + [850] = 754, + [851] = 773, + [852] = 545, + [853] = 549, + [854] = 778, + [855] = 527, + [856] = 536, + [857] = 700, + [858] = 523, + [859] = 750, + [860] = 723, + [861] = 537, + [862] = 538, + [863] = 548, + [864] = 534, + [865] = 738, + [866] = 709, + [867] = 712, + [868] = 474, + [869] = 869, + [870] = 749, + [871] = 711, + [872] = 761, + [873] = 705, + [874] = 715, + [875] = 765, + [876] = 550, + [877] = 543, + [878] = 530, + [879] = 547, + [880] = 777, + [881] = 664, + [882] = 553, + [883] = 529, + [884] = 768, + [885] = 718, + [886] = 775, + [887] = 535, + [888] = 704, + [889] = 889, + [890] = 713, + [891] = 720, + [892] = 520, + [893] = 702, + [894] = 766, + [895] = 756, + [896] = 752, + [897] = 707, + [898] = 710, + [899] = 744, + [900] = 520, + [901] = 721, + [902] = 722, + [903] = 544, + [904] = 772, + [905] = 764, + [906] = 703, + [907] = 755, + [908] = 737, + [909] = 745, + [910] = 743, + [911] = 762, + [912] = 763, + [913] = 869, + [914] = 741, + [915] = 701, + [916] = 522, + [917] = 532, + [918] = 531, + [919] = 528, + [920] = 690, + [921] = 524, + [922] = 798, + [923] = 468, + [924] = 688, + [925] = 539, + [926] = 540, + [927] = 521, + [928] = 769, + [929] = 546, [930] = 930, - [931] = 931, - [932] = 932, - [933] = 933, - [934] = 934, - [935] = 935, - [936] = 936, - [937] = 937, - [938] = 938, - [939] = 939, - [940] = 940, + [931] = 776, + [932] = 542, + [933] = 551, + [934] = 541, + [935] = 746, + [936] = 783, + [937] = 782, + [938] = 781, + [939] = 552, + [940] = 780, [941] = 941, - [942] = 942, - [943] = 568, - [944] = 944, - [945] = 945, + [942] = 698, + [943] = 943, + [944] = 791, + [945] = 799, [946] = 946, [947] = 947, [948] = 948, @@ -4834,42 +4968,42 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [950] = 950, [951] = 951, [952] = 952, - [953] = 953, + [953] = 647, [954] = 954, [955] = 955, [956] = 956, - [957] = 957, + [957] = 800, [958] = 958, [959] = 959, [960] = 960, - [961] = 569, + [961] = 961, [962] = 962, - [963] = 963, + [963] = 687, [964] = 964, [965] = 965, [966] = 966, - [967] = 967, + [967] = 796, [968] = 968, - [969] = 969, + [969] = 738, [970] = 970, - [971] = 971, - [972] = 570, + [971] = 792, + [972] = 972, [973] = 973, [974] = 974, - [975] = 975, - [976] = 976, - [977] = 977, - [978] = 978, - [979] = 979, - [980] = 980, + [975] = 839, + [976] = 552, + [977] = 538, + [978] = 838, + [979] = 841, + [980] = 644, [981] = 981, [982] = 982, [983] = 983, [984] = 984, [985] = 985, [986] = 986, - [987] = 455, - [988] = 443, + [987] = 987, + [988] = 988, [989] = 989, [990] = 990, [991] = 991, @@ -4891,210 +5025,210 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1007] = 1007, [1008] = 1008, [1009] = 1009, - [1010] = 1010, + [1010] = 889, [1011] = 1011, [1012] = 1012, - [1013] = 1013, + [1013] = 520, [1014] = 1014, [1015] = 1015, [1016] = 1016, [1017] = 1017, - [1018] = 1018, - [1019] = 1019, - [1020] = 1020, - [1021] = 1021, - [1022] = 1022, - [1023] = 1023, - [1024] = 1024, - [1025] = 1025, - [1026] = 1012, - [1027] = 1024, - [1028] = 1016, - [1029] = 1015, - [1030] = 1004, - [1031] = 1002, - [1032] = 1001, - [1033] = 1000, - [1034] = 998, - [1035] = 997, - [1036] = 996, - [1037] = 1011, - [1038] = 1038, - [1039] = 1014, - [1040] = 1008, - [1041] = 1041, - [1042] = 1017, - [1043] = 1010, - [1044] = 999, - [1045] = 1023, - [1046] = 1005, - [1047] = 1006, - [1048] = 1022, - [1049] = 1049, - [1050] = 1021, - [1051] = 1051, - [1052] = 1019, - [1053] = 1007, - [1054] = 1003, - [1055] = 995, - [1056] = 1020, - [1057] = 994, - [1058] = 1013, - [1059] = 991, - [1060] = 1018, - [1061] = 1025, - [1062] = 979, - [1063] = 433, - [1064] = 1003, - [1065] = 1007, - [1066] = 922, - [1067] = 570, - [1068] = 991, - [1069] = 958, - [1070] = 956, - [1071] = 569, - [1072] = 951, - [1073] = 963, - [1074] = 980, - [1075] = 571, - [1076] = 981, - [1077] = 975, - [1078] = 962, - [1079] = 920, - [1080] = 968, - [1081] = 967, - [1082] = 1012, - [1083] = 959, - [1084] = 1001, - [1085] = 942, - [1086] = 954, - [1087] = 941, - [1088] = 994, - [1089] = 1024, - [1090] = 974, - [1091] = 928, - [1092] = 1018, - [1093] = 964, - [1094] = 1020, - [1095] = 957, - [1096] = 953, - [1097] = 1025, - [1098] = 1006, - [1099] = 1005, - [1100] = 936, - [1101] = 1017, - [1102] = 925, - [1103] = 969, - [1104] = 1008, - [1105] = 948, - [1106] = 1014, - [1107] = 945, - [1108] = 978, - [1109] = 929, - [1110] = 977, - [1111] = 995, + [1018] = 988, + [1019] = 1012, + [1020] = 972, + [1021] = 997, + [1022] = 1000, + [1023] = 412, + [1024] = 1002, + [1025] = 1009, + [1026] = 962, + [1027] = 966, + [1028] = 985, + [1029] = 985, + [1030] = 1014, + [1031] = 1016, + [1032] = 1032, + [1033] = 987, + [1034] = 941, + [1035] = 983, + [1036] = 1008, + [1037] = 984, + [1038] = 998, + [1039] = 1039, + [1040] = 986, + [1041] = 949, + [1042] = 1005, + [1043] = 1017, + [1044] = 1014, + [1045] = 1016, + [1046] = 1012, + [1047] = 1007, + [1048] = 964, + [1049] = 1006, + [1050] = 989, + [1051] = 1008, + [1052] = 946, + [1053] = 1015, + [1054] = 991, + [1055] = 992, + [1056] = 943, + [1057] = 993, + [1058] = 1001, + [1059] = 1009, + [1060] = 1002, + [1061] = 1000, + [1062] = 995, + [1063] = 997, + [1064] = 996, + [1065] = 981, + [1066] = 956, + [1067] = 1001, + [1068] = 1006, + [1069] = 954, + [1070] = 950, + [1071] = 951, + [1072] = 1003, + [1073] = 959, + [1074] = 965, + [1075] = 1011, + [1076] = 994, + [1077] = 952, + [1078] = 968, + [1079] = 973, + [1080] = 1080, + [1081] = 1003, + [1082] = 955, + [1083] = 974, + [1084] = 961, + [1085] = 948, + [1086] = 960, + [1087] = 1004, + [1088] = 947, + [1089] = 1011, + [1090] = 413, + [1091] = 958, + [1092] = 981, + [1093] = 1004, + [1094] = 996, + [1095] = 995, + [1096] = 994, + [1097] = 993, + [1098] = 992, + [1099] = 991, + [1100] = 1015, + [1101] = 989, + [1102] = 1007, + [1103] = 1017, + [1104] = 988, + [1105] = 987, + [1106] = 970, + [1107] = 983, + [1108] = 984, + [1109] = 998, + [1110] = 986, + [1111] = 1005, [1112] = 996, - [1113] = 568, - [1114] = 430, - [1115] = 982, - [1116] = 984, - [1117] = 997, - [1118] = 985, - [1119] = 938, - [1120] = 970, - [1121] = 1011, - [1122] = 998, - [1123] = 940, - [1124] = 947, - [1125] = 946, - [1126] = 1010, - [1127] = 921, - [1128] = 971, - [1129] = 973, - [1130] = 999, - [1131] = 944, - [1132] = 950, - [1133] = 949, - [1134] = 976, - [1135] = 955, - [1136] = 1015, - [1137] = 1016, - [1138] = 1004, - [1139] = 1002, - [1140] = 930, - [1141] = 952, - [1142] = 937, - [1143] = 960, - [1144] = 965, - [1145] = 933, - [1146] = 983, - [1147] = 966, - [1148] = 939, - [1149] = 932, - [1150] = 1000, - [1151] = 1013, - [1152] = 935, - [1153] = 931, - [1154] = 927, - [1155] = 934, - [1156] = 924, - [1157] = 1023, - [1158] = 926, - [1159] = 1022, - [1160] = 1021, - [1161] = 1019, + [1113] = 1113, + [1114] = 1114, + [1115] = 986, + [1116] = 998, + [1117] = 1004, + [1118] = 1118, + [1119] = 1009, + [1120] = 989, + [1121] = 984, + [1122] = 985, + [1123] = 1002, + [1124] = 1005, + [1125] = 983, + [1126] = 987, + [1127] = 1017, + [1128] = 1012, + [1129] = 1007, + [1130] = 1006, + [1131] = 1131, + [1132] = 1008, + [1133] = 1000, + [1134] = 997, + [1135] = 1011, + [1136] = 1016, + [1137] = 1003, + [1138] = 995, + [1139] = 981, + [1140] = 991, + [1141] = 992, + [1142] = 1001, + [1143] = 988, + [1144] = 993, + [1145] = 994, + [1146] = 1014, + [1147] = 1015, + [1148] = 1148, + [1149] = 1149, + [1150] = 1150, + [1151] = 1151, + [1152] = 1152, + [1153] = 1153, + [1154] = 1154, + [1155] = 1155, + [1156] = 1150, + [1157] = 1157, + [1158] = 1158, + [1159] = 1153, + [1160] = 1160, + [1161] = 1161, [1162] = 1162, - [1163] = 1162, - [1164] = 1011, - [1165] = 1017, - [1166] = 1012, + [1163] = 1163, + [1164] = 1164, + [1165] = 1165, + [1166] = 1001, [1167] = 1167, - [1168] = 998, - [1169] = 997, - [1170] = 996, - [1171] = 1014, - [1172] = 1016, - [1173] = 1008, - [1174] = 1005, - [1175] = 1013, - [1176] = 1006, - [1177] = 1025, - [1178] = 1020, - [1179] = 991, - [1180] = 1024, - [1181] = 999, - [1182] = 1000, - [1183] = 1001, - [1184] = 1010, - [1185] = 1167, - [1186] = 994, - [1187] = 1018, - [1188] = 995, - [1189] = 1003, - [1190] = 1002, - [1191] = 1007, - [1192] = 1004, + [1168] = 1168, + [1169] = 1169, + [1170] = 1170, + [1171] = 1171, + [1172] = 1164, + [1173] = 1168, + [1174] = 1167, + [1175] = 1175, + [1176] = 1176, + [1177] = 1001, + [1178] = 1175, + [1179] = 1179, + [1180] = 1180, + [1181] = 1176, + [1182] = 1182, + [1183] = 1183, + [1184] = 1182, + [1185] = 1185, + [1186] = 1186, + [1187] = 1176, + [1188] = 1171, + [1189] = 1189, + [1190] = 1190, + [1191] = 1191, + [1192] = 1192, [1193] = 1193, - [1194] = 1019, - [1195] = 1021, - [1196] = 1015, - [1197] = 1022, + [1194] = 1194, + [1195] = 1195, + [1196] = 1196, + [1197] = 1197, [1198] = 1198, - [1199] = 1023, - [1200] = 1023, - [1201] = 1201, + [1199] = 1199, + [1200] = 1200, + [1201] = 1199, [1202] = 1202, - [1203] = 1203, + [1203] = 1199, [1204] = 1204, [1205] = 1205, [1206] = 1206, - [1207] = 1207, - [1208] = 1023, + [1207] = 1171, + [1208] = 1182, [1209] = 1209, [1210] = 1210, - [1211] = 1211, + [1211] = 1210, [1212] = 1212, - [1213] = 1201, + [1213] = 1213, [1214] = 1214, [1215] = 1215, [1216] = 1216, @@ -5104,164 +5238,164 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1220] = 1220, [1221] = 1221, [1222] = 1221, - [1223] = 1212, - [1224] = 1203, - [1225] = 1215, - [1226] = 1212, - [1227] = 1227, - [1228] = 1228, - [1229] = 1212, - [1230] = 1230, - [1231] = 1231, - [1232] = 1215, - [1233] = 1233, - [1234] = 1234, - [1235] = 1235, - [1236] = 1215, - [1237] = 1237, - [1238] = 1201, - [1239] = 1239, - [1240] = 1240, - [1241] = 1241, - [1242] = 1242, - [1243] = 1243, - [1244] = 1221, - [1245] = 1245, - [1246] = 1246, - [1247] = 1221, - [1248] = 1248, - [1249] = 1231, - [1250] = 1250, - [1251] = 1235, - [1252] = 1252, - [1253] = 1253, - [1254] = 1254, - [1255] = 1255, - [1256] = 1254, - [1257] = 1248, - [1258] = 1258, - [1259] = 1203, - [1260] = 1260, + [1223] = 1223, + [1224] = 1218, + [1225] = 1225, + [1226] = 1226, + [1227] = 1213, + [1228] = 1212, + [1229] = 1220, + [1230] = 1218, + [1231] = 1217, + [1232] = 1220, + [1233] = 1214, + [1234] = 1217, + [1235] = 1221, + [1236] = 1223, + [1237] = 1214, + [1238] = 1214, + [1239] = 1214, + [1240] = 1214, + [1241] = 1212, + [1242] = 1223, + [1243] = 1210, + [1244] = 1214, + [1245] = 1212, + [1246] = 1223, + [1247] = 1210, + [1248] = 1218, + [1249] = 1214, + [1250] = 1221, + [1251] = 1219, + [1252] = 1210, + [1253] = 1217, + [1254] = 1212, + [1255] = 1223, + [1256] = 1223, + [1257] = 1210, + [1258] = 1214, + [1259] = 1217, + [1260] = 1212, [1261] = 1261, - [1262] = 1261, + [1262] = 1262, [1263] = 1263, [1264] = 1264, - [1265] = 1263, + [1265] = 1265, [1266] = 1266, [1267] = 1267, - [1268] = 1260, - [1269] = 1269, - [1270] = 1266, + [1268] = 1261, + [1269] = 1267, + [1270] = 1270, [1271] = 1271, - [1272] = 1263, - [1273] = 1264, - [1274] = 1267, - [1275] = 1275, - [1276] = 1271, - [1277] = 1264, - [1278] = 1271, + [1272] = 1272, + [1273] = 1273, + [1274] = 1274, + [1275] = 1274, + [1276] = 1276, + [1277] = 1277, + [1278] = 1278, [1279] = 1279, - [1280] = 1263, - [1281] = 1264, - [1282] = 1263, - [1283] = 1283, - [1284] = 1267, - [1285] = 1271, + [1280] = 1280, + [1281] = 1280, + [1282] = 1277, + [1283] = 1277, + [1284] = 1280, + [1285] = 1277, [1286] = 1286, - [1287] = 1263, - [1288] = 1264, - [1289] = 1289, - [1290] = 1263, - [1291] = 1264, - [1292] = 1261, - [1293] = 1261, - [1294] = 1263, - [1295] = 1269, - [1296] = 1264, - [1297] = 1264, - [1298] = 1263, - [1299] = 1275, - [1300] = 1271, - [1301] = 1271, - [1302] = 1289, - [1303] = 1269, - [1304] = 1304, - [1305] = 1266, - [1306] = 1260, - [1307] = 1266, + [1287] = 1286, + [1288] = 1286, + [1289] = 1286, + [1290] = 1278, + [1291] = 1280, + [1292] = 1279, + [1293] = 1293, + [1294] = 1294, + [1295] = 1293, + [1296] = 1294, + [1297] = 1293, + [1298] = 1294, + [1299] = 1294, + [1300] = 1293, + [1301] = 1301, + [1302] = 1302, + [1303] = 1302, + [1304] = 1301, + [1305] = 1305, + [1306] = 429, + [1307] = 1305, [1308] = 1308, - [1309] = 1260, - [1310] = 1310, - [1311] = 1261, - [1312] = 1269, - [1313] = 1308, - [1314] = 1269, - [1315] = 1289, - [1316] = 1271, - [1317] = 1289, + [1309] = 1305, + [1310] = 1305, + [1311] = 1311, + [1312] = 1312, + [1313] = 1312, + [1314] = 1314, + [1315] = 1315, + [1316] = 1316, + [1317] = 1317, [1318] = 1318, - [1319] = 1275, - [1320] = 1271, - [1321] = 1261, + [1319] = 1319, + [1320] = 1317, + [1321] = 1321, [1322] = 1322, - [1323] = 1260, - [1324] = 1271, - [1325] = 1264, - [1326] = 1269, - [1327] = 1260, - [1328] = 1264, - [1329] = 1263, - [1330] = 1261, + [1323] = 1323, + [1324] = 1321, + [1325] = 1319, + [1326] = 1326, + [1327] = 1326, + [1328] = 1328, + [1329] = 1329, + [1330] = 1330, [1331] = 1331, [1332] = 1332, [1333] = 1333, - [1334] = 1334, + [1334] = 1331, [1335] = 1335, [1336] = 1336, [1337] = 1337, [1338] = 1338, - [1339] = 1334, - [1340] = 1338, + [1339] = 1339, + [1340] = 1340, [1341] = 1341, [1342] = 1342, - [1343] = 1341, + [1343] = 1343, [1344] = 1344, - [1345] = 1345, - [1346] = 1344, + [1345] = 1337, + [1346] = 1346, [1347] = 1347, [1348] = 1348, - [1349] = 1344, - [1350] = 1348, - [1351] = 1347, - [1352] = 1345, - [1353] = 1347, - [1354] = 1348, + [1349] = 1349, + [1350] = 1350, + [1351] = 1336, + [1352] = 1352, + [1353] = 1339, + [1354] = 1354, [1355] = 1355, - [1356] = 1355, - [1357] = 1357, - [1358] = 1355, - [1359] = 1357, - [1360] = 1357, + [1356] = 1344, + [1357] = 1349, + [1358] = 1358, + [1359] = 1359, + [1360] = 1360, [1361] = 1361, - [1362] = 1361, + [1362] = 1362, [1363] = 1363, - [1364] = 1363, + [1364] = 1364, [1365] = 1365, - [1366] = 1363, - [1367] = 1365, + [1366] = 1366, + [1367] = 1367, [1368] = 1368, [1369] = 1369, [1370] = 1370, [1371] = 1371, - [1372] = 1371, + [1372] = 1372, [1373] = 1373, [1374] = 1374, [1375] = 1375, [1376] = 1376, - [1377] = 1376, + [1377] = 1377, [1378] = 1378, [1379] = 1379, - [1380] = 1380, + [1380] = 798, [1381] = 1381, [1382] = 1382, [1383] = 1383, @@ -5273,50 +5407,50 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1389] = 1389, [1390] = 1390, [1391] = 1391, - [1392] = 1392, + [1392] = 1388, [1393] = 1393, [1394] = 1394, [1395] = 1395, [1396] = 1396, - [1397] = 1397, + [1397] = 1391, [1398] = 1398, - [1399] = 1399, - [1400] = 1400, - [1401] = 1401, + [1399] = 1388, + [1400] = 1393, + [1401] = 1387, [1402] = 1402, - [1403] = 1403, - [1404] = 1402, - [1405] = 1405, - [1406] = 1406, - [1407] = 1407, - [1408] = 1408, - [1409] = 1409, - [1410] = 1401, - [1411] = 1411, - [1412] = 1412, - [1413] = 1413, - [1414] = 1414, - [1415] = 1415, - [1416] = 1416, - [1417] = 1417, - [1418] = 1406, - [1419] = 1419, - [1420] = 1420, - [1421] = 1421, + [1403] = 1388, + [1404] = 1393, + [1405] = 1391, + [1406] = 1388, + [1407] = 1393, + [1408] = 1387, + [1409] = 1393, + [1410] = 1391, + [1411] = 1402, + [1412] = 1395, + [1413] = 1402, + [1414] = 1391, + [1415] = 1393, + [1416] = 1388, + [1417] = 1393, + [1418] = 1391, + [1419] = 1396, + [1420] = 1388, + [1421] = 1391, [1422] = 1422, [1423] = 1423, [1424] = 1424, [1425] = 1425, - [1426] = 1411, + [1426] = 1426, [1427] = 1427, [1428] = 1428, [1429] = 1429, [1430] = 1430, [1431] = 1431, - [1432] = 1432, + [1432] = 1428, [1433] = 1433, - [1434] = 1428, - [1435] = 1435, + [1434] = 1422, + [1435] = 839, [1436] = 1436, [1437] = 1437, [1438] = 1438, @@ -5324,769 +5458,769 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1440] = 1440, [1441] = 1441, [1442] = 1442, - [1443] = 1443, + [1443] = 534, [1444] = 1444, [1445] = 1445, [1446] = 1446, [1447] = 1447, [1448] = 1448, - [1449] = 1446, + [1449] = 1449, [1450] = 1450, [1451] = 1451, [1452] = 1452, [1453] = 1453, [1454] = 1454, - [1455] = 1455, - [1456] = 696, + [1455] = 534, + [1456] = 1456, [1457] = 1457, [1458] = 1458, - [1459] = 583, + [1459] = 534, [1460] = 1460, - [1461] = 648, + [1461] = 1461, [1462] = 1462, - [1463] = 1457, + [1463] = 1463, [1464] = 1464, [1465] = 1465, [1466] = 1466, [1467] = 1467, [1468] = 1468, - [1469] = 1453, - [1470] = 1470, + [1469] = 1458, + [1470] = 405, [1471] = 1471, - [1472] = 1472, - [1473] = 1473, + [1472] = 1467, + [1473] = 1466, [1474] = 1474, - [1475] = 1475, + [1475] = 1474, [1476] = 1476, - [1477] = 1475, - [1478] = 1478, - [1479] = 1475, + [1477] = 1477, + [1478] = 406, + [1479] = 1476, [1480] = 1480, - [1481] = 1478, - [1482] = 1474, - [1483] = 1475, + [1481] = 1481, + [1482] = 1458, + [1483] = 1464, [1484] = 1484, [1485] = 1485, - [1486] = 1478, - [1487] = 1475, + [1486] = 1486, + [1487] = 1487, [1488] = 1488, - [1489] = 1489, - [1490] = 1478, - [1491] = 1474, - [1492] = 1475, - [1493] = 1478, - [1494] = 1475, - [1495] = 1474, - [1496] = 1474, + [1489] = 1458, + [1490] = 1490, + [1491] = 1491, + [1492] = 1492, + [1493] = 1493, + [1494] = 1494, + [1495] = 647, + [1496] = 1496, [1497] = 1497, - [1498] = 1489, - [1499] = 1475, - [1500] = 1478, + [1498] = 1498, + [1499] = 1499, + [1500] = 1500, [1501] = 1501, [1502] = 1502, [1503] = 1503, - [1504] = 1489, - [1505] = 1474, + [1504] = 1504, + [1505] = 1505, [1506] = 1506, - [1507] = 1475, + [1507] = 836, [1508] = 1508, [1509] = 1509, - [1510] = 1474, - [1511] = 1489, - [1512] = 1475, - [1513] = 1513, + [1510] = 1510, + [1511] = 1511, + [1512] = 1512, + [1513] = 1462, [1514] = 1514, - [1515] = 583, + [1515] = 1515, [1516] = 1516, - [1517] = 1478, - [1518] = 1489, - [1519] = 1478, - [1520] = 1474, - [1521] = 1474, - [1522] = 1478, - [1523] = 1475, - [1524] = 1474, - [1525] = 1475, + [1517] = 1503, + [1518] = 1518, + [1519] = 1519, + [1520] = 1520, + [1521] = 1462, + [1522] = 1522, + [1523] = 1502, + [1524] = 1497, + [1525] = 1514, [1526] = 1526, - [1527] = 1478, - [1528] = 1475, - [1529] = 583, - [1530] = 1474, - [1531] = 1531, + [1527] = 1527, + [1528] = 1528, + [1529] = 1529, + [1530] = 1530, + [1531] = 1522, [1532] = 1532, - [1533] = 1478, + [1533] = 1496, [1534] = 1534, [1535] = 1535, - [1536] = 1437, - [1537] = 1537, + [1536] = 1522, + [1537] = 534, [1538] = 1538, - [1539] = 424, - [1540] = 1540, + [1539] = 528, + [1540] = 548, [1541] = 1541, - [1542] = 1542, - [1543] = 1540, - [1544] = 1537, - [1545] = 1541, - [1546] = 1542, - [1547] = 425, + [1542] = 543, + [1543] = 1543, + [1544] = 1544, + [1545] = 1545, + [1546] = 1546, + [1547] = 1547, [1548] = 1548, [1549] = 1549, [1550] = 1550, [1551] = 1551, - [1552] = 651, - [1553] = 1551, + [1552] = 1552, + [1553] = 1553, [1554] = 1554, [1555] = 1555, - [1556] = 1551, - [1557] = 576, - [1558] = 1551, - [1559] = 663, - [1560] = 583, + [1556] = 534, + [1557] = 1557, + [1558] = 1558, + [1559] = 534, + [1560] = 1560, [1561] = 1561, - [1562] = 581, - [1563] = 1563, - [1564] = 582, - [1565] = 1551, - [1566] = 1566, - [1567] = 1561, - [1568] = 1568, - [1569] = 1437, + [1562] = 1562, + [1563] = 1506, + [1564] = 1485, + [1565] = 1545, + [1566] = 407, + [1567] = 1567, + [1568] = 528, + [1569] = 1569, [1570] = 1570, - [1571] = 663, - [1572] = 1572, - [1573] = 1573, - [1574] = 1574, - [1575] = 1563, - [1576] = 1561, - [1577] = 651, - [1578] = 798, - [1579] = 1414, + [1571] = 1555, + [1572] = 1558, + [1573] = 1562, + [1574] = 1549, + [1575] = 1506, + [1576] = 1485, + [1577] = 1551, + [1578] = 1578, + [1579] = 1550, [1580] = 1580, - [1581] = 1561, - [1582] = 1563, - [1583] = 651, + [1581] = 1581, + [1582] = 548, + [1583] = 1583, [1584] = 1584, - [1585] = 663, - [1586] = 1561, - [1587] = 576, - [1588] = 1588, - [1589] = 1589, - [1590] = 1590, - [1591] = 1591, - [1592] = 1592, - [1593] = 1551, - [1594] = 1594, - [1595] = 1595, - [1596] = 1596, - [1597] = 582, + [1585] = 543, + [1586] = 1586, + [1587] = 1545, + [1588] = 1544, + [1589] = 409, + [1590] = 528, + [1591] = 1578, + [1592] = 1545, + [1593] = 1544, + [1594] = 548, + [1595] = 1567, + [1596] = 647, + [1597] = 543, [1598] = 1598, - [1599] = 581, - [1600] = 1589, - [1601] = 1594, - [1602] = 1602, - [1603] = 581, - [1604] = 1572, - [1605] = 1591, - [1606] = 1549, - [1607] = 582, - [1608] = 1608, - [1609] = 1590, - [1610] = 1610, - [1611] = 583, - [1612] = 1612, - [1613] = 1613, + [1599] = 1599, + [1600] = 1545, + [1601] = 407, + [1602] = 1544, + [1603] = 1545, + [1604] = 1544, + [1605] = 1605, + [1606] = 1545, + [1607] = 1607, + [1608] = 1552, + [1609] = 1545, + [1610] = 1545, + [1611] = 1545, + [1612] = 409, + [1613] = 1545, [1614] = 1614, - [1615] = 583, + [1615] = 1615, [1616] = 1616, - [1617] = 1602, + [1617] = 1617, [1618] = 1618, - [1619] = 427, - [1620] = 1620, - [1621] = 1621, - [1622] = 1622, - [1623] = 426, - [1624] = 1610, + [1619] = 1560, + [1620] = 1561, + [1621] = 1546, + [1622] = 1580, + [1623] = 1553, + [1624] = 1624, [1625] = 1625, - [1626] = 1616, + [1626] = 1626, [1627] = 1627, - [1628] = 1572, - [1629] = 1549, - [1630] = 1630, - [1631] = 1631, - [1632] = 1632, - [1633] = 1621, + [1628] = 1509, + [1629] = 1511, + [1630] = 1538, + [1631] = 1543, + [1632] = 1583, + [1633] = 1538, [1634] = 1634, - [1635] = 1589, - [1636] = 1630, - [1637] = 1637, - [1638] = 1595, - [1639] = 1639, + [1635] = 1548, + [1636] = 1509, + [1637] = 1511, + [1638] = 1638, + [1639] = 1557, [1640] = 1640, [1641] = 1641, - [1642] = 1642, - [1643] = 1643, - [1644] = 1631, - [1645] = 1620, - [1646] = 1639, + [1642] = 1544, + [1643] = 1545, + [1644] = 1547, + [1645] = 1645, + [1646] = 414, [1647] = 1647, [1648] = 1648, - [1649] = 1647, + [1649] = 1649, [1650] = 1650, [1651] = 1651, - [1652] = 1640, + [1652] = 1652, [1653] = 1653, [1654] = 1654, - [1655] = 1634, - [1656] = 427, - [1657] = 1653, - [1658] = 1590, - [1659] = 1591, - [1660] = 1608, - [1661] = 1654, - [1662] = 1596, - [1663] = 1651, - [1664] = 1598, + [1655] = 1655, + [1656] = 1656, + [1657] = 1657, + [1658] = 1658, + [1659] = 416, + [1660] = 1660, + [1661] = 411, + [1662] = 1662, + [1663] = 1586, + [1664] = 1624, [1665] = 1665, [1666] = 1666, - [1667] = 1643, - [1668] = 1618, - [1669] = 1669, - [1670] = 1637, - [1671] = 426, - [1672] = 1622, - [1673] = 1648, - [1674] = 1462, + [1667] = 1667, + [1668] = 1668, + [1669] = 1625, + [1670] = 1670, + [1671] = 1671, + [1672] = 1672, + [1673] = 1649, + [1674] = 1674, [1675] = 1675, - [1676] = 1676, + [1676] = 1675, [1677] = 1677, - [1678] = 1476, - [1679] = 1675, - [1680] = 454, + [1678] = 1678, + [1679] = 1679, + [1680] = 1680, [1681] = 1681, - [1682] = 1675, - [1683] = 450, - [1684] = 431, - [1685] = 1685, - [1686] = 436, - [1687] = 1687, + [1682] = 1682, + [1683] = 1598, + [1684] = 1684, + [1685] = 417, + [1686] = 1686, + [1687] = 1624, [1688] = 1688, - [1689] = 452, - [1690] = 1687, - [1691] = 432, - [1692] = 446, - [1693] = 1693, + [1689] = 1689, + [1690] = 1690, + [1691] = 1625, + [1692] = 412, + [1693] = 1679, [1694] = 1694, - [1695] = 439, + [1695] = 1662, [1696] = 1696, - [1697] = 1476, + [1697] = 1697, [1698] = 1698, - [1699] = 1484, - [1700] = 1484, - [1701] = 1464, - [1702] = 1508, - [1703] = 1508, - [1704] = 1612, + [1699] = 1429, + [1700] = 415, + [1701] = 1701, + [1702] = 1702, + [1703] = 1703, + [1704] = 1704, [1705] = 1705, - [1706] = 1480, - [1707] = 434, - [1708] = 1708, - [1709] = 444, - [1710] = 1675, + [1706] = 413, + [1707] = 1707, + [1708] = 1581, + [1709] = 1709, + [1710] = 1709, [1711] = 1711, [1712] = 1712, - [1713] = 1713, - [1714] = 437, - [1715] = 440, - [1716] = 1688, + [1713] = 1584, + [1714] = 1714, + [1715] = 1686, + [1716] = 1716, [1717] = 1717, - [1718] = 1713, - [1719] = 1675, + [1718] = 1718, + [1719] = 1719, [1720] = 1720, - [1721] = 1713, - [1722] = 1675, + [1721] = 1721, + [1722] = 1722, [1723] = 1723, [1724] = 1724, - [1725] = 1725, - [1726] = 435, - [1727] = 1675, - [1728] = 1713, - [1729] = 448, - [1730] = 1713, - [1731] = 1712, - [1732] = 1713, - [1733] = 1675, - [1734] = 1503, - [1735] = 1675, - [1736] = 1502, - [1737] = 1450, + [1725] = 1581, + [1726] = 1726, + [1727] = 1727, + [1728] = 429, + [1729] = 1704, + [1730] = 1730, + [1731] = 1586, + [1732] = 1732, + [1733] = 1733, + [1734] = 1598, + [1735] = 1735, + [1736] = 1718, + [1737] = 1737, [1738] = 1738, - [1739] = 1675, - [1740] = 1713, - [1741] = 1717, + [1739] = 1739, + [1740] = 1711, + [1741] = 1741, [1742] = 1742, - [1743] = 1743, - [1744] = 1744, + [1743] = 1584, + [1744] = 1712, [1745] = 1745, - [1746] = 1713, - [1747] = 1681, - [1748] = 1675, + [1746] = 1714, + [1747] = 1747, + [1748] = 1677, [1749] = 1749, - [1750] = 453, - [1751] = 1713, - [1752] = 1502, - [1753] = 1503, - [1754] = 1754, - [1755] = 447, - [1756] = 1480, - [1757] = 1677, - [1758] = 1713, - [1759] = 1442, - [1760] = 1448, - [1761] = 1451, - [1762] = 1762, - [1763] = 1742, - [1764] = 1754, - [1765] = 445, - [1766] = 1720, - [1767] = 1713, + [1750] = 1543, + [1751] = 1666, + [1752] = 1735, + [1753] = 1753, + [1754] = 1584, + [1755] = 1583, + [1756] = 1756, + [1757] = 1581, + [1758] = 1667, + [1759] = 1724, + [1760] = 1737, + [1761] = 1719, + [1762] = 713, + [1763] = 1763, + [1764] = 1764, + [1765] = 1765, + [1766] = 1586, + [1767] = 1767, [1768] = 1768, - [1769] = 1711, - [1770] = 1713, - [1771] = 1771, - [1772] = 1772, - [1773] = 1773, + [1769] = 1698, + [1770] = 1770, + [1771] = 1624, + [1772] = 1598, + [1773] = 1625, [1774] = 1774, [1775] = 1775, - [1776] = 1776, + [1776] = 1684, [1777] = 1777, - [1778] = 1778, - [1779] = 1779, - [1780] = 1780, + [1778] = 1433, + [1779] = 1431, + [1780] = 1426, [1781] = 1781, [1782] = 1782, [1783] = 1783, - [1784] = 1784, + [1784] = 1781, [1785] = 1785, - [1786] = 1467, - [1787] = 1777, + [1786] = 1786, + [1787] = 1787, [1788] = 1788, [1789] = 1789, [1790] = 1790, [1791] = 1791, - [1792] = 1792, + [1792] = 1788, [1793] = 1793, [1794] = 1794, - [1795] = 1795, + [1795] = 1441, [1796] = 1796, [1797] = 1797, [1798] = 1798, - [1799] = 1799, + [1799] = 1442, [1800] = 1800, [1801] = 1801, - [1802] = 1802, + [1802] = 644, [1803] = 1803, - [1804] = 1804, + [1804] = 1583, [1805] = 1805, - [1806] = 1806, + [1806] = 1801, [1807] = 1807, [1808] = 1808, - [1809] = 1809, - [1810] = 1777, - [1811] = 1811, - [1812] = 1812, - [1813] = 1813, + [1809] = 1702, + [1810] = 1810, + [1811] = 1438, + [1812] = 1446, + [1813] = 1790, [1814] = 1814, - [1815] = 1815, - [1816] = 1816, + [1815] = 1652, + [1816] = 1801, [1817] = 1817, [1818] = 1818, - [1819] = 1819, + [1819] = 1818, [1820] = 1820, [1821] = 1821, [1822] = 1822, - [1823] = 1464, + [1823] = 1822, [1824] = 1824, [1825] = 1825, - [1826] = 1825, + [1826] = 1826, [1827] = 1827, - [1828] = 1828, - [1829] = 1812, - [1830] = 1462, - [1831] = 1777, + [1828] = 1801, + [1829] = 1829, + [1830] = 1830, + [1831] = 1801, [1832] = 1832, - [1833] = 1833, - [1834] = 1834, + [1833] = 1707, + [1834] = 1796, [1835] = 1835, [1836] = 1836, [1837] = 1837, [1838] = 1838, - [1839] = 1822, - [1840] = 1817, - [1841] = 1841, - [1842] = 1814, - [1843] = 1781, - [1844] = 1837, - [1845] = 1845, + [1839] = 1787, + [1840] = 1840, + [1841] = 1789, + [1842] = 1791, + [1843] = 1843, + [1844] = 1543, + [1845] = 1836, [1846] = 1846, - [1847] = 1809, - [1848] = 1789, - [1849] = 1796, + [1847] = 1847, + [1848] = 1835, + [1849] = 1807, [1850] = 1850, - [1851] = 1798, + [1851] = 1846, [1852] = 1852, - [1853] = 1853, - [1854] = 1820, - [1855] = 1818, - [1856] = 1771, + [1853] = 1824, + [1854] = 1854, + [1855] = 1822, + [1856] = 1825, [1857] = 1857, - [1858] = 1819, - [1859] = 1776, - [1860] = 1860, - [1861] = 1827, - [1862] = 1775, - [1863] = 1774, - [1864] = 1836, - [1865] = 1779, - [1866] = 1773, + [1858] = 1858, + [1859] = 1859, + [1860] = 1830, + [1861] = 1861, + [1862] = 1862, + [1863] = 1837, + [1864] = 1832, + [1865] = 1865, + [1866] = 1866, [1867] = 1867, - [1868] = 1868, - [1869] = 1778, - [1870] = 1860, - [1871] = 1871, - [1872] = 1872, - [1873] = 1838, - [1874] = 1874, - [1875] = 1470, - [1876] = 1876, - [1877] = 1806, + [1868] = 1791, + [1869] = 1869, + [1870] = 1764, + [1871] = 1805, + [1872] = 1801, + [1873] = 1873, + [1874] = 1655, + [1875] = 1822, + [1876] = 1801, + [1877] = 1877, [1878] = 1878, - [1879] = 1811, - [1880] = 1880, - [1881] = 1807, - [1882] = 1745, - [1883] = 1471, + [1879] = 1879, + [1880] = 1437, + [1881] = 1798, + [1882] = 1882, + [1883] = 1883, [1884] = 1884, [1885] = 1885, - [1886] = 1876, - [1887] = 1772, - [1888] = 1815, - [1889] = 1785, + [1886] = 1886, + [1887] = 1887, + [1888] = 1888, + [1889] = 1889, [1890] = 1890, - [1891] = 1891, + [1891] = 1873, [1892] = 1892, - [1893] = 1832, + [1893] = 502, [1894] = 1894, - [1895] = 1895, - [1896] = 1896, + [1895] = 491, + [1896] = 485, [1897] = 1897, - [1898] = 1898, - [1899] = 1784, + [1898] = 464, + [1899] = 1899, [1900] = 1900, - [1901] = 1896, - [1902] = 1834, - [1903] = 636, - [1904] = 1473, - [1905] = 1897, + [1901] = 1901, + [1902] = 1902, + [1903] = 1903, + [1904] = 1904, + [1905] = 1905, [1906] = 1906, - [1907] = 1898, + [1907] = 1907, [1908] = 1908, [1909] = 1909, - [1910] = 1845, - [1911] = 1900, - [1912] = 1468, - [1913] = 1852, - [1914] = 1914, - [1915] = 1828, - [1916] = 1813, - [1917] = 1914, - [1918] = 1909, - [1919] = 1871, - [1920] = 1908, - [1921] = 1906, - [1922] = 469, - [1923] = 538, - [1924] = 1738, - [1925] = 464, - [1926] = 519, + [1910] = 1910, + [1911] = 1911, + [1912] = 1912, + [1913] = 1913, + [1914] = 432, + [1915] = 487, + [1916] = 1916, + [1917] = 433, + [1918] = 1918, + [1919] = 1919, + [1920] = 1920, + [1921] = 427, + [1922] = 1922, + [1923] = 1923, + [1924] = 1924, + [1925] = 1925, + [1926] = 1926, [1927] = 1927, - [1928] = 514, + [1928] = 1928, [1929] = 1929, - [1930] = 1930, - [1931] = 1931, + [1930] = 445, + [1931] = 447, [1932] = 1932, - [1933] = 1933, - [1934] = 513, + [1933] = 463, + [1934] = 486, [1935] = 1935, - [1936] = 508, + [1936] = 1617, [1937] = 1937, [1938] = 1938, - [1939] = 478, - [1940] = 1940, - [1941] = 1941, + [1939] = 1939, + [1940] = 482, + [1941] = 419, [1942] = 1942, - [1943] = 1927, - [1944] = 462, - [1945] = 461, - [1946] = 525, - [1947] = 1947, - [1948] = 528, + [1943] = 1943, + [1944] = 1944, + [1945] = 1945, + [1946] = 1946, + [1947] = 1944, + [1948] = 1948, [1949] = 1949, - [1950] = 1937, - [1951] = 1951, + [1950] = 1950, + [1951] = 1892, [1952] = 1952, - [1953] = 551, + [1953] = 478, [1954] = 1954, - [1955] = 495, - [1956] = 1956, + [1955] = 1955, + [1956] = 428, [1957] = 1957, - [1958] = 1958, - [1959] = 1959, + [1958] = 476, + [1959] = 472, [1960] = 1960, - [1961] = 1961, + [1961] = 469, [1962] = 1962, - [1963] = 463, + [1963] = 1950, [1964] = 1964, - [1965] = 1965, - [1966] = 516, + [1965] = 465, + [1966] = 1966, [1967] = 1967, [1968] = 1968, - [1969] = 1969, - [1970] = 1970, + [1969] = 1945, + [1970] = 452, [1971] = 1971, - [1972] = 1792, - [1973] = 1930, + [1972] = 448, + [1973] = 1973, [1974] = 1974, - [1975] = 1975, + [1975] = 1927, [1976] = 1976, - [1977] = 1977, - [1978] = 1978, - [1979] = 468, - [1980] = 561, - [1981] = 476, - [1982] = 1960, - [1983] = 1933, + [1977] = 444, + [1978] = 442, + [1979] = 1979, + [1980] = 1701, + [1981] = 441, + [1982] = 1982, + [1983] = 437, [1984] = 1984, - [1985] = 1985, - [1986] = 1986, - [1987] = 482, - [1988] = 1988, - [1989] = 497, - [1990] = 1990, + [1985] = 484, + [1986] = 1971, + [1987] = 1894, + [1988] = 425, + [1989] = 1989, + [1990] = 1456, [1991] = 1991, - [1992] = 1992, - [1993] = 544, - [1994] = 503, - [1995] = 505, - [1996] = 509, - [1997] = 540, - [1998] = 1998, - [1999] = 536, - [2000] = 1938, - [2001] = 507, + [1992] = 479, + [1993] = 1966, + [1994] = 505, + [1995] = 1785, + [1996] = 1996, + [1997] = 495, + [1998] = 1908, + [1999] = 1999, + [2000] = 1883, + [2001] = 2001, [2002] = 2002, - [2003] = 521, - [2004] = 530, - [2005] = 2005, - [2006] = 456, - [2007] = 527, - [2008] = 2008, - [2009] = 533, - [2010] = 535, - [2011] = 2011, - [2012] = 460, - [2013] = 518, - [2014] = 470, - [2015] = 534, - [2016] = 2016, + [2003] = 2003, + [2004] = 2004, + [2005] = 2003, + [2006] = 2006, + [2007] = 2007, + [2008] = 1948, + [2009] = 2009, + [2010] = 512, + [2011] = 458, + [2012] = 2012, + [2013] = 1999, + [2014] = 2014, + [2015] = 1882, + [2016] = 501, [2017] = 2017, - [2018] = 2018, - [2019] = 529, + [2018] = 2002, + [2019] = 2019, [2020] = 2020, - [2021] = 2021, - [2022] = 472, + [2021] = 503, + [2022] = 509, [2023] = 2023, - [2024] = 1976, + [2024] = 2024, [2025] = 2025, - [2026] = 2026, - [2027] = 2027, + [2026] = 1912, + [2027] = 1991, [2028] = 2028, - [2029] = 473, - [2030] = 2030, - [2031] = 2031, - [2032] = 2032, + [2029] = 2029, + [2030] = 440, + [2031] = 1913, + [2032] = 2017, [2033] = 2033, - [2034] = 537, + [2034] = 2034, [2035] = 2035, - [2036] = 475, - [2037] = 549, + [2036] = 2036, + [2037] = 2037, [2038] = 2038, - [2039] = 484, + [2039] = 2039, [2040] = 2040, - [2041] = 2041, - [2042] = 491, - [2043] = 1952, + [2041] = 511, + [2042] = 1640, + [2043] = 2043, [2044] = 2044, - [2045] = 2045, - [2046] = 2046, - [2047] = 457, - [2048] = 483, + [2045] = 514, + [2046] = 2025, + [2047] = 2047, + [2048] = 2048, [2049] = 2049, - [2050] = 2050, - [2051] = 1708, - [2052] = 493, - [2053] = 2053, + [2050] = 506, + [2051] = 1962, + [2052] = 2052, + [2053] = 2024, [2054] = 2054, - [2055] = 465, - [2056] = 502, - [2057] = 555, - [2058] = 496, - [2059] = 500, + [2055] = 2055, + [2056] = 1899, + [2057] = 513, + [2058] = 2058, + [2059] = 1964, [2060] = 2060, [2061] = 2061, - [2062] = 526, + [2062] = 2062, [2063] = 2063, - [2064] = 511, - [2065] = 512, - [2066] = 557, + [2064] = 2064, + [2065] = 2065, + [2066] = 477, [2067] = 2067, - [2068] = 562, - [2069] = 2028, - [2070] = 2026, - [2071] = 545, - [2072] = 515, - [2073] = 520, - [2074] = 522, - [2075] = 547, - [2076] = 541, - [2077] = 2077, - [2078] = 488, - [2079] = 479, - [2080] = 2080, - [2081] = 2081, - [2082] = 548, - [2083] = 1962, - [2084] = 1949, - [2085] = 2060, - [2086] = 2086, - [2087] = 466, - [2088] = 504, - [2089] = 501, - [2090] = 2090, - [2091] = 2091, + [2068] = 2068, + [2069] = 2069, + [2070] = 2070, + [2071] = 461, + [2072] = 2072, + [2073] = 510, + [2074] = 1890, + [2075] = 2068, + [2076] = 1889, + [2077] = 1884, + [2078] = 1886, + [2079] = 2079, + [2080] = 2004, + [2081] = 498, + [2082] = 2063, + [2083] = 497, + [2084] = 466, + [2085] = 1996, + [2086] = 457, + [2087] = 456, + [2088] = 488, + [2089] = 1820, + [2090] = 2079, + [2091] = 1919, [2092] = 2092, - [2093] = 2093, - [2094] = 2094, - [2095] = 553, - [2096] = 510, - [2097] = 558, - [2098] = 2098, - [2099] = 1971, - [2100] = 554, + [2093] = 1924, + [2094] = 470, + [2095] = 453, + [2096] = 1886, + [2097] = 490, + [2098] = 480, + [2099] = 2009, + [2100] = 2033, [2101] = 2101, - [2102] = 542, - [2103] = 471, - [2104] = 2104, - [2105] = 2018, - [2106] = 467, - [2107] = 543, - [2108] = 556, - [2109] = 481, - [2110] = 486, - [2111] = 489, - [2112] = 2112, - [2113] = 492, - [2114] = 559, - [2115] = 523, - [2116] = 2116, - [2117] = 1988, - [2118] = 2050, - [2119] = 1938, - [2120] = 1938, - [2121] = 2121, - [2122] = 2122, - [2123] = 2123, - [2124] = 2124, - [2125] = 2125, - [2126] = 2126, - [2127] = 2127, - [2128] = 1988, - [2129] = 524, - [2130] = 2130, - [2131] = 2131, - [2132] = 546, - [2133] = 2133, - [2134] = 474, - [2135] = 2135, - [2136] = 2136, - [2137] = 550, - [2138] = 552, - [2139] = 2139, - [2140] = 2140, + [2102] = 1273, + [2103] = 2103, + [2104] = 446, + [2105] = 443, + [2106] = 2033, + [2107] = 435, + [2108] = 2108, + [2109] = 430, + [2110] = 434, + [2111] = 2020, + [2112] = 2052, + [2113] = 1886, + [2114] = 431, + [2115] = 2115, + [2116] = 423, + [2117] = 2033, + [2118] = 2118, + [2119] = 421, + [2120] = 473, + [2121] = 507, + [2122] = 454, + [2123] = 500, + [2124] = 508, + [2125] = 483, + [2126] = 462, + [2127] = 455, + [2128] = 481, + [2129] = 2129, + [2130] = 439, + [2131] = 460, + [2132] = 2132, + [2133] = 426, + [2134] = 2134, + [2135] = 1886, + [2136] = 459, + [2137] = 467, + [2138] = 1952, + [2139] = 451, + [2140] = 2033, [2141] = 2141, [2142] = 2142, - [2143] = 1988, - [2144] = 2144, - [2145] = 2145, - [2146] = 2146, - [2147] = 2147, - [2148] = 2148, - [2149] = 1938, - [2150] = 2150, - [2151] = 2148, - [2152] = 2152, - [2153] = 2153, - [2154] = 2154, + [2143] = 438, + [2144] = 436, + [2145] = 499, + [2146] = 504, + [2147] = 1767, + [2148] = 449, + [2149] = 2149, + [2150] = 496, + [2151] = 2151, + [2152] = 493, + [2153] = 1911, + [2154] = 1943, [2155] = 2155, - [2156] = 487, - [2157] = 485, - [2158] = 2158, - [2159] = 480, - [2160] = 1938, - [2161] = 1988, - [2162] = 2098, + [2156] = 494, + [2157] = 2157, + [2158] = 489, + [2159] = 492, + [2160] = 2160, + [2161] = 475, + [2162] = 471, [2163] = 2163, - [2164] = 2164, - [2165] = 1984, - [2166] = 1988, - [2167] = 1938, + [2164] = 420, + [2165] = 2165, + [2166] = 2166, + [2167] = 422, [2168] = 2168, - [2169] = 2067, - [2170] = 1986, - [2171] = 539, - [2172] = 2053, - [2173] = 1335, - [2174] = 506, - [2175] = 477, - [2176] = 1988, - [2177] = 531, - [2178] = 1526, - [2179] = 458, + [2169] = 2044, + [2170] = 2033, + [2171] = 515, + [2172] = 2172, + [2173] = 1886, + [2174] = 2174, + [2175] = 2175, + [2176] = 2176, + [2177] = 2177, + [2178] = 2178, + [2179] = 2179, [2180] = 2180, - [2181] = 560, - [2182] = 2101, - [2183] = 490, - [2184] = 532, - [2185] = 1988, - [2186] = 1938, + [2181] = 2181, + [2182] = 2182, + [2183] = 2183, + [2184] = 2184, + [2185] = 2185, + [2186] = 2186, [2187] = 2187, [2188] = 2188, [2189] = 2189, [2190] = 2190, [2191] = 2191, [2192] = 2192, - [2193] = 2193, + [2193] = 2188, [2194] = 2194, [2195] = 2195, - [2196] = 2030, + [2196] = 2196, [2197] = 2197, - [2198] = 2198, + [2198] = 2197, [2199] = 2199, [2200] = 2200, [2201] = 2201, - [2202] = 1677, - [2203] = 2203, + [2202] = 2202, + [2203] = 1377, [2204] = 2204, - [2205] = 2205, + [2205] = 2007, [2206] = 2206, [2207] = 2207, [2208] = 2208, @@ -6099,73 +6233,73 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2215] = 2215, [2216] = 2216, [2217] = 2217, - [2218] = 2218, + [2218] = 2188, [2219] = 2219, - [2220] = 2220, + [2220] = 2204, [2221] = 2221, - [2222] = 2222, - [2223] = 2223, + [2222] = 2188, + [2223] = 2194, [2224] = 2224, [2225] = 2225, [2226] = 2226, [2227] = 2227, [2228] = 2228, [2229] = 2229, - [2230] = 2230, + [2230] = 2204, [2231] = 2231, [2232] = 2232, [2233] = 2233, [2234] = 2234, - [2235] = 2235, - [2236] = 2236, + [2235] = 2189, + [2236] = 2190, [2237] = 2237, - [2238] = 2238, + [2238] = 2191, [2239] = 2239, [2240] = 2240, - [2241] = 2241, - [2242] = 2242, + [2241] = 2210, + [2242] = 2188, [2243] = 2243, [2244] = 2244, - [2245] = 2245, + [2245] = 2219, [2246] = 2246, [2247] = 2247, - [2248] = 2245, + [2248] = 2217, [2249] = 2249, - [2250] = 2250, - [2251] = 2251, + [2250] = 2249, + [2251] = 2204, [2252] = 2252, [2253] = 2253, - [2254] = 2254, + [2254] = 2253, [2255] = 2255, - [2256] = 2256, + [2256] = 1745, [2257] = 2257, - [2258] = 2258, - [2259] = 2216, + [2258] = 2204, + [2259] = 2259, [2260] = 2260, - [2261] = 2261, - [2262] = 2262, + [2261] = 2181, + [2262] = 1381, [2263] = 2263, [2264] = 2264, - [2265] = 2265, + [2265] = 2264, [2266] = 2266, [2267] = 2267, [2268] = 2268, - [2269] = 2224, + [2269] = 1721, [2270] = 2270, - [2271] = 2228, - [2272] = 2232, - [2273] = 2233, + [2271] = 2271, + [2272] = 2272, + [2273] = 2273, [2274] = 2274, [2275] = 2275, - [2276] = 2228, + [2276] = 2276, [2277] = 2277, - [2278] = 2227, - [2279] = 2279, - [2280] = 2280, - [2281] = 2281, + [2278] = 2192, + [2279] = 2197, + [2280] = 2199, + [2281] = 2202, [2282] = 2282, - [2283] = 2283, - [2284] = 2189, + [2283] = 2271, + [2284] = 2284, [2285] = 2285, [2286] = 2286, [2287] = 2287, @@ -6173,384 +6307,317 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2289] = 2289, [2290] = 2290, [2291] = 2291, - [2292] = 2227, - [2293] = 2228, - [2294] = 2294, + [2292] = 2292, + [2293] = 2293, + [2294] = 1938, [2295] = 2295, [2296] = 2296, [2297] = 2297, - [2298] = 2288, + [2298] = 2298, [2299] = 2299, - [2300] = 2300, + [2300] = 2267, [2301] = 2301, [2302] = 2302, [2303] = 2303, [2304] = 2304, - [2305] = 2270, - [2306] = 2306, + [2305] = 2305, + [2306] = 2174, [2307] = 2307, - [2308] = 2308, - [2309] = 2309, + [2308] = 2275, + [2309] = 2307, [2310] = 2310, - [2311] = 2311, - [2312] = 2209, + [2311] = 2277, + [2312] = 2312, [2313] = 2313, [2314] = 2314, [2315] = 2315, - [2316] = 2198, - [2317] = 2317, + [2316] = 2316, + [2317] = 2225, [2318] = 2318, - [2319] = 2241, - [2320] = 2207, - [2321] = 2215, - [2322] = 2219, - [2323] = 2238, + [2319] = 2204, + [2320] = 2320, + [2321] = 2321, + [2322] = 2313, + [2323] = 2270, [2324] = 2324, - [2325] = 2239, - [2326] = 2247, - [2327] = 2256, - [2328] = 2257, - [2329] = 2302, - [2330] = 2260, - [2331] = 2331, - [2332] = 2290, + [2325] = 2285, + [2326] = 2216, + [2327] = 2287, + [2328] = 2328, + [2329] = 2329, + [2330] = 2330, + [2331] = 2330, + [2332] = 2332, [2333] = 2333, - [2334] = 1969, - [2335] = 2296, - [2336] = 2336, - [2337] = 2303, - [2338] = 2307, - [2339] = 2313, - [2340] = 2199, - [2341] = 2193, - [2342] = 2331, - [2343] = 2343, - [2344] = 2344, - [2345] = 2188, - [2346] = 2346, - [2347] = 2265, - [2348] = 2348, - [2349] = 2349, - [2350] = 2286, + [2334] = 2334, + [2335] = 2231, + [2336] = 2211, + [2337] = 2155, + [2338] = 2194, + [2339] = 2312, + [2340] = 2197, + [2341] = 2341, + [2342] = 2290, + [2343] = 838, + [2344] = 2163, + [2345] = 2194, + [2346] = 2213, + [2347] = 2320, + [2348] = 2214, + [2349] = 2341, + [2350] = 2350, [2351] = 2351, - [2352] = 2245, - [2353] = 2311, + [2352] = 2292, + [2353] = 2188, [2354] = 2354, [2355] = 2355, - [2356] = 2317, + [2356] = 2356, [2357] = 2357, - [2358] = 2358, + [2358] = 2354, [2359] = 2359, - [2360] = 2360, + [2360] = 2356, [2361] = 2361, - [2362] = 2362, - [2363] = 2363, + [2362] = 2305, + [2363] = 2359, [2364] = 2364, - [2365] = 2349, - [2366] = 2336, - [2367] = 2367, - [2368] = 2368, + [2365] = 2365, + [2366] = 2366, + [2367] = 2175, + [2368] = 2266, [2369] = 2369, - [2370] = 2370, - [2371] = 2346, - [2372] = 2324, - [2373] = 2318, + [2370] = 2297, + [2371] = 2350, + [2372] = 2372, + [2373] = 2373, [2374] = 2374, - [2375] = 2315, - [2376] = 2289, - [2377] = 2306, - [2378] = 2354, - [2379] = 2357, - [2380] = 1681, - [2381] = 2297, - [2382] = 2358, - [2383] = 2279, - [2384] = 2277, - [2385] = 2374, - [2386] = 2255, + [2375] = 2375, + [2376] = 2376, + [2377] = 2289, + [2378] = 2365, + [2379] = 2379, + [2380] = 2380, + [2381] = 2381, + [2382] = 2382, + [2383] = 2383, + [2384] = 2384, + [2385] = 2385, + [2386] = 2386, [2387] = 2387, - [2388] = 2254, - [2389] = 2387, - [2390] = 2237, + [2388] = 2380, + [2389] = 2389, + [2390] = 2390, [2391] = 2391, - [2392] = 2235, - [2393] = 2393, + [2392] = 2389, + [2393] = 2387, [2394] = 2394, - [2395] = 2230, + [2395] = 2390, [2396] = 2396, - [2397] = 2364, - [2398] = 2314, + [2397] = 2397, + [2398] = 2398, [2399] = 2399, [2400] = 2400, - [2401] = 2190, - [2402] = 2194, + [2401] = 2401, + [2402] = 2402, [2403] = 2403, - [2404] = 2195, - [2405] = 2200, - [2406] = 2362, - [2407] = 2407, - [2408] = 2361, - [2409] = 2203, - [2410] = 2214, - [2411] = 2411, - [2412] = 2369, - [2413] = 2370, + [2404] = 2404, + [2405] = 2405, + [2406] = 2406, + [2407] = 2403, + [2408] = 2408, + [2409] = 2409, + [2410] = 2410, + [2411] = 2405, + [2412] = 2404, + [2413] = 2400, [2414] = 2414, - [2415] = 2213, + [2415] = 2386, [2416] = 2416, [2417] = 2417, - [2418] = 2244, + [2418] = 2406, [2419] = 2419, - [2420] = 2249, + [2420] = 2405, [2421] = 2421, - [2422] = 2251, + [2422] = 2422, [2423] = 2423, [2424] = 2424, [2425] = 2425, - [2426] = 2283, - [2427] = 2192, - [2428] = 2287, - [2429] = 2399, - [2430] = 2294, - [2431] = 2431, - [2432] = 2295, - [2433] = 2433, + [2426] = 2426, + [2427] = 2427, + [2428] = 2428, + [2429] = 2429, + [2430] = 2430, + [2431] = 2430, + [2432] = 2432, + [2433] = 2429, [2434] = 2434, - [2435] = 2304, + [2435] = 2435, [2436] = 2436, - [2437] = 2227, + [2437] = 2437, [2438] = 2438, - [2439] = 2431, - [2440] = 2393, - [2441] = 2441, - [2442] = 2333, - [2443] = 2407, - [2444] = 2308, + [2439] = 2390, + [2440] = 2440, + [2441] = 2423, + [2442] = 2417, + [2443] = 2443, + [2444] = 2391, [2445] = 2445, - [2446] = 2438, - [2447] = 2344, - [2448] = 2394, + [2446] = 2446, + [2447] = 2445, + [2448] = 2391, [2449] = 2449, - [2450] = 2414, - [2451] = 2434, - [2452] = 2300, - [2453] = 2416, + [2450] = 2450, + [2451] = 2451, + [2452] = 2452, + [2453] = 2453, [2454] = 2454, - [2455] = 2455, - [2456] = 2262, - [2457] = 2417, - [2458] = 2423, - [2459] = 2245, - [2460] = 2460, - [2461] = 2461, - [2462] = 2462, - [2463] = 2463, + [2455] = 2410, + [2456] = 2423, + [2457] = 2390, + [2458] = 2458, + [2459] = 2401, + [2460] = 2408, + [2461] = 2409, + [2462] = 2437, + [2463] = 2394, [2464] = 2464, [2465] = 2465, - [2466] = 2466, + [2466] = 2434, [2467] = 2467, - [2468] = 2468, - [2469] = 2469, - [2470] = 2470, - [2471] = 2471, - [2472] = 2469, + [2468] = 2465, + [2469] = 2440, + [2470] = 2443, + [2471] = 2398, + [2472] = 2432, [2473] = 2473, [2474] = 2474, [2475] = 2475, [2476] = 2476, - [2477] = 2477, + [2477] = 2386, [2478] = 2478, [2479] = 2479, [2480] = 2480, - [2481] = 2481, + [2481] = 2064, [2482] = 2482, - [2483] = 2465, - [2484] = 2468, - [2485] = 2467, - [2486] = 2482, + [2483] = 2483, + [2484] = 2484, + [2485] = 2485, + [2486] = 2486, [2487] = 2487, - [2488] = 2462, - [2489] = 2489, - [2490] = 2475, + [2488] = 2484, + [2489] = 2427, + [2490] = 2464, [2491] = 2491, - [2492] = 2492, - [2493] = 2493, + [2492] = 2424, + [2493] = 2445, [2494] = 2494, - [2495] = 2495, - [2496] = 2496, + [2495] = 2426, + [2496] = 2424, [2497] = 2497, [2498] = 2498, - [2499] = 2474, - [2500] = 2471, + [2499] = 2426, + [2500] = 2500, [2501] = 2501, [2502] = 2502, [2503] = 2503, - [2504] = 2504, - [2505] = 2492, - [2506] = 2506, - [2507] = 2507, - [2508] = 2508, - [2509] = 2509, + [2504] = 2503, + [2505] = 2505, + [2506] = 2446, + [2507] = 2404, + [2508] = 2400, + [2509] = 2386, [2510] = 2510, - [2511] = 2511, - [2512] = 2508, - [2513] = 2513, + [2511] = 2396, + [2512] = 2446, + [2513] = 2432, [2514] = 2514, - [2515] = 2515, - [2516] = 2516, - [2517] = 2517, - [2518] = 2518, - [2519] = 2464, - [2520] = 2466, - [2521] = 2464, - [2522] = 2517, - [2523] = 2523, - [2524] = 2479, - [2525] = 2525, - [2526] = 2463, - [2527] = 2465, - [2528] = 2481, - [2529] = 2480, - [2530] = 2479, + [2515] = 2398, + [2516] = 2425, + [2517] = 2423, + [2518] = 2397, + [2519] = 2432, + [2520] = 2520, + [2521] = 2427, + [2522] = 2423, + [2523] = 2446, + [2524] = 2524, + [2525] = 2510, + [2526] = 2526, + [2527] = 2467, + [2528] = 2528, + [2529] = 2529, + [2530] = 2530, [2531] = 2531, - [2532] = 1978, - [2533] = 2533, - [2534] = 2534, - [2535] = 2480, - [2536] = 2481, - [2537] = 2468, - [2538] = 2538, - [2539] = 2533, - [2540] = 2540, - [2541] = 2541, - [2542] = 2507, - [2543] = 2543, - [2544] = 2544, - [2545] = 2468, - [2546] = 2546, - [2547] = 2540, - [2548] = 2548, - [2549] = 2496, - [2550] = 2468, - [2551] = 2538, - [2552] = 2479, - [2553] = 2469, - [2554] = 2554, + [2532] = 2380, + [2533] = 2398, + [2534] = 2491, + [2535] = 2535, + [2536] = 2436, + [2537] = 2398, + [2538] = 2405, + [2539] = 2419, + [2540] = 2400, + [2541] = 2404, + [2542] = 2514, + [2543] = 2429, + [2544] = 2425, + [2545] = 2428, + [2546] = 2424, + [2547] = 2547, + [2548] = 2426, + [2549] = 2427, + [2550] = 2432, + [2551] = 2429, + [2552] = 2552, + [2553] = 2452, + [2554] = 2006, [2555] = 2555, - [2556] = 2511, - [2557] = 2503, - [2558] = 2506, - [2559] = 2476, - [2560] = 2509, - [2561] = 2561, - [2562] = 2562, - [2563] = 2515, - [2564] = 2564, - [2565] = 2531, + [2556] = 2556, + [2557] = 2557, + [2558] = 2558, + [2559] = 2559, + [2560] = 2560, + [2561] = 2446, + [2562] = 2425, + [2563] = 2563, + [2564] = 2531, + [2565] = 2524, [2566] = 2566, - [2567] = 2495, - [2568] = 2541, - [2569] = 2480, - [2570] = 2570, - [2571] = 2571, - [2572] = 2487, - [2573] = 2573, - [2574] = 2574, - [2575] = 2543, - [2576] = 2576, - [2577] = 2514, - [2578] = 2570, - [2579] = 2494, - [2580] = 2493, + [2567] = 2419, + [2568] = 2380, + [2569] = 2422, + [2570] = 2398, + [2571] = 2531, + [2572] = 2530, + [2573] = 2535, + [2574] = 2474, + [2575] = 2575, + [2576] = 2475, + [2577] = 2478, + [2578] = 2480, + [2579] = 2482, + [2580] = 2425, [2581] = 2581, [2582] = 2582, - [2583] = 2583, - [2584] = 2469, - [2585] = 2585, - [2586] = 2546, - [2587] = 2480, - [2588] = 2516, - [2589] = 2479, - [2590] = 2523, - [2591] = 2466, - [2592] = 2564, - [2593] = 2518, - [2594] = 2480, - [2595] = 2595, - [2596] = 2596, - [2597] = 2531, - [2598] = 2480, - [2599] = 2599, - [2600] = 2463, - [2601] = 2463, - [2602] = 2599, - [2603] = 2464, - [2604] = 2534, - [2605] = 2466, - [2606] = 2606, - [2607] = 2531, - [2608] = 2608, - [2609] = 2480, - [2610] = 2475, - [2611] = 2611, - [2612] = 2481, - [2613] = 2465, - [2614] = 2471, - [2615] = 2615, - [2616] = 2546, - [2617] = 2617, - [2618] = 2471, - [2619] = 2489, - [2620] = 2564, - [2621] = 2621, - [2622] = 2622, - [2623] = 2480, - [2624] = 2599, - [2625] = 2501, - [2626] = 1957, - [2627] = 2611, - [2628] = 2628, - [2629] = 2480, - [2630] = 2571, - [2631] = 2471, - [2632] = 2632, - [2633] = 2633, - [2634] = 2480, - [2635] = 2573, - [2636] = 2633, - [2637] = 2632, - [2638] = 2471, - [2639] = 2639, - [2640] = 2640, - [2641] = 2576, - [2642] = 2489, - [2643] = 2474, - [2644] = 2473, - [2645] = 2581, - [2646] = 2477, - [2647] = 2582, - [2648] = 2564, - [2649] = 2583, - [2650] = 2491, - [2651] = 2599, - [2652] = 2632, - [2653] = 2471, - [2654] = 2477, - [2655] = 2480, - [2656] = 2632, - [2657] = 2628, - [2658] = 2658, - [2659] = 2611, - [2660] = 2471, - [2661] = 2477, - [2662] = 2662, - [2663] = 2628, - [2664] = 2664, - [2665] = 2628, - [2666] = 2611, - [2667] = 2480, - [2668] = 2668, - [2669] = 2669, + [2583] = 2566, + [2584] = 2386, + [2585] = 2398, + [2586] = 2416, + [2587] = 2380, + [2588] = 2391, + [2589] = 2425, + [2590] = 2440, + [2591] = 2445, + [2592] = 2566, + [2593] = 2434, + [2594] = 2531, + [2595] = 2524, + [2596] = 2446, + [2597] = 2419, + [2598] = 2598, + [2599] = 2524, + [2600] = 2566, + [2601] = 2601, + [2602] = 2602, }; static TSCharacterRange sym_escape_sequence_character_set_1[] = { @@ -6568,92 +6635,92 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(66); + if (eof) ADVANCE(65); ADVANCE_MAP( - '!', 132, - '"', 181, - '#', 261, - '$', 185, - '%', 221, - '&', 84, - '\'', 183, - '(', 94, - ')', 95, - '*', 216, - '+', 124, - ',', 85, - '-', 127, - '.', 214, - '/', 219, - '0', 114, - ':', 92, - ';', 81, - '<', 202, - '=', 86, - '>', 203, - '?', 97, - '@', 133, - '[', 152, - '\\', 88, - ']', 153, - '^', 193, - '_', 256, - '`', 184, - '{', 89, - '|', 102, - '}', 90, - '~', 130, - 'A', 246, - 'a', 246, - 'B', 222, - 'b', 222, - 'E', 225, - 'e', 225, - 'F', 226, - 'f', 226, - 'I', 240, - 'i', 240, - 'N', 254, - 'n', 254, - 'S', 252, - 's', 252, - 'T', 245, - 't', 245, - 'U', 238, - 'u', 238, + '!', 131, + '"', 180, + '#', 260, + '$', 184, + '%', 220, + '&', 83, + '\'', 182, + '(', 93, + ')', 94, + '*', 215, + '+', 123, + ',', 84, + '-', 126, + '.', 213, + '/', 218, + '0', 113, + ':', 91, + ';', 80, + '<', 201, + '=', 85, + '>', 202, + '?', 96, + '@', 132, + '[', 151, + '\\', 87, + ']', 152, + '^', 192, + '_', 255, + '`', 183, + '{', 88, + '|', 101, + '}', 89, + '~', 129, + 'A', 245, + 'a', 245, + 'B', 221, + 'b', 221, + 'E', 224, + 'e', 224, + 'F', 225, + 'f', 225, + 'I', 239, + 'i', 239, + 'N', 253, + 'n', 253, + 'S', 251, + 's', 251, + 'T', 244, + 't', 244, + 'U', 237, + 'u', 237, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(61); + lookahead == 0xfeff) SKIP(60); if (('C' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(259); + if (lookahead == '\n') ADVANCE(258); END_STATE(); case 2: - if (lookahead == '\n') ADVANCE(259); + if (lookahead == '\n') ADVANCE(258); if (lookahead == '\r') ADVANCE(1); if (lookahead != 0 && - lookahead != '>') ADVANCE(260); + lookahead != '>') ADVANCE(259); END_STATE(); case 3: ADVANCE_MAP( - '\n', 182, - '\r', 182, - '"', 181, - '#', 262, - '$', 185, - '-', 30, - '/', 19, - '?', 32, - '[', 152, - '\\', 34, - '{', 89, + '\n', 181, + '\r', 181, + '"', 180, + '#', 261, + '$', 184, + '-', 29, + '/', 18, + '?', 31, + '[', 151, + '\\', 33, + '{', 88, ); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || @@ -6664,16 +6731,16 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 4: ADVANCE_MAP( - '\n', 182, - '\r', 182, - '#', 262, - '$', 185, - '-', 30, - '/', 19, - '?', 32, - '[', 152, - '\\', 35, - '{', 89, + '\n', 181, + '\r', 181, + '#', 261, + '$', 184, + '-', 29, + '/', 18, + '?', 31, + '[', 151, + '\\', 34, + '{', 88, ); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || @@ -6684,52 +6751,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 5: ADVANCE_MAP( - '!', 132, - '"', 166, - '#', 261, - '$', 185, - '%', 220, - '&', 83, - '\'', 168, - '(', 94, - ')', 95, - '*', 217, - '+', 123, - ',', 85, - '-', 126, - '.', 214, - '/', 218, - '0', 114, - ':', 91, - ';', 81, - '<', 199, - '=', 29, - '>', 204, - '?', 100, - '@', 133, - '[', 152, - '\\', 87, - ']', 153, - '^', 192, - '_', 256, - '`', 184, - '|', 103, - '}', 90, - '~', 130, - 'A', 246, - 'a', 246, - 'B', 223, - 'b', 223, - 'E', 225, - 'e', 225, - 'F', 227, - 'f', 227, - 'N', 254, - 'n', 254, - 'T', 245, - 't', 245, + '!', 131, + '"', 165, + '#', 260, + '$', 184, + '%', 219, + '&', 82, + '\'', 167, + '(', 93, + ')', 94, + '*', 216, + '+', 122, + ',', 84, + '-', 125, + '.', 213, + '/', 217, + '0', 113, + ':', 90, + ';', 80, + '<', 198, + '=', 28, + '>', 203, + '?', 99, + '@', 132, + '[', 151, + '\\', 86, + ']', 152, + '^', 191, + '_', 255, + '`', 183, + '{', 88, + '|', 102, + '}', 89, + '~', 129, + 'A', 245, + 'a', 245, + 'B', 222, + 'b', 222, + 'E', 224, + 'e', 224, + 'F', 226, + 'f', 226, + 'N', 253, + 'n', 253, + 'T', 244, + 't', 244, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6737,47 +6805,47 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(5); if (('C' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 6: ADVANCE_MAP( - '!', 131, - '"', 166, - '#', 261, - '$', 185, - '&', 82, - '\'', 168, - '(', 94, - ')', 95, - '+', 123, - ',', 85, - '-', 126, - '.', 110, - '/', 19, - '0', 114, - '<', 26, - '?', 32, - '@', 133, - '[', 152, - '\\', 87, - ']', 153, - '_', 256, - '`', 184, - '~', 130, - 'A', 246, - 'a', 246, - 'B', 223, - 'b', 223, - 'E', 225, - 'e', 225, - 'F', 227, - 'f', 227, - 'N', 254, - 'n', 254, - 'T', 245, - 't', 245, + '!', 130, + '"', 165, + '#', 260, + '$', 184, + '&', 81, + '\'', 167, + '(', 93, + ')', 94, + '+', 122, + ',', 84, + '-', 125, + '.', 109, + '/', 18, + '0', 113, + '<', 25, + '?', 31, + '@', 132, + '[', 151, + '\\', 86, + ']', 152, + '_', 255, + '`', 183, + '~', 129, + 'A', 245, + 'a', 245, + 'B', 222, + 'b', 222, + 'E', 224, + 'e', 224, + 'F', 226, + 'f', 226, + 'N', 253, + 'n', 253, + 'T', 244, + 't', 244, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6786,49 +6854,49 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0xfeff) SKIP(6); if (('C' <= lookahead && lookahead <= 'Z') || ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 7: ADVANCE_MAP( - '!', 131, - '"', 166, - '#', 261, - '$', 185, - '\'', 168, - '(', 94, - '+', 123, - '-', 126, - '.', 111, - '/', 19, - '0', 114, - '<', 26, - '?', 32, - '@', 133, - '[', 152, - '\\', 87, - '_', 256, - '`', 184, - '~', 130, - 'A', 246, - 'a', 246, - 'B', 222, - 'b', 222, - 'E', 225, - 'e', 225, - 'F', 226, - 'f', 226, - 'I', 240, - 'i', 240, - 'N', 254, - 'n', 254, - 'S', 252, - 's', 252, - 'T', 245, - 't', 245, - 'U', 238, - 'u', 238, + '!', 130, + '"', 165, + '#', 260, + '$', 184, + '\'', 167, + '(', 93, + '+', 122, + '-', 125, + '.', 110, + '/', 18, + '0', 113, + '<', 25, + '?', 31, + '@', 132, + '[', 151, + '\\', 86, + '_', 255, + '`', 183, + '~', 129, + 'A', 245, + 'a', 245, + 'B', 221, + 'b', 221, + 'E', 224, + 'e', 224, + 'F', 225, + 'f', 225, + 'I', 239, + 'i', 239, + 'N', 253, + 'n', 253, + 'S', 251, + 's', 251, + 'T', 244, + 't', 244, + 'U', 237, + 'u', 237, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6837,38 +6905,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0xfeff) SKIP(7); if (('C' <= lookahead && lookahead <= 'Z') || ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 8: ADVANCE_MAP( - '!', 28, - '"', 166, - '#', 262, - '$', 185, - '%', 220, - '&', 83, - '(', 94, - ')', 95, - '*', 217, - '+', 123, - ',', 85, - '-', 128, - '.', 213, - '/', 218, - ':', 92, - ';', 81, - '<', 201, - '=', 29, - '>', 204, - '?', 98, - '[', 152, - '\\', 34, - ']', 153, - '^', 192, - '`', 184, - '{', 89, - '|', 103, - '}', 90, + '!', 27, + '"', 165, + '#', 261, + '$', 184, + '%', 219, + '&', 82, + '(', 93, + ')', 94, + '*', 216, + '+', 122, + ',', 84, + '-', 127, + '.', 212, + '/', 217, + ':', 91, + ';', 80, + '<', 200, + '=', 28, + '>', 203, + '?', 97, + '[', 151, + '\\', 33, + ']', 152, + '^', 191, + '`', 183, + '{', 88, + '|', 102, + '}', 89, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -6877,38 +6945,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(9); if (('A' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 9: ADVANCE_MAP( - '!', 28, - '"', 166, - '#', 262, - '$', 185, - '%', 220, - '&', 83, - '(', 94, - ')', 95, - '*', 217, - '+', 123, - ',', 85, - '-', 128, - '.', 213, - '/', 218, - ':', 92, - ';', 81, - '<', 201, - '=', 29, - '>', 204, - '?', 98, - '[', 152, - '\\', 35, - ']', 153, - '^', 192, - '`', 184, - '{', 89, - '|', 103, - '}', 90, + '!', 27, + '"', 165, + '#', 261, + '$', 184, + '%', 219, + '&', 82, + '(', 93, + ')', 94, + '*', 216, + '+', 122, + ',', 84, + '-', 127, + '.', 212, + '/', 217, + ':', 91, + ';', 80, + '<', 200, + '=', 28, + '>', 203, + '?', 97, + '[', 151, + '\\', 34, + ']', 152, + '^', 191, + '`', 183, + '{', 88, + '|', 102, + '}', 89, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -6917,40 +6985,40 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(9); if (('A' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 10: ADVANCE_MAP( - '!', 28, - '#', 262, - '$', 185, - '%', 220, - '&', 83, - '\'', 183, - '(', 94, - ')', 95, - '*', 217, - '+', 122, - ',', 85, - '-', 129, - '.', 213, - '/', 218, - '0', 119, - ':', 92, - ';', 81, - '<', 201, - '=', 86, - '>', 204, - '?', 98, - '[', 152, - '\\', 87, - ']', 153, - '^', 192, - '{', 89, - '|', 103, - '}', 90, + '!', 27, + '#', 261, + '$', 184, + '%', 219, + '&', 82, + '\'', 182, + '(', 93, + ')', 94, + '*', 216, + '+', 121, + ',', 84, + '-', 128, + '.', 212, + '/', 217, + '0', 118, + ':', 91, + ';', 80, + '<', 200, + '=', 85, + '>', 203, + '?', 97, + '[', 151, + '\\', 86, + ']', 152, + '^', 191, + '{', 88, + '|', 102, + '}', 89, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(121); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(120); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6959,39 +7027,39 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0xfeff) SKIP(11); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 11: ADVANCE_MAP( - '!', 28, - '#', 262, - '$', 185, - '%', 220, - '&', 83, - '(', 94, - ')', 95, - '*', 217, - '+', 122, - ',', 85, - '-', 129, - '.', 213, - '/', 218, - '0', 119, - ':', 92, - ';', 81, - '<', 201, - '=', 86, - '>', 204, - '?', 98, - '[', 152, - '\\', 87, - ']', 153, - '^', 192, - '{', 89, - '|', 103, - '}', 90, + '!', 27, + '#', 261, + '$', 184, + '%', 219, + '&', 82, + '(', 93, + ')', 94, + '*', 216, + '+', 121, + ',', 84, + '-', 128, + '.', 212, + '/', 217, + '0', 118, + ':', 91, + ';', 80, + '<', 200, + '=', 85, + '>', 203, + '?', 97, + '[', 151, + '\\', 86, + ']', 152, + '^', 191, + '{', 88, + '|', 102, + '}', 89, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(121); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(120); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -7000,34 +7068,35 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0xfeff) SKIP(11); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 12: ADVANCE_MAP( - '!', 28, - '#', 262, - '$', 185, - '%', 220, - '&', 83, - '(', 94, - ')', 95, - '*', 217, - '+', 122, - ',', 85, - '-', 125, - '.', 213, - '/', 218, + '!', 27, + '#', 261, + '$', 184, + '%', 219, + '&', 82, + '(', 93, + ')', 94, + '*', 216, + '+', 121, + ',', 84, + '-', 124, + '.', 212, + '/', 217, ':', 91, - ';', 81, - '<', 201, - '=', 29, - '>', 204, - '?', 100, - '\\', 87, - ']', 153, - '^', 192, - '|', 103, - '}', 90, + ';', 80, + '<', 200, + '=', 85, + '>', 203, + '?', 99, + '\\', 86, + ']', 152, + '^', 191, + '{', 88, + '|', 102, + '}', 89, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -7038,83 +7107,81 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 13: - if (lookahead == '"') ADVANCE(165); - if (lookahead == '\'') ADVANCE(167); + if (lookahead == '"') ADVANCE(164); + if (lookahead == '\'') ADVANCE(166); END_STATE(); case 14: ADVANCE_MAP( - '"', 166, + '"', 165, '#', 261, - '$', 185, - '\'', 168, - '(', 94, - '/', 19, - '<', 26, - '?', 32, - '[', 152, - '\\', 87, - 'A', 246, - 'a', 246, - 'B', 223, - 'b', 223, + '\'', 167, + '.', 110, + '/', 18, + '0', 113, + '<', 25, + '?', 31, + '_', 54, + 'B', 13, + 'b', 13, + 'E', 37, + 'e', 37, + 'F', 38, + 'f', 38, + 'N', 48, + 'n', 48, + 'T', 45, + 't', 45, ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(14); - if (('C' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); END_STATE(); case 15: ADVANCE_MAP( - '"', 166, - '#', 262, - '\'', 168, - '.', 111, - '/', 19, - '0', 114, - '<', 26, - '?', 32, - '_', 55, - 'B', 13, - 'b', 13, - 'E', 38, - 'e', 38, - 'F', 39, - 'f', 39, - 'N', 49, - 'n', 49, - 'T', 46, - 't', 46, + '#', 260, + '$', 184, + '&', 81, + '(', 93, + ')', 94, + ',', 84, + '.', 21, + '/', 18, + '?', 98, + '\\', 86, + '}', 89, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(15); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 16: ADVANCE_MAP( '#', 261, - '$', 185, - '&', 82, - '(', 94, - ')', 95, - ',', 85, - '.', 22, - '/', 19, - '?', 99, - '\\', 87, - '}', 90, + '$', 184, + '&', 81, + '(', 93, + ')', 94, + '.', 21, + '/', 18, + '=', 30, + '?', 98, + '\\', 86, + '{', 88, + '|', 100, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -7125,1413 +7192,1387 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 17: - ADVANCE_MAP( - '#', 262, - '$', 185, - '&', 82, - '(', 94, - ')', 95, - '.', 22, - '/', 19, - '=', 31, - '?', 99, - '\\', 87, - '{', 89, - '|', 101, - ); + if (lookahead == '#') ADVANCE(177); + if (lookahead == '\'') ADVANCE(167); + if (lookahead == '/') ADVANCE(172); + if (lookahead == '?') ADVANCE(175); + if (lookahead == '\\') ADVANCE(36); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(17); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + lookahead == 0xfeff) ADVANCE(171); + if (lookahead != 0) ADVANCE(178); END_STATE(); case 18: - if (lookahead == '#') ADVANCE(178); - if (lookahead == '\'') ADVANCE(168); - if (lookahead == '/') ADVANCE(173); - if (lookahead == '?') ADVANCE(176); - if (lookahead == '\\') ADVANCE(37); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ' || - lookahead == 0xa0 || - lookahead == 0x200b || - lookahead == 0x2060 || - lookahead == 0xfeff) ADVANCE(172); - if (lookahead != 0) ADVANCE(179); + if (lookahead == '*') ADVANCE(20); + if (lookahead == '/') ADVANCE(259); END_STATE(); case 19: - if (lookahead == '*') ADVANCE(21); - if (lookahead == '/') ADVANCE(260); + if (lookahead == '*') ADVANCE(19); + if (lookahead == '/') ADVANCE(258); + if (lookahead != 0) ADVANCE(20); END_STATE(); case 20: - if (lookahead == '*') ADVANCE(20); - if (lookahead == '/') ADVANCE(259); - if (lookahead != 0) ADVANCE(21); + if (lookahead == '*') ADVANCE(19); + if (lookahead != 0) ADVANCE(20); END_STATE(); case 21: - if (lookahead == '*') ADVANCE(20); - if (lookahead != 0) ADVANCE(21); + if (lookahead == '.') ADVANCE(23); END_STATE(); case 22: - if (lookahead == '.') ADVANCE(24); + if (lookahead == '.') ADVANCE(110); + if (lookahead == '_') ADVANCE(54); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(22); END_STATE(); case 23: - if (lookahead == '.') ADVANCE(111); - if (lookahead == '_') ADVANCE(55); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(23); + if (lookahead == '.') ADVANCE(95); END_STATE(); case 24: - if (lookahead == '.') ADVANCE(96); + if (lookahead == '<') ADVANCE(179); END_STATE(); case 25: - if (lookahead == '<') ADVANCE(180); + if (lookahead == '<') ADVANCE(24); END_STATE(); case 26: - if (lookahead == '<') ADVANCE(25); + if (lookahead == '<') ADVANCE(24); + if (lookahead == '?') ADVANCE(67); END_STATE(); case 27: - if (lookahead == '<') ADVANCE(25); - if (lookahead == '?') ADVANCE(68); + if (lookahead == '=') ADVANCE(194); END_STATE(); case 28: - if (lookahead == '=') ADVANCE(195); + if (lookahead == '=') ADVANCE(193); + if (lookahead == '>') ADVANCE(92); END_STATE(); case 29: - if (lookahead == '=') ADVANCE(194); - if (lookahead == '>') ADVANCE(93); + if (lookahead == '>') ADVANCE(149); END_STATE(); case 30: - if (lookahead == '>') ADVANCE(150); + if (lookahead == '>') ADVANCE(92); END_STATE(); case 31: - if (lookahead == '>') ADVANCE(93); + if (lookahead == '>') ADVANCE(68); END_STATE(); case 32: - if (lookahead == '>') ADVANCE(69); + if (lookahead == '>') ADVANCE(150); END_STATE(); case 33: - if (lookahead == '>') ADVANCE(151); + if (lookahead == 'u') ADVANCE(163); + if (lookahead == 'x') ADVANCE(58); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(160); + if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(158); END_STATE(); case 34: - if (lookahead == 'u') ADVANCE(164); - if (lookahead == 'x') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(161); - if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(159); + if (lookahead == 'u') ADVANCE(162); END_STATE(); case 35: - if (lookahead == 'u') ADVANCE(163); - END_STATE(); - case 36: - if (lookahead == '}') ADVANCE(159); + if (lookahead == '}') ADVANCE(158); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(35); END_STATE(); - case 37: + case 36: if (lookahead == '\'' || - lookahead == '\\') ADVANCE(169); - if (lookahead != 0) ADVANCE(179); + lookahead == '\\') ADVANCE(168); + if (lookahead != 0) ADVANCE(178); END_STATE(); - case 38: + case 37: if (lookahead == '+' || - lookahead == '-') ADVANCE(56); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); + lookahead == '-') ADVANCE(55); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); - case 39: + case 38: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(42); + lookahead == 'a') ADVANCE(41); END_STATE(); - case 40: + case 39: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(156); + lookahead == 'e') ADVANCE(155); END_STATE(); - case 41: + case 40: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(45); + lookahead == 'h') ADVANCE(44); + END_STATE(); + case 41: + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(46); END_STATE(); case 42: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(47); + lookahead == 'l') ADVANCE(153); END_STATE(); case 43: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(154); + lookahead == 'l') ADVANCE(42); END_STATE(); case 44: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(43); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(66); END_STATE(); case 45: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(67); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(47); END_STATE(); case 46: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(48); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(39); END_STATE(); case 47: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(40); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(39); END_STATE(); case 48: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(40); + lookahead == 'u') ADVANCE(43); END_STATE(); case 49: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(44); + if (lookahead == '0' || + lookahead == '1') ADVANCE(116); END_STATE(); case 50: - if (lookahead == '0' || - lookahead == '1') ADVANCE(117); + if (lookahead == '8' || + lookahead == '9') ADVANCE(22); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(114); END_STATE(); case 51: - if (lookahead == '8' || - lookahead == '9') ADVANCE(23); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(115); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(119); END_STATE(); case 52: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(120); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(115); END_STATE(); case 53: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); END_STATE(); case 54: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(22); END_STATE(); case 55: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(23); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); case 56: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 57: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); case 58: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(161); END_STATE(); case 59: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(162); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(35); END_STATE(); case 60: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); + if (eof) ADVANCE(65); + ADVANCE_MAP( + '!', 131, + '"', 165, + '#', 260, + '$', 184, + '%', 220, + '&', 83, + '\'', 167, + '(', 93, + ')', 94, + '*', 215, + '+', 123, + ',', 84, + '-', 126, + '.', 213, + '/', 218, + '0', 113, + ':', 91, + ';', 80, + '<', 201, + '=', 85, + '>', 202, + '?', 96, + '@', 132, + '[', 151, + '\\', 87, + ']', 152, + '^', 192, + '_', 255, + '`', 183, + '{', 88, + '|', 101, + '}', 89, + '~', 129, + 'A', 245, + 'a', 245, + 'B', 221, + 'b', 221, + 'E', 224, + 'e', 224, + 'F', 225, + 'f', 225, + 'I', 239, + 'i', 239, + 'N', 253, + 'n', 253, + 'S', 251, + 's', 251, + 'T', 244, + 't', 244, + 'U', 237, + 'u', 237, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ' || + lookahead == 0xa0 || + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(60); + if (('C' <= lookahead && lookahead <= 'z') || + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 61: - if (eof) ADVANCE(66); + if (eof) ADVANCE(65); ADVANCE_MAP( - '!', 132, - '"', 166, - '#', 261, - '$', 185, - '%', 221, - '&', 84, - '\'', 168, - '(', 94, - ')', 95, - '*', 216, - '+', 124, - ',', 85, - '-', 127, - '.', 214, - '/', 219, - '0', 114, - ':', 92, - ';', 81, - '<', 202, - '=', 86, - '>', 203, - '?', 97, - '@', 133, - '[', 152, - '\\', 88, - ']', 153, - '^', 193, - '_', 256, - '`', 184, - '{', 89, - '|', 102, - '}', 90, - '~', 130, - 'A', 246, - 'a', 246, + '!', 130, + '"', 165, + '#', 260, + '$', 184, + '&', 81, + '\'', 167, + '(', 93, + ')', 94, + '+', 122, + ',', 84, + '-', 125, + '.', 110, + '/', 18, + '0', 113, + ':', 90, + ';', 80, + '<', 25, + '=', 30, + '?', 31, + '@', 132, + '[', 151, + '\\', 86, + ']', 152, + '_', 255, + '`', 183, + '{', 88, + '}', 89, + '~', 129, + 'A', 245, + 'a', 245, 'B', 222, 'b', 222, - 'E', 225, - 'e', 225, + 'E', 224, + 'e', 224, 'F', 226, 'f', 226, - 'I', 240, - 'i', 240, - 'N', 254, - 'n', 254, - 'S', 252, - 's', 252, - 'T', 245, - 't', 245, - 'U', 238, - 'u', 238, + 'N', 253, + 'n', 253, + 'T', 244, + 't', 244, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(115); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(61); - if (('C' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + if (('C' <= lookahead && lookahead <= 'Z') || + ('c' <= lookahead && lookahead <= 'z') || + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); case 62: - if (eof) ADVANCE(66); + if (eof) ADVANCE(65); ADVANCE_MAP( - '!', 131, - '"', 166, + '!', 27, + '"', 165, '#', 261, - '$', 185, - '&', 82, - '\'', 168, - '(', 94, - ')', 95, + '$', 184, + '%', 220, + '&', 83, + '\'', 167, + '(', 93, + ')', 94, + '*', 215, '+', 123, - ',', 85, + ',', 84, '-', 126, - '.', 111, - '/', 19, - '0', 114, + '.', 214, + '/', 218, + '0', 118, ':', 91, - ';', 81, - '<', 26, - '=', 31, - '?', 32, - '@', 133, - '[', 152, - '\\', 87, - ']', 153, - '_', 256, - '`', 184, - '{', 89, - '}', 90, - '~', 130, - 'A', 246, - 'a', 246, - 'B', 223, - 'b', 223, - 'E', 225, - 'e', 225, - 'F', 227, - 'f', 227, - 'N', 254, - 'n', 254, - 'T', 245, - 't', 245, + ';', 80, + '<', 199, + '=', 85, + '>', 202, + '?', 96, + '[', 151, + '\\', 86, + ']', 152, + '^', 192, + '{', 88, + '|', 101, + '}', 89, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(116); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(120); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(62); - if (('C' <= lookahead && lookahead <= 'Z') || - ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); - END_STATE(); - case 63: - if (eof) ADVANCE(66); - ADVANCE_MAP( - '!', 28, - '"', 166, - '#', 262, - '$', 185, - '%', 221, - '&', 84, - '\'', 168, - '(', 94, - ')', 95, - '*', 216, - '+', 124, - ',', 85, - '-', 127, - '.', 215, - '/', 219, - '0', 119, - ':', 92, - ';', 81, - '<', 200, - '=', 86, - '>', 203, - '?', 97, - '[', 152, - '\\', 87, - ']', 153, - '^', 193, - '{', 89, - '|', 102, - '}', 90, - ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(121); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ' || - lookahead == 0xa0 || - lookahead == 0x200b || - lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(63); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); - case 64: - if (eof) ADVANCE(66); + case 63: + if (eof) ADVANCE(65); ADVANCE_MAP( - '"', 166, - '#', 262, - '$', 185, - '&', 82, - '\'', 168, - '(', 94, - ')', 95, - '.', 22, - '/', 19, - '0', 119, - '<', 27, - '?', 32, - '[', 152, - '\\', 87, - '|', 101, - '}', 90, - 'A', 246, - 'a', 246, - 'B', 223, - 'b', 223, + '"', 165, + '#', 261, + '$', 184, + '&', 81, + '\'', 167, + '(', 93, + ')', 94, + '.', 21, + '/', 18, + '0', 118, + '<', 26, + '?', 31, + '[', 151, + '\\', 86, + '|', 100, + '}', 89, + 'A', 245, + 'a', 245, + 'B', 222, + 'b', 222, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(121); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(120); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(64); + lookahead == 0xfeff) SKIP(63); if (('C' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); - case 65: - if (eof) ADVANCE(66); + case 64: + if (eof) ADVANCE(65); ADVANCE_MAP( - '#', 79, - '/', 74, - '<', 70, - '?', 77, - 0xa0, 73, - 0x200b, 73, - 0x2060, 73, - 0xfeff, 73, + '#', 78, + '/', 73, + '<', 69, + '?', 76, + 0xa0, 72, + 0x200b, 72, + 0x2060, 72, + 0xfeff, 72, ); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') SKIP(65); - if (lookahead != 0) ADVANCE(80); + lookahead == ' ') SKIP(64); + if (lookahead != 0) ADVANCE(79); END_STATE(); - case 66: + case 65: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 67: + case 66: ACCEPT_TOKEN(sym_php_tag); END_STATE(); - case 68: + case 67: ACCEPT_TOKEN(sym_php_tag); - if (lookahead == '=') ADVANCE(67); + if (lookahead == '=') ADVANCE(66); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(41); + lookahead == 'p') ADVANCE(40); END_STATE(); - case 69: + case 68: ACCEPT_TOKEN(anon_sym_QMARK_GT); END_STATE(); - case 70: + case 69: ACCEPT_TOKEN(aux_sym_text_token1); - if (lookahead == '?') ADVANCE(68); + if (lookahead == '?') ADVANCE(67); END_STATE(); - case 71: + case 70: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '\n') ADVANCE(80); - if (lookahead == '\r') ADVANCE(72); - if (lookahead == '>') ADVANCE(80); + if (lookahead == '\n') ADVANCE(79); + if (lookahead == '\r') ADVANCE(71); + if (lookahead == '>') ADVANCE(79); if (lookahead != 0 && - lookahead != '<') ADVANCE(78); + lookahead != '<') ADVANCE(77); END_STATE(); - case 72: + case 71: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '\n') ADVANCE(80); + if (lookahead == '\n') ADVANCE(79); if (lookahead != 0 && - lookahead != '<') ADVANCE(80); + lookahead != '<') ADVANCE(79); END_STATE(); - case 73: + case 72: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '#') ADVANCE(79); - if (lookahead == '/') ADVANCE(74); - if (lookahead == '?') ADVANCE(77); + if (lookahead == '#') ADVANCE(78); + if (lookahead == '/') ADVANCE(73); + if (lookahead == '?') ADVANCE(76); if (lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) ADVANCE(73); + lookahead == 0xfeff) ADVANCE(72); if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ') ADVANCE(73); + lookahead == ' ') ADVANCE(72); + if (lookahead != 0 && + lookahead != '<') ADVANCE(79); + END_STATE(); + case 73: + ACCEPT_TOKEN(aux_sym_text_token2); + if (lookahead == '*') ADVANCE(75); + if (lookahead == '/') ADVANCE(77); if (lookahead != 0 && - lookahead != '<') ADVANCE(80); + lookahead != '<') ADVANCE(79); END_STATE(); case 74: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '*') ADVANCE(76); - if (lookahead == '/') ADVANCE(78); + if (lookahead == '*') ADVANCE(74); + if (lookahead == '/') ADVANCE(79); if (lookahead != 0 && - lookahead != '<') ADVANCE(80); + lookahead != '<') ADVANCE(75); END_STATE(); case 75: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '*') ADVANCE(75); - if (lookahead == '/') ADVANCE(80); + if (lookahead == '*') ADVANCE(74); if (lookahead != 0 && - lookahead != '<') ADVANCE(76); + lookahead != '<') ADVANCE(75); END_STATE(); case 76: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '*') ADVANCE(75); + if (lookahead == '>') ADVANCE(79); if (lookahead != 0 && - lookahead != '<') ADVANCE(76); + lookahead != '<') ADVANCE(79); END_STATE(); case 77: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '>') ADVANCE(80); + if (lookahead == '?') ADVANCE(70); + if (lookahead == '\n' || + lookahead == '\r') ADVANCE(79); if (lookahead != 0 && - lookahead != '<') ADVANCE(80); + lookahead != '<') ADVANCE(77); END_STATE(); case 78: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '?') ADVANCE(71); if (lookahead == '\n' || - lookahead == '\r') ADVANCE(80); + lookahead == '\r' || + lookahead == '?' || + lookahead == '[') ADVANCE(79); if (lookahead != 0 && - lookahead != '<') ADVANCE(78); + lookahead != '<') ADVANCE(77); END_STATE(); case 79: ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead == '\n' || - lookahead == '\r' || - lookahead == '?' || - lookahead == '[') ADVANCE(80); if (lookahead != 0 && - lookahead != '<') ADVANCE(78); + lookahead != '<') ADVANCE(79); END_STATE(); case 80: - ACCEPT_TOKEN(aux_sym_text_token2); - if (lookahead != 0 && - lookahead != '<') ADVANCE(80); + ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); case 81: - ACCEPT_TOKEN(anon_sym_SEMI); + ACCEPT_TOKEN(anon_sym_AMP); END_STATE(); case 82: ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(190); END_STATE(); case 83: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(191); + if (lookahead == '&') ADVANCE(190); + if (lookahead == '=') ADVANCE(145); END_STATE(); case 84: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(191); - if (lookahead == '=') ADVANCE(146); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 85: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(193); + if (lookahead == '>') ADVANCE(92); END_STATE(); case 86: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(194); - if (lookahead == '>') ADVANCE(93); + ACCEPT_TOKEN(anon_sym_BSLASH); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_BSLASH); + if (lookahead == '\'' || + lookahead == '\\') ADVANCE(168); END_STATE(); case 88: - ACCEPT_TOKEN(anon_sym_BSLASH); - if (lookahead == '\'' || - lookahead == '\\') ADVANCE(169); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 89: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 90: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == ':') ADVANCE(133); END_STATE(); case 92: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(134); + ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 93: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 94: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 95: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 96: - ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '-') ADVANCE(32); + if (lookahead == '>') ADVANCE(68); + if (lookahead == '?') ADVANCE(186); END_STATE(); case 97: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '-') ADVANCE(33); - if (lookahead == '>') ADVANCE(69); - if (lookahead == '?') ADVANCE(187); + if (lookahead == '-') ADVANCE(32); + if (lookahead == '>') ADVANCE(68); + if (lookahead == '?') ADVANCE(185); END_STATE(); case 98: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '-') ADVANCE(33); - if (lookahead == '>') ADVANCE(69); - if (lookahead == '?') ADVANCE(186); + if (lookahead == '>') ADVANCE(68); END_STATE(); case 99: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '>') ADVANCE(69); + if (lookahead == '>') ADVANCE(68); + if (lookahead == '?') ADVANCE(185); END_STATE(); case 100: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '>') ADVANCE(69); - if (lookahead == '?') ADVANCE(186); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 101: ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(147); + if (lookahead == '|') ADVANCE(189); END_STATE(); case 102: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(148); - if (lookahead == '|') ADVANCE(190); + if (lookahead == '|') ADVANCE(189); END_STATE(); case 103: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(190); + ACCEPT_TOKEN(aux_sym_cast_type_token1); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 104: - ACCEPT_TOKEN(aux_sym_cast_type_token1); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(aux_sym_cast_type_token3); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 105: - ACCEPT_TOKEN(aux_sym_cast_type_token3); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(aux_sym_cast_type_token6); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 106: - ACCEPT_TOKEN(aux_sym_cast_type_token6); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(aux_sym_cast_type_token8); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 107: - ACCEPT_TOKEN(aux_sym_cast_type_token8); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(aux_sym_cast_type_token11); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 108: - ACCEPT_TOKEN(aux_sym_cast_type_token11); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(aux_sym_cast_type_token12); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 109: - ACCEPT_TOKEN(aux_sym_cast_type_token12); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(sym_float); + if (lookahead == '.') ADVANCE(23); + if (lookahead == '_') ADVANCE(53); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); END_STATE(); case 110: ACCEPT_TOKEN(sym_float); - if (lookahead == '.') ADVANCE(24); - if (lookahead == '_') ADVANCE(54); + if (lookahead == '_') ADVANCE(53); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); + lookahead == 'e') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); END_STATE(); case 111: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(54); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(38); + if (lookahead == '_') ADVANCE(256); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); - END_STATE(); - case 112: - ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(257); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || (0x80 <= lookahead && lookahead <= 0x9f) || (0xa1 <= lookahead && lookahead <= 0x200a) || (0x200c <= lookahead && lookahead <= 0x205f) || (0x2061 <= lookahead && lookahead <= 0xfefe) || - (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); - case 113: + case 112: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(56); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(113); + if (lookahead == '_') ADVANCE(55); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); END_STATE(); - case 114: + case 113: ACCEPT_TOKEN(sym_integer); ADVANCE_MAP( - '.', 111, - '_', 51, - 'B', 50, - 'b', 50, - 'E', 38, - 'e', 38, - 'O', 120, - 'o', 120, - 'X', 58, - 'x', 58, - '8', 23, - '9', 23, + '.', 110, + '_', 50, + 'B', 49, + 'b', 49, + 'E', 37, + 'e', 37, + 'O', 119, + 'o', 119, + 'X', 57, + 'x', 57, + '8', 22, + '9', 22, ); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(115); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(114); END_STATE(); - case 115: + case 114: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(111); - if (lookahead == '_') ADVANCE(51); + if (lookahead == '.') ADVANCE(110); + if (lookahead == '_') ADVANCE(50); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(38); + lookahead == 'e') ADVANCE(37); if (lookahead == '8' || - lookahead == '9') ADVANCE(23); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(115); + lookahead == '9') ADVANCE(22); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(114); END_STATE(); - case 116: + case 115: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(111); - if (lookahead == '_') ADVANCE(53); + if (lookahead == '.') ADVANCE(110); + if (lookahead == '_') ADVANCE(52); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(116); + lookahead == 'e') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(115); END_STATE(); - case 117: + case 116: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(50); + if (lookahead == '_') ADVANCE(49); if (lookahead == '0' || - lookahead == '1') ADVANCE(117); + lookahead == '1') ADVANCE(116); END_STATE(); - case 118: + case 117: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(58); + if (lookahead == '_') ADVANCE(57); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(118); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(117); END_STATE(); - case 119: + case 118: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(52); + if (lookahead == '_') ADVANCE(51); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(50); + lookahead == 'b') ADVANCE(49); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(120); + lookahead == 'o') ADVANCE(119); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(58); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(120); + lookahead == 'x') ADVANCE(57); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(119); + END_STATE(); + case 119: + ACCEPT_TOKEN(sym_integer); + if (lookahead == '_') ADVANCE(51); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(119); END_STATE(); case 120: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(52); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(120); + if (lookahead == '_') ADVANCE(56); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(120); END_STATE(); case 121: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(121); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 122: ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(135); END_STATE(); case 123: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(136); + if (lookahead == '+') ADVANCE(135); + if (lookahead == '=') ADVANCE(140); END_STATE(); case 124: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(136); - if (lookahead == '=') ADVANCE(141); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 125: ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(134); END_STATE(); case 126: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(135); + if (lookahead == '-') ADVANCE(134); + if (lookahead == '=') ADVANCE(141); + if (lookahead == '>') ADVANCE(149); END_STATE(); case 127: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(135); - if (lookahead == '=') ADVANCE(142); - if (lookahead == '>') ADVANCE(150); + if (lookahead == '-') ADVANCE(134); + if (lookahead == '>') ADVANCE(149); END_STATE(); case 128: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(135); - if (lookahead == '>') ADVANCE(150); + if (lookahead == '>') ADVANCE(149); END_STATE(); case 129: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '>') ADVANCE(150); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 130: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 131: ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(194); END_STATE(); case 132: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(195); - END_STATE(); - case 133: ACCEPT_TOKEN(anon_sym_AT); END_STATE(); - case 134: + case 133: ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); - case 135: + case 134: ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); - case 136: + case 135: ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); - case 137: + case 136: ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); - case 138: + case 137: ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); - case 139: + case 138: ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); - case 140: + case 139: ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); - case 141: + case 140: ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); - case 142: + case 141: ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); - case 143: + case 142: ACCEPT_TOKEN(anon_sym_DOT_EQ); END_STATE(); - case 144: + case 143: ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); - case 145: + case 144: ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); - case 146: + case 145: ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); - case 147: + case 146: ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); - case 148: + case 147: ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); - case 149: + case 148: ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); END_STATE(); - case 150: + case 149: ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); - case 151: + case 150: ACCEPT_TOKEN(anon_sym_QMARK_DASH_GT); END_STATE(); - case 152: + case 151: ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); - case 153: + case 152: ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); + case 153: + ACCEPT_TOKEN(aux_sym__argument_name_token1); + END_STATE(); case 154: ACCEPT_TOKEN(aux_sym__argument_name_token1); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 155: - ACCEPT_TOKEN(aux_sym__argument_name_token1); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(aux_sym__argument_name_token2); END_STATE(); case 156: ACCEPT_TOKEN(aux_sym__argument_name_token2); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 157: - ACCEPT_TOKEN(aux_sym__argument_name_token2); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + ACCEPT_TOKEN(anon_sym_POUND_LBRACK); END_STATE(); case 158: - ACCEPT_TOKEN(anon_sym_POUND_LBRACK); + ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 159: ACCEPT_TOKEN(sym_escape_sequence); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(158); END_STATE(); case 160: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(159); END_STATE(); case 161: - ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(160); - END_STATE(); - case 162: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(159); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(158); END_STATE(); - case 163: + case 162: ACCEPT_TOKEN(anon_sym_BSLASHu); END_STATE(); - case 164: + case 163: ACCEPT_TOKEN(anon_sym_BSLASHu); - if (lookahead == '{') ADVANCE(60); + if (lookahead == '{') ADVANCE(59); END_STATE(); - case 165: + case 164: ACCEPT_TOKEN(aux_sym_encapsed_string_token1); END_STATE(); - case 166: + case 165: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 167: + case 166: ACCEPT_TOKEN(aux_sym_string_token1); END_STATE(); - case 168: + case 167: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 169: + case 168: ACCEPT_TOKEN(aux_sym_string_token2); END_STATE(); - case 170: + case 169: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '\n') ADVANCE(179); - if (lookahead == '\r') ADVANCE(171); - if (lookahead == '>') ADVANCE(179); + if (lookahead == '\n') ADVANCE(178); + if (lookahead == '\r') ADVANCE(170); + if (lookahead == '>') ADVANCE(178); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(177); + lookahead != '\\') ADVANCE(176); END_STATE(); - case 171: + case 170: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '\n') ADVANCE(179); + if (lookahead == '\n') ADVANCE(178); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(178); END_STATE(); - case 172: + case 171: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '#') ADVANCE(178); - if (lookahead == '/') ADVANCE(173); - if (lookahead == '?') ADVANCE(176); + if (lookahead == '#') ADVANCE(177); + if (lookahead == '/') ADVANCE(172); + if (lookahead == '?') ADVANCE(175); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) ADVANCE(172); + lookahead == 0xfeff) ADVANCE(171); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(178); END_STATE(); - case 173: + case 172: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '*') ADVANCE(175); - if (lookahead == '/') ADVANCE(177); + if (lookahead == '*') ADVANCE(174); + if (lookahead == '/') ADVANCE(176); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(178); END_STATE(); - case 174: + case 173: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '*') ADVANCE(174); - if (lookahead == '/') ADVANCE(179); + if (lookahead == '*') ADVANCE(173); + if (lookahead == '/') ADVANCE(178); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(175); + lookahead != '\\') ADVANCE(174); END_STATE(); - case 175: + case 174: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '*') ADVANCE(174); + if (lookahead == '*') ADVANCE(173); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(175); + lookahead != '\\') ADVANCE(174); END_STATE(); - case 176: + case 175: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '>') ADVANCE(179); + if (lookahead == '>') ADVANCE(178); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(178); END_STATE(); - case 177: + case 176: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '?') ADVANCE(170); + if (lookahead == '?') ADVANCE(169); if (lookahead == '\n' || - lookahead == '\r') ADVANCE(179); + lookahead == '\r') ADVANCE(178); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(177); + lookahead != '\\') ADVANCE(176); END_STATE(); - case 178: + case 177: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '\n' || lookahead == '\r' || lookahead == '?' || - lookahead == '[') ADVANCE(179); + lookahead == '[') ADVANCE(178); if (lookahead != 0 && lookahead != '\'' && lookahead != '[' && - lookahead != '\\') ADVANCE(177); + lookahead != '\\') ADVANCE(176); END_STATE(); - case 179: + case 178: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(179); + lookahead != '\\') ADVANCE(178); END_STATE(); - case 180: + case 179: ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); - case 181: + case 180: ACCEPT_TOKEN(anon_sym_DQUOTE2); END_STATE(); - case 182: + case 181: ACCEPT_TOKEN(sym__new_line); - if (lookahead == '\n') ADVANCE(182); - if (lookahead == '\r') ADVANCE(182); + if (lookahead == '\n') ADVANCE(181); + if (lookahead == '\r') ADVANCE(181); END_STATE(); - case 183: + case 182: ACCEPT_TOKEN(anon_sym_SQUOTE2); END_STATE(); - case 184: + case 183: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 185: + case 184: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); + case 185: + ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + END_STATE(); case 186: ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + if (lookahead == '=') ADVANCE(148); END_STATE(); case 187: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK); - if (lookahead == '=') ADVANCE(149); + ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(136); END_STATE(); case 189: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(137); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 190: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 191: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 192: ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(146); END_STATE(); case 193: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(147); + ACCEPT_TOKEN(anon_sym_EQ_EQ); + if (lookahead == '=') ADVANCE(196); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(anon_sym_BANG_EQ); if (lookahead == '=') ADVANCE(197); END_STATE(); case 195: - ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '=') ADVANCE(198); + ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 196: - ACCEPT_TOKEN(anon_sym_LT_GT); + ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); END_STATE(); case 197: - ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); + ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); END_STATE(); case 198: - ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); + ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(208); + if (lookahead == '=') ADVANCE(204); + if (lookahead == '>') ADVANCE(195); END_STATE(); case 199: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(209); - if (lookahead == '=') ADVANCE(205); - if (lookahead == '>') ADVANCE(196); + if (lookahead == '=') ADVANCE(204); + if (lookahead == '>') ADVANCE(195); END_STATE(); case 200: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(210); - if (lookahead == '=') ADVANCE(205); - if (lookahead == '>') ADVANCE(196); + if (lookahead == '<') ADVANCE(207); + if (lookahead == '=') ADVANCE(204); + if (lookahead == '>') ADVANCE(195); END_STATE(); case 201: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(208); - if (lookahead == '=') ADVANCE(205); - if (lookahead == '>') ADVANCE(196); + if (lookahead == '?') ADVANCE(67); END_STATE(); case 202: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '?') ADVANCE(68); + ACCEPT_TOKEN(anon_sym_GT); + if (lookahead == '=') ADVANCE(205); + if (lookahead == '>') ADVANCE(211); END_STATE(); case 203: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(206); - if (lookahead == '>') ADVANCE(212); + if (lookahead == '=') ADVANCE(205); + if (lookahead == '>') ADVANCE(210); END_STATE(); case 204: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(206); - if (lookahead == '>') ADVANCE(211); + ACCEPT_TOKEN(anon_sym_LT_EQ); + if (lookahead == '>') ADVANCE(206); END_STATE(); case 205: - ACCEPT_TOKEN(anon_sym_LT_EQ); - if (lookahead == '>') ADVANCE(207); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 206: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT_EQ_GT); END_STATE(); case 207: - ACCEPT_TOKEN(anon_sym_LT_EQ_GT); + ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 208: ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '<') ADVANCE(179); END_STATE(); case 209: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '<') ADVANCE(180); + if (lookahead == '=') ADVANCE(143); END_STATE(); case 210: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(144); + ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 211: ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(144); END_STATE(); case 212: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(145); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 213: ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(23); + if (lookahead == '_') ADVANCE(53); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(37); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); END_STATE(); case 214: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(24); - if (lookahead == '_') ADVANCE(54); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(38); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); + if (lookahead == '=') ADVANCE(142); END_STATE(); case 215: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '=') ADVANCE(143); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(188); + if (lookahead == '=') ADVANCE(137); END_STATE(); case 216: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(189); - if (lookahead == '=') ADVANCE(138); + if (lookahead == '*') ADVANCE(187); END_STATE(); case 217: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(188); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(20); + if (lookahead == '/') ADVANCE(259); END_STATE(); case 218: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(21); - if (lookahead == '/') ADVANCE(260); + if (lookahead == '*') ADVANCE(20); + if (lookahead == '/') ADVANCE(259); + if (lookahead == '=') ADVANCE(138); END_STATE(); case 219: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(21); - if (lookahead == '/') ADVANCE(260); - if (lookahead == '=') ADVANCE(139); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 220: ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(139); END_STATE(); case 221: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(140); - END_STATE(); - case 222: ACCEPT_TOKEN(sym_name); - if (lookahead == '"') ADVANCE(165); - if (lookahead == '\'') ADVANCE(167); + if (lookahead == '"') ADVANCE(164); + if (lookahead == '\'') ADVANCE(166); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(242); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'o') ADVANCE(241); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); - case 223: + case 222: ACCEPT_TOKEN(sym_name); - if (lookahead == '"') ADVANCE(165); - if (lookahead == '\'') ADVANCE(167); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == '"') ADVANCE(164); + if (lookahead == '\'') ADVANCE(166); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); - case 224: + case 223: ACCEPT_TOKEN(sym_name); - if (lookahead == '.') ADVANCE(111); - if (lookahead == '_') ADVANCE(256); + if (lookahead == '.') ADVANCE(110); + if (lookahead == '_') ADVANCE(255); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(225); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(224); + lookahead == 'e') ADVANCE(224); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(223); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || (0x80 <= lookahead && lookahead <= 0x9f) || (0xa1 <= lookahead && lookahead <= 0x200a) || (0x200c <= lookahead && lookahead <= 0x205f) || (0x2061 <= lookahead && lookahead <= 0xfefe) || - (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(258); + (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(257); END_STATE(); - case 225: + case 224: ACCEPT_TOKEN(sym_name); if (lookahead == '+' || - lookahead == '-') ADVANCE(56); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == '-') ADVANCE(55); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); - case 226: + case 225: ACCEPT_TOKEN(sym_name); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(237); + lookahead == 'a') ADVANCE(236); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(241); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'l') ADVANCE(240); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); + END_STATE(); + case 226: + ACCEPT_TOKEN(sym_name); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(236); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 227: ACCEPT_TOKEN(sym_name); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(237); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'a') ADVANCE(254); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 228: ACCEPT_TOKEN(sym_name); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(255); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'a') ADVANCE(249); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 229: ACCEPT_TOKEN(sym_name); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(250); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(156); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 230: ACCEPT_TOKEN(sym_name); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(157); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'e') ADVANCE(250); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 231: ACCEPT_TOKEN(sym_name); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(251); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(107); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 232: ACCEPT_TOKEN(sym_name); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(108); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(238); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 233: ACCEPT_TOKEN(sym_name); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(239); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(104); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 234: ACCEPT_TOKEN(sym_name); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(105); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'l') ADVANCE(154); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 235: ACCEPT_TOKEN(sym_name); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(155); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'l') ADVANCE(234); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 236: ACCEPT_TOKEN(sym_name); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(235); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'l') ADVANCE(246); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 237: ACCEPT_TOKEN(sym_name); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(247); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(247); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 238: ACCEPT_TOKEN(sym_name); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(248); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'n') ADVANCE(231); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 239: ACCEPT_TOKEN(sym_name); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(232); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'n') ADVANCE(248); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 240: ACCEPT_TOKEN(sym_name); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(249); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(228); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 241: ACCEPT_TOKEN(sym_name); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(229); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'o') ADVANCE(233); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 242: ACCEPT_TOKEN(sym_name); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(234); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(227); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 243: ACCEPT_TOKEN(sym_name); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(228); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'r') ADVANCE(232); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 244: ACCEPT_TOKEN(sym_name); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(233); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'r') ADVANCE(252); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 245: ACCEPT_TOKEN(sym_name); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(253); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'r') ADVANCE(242); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 246: ACCEPT_TOKEN(sym_name); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(243); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(229); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 247: ACCEPT_TOKEN(sym_name); if (lookahead == 'S' || lookahead == 's') ADVANCE(230); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 248: ACCEPT_TOKEN(sym_name); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(231); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(105); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 249: ACCEPT_TOKEN(sym_name); if (lookahead == 'T' || lookahead == 't') ADVANCE(106); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 250: ACCEPT_TOKEN(sym_name); if (lookahead == 'T' || - lookahead == 't') ADVANCE(107); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 't') ADVANCE(108); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 251: ACCEPT_TOKEN(sym_name); if (lookahead == 'T' || - lookahead == 't') ADVANCE(109); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 't') ADVANCE(243); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 252: ACCEPT_TOKEN(sym_name); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(244); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(229); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 253: ACCEPT_TOKEN(sym_name); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(230); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + lookahead == 'u') ADVANCE(235); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 254: ACCEPT_TOKEN(sym_name); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(236); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(103); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 255: ACCEPT_TOKEN(sym_name); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(104); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(223); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 256: ACCEPT_TOKEN(sym_name); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(224); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(111); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 257: ACCEPT_TOKEN(sym_name); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(112); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(257); END_STATE(); case 258: - ACCEPT_TOKEN(sym_name); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(258); - END_STATE(); - case 259: ACCEPT_TOKEN(sym_comment); END_STATE(); - case 260: + case 259: ACCEPT_TOKEN(sym_comment); if (lookahead == '?') ADVANCE(2); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(260); + lookahead != '\r') ADVANCE(259); END_STATE(); - case 261: + case 260: ACCEPT_TOKEN(sym_comment); - if (lookahead == '[') ADVANCE(158); + if (lookahead == '[') ADVANCE(157); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && - lookahead != '?') ADVANCE(260); + lookahead != '?') ADVANCE(259); END_STATE(); - case 262: + case 261: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && lookahead != '?' && - lookahead != '[') ADVANCE(260); + lookahead != '[') ADVANCE(259); END_STATE(); default: return false; @@ -8832,7 +8873,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'd') ADVANCE(95); END_STATE(); case 36: - ACCEPT_TOKEN(aux_sym_namespace_aliasing_clause_token1); + ACCEPT_TOKEN(aux_sym_namespace_use_clause_token3); END_STATE(); case 37: if (lookahead == 'N' || @@ -9180,7 +9221,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'e') ADVANCE(185); END_STATE(); case 115: - ACCEPT_TOKEN(aux_sym_object_creation_expression_token1); + ACCEPT_TOKEN(aux_sym__new_non_dereferencable_expression_token1); END_STATE(); case 116: if (lookahead == 'N' || @@ -9775,7 +9816,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_clone_expression_token1); END_STATE(); case 276: - ACCEPT_TOKEN(aux_sym_namespace_use_declaration_token3); + ACCEPT_TOKEN(aux_sym_namespace_use_clause_token2); END_STATE(); case 277: if (lookahead == 'N' || @@ -10082,7 +10123,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_while_statement_token2); END_STATE(); case 360: - ACCEPT_TOKEN(aux_sym_namespace_use_declaration_token2); + ACCEPT_TOKEN(aux_sym_namespace_use_clause_token1); END_STATE(); case 361: if (lookahead == 'T' || @@ -10226,95 +10267,95 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 65}, - [2] = {.lex_state = 62}, - [3] = {.lex_state = 62}, - [4] = {.lex_state = 62}, - [5] = {.lex_state = 62}, - [6] = {.lex_state = 62}, - [7] = {.lex_state = 62}, - [8] = {.lex_state = 62}, - [9] = {.lex_state = 62}, - [10] = {.lex_state = 62}, - [11] = {.lex_state = 62}, - [12] = {.lex_state = 62, .external_lex_state = 2}, - [13] = {.lex_state = 62, .external_lex_state = 2}, - [14] = {.lex_state = 62, .external_lex_state = 2}, - [15] = {.lex_state = 62, .external_lex_state = 2}, - [16] = {.lex_state = 62}, - [17] = {.lex_state = 62}, - [18] = {.lex_state = 62}, - [19] = {.lex_state = 62, .external_lex_state = 2}, - [20] = {.lex_state = 62}, - [21] = {.lex_state = 62}, - [22] = {.lex_state = 62}, - [23] = {.lex_state = 62}, - [24] = {.lex_state = 62, .external_lex_state = 2}, - [25] = {.lex_state = 62}, - [26] = {.lex_state = 62}, - [27] = {.lex_state = 62, .external_lex_state = 2}, - [28] = {.lex_state = 62}, - [29] = {.lex_state = 62}, - [30] = {.lex_state = 62}, - [31] = {.lex_state = 62, .external_lex_state = 2}, - [32] = {.lex_state = 62}, - [33] = {.lex_state = 62, .external_lex_state = 2}, - [34] = {.lex_state = 62}, - [35] = {.lex_state = 62, .external_lex_state = 2}, - [36] = {.lex_state = 62, .external_lex_state = 2}, - [37] = {.lex_state = 62}, - [38] = {.lex_state = 62, .external_lex_state = 2}, - [39] = {.lex_state = 62, .external_lex_state = 2}, - [40] = {.lex_state = 62}, - [41] = {.lex_state = 62}, - [42] = {.lex_state = 62}, - [43] = {.lex_state = 62}, - [44] = {.lex_state = 62, .external_lex_state = 2}, - [45] = {.lex_state = 62}, - [46] = {.lex_state = 62, .external_lex_state = 2}, - [47] = {.lex_state = 62}, - [48] = {.lex_state = 62}, - [49] = {.lex_state = 62, .external_lex_state = 2}, - [50] = {.lex_state = 62}, - [51] = {.lex_state = 62, .external_lex_state = 2}, - [52] = {.lex_state = 62}, - [53] = {.lex_state = 62}, - [54] = {.lex_state = 62}, - [55] = {.lex_state = 62, .external_lex_state = 2}, - [56] = {.lex_state = 62, .external_lex_state = 2}, - [57] = {.lex_state = 62}, - [58] = {.lex_state = 62}, - [59] = {.lex_state = 62}, - [60] = {.lex_state = 62, .external_lex_state = 2}, - [61] = {.lex_state = 62}, - [62] = {.lex_state = 62}, - [63] = {.lex_state = 62}, - [64] = {.lex_state = 62}, - [65] = {.lex_state = 62}, - [66] = {.lex_state = 62, .external_lex_state = 2}, - [67] = {.lex_state = 62}, - [68] = {.lex_state = 62, .external_lex_state = 2}, - [69] = {.lex_state = 62}, - [70] = {.lex_state = 62}, - [71] = {.lex_state = 62}, - [72] = {.lex_state = 62, .external_lex_state = 2}, - [73] = {.lex_state = 62}, - [74] = {.lex_state = 62, .external_lex_state = 2}, - [75] = {.lex_state = 62}, - [76] = {.lex_state = 62}, - [77] = {.lex_state = 62}, - [78] = {.lex_state = 62}, - [79] = {.lex_state = 62}, - [80] = {.lex_state = 62}, - [81] = {.lex_state = 62}, - [82] = {.lex_state = 62}, - [83] = {.lex_state = 62}, - [84] = {.lex_state = 5}, - [85] = {.lex_state = 5}, - [86] = {.lex_state = 5, .external_lex_state = 2}, - [87] = {.lex_state = 5}, - [88] = {.lex_state = 7}, - [89] = {.lex_state = 7}, + [1] = {.lex_state = 64}, + [2] = {.lex_state = 61}, + [3] = {.lex_state = 61}, + [4] = {.lex_state = 61}, + [5] = {.lex_state = 61}, + [6] = {.lex_state = 61}, + [7] = {.lex_state = 61, .external_lex_state = 2}, + [8] = {.lex_state = 61}, + [9] = {.lex_state = 61}, + [10] = {.lex_state = 61}, + [11] = {.lex_state = 61, .external_lex_state = 2}, + [12] = {.lex_state = 61}, + [13] = {.lex_state = 61, .external_lex_state = 2}, + [14] = {.lex_state = 61, .external_lex_state = 2}, + [15] = {.lex_state = 61}, + [16] = {.lex_state = 61, .external_lex_state = 2}, + [17] = {.lex_state = 61, .external_lex_state = 2}, + [18] = {.lex_state = 61, .external_lex_state = 2}, + [19] = {.lex_state = 61, .external_lex_state = 2}, + [20] = {.lex_state = 61, .external_lex_state = 2}, + [21] = {.lex_state = 61, .external_lex_state = 2}, + [22] = {.lex_state = 61, .external_lex_state = 2}, + [23] = {.lex_state = 61, .external_lex_state = 2}, + [24] = {.lex_state = 61, .external_lex_state = 2}, + [25] = {.lex_state = 61, .external_lex_state = 2}, + [26] = {.lex_state = 61, .external_lex_state = 2}, + [27] = {.lex_state = 61, .external_lex_state = 2}, + [28] = {.lex_state = 61, .external_lex_state = 2}, + [29] = {.lex_state = 61, .external_lex_state = 2}, + [30] = {.lex_state = 61, .external_lex_state = 2}, + [31] = {.lex_state = 61, .external_lex_state = 2}, + [32] = {.lex_state = 61, .external_lex_state = 2}, + [33] = {.lex_state = 61, .external_lex_state = 2}, + [34] = {.lex_state = 61, .external_lex_state = 2}, + [35] = {.lex_state = 61, .external_lex_state = 2}, + [36] = {.lex_state = 61}, + [37] = {.lex_state = 61}, + [38] = {.lex_state = 61}, + [39] = {.lex_state = 61}, + [40] = {.lex_state = 61}, + [41] = {.lex_state = 61}, + [42] = {.lex_state = 61}, + [43] = {.lex_state = 61}, + [44] = {.lex_state = 61}, + [45] = {.lex_state = 61}, + [46] = {.lex_state = 61}, + [47] = {.lex_state = 61}, + [48] = {.lex_state = 61}, + [49] = {.lex_state = 61}, + [50] = {.lex_state = 61}, + [51] = {.lex_state = 61}, + [52] = {.lex_state = 61}, + [53] = {.lex_state = 61}, + [54] = {.lex_state = 61}, + [55] = {.lex_state = 61}, + [56] = {.lex_state = 61}, + [57] = {.lex_state = 61}, + [58] = {.lex_state = 61}, + [59] = {.lex_state = 61}, + [60] = {.lex_state = 61}, + [61] = {.lex_state = 61}, + [62] = {.lex_state = 61}, + [63] = {.lex_state = 61}, + [64] = {.lex_state = 61}, + [65] = {.lex_state = 61}, + [66] = {.lex_state = 61}, + [67] = {.lex_state = 61}, + [68] = {.lex_state = 61}, + [69] = {.lex_state = 61}, + [70] = {.lex_state = 61}, + [71] = {.lex_state = 61}, + [72] = {.lex_state = 61}, + [73] = {.lex_state = 61}, + [74] = {.lex_state = 61}, + [75] = {.lex_state = 61}, + [76] = {.lex_state = 61}, + [77] = {.lex_state = 61}, + [78] = {.lex_state = 61}, + [79] = {.lex_state = 61}, + [80] = {.lex_state = 61}, + [81] = {.lex_state = 61}, + [82] = {.lex_state = 61}, + [83] = {.lex_state = 61}, + [84] = {.lex_state = 61}, + [85] = {.lex_state = 61}, + [86] = {.lex_state = 5}, + [87] = {.lex_state = 5, .external_lex_state = 2}, + [88] = {.lex_state = 5}, + [89] = {.lex_state = 5}, [90] = {.lex_state = 7}, [91] = {.lex_state = 7}, [92] = {.lex_state = 7}, @@ -10325,7 +10366,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [97] = {.lex_state = 7}, [98] = {.lex_state = 7}, [99] = {.lex_state = 7}, - [100] = {.lex_state = 6}, + [100] = {.lex_state = 7}, [101] = {.lex_state = 6}, [102] = {.lex_state = 6}, [103] = {.lex_state = 6}, @@ -10357,395 +10398,395 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [129] = {.lex_state = 6}, [130] = {.lex_state = 6}, [131] = {.lex_state = 6}, - [132] = {.lex_state = 6}, + [132] = {.lex_state = 61}, [133] = {.lex_state = 6}, [134] = {.lex_state = 6}, [135] = {.lex_state = 6}, [136] = {.lex_state = 6}, [137] = {.lex_state = 6}, - [138] = {.lex_state = 62}, - [139] = {.lex_state = 6}, - [140] = {.lex_state = 6}, + [138] = {.lex_state = 61}, + [139] = {.lex_state = 61}, + [140] = {.lex_state = 61}, [141] = {.lex_state = 6}, - [142] = {.lex_state = 62}, - [143] = {.lex_state = 6}, - [144] = {.lex_state = 62}, - [145] = {.lex_state = 62}, - [146] = {.lex_state = 62}, - [147] = {.lex_state = 62}, - [148] = {.lex_state = 62}, - [149] = {.lex_state = 62}, - [150] = {.lex_state = 62}, + [142] = {.lex_state = 61}, + [143] = {.lex_state = 61}, + [144] = {.lex_state = 6}, + [145] = {.lex_state = 61}, + [146] = {.lex_state = 61}, + [147] = {.lex_state = 61}, + [148] = {.lex_state = 61}, + [149] = {.lex_state = 61}, + [150] = {.lex_state = 61}, [151] = {.lex_state = 6}, - [152] = {.lex_state = 6}, - [153] = {.lex_state = 62}, - [154] = {.lex_state = 62}, - [155] = {.lex_state = 6}, - [156] = {.lex_state = 62}, - [157] = {.lex_state = 62}, - [158] = {.lex_state = 62}, - [159] = {.lex_state = 62}, - [160] = {.lex_state = 62}, - [161] = {.lex_state = 62}, - [162] = {.lex_state = 62}, - [163] = {.lex_state = 62}, - [164] = {.lex_state = 62}, - [165] = {.lex_state = 62}, - [166] = {.lex_state = 62}, - [167] = {.lex_state = 62}, - [168] = {.lex_state = 62}, - [169] = {.lex_state = 62}, - [170] = {.lex_state = 62}, - [171] = {.lex_state = 62}, - [172] = {.lex_state = 62}, - [173] = {.lex_state = 62}, - [174] = {.lex_state = 62}, - [175] = {.lex_state = 62}, - [176] = {.lex_state = 62}, - [177] = {.lex_state = 62}, - [178] = {.lex_state = 62}, - [179] = {.lex_state = 62}, - [180] = {.lex_state = 62}, - [181] = {.lex_state = 62}, - [182] = {.lex_state = 62}, - [183] = {.lex_state = 62}, - [184] = {.lex_state = 62}, - [185] = {.lex_state = 62, .external_lex_state = 2}, - [186] = {.lex_state = 62}, - [187] = {.lex_state = 62, .external_lex_state = 2}, + [152] = {.lex_state = 61}, + [153] = {.lex_state = 61}, + [154] = {.lex_state = 61}, + [155] = {.lex_state = 61}, + [156] = {.lex_state = 61, .external_lex_state = 2}, + [157] = {.lex_state = 61}, + [158] = {.lex_state = 61}, + [159] = {.lex_state = 61}, + [160] = {.lex_state = 61}, + [161] = {.lex_state = 61}, + [162] = {.lex_state = 61, .external_lex_state = 2}, + [163] = {.lex_state = 61}, + [164] = {.lex_state = 61}, + [165] = {.lex_state = 61}, + [166] = {.lex_state = 61, .external_lex_state = 2}, + [167] = {.lex_state = 61}, + [168] = {.lex_state = 61}, + [169] = {.lex_state = 61}, + [170] = {.lex_state = 61}, + [171] = {.lex_state = 61}, + [172] = {.lex_state = 61}, + [173] = {.lex_state = 61, .external_lex_state = 2}, + [174] = {.lex_state = 61, .external_lex_state = 2}, + [175] = {.lex_state = 61}, + [176] = {.lex_state = 61}, + [177] = {.lex_state = 61}, + [178] = {.lex_state = 61}, + [179] = {.lex_state = 61}, + [180] = {.lex_state = 61}, + [181] = {.lex_state = 61}, + [182] = {.lex_state = 61, .external_lex_state = 2}, + [183] = {.lex_state = 61}, + [184] = {.lex_state = 61}, + [185] = {.lex_state = 61}, + [186] = {.lex_state = 61}, + [187] = {.lex_state = 61}, [188] = {.lex_state = 6}, - [189] = {.lex_state = 62, .external_lex_state = 2}, - [190] = {.lex_state = 62}, - [191] = {.lex_state = 62}, - [192] = {.lex_state = 62}, - [193] = {.lex_state = 62}, - [194] = {.lex_state = 62, .external_lex_state = 2}, - [195] = {.lex_state = 6}, - [196] = {.lex_state = 62}, - [197] = {.lex_state = 62}, - [198] = {.lex_state = 62, .external_lex_state = 2}, - [199] = {.lex_state = 62}, - [200] = {.lex_state = 62}, - [201] = {.lex_state = 62}, - [202] = {.lex_state = 62, .external_lex_state = 2}, - [203] = {.lex_state = 62}, - [204] = {.lex_state = 62}, - [205] = {.lex_state = 62}, - [206] = {.lex_state = 62}, - [207] = {.lex_state = 62}, - [208] = {.lex_state = 62}, - [209] = {.lex_state = 62}, - [210] = {.lex_state = 62}, - [211] = {.lex_state = 62}, - [212] = {.lex_state = 62}, - [213] = {.lex_state = 62}, - [214] = {.lex_state = 62}, - [215] = {.lex_state = 62}, - [216] = {.lex_state = 62}, - [217] = {.lex_state = 62}, - [218] = {.lex_state = 62}, - [219] = {.lex_state = 62}, - [220] = {.lex_state = 62}, - [221] = {.lex_state = 62}, - [222] = {.lex_state = 62}, - [223] = {.lex_state = 62}, - [224] = {.lex_state = 62}, - [225] = {.lex_state = 62}, - [226] = {.lex_state = 62}, - [227] = {.lex_state = 62}, - [228] = {.lex_state = 62}, - [229] = {.lex_state = 62}, - [230] = {.lex_state = 62}, - [231] = {.lex_state = 62}, - [232] = {.lex_state = 62}, - [233] = {.lex_state = 62}, - [234] = {.lex_state = 62}, - [235] = {.lex_state = 62}, - [236] = {.lex_state = 62}, - [237] = {.lex_state = 62}, - [238] = {.lex_state = 62}, - [239] = {.lex_state = 62}, - [240] = {.lex_state = 62}, - [241] = {.lex_state = 62}, - [242] = {.lex_state = 62}, - [243] = {.lex_state = 62}, - [244] = {.lex_state = 62}, - [245] = {.lex_state = 62}, - [246] = {.lex_state = 62}, - [247] = {.lex_state = 62}, - [248] = {.lex_state = 62}, - [249] = {.lex_state = 62}, - [250] = {.lex_state = 62}, - [251] = {.lex_state = 62}, - [252] = {.lex_state = 62}, - [253] = {.lex_state = 62}, - [254] = {.lex_state = 62}, - [255] = {.lex_state = 62}, - [256] = {.lex_state = 62}, - [257] = {.lex_state = 62}, - [258] = {.lex_state = 62}, - [259] = {.lex_state = 62}, - [260] = {.lex_state = 62}, - [261] = {.lex_state = 62}, - [262] = {.lex_state = 62}, - [263] = {.lex_state = 62}, - [264] = {.lex_state = 62}, - [265] = {.lex_state = 62}, - [266] = {.lex_state = 62}, - [267] = {.lex_state = 62}, - [268] = {.lex_state = 62}, - [269] = {.lex_state = 62}, - [270] = {.lex_state = 62}, - [271] = {.lex_state = 62}, - [272] = {.lex_state = 62}, - [273] = {.lex_state = 62}, - [274] = {.lex_state = 62}, - [275] = {.lex_state = 62}, - [276] = {.lex_state = 62}, - [277] = {.lex_state = 62}, - [278] = {.lex_state = 62}, - [279] = {.lex_state = 62}, - [280] = {.lex_state = 62}, - [281] = {.lex_state = 62}, - [282] = {.lex_state = 62}, - [283] = {.lex_state = 62}, - [284] = {.lex_state = 62}, - [285] = {.lex_state = 62}, - [286] = {.lex_state = 62}, - [287] = {.lex_state = 62}, - [288] = {.lex_state = 62}, - [289] = {.lex_state = 62}, - [290] = {.lex_state = 62}, - [291] = {.lex_state = 62}, - [292] = {.lex_state = 62}, - [293] = {.lex_state = 62}, - [294] = {.lex_state = 62}, - [295] = {.lex_state = 62}, - [296] = {.lex_state = 62}, - [297] = {.lex_state = 62}, - [298] = {.lex_state = 62}, - [299] = {.lex_state = 62}, - [300] = {.lex_state = 62}, - [301] = {.lex_state = 62}, - [302] = {.lex_state = 62}, - [303] = {.lex_state = 62}, - [304] = {.lex_state = 62}, - [305] = {.lex_state = 62}, - [306] = {.lex_state = 62}, - [307] = {.lex_state = 62}, - [308] = {.lex_state = 62}, - [309] = {.lex_state = 62}, - [310] = {.lex_state = 62}, - [311] = {.lex_state = 62}, - [312] = {.lex_state = 62}, - [313] = {.lex_state = 62}, - [314] = {.lex_state = 62}, - [315] = {.lex_state = 62}, - [316] = {.lex_state = 62}, - [317] = {.lex_state = 62}, - [318] = {.lex_state = 62}, - [319] = {.lex_state = 62}, - [320] = {.lex_state = 62}, - [321] = {.lex_state = 62}, - [322] = {.lex_state = 62}, - [323] = {.lex_state = 62}, - [324] = {.lex_state = 62}, - [325] = {.lex_state = 62}, - [326] = {.lex_state = 62}, - [327] = {.lex_state = 62}, - [328] = {.lex_state = 62}, - [329] = {.lex_state = 62}, - [330] = {.lex_state = 62}, - [331] = {.lex_state = 62}, - [332] = {.lex_state = 62}, - [333] = {.lex_state = 62}, - [334] = {.lex_state = 62}, - [335] = {.lex_state = 62}, - [336] = {.lex_state = 62}, - [337] = {.lex_state = 62}, - [338] = {.lex_state = 62}, - [339] = {.lex_state = 62}, - [340] = {.lex_state = 62}, - [341] = {.lex_state = 62}, - [342] = {.lex_state = 62}, - [343] = {.lex_state = 62}, - [344] = {.lex_state = 62}, - [345] = {.lex_state = 62}, - [346] = {.lex_state = 62}, - [347] = {.lex_state = 62}, - [348] = {.lex_state = 62}, - [349] = {.lex_state = 62}, - [350] = {.lex_state = 62}, - [351] = {.lex_state = 62}, - [352] = {.lex_state = 62}, - [353] = {.lex_state = 62}, - [354] = {.lex_state = 62}, - [355] = {.lex_state = 62}, - [356] = {.lex_state = 62}, - [357] = {.lex_state = 62}, - [358] = {.lex_state = 62}, - [359] = {.lex_state = 62}, - [360] = {.lex_state = 62}, - [361] = {.lex_state = 62}, - [362] = {.lex_state = 62}, - [363] = {.lex_state = 62}, - [364] = {.lex_state = 62}, - [365] = {.lex_state = 62}, - [366] = {.lex_state = 62}, - [367] = {.lex_state = 62}, - [368] = {.lex_state = 62}, - [369] = {.lex_state = 62}, - [370] = {.lex_state = 62}, - [371] = {.lex_state = 62}, - [372] = {.lex_state = 62}, - [373] = {.lex_state = 62}, - [374] = {.lex_state = 62}, - [375] = {.lex_state = 62}, - [376] = {.lex_state = 62}, - [377] = {.lex_state = 62}, - [378] = {.lex_state = 62}, - [379] = {.lex_state = 62}, - [380] = {.lex_state = 62}, - [381] = {.lex_state = 62}, - [382] = {.lex_state = 62}, - [383] = {.lex_state = 62}, - [384] = {.lex_state = 62}, - [385] = {.lex_state = 62}, - [386] = {.lex_state = 62}, - [387] = {.lex_state = 62}, - [388] = {.lex_state = 62}, - [389] = {.lex_state = 62}, - [390] = {.lex_state = 62}, - [391] = {.lex_state = 62}, - [392] = {.lex_state = 62}, - [393] = {.lex_state = 62}, - [394] = {.lex_state = 62}, - [395] = {.lex_state = 62}, - [396] = {.lex_state = 62}, - [397] = {.lex_state = 62}, - [398] = {.lex_state = 62}, - [399] = {.lex_state = 62}, - [400] = {.lex_state = 62}, - [401] = {.lex_state = 62}, - [402] = {.lex_state = 62}, - [403] = {.lex_state = 62}, - [404] = {.lex_state = 62}, - [405] = {.lex_state = 62}, - [406] = {.lex_state = 62}, - [407] = {.lex_state = 62}, - [408] = {.lex_state = 62}, - [409] = {.lex_state = 62}, - [410] = {.lex_state = 62}, - [411] = {.lex_state = 62}, - [412] = {.lex_state = 62}, - [413] = {.lex_state = 62}, - [414] = {.lex_state = 62}, - [415] = {.lex_state = 62}, - [416] = {.lex_state = 62}, - [417] = {.lex_state = 62}, - [418] = {.lex_state = 62}, - [419] = {.lex_state = 62}, - [420] = {.lex_state = 62}, - [421] = {.lex_state = 62}, - [422] = {.lex_state = 62}, - [423] = {.lex_state = 62}, - [424] = {.lex_state = 62}, - [425] = {.lex_state = 62}, - [426] = {.lex_state = 62}, - [427] = {.lex_state = 62}, - [428] = {.lex_state = 62}, - [429] = {.lex_state = 62}, - [430] = {.lex_state = 62}, - [431] = {.lex_state = 62}, - [432] = {.lex_state = 62}, - [433] = {.lex_state = 62}, - [434] = {.lex_state = 62}, - [435] = {.lex_state = 62}, - [436] = {.lex_state = 62}, - [437] = {.lex_state = 62, .external_lex_state = 2}, - [438] = {.lex_state = 62}, - [439] = {.lex_state = 62, .external_lex_state = 2}, - [440] = {.lex_state = 62, .external_lex_state = 2}, - [441] = {.lex_state = 62}, - [442] = {.lex_state = 62}, - [443] = {.lex_state = 62, .external_lex_state = 2}, - [444] = {.lex_state = 62, .external_lex_state = 2}, - [445] = {.lex_state = 62, .external_lex_state = 2}, - [446] = {.lex_state = 62, .external_lex_state = 2}, - [447] = {.lex_state = 62, .external_lex_state = 2}, - [448] = {.lex_state = 62, .external_lex_state = 2}, - [449] = {.lex_state = 62}, - [450] = {.lex_state = 62, .external_lex_state = 2}, - [451] = {.lex_state = 62}, - [452] = {.lex_state = 62, .external_lex_state = 2}, - [453] = {.lex_state = 62, .external_lex_state = 2}, - [454] = {.lex_state = 62, .external_lex_state = 2}, - [455] = {.lex_state = 62, .external_lex_state = 2}, - [456] = {.lex_state = 62}, - [457] = {.lex_state = 62}, - [458] = {.lex_state = 62}, - [459] = {.lex_state = 62}, - [460] = {.lex_state = 62}, - [461] = {.lex_state = 62}, - [462] = {.lex_state = 62}, - [463] = {.lex_state = 62}, - [464] = {.lex_state = 62}, - [465] = {.lex_state = 62}, - [466] = {.lex_state = 62}, - [467] = {.lex_state = 62}, - [468] = {.lex_state = 62}, - [469] = {.lex_state = 62}, - [470] = {.lex_state = 62}, - [471] = {.lex_state = 62}, - [472] = {.lex_state = 62}, - [473] = {.lex_state = 62}, - [474] = {.lex_state = 62}, - [475] = {.lex_state = 62}, - [476] = {.lex_state = 62}, - [477] = {.lex_state = 62}, - [478] = {.lex_state = 62}, - [479] = {.lex_state = 62}, - [480] = {.lex_state = 62}, - [481] = {.lex_state = 62}, - [482] = {.lex_state = 62}, - [483] = {.lex_state = 62}, - [484] = {.lex_state = 62}, - [485] = {.lex_state = 62}, - [486] = {.lex_state = 62}, - [487] = {.lex_state = 62}, - [488] = {.lex_state = 62}, - [489] = {.lex_state = 62}, - [490] = {.lex_state = 62}, - [491] = {.lex_state = 62}, - [492] = {.lex_state = 62}, - [493] = {.lex_state = 62}, - [494] = {.lex_state = 62}, - [495] = {.lex_state = 62}, - [496] = {.lex_state = 62}, - [497] = {.lex_state = 62}, - [498] = {.lex_state = 62}, - [499] = {.lex_state = 62}, - [500] = {.lex_state = 62}, - [501] = {.lex_state = 62}, - [502] = {.lex_state = 62}, - [503] = {.lex_state = 62}, - [504] = {.lex_state = 62}, - [505] = {.lex_state = 62}, - [506] = {.lex_state = 62}, - [507] = {.lex_state = 62}, - [508] = {.lex_state = 62}, - [509] = {.lex_state = 62}, - [510] = {.lex_state = 62}, - [511] = {.lex_state = 62}, - [512] = {.lex_state = 62}, - [513] = {.lex_state = 62}, - [514] = {.lex_state = 62}, - [515] = {.lex_state = 62}, - [516] = {.lex_state = 62}, - [517] = {.lex_state = 62}, - [518] = {.lex_state = 62}, - [519] = {.lex_state = 62}, - [520] = {.lex_state = 62}, + [189] = {.lex_state = 61}, + [190] = {.lex_state = 61}, + [191] = {.lex_state = 61}, + [192] = {.lex_state = 61}, + [193] = {.lex_state = 61}, + [194] = {.lex_state = 61}, + [195] = {.lex_state = 61}, + [196] = {.lex_state = 6}, + [197] = {.lex_state = 61}, + [198] = {.lex_state = 61}, + [199] = {.lex_state = 61}, + [200] = {.lex_state = 61}, + [201] = {.lex_state = 61}, + [202] = {.lex_state = 61}, + [203] = {.lex_state = 61}, + [204] = {.lex_state = 61}, + [205] = {.lex_state = 61}, + [206] = {.lex_state = 61}, + [207] = {.lex_state = 61}, + [208] = {.lex_state = 61}, + [209] = {.lex_state = 61}, + [210] = {.lex_state = 61}, + [211] = {.lex_state = 61}, + [212] = {.lex_state = 61}, + [213] = {.lex_state = 61}, + [214] = {.lex_state = 61}, + [215] = {.lex_state = 61}, + [216] = {.lex_state = 61}, + [217] = {.lex_state = 61}, + [218] = {.lex_state = 61}, + [219] = {.lex_state = 61}, + [220] = {.lex_state = 61}, + [221] = {.lex_state = 61}, + [222] = {.lex_state = 61}, + [223] = {.lex_state = 61}, + [224] = {.lex_state = 61}, + [225] = {.lex_state = 61}, + [226] = {.lex_state = 61}, + [227] = {.lex_state = 61}, + [228] = {.lex_state = 61}, + [229] = {.lex_state = 61}, + [230] = {.lex_state = 61}, + [231] = {.lex_state = 61}, + [232] = {.lex_state = 61}, + [233] = {.lex_state = 61}, + [234] = {.lex_state = 61}, + [235] = {.lex_state = 61}, + [236] = {.lex_state = 61}, + [237] = {.lex_state = 61}, + [238] = {.lex_state = 61}, + [239] = {.lex_state = 61}, + [240] = {.lex_state = 61}, + [241] = {.lex_state = 61}, + [242] = {.lex_state = 61}, + [243] = {.lex_state = 61}, + [244] = {.lex_state = 61}, + [245] = {.lex_state = 61}, + [246] = {.lex_state = 61}, + [247] = {.lex_state = 61}, + [248] = {.lex_state = 61}, + [249] = {.lex_state = 61}, + [250] = {.lex_state = 61}, + [251] = {.lex_state = 61}, + [252] = {.lex_state = 61}, + [253] = {.lex_state = 61}, + [254] = {.lex_state = 61}, + [255] = {.lex_state = 61}, + [256] = {.lex_state = 61}, + [257] = {.lex_state = 61}, + [258] = {.lex_state = 61}, + [259] = {.lex_state = 61}, + [260] = {.lex_state = 61}, + [261] = {.lex_state = 61}, + [262] = {.lex_state = 61}, + [263] = {.lex_state = 61}, + [264] = {.lex_state = 61}, + [265] = {.lex_state = 61}, + [266] = {.lex_state = 61}, + [267] = {.lex_state = 61}, + [268] = {.lex_state = 61}, + [269] = {.lex_state = 61}, + [270] = {.lex_state = 61}, + [271] = {.lex_state = 61}, + [272] = {.lex_state = 61}, + [273] = {.lex_state = 61}, + [274] = {.lex_state = 61}, + [275] = {.lex_state = 61}, + [276] = {.lex_state = 61}, + [277] = {.lex_state = 61}, + [278] = {.lex_state = 61}, + [279] = {.lex_state = 61}, + [280] = {.lex_state = 61}, + [281] = {.lex_state = 61}, + [282] = {.lex_state = 61}, + [283] = {.lex_state = 61}, + [284] = {.lex_state = 61}, + [285] = {.lex_state = 61}, + [286] = {.lex_state = 61}, + [287] = {.lex_state = 61}, + [288] = {.lex_state = 61}, + [289] = {.lex_state = 61}, + [290] = {.lex_state = 61}, + [291] = {.lex_state = 61}, + [292] = {.lex_state = 61}, + [293] = {.lex_state = 61}, + [294] = {.lex_state = 61}, + [295] = {.lex_state = 61}, + [296] = {.lex_state = 61}, + [297] = {.lex_state = 61}, + [298] = {.lex_state = 61}, + [299] = {.lex_state = 61}, + [300] = {.lex_state = 61}, + [301] = {.lex_state = 61}, + [302] = {.lex_state = 61}, + [303] = {.lex_state = 61}, + [304] = {.lex_state = 61}, + [305] = {.lex_state = 61}, + [306] = {.lex_state = 61}, + [307] = {.lex_state = 61}, + [308] = {.lex_state = 61}, + [309] = {.lex_state = 61}, + [310] = {.lex_state = 61}, + [311] = {.lex_state = 61}, + [312] = {.lex_state = 61}, + [313] = {.lex_state = 61}, + [314] = {.lex_state = 61}, + [315] = {.lex_state = 61}, + [316] = {.lex_state = 61}, + [317] = {.lex_state = 61}, + [318] = {.lex_state = 61}, + [319] = {.lex_state = 61}, + [320] = {.lex_state = 61}, + [321] = {.lex_state = 61}, + [322] = {.lex_state = 61}, + [323] = {.lex_state = 61}, + [324] = {.lex_state = 61}, + [325] = {.lex_state = 61}, + [326] = {.lex_state = 61}, + [327] = {.lex_state = 61}, + [328] = {.lex_state = 61}, + [329] = {.lex_state = 61}, + [330] = {.lex_state = 61}, + [331] = {.lex_state = 61}, + [332] = {.lex_state = 61}, + [333] = {.lex_state = 61}, + [334] = {.lex_state = 61}, + [335] = {.lex_state = 61}, + [336] = {.lex_state = 61}, + [337] = {.lex_state = 61}, + [338] = {.lex_state = 61}, + [339] = {.lex_state = 61}, + [340] = {.lex_state = 61}, + [341] = {.lex_state = 61}, + [342] = {.lex_state = 61}, + [343] = {.lex_state = 61}, + [344] = {.lex_state = 61}, + [345] = {.lex_state = 61}, + [346] = {.lex_state = 61}, + [347] = {.lex_state = 61}, + [348] = {.lex_state = 61}, + [349] = {.lex_state = 61}, + [350] = {.lex_state = 61}, + [351] = {.lex_state = 61}, + [352] = {.lex_state = 61}, + [353] = {.lex_state = 61}, + [354] = {.lex_state = 61}, + [355] = {.lex_state = 61}, + [356] = {.lex_state = 61}, + [357] = {.lex_state = 61}, + [358] = {.lex_state = 61}, + [359] = {.lex_state = 61}, + [360] = {.lex_state = 61}, + [361] = {.lex_state = 61}, + [362] = {.lex_state = 61}, + [363] = {.lex_state = 61}, + [364] = {.lex_state = 61}, + [365] = {.lex_state = 61}, + [366] = {.lex_state = 61}, + [367] = {.lex_state = 61}, + [368] = {.lex_state = 61}, + [369] = {.lex_state = 61}, + [370] = {.lex_state = 61}, + [371] = {.lex_state = 61}, + [372] = {.lex_state = 61}, + [373] = {.lex_state = 61}, + [374] = {.lex_state = 61}, + [375] = {.lex_state = 61}, + [376] = {.lex_state = 61}, + [377] = {.lex_state = 61}, + [378] = {.lex_state = 61}, + [379] = {.lex_state = 61}, + [380] = {.lex_state = 61}, + [381] = {.lex_state = 61}, + [382] = {.lex_state = 61}, + [383] = {.lex_state = 61}, + [384] = {.lex_state = 61}, + [385] = {.lex_state = 61}, + [386] = {.lex_state = 61}, + [387] = {.lex_state = 61}, + [388] = {.lex_state = 61}, + [389] = {.lex_state = 61}, + [390] = {.lex_state = 61}, + [391] = {.lex_state = 61}, + [392] = {.lex_state = 61}, + [393] = {.lex_state = 61}, + [394] = {.lex_state = 61}, + [395] = {.lex_state = 61}, + [396] = {.lex_state = 61}, + [397] = {.lex_state = 61}, + [398] = {.lex_state = 61}, + [399] = {.lex_state = 61}, + [400] = {.lex_state = 61}, + [401] = {.lex_state = 61}, + [402] = {.lex_state = 61}, + [403] = {.lex_state = 61}, + [404] = {.lex_state = 61}, + [405] = {.lex_state = 61}, + [406] = {.lex_state = 61}, + [407] = {.lex_state = 61}, + [408] = {.lex_state = 61}, + [409] = {.lex_state = 61}, + [410] = {.lex_state = 61}, + [411] = {.lex_state = 61}, + [412] = {.lex_state = 61}, + [413] = {.lex_state = 61}, + [414] = {.lex_state = 61}, + [415] = {.lex_state = 61}, + [416] = {.lex_state = 61}, + [417] = {.lex_state = 61}, + [418] = {.lex_state = 61}, + [419] = {.lex_state = 61}, + [420] = {.lex_state = 61}, + [421] = {.lex_state = 61}, + [422] = {.lex_state = 61}, + [423] = {.lex_state = 61}, + [424] = {.lex_state = 61}, + [425] = {.lex_state = 61}, + [426] = {.lex_state = 61}, + [427] = {.lex_state = 61}, + [428] = {.lex_state = 61}, + [429] = {.lex_state = 61}, + [430] = {.lex_state = 61}, + [431] = {.lex_state = 61}, + [432] = {.lex_state = 61}, + [433] = {.lex_state = 61}, + [434] = {.lex_state = 61}, + [435] = {.lex_state = 61}, + [436] = {.lex_state = 61}, + [437] = {.lex_state = 61}, + [438] = {.lex_state = 61}, + [439] = {.lex_state = 61}, + [440] = {.lex_state = 61}, + [441] = {.lex_state = 61}, + [442] = {.lex_state = 61}, + [443] = {.lex_state = 61}, + [444] = {.lex_state = 61}, + [445] = {.lex_state = 61}, + [446] = {.lex_state = 61}, + [447] = {.lex_state = 61}, + [448] = {.lex_state = 61}, + [449] = {.lex_state = 61}, + [450] = {.lex_state = 61}, + [451] = {.lex_state = 61}, + [452] = {.lex_state = 61}, + [453] = {.lex_state = 61}, + [454] = {.lex_state = 61}, + [455] = {.lex_state = 61}, + [456] = {.lex_state = 61}, + [457] = {.lex_state = 61}, + [458] = {.lex_state = 61}, + [459] = {.lex_state = 61}, + [460] = {.lex_state = 61}, + [461] = {.lex_state = 61}, + [462] = {.lex_state = 61}, + [463] = {.lex_state = 61}, + [464] = {.lex_state = 61}, + [465] = {.lex_state = 61}, + [466] = {.lex_state = 61}, + [467] = {.lex_state = 61}, + [468] = {.lex_state = 61}, + [469] = {.lex_state = 61}, + [470] = {.lex_state = 61}, + [471] = {.lex_state = 61}, + [472] = {.lex_state = 61}, + [473] = {.lex_state = 61}, + [474] = {.lex_state = 61}, + [475] = {.lex_state = 61}, + [476] = {.lex_state = 61}, + [477] = {.lex_state = 61}, + [478] = {.lex_state = 61}, + [479] = {.lex_state = 61}, + [480] = {.lex_state = 61}, + [481] = {.lex_state = 61}, + [482] = {.lex_state = 61}, + [483] = {.lex_state = 61}, + [484] = {.lex_state = 61}, + [485] = {.lex_state = 61}, + [486] = {.lex_state = 61}, + [487] = {.lex_state = 61}, + [488] = {.lex_state = 61}, + [489] = {.lex_state = 61}, + [490] = {.lex_state = 61}, + [491] = {.lex_state = 61}, + [492] = {.lex_state = 61}, + [493] = {.lex_state = 61}, + [494] = {.lex_state = 61}, + [495] = {.lex_state = 61}, + [496] = {.lex_state = 61}, + [497] = {.lex_state = 61}, + [498] = {.lex_state = 61}, + [499] = {.lex_state = 61}, + [500] = {.lex_state = 61}, + [501] = {.lex_state = 61}, + [502] = {.lex_state = 61}, + [503] = {.lex_state = 61}, + [504] = {.lex_state = 61}, + [505] = {.lex_state = 61}, + [506] = {.lex_state = 61}, + [507] = {.lex_state = 61}, + [508] = {.lex_state = 61}, + [509] = {.lex_state = 61}, + [510] = {.lex_state = 61}, + [511] = {.lex_state = 61}, + [512] = {.lex_state = 61}, + [513] = {.lex_state = 61}, + [514] = {.lex_state = 61}, + [515] = {.lex_state = 61}, + [516] = {.lex_state = 61}, + [517] = {.lex_state = 61}, + [518] = {.lex_state = 61}, + [519] = {.lex_state = 61}, + [520] = {.lex_state = 61}, [521] = {.lex_state = 62}, [522] = {.lex_state = 62}, [523] = {.lex_state = 62}, @@ -10782,113 +10823,113 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [554] = {.lex_state = 62}, [555] = {.lex_state = 62}, [556] = {.lex_state = 62}, - [557] = {.lex_state = 62}, - [558] = {.lex_state = 62}, - [559] = {.lex_state = 62}, - [560] = {.lex_state = 62}, - [561] = {.lex_state = 62}, - [562] = {.lex_state = 62}, - [563] = {.lex_state = 62}, + [557] = {.lex_state = 63}, + [558] = {.lex_state = 63}, + [559] = {.lex_state = 62, .external_lex_state = 2}, + [560] = {.lex_state = 63}, + [561] = {.lex_state = 62, .external_lex_state = 2}, + [562] = {.lex_state = 63}, + [563] = {.lex_state = 63}, [564] = {.lex_state = 62}, - [565] = {.lex_state = 62}, - [566] = {.lex_state = 62}, - [567] = {.lex_state = 62}, - [568] = {.lex_state = 63}, - [569] = {.lex_state = 63}, - [570] = {.lex_state = 63}, - [571] = {.lex_state = 63}, - [572] = {.lex_state = 63}, - [573] = {.lex_state = 63}, - [574] = {.lex_state = 63}, + [565] = {.lex_state = 62, .external_lex_state = 2}, + [566] = {.lex_state = 62, .external_lex_state = 2}, + [567] = {.lex_state = 62, .external_lex_state = 2}, + [568] = {.lex_state = 62, .external_lex_state = 2}, + [569] = {.lex_state = 62, .external_lex_state = 2}, + [570] = {.lex_state = 62, .external_lex_state = 2}, + [571] = {.lex_state = 62, .external_lex_state = 2}, + [572] = {.lex_state = 62, .external_lex_state = 2}, + [573] = {.lex_state = 62}, + [574] = {.lex_state = 62, .external_lex_state = 2}, [575] = {.lex_state = 63}, - [576] = {.lex_state = 63}, - [577] = {.lex_state = 63}, - [578] = {.lex_state = 63}, - [579] = {.lex_state = 63}, - [580] = {.lex_state = 63}, - [581] = {.lex_state = 63}, - [582] = {.lex_state = 63}, - [583] = {.lex_state = 63}, - [584] = {.lex_state = 63}, - [585] = {.lex_state = 63}, - [586] = {.lex_state = 63}, - [587] = {.lex_state = 63}, - [588] = {.lex_state = 63}, - [589] = {.lex_state = 63}, - [590] = {.lex_state = 63}, - [591] = {.lex_state = 63}, - [592] = {.lex_state = 63}, - [593] = {.lex_state = 63}, - [594] = {.lex_state = 63, .external_lex_state = 2}, - [595] = {.lex_state = 63, .external_lex_state = 2}, - [596] = {.lex_state = 63, .external_lex_state = 2}, - [597] = {.lex_state = 63, .external_lex_state = 2}, - [598] = {.lex_state = 63, .external_lex_state = 2}, - [599] = {.lex_state = 63}, - [600] = {.lex_state = 63, .external_lex_state = 2}, - [601] = {.lex_state = 63, .external_lex_state = 2}, - [602] = {.lex_state = 63}, - [603] = {.lex_state = 63}, - [604] = {.lex_state = 63, .external_lex_state = 2}, - [605] = {.lex_state = 63, .external_lex_state = 2}, - [606] = {.lex_state = 63, .external_lex_state = 2}, - [607] = {.lex_state = 63}, - [608] = {.lex_state = 63, .external_lex_state = 2}, - [609] = {.lex_state = 63, .external_lex_state = 2}, - [610] = {.lex_state = 63, .external_lex_state = 2}, + [576] = {.lex_state = 62, .external_lex_state = 2}, + [577] = {.lex_state = 62, .external_lex_state = 2}, + [578] = {.lex_state = 62, .external_lex_state = 2}, + [579] = {.lex_state = 62, .external_lex_state = 2}, + [580] = {.lex_state = 62, .external_lex_state = 2}, + [581] = {.lex_state = 62, .external_lex_state = 2}, + [582] = {.lex_state = 62, .external_lex_state = 2}, + [583] = {.lex_state = 62, .external_lex_state = 2}, + [584] = {.lex_state = 62, .external_lex_state = 2}, + [585] = {.lex_state = 62, .external_lex_state = 2}, + [586] = {.lex_state = 62, .external_lex_state = 2}, + [587] = {.lex_state = 62, .external_lex_state = 2}, + [588] = {.lex_state = 62, .external_lex_state = 2}, + [589] = {.lex_state = 62, .external_lex_state = 2}, + [590] = {.lex_state = 62}, + [591] = {.lex_state = 62, .external_lex_state = 2}, + [592] = {.lex_state = 62, .external_lex_state = 2}, + [593] = {.lex_state = 62, .external_lex_state = 2}, + [594] = {.lex_state = 62}, + [595] = {.lex_state = 62, .external_lex_state = 2}, + [596] = {.lex_state = 62, .external_lex_state = 2}, + [597] = {.lex_state = 62}, + [598] = {.lex_state = 62, .external_lex_state = 2}, + [599] = {.lex_state = 62}, + [600] = {.lex_state = 62, .external_lex_state = 2}, + [601] = {.lex_state = 62}, + [602] = {.lex_state = 62, .external_lex_state = 2}, + [603] = {.lex_state = 62, .external_lex_state = 2}, + [604] = {.lex_state = 62, .external_lex_state = 2}, + [605] = {.lex_state = 62}, + [606] = {.lex_state = 62, .external_lex_state = 2}, + [607] = {.lex_state = 62, .external_lex_state = 2}, + [608] = {.lex_state = 62, .external_lex_state = 2}, + [609] = {.lex_state = 62}, + [610] = {.lex_state = 63}, [611] = {.lex_state = 63}, - [612] = {.lex_state = 63, .external_lex_state = 2}, - [613] = {.lex_state = 63, .external_lex_state = 2}, + [612] = {.lex_state = 62}, + [613] = {.lex_state = 62}, [614] = {.lex_state = 63}, - [615] = {.lex_state = 63, .external_lex_state = 2}, - [616] = {.lex_state = 63, .external_lex_state = 2}, - [617] = {.lex_state = 63, .external_lex_state = 2}, - [618] = {.lex_state = 63, .external_lex_state = 2}, - [619] = {.lex_state = 63, .external_lex_state = 2}, - [620] = {.lex_state = 63, .external_lex_state = 2}, - [621] = {.lex_state = 63, .external_lex_state = 2}, + [615] = {.lex_state = 62}, + [616] = {.lex_state = 62}, + [617] = {.lex_state = 63}, + [618] = {.lex_state = 62}, + [619] = {.lex_state = 62}, + [620] = {.lex_state = 62}, + [621] = {.lex_state = 62}, [622] = {.lex_state = 63}, - [623] = {.lex_state = 63}, - [624] = {.lex_state = 63, .external_lex_state = 2}, - [625] = {.lex_state = 63, .external_lex_state = 2}, - [626] = {.lex_state = 63, .external_lex_state = 2}, - [627] = {.lex_state = 63, .external_lex_state = 2}, + [623] = {.lex_state = 62}, + [624] = {.lex_state = 63}, + [625] = {.lex_state = 62}, + [626] = {.lex_state = 63}, + [627] = {.lex_state = 63}, [628] = {.lex_state = 63}, [629] = {.lex_state = 63}, - [630] = {.lex_state = 63}, - [631] = {.lex_state = 63}, - [632] = {.lex_state = 63}, + [630] = {.lex_state = 62}, + [631] = {.lex_state = 62}, + [632] = {.lex_state = 62}, [633] = {.lex_state = 63}, [634] = {.lex_state = 63}, [635] = {.lex_state = 63}, - [636] = {.lex_state = 10}, - [637] = {.lex_state = 12}, - [638] = {.lex_state = 12}, - [639] = {.lex_state = 8}, - [640] = {.lex_state = 8}, - [641] = {.lex_state = 8}, - [642] = {.lex_state = 10}, - [643] = {.lex_state = 8}, - [644] = {.lex_state = 8}, - [645] = {.lex_state = 10}, - [646] = {.lex_state = 8}, + [636] = {.lex_state = 62}, + [637] = {.lex_state = 63}, + [638] = {.lex_state = 63}, + [639] = {.lex_state = 62}, + [640] = {.lex_state = 63}, + [641] = {.lex_state = 63}, + [642] = {.lex_state = 62}, + [643] = {.lex_state = 62}, + [644] = {.lex_state = 10}, + [645] = {.lex_state = 12}, + [646] = {.lex_state = 12}, [647] = {.lex_state = 10}, - [648] = {.lex_state = 8}, - [649] = {.lex_state = 10}, + [648] = {.lex_state = 12}, + [649] = {.lex_state = 8}, [650] = {.lex_state = 10}, [651] = {.lex_state = 10}, - [652] = {.lex_state = 8}, - [653] = {.lex_state = 16}, - [654] = {.lex_state = 14}, + [652] = {.lex_state = 10}, + [653] = {.lex_state = 8}, + [654] = {.lex_state = 8}, [655] = {.lex_state = 8}, [656] = {.lex_state = 8}, [657] = {.lex_state = 8}, [658] = {.lex_state = 8}, - [659] = {.lex_state = 8}, + [659] = {.lex_state = 10}, [660] = {.lex_state = 8}, - [661] = {.lex_state = 16}, - [662] = {.lex_state = 14}, - [663] = {.lex_state = 10}, + [661] = {.lex_state = 8}, + [662] = {.lex_state = 8}, + [663] = {.lex_state = 8}, [664] = {.lex_state = 8}, [665] = {.lex_state = 8}, [666] = {.lex_state = 8}, @@ -10899,48 +10940,48 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [671] = {.lex_state = 8}, [672] = {.lex_state = 8}, [673] = {.lex_state = 8}, - [674] = {.lex_state = 10}, - [675] = {.lex_state = 10}, - [676] = {.lex_state = 10}, - [677] = {.lex_state = 10}, - [678] = {.lex_state = 10}, - [679] = {.lex_state = 10}, - [680] = {.lex_state = 10}, - [681] = {.lex_state = 16}, - [682] = {.lex_state = 10}, + [674] = {.lex_state = 8}, + [675] = {.lex_state = 8}, + [676] = {.lex_state = 12, .external_lex_state = 2}, + [677] = {.lex_state = 8}, + [678] = {.lex_state = 8}, + [679] = {.lex_state = 8}, + [680] = {.lex_state = 8}, + [681] = {.lex_state = 10}, + [682] = {.lex_state = 8}, [683] = {.lex_state = 10}, [684] = {.lex_state = 10}, - [685] = {.lex_state = 10}, - [686] = {.lex_state = 10}, - [687] = {.lex_state = 10}, + [685] = {.lex_state = 15}, + [686] = {.lex_state = 8}, + [687] = {.lex_state = 8}, [688] = {.lex_state = 10}, - [689] = {.lex_state = 10}, + [689] = {.lex_state = 8}, [690] = {.lex_state = 10}, - [691] = {.lex_state = 64}, - [692] = {.lex_state = 16}, - [693] = {.lex_state = 10}, - [694] = {.lex_state = 64}, - [695] = {.lex_state = 10}, - [696] = {.lex_state = 10}, - [697] = {.lex_state = 8}, - [698] = {.lex_state = 64}, + [691] = {.lex_state = 8}, + [692] = {.lex_state = 8}, + [693] = {.lex_state = 8}, + [694] = {.lex_state = 8}, + [695] = {.lex_state = 8}, + [696] = {.lex_state = 8}, + [697] = {.lex_state = 15}, + [698] = {.lex_state = 8}, [699] = {.lex_state = 10}, [700] = {.lex_state = 10}, [701] = {.lex_state = 10}, - [702] = {.lex_state = 8}, + [702] = {.lex_state = 10}, [703] = {.lex_state = 10}, [704] = {.lex_state = 10}, [705] = {.lex_state = 10}, - [706] = {.lex_state = 10}, + [706] = {.lex_state = 15}, [707] = {.lex_state = 10}, - [708] = {.lex_state = 64}, + [708] = {.lex_state = 15}, [709] = {.lex_state = 10}, - [710] = {.lex_state = 16}, + [710] = {.lex_state = 10}, [711] = {.lex_state = 10}, - [712] = {.lex_state = 64}, + [712] = {.lex_state = 10}, [713] = {.lex_state = 10}, [714] = {.lex_state = 10}, - [715] = {.lex_state = 16}, + [715] = {.lex_state = 10}, [716] = {.lex_state = 10}, [717] = {.lex_state = 10}, [718] = {.lex_state = 10}, @@ -10955,12 +10996,12 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [727] = {.lex_state = 10}, [728] = {.lex_state = 10}, [729] = {.lex_state = 10}, - [730] = {.lex_state = 10}, + [730] = {.lex_state = 12}, [731] = {.lex_state = 10}, [732] = {.lex_state = 10}, [733] = {.lex_state = 10}, [734] = {.lex_state = 10}, - [735] = {.lex_state = 16}, + [735] = {.lex_state = 10}, [736] = {.lex_state = 10}, [737] = {.lex_state = 10}, [738] = {.lex_state = 10}, @@ -10977,8 +11018,8 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [749] = {.lex_state = 10}, [750] = {.lex_state = 10}, [751] = {.lex_state = 10}, - [752] = {.lex_state = 64}, - [753] = {.lex_state = 10}, + [752] = {.lex_state = 10}, + [753] = {.lex_state = 12}, [754] = {.lex_state = 10}, [755] = {.lex_state = 10}, [756] = {.lex_state = 10}, @@ -10991,106 +11032,106 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [763] = {.lex_state = 10}, [764] = {.lex_state = 10}, [765] = {.lex_state = 10}, - [766] = {.lex_state = 8, .external_lex_state = 2}, - [767] = {.lex_state = 8, .external_lex_state = 2}, - [768] = {.lex_state = 12}, - [769] = {.lex_state = 8, .external_lex_state = 2}, + [766] = {.lex_state = 10}, + [767] = {.lex_state = 15}, + [768] = {.lex_state = 10}, + [769] = {.lex_state = 10}, [770] = {.lex_state = 10}, - [771] = {.lex_state = 8, .external_lex_state = 2}, - [772] = {.lex_state = 8, .external_lex_state = 2}, - [773] = {.lex_state = 10, .external_lex_state = 2}, + [771] = {.lex_state = 10}, + [772] = {.lex_state = 10}, + [773] = {.lex_state = 10}, [774] = {.lex_state = 10}, [775] = {.lex_state = 10}, - [776] = {.lex_state = 12}, + [776] = {.lex_state = 10}, [777] = {.lex_state = 10}, - [778] = {.lex_state = 10, .external_lex_state = 2}, - [779] = {.lex_state = 10}, - [780] = {.lex_state = 8, .external_lex_state = 2}, - [781] = {.lex_state = 10, .external_lex_state = 2}, + [778] = {.lex_state = 10}, + [779] = {.lex_state = 15}, + [780] = {.lex_state = 10}, + [781] = {.lex_state = 10}, [782] = {.lex_state = 10}, - [783] = {.lex_state = 6}, - [784] = {.lex_state = 10, .external_lex_state = 2}, - [785] = {.lex_state = 8, .external_lex_state = 2}, - [786] = {.lex_state = 8, .external_lex_state = 2}, - [787] = {.lex_state = 64}, - [788] = {.lex_state = 8, .external_lex_state = 2}, - [789] = {.lex_state = 8, .external_lex_state = 2}, - [790] = {.lex_state = 8, .external_lex_state = 2}, - [791] = {.lex_state = 8, .external_lex_state = 2}, - [792] = {.lex_state = 8, .external_lex_state = 2}, - [793] = {.lex_state = 8, .external_lex_state = 2}, - [794] = {.lex_state = 10}, + [783] = {.lex_state = 10}, + [784] = {.lex_state = 15}, + [785] = {.lex_state = 15}, + [786] = {.lex_state = 10}, + [787] = {.lex_state = 10}, + [788] = {.lex_state = 12}, + [789] = {.lex_state = 15}, + [790] = {.lex_state = 10, .external_lex_state = 2}, + [791] = {.lex_state = 10}, + [792] = {.lex_state = 10}, + [793] = {.lex_state = 12}, + [794] = {.lex_state = 8, .external_lex_state = 2}, [795] = {.lex_state = 8, .external_lex_state = 2}, - [796] = {.lex_state = 64}, - [797] = {.lex_state = 8, .external_lex_state = 2}, - [798] = {.lex_state = 6}, - [799] = {.lex_state = 8, .external_lex_state = 2}, - [800] = {.lex_state = 8, .external_lex_state = 2}, - [801] = {.lex_state = 64}, + [796] = {.lex_state = 10}, + [797] = {.lex_state = 15}, + [798] = {.lex_state = 12}, + [799] = {.lex_state = 10}, + [800] = {.lex_state = 10}, + [801] = {.lex_state = 8, .external_lex_state = 2}, [802] = {.lex_state = 8, .external_lex_state = 2}, - [803] = {.lex_state = 10, .external_lex_state = 2}, + [803] = {.lex_state = 8, .external_lex_state = 2}, [804] = {.lex_state = 10, .external_lex_state = 2}, - [805] = {.lex_state = 64}, + [805] = {.lex_state = 8, .external_lex_state = 2}, [806] = {.lex_state = 8, .external_lex_state = 2}, [807] = {.lex_state = 8, .external_lex_state = 2}, [808] = {.lex_state = 8, .external_lex_state = 2}, [809] = {.lex_state = 8, .external_lex_state = 2}, [810] = {.lex_state = 8, .external_lex_state = 2}, - [811] = {.lex_state = 10, .external_lex_state = 2}, - [812] = {.lex_state = 64}, - [813] = {.lex_state = 64}, - [814] = {.lex_state = 10, .external_lex_state = 2}, - [815] = {.lex_state = 64}, - [816] = {.lex_state = 64}, - [817] = {.lex_state = 10, .external_lex_state = 2}, - [818] = {.lex_state = 10, .external_lex_state = 2}, - [819] = {.lex_state = 64}, - [820] = {.lex_state = 10, .external_lex_state = 2}, - [821] = {.lex_state = 64}, - [822] = {.lex_state = 64}, - [823] = {.lex_state = 10, .external_lex_state = 2}, - [824] = {.lex_state = 10, .external_lex_state = 2}, - [825] = {.lex_state = 10, .external_lex_state = 2}, - [826] = {.lex_state = 64}, - [827] = {.lex_state = 10, .external_lex_state = 2}, - [828] = {.lex_state = 64}, - [829] = {.lex_state = 10, .external_lex_state = 2}, - [830] = {.lex_state = 64}, + [811] = {.lex_state = 8, .external_lex_state = 2}, + [812] = {.lex_state = 8, .external_lex_state = 2}, + [813] = {.lex_state = 8, .external_lex_state = 2}, + [814] = {.lex_state = 6}, + [815] = {.lex_state = 8, .external_lex_state = 2}, + [816] = {.lex_state = 8, .external_lex_state = 2}, + [817] = {.lex_state = 8, .external_lex_state = 2}, + [818] = {.lex_state = 8, .external_lex_state = 2}, + [819] = {.lex_state = 10}, + [820] = {.lex_state = 8, .external_lex_state = 2}, + [821] = {.lex_state = 8, .external_lex_state = 2}, + [822] = {.lex_state = 8, .external_lex_state = 2}, + [823] = {.lex_state = 8, .external_lex_state = 2}, + [824] = {.lex_state = 8, .external_lex_state = 2}, + [825] = {.lex_state = 8, .external_lex_state = 2}, + [826] = {.lex_state = 8, .external_lex_state = 2}, + [827] = {.lex_state = 8, .external_lex_state = 2}, + [828] = {.lex_state = 8, .external_lex_state = 2}, + [829] = {.lex_state = 8, .external_lex_state = 2}, + [830] = {.lex_state = 8, .external_lex_state = 2}, [831] = {.lex_state = 10, .external_lex_state = 2}, [832] = {.lex_state = 10, .external_lex_state = 2}, - [833] = {.lex_state = 10, .external_lex_state = 2}, + [833] = {.lex_state = 8, .external_lex_state = 2}, [834] = {.lex_state = 10, .external_lex_state = 2}, - [835] = {.lex_state = 10, .external_lex_state = 2}, - [836] = {.lex_state = 10, .external_lex_state = 2}, - [837] = {.lex_state = 10, .external_lex_state = 2}, - [838] = {.lex_state = 10, .external_lex_state = 2}, - [839] = {.lex_state = 10, .external_lex_state = 2}, + [835] = {.lex_state = 8, .external_lex_state = 2}, + [836] = {.lex_state = 6}, + [837] = {.lex_state = 8, .external_lex_state = 2}, + [838] = {.lex_state = 12}, + [839] = {.lex_state = 12}, [840] = {.lex_state = 12}, - [841] = {.lex_state = 10, .external_lex_state = 2}, - [842] = {.lex_state = 10, .external_lex_state = 2}, - [843] = {.lex_state = 10, .external_lex_state = 2}, - [844] = {.lex_state = 12}, - [845] = {.lex_state = 10, .external_lex_state = 2}, - [846] = {.lex_state = 10, .external_lex_state = 2}, - [847] = {.lex_state = 10, .external_lex_state = 2}, - [848] = {.lex_state = 64}, - [849] = {.lex_state = 64}, - [850] = {.lex_state = 8, .external_lex_state = 2}, + [841] = {.lex_state = 12}, + [842] = {.lex_state = 8, .external_lex_state = 2}, + [843] = {.lex_state = 8, .external_lex_state = 2}, + [844] = {.lex_state = 10, .external_lex_state = 2}, + [845] = {.lex_state = 8, .external_lex_state = 2}, + [846] = {.lex_state = 8, .external_lex_state = 2}, + [847] = {.lex_state = 8, .external_lex_state = 2}, + [848] = {.lex_state = 12}, + [849] = {.lex_state = 8, .external_lex_state = 2}, + [850] = {.lex_state = 10, .external_lex_state = 2}, [851] = {.lex_state = 10, .external_lex_state = 2}, [852] = {.lex_state = 10, .external_lex_state = 2}, [853] = {.lex_state = 10, .external_lex_state = 2}, [854] = {.lex_state = 10, .external_lex_state = 2}, - [855] = {.lex_state = 8, .external_lex_state = 2}, + [855] = {.lex_state = 10, .external_lex_state = 2}, [856] = {.lex_state = 10, .external_lex_state = 2}, - [857] = {.lex_state = 64}, - [858] = {.lex_state = 64}, + [857] = {.lex_state = 10, .external_lex_state = 2}, + [858] = {.lex_state = 10, .external_lex_state = 2}, [859] = {.lex_state = 10, .external_lex_state = 2}, [860] = {.lex_state = 10, .external_lex_state = 2}, [861] = {.lex_state = 10, .external_lex_state = 2}, [862] = {.lex_state = 10, .external_lex_state = 2}, - [863] = {.lex_state = 64}, + [863] = {.lex_state = 10, .external_lex_state = 2}, [864] = {.lex_state = 10, .external_lex_state = 2}, - [865] = {.lex_state = 10, .external_lex_state = 2}, + [865] = {.lex_state = 10}, [866] = {.lex_state = 10, .external_lex_state = 2}, [867] = {.lex_state = 10, .external_lex_state = 2}, [868] = {.lex_state = 10, .external_lex_state = 2}, @@ -11104,7 +11145,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [876] = {.lex_state = 10, .external_lex_state = 2}, [877] = {.lex_state = 10, .external_lex_state = 2}, [878] = {.lex_state = 10, .external_lex_state = 2}, - [879] = {.lex_state = 10}, + [879] = {.lex_state = 10, .external_lex_state = 2}, [880] = {.lex_state = 10, .external_lex_state = 2}, [881] = {.lex_state = 10, .external_lex_state = 2}, [882] = {.lex_state = 10, .external_lex_state = 2}, @@ -11114,10 +11155,10 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [886] = {.lex_state = 10, .external_lex_state = 2}, [887] = {.lex_state = 10, .external_lex_state = 2}, [888] = {.lex_state = 10, .external_lex_state = 2}, - [889] = {.lex_state = 10, .external_lex_state = 2}, + [889] = {.lex_state = 12}, [890] = {.lex_state = 10, .external_lex_state = 2}, [891] = {.lex_state = 10, .external_lex_state = 2}, - [892] = {.lex_state = 10, .external_lex_state = 2}, + [892] = {.lex_state = 12}, [893] = {.lex_state = 10, .external_lex_state = 2}, [894] = {.lex_state = 10, .external_lex_state = 2}, [895] = {.lex_state = 10, .external_lex_state = 2}, @@ -11126,7 +11167,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [898] = {.lex_state = 10, .external_lex_state = 2}, [899] = {.lex_state = 10, .external_lex_state = 2}, [900] = {.lex_state = 10, .external_lex_state = 2}, - [901] = {.lex_state = 10}, + [901] = {.lex_state = 10, .external_lex_state = 2}, [902] = {.lex_state = 10, .external_lex_state = 2}, [903] = {.lex_state = 10, .external_lex_state = 2}, [904] = {.lex_state = 10, .external_lex_state = 2}, @@ -11145,32 +11186,32 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [917] = {.lex_state = 10, .external_lex_state = 2}, [918] = {.lex_state = 10, .external_lex_state = 2}, [919] = {.lex_state = 10, .external_lex_state = 2}, - [920] = {.lex_state = 12}, - [921] = {.lex_state = 12}, - [922] = {.lex_state = 12}, - [923] = {.lex_state = 12}, - [924] = {.lex_state = 12}, - [925] = {.lex_state = 12}, - [926] = {.lex_state = 12}, - [927] = {.lex_state = 12}, - [928] = {.lex_state = 12}, - [929] = {.lex_state = 12}, - [930] = {.lex_state = 12}, - [931] = {.lex_state = 12}, - [932] = {.lex_state = 12}, - [933] = {.lex_state = 12}, - [934] = {.lex_state = 12}, - [935] = {.lex_state = 12}, - [936] = {.lex_state = 12}, - [937] = {.lex_state = 12}, - [938] = {.lex_state = 12}, - [939] = {.lex_state = 12}, - [940] = {.lex_state = 12}, + [920] = {.lex_state = 10, .external_lex_state = 2}, + [921] = {.lex_state = 10, .external_lex_state = 2}, + [922] = {.lex_state = 12, .external_lex_state = 2}, + [923] = {.lex_state = 10, .external_lex_state = 2}, + [924] = {.lex_state = 10, .external_lex_state = 2}, + [925] = {.lex_state = 10, .external_lex_state = 2}, + [926] = {.lex_state = 10, .external_lex_state = 2}, + [927] = {.lex_state = 10, .external_lex_state = 2}, + [928] = {.lex_state = 10, .external_lex_state = 2}, + [929] = {.lex_state = 10, .external_lex_state = 2}, + [930] = {.lex_state = 10}, + [931] = {.lex_state = 10, .external_lex_state = 2}, + [932] = {.lex_state = 10, .external_lex_state = 2}, + [933] = {.lex_state = 10, .external_lex_state = 2}, + [934] = {.lex_state = 10, .external_lex_state = 2}, + [935] = {.lex_state = 10, .external_lex_state = 2}, + [936] = {.lex_state = 10, .external_lex_state = 2}, + [937] = {.lex_state = 10, .external_lex_state = 2}, + [938] = {.lex_state = 10, .external_lex_state = 2}, + [939] = {.lex_state = 10, .external_lex_state = 2}, + [940] = {.lex_state = 10, .external_lex_state = 2}, [941] = {.lex_state = 12}, - [942] = {.lex_state = 12}, + [942] = {.lex_state = 10, .external_lex_state = 2}, [943] = {.lex_state = 12}, - [944] = {.lex_state = 12}, - [945] = {.lex_state = 12}, + [944] = {.lex_state = 10, .external_lex_state = 2}, + [945] = {.lex_state = 10, .external_lex_state = 2}, [946] = {.lex_state = 12}, [947] = {.lex_state = 12}, [948] = {.lex_state = 12}, @@ -11178,44 +11219,44 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [950] = {.lex_state = 12}, [951] = {.lex_state = 12}, [952] = {.lex_state = 12}, - [953] = {.lex_state = 12}, + [953] = {.lex_state = 12, .external_lex_state = 2}, [954] = {.lex_state = 12}, [955] = {.lex_state = 12}, [956] = {.lex_state = 12}, - [957] = {.lex_state = 12}, + [957] = {.lex_state = 10, .external_lex_state = 2}, [958] = {.lex_state = 12}, [959] = {.lex_state = 12}, [960] = {.lex_state = 12}, [961] = {.lex_state = 12}, [962] = {.lex_state = 12}, - [963] = {.lex_state = 12}, + [963] = {.lex_state = 10, .external_lex_state = 2}, [964] = {.lex_state = 12}, [965] = {.lex_state = 12}, [966] = {.lex_state = 12}, - [967] = {.lex_state = 12}, + [967] = {.lex_state = 10, .external_lex_state = 2}, [968] = {.lex_state = 12}, - [969] = {.lex_state = 12}, + [969] = {.lex_state = 10}, [970] = {.lex_state = 12}, - [971] = {.lex_state = 12}, + [971] = {.lex_state = 10, .external_lex_state = 2}, [972] = {.lex_state = 12}, [973] = {.lex_state = 12}, [974] = {.lex_state = 12}, - [975] = {.lex_state = 12}, - [976] = {.lex_state = 12}, - [977] = {.lex_state = 12}, - [978] = {.lex_state = 12}, - [979] = {.lex_state = 12}, - [980] = {.lex_state = 12}, + [975] = {.lex_state = 12, .external_lex_state = 2}, + [976] = {.lex_state = 12, .external_lex_state = 2}, + [977] = {.lex_state = 12, .external_lex_state = 2}, + [978] = {.lex_state = 12, .external_lex_state = 2}, + [979] = {.lex_state = 12, .external_lex_state = 2}, + [980] = {.lex_state = 12, .external_lex_state = 2}, [981] = {.lex_state = 12}, - [982] = {.lex_state = 12}, + [982] = {.lex_state = 16}, [983] = {.lex_state = 12}, [984] = {.lex_state = 12}, [985] = {.lex_state = 12}, - [986] = {.lex_state = 17}, - [987] = {.lex_state = 12, .external_lex_state = 2}, - [988] = {.lex_state = 12, .external_lex_state = 2}, - [989] = {.lex_state = 16}, - [990] = {.lex_state = 16}, + [986] = {.lex_state = 12}, + [987] = {.lex_state = 12}, + [988] = {.lex_state = 12}, + [989] = {.lex_state = 12}, + [990] = {.lex_state = 15}, [991] = {.lex_state = 12}, [992] = {.lex_state = 12}, [993] = {.lex_state = 12}, @@ -11224,7 +11265,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [996] = {.lex_state = 12}, [997] = {.lex_state = 12}, [998] = {.lex_state = 12}, - [999] = {.lex_state = 12}, + [999] = {.lex_state = 15}, [1000] = {.lex_state = 12}, [1001] = {.lex_state = 12}, [1002] = {.lex_state = 12}, @@ -11235,84 +11276,84 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1007] = {.lex_state = 12}, [1008] = {.lex_state = 12}, [1009] = {.lex_state = 12}, - [1010] = {.lex_state = 12}, + [1010] = {.lex_state = 12, .external_lex_state = 2}, [1011] = {.lex_state = 12}, [1012] = {.lex_state = 12}, - [1013] = {.lex_state = 12}, + [1013] = {.lex_state = 12, .external_lex_state = 2}, [1014] = {.lex_state = 12}, [1015] = {.lex_state = 12}, [1016] = {.lex_state = 12}, [1017] = {.lex_state = 12}, [1018] = {.lex_state = 12}, - [1019] = {.lex_state = 12}, - [1020] = {.lex_state = 12}, - [1021] = {.lex_state = 12}, - [1022] = {.lex_state = 12}, - [1023] = {.lex_state = 12}, - [1024] = {.lex_state = 12}, - [1025] = {.lex_state = 12}, - [1026] = {.lex_state = 12}, - [1027] = {.lex_state = 12}, + [1019] = {.lex_state = 12, .external_lex_state = 2}, + [1020] = {.lex_state = 12, .external_lex_state = 2}, + [1021] = {.lex_state = 12, .external_lex_state = 2}, + [1022] = {.lex_state = 12, .external_lex_state = 2}, + [1023] = {.lex_state = 12, .external_lex_state = 2}, + [1024] = {.lex_state = 12, .external_lex_state = 2}, + [1025] = {.lex_state = 12, .external_lex_state = 2}, + [1026] = {.lex_state = 12, .external_lex_state = 2}, + [1027] = {.lex_state = 12, .external_lex_state = 2}, [1028] = {.lex_state = 12}, - [1029] = {.lex_state = 12}, + [1029] = {.lex_state = 12, .external_lex_state = 2}, [1030] = {.lex_state = 12}, [1031] = {.lex_state = 12}, [1032] = {.lex_state = 12}, [1033] = {.lex_state = 12}, - [1034] = {.lex_state = 12}, + [1034] = {.lex_state = 12, .external_lex_state = 2}, [1035] = {.lex_state = 12}, - [1036] = {.lex_state = 12}, + [1036] = {.lex_state = 12, .external_lex_state = 2}, [1037] = {.lex_state = 12}, - [1038] = {.lex_state = 16}, + [1038] = {.lex_state = 12}, [1039] = {.lex_state = 12}, [1040] = {.lex_state = 12}, - [1041] = {.lex_state = 16}, + [1041] = {.lex_state = 12, .external_lex_state = 2}, [1042] = {.lex_state = 12}, [1043] = {.lex_state = 12}, - [1044] = {.lex_state = 12}, - [1045] = {.lex_state = 12}, + [1044] = {.lex_state = 12, .external_lex_state = 2}, + [1045] = {.lex_state = 12, .external_lex_state = 2}, [1046] = {.lex_state = 12}, [1047] = {.lex_state = 12}, - [1048] = {.lex_state = 12}, - [1049] = {.lex_state = 16}, + [1048] = {.lex_state = 12, .external_lex_state = 2}, + [1049] = {.lex_state = 12}, [1050] = {.lex_state = 12}, - [1051] = {.lex_state = 16}, - [1052] = {.lex_state = 12}, + [1051] = {.lex_state = 12}, + [1052] = {.lex_state = 12, .external_lex_state = 2}, [1053] = {.lex_state = 12}, [1054] = {.lex_state = 12}, [1055] = {.lex_state = 12}, - [1056] = {.lex_state = 12}, + [1056] = {.lex_state = 12, .external_lex_state = 2}, [1057] = {.lex_state = 12}, - [1058] = {.lex_state = 12}, + [1058] = {.lex_state = 12, .external_lex_state = 2}, [1059] = {.lex_state = 12}, [1060] = {.lex_state = 12}, [1061] = {.lex_state = 12}, - [1062] = {.lex_state = 12, .external_lex_state = 2}, - [1063] = {.lex_state = 12, .external_lex_state = 2}, - [1064] = {.lex_state = 12, .external_lex_state = 2}, - [1065] = {.lex_state = 12, .external_lex_state = 2}, + [1062] = {.lex_state = 12}, + [1063] = {.lex_state = 12}, + [1064] = {.lex_state = 12}, + [1065] = {.lex_state = 12}, [1066] = {.lex_state = 12, .external_lex_state = 2}, - [1067] = {.lex_state = 12, .external_lex_state = 2}, + [1067] = {.lex_state = 12}, [1068] = {.lex_state = 12, .external_lex_state = 2}, [1069] = {.lex_state = 12, .external_lex_state = 2}, [1070] = {.lex_state = 12, .external_lex_state = 2}, [1071] = {.lex_state = 12, .external_lex_state = 2}, - [1072] = {.lex_state = 12, .external_lex_state = 2}, + [1072] = {.lex_state = 12}, [1073] = {.lex_state = 12, .external_lex_state = 2}, [1074] = {.lex_state = 12, .external_lex_state = 2}, - [1075] = {.lex_state = 12, .external_lex_state = 2}, - [1076] = {.lex_state = 12, .external_lex_state = 2}, + [1075] = {.lex_state = 12}, + [1076] = {.lex_state = 12}, [1077] = {.lex_state = 12, .external_lex_state = 2}, [1078] = {.lex_state = 12, .external_lex_state = 2}, [1079] = {.lex_state = 12, .external_lex_state = 2}, - [1080] = {.lex_state = 12, .external_lex_state = 2}, + [1080] = {.lex_state = 12}, [1081] = {.lex_state = 12, .external_lex_state = 2}, [1082] = {.lex_state = 12, .external_lex_state = 2}, [1083] = {.lex_state = 12, .external_lex_state = 2}, [1084] = {.lex_state = 12, .external_lex_state = 2}, [1085] = {.lex_state = 12, .external_lex_state = 2}, [1086] = {.lex_state = 12, .external_lex_state = 2}, - [1087] = {.lex_state = 12, .external_lex_state = 2}, + [1087] = {.lex_state = 12}, [1088] = {.lex_state = 12, .external_lex_state = 2}, [1089] = {.lex_state = 12, .external_lex_state = 2}, [1090] = {.lex_state = 12, .external_lex_state = 2}, @@ -11337,86 +11378,86 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1109] = {.lex_state = 12, .external_lex_state = 2}, [1110] = {.lex_state = 12, .external_lex_state = 2}, [1111] = {.lex_state = 12, .external_lex_state = 2}, - [1112] = {.lex_state = 12, .external_lex_state = 2}, - [1113] = {.lex_state = 12, .external_lex_state = 2}, - [1114] = {.lex_state = 12, .external_lex_state = 2}, - [1115] = {.lex_state = 12, .external_lex_state = 2}, - [1116] = {.lex_state = 12, .external_lex_state = 2}, - [1117] = {.lex_state = 12, .external_lex_state = 2}, - [1118] = {.lex_state = 12, .external_lex_state = 2}, - [1119] = {.lex_state = 12, .external_lex_state = 2}, - [1120] = {.lex_state = 12, .external_lex_state = 2}, - [1121] = {.lex_state = 12, .external_lex_state = 2}, - [1122] = {.lex_state = 12, .external_lex_state = 2}, - [1123] = {.lex_state = 12, .external_lex_state = 2}, - [1124] = {.lex_state = 12, .external_lex_state = 2}, - [1125] = {.lex_state = 12, .external_lex_state = 2}, - [1126] = {.lex_state = 12, .external_lex_state = 2}, - [1127] = {.lex_state = 12, .external_lex_state = 2}, - [1128] = {.lex_state = 12, .external_lex_state = 2}, - [1129] = {.lex_state = 12, .external_lex_state = 2}, - [1130] = {.lex_state = 12, .external_lex_state = 2}, - [1131] = {.lex_state = 12, .external_lex_state = 2}, - [1132] = {.lex_state = 12, .external_lex_state = 2}, - [1133] = {.lex_state = 12, .external_lex_state = 2}, - [1134] = {.lex_state = 12, .external_lex_state = 2}, - [1135] = {.lex_state = 12, .external_lex_state = 2}, - [1136] = {.lex_state = 12, .external_lex_state = 2}, - [1137] = {.lex_state = 12, .external_lex_state = 2}, - [1138] = {.lex_state = 12, .external_lex_state = 2}, - [1139] = {.lex_state = 12, .external_lex_state = 2}, - [1140] = {.lex_state = 12, .external_lex_state = 2}, - [1141] = {.lex_state = 12, .external_lex_state = 2}, - [1142] = {.lex_state = 12, .external_lex_state = 2}, - [1143] = {.lex_state = 12, .external_lex_state = 2}, - [1144] = {.lex_state = 12, .external_lex_state = 2}, - [1145] = {.lex_state = 12, .external_lex_state = 2}, - [1146] = {.lex_state = 12, .external_lex_state = 2}, - [1147] = {.lex_state = 12, .external_lex_state = 2}, - [1148] = {.lex_state = 12, .external_lex_state = 2}, - [1149] = {.lex_state = 12, .external_lex_state = 2}, - [1150] = {.lex_state = 12, .external_lex_state = 2}, - [1151] = {.lex_state = 12, .external_lex_state = 2}, - [1152] = {.lex_state = 12, .external_lex_state = 2}, - [1153] = {.lex_state = 12, .external_lex_state = 2}, - [1154] = {.lex_state = 12, .external_lex_state = 2}, - [1155] = {.lex_state = 12, .external_lex_state = 2}, - [1156] = {.lex_state = 12, .external_lex_state = 2}, - [1157] = {.lex_state = 12, .external_lex_state = 2}, - [1158] = {.lex_state = 12, .external_lex_state = 2}, - [1159] = {.lex_state = 12, .external_lex_state = 2}, - [1160] = {.lex_state = 12, .external_lex_state = 2}, - [1161] = {.lex_state = 12, .external_lex_state = 2}, - [1162] = {.lex_state = 12}, - [1163] = {.lex_state = 12}, - [1164] = {.lex_state = 12}, + [1112] = {.lex_state = 12}, + [1113] = {.lex_state = 15}, + [1114] = {.lex_state = 15}, + [1115] = {.lex_state = 12}, + [1116] = {.lex_state = 12}, + [1117] = {.lex_state = 12}, + [1118] = {.lex_state = 15}, + [1119] = {.lex_state = 12}, + [1120] = {.lex_state = 12}, + [1121] = {.lex_state = 12}, + [1122] = {.lex_state = 12}, + [1123] = {.lex_state = 12}, + [1124] = {.lex_state = 12}, + [1125] = {.lex_state = 12}, + [1126] = {.lex_state = 12}, + [1127] = {.lex_state = 12}, + [1128] = {.lex_state = 12}, + [1129] = {.lex_state = 12}, + [1130] = {.lex_state = 12}, + [1131] = {.lex_state = 15}, + [1132] = {.lex_state = 12}, + [1133] = {.lex_state = 12}, + [1134] = {.lex_state = 12}, + [1135] = {.lex_state = 12}, + [1136] = {.lex_state = 12}, + [1137] = {.lex_state = 12}, + [1138] = {.lex_state = 12}, + [1139] = {.lex_state = 12}, + [1140] = {.lex_state = 12}, + [1141] = {.lex_state = 12}, + [1142] = {.lex_state = 12}, + [1143] = {.lex_state = 12}, + [1144] = {.lex_state = 12}, + [1145] = {.lex_state = 12}, + [1146] = {.lex_state = 12}, + [1147] = {.lex_state = 12}, + [1148] = {.lex_state = 12}, + [1149] = {.lex_state = 12}, + [1150] = {.lex_state = 12}, + [1151] = {.lex_state = 12}, + [1152] = {.lex_state = 12}, + [1153] = {.lex_state = 12}, + [1154] = {.lex_state = 12}, + [1155] = {.lex_state = 12}, + [1156] = {.lex_state = 12}, + [1157] = {.lex_state = 12}, + [1158] = {.lex_state = 12}, + [1159] = {.lex_state = 12}, + [1160] = {.lex_state = 12}, + [1161] = {.lex_state = 12}, + [1162] = {.lex_state = 12, .external_lex_state = 2}, + [1163] = {.lex_state = 12, .external_lex_state = 2}, + [1164] = {.lex_state = 12, .external_lex_state = 2}, [1165] = {.lex_state = 12}, [1166] = {.lex_state = 12}, - [1167] = {.lex_state = 12}, - [1168] = {.lex_state = 12}, - [1169] = {.lex_state = 12}, - [1170] = {.lex_state = 12}, - [1171] = {.lex_state = 12}, - [1172] = {.lex_state = 12}, - [1173] = {.lex_state = 12}, - [1174] = {.lex_state = 12}, - [1175] = {.lex_state = 12}, - [1176] = {.lex_state = 12}, + [1167] = {.lex_state = 12, .external_lex_state = 2}, + [1168] = {.lex_state = 12, .external_lex_state = 2}, + [1169] = {.lex_state = 12, .external_lex_state = 2}, + [1170] = {.lex_state = 12, .external_lex_state = 2}, + [1171] = {.lex_state = 12, .external_lex_state = 2}, + [1172] = {.lex_state = 12, .external_lex_state = 2}, + [1173] = {.lex_state = 12, .external_lex_state = 2}, + [1174] = {.lex_state = 12, .external_lex_state = 2}, + [1175] = {.lex_state = 12, .external_lex_state = 2}, + [1176] = {.lex_state = 12, .external_lex_state = 2}, [1177] = {.lex_state = 12}, - [1178] = {.lex_state = 12}, + [1178] = {.lex_state = 12, .external_lex_state = 2}, [1179] = {.lex_state = 12}, [1180] = {.lex_state = 12}, [1181] = {.lex_state = 12}, - [1182] = {.lex_state = 12}, + [1182] = {.lex_state = 15}, [1183] = {.lex_state = 12}, - [1184] = {.lex_state = 12}, + [1184] = {.lex_state = 15}, [1185] = {.lex_state = 12}, [1186] = {.lex_state = 12}, [1187] = {.lex_state = 12}, [1188] = {.lex_state = 12}, [1189] = {.lex_state = 12}, [1190] = {.lex_state = 12}, - [1191] = {.lex_state = 12}, + [1191] = {.lex_state = 15}, [1192] = {.lex_state = 12}, [1193] = {.lex_state = 12}, [1194] = {.lex_state = 12}, @@ -11424,23 +11465,23 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1196] = {.lex_state = 12}, [1197] = {.lex_state = 12}, [1198] = {.lex_state = 12}, - [1199] = {.lex_state = 12}, + [1199] = {.lex_state = 15}, [1200] = {.lex_state = 12}, - [1201] = {.lex_state = 12, .external_lex_state = 2}, - [1202] = {.lex_state = 12, .external_lex_state = 2}, - [1203] = {.lex_state = 12, .external_lex_state = 2}, + [1201] = {.lex_state = 15}, + [1202] = {.lex_state = 12}, + [1203] = {.lex_state = 15}, [1204] = {.lex_state = 12}, [1205] = {.lex_state = 12}, [1206] = {.lex_state = 12}, - [1207] = {.lex_state = 12, .external_lex_state = 2}, - [1208] = {.lex_state = 12}, + [1207] = {.lex_state = 12}, + [1208] = {.lex_state = 15}, [1209] = {.lex_state = 12}, - [1210] = {.lex_state = 12, .external_lex_state = 2}, + [1210] = {.lex_state = 12}, [1211] = {.lex_state = 12}, - [1212] = {.lex_state = 16}, + [1212] = {.lex_state = 12}, [1213] = {.lex_state = 12}, [1214] = {.lex_state = 12}, - [1215] = {.lex_state = 16}, + [1215] = {.lex_state = 12}, [1216] = {.lex_state = 12}, [1217] = {.lex_state = 12}, [1218] = {.lex_state = 12}, @@ -11448,20 +11489,20 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1220] = {.lex_state = 12}, [1221] = {.lex_state = 12}, [1222] = {.lex_state = 12}, - [1223] = {.lex_state = 16}, + [1223] = {.lex_state = 12}, [1224] = {.lex_state = 12}, - [1225] = {.lex_state = 16}, - [1226] = {.lex_state = 16}, + [1225] = {.lex_state = 12}, + [1226] = {.lex_state = 12}, [1227] = {.lex_state = 12}, [1228] = {.lex_state = 12}, - [1229] = {.lex_state = 16}, + [1229] = {.lex_state = 12}, [1230] = {.lex_state = 12}, - [1231] = {.lex_state = 12, .external_lex_state = 2}, - [1232] = {.lex_state = 16}, + [1231] = {.lex_state = 12}, + [1232] = {.lex_state = 12}, [1233] = {.lex_state = 12}, [1234] = {.lex_state = 12}, - [1235] = {.lex_state = 12, .external_lex_state = 2}, - [1236] = {.lex_state = 16}, + [1235] = {.lex_state = 12}, + [1236] = {.lex_state = 12}, [1237] = {.lex_state = 12}, [1238] = {.lex_state = 12}, [1239] = {.lex_state = 12}, @@ -11473,28 +11514,28 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1245] = {.lex_state = 12}, [1246] = {.lex_state = 12}, [1247] = {.lex_state = 12}, - [1248] = {.lex_state = 12, .external_lex_state = 2}, - [1249] = {.lex_state = 12, .external_lex_state = 2}, + [1248] = {.lex_state = 12}, + [1249] = {.lex_state = 12}, [1250] = {.lex_state = 12}, - [1251] = {.lex_state = 12, .external_lex_state = 2}, + [1251] = {.lex_state = 12}, [1252] = {.lex_state = 12}, [1253] = {.lex_state = 12}, - [1254] = {.lex_state = 12, .external_lex_state = 2}, + [1254] = {.lex_state = 12}, [1255] = {.lex_state = 12}, - [1256] = {.lex_state = 12, .external_lex_state = 2}, - [1257] = {.lex_state = 12, .external_lex_state = 2}, - [1258] = {.lex_state = 16}, + [1256] = {.lex_state = 12}, + [1257] = {.lex_state = 12}, + [1258] = {.lex_state = 12}, [1259] = {.lex_state = 12}, [1260] = {.lex_state = 12}, - [1261] = {.lex_state = 12}, + [1261] = {.lex_state = 15}, [1262] = {.lex_state = 12}, [1263] = {.lex_state = 12}, - [1264] = {.lex_state = 12}, + [1264] = {.lex_state = 15}, [1265] = {.lex_state = 12}, [1266] = {.lex_state = 12}, - [1267] = {.lex_state = 12}, - [1268] = {.lex_state = 12}, - [1269] = {.lex_state = 12}, + [1267] = {.lex_state = 15}, + [1268] = {.lex_state = 15}, + [1269] = {.lex_state = 15}, [1270] = {.lex_state = 12}, [1271] = {.lex_state = 12}, [1272] = {.lex_state = 12}, @@ -11503,7 +11544,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1275] = {.lex_state = 12}, [1276] = {.lex_state = 12}, [1277] = {.lex_state = 12}, - [1278] = {.lex_state = 12}, + [1278] = {.lex_state = 62}, [1279] = {.lex_state = 12}, [1280] = {.lex_state = 12}, [1281] = {.lex_state = 12}, @@ -11515,7 +11556,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1287] = {.lex_state = 12}, [1288] = {.lex_state = 12}, [1289] = {.lex_state = 12}, - [1290] = {.lex_state = 12}, + [1290] = {.lex_state = 62}, [1291] = {.lex_state = 12}, [1292] = {.lex_state = 12}, [1293] = {.lex_state = 12}, @@ -11526,1375 +11567,1308 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [1298] = {.lex_state = 12}, [1299] = {.lex_state = 12}, [1300] = {.lex_state = 12}, - [1301] = {.lex_state = 12}, - [1302] = {.lex_state = 12}, - [1303] = {.lex_state = 12}, - [1304] = {.lex_state = 12}, - [1305] = {.lex_state = 12}, - [1306] = {.lex_state = 12}, - [1307] = {.lex_state = 12}, - [1308] = {.lex_state = 12}, - [1309] = {.lex_state = 12}, - [1310] = {.lex_state = 12}, - [1311] = {.lex_state = 12}, - [1312] = {.lex_state = 12}, - [1313] = {.lex_state = 12}, - [1314] = {.lex_state = 12}, - [1315] = {.lex_state = 12}, - [1316] = {.lex_state = 12}, - [1317] = {.lex_state = 12}, - [1318] = {.lex_state = 12}, - [1319] = {.lex_state = 12}, - [1320] = {.lex_state = 12}, - [1321] = {.lex_state = 12}, - [1322] = {.lex_state = 12}, - [1323] = {.lex_state = 12}, - [1324] = {.lex_state = 12}, - [1325] = {.lex_state = 12}, - [1326] = {.lex_state = 12}, - [1327] = {.lex_state = 12}, - [1328] = {.lex_state = 12}, - [1329] = {.lex_state = 12}, - [1330] = {.lex_state = 12}, - [1331] = {.lex_state = 12}, - [1332] = {.lex_state = 12}, - [1333] = {.lex_state = 12}, - [1334] = {.lex_state = 16}, - [1335] = {.lex_state = 12}, - [1336] = {.lex_state = 16}, - [1337] = {.lex_state = 12}, - [1338] = {.lex_state = 16}, - [1339] = {.lex_state = 16}, - [1340] = {.lex_state = 16}, - [1341] = {.lex_state = 12}, - [1342] = {.lex_state = 12}, - [1343] = {.lex_state = 12}, - [1344] = {.lex_state = 12}, - [1345] = {.lex_state = 12}, - [1346] = {.lex_state = 12}, - [1347] = {.lex_state = 12}, - [1348] = {.lex_state = 12}, - [1349] = {.lex_state = 12}, - [1350] = {.lex_state = 12}, - [1351] = {.lex_state = 12}, - [1352] = {.lex_state = 12}, - [1353] = {.lex_state = 12}, - [1354] = {.lex_state = 12}, - [1355] = {.lex_state = 12}, - [1356] = {.lex_state = 12}, - [1357] = {.lex_state = 12}, - [1358] = {.lex_state = 12}, - [1359] = {.lex_state = 12}, - [1360] = {.lex_state = 12}, - [1361] = {.lex_state = 63}, - [1362] = {.lex_state = 63}, - [1363] = {.lex_state = 63}, - [1364] = {.lex_state = 63}, - [1365] = {.lex_state = 63}, - [1366] = {.lex_state = 63}, - [1367] = {.lex_state = 63}, - [1368] = {.lex_state = 63}, - [1369] = {.lex_state = 63}, - [1370] = {.lex_state = 63}, - [1371] = {.lex_state = 63}, - [1372] = {.lex_state = 63}, + [1301] = {.lex_state = 62}, + [1302] = {.lex_state = 62}, + [1303] = {.lex_state = 62}, + [1304] = {.lex_state = 62}, + [1305] = {.lex_state = 62}, + [1306] = {.lex_state = 63}, + [1307] = {.lex_state = 62}, + [1308] = {.lex_state = 62}, + [1309] = {.lex_state = 62}, + [1310] = {.lex_state = 62}, + [1311] = {.lex_state = 62}, + [1312] = {.lex_state = 62}, + [1313] = {.lex_state = 62}, + [1314] = {.lex_state = 62}, + [1315] = {.lex_state = 62}, + [1316] = {.lex_state = 14}, + [1317] = {.lex_state = 62}, + [1318] = {.lex_state = 63}, + [1319] = {.lex_state = 62}, + [1320] = {.lex_state = 62}, + [1321] = {.lex_state = 62}, + [1322] = {.lex_state = 62}, + [1323] = {.lex_state = 3, .external_lex_state = 3}, + [1324] = {.lex_state = 62}, + [1325] = {.lex_state = 62}, + [1326] = {.lex_state = 62}, + [1327] = {.lex_state = 62}, + [1328] = {.lex_state = 3, .external_lex_state = 3}, + [1329] = {.lex_state = 3, .external_lex_state = 3}, + [1330] = {.lex_state = 3, .external_lex_state = 4}, + [1331] = {.lex_state = 62}, + [1332] = {.lex_state = 3, .external_lex_state = 3}, + [1333] = {.lex_state = 3, .external_lex_state = 3}, + [1334] = {.lex_state = 62}, + [1335] = {.lex_state = 15}, + [1336] = {.lex_state = 8, .external_lex_state = 5}, + [1337] = {.lex_state = 8, .external_lex_state = 6}, + [1338] = {.lex_state = 15}, + [1339] = {.lex_state = 8, .external_lex_state = 5}, + [1340] = {.lex_state = 15}, + [1341] = {.lex_state = 15}, + [1342] = {.lex_state = 62}, + [1343] = {.lex_state = 15}, + [1344] = {.lex_state = 8, .external_lex_state = 6}, + [1345] = {.lex_state = 8, .external_lex_state = 6}, + [1346] = {.lex_state = 15}, + [1347] = {.lex_state = 15}, + [1348] = {.lex_state = 15}, + [1349] = {.lex_state = 62}, + [1350] = {.lex_state = 15}, + [1351] = {.lex_state = 8, .external_lex_state = 5}, + [1352] = {.lex_state = 8, .external_lex_state = 6}, + [1353] = {.lex_state = 8, .external_lex_state = 5}, + [1354] = {.lex_state = 8, .external_lex_state = 5}, + [1355] = {.lex_state = 15}, + [1356] = {.lex_state = 8, .external_lex_state = 6}, + [1357] = {.lex_state = 62}, + [1358] = {.lex_state = 15}, + [1359] = {.lex_state = 15}, + [1360] = {.lex_state = 15}, + [1361] = {.lex_state = 62}, + [1362] = {.lex_state = 15}, + [1363] = {.lex_state = 15}, + [1364] = {.lex_state = 15}, + [1365] = {.lex_state = 15}, + [1366] = {.lex_state = 8, .external_lex_state = 4}, + [1367] = {.lex_state = 15}, + [1368] = {.lex_state = 15}, + [1369] = {.lex_state = 15}, + [1370] = {.lex_state = 15}, + [1371] = {.lex_state = 15}, + [1372] = {.lex_state = 15}, [1373] = {.lex_state = 15}, - [1374] = {.lex_state = 63}, - [1375] = {.lex_state = 64}, - [1376] = {.lex_state = 63}, - [1377] = {.lex_state = 63}, - [1378] = {.lex_state = 63}, - [1379] = {.lex_state = 3, .external_lex_state = 3}, - [1380] = {.lex_state = 3, .external_lex_state = 3}, - [1381] = {.lex_state = 16}, - [1382] = {.lex_state = 3, .external_lex_state = 4}, - [1383] = {.lex_state = 16}, - [1384] = {.lex_state = 16}, - [1385] = {.lex_state = 16}, - [1386] = {.lex_state = 16}, - [1387] = {.lex_state = 16}, - [1388] = {.lex_state = 3, .external_lex_state = 3}, - [1389] = {.lex_state = 16}, - [1390] = {.lex_state = 16}, - [1391] = {.lex_state = 16}, - [1392] = {.lex_state = 16}, - [1393] = {.lex_state = 16}, - [1394] = {.lex_state = 16}, - [1395] = {.lex_state = 16}, - [1396] = {.lex_state = 16}, - [1397] = {.lex_state = 3, .external_lex_state = 3}, - [1398] = {.lex_state = 3, .external_lex_state = 3}, - [1399] = {.lex_state = 16}, - [1400] = {.lex_state = 16}, - [1401] = {.lex_state = 8, .external_lex_state = 5}, - [1402] = {.lex_state = 63}, - [1403] = {.lex_state = 8, .external_lex_state = 6}, - [1404] = {.lex_state = 63}, - [1405] = {.lex_state = 16}, - [1406] = {.lex_state = 8, .external_lex_state = 6}, - [1407] = {.lex_state = 16}, - [1408] = {.lex_state = 8, .external_lex_state = 5}, - [1409] = {.lex_state = 16}, - [1410] = {.lex_state = 8, .external_lex_state = 5}, - [1411] = {.lex_state = 8, .external_lex_state = 6}, - [1412] = {.lex_state = 16}, - [1413] = {.lex_state = 16}, - [1414] = {.lex_state = 17}, - [1415] = {.lex_state = 16}, - [1416] = {.lex_state = 16}, - [1417] = {.lex_state = 16}, - [1418] = {.lex_state = 8, .external_lex_state = 6}, - [1419] = {.lex_state = 16}, - [1420] = {.lex_state = 16}, - [1421] = {.lex_state = 16}, - [1422] = {.lex_state = 16}, - [1423] = {.lex_state = 16}, - [1424] = {.lex_state = 16}, - [1425] = {.lex_state = 16}, - [1426] = {.lex_state = 8, .external_lex_state = 6}, - [1427] = {.lex_state = 16}, - [1428] = {.lex_state = 8, .external_lex_state = 5}, + [1374] = {.lex_state = 15}, + [1375] = {.lex_state = 15}, + [1376] = {.lex_state = 15}, + [1377] = {.lex_state = 15}, + [1378] = {.lex_state = 15}, + [1379] = {.lex_state = 15}, + [1380] = {.lex_state = 62}, + [1381] = {.lex_state = 15}, + [1382] = {.lex_state = 15}, + [1383] = {.lex_state = 62}, + [1384] = {.lex_state = 15}, + [1385] = {.lex_state = 15}, + [1386] = {.lex_state = 15}, + [1387] = {.lex_state = 62}, + [1388] = {.lex_state = 62}, + [1389] = {.lex_state = 62}, + [1390] = {.lex_state = 62}, + [1391] = {.lex_state = 62}, + [1392] = {.lex_state = 62}, + [1393] = {.lex_state = 62}, + [1394] = {.lex_state = 62}, + [1395] = {.lex_state = 15}, + [1396] = {.lex_state = 15}, + [1397] = {.lex_state = 62}, + [1398] = {.lex_state = 15}, + [1399] = {.lex_state = 62}, + [1400] = {.lex_state = 62}, + [1401] = {.lex_state = 62}, + [1402] = {.lex_state = 62}, + [1403] = {.lex_state = 62}, + [1404] = {.lex_state = 62}, + [1405] = {.lex_state = 62}, + [1406] = {.lex_state = 62}, + [1407] = {.lex_state = 62}, + [1408] = {.lex_state = 62}, + [1409] = {.lex_state = 62}, + [1410] = {.lex_state = 62}, + [1411] = {.lex_state = 62}, + [1412] = {.lex_state = 15}, + [1413] = {.lex_state = 62}, + [1414] = {.lex_state = 62}, + [1415] = {.lex_state = 62}, + [1416] = {.lex_state = 62}, + [1417] = {.lex_state = 62}, + [1418] = {.lex_state = 62}, + [1419] = {.lex_state = 15}, + [1420] = {.lex_state = 62}, + [1421] = {.lex_state = 62}, + [1422] = {.lex_state = 62}, + [1423] = {.lex_state = 62}, + [1424] = {.lex_state = 62}, + [1425] = {.lex_state = 62}, + [1426] = {.lex_state = 16}, + [1427] = {.lex_state = 62}, + [1428] = {.lex_state = 62}, [1429] = {.lex_state = 16}, - [1430] = {.lex_state = 16}, + [1430] = {.lex_state = 63}, [1431] = {.lex_state = 16}, - [1432] = {.lex_state = 16}, + [1432] = {.lex_state = 62}, [1433] = {.lex_state = 16}, - [1434] = {.lex_state = 8, .external_lex_state = 5}, - [1435] = {.lex_state = 63}, - [1436] = {.lex_state = 8, .external_lex_state = 4}, - [1437] = {.lex_state = 63}, - [1438] = {.lex_state = 63}, - [1439] = {.lex_state = 63}, - [1440] = {.lex_state = 63}, - [1441] = {.lex_state = 63}, - [1442] = {.lex_state = 17}, - [1443] = {.lex_state = 63}, - [1444] = {.lex_state = 64}, - [1445] = {.lex_state = 64}, - [1446] = {.lex_state = 63}, - [1447] = {.lex_state = 63}, - [1448] = {.lex_state = 17}, - [1449] = {.lex_state = 63}, - [1450] = {.lex_state = 17}, - [1451] = {.lex_state = 17}, - [1452] = {.lex_state = 63}, - [1453] = {.lex_state = 63}, - [1454] = {.lex_state = 3, .external_lex_state = 7}, - [1455] = {.lex_state = 63}, - [1456] = {.lex_state = 63}, - [1457] = {.lex_state = 63}, - [1458] = {.lex_state = 63}, - [1459] = {.lex_state = 3, .external_lex_state = 7}, - [1460] = {.lex_state = 63}, - [1461] = {.lex_state = 63}, - [1462] = {.lex_state = 63}, - [1463] = {.lex_state = 63}, - [1464] = {.lex_state = 63}, - [1465] = {.lex_state = 63}, - [1466] = {.lex_state = 63}, - [1467] = {.lex_state = 17}, - [1468] = {.lex_state = 17}, - [1469] = {.lex_state = 63}, - [1470] = {.lex_state = 17}, - [1471] = {.lex_state = 17}, - [1472] = {.lex_state = 63}, - [1473] = {.lex_state = 17}, - [1474] = {.lex_state = 63}, - [1475] = {.lex_state = 63}, - [1476] = {.lex_state = 63}, - [1477] = {.lex_state = 63}, - [1478] = {.lex_state = 63}, - [1479] = {.lex_state = 63}, - [1480] = {.lex_state = 63}, - [1481] = {.lex_state = 63}, - [1482] = {.lex_state = 63}, - [1483] = {.lex_state = 63}, - [1484] = {.lex_state = 63}, - [1485] = {.lex_state = 63}, - [1486] = {.lex_state = 63}, - [1487] = {.lex_state = 63}, - [1488] = {.lex_state = 8, .external_lex_state = 8}, + [1434] = {.lex_state = 62}, + [1435] = {.lex_state = 62}, + [1436] = {.lex_state = 63}, + [1437] = {.lex_state = 16}, + [1438] = {.lex_state = 16}, + [1439] = {.lex_state = 62}, + [1440] = {.lex_state = 62}, + [1441] = {.lex_state = 16}, + [1442] = {.lex_state = 16}, + [1443] = {.lex_state = 3, .external_lex_state = 7}, + [1444] = {.lex_state = 3, .external_lex_state = 7}, + [1445] = {.lex_state = 62}, + [1446] = {.lex_state = 16}, + [1447] = {.lex_state = 62, .external_lex_state = 2}, + [1448] = {.lex_state = 62, .external_lex_state = 2}, + [1449] = {.lex_state = 62, .external_lex_state = 2}, + [1450] = {.lex_state = 8, .external_lex_state = 8}, + [1451] = {.lex_state = 62, .external_lex_state = 2}, + [1452] = {.lex_state = 62, .external_lex_state = 2}, + [1453] = {.lex_state = 62, .external_lex_state = 2}, + [1454] = {.lex_state = 62, .external_lex_state = 2}, + [1455] = {.lex_state = 8, .external_lex_state = 9}, + [1456] = {.lex_state = 16}, + [1457] = {.lex_state = 8, .external_lex_state = 9}, + [1458] = {.lex_state = 62}, + [1459] = {.lex_state = 8, .external_lex_state = 8}, + [1460] = {.lex_state = 62, .external_lex_state = 2}, + [1461] = {.lex_state = 62}, + [1462] = {.lex_state = 16}, + [1463] = {.lex_state = 62}, + [1464] = {.lex_state = 62}, + [1465] = {.lex_state = 62}, + [1466] = {.lex_state = 62}, + [1467] = {.lex_state = 62}, + [1468] = {.lex_state = 62}, + [1469] = {.lex_state = 62}, + [1470] = {.lex_state = 62}, + [1471] = {.lex_state = 62}, + [1472] = {.lex_state = 62}, + [1473] = {.lex_state = 62}, + [1474] = {.lex_state = 62}, + [1475] = {.lex_state = 62}, + [1476] = {.lex_state = 62}, + [1477] = {.lex_state = 62}, + [1478] = {.lex_state = 62}, + [1479] = {.lex_state = 62}, + [1480] = {.lex_state = 62}, + [1481] = {.lex_state = 62}, + [1482] = {.lex_state = 62, .external_lex_state = 2}, + [1483] = {.lex_state = 62}, + [1484] = {.lex_state = 62, .external_lex_state = 2}, + [1485] = {.lex_state = 3, .external_lex_state = 3}, + [1486] = {.lex_state = 62}, + [1487] = {.lex_state = 62, .external_lex_state = 2}, + [1488] = {.lex_state = 62, .external_lex_state = 2}, [1489] = {.lex_state = 63}, - [1490] = {.lex_state = 63}, - [1491] = {.lex_state = 63}, - [1492] = {.lex_state = 63}, - [1493] = {.lex_state = 63}, - [1494] = {.lex_state = 63}, - [1495] = {.lex_state = 63}, - [1496] = {.lex_state = 63}, - [1497] = {.lex_state = 63}, - [1498] = {.lex_state = 63}, - [1499] = {.lex_state = 63}, - [1500] = {.lex_state = 63}, - [1501] = {.lex_state = 8, .external_lex_state = 9}, - [1502] = {.lex_state = 63}, - [1503] = {.lex_state = 63}, - [1504] = {.lex_state = 63}, - [1505] = {.lex_state = 63}, - [1506] = {.lex_state = 63}, - [1507] = {.lex_state = 63}, - [1508] = {.lex_state = 63}, - [1509] = {.lex_state = 63}, - [1510] = {.lex_state = 63}, - [1511] = {.lex_state = 63}, - [1512] = {.lex_state = 63}, - [1513] = {.lex_state = 63}, - [1514] = {.lex_state = 63}, - [1515] = {.lex_state = 8, .external_lex_state = 9}, - [1516] = {.lex_state = 63}, - [1517] = {.lex_state = 63}, - [1518] = {.lex_state = 63}, - [1519] = {.lex_state = 63}, - [1520] = {.lex_state = 63}, - [1521] = {.lex_state = 63}, - [1522] = {.lex_state = 63}, - [1523] = {.lex_state = 63}, - [1524] = {.lex_state = 63}, - [1525] = {.lex_state = 63}, - [1526] = {.lex_state = 17}, - [1527] = {.lex_state = 63}, - [1528] = {.lex_state = 63}, - [1529] = {.lex_state = 8, .external_lex_state = 8}, - [1530] = {.lex_state = 63}, - [1531] = {.lex_state = 63}, - [1532] = {.lex_state = 63}, - [1533] = {.lex_state = 63}, - [1534] = {.lex_state = 63}, - [1535] = {.lex_state = 63}, - [1536] = {.lex_state = 63, .external_lex_state = 2}, - [1537] = {.lex_state = 63}, - [1538] = {.lex_state = 63, .external_lex_state = 2}, - [1539] = {.lex_state = 63}, - [1540] = {.lex_state = 63}, - [1541] = {.lex_state = 63}, - [1542] = {.lex_state = 63}, - [1543] = {.lex_state = 63}, - [1544] = {.lex_state = 63}, - [1545] = {.lex_state = 63}, - [1546] = {.lex_state = 63}, - [1547] = {.lex_state = 63}, - [1548] = {.lex_state = 63}, - [1549] = {.lex_state = 3, .external_lex_state = 3}, - [1550] = {.lex_state = 63}, - [1551] = {.lex_state = 63}, - [1552] = {.lex_state = 63}, - [1553] = {.lex_state = 63}, - [1554] = {.lex_state = 3, .external_lex_state = 3}, - [1555] = {.lex_state = 63}, - [1556] = {.lex_state = 63}, - [1557] = {.lex_state = 63}, - [1558] = {.lex_state = 63}, - [1559] = {.lex_state = 63}, - [1560] = {.lex_state = 3, .external_lex_state = 3}, - [1561] = {.lex_state = 63}, - [1562] = {.lex_state = 3, .external_lex_state = 3}, - [1563] = {.lex_state = 10}, - [1564] = {.lex_state = 3, .external_lex_state = 3}, - [1565] = {.lex_state = 63}, - [1566] = {.lex_state = 63}, - [1567] = {.lex_state = 63}, - [1568] = {.lex_state = 63}, - [1569] = {.lex_state = 64}, - [1570] = {.lex_state = 63}, - [1571] = {.lex_state = 63}, - [1572] = {.lex_state = 3, .external_lex_state = 3}, - [1573] = {.lex_state = 3, .external_lex_state = 3}, - [1574] = {.lex_state = 63, .external_lex_state = 2}, - [1575] = {.lex_state = 10}, - [1576] = {.lex_state = 63}, - [1577] = {.lex_state = 63}, - [1578] = {.lex_state = 17}, - [1579] = {.lex_state = 63, .external_lex_state = 2}, - [1580] = {.lex_state = 63}, - [1581] = {.lex_state = 63}, - [1582] = {.lex_state = 10}, - [1583] = {.lex_state = 63}, - [1584] = {.lex_state = 63}, - [1585] = {.lex_state = 63}, - [1586] = {.lex_state = 63}, - [1587] = {.lex_state = 63}, - [1588] = {.lex_state = 63}, - [1589] = {.lex_state = 3, .external_lex_state = 3}, - [1590] = {.lex_state = 3, .external_lex_state = 3}, - [1591] = {.lex_state = 3, .external_lex_state = 3}, - [1592] = {.lex_state = 63}, - [1593] = {.lex_state = 63}, - [1594] = {.lex_state = 63}, - [1595] = {.lex_state = 63}, - [1596] = {.lex_state = 63}, + [1490] = {.lex_state = 62, .external_lex_state = 2}, + [1491] = {.lex_state = 62, .external_lex_state = 2}, + [1492] = {.lex_state = 62}, + [1493] = {.lex_state = 62}, + [1494] = {.lex_state = 62}, + [1495] = {.lex_state = 62}, + [1496] = {.lex_state = 62}, + [1497] = {.lex_state = 62}, + [1498] = {.lex_state = 62, .external_lex_state = 2}, + [1499] = {.lex_state = 62, .external_lex_state = 2}, + [1500] = {.lex_state = 62, .external_lex_state = 2}, + [1501] = {.lex_state = 62, .external_lex_state = 2}, + [1502] = {.lex_state = 62}, + [1503] = {.lex_state = 62}, + [1504] = {.lex_state = 62}, + [1505] = {.lex_state = 62}, + [1506] = {.lex_state = 3, .external_lex_state = 3}, + [1507] = {.lex_state = 16}, + [1508] = {.lex_state = 62, .external_lex_state = 2}, + [1509] = {.lex_state = 3, .external_lex_state = 3}, + [1510] = {.lex_state = 62, .external_lex_state = 2}, + [1511] = {.lex_state = 3, .external_lex_state = 3}, + [1512] = {.lex_state = 62}, + [1513] = {.lex_state = 62}, + [1514] = {.lex_state = 62}, + [1515] = {.lex_state = 62, .external_lex_state = 2}, + [1516] = {.lex_state = 3, .external_lex_state = 3}, + [1517] = {.lex_state = 62}, + [1518] = {.lex_state = 3, .external_lex_state = 3}, + [1519] = {.lex_state = 62, .external_lex_state = 2}, + [1520] = {.lex_state = 62, .external_lex_state = 2}, + [1521] = {.lex_state = 62, .external_lex_state = 2}, + [1522] = {.lex_state = 10}, + [1523] = {.lex_state = 62}, + [1524] = {.lex_state = 62}, + [1525] = {.lex_state = 62}, + [1526] = {.lex_state = 62, .external_lex_state = 2}, + [1527] = {.lex_state = 62}, + [1528] = {.lex_state = 62, .external_lex_state = 2}, + [1529] = {.lex_state = 62, .external_lex_state = 2}, + [1530] = {.lex_state = 62}, + [1531] = {.lex_state = 10}, + [1532] = {.lex_state = 62}, + [1533] = {.lex_state = 62}, + [1534] = {.lex_state = 62, .external_lex_state = 2}, + [1535] = {.lex_state = 62}, + [1536] = {.lex_state = 10}, + [1537] = {.lex_state = 3, .external_lex_state = 3}, + [1538] = {.lex_state = 3, .external_lex_state = 3}, + [1539] = {.lex_state = 3, .external_lex_state = 3}, + [1540] = {.lex_state = 3, .external_lex_state = 3}, + [1541] = {.lex_state = 62}, + [1542] = {.lex_state = 3, .external_lex_state = 3}, + [1543] = {.lex_state = 62}, + [1544] = {.lex_state = 62}, + [1545] = {.lex_state = 62}, + [1546] = {.lex_state = 62}, + [1547] = {.lex_state = 17}, + [1548] = {.lex_state = 17}, + [1549] = {.lex_state = 62}, + [1550] = {.lex_state = 62}, + [1551] = {.lex_state = 62}, + [1552] = {.lex_state = 62}, + [1553] = {.lex_state = 62}, + [1554] = {.lex_state = 62}, + [1555] = {.lex_state = 62}, + [1556] = {.lex_state = 8, .external_lex_state = 5}, + [1557] = {.lex_state = 62}, + [1558] = {.lex_state = 62}, + [1559] = {.lex_state = 8, .external_lex_state = 6}, + [1560] = {.lex_state = 62}, + [1561] = {.lex_state = 62}, + [1562] = {.lex_state = 62}, + [1563] = {.lex_state = 8, .external_lex_state = 6}, + [1564] = {.lex_state = 8, .external_lex_state = 6}, + [1565] = {.lex_state = 62}, + [1566] = {.lex_state = 62}, + [1567] = {.lex_state = 62}, + [1568] = {.lex_state = 8, .external_lex_state = 5}, + [1569] = {.lex_state = 62}, + [1570] = {.lex_state = 62}, + [1571] = {.lex_state = 62}, + [1572] = {.lex_state = 62}, + [1573] = {.lex_state = 62}, + [1574] = {.lex_state = 62}, + [1575] = {.lex_state = 8, .external_lex_state = 5}, + [1576] = {.lex_state = 8, .external_lex_state = 5}, + [1577] = {.lex_state = 62}, + [1578] = {.lex_state = 62}, + [1579] = {.lex_state = 62}, + [1580] = {.lex_state = 62}, + [1581] = {.lex_state = 62}, + [1582] = {.lex_state = 8, .external_lex_state = 5}, + [1583] = {.lex_state = 62}, + [1584] = {.lex_state = 62}, + [1585] = {.lex_state = 8, .external_lex_state = 5}, + [1586] = {.lex_state = 62}, + [1587] = {.lex_state = 62}, + [1588] = {.lex_state = 62}, + [1589] = {.lex_state = 62}, + [1590] = {.lex_state = 8, .external_lex_state = 6}, + [1591] = {.lex_state = 62}, + [1592] = {.lex_state = 62}, + [1593] = {.lex_state = 62}, + [1594] = {.lex_state = 8, .external_lex_state = 6}, + [1595] = {.lex_state = 62}, + [1596] = {.lex_state = 16}, [1597] = {.lex_state = 8, .external_lex_state = 6}, - [1598] = {.lex_state = 63}, - [1599] = {.lex_state = 8, .external_lex_state = 6}, - [1600] = {.lex_state = 8, .external_lex_state = 6}, - [1601] = {.lex_state = 63}, - [1602] = {.lex_state = 18}, - [1603] = {.lex_state = 8, .external_lex_state = 5}, - [1604] = {.lex_state = 8, .external_lex_state = 6}, - [1605] = {.lex_state = 8, .external_lex_state = 5}, - [1606] = {.lex_state = 8, .external_lex_state = 6}, + [1598] = {.lex_state = 62}, + [1599] = {.lex_state = 62}, + [1600] = {.lex_state = 62}, + [1601] = {.lex_state = 62}, + [1602] = {.lex_state = 62}, + [1603] = {.lex_state = 62}, + [1604] = {.lex_state = 62}, + [1605] = {.lex_state = 62}, + [1606] = {.lex_state = 62}, [1607] = {.lex_state = 8, .external_lex_state = 5}, - [1608] = {.lex_state = 63}, - [1609] = {.lex_state = 8, .external_lex_state = 5}, - [1610] = {.lex_state = 63}, - [1611] = {.lex_state = 8, .external_lex_state = 5}, - [1612] = {.lex_state = 63, .external_lex_state = 2}, - [1613] = {.lex_state = 63, .external_lex_state = 2}, - [1614] = {.lex_state = 65, .external_lex_state = 10}, - [1615] = {.lex_state = 8, .external_lex_state = 6}, - [1616] = {.lex_state = 63}, - [1617] = {.lex_state = 18}, - [1618] = {.lex_state = 63}, - [1619] = {.lex_state = 63}, - [1620] = {.lex_state = 63}, - [1621] = {.lex_state = 63}, - [1622] = {.lex_state = 63}, - [1623] = {.lex_state = 63}, - [1624] = {.lex_state = 63}, - [1625] = {.lex_state = 63}, - [1626] = {.lex_state = 63}, - [1627] = {.lex_state = 8, .external_lex_state = 5}, + [1608] = {.lex_state = 62}, + [1609] = {.lex_state = 62}, + [1610] = {.lex_state = 62}, + [1611] = {.lex_state = 62}, + [1612] = {.lex_state = 62}, + [1613] = {.lex_state = 62}, + [1614] = {.lex_state = 17}, + [1615] = {.lex_state = 62}, + [1616] = {.lex_state = 62}, + [1617] = {.lex_state = 62, .external_lex_state = 2}, + [1618] = {.lex_state = 8, .external_lex_state = 6}, + [1619] = {.lex_state = 62}, + [1620] = {.lex_state = 62}, + [1621] = {.lex_state = 62}, + [1622] = {.lex_state = 62}, + [1623] = {.lex_state = 62}, + [1624] = {.lex_state = 62}, + [1625] = {.lex_state = 62}, + [1626] = {.lex_state = 62}, + [1627] = {.lex_state = 62}, [1628] = {.lex_state = 8, .external_lex_state = 5}, [1629] = {.lex_state = 8, .external_lex_state = 5}, - [1630] = {.lex_state = 18}, - [1631] = {.lex_state = 63}, - [1632] = {.lex_state = 8, .external_lex_state = 6}, - [1633] = {.lex_state = 63}, - [1634] = {.lex_state = 63}, - [1635] = {.lex_state = 8, .external_lex_state = 5}, - [1636] = {.lex_state = 18}, - [1637] = {.lex_state = 63}, - [1638] = {.lex_state = 63}, - [1639] = {.lex_state = 63}, - [1640] = {.lex_state = 63}, - [1641] = {.lex_state = 63}, - [1642] = {.lex_state = 63, .external_lex_state = 2}, - [1643] = {.lex_state = 63}, - [1644] = {.lex_state = 63}, - [1645] = {.lex_state = 63}, - [1646] = {.lex_state = 63}, - [1647] = {.lex_state = 63}, - [1648] = {.lex_state = 63}, - [1649] = {.lex_state = 63}, - [1650] = {.lex_state = 63}, + [1630] = {.lex_state = 8, .external_lex_state = 6}, + [1631] = {.lex_state = 62}, + [1632] = {.lex_state = 62}, + [1633] = {.lex_state = 8, .external_lex_state = 5}, + [1634] = {.lex_state = 8, .external_lex_state = 5}, + [1635] = {.lex_state = 17}, + [1636] = {.lex_state = 8, .external_lex_state = 6}, + [1637] = {.lex_state = 8, .external_lex_state = 6}, + [1638] = {.lex_state = 8, .external_lex_state = 6}, + [1639] = {.lex_state = 62}, + [1640] = {.lex_state = 62, .external_lex_state = 2}, + [1641] = {.lex_state = 64, .external_lex_state = 10}, + [1642] = {.lex_state = 62}, + [1643] = {.lex_state = 62}, + [1644] = {.lex_state = 17}, + [1645] = {.lex_state = 62}, + [1646] = {.lex_state = 62}, + [1647] = {.lex_state = 62}, + [1648] = {.lex_state = 62}, + [1649] = {.lex_state = 62, .external_lex_state = 2}, + [1650] = {.lex_state = 15}, [1651] = {.lex_state = 63}, - [1652] = {.lex_state = 63}, - [1653] = {.lex_state = 63}, - [1654] = {.lex_state = 63}, - [1655] = {.lex_state = 63}, - [1656] = {.lex_state = 63}, - [1657] = {.lex_state = 63}, - [1658] = {.lex_state = 8, .external_lex_state = 6}, - [1659] = {.lex_state = 8, .external_lex_state = 6}, - [1660] = {.lex_state = 63}, - [1661] = {.lex_state = 63}, - [1662] = {.lex_state = 63}, - [1663] = {.lex_state = 63}, - [1664] = {.lex_state = 63}, - [1665] = {.lex_state = 8, .external_lex_state = 6}, - [1666] = {.lex_state = 18}, - [1667] = {.lex_state = 63}, - [1668] = {.lex_state = 63}, - [1669] = {.lex_state = 8, .external_lex_state = 5}, - [1670] = {.lex_state = 63}, - [1671] = {.lex_state = 63}, - [1672] = {.lex_state = 63}, - [1673] = {.lex_state = 63}, - [1674] = {.lex_state = 63, .external_lex_state = 2}, - [1675] = {.lex_state = 63}, - [1676] = {.lex_state = 63}, - [1677] = {.lex_state = 63}, - [1678] = {.lex_state = 63, .external_lex_state = 2}, - [1679] = {.lex_state = 63}, - [1680] = {.lex_state = 63, .external_lex_state = 2}, - [1681] = {.lex_state = 63}, - [1682] = {.lex_state = 63}, - [1683] = {.lex_state = 63, .external_lex_state = 2}, - [1684] = {.lex_state = 63}, - [1685] = {.lex_state = 63}, - [1686] = {.lex_state = 63}, - [1687] = {.lex_state = 63}, - [1688] = {.lex_state = 63}, - [1689] = {.lex_state = 63, .external_lex_state = 2}, - [1690] = {.lex_state = 63}, - [1691] = {.lex_state = 63}, - [1692] = {.lex_state = 63, .external_lex_state = 2}, - [1693] = {.lex_state = 63}, - [1694] = {.lex_state = 63}, - [1695] = {.lex_state = 63, .external_lex_state = 2}, - [1696] = {.lex_state = 64}, - [1697] = {.lex_state = 64}, - [1698] = {.lex_state = 64}, - [1699] = {.lex_state = 64}, - [1700] = {.lex_state = 63, .external_lex_state = 2}, - [1701] = {.lex_state = 63, .external_lex_state = 2}, - [1702] = {.lex_state = 63, .external_lex_state = 2}, - [1703] = {.lex_state = 64}, - [1704] = {.lex_state = 63}, - [1705] = {.lex_state = 63}, - [1706] = {.lex_state = 63, .external_lex_state = 2}, - [1707] = {.lex_state = 63}, - [1708] = {.lex_state = 63, .external_lex_state = 2}, - [1709] = {.lex_state = 63, .external_lex_state = 2}, - [1710] = {.lex_state = 63}, - [1711] = {.lex_state = 65}, - [1712] = {.lex_state = 63}, - [1713] = {.lex_state = 63}, - [1714] = {.lex_state = 63, .external_lex_state = 2}, - [1715] = {.lex_state = 63, .external_lex_state = 2}, - [1716] = {.lex_state = 63, .external_lex_state = 2}, - [1717] = {.lex_state = 63}, - [1718] = {.lex_state = 63}, - [1719] = {.lex_state = 63}, - [1720] = {.lex_state = 63, .external_lex_state = 2}, - [1721] = {.lex_state = 63}, - [1722] = {.lex_state = 63}, - [1723] = {.lex_state = 63}, - [1724] = {.lex_state = 63}, + [1652] = {.lex_state = 62, .external_lex_state = 2}, + [1653] = {.lex_state = 15}, + [1654] = {.lex_state = 62, .external_lex_state = 2}, + [1655] = {.lex_state = 62, .external_lex_state = 2}, + [1656] = {.lex_state = 15}, + [1657] = {.lex_state = 62}, + [1658] = {.lex_state = 15}, + [1659] = {.lex_state = 62}, + [1660] = {.lex_state = 15}, + [1661] = {.lex_state = 62}, + [1662] = {.lex_state = 64}, + [1663] = {.lex_state = 62}, + [1664] = {.lex_state = 62}, + [1665] = {.lex_state = 62}, + [1666] = {.lex_state = 62, .external_lex_state = 2}, + [1667] = {.lex_state = 62, .external_lex_state = 2}, + [1668] = {.lex_state = 62}, + [1669] = {.lex_state = 62}, + [1670] = {.lex_state = 62}, + [1671] = {.lex_state = 15}, + [1672] = {.lex_state = 62}, + [1673] = {.lex_state = 62, .external_lex_state = 2}, + [1674] = {.lex_state = 15}, + [1675] = {.lex_state = 62, .external_lex_state = 2}, + [1676] = {.lex_state = 62, .external_lex_state = 2}, + [1677] = {.lex_state = 62}, + [1678] = {.lex_state = 62}, + [1679] = {.lex_state = 62, .external_lex_state = 2}, + [1680] = {.lex_state = 15}, + [1681] = {.lex_state = 62}, + [1682] = {.lex_state = 62}, + [1683] = {.lex_state = 62}, + [1684] = {.lex_state = 62, .external_lex_state = 2}, + [1685] = {.lex_state = 62}, + [1686] = {.lex_state = 62, .external_lex_state = 2}, + [1687] = {.lex_state = 62, .external_lex_state = 2}, + [1688] = {.lex_state = 62}, + [1689] = {.lex_state = 62}, + [1690] = {.lex_state = 62}, + [1691] = {.lex_state = 62, .external_lex_state = 2}, + [1692] = {.lex_state = 15}, + [1693] = {.lex_state = 62, .external_lex_state = 2}, + [1694] = {.lex_state = 62}, + [1695] = {.lex_state = 64, .external_lex_state = 10}, + [1696] = {.lex_state = 62}, + [1697] = {.lex_state = 62}, + [1698] = {.lex_state = 62, .external_lex_state = 2}, + [1699] = {.lex_state = 62, .external_lex_state = 2}, + [1700] = {.lex_state = 62}, + [1701] = {.lex_state = 62, .external_lex_state = 2}, + [1702] = {.lex_state = 62, .external_lex_state = 2}, + [1703] = {.lex_state = 62}, + [1704] = {.lex_state = 62, .external_lex_state = 2}, + [1705] = {.lex_state = 62, .external_lex_state = 2}, + [1706] = {.lex_state = 15}, + [1707] = {.lex_state = 62, .external_lex_state = 2}, + [1708] = {.lex_state = 62}, + [1709] = {.lex_state = 62, .external_lex_state = 2}, + [1710] = {.lex_state = 62, .external_lex_state = 2}, + [1711] = {.lex_state = 62, .external_lex_state = 2}, + [1712] = {.lex_state = 62, .external_lex_state = 2}, + [1713] = {.lex_state = 62}, + [1714] = {.lex_state = 62, .external_lex_state = 2}, + [1715] = {.lex_state = 62, .external_lex_state = 2}, + [1716] = {.lex_state = 15}, + [1717] = {.lex_state = 15}, + [1718] = {.lex_state = 62}, + [1719] = {.lex_state = 62, .external_lex_state = 2}, + [1720] = {.lex_state = 62}, + [1721] = {.lex_state = 62, .external_lex_state = 2}, + [1722] = {.lex_state = 62, .external_lex_state = 2}, + [1723] = {.lex_state = 15}, + [1724] = {.lex_state = 62, .external_lex_state = 2}, [1725] = {.lex_state = 63}, - [1726] = {.lex_state = 63}, - [1727] = {.lex_state = 63}, - [1728] = {.lex_state = 63}, - [1729] = {.lex_state = 63, .external_lex_state = 2}, - [1730] = {.lex_state = 63}, + [1726] = {.lex_state = 15}, + [1727] = {.lex_state = 15}, + [1728] = {.lex_state = 15}, + [1729] = {.lex_state = 62, .external_lex_state = 2}, + [1730] = {.lex_state = 62}, [1731] = {.lex_state = 63}, - [1732] = {.lex_state = 63}, - [1733] = {.lex_state = 63}, - [1734] = {.lex_state = 63, .external_lex_state = 2}, - [1735] = {.lex_state = 63}, - [1736] = {.lex_state = 63, .external_lex_state = 2}, - [1737] = {.lex_state = 63, .external_lex_state = 2}, - [1738] = {.lex_state = 63, .external_lex_state = 2}, - [1739] = {.lex_state = 63}, - [1740] = {.lex_state = 63}, - [1741] = {.lex_state = 63}, - [1742] = {.lex_state = 63}, - [1743] = {.lex_state = 63, .external_lex_state = 2}, - [1744] = {.lex_state = 63}, - [1745] = {.lex_state = 63, .external_lex_state = 2}, - [1746] = {.lex_state = 63}, - [1747] = {.lex_state = 63, .external_lex_state = 2}, - [1748] = {.lex_state = 63}, - [1749] = {.lex_state = 63}, - [1750] = {.lex_state = 63, .external_lex_state = 2}, - [1751] = {.lex_state = 63}, - [1752] = {.lex_state = 64}, - [1753] = {.lex_state = 64}, - [1754] = {.lex_state = 65}, - [1755] = {.lex_state = 63, .external_lex_state = 2}, - [1756] = {.lex_state = 64}, - [1757] = {.lex_state = 63, .external_lex_state = 2}, - [1758] = {.lex_state = 63}, - [1759] = {.lex_state = 63, .external_lex_state = 2}, - [1760] = {.lex_state = 63, .external_lex_state = 2}, - [1761] = {.lex_state = 63, .external_lex_state = 2}, - [1762] = {.lex_state = 63}, - [1763] = {.lex_state = 63}, - [1764] = {.lex_state = 65, .external_lex_state = 10}, - [1765] = {.lex_state = 63, .external_lex_state = 2}, - [1766] = {.lex_state = 63, .external_lex_state = 2}, - [1767] = {.lex_state = 63}, - [1768] = {.lex_state = 63, .external_lex_state = 2}, - [1769] = {.lex_state = 65, .external_lex_state = 10}, - [1770] = {.lex_state = 63}, + [1732] = {.lex_state = 15}, + [1733] = {.lex_state = 62}, + [1734] = {.lex_state = 63}, + [1735] = {.lex_state = 62}, + [1736] = {.lex_state = 62}, + [1737] = {.lex_state = 64}, + [1738] = {.lex_state = 63}, + [1739] = {.lex_state = 62}, + [1740] = {.lex_state = 62, .external_lex_state = 2}, + [1741] = {.lex_state = 62}, + [1742] = {.lex_state = 62, .external_lex_state = 2}, + [1743] = {.lex_state = 63}, + [1744] = {.lex_state = 62, .external_lex_state = 2}, + [1745] = {.lex_state = 62, .external_lex_state = 2}, + [1746] = {.lex_state = 62, .external_lex_state = 2}, + [1747] = {.lex_state = 62, .external_lex_state = 2}, + [1748] = {.lex_state = 62}, + [1749] = {.lex_state = 62, .external_lex_state = 2}, + [1750] = {.lex_state = 62, .external_lex_state = 2}, + [1751] = {.lex_state = 62, .external_lex_state = 2}, + [1752] = {.lex_state = 62}, + [1753] = {.lex_state = 15}, + [1754] = {.lex_state = 62, .external_lex_state = 2}, + [1755] = {.lex_state = 62, .external_lex_state = 2}, + [1756] = {.lex_state = 15}, + [1757] = {.lex_state = 62, .external_lex_state = 2}, + [1758] = {.lex_state = 62, .external_lex_state = 2}, + [1759] = {.lex_state = 62, .external_lex_state = 2}, + [1760] = {.lex_state = 64, .external_lex_state = 10}, + [1761] = {.lex_state = 62, .external_lex_state = 2}, + [1762] = {.lex_state = 62}, + [1763] = {.lex_state = 62}, + [1764] = {.lex_state = 62, .external_lex_state = 2}, + [1765] = {.lex_state = 15}, + [1766] = {.lex_state = 62, .external_lex_state = 2}, + [1767] = {.lex_state = 62, .external_lex_state = 2}, + [1768] = {.lex_state = 62}, + [1769] = {.lex_state = 62, .external_lex_state = 2}, + [1770] = {.lex_state = 15}, [1771] = {.lex_state = 63}, - [1772] = {.lex_state = 63}, + [1772] = {.lex_state = 62, .external_lex_state = 2}, [1773] = {.lex_state = 63}, - [1774] = {.lex_state = 63, .external_lex_state = 2}, - [1775] = {.lex_state = 63, .external_lex_state = 2}, - [1776] = {.lex_state = 63}, - [1777] = {.lex_state = 63}, - [1778] = {.lex_state = 63}, - [1779] = {.lex_state = 63}, - [1780] = {.lex_state = 63}, - [1781] = {.lex_state = 65, .external_lex_state = 10}, - [1782] = {.lex_state = 63, .external_lex_state = 2}, - [1783] = {.lex_state = 63}, - [1784] = {.lex_state = 63}, - [1785] = {.lex_state = 63, .external_lex_state = 2}, - [1786] = {.lex_state = 63, .external_lex_state = 2}, - [1787] = {.lex_state = 63}, - [1788] = {.lex_state = 63, .external_lex_state = 2}, - [1789] = {.lex_state = 63, .external_lex_state = 2}, - [1790] = {.lex_state = 63}, - [1791] = {.lex_state = 63, .external_lex_state = 2}, - [1792] = {.lex_state = 63, .external_lex_state = 2}, - [1793] = {.lex_state = 3, .external_lex_state = 11}, - [1794] = {.lex_state = 63}, - [1795] = {.lex_state = 63, .external_lex_state = 2}, - [1796] = {.lex_state = 63, .external_lex_state = 2}, - [1797] = {.lex_state = 63, .external_lex_state = 2}, - [1798] = {.lex_state = 63, .external_lex_state = 2}, - [1799] = {.lex_state = 63}, - [1800] = {.lex_state = 63, .external_lex_state = 2}, - [1801] = {.lex_state = 63}, - [1802] = {.lex_state = 63, .external_lex_state = 2}, - [1803] = {.lex_state = 63, .external_lex_state = 2}, + [1774] = {.lex_state = 62}, + [1775] = {.lex_state = 15}, + [1776] = {.lex_state = 62, .external_lex_state = 2}, + [1777] = {.lex_state = 15}, + [1778] = {.lex_state = 62, .external_lex_state = 2}, + [1779] = {.lex_state = 62, .external_lex_state = 2}, + [1780] = {.lex_state = 62, .external_lex_state = 2}, + [1781] = {.lex_state = 62}, + [1782] = {.lex_state = 62}, + [1783] = {.lex_state = 62}, + [1784] = {.lex_state = 62}, + [1785] = {.lex_state = 62, .external_lex_state = 2}, + [1786] = {.lex_state = 3, .external_lex_state = 11}, + [1787] = {.lex_state = 62}, + [1788] = {.lex_state = 62}, + [1789] = {.lex_state = 62}, + [1790] = {.lex_state = 62}, + [1791] = {.lex_state = 62}, + [1792] = {.lex_state = 62}, + [1793] = {.lex_state = 62, .external_lex_state = 2}, + [1794] = {.lex_state = 62}, + [1795] = {.lex_state = 62, .external_lex_state = 2}, + [1796] = {.lex_state = 3, .external_lex_state = 12}, + [1797] = {.lex_state = 62}, + [1798] = {.lex_state = 3, .external_lex_state = 12}, + [1799] = {.lex_state = 62, .external_lex_state = 2}, + [1800] = {.lex_state = 62}, + [1801] = {.lex_state = 62}, + [1802] = {.lex_state = 63}, + [1803] = {.lex_state = 62, .external_lex_state = 2}, [1804] = {.lex_state = 63}, - [1805] = {.lex_state = 63, .external_lex_state = 2}, - [1806] = {.lex_state = 63}, - [1807] = {.lex_state = 63}, - [1808] = {.lex_state = 63}, - [1809] = {.lex_state = 63}, - [1810] = {.lex_state = 63}, - [1811] = {.lex_state = 63}, - [1812] = {.lex_state = 63}, - [1813] = {.lex_state = 63}, - [1814] = {.lex_state = 63}, - [1815] = {.lex_state = 63}, - [1816] = {.lex_state = 63}, - [1817] = {.lex_state = 63}, - [1818] = {.lex_state = 63, .external_lex_state = 2}, - [1819] = {.lex_state = 63}, - [1820] = {.lex_state = 63}, - [1821] = {.lex_state = 63, .external_lex_state = 2}, - [1822] = {.lex_state = 63}, - [1823] = {.lex_state = 64}, - [1824] = {.lex_state = 63, .external_lex_state = 2}, - [1825] = {.lex_state = 63}, - [1826] = {.lex_state = 63}, - [1827] = {.lex_state = 63}, - [1828] = {.lex_state = 63, .external_lex_state = 2}, - [1829] = {.lex_state = 63}, - [1830] = {.lex_state = 64}, - [1831] = {.lex_state = 63}, - [1832] = {.lex_state = 63, .external_lex_state = 2}, - [1833] = {.lex_state = 63}, - [1834] = {.lex_state = 63}, - [1835] = {.lex_state = 3, .external_lex_state = 11}, - [1836] = {.lex_state = 63, .external_lex_state = 2}, - [1837] = {.lex_state = 63}, - [1838] = {.lex_state = 63}, - [1839] = {.lex_state = 63}, - [1840] = {.lex_state = 63}, - [1841] = {.lex_state = 63, .external_lex_state = 2}, - [1842] = {.lex_state = 63}, - [1843] = {.lex_state = 65}, + [1805] = {.lex_state = 64, .external_lex_state = 10}, + [1806] = {.lex_state = 62}, + [1807] = {.lex_state = 62}, + [1808] = {.lex_state = 62}, + [1809] = {.lex_state = 62}, + [1810] = {.lex_state = 62}, + [1811] = {.lex_state = 62, .external_lex_state = 2}, + [1812] = {.lex_state = 62, .external_lex_state = 2}, + [1813] = {.lex_state = 62}, + [1814] = {.lex_state = 62}, + [1815] = {.lex_state = 62}, + [1816] = {.lex_state = 62}, + [1817] = {.lex_state = 62}, + [1818] = {.lex_state = 62}, + [1819] = {.lex_state = 62}, + [1820] = {.lex_state = 62, .external_lex_state = 2}, + [1821] = {.lex_state = 62, .external_lex_state = 2}, + [1822] = {.lex_state = 62}, + [1823] = {.lex_state = 62}, + [1824] = {.lex_state = 62}, + [1825] = {.lex_state = 62}, + [1826] = {.lex_state = 3, .external_lex_state = 11}, + [1827] = {.lex_state = 17}, + [1828] = {.lex_state = 62}, + [1829] = {.lex_state = 62}, + [1830] = {.lex_state = 62}, + [1831] = {.lex_state = 62}, + [1832] = {.lex_state = 62}, + [1833] = {.lex_state = 62}, + [1834] = {.lex_state = 3, .external_lex_state = 12}, + [1835] = {.lex_state = 62}, + [1836] = {.lex_state = 62}, + [1837] = {.lex_state = 62, .external_lex_state = 2}, + [1838] = {.lex_state = 62}, + [1839] = {.lex_state = 62}, + [1840] = {.lex_state = 62}, + [1841] = {.lex_state = 62}, + [1842] = {.lex_state = 62}, + [1843] = {.lex_state = 62}, [1844] = {.lex_state = 63}, - [1845] = {.lex_state = 63, .external_lex_state = 2}, - [1846] = {.lex_state = 63, .external_lex_state = 2}, - [1847] = {.lex_state = 63}, - [1848] = {.lex_state = 63, .external_lex_state = 2}, - [1849] = {.lex_state = 63, .external_lex_state = 2}, - [1850] = {.lex_state = 63, .external_lex_state = 2}, - [1851] = {.lex_state = 63, .external_lex_state = 2}, - [1852] = {.lex_state = 63, .external_lex_state = 2}, - [1853] = {.lex_state = 63}, - [1854] = {.lex_state = 63}, - [1855] = {.lex_state = 63, .external_lex_state = 2}, - [1856] = {.lex_state = 63}, - [1857] = {.lex_state = 63}, - [1858] = {.lex_state = 63}, - [1859] = {.lex_state = 63}, - [1860] = {.lex_state = 63, .external_lex_state = 2}, - [1861] = {.lex_state = 63}, - [1862] = {.lex_state = 63, .external_lex_state = 2}, - [1863] = {.lex_state = 63, .external_lex_state = 2}, - [1864] = {.lex_state = 63, .external_lex_state = 2}, - [1865] = {.lex_state = 63}, - [1866] = {.lex_state = 63}, - [1867] = {.lex_state = 63}, - [1868] = {.lex_state = 63}, - [1869] = {.lex_state = 63}, - [1870] = {.lex_state = 63}, - [1871] = {.lex_state = 3, .external_lex_state = 12}, - [1872] = {.lex_state = 18}, - [1873] = {.lex_state = 63, .external_lex_state = 2}, - [1874] = {.lex_state = 18}, - [1875] = {.lex_state = 63, .external_lex_state = 2}, - [1876] = {.lex_state = 3, .external_lex_state = 12}, - [1877] = {.lex_state = 63}, - [1878] = {.lex_state = 63}, - [1879] = {.lex_state = 63}, - [1880] = {.lex_state = 63}, - [1881] = {.lex_state = 63}, - [1882] = {.lex_state = 63}, - [1883] = {.lex_state = 63, .external_lex_state = 2}, - [1884] = {.lex_state = 63}, - [1885] = {.lex_state = 63}, - [1886] = {.lex_state = 3, .external_lex_state = 12}, - [1887] = {.lex_state = 63}, - [1888] = {.lex_state = 63}, - [1889] = {.lex_state = 63}, - [1890] = {.lex_state = 63, .external_lex_state = 2}, - [1891] = {.lex_state = 63, .external_lex_state = 2}, - [1892] = {.lex_state = 63, .external_lex_state = 2}, - [1893] = {.lex_state = 63, .external_lex_state = 2}, - [1894] = {.lex_state = 63, .external_lex_state = 2}, - [1895] = {.lex_state = 63}, - [1896] = {.lex_state = 63, .external_lex_state = 2}, - [1897] = {.lex_state = 63, .external_lex_state = 2}, - [1898] = {.lex_state = 63, .external_lex_state = 2}, - [1899] = {.lex_state = 63, .external_lex_state = 2}, - [1900] = {.lex_state = 63, .external_lex_state = 2}, - [1901] = {.lex_state = 63, .external_lex_state = 2}, - [1902] = {.lex_state = 63}, - [1903] = {.lex_state = 64}, - [1904] = {.lex_state = 63, .external_lex_state = 2}, - [1905] = {.lex_state = 63, .external_lex_state = 2}, - [1906] = {.lex_state = 63}, - [1907] = {.lex_state = 63, .external_lex_state = 2}, - [1908] = {.lex_state = 63, .external_lex_state = 2}, - [1909] = {.lex_state = 63, .external_lex_state = 2}, - [1910] = {.lex_state = 63, .external_lex_state = 2}, - [1911] = {.lex_state = 63, .external_lex_state = 2}, - [1912] = {.lex_state = 63, .external_lex_state = 2}, - [1913] = {.lex_state = 63, .external_lex_state = 2}, - [1914] = {.lex_state = 63}, - [1915] = {.lex_state = 63}, - [1916] = {.lex_state = 63}, - [1917] = {.lex_state = 63}, - [1918] = {.lex_state = 63, .external_lex_state = 2}, - [1919] = {.lex_state = 3, .external_lex_state = 12}, - [1920] = {.lex_state = 63, .external_lex_state = 2}, - [1921] = {.lex_state = 63}, - [1922] = {.lex_state = 63}, - [1923] = {.lex_state = 63}, - [1924] = {.lex_state = 63}, - [1925] = {.lex_state = 63}, - [1926] = {.lex_state = 63}, - [1927] = {.lex_state = 63}, - [1928] = {.lex_state = 63}, - [1929] = {.lex_state = 63}, - [1930] = {.lex_state = 63}, - [1931] = {.lex_state = 63}, - [1932] = {.lex_state = 63}, - [1933] = {.lex_state = 3, .external_lex_state = 12}, - [1934] = {.lex_state = 63}, - [1935] = {.lex_state = 63}, - [1936] = {.lex_state = 63}, - [1937] = {.lex_state = 63}, - [1938] = {.lex_state = 63}, - [1939] = {.lex_state = 63}, - [1940] = {.lex_state = 63}, - [1941] = {.lex_state = 63}, - [1942] = {.lex_state = 63}, - [1943] = {.lex_state = 63}, - [1944] = {.lex_state = 63}, - [1945] = {.lex_state = 63}, - [1946] = {.lex_state = 63}, - [1947] = {.lex_state = 64}, - [1948] = {.lex_state = 63}, - [1949] = {.lex_state = 63}, - [1950] = {.lex_state = 63}, - [1951] = {.lex_state = 63, .external_lex_state = 2}, - [1952] = {.lex_state = 63}, - [1953] = {.lex_state = 63}, + [1845] = {.lex_state = 62}, + [1846] = {.lex_state = 62}, + [1847] = {.lex_state = 62, .external_lex_state = 2}, + [1848] = {.lex_state = 62}, + [1849] = {.lex_state = 62}, + [1850] = {.lex_state = 62}, + [1851] = {.lex_state = 62}, + [1852] = {.lex_state = 62}, + [1853] = {.lex_state = 62}, + [1854] = {.lex_state = 62}, + [1855] = {.lex_state = 62}, + [1856] = {.lex_state = 62}, + [1857] = {.lex_state = 62}, + [1858] = {.lex_state = 62}, + [1859] = {.lex_state = 62, .external_lex_state = 2}, + [1860] = {.lex_state = 62}, + [1861] = {.lex_state = 62}, + [1862] = {.lex_state = 62}, + [1863] = {.lex_state = 62, .external_lex_state = 2}, + [1864] = {.lex_state = 62}, + [1865] = {.lex_state = 62}, + [1866] = {.lex_state = 62}, + [1867] = {.lex_state = 62}, + [1868] = {.lex_state = 62}, + [1869] = {.lex_state = 62, .external_lex_state = 2}, + [1870] = {.lex_state = 62}, + [1871] = {.lex_state = 64}, + [1872] = {.lex_state = 62}, + [1873] = {.lex_state = 62, .external_lex_state = 2}, + [1874] = {.lex_state = 62}, + [1875] = {.lex_state = 62}, + [1876] = {.lex_state = 62}, + [1877] = {.lex_state = 62, .external_lex_state = 2}, + [1878] = {.lex_state = 62}, + [1879] = {.lex_state = 17}, + [1880] = {.lex_state = 62, .external_lex_state = 2}, + [1881] = {.lex_state = 3, .external_lex_state = 12}, + [1882] = {.lex_state = 62, .external_lex_state = 2}, + [1883] = {.lex_state = 62, .external_lex_state = 2}, + [1884] = {.lex_state = 3, .external_lex_state = 12}, + [1885] = {.lex_state = 17}, + [1886] = {.lex_state = 62}, + [1887] = {.lex_state = 62}, + [1888] = {.lex_state = 17}, + [1889] = {.lex_state = 3, .external_lex_state = 12}, + [1890] = {.lex_state = 3, .external_lex_state = 12}, + [1891] = {.lex_state = 62}, + [1892] = {.lex_state = 62, .external_lex_state = 2}, + [1893] = {.lex_state = 62}, + [1894] = {.lex_state = 62, .external_lex_state = 2}, + [1895] = {.lex_state = 62}, + [1896] = {.lex_state = 62}, + [1897] = {.lex_state = 62}, + [1898] = {.lex_state = 62}, + [1899] = {.lex_state = 62}, + [1900] = {.lex_state = 62}, + [1901] = {.lex_state = 62}, + [1902] = {.lex_state = 62}, + [1903] = {.lex_state = 62}, + [1904] = {.lex_state = 62}, + [1905] = {.lex_state = 62}, + [1906] = {.lex_state = 62}, + [1907] = {.lex_state = 62}, + [1908] = {.lex_state = 62, .external_lex_state = 2}, + [1909] = {.lex_state = 62}, + [1910] = {.lex_state = 62}, + [1911] = {.lex_state = 62, .external_lex_state = 2}, + [1912] = {.lex_state = 62, .external_lex_state = 2}, + [1913] = {.lex_state = 62, .external_lex_state = 2}, + [1914] = {.lex_state = 62}, + [1915] = {.lex_state = 62}, + [1916] = {.lex_state = 62, .external_lex_state = 2}, + [1917] = {.lex_state = 62}, + [1918] = {.lex_state = 62}, + [1919] = {.lex_state = 62, .external_lex_state = 2}, + [1920] = {.lex_state = 62}, + [1921] = {.lex_state = 62}, + [1922] = {.lex_state = 62}, + [1923] = {.lex_state = 62}, + [1924] = {.lex_state = 62, .external_lex_state = 2}, + [1925] = {.lex_state = 62, .external_lex_state = 2}, + [1926] = {.lex_state = 62}, + [1927] = {.lex_state = 62}, + [1928] = {.lex_state = 62}, + [1929] = {.lex_state = 62}, + [1930] = {.lex_state = 62}, + [1931] = {.lex_state = 62}, + [1932] = {.lex_state = 62}, + [1933] = {.lex_state = 62}, + [1934] = {.lex_state = 62}, + [1935] = {.lex_state = 62}, + [1936] = {.lex_state = 62}, + [1937] = {.lex_state = 62}, + [1938] = {.lex_state = 62, .external_lex_state = 2}, + [1939] = {.lex_state = 62}, + [1940] = {.lex_state = 62}, + [1941] = {.lex_state = 62}, + [1942] = {.lex_state = 62}, + [1943] = {.lex_state = 62, .external_lex_state = 2}, + [1944] = {.lex_state = 62, .external_lex_state = 2}, + [1945] = {.lex_state = 62}, + [1946] = {.lex_state = 62}, + [1947] = {.lex_state = 62, .external_lex_state = 2}, + [1948] = {.lex_state = 62, .external_lex_state = 2}, + [1949] = {.lex_state = 62}, + [1950] = {.lex_state = 62, .external_lex_state = 2}, + [1951] = {.lex_state = 62, .external_lex_state = 2}, + [1952] = {.lex_state = 62, .external_lex_state = 2}, + [1953] = {.lex_state = 62}, [1954] = {.lex_state = 63}, - [1955] = {.lex_state = 63}, - [1956] = {.lex_state = 63}, - [1957] = {.lex_state = 63, .external_lex_state = 2}, - [1958] = {.lex_state = 63}, - [1959] = {.lex_state = 63, .external_lex_state = 2}, + [1955] = {.lex_state = 62}, + [1956] = {.lex_state = 62}, + [1957] = {.lex_state = 62}, + [1958] = {.lex_state = 62}, + [1959] = {.lex_state = 62}, [1960] = {.lex_state = 63}, - [1961] = {.lex_state = 63}, - [1962] = {.lex_state = 63}, - [1963] = {.lex_state = 63}, - [1964] = {.lex_state = 63}, - [1965] = {.lex_state = 63}, - [1966] = {.lex_state = 63}, - [1967] = {.lex_state = 63}, - [1968] = {.lex_state = 63}, - [1969] = {.lex_state = 63, .external_lex_state = 2}, - [1970] = {.lex_state = 63}, - [1971] = {.lex_state = 63}, - [1972] = {.lex_state = 63}, - [1973] = {.lex_state = 63}, - [1974] = {.lex_state = 63}, - [1975] = {.lex_state = 63}, - [1976] = {.lex_state = 63}, - [1977] = {.lex_state = 63, .external_lex_state = 2}, - [1978] = {.lex_state = 63, .external_lex_state = 2}, - [1979] = {.lex_state = 63}, - [1980] = {.lex_state = 63}, - [1981] = {.lex_state = 63}, - [1982] = {.lex_state = 63}, - [1983] = {.lex_state = 3, .external_lex_state = 12}, - [1984] = {.lex_state = 3, .external_lex_state = 12}, - [1985] = {.lex_state = 63}, - [1986] = {.lex_state = 3, .external_lex_state = 12}, - [1987] = {.lex_state = 63}, - [1988] = {.lex_state = 63}, - [1989] = {.lex_state = 63}, - [1990] = {.lex_state = 18}, - [1991] = {.lex_state = 18}, - [1992] = {.lex_state = 63}, - [1993] = {.lex_state = 63}, - [1994] = {.lex_state = 63}, - [1995] = {.lex_state = 63}, - [1996] = {.lex_state = 63}, - [1997] = {.lex_state = 63}, - [1998] = {.lex_state = 63}, - [1999] = {.lex_state = 63}, - [2000] = {.lex_state = 63}, - [2001] = {.lex_state = 63}, - [2002] = {.lex_state = 63}, - [2003] = {.lex_state = 63}, - [2004] = {.lex_state = 63}, - [2005] = {.lex_state = 63}, - [2006] = {.lex_state = 63}, - [2007] = {.lex_state = 63}, - [2008] = {.lex_state = 63}, - [2009] = {.lex_state = 63}, - [2010] = {.lex_state = 63}, - [2011] = {.lex_state = 63}, - [2012] = {.lex_state = 63}, - [2013] = {.lex_state = 63}, - [2014] = {.lex_state = 63}, - [2015] = {.lex_state = 63}, - [2016] = {.lex_state = 63}, - [2017] = {.lex_state = 63}, - [2018] = {.lex_state = 63}, - [2019] = {.lex_state = 63}, - [2020] = {.lex_state = 63, .external_lex_state = 2}, - [2021] = {.lex_state = 63}, - [2022] = {.lex_state = 63}, - [2023] = {.lex_state = 63, .external_lex_state = 2}, - [2024] = {.lex_state = 63}, - [2025] = {.lex_state = 63}, - [2026] = {.lex_state = 63}, - [2027] = {.lex_state = 63}, - [2028] = {.lex_state = 63}, - [2029] = {.lex_state = 63}, - [2030] = {.lex_state = 63, .external_lex_state = 2}, - [2031] = {.lex_state = 63, .external_lex_state = 2}, - [2032] = {.lex_state = 63}, - [2033] = {.lex_state = 63}, - [2034] = {.lex_state = 63}, - [2035] = {.lex_state = 63}, - [2036] = {.lex_state = 63}, - [2037] = {.lex_state = 63}, - [2038] = {.lex_state = 63}, - [2039] = {.lex_state = 63}, - [2040] = {.lex_state = 63}, - [2041] = {.lex_state = 63}, - [2042] = {.lex_state = 63}, - [2043] = {.lex_state = 63}, - [2044] = {.lex_state = 64}, - [2045] = {.lex_state = 63}, - [2046] = {.lex_state = 64}, - [2047] = {.lex_state = 63}, - [2048] = {.lex_state = 63}, - [2049] = {.lex_state = 63}, - [2050] = {.lex_state = 63}, - [2051] = {.lex_state = 63}, - [2052] = {.lex_state = 63}, - [2053] = {.lex_state = 63}, - [2054] = {.lex_state = 3, .external_lex_state = 11}, - [2055] = {.lex_state = 63}, - [2056] = {.lex_state = 63}, - [2057] = {.lex_state = 63}, - [2058] = {.lex_state = 63}, - [2059] = {.lex_state = 63}, - [2060] = {.lex_state = 63}, - [2061] = {.lex_state = 63, .external_lex_state = 2}, - [2062] = {.lex_state = 63}, - [2063] = {.lex_state = 63}, - [2064] = {.lex_state = 63}, - [2065] = {.lex_state = 63}, - [2066] = {.lex_state = 63}, - [2067] = {.lex_state = 63, .external_lex_state = 2}, - [2068] = {.lex_state = 63}, - [2069] = {.lex_state = 63}, - [2070] = {.lex_state = 63}, - [2071] = {.lex_state = 63}, - [2072] = {.lex_state = 63}, - [2073] = {.lex_state = 63}, - [2074] = {.lex_state = 63}, - [2075] = {.lex_state = 63}, - [2076] = {.lex_state = 63}, - [2077] = {.lex_state = 63}, - [2078] = {.lex_state = 63}, - [2079] = {.lex_state = 63}, - [2080] = {.lex_state = 63}, - [2081] = {.lex_state = 63}, - [2082] = {.lex_state = 63}, - [2083] = {.lex_state = 63}, - [2084] = {.lex_state = 63}, - [2085] = {.lex_state = 63}, - [2086] = {.lex_state = 63}, - [2087] = {.lex_state = 63}, - [2088] = {.lex_state = 63}, - [2089] = {.lex_state = 63}, - [2090] = {.lex_state = 63}, - [2091] = {.lex_state = 63}, - [2092] = {.lex_state = 63}, - [2093] = {.lex_state = 63}, - [2094] = {.lex_state = 63}, - [2095] = {.lex_state = 63}, - [2096] = {.lex_state = 63}, - [2097] = {.lex_state = 63}, - [2098] = {.lex_state = 63, .external_lex_state = 13}, - [2099] = {.lex_state = 63}, - [2100] = {.lex_state = 63}, - [2101] = {.lex_state = 63}, - [2102] = {.lex_state = 63}, - [2103] = {.lex_state = 63}, - [2104] = {.lex_state = 63}, - [2105] = {.lex_state = 63}, - [2106] = {.lex_state = 63}, - [2107] = {.lex_state = 63}, - [2108] = {.lex_state = 63}, - [2109] = {.lex_state = 63}, - [2110] = {.lex_state = 63}, - [2111] = {.lex_state = 63}, - [2112] = {.lex_state = 63}, - [2113] = {.lex_state = 63}, - [2114] = {.lex_state = 63}, - [2115] = {.lex_state = 63}, - [2116] = {.lex_state = 63}, - [2117] = {.lex_state = 63}, - [2118] = {.lex_state = 63}, - [2119] = {.lex_state = 63}, - [2120] = {.lex_state = 63}, - [2121] = {.lex_state = 63}, - [2122] = {.lex_state = 63}, - [2123] = {.lex_state = 63}, - [2124] = {.lex_state = 63}, - [2125] = {.lex_state = 63}, - [2126] = {.lex_state = 63}, - [2127] = {.lex_state = 63}, - [2128] = {.lex_state = 63}, - [2129] = {.lex_state = 63}, - [2130] = {.lex_state = 63, .external_lex_state = 2}, - [2131] = {.lex_state = 63, .external_lex_state = 2}, - [2132] = {.lex_state = 63}, - [2133] = {.lex_state = 63}, - [2134] = {.lex_state = 63}, - [2135] = {.lex_state = 63}, - [2136] = {.lex_state = 63}, - [2137] = {.lex_state = 63}, - [2138] = {.lex_state = 63}, - [2139] = {.lex_state = 63}, - [2140] = {.lex_state = 63}, - [2141] = {.lex_state = 63}, - [2142] = {.lex_state = 63}, - [2143] = {.lex_state = 63}, - [2144] = {.lex_state = 63}, - [2145] = {.lex_state = 64}, - [2146] = {.lex_state = 63}, - [2147] = {.lex_state = 63}, - [2148] = {.lex_state = 63}, - [2149] = {.lex_state = 63}, - [2150] = {.lex_state = 63}, - [2151] = {.lex_state = 63}, - [2152] = {.lex_state = 63}, - [2153] = {.lex_state = 63}, - [2154] = {.lex_state = 63, .external_lex_state = 2}, - [2155] = {.lex_state = 63}, - [2156] = {.lex_state = 63}, - [2157] = {.lex_state = 63}, - [2158] = {.lex_state = 63}, - [2159] = {.lex_state = 63}, + [1961] = {.lex_state = 62}, + [1962] = {.lex_state = 62}, + [1963] = {.lex_state = 62, .external_lex_state = 2}, + [1964] = {.lex_state = 62}, + [1965] = {.lex_state = 62}, + [1966] = {.lex_state = 62}, + [1967] = {.lex_state = 62}, + [1968] = {.lex_state = 62}, + [1969] = {.lex_state = 62}, + [1970] = {.lex_state = 62}, + [1971] = {.lex_state = 62, .external_lex_state = 2}, + [1972] = {.lex_state = 62}, + [1973] = {.lex_state = 62}, + [1974] = {.lex_state = 62}, + [1975] = {.lex_state = 62}, + [1976] = {.lex_state = 62}, + [1977] = {.lex_state = 62}, + [1978] = {.lex_state = 62}, + [1979] = {.lex_state = 62}, + [1980] = {.lex_state = 62}, + [1981] = {.lex_state = 62}, + [1982] = {.lex_state = 62}, + [1983] = {.lex_state = 62}, + [1984] = {.lex_state = 62}, + [1985] = {.lex_state = 62}, + [1986] = {.lex_state = 62, .external_lex_state = 2}, + [1987] = {.lex_state = 62, .external_lex_state = 2}, + [1988] = {.lex_state = 62}, + [1989] = {.lex_state = 62}, + [1990] = {.lex_state = 62, .external_lex_state = 2}, + [1991] = {.lex_state = 62}, + [1992] = {.lex_state = 62}, + [1993] = {.lex_state = 62}, + [1994] = {.lex_state = 62}, + [1995] = {.lex_state = 62}, + [1996] = {.lex_state = 62, .external_lex_state = 2}, + [1997] = {.lex_state = 62}, + [1998] = {.lex_state = 62, .external_lex_state = 2}, + [1999] = {.lex_state = 62, .external_lex_state = 2}, + [2000] = {.lex_state = 62, .external_lex_state = 2}, + [2001] = {.lex_state = 62}, + [2002] = {.lex_state = 62, .external_lex_state = 2}, + [2003] = {.lex_state = 62}, + [2004] = {.lex_state = 62, .external_lex_state = 2}, + [2005] = {.lex_state = 62}, + [2006] = {.lex_state = 62, .external_lex_state = 2}, + [2007] = {.lex_state = 62, .external_lex_state = 2}, + [2008] = {.lex_state = 62, .external_lex_state = 2}, + [2009] = {.lex_state = 62}, + [2010] = {.lex_state = 62}, + [2011] = {.lex_state = 62}, + [2012] = {.lex_state = 62}, + [2013] = {.lex_state = 62, .external_lex_state = 2}, + [2014] = {.lex_state = 62}, + [2015] = {.lex_state = 62}, + [2016] = {.lex_state = 62}, + [2017] = {.lex_state = 62, .external_lex_state = 2}, + [2018] = {.lex_state = 62, .external_lex_state = 2}, + [2019] = {.lex_state = 62}, + [2020] = {.lex_state = 62, .external_lex_state = 2}, + [2021] = {.lex_state = 62}, + [2022] = {.lex_state = 62}, + [2023] = {.lex_state = 62}, + [2024] = {.lex_state = 62}, + [2025] = {.lex_state = 62}, + [2026] = {.lex_state = 62, .external_lex_state = 2}, + [2027] = {.lex_state = 62}, + [2028] = {.lex_state = 62}, + [2029] = {.lex_state = 62}, + [2030] = {.lex_state = 62}, + [2031] = {.lex_state = 62, .external_lex_state = 2}, + [2032] = {.lex_state = 62, .external_lex_state = 2}, + [2033] = {.lex_state = 62}, + [2034] = {.lex_state = 62}, + [2035] = {.lex_state = 62}, + [2036] = {.lex_state = 62}, + [2037] = {.lex_state = 62}, + [2038] = {.lex_state = 62}, + [2039] = {.lex_state = 62}, + [2040] = {.lex_state = 62}, + [2041] = {.lex_state = 62}, + [2042] = {.lex_state = 62}, + [2043] = {.lex_state = 62}, + [2044] = {.lex_state = 62}, + [2045] = {.lex_state = 62}, + [2046] = {.lex_state = 62}, + [2047] = {.lex_state = 62}, + [2048] = {.lex_state = 62}, + [2049] = {.lex_state = 62}, + [2050] = {.lex_state = 62}, + [2051] = {.lex_state = 62}, + [2052] = {.lex_state = 62, .external_lex_state = 2}, + [2053] = {.lex_state = 62}, + [2054] = {.lex_state = 62}, + [2055] = {.lex_state = 62, .external_lex_state = 2}, + [2056] = {.lex_state = 62}, + [2057] = {.lex_state = 62}, + [2058] = {.lex_state = 62}, + [2059] = {.lex_state = 62}, + [2060] = {.lex_state = 62}, + [2061] = {.lex_state = 62}, + [2062] = {.lex_state = 62}, + [2063] = {.lex_state = 62, .external_lex_state = 2}, + [2064] = {.lex_state = 62, .external_lex_state = 2}, + [2065] = {.lex_state = 62}, + [2066] = {.lex_state = 62}, + [2067] = {.lex_state = 62}, + [2068] = {.lex_state = 62, .external_lex_state = 13}, + [2069] = {.lex_state = 3, .external_lex_state = 11}, + [2070] = {.lex_state = 62}, + [2071] = {.lex_state = 62}, + [2072] = {.lex_state = 62}, + [2073] = {.lex_state = 62}, + [2074] = {.lex_state = 3, .external_lex_state = 12}, + [2075] = {.lex_state = 62, .external_lex_state = 13}, + [2076] = {.lex_state = 3, .external_lex_state = 12}, + [2077] = {.lex_state = 3, .external_lex_state = 12}, + [2078] = {.lex_state = 62}, + [2079] = {.lex_state = 62, .external_lex_state = 2}, + [2080] = {.lex_state = 62, .external_lex_state = 2}, + [2081] = {.lex_state = 62}, + [2082] = {.lex_state = 62, .external_lex_state = 2}, + [2083] = {.lex_state = 62}, + [2084] = {.lex_state = 62}, + [2085] = {.lex_state = 62, .external_lex_state = 2}, + [2086] = {.lex_state = 62}, + [2087] = {.lex_state = 62}, + [2088] = {.lex_state = 62}, + [2089] = {.lex_state = 62}, + [2090] = {.lex_state = 62, .external_lex_state = 2}, + [2091] = {.lex_state = 62, .external_lex_state = 2}, + [2092] = {.lex_state = 62}, + [2093] = {.lex_state = 62, .external_lex_state = 2}, + [2094] = {.lex_state = 62}, + [2095] = {.lex_state = 62}, + [2096] = {.lex_state = 62}, + [2097] = {.lex_state = 62}, + [2098] = {.lex_state = 62}, + [2099] = {.lex_state = 62}, + [2100] = {.lex_state = 62}, + [2101] = {.lex_state = 62}, + [2102] = {.lex_state = 62, .external_lex_state = 2}, + [2103] = {.lex_state = 62}, + [2104] = {.lex_state = 62}, + [2105] = {.lex_state = 62}, + [2106] = {.lex_state = 62}, + [2107] = {.lex_state = 62}, + [2108] = {.lex_state = 62}, + [2109] = {.lex_state = 62}, + [2110] = {.lex_state = 62}, + [2111] = {.lex_state = 62, .external_lex_state = 2}, + [2112] = {.lex_state = 62, .external_lex_state = 2}, + [2113] = {.lex_state = 62}, + [2114] = {.lex_state = 62}, + [2115] = {.lex_state = 62}, + [2116] = {.lex_state = 62}, + [2117] = {.lex_state = 62}, + [2118] = {.lex_state = 62, .external_lex_state = 2}, + [2119] = {.lex_state = 62}, + [2120] = {.lex_state = 62}, + [2121] = {.lex_state = 62}, + [2122] = {.lex_state = 62}, + [2123] = {.lex_state = 62}, + [2124] = {.lex_state = 62}, + [2125] = {.lex_state = 62}, + [2126] = {.lex_state = 62}, + [2127] = {.lex_state = 62}, + [2128] = {.lex_state = 62}, + [2129] = {.lex_state = 62}, + [2130] = {.lex_state = 62}, + [2131] = {.lex_state = 62}, + [2132] = {.lex_state = 62, .external_lex_state = 2}, + [2133] = {.lex_state = 62}, + [2134] = {.lex_state = 62}, + [2135] = {.lex_state = 62}, + [2136] = {.lex_state = 62}, + [2137] = {.lex_state = 62}, + [2138] = {.lex_state = 62, .external_lex_state = 2}, + [2139] = {.lex_state = 62}, + [2140] = {.lex_state = 62}, + [2141] = {.lex_state = 62}, + [2142] = {.lex_state = 62, .external_lex_state = 2}, + [2143] = {.lex_state = 62}, + [2144] = {.lex_state = 62}, + [2145] = {.lex_state = 62}, + [2146] = {.lex_state = 62}, + [2147] = {.lex_state = 62}, + [2148] = {.lex_state = 62}, + [2149] = {.lex_state = 62, .external_lex_state = 2}, + [2150] = {.lex_state = 62}, + [2151] = {.lex_state = 62}, + [2152] = {.lex_state = 62}, + [2153] = {.lex_state = 62, .external_lex_state = 2}, + [2154] = {.lex_state = 62, .external_lex_state = 2}, + [2155] = {.lex_state = 62, .external_lex_state = 2}, + [2156] = {.lex_state = 62}, + [2157] = {.lex_state = 62}, + [2158] = {.lex_state = 62}, + [2159] = {.lex_state = 62}, [2160] = {.lex_state = 63}, - [2161] = {.lex_state = 63}, - [2162] = {.lex_state = 63, .external_lex_state = 13}, - [2163] = {.lex_state = 63}, - [2164] = {.lex_state = 63}, - [2165] = {.lex_state = 3, .external_lex_state = 12}, + [2161] = {.lex_state = 62}, + [2162] = {.lex_state = 62}, + [2163] = {.lex_state = 62, .external_lex_state = 2}, + [2164] = {.lex_state = 62}, + [2165] = {.lex_state = 62}, [2166] = {.lex_state = 63}, - [2167] = {.lex_state = 63}, - [2168] = {.lex_state = 63}, - [2169] = {.lex_state = 63, .external_lex_state = 2}, - [2170] = {.lex_state = 3, .external_lex_state = 12}, - [2171] = {.lex_state = 63}, - [2172] = {.lex_state = 63}, - [2173] = {.lex_state = 63, .external_lex_state = 2}, - [2174] = {.lex_state = 63}, - [2175] = {.lex_state = 63}, - [2176] = {.lex_state = 63}, - [2177] = {.lex_state = 63}, - [2178] = {.lex_state = 63, .external_lex_state = 2}, + [2167] = {.lex_state = 62}, + [2168] = {.lex_state = 62}, + [2169] = {.lex_state = 62}, + [2170] = {.lex_state = 62}, + [2171] = {.lex_state = 62}, + [2172] = {.lex_state = 62}, + [2173] = {.lex_state = 62}, + [2174] = {.lex_state = 62}, + [2175] = {.lex_state = 62}, + [2176] = {.lex_state = 62}, + [2177] = {.lex_state = 62}, + [2178] = {.lex_state = 62}, [2179] = {.lex_state = 63}, - [2180] = {.lex_state = 63}, - [2181] = {.lex_state = 63}, - [2182] = {.lex_state = 63}, - [2183] = {.lex_state = 63}, - [2184] = {.lex_state = 63}, - [2185] = {.lex_state = 63}, - [2186] = {.lex_state = 63}, - [2187] = {.lex_state = 63}, - [2188] = {.lex_state = 63}, - [2189] = {.lex_state = 63, .external_lex_state = 2}, - [2190] = {.lex_state = 63}, - [2191] = {.lex_state = 63}, - [2192] = {.lex_state = 63}, - [2193] = {.lex_state = 63}, - [2194] = {.lex_state = 63}, - [2195] = {.lex_state = 63}, - [2196] = {.lex_state = 63}, - [2197] = {.lex_state = 64}, - [2198] = {.lex_state = 63}, - [2199] = {.lex_state = 63}, - [2200] = {.lex_state = 63}, - [2201] = {.lex_state = 64, .external_lex_state = 10}, - [2202] = {.lex_state = 63}, - [2203] = {.lex_state = 63}, - [2204] = {.lex_state = 63}, - [2205] = {.lex_state = 63}, - [2206] = {.lex_state = 63}, - [2207] = {.lex_state = 63, .external_lex_state = 2}, - [2208] = {.lex_state = 63}, - [2209] = {.lex_state = 3, .external_lex_state = 12}, - [2210] = {.lex_state = 63}, - [2211] = {.lex_state = 63}, - [2212] = {.lex_state = 63}, - [2213] = {.lex_state = 3, .external_lex_state = 12}, - [2214] = {.lex_state = 63}, - [2215] = {.lex_state = 63, .external_lex_state = 2}, - [2216] = {.lex_state = 63}, - [2217] = {.lex_state = 63}, - [2218] = {.lex_state = 63, .external_lex_state = 2}, - [2219] = {.lex_state = 63, .external_lex_state = 2}, - [2220] = {.lex_state = 63}, - [2221] = {.lex_state = 63}, - [2222] = {.lex_state = 63}, - [2223] = {.lex_state = 63}, - [2224] = {.lex_state = 63}, - [2225] = {.lex_state = 63}, - [2226] = {.lex_state = 63}, - [2227] = {.lex_state = 63}, - [2228] = {.lex_state = 63}, - [2229] = {.lex_state = 63}, - [2230] = {.lex_state = 63}, - [2231] = {.lex_state = 63}, - [2232] = {.lex_state = 63}, - [2233] = {.lex_state = 63}, - [2234] = {.lex_state = 63, .external_lex_state = 2}, - [2235] = {.lex_state = 63}, - [2236] = {.lex_state = 63, .external_lex_state = 2}, - [2237] = {.lex_state = 63, .external_lex_state = 2}, - [2238] = {.lex_state = 63, .external_lex_state = 2}, - [2239] = {.lex_state = 63, .external_lex_state = 2}, - [2240] = {.lex_state = 63}, - [2241] = {.lex_state = 63}, - [2242] = {.lex_state = 63}, - [2243] = {.lex_state = 63, .external_lex_state = 2}, - [2244] = {.lex_state = 63}, - [2245] = {.lex_state = 63}, - [2246] = {.lex_state = 63}, - [2247] = {.lex_state = 63}, - [2248] = {.lex_state = 63}, - [2249] = {.lex_state = 63}, - [2250] = {.lex_state = 63}, - [2251] = {.lex_state = 63, .external_lex_state = 2}, - [2252] = {.lex_state = 63}, - [2253] = {.lex_state = 63}, - [2254] = {.lex_state = 63, .external_lex_state = 2}, - [2255] = {.lex_state = 63, .external_lex_state = 2}, - [2256] = {.lex_state = 63, .external_lex_state = 2}, - [2257] = {.lex_state = 63}, - [2258] = {.lex_state = 63}, - [2259] = {.lex_state = 63}, - [2260] = {.lex_state = 63, .external_lex_state = 2}, - [2261] = {.lex_state = 63, .external_lex_state = 2}, - [2262] = {.lex_state = 63}, - [2263] = {.lex_state = 63, .external_lex_state = 2}, - [2264] = {.lex_state = 63}, - [2265] = {.lex_state = 63}, - [2266] = {.lex_state = 63}, - [2267] = {.lex_state = 63}, - [2268] = {.lex_state = 63, .external_lex_state = 2}, - [2269] = {.lex_state = 63}, - [2270] = {.lex_state = 63}, - [2271] = {.lex_state = 63}, - [2272] = {.lex_state = 63}, - [2273] = {.lex_state = 63}, - [2274] = {.lex_state = 63}, - [2275] = {.lex_state = 63}, - [2276] = {.lex_state = 63}, - [2277] = {.lex_state = 63}, - [2278] = {.lex_state = 63}, - [2279] = {.lex_state = 63}, - [2280] = {.lex_state = 63}, - [2281] = {.lex_state = 63}, - [2282] = {.lex_state = 63}, - [2283] = {.lex_state = 63, .external_lex_state = 2}, - [2284] = {.lex_state = 63, .external_lex_state = 2}, - [2285] = {.lex_state = 63}, - [2286] = {.lex_state = 63}, - [2287] = {.lex_state = 63, .external_lex_state = 2}, - [2288] = {.lex_state = 63}, - [2289] = {.lex_state = 63}, - [2290] = {.lex_state = 63}, - [2291] = {.lex_state = 63}, - [2292] = {.lex_state = 63}, - [2293] = {.lex_state = 63}, - [2294] = {.lex_state = 63, .external_lex_state = 2}, - [2295] = {.lex_state = 63, .external_lex_state = 2}, - [2296] = {.lex_state = 63}, - [2297] = {.lex_state = 3, .external_lex_state = 12}, - [2298] = {.lex_state = 63, .external_lex_state = 2}, - [2299] = {.lex_state = 63}, - [2300] = {.lex_state = 63}, - [2301] = {.lex_state = 63, .external_lex_state = 14}, - [2302] = {.lex_state = 63}, - [2303] = {.lex_state = 63}, - [2304] = {.lex_state = 63}, - [2305] = {.lex_state = 63}, - [2306] = {.lex_state = 3, .external_lex_state = 12}, - [2307] = {.lex_state = 63}, - [2308] = {.lex_state = 63}, - [2309] = {.lex_state = 63}, - [2310] = {.lex_state = 63}, - [2311] = {.lex_state = 63, .external_lex_state = 2}, - [2312] = {.lex_state = 3, .external_lex_state = 12}, - [2313] = {.lex_state = 63}, - [2314] = {.lex_state = 63}, - [2315] = {.lex_state = 63}, - [2316] = {.lex_state = 63, .external_lex_state = 2}, - [2317] = {.lex_state = 63, .external_lex_state = 2}, - [2318] = {.lex_state = 63}, - [2319] = {.lex_state = 63}, - [2320] = {.lex_state = 63, .external_lex_state = 2}, - [2321] = {.lex_state = 63, .external_lex_state = 2}, - [2322] = {.lex_state = 63, .external_lex_state = 2}, - [2323] = {.lex_state = 63, .external_lex_state = 2}, - [2324] = {.lex_state = 63}, - [2325] = {.lex_state = 63, .external_lex_state = 2}, - [2326] = {.lex_state = 63}, - [2327] = {.lex_state = 63, .external_lex_state = 2}, - [2328] = {.lex_state = 63}, - [2329] = {.lex_state = 63}, - [2330] = {.lex_state = 63, .external_lex_state = 2}, - [2331] = {.lex_state = 63}, - [2332] = {.lex_state = 63}, - [2333] = {.lex_state = 63}, - [2334] = {.lex_state = 63}, - [2335] = {.lex_state = 63}, - [2336] = {.lex_state = 63}, - [2337] = {.lex_state = 63}, - [2338] = {.lex_state = 63}, - [2339] = {.lex_state = 63}, - [2340] = {.lex_state = 63}, - [2341] = {.lex_state = 63}, - [2342] = {.lex_state = 63}, - [2343] = {.lex_state = 63}, - [2344] = {.lex_state = 63}, - [2345] = {.lex_state = 63}, - [2346] = {.lex_state = 63}, - [2347] = {.lex_state = 63}, - [2348] = {.lex_state = 63}, - [2349] = {.lex_state = 63, .external_lex_state = 2}, - [2350] = {.lex_state = 63}, - [2351] = {.lex_state = 63}, - [2352] = {.lex_state = 63}, - [2353] = {.lex_state = 63, .external_lex_state = 2}, - [2354] = {.lex_state = 63}, - [2355] = {.lex_state = 63}, - [2356] = {.lex_state = 63, .external_lex_state = 2}, - [2357] = {.lex_state = 63, .external_lex_state = 2}, - [2358] = {.lex_state = 63, .external_lex_state = 2}, - [2359] = {.lex_state = 63}, - [2360] = {.lex_state = 63}, - [2361] = {.lex_state = 63, .external_lex_state = 2}, - [2362] = {.lex_state = 63}, - [2363] = {.lex_state = 63}, - [2364] = {.lex_state = 63}, - [2365] = {.lex_state = 63, .external_lex_state = 2}, - [2366] = {.lex_state = 63}, - [2367] = {.lex_state = 63}, - [2368] = {.lex_state = 63}, - [2369] = {.lex_state = 63}, - [2370] = {.lex_state = 63, .external_lex_state = 2}, - [2371] = {.lex_state = 63}, - [2372] = {.lex_state = 63}, - [2373] = {.lex_state = 63}, - [2374] = {.lex_state = 63, .external_lex_state = 2}, - [2375] = {.lex_state = 63}, - [2376] = {.lex_state = 63}, - [2377] = {.lex_state = 3, .external_lex_state = 12}, - [2378] = {.lex_state = 63}, - [2379] = {.lex_state = 63, .external_lex_state = 2}, - [2380] = {.lex_state = 63}, - [2381] = {.lex_state = 3, .external_lex_state = 12}, - [2382] = {.lex_state = 63, .external_lex_state = 2}, - [2383] = {.lex_state = 63}, - [2384] = {.lex_state = 63}, - [2385] = {.lex_state = 63, .external_lex_state = 2}, - [2386] = {.lex_state = 63, .external_lex_state = 2}, - [2387] = {.lex_state = 63}, - [2388] = {.lex_state = 63, .external_lex_state = 2}, - [2389] = {.lex_state = 63}, - [2390] = {.lex_state = 63, .external_lex_state = 2}, - [2391] = {.lex_state = 63}, - [2392] = {.lex_state = 63}, - [2393] = {.lex_state = 63}, - [2394] = {.lex_state = 3, .external_lex_state = 12}, - [2395] = {.lex_state = 63}, - [2396] = {.lex_state = 63}, - [2397] = {.lex_state = 63}, - [2398] = {.lex_state = 63}, - [2399] = {.lex_state = 63, .external_lex_state = 2}, - [2400] = {.lex_state = 63}, - [2401] = {.lex_state = 63}, - [2402] = {.lex_state = 63}, - [2403] = {.lex_state = 63}, - [2404] = {.lex_state = 63}, - [2405] = {.lex_state = 63}, - [2406] = {.lex_state = 63}, - [2407] = {.lex_state = 63}, - [2408] = {.lex_state = 63, .external_lex_state = 2}, - [2409] = {.lex_state = 63}, - [2410] = {.lex_state = 63}, - [2411] = {.lex_state = 63}, - [2412] = {.lex_state = 63}, - [2413] = {.lex_state = 63, .external_lex_state = 2}, - [2414] = {.lex_state = 63}, - [2415] = {.lex_state = 3, .external_lex_state = 12}, - [2416] = {.lex_state = 63}, - [2417] = {.lex_state = 63}, - [2418] = {.lex_state = 63}, - [2419] = {.lex_state = 63}, - [2420] = {.lex_state = 63}, - [2421] = {.lex_state = 63, .external_lex_state = 2}, - [2422] = {.lex_state = 63, .external_lex_state = 2}, - [2423] = {.lex_state = 63}, - [2424] = {.lex_state = 63}, - [2425] = {.lex_state = 63}, - [2426] = {.lex_state = 63, .external_lex_state = 2}, - [2427] = {.lex_state = 63}, - [2428] = {.lex_state = 63, .external_lex_state = 2}, - [2429] = {.lex_state = 63, .external_lex_state = 2}, - [2430] = {.lex_state = 63, .external_lex_state = 2}, - [2431] = {.lex_state = 63}, - [2432] = {.lex_state = 63, .external_lex_state = 2}, - [2433] = {.lex_state = 63}, - [2434] = {.lex_state = 63, .external_lex_state = 2}, - [2435] = {.lex_state = 63}, - [2436] = {.lex_state = 63}, - [2437] = {.lex_state = 63}, - [2438] = {.lex_state = 63}, - [2439] = {.lex_state = 63}, - [2440] = {.lex_state = 63}, - [2441] = {.lex_state = 63}, - [2442] = {.lex_state = 63}, - [2443] = {.lex_state = 63}, - [2444] = {.lex_state = 63}, - [2445] = {.lex_state = 63}, - [2446] = {.lex_state = 63}, - [2447] = {.lex_state = 63}, - [2448] = {.lex_state = 3, .external_lex_state = 12}, - [2449] = {.lex_state = 63}, - [2450] = {.lex_state = 63}, - [2451] = {.lex_state = 63, .external_lex_state = 2}, - [2452] = {.lex_state = 63}, - [2453] = {.lex_state = 63}, - [2454] = {.lex_state = 63}, - [2455] = {.lex_state = 63}, - [2456] = {.lex_state = 63}, - [2457] = {.lex_state = 63}, - [2458] = {.lex_state = 63}, - [2459] = {.lex_state = 63}, - [2460] = {.lex_state = 63}, - [2461] = {.lex_state = 63}, - [2462] = {.lex_state = 63}, - [2463] = {.lex_state = 63}, - [2464] = {.lex_state = 63}, - [2465] = {.lex_state = 63}, - [2466] = {.lex_state = 63}, - [2467] = {.lex_state = 63}, - [2468] = {.lex_state = 63}, - [2469] = {.lex_state = 63}, - [2470] = {.lex_state = 63}, - [2471] = {.lex_state = 63}, - [2472] = {.lex_state = 63}, - [2473] = {.lex_state = 63}, - [2474] = {.lex_state = 63}, - [2475] = {.lex_state = 63}, - [2476] = {.lex_state = 63}, - [2477] = {.lex_state = 63}, - [2478] = {.lex_state = 63}, - [2479] = {.lex_state = 63}, - [2480] = {.lex_state = 63}, - [2481] = {.lex_state = 63}, - [2482] = {.lex_state = 63}, - [2483] = {.lex_state = 63}, - [2484] = {.lex_state = 63}, - [2485] = {.lex_state = 63}, - [2486] = {.lex_state = 63}, - [2487] = {.lex_state = 63}, - [2488] = {.lex_state = 63}, - [2489] = {.lex_state = 63}, - [2490] = {.lex_state = 63}, - [2491] = {.lex_state = 63, .external_lex_state = 12}, - [2492] = {.lex_state = 63}, - [2493] = {.lex_state = 63}, - [2494] = {.lex_state = 63}, - [2495] = {.lex_state = 63}, - [2496] = {.lex_state = 10}, - [2497] = {.lex_state = 63}, - [2498] = {.lex_state = 63}, - [2499] = {.lex_state = 63}, - [2500] = {.lex_state = 63}, - [2501] = {.lex_state = 63}, - [2502] = {.lex_state = 63}, - [2503] = {.lex_state = 63}, - [2504] = {.lex_state = 63}, - [2505] = {.lex_state = 63}, - [2506] = {.lex_state = 63}, - [2507] = {.lex_state = 63}, - [2508] = {.lex_state = 63}, - [2509] = {.lex_state = 63, .external_lex_state = 12}, - [2510] = {.lex_state = 63}, - [2511] = {.lex_state = 63, .external_lex_state = 12}, - [2512] = {.lex_state = 63}, - [2513] = {.lex_state = 63}, - [2514] = {.lex_state = 63, .external_lex_state = 13}, - [2515] = {.lex_state = 63, .external_lex_state = 13}, - [2516] = {.lex_state = 63}, - [2517] = {.lex_state = 63}, - [2518] = {.lex_state = 63}, - [2519] = {.lex_state = 63}, - [2520] = {.lex_state = 63}, - [2521] = {.lex_state = 63}, - [2522] = {.lex_state = 63}, - [2523] = {.lex_state = 63}, - [2524] = {.lex_state = 63}, - [2525] = {.lex_state = 63}, - [2526] = {.lex_state = 63}, - [2527] = {.lex_state = 63}, - [2528] = {.lex_state = 63}, - [2529] = {.lex_state = 63}, - [2530] = {.lex_state = 63}, - [2531] = {.lex_state = 63}, - [2532] = {.lex_state = 63}, - [2533] = {.lex_state = 63, .external_lex_state = 12}, - [2534] = {.lex_state = 63}, - [2535] = {.lex_state = 63}, - [2536] = {.lex_state = 63}, - [2537] = {.lex_state = 63}, - [2538] = {.lex_state = 63}, - [2539] = {.lex_state = 63, .external_lex_state = 12}, - [2540] = {.lex_state = 63, .external_lex_state = 12}, - [2541] = {.lex_state = 63}, - [2542] = {.lex_state = 63}, - [2543] = {.lex_state = 63}, - [2544] = {.lex_state = 63}, - [2545] = {.lex_state = 63}, - [2546] = {.lex_state = 63}, - [2547] = {.lex_state = 63, .external_lex_state = 12}, - [2548] = {.lex_state = 63}, - [2549] = {.lex_state = 10}, - [2550] = {.lex_state = 63}, - [2551] = {.lex_state = 63}, - [2552] = {.lex_state = 63}, - [2553] = {.lex_state = 63}, - [2554] = {.lex_state = 63}, - [2555] = {.lex_state = 63}, - [2556] = {.lex_state = 63, .external_lex_state = 12}, - [2557] = {.lex_state = 63}, - [2558] = {.lex_state = 63}, - [2559] = {.lex_state = 63}, - [2560] = {.lex_state = 63, .external_lex_state = 12}, - [2561] = {.lex_state = 63}, - [2562] = {.lex_state = 63}, - [2563] = {.lex_state = 63, .external_lex_state = 13}, - [2564] = {.lex_state = 63}, - [2565] = {.lex_state = 63}, - [2566] = {.lex_state = 63}, - [2567] = {.lex_state = 63}, - [2568] = {.lex_state = 63}, - [2569] = {.lex_state = 63}, - [2570] = {.lex_state = 63}, - [2571] = {.lex_state = 63}, - [2572] = {.lex_state = 63}, - [2573] = {.lex_state = 63}, - [2574] = {.lex_state = 63}, - [2575] = {.lex_state = 63}, - [2576] = {.lex_state = 63}, - [2577] = {.lex_state = 63, .external_lex_state = 13}, - [2578] = {.lex_state = 63}, - [2579] = {.lex_state = 63}, - [2580] = {.lex_state = 63}, - [2581] = {.lex_state = 63}, - [2582] = {.lex_state = 63}, - [2583] = {.lex_state = 63}, - [2584] = {.lex_state = 63}, - [2585] = {.lex_state = 63}, - [2586] = {.lex_state = 63}, - [2587] = {.lex_state = 63}, - [2588] = {.lex_state = 63}, - [2589] = {.lex_state = 63}, - [2590] = {.lex_state = 63}, - [2591] = {.lex_state = 63}, - [2592] = {.lex_state = 63}, - [2593] = {.lex_state = 63}, - [2594] = {.lex_state = 63}, - [2595] = {.lex_state = 63}, - [2596] = {.lex_state = 63}, - [2597] = {.lex_state = 63}, - [2598] = {.lex_state = 63}, - [2599] = {.lex_state = 63}, - [2600] = {.lex_state = 63}, - [2601] = {.lex_state = 63}, - [2602] = {.lex_state = 63}, - [2603] = {.lex_state = 63}, - [2604] = {.lex_state = 63}, - [2605] = {.lex_state = 63}, - [2606] = {.lex_state = 63}, - [2607] = {.lex_state = 63}, - [2608] = {.lex_state = 63}, - [2609] = {.lex_state = 63}, - [2610] = {.lex_state = 63}, - [2611] = {.lex_state = 63}, - [2612] = {.lex_state = 63}, - [2613] = {.lex_state = 63}, - [2614] = {.lex_state = 63}, - [2615] = {.lex_state = 63}, - [2616] = {.lex_state = 63}, - [2617] = {.lex_state = 63}, - [2618] = {.lex_state = 63}, - [2619] = {.lex_state = 63}, - [2620] = {.lex_state = 63}, - [2621] = {.lex_state = 63}, - [2622] = {.lex_state = 63}, - [2623] = {.lex_state = 63}, - [2624] = {.lex_state = 63}, - [2625] = {.lex_state = 63}, - [2626] = {.lex_state = 63}, - [2627] = {.lex_state = 63}, - [2628] = {.lex_state = 63}, - [2629] = {.lex_state = 63}, - [2630] = {.lex_state = 63}, - [2631] = {.lex_state = 63}, - [2632] = {.lex_state = 63}, - [2633] = {.lex_state = 63}, - [2634] = {.lex_state = 63}, - [2635] = {.lex_state = 63}, - [2636] = {.lex_state = 63}, - [2637] = {.lex_state = 63}, - [2638] = {.lex_state = 63}, - [2639] = {.lex_state = 63}, - [2640] = {.lex_state = 63}, - [2641] = {.lex_state = 63}, - [2642] = {.lex_state = 63}, - [2643] = {.lex_state = 63}, - [2644] = {.lex_state = 63}, - [2645] = {.lex_state = 63}, - [2646] = {.lex_state = 63}, - [2647] = {.lex_state = 63}, - [2648] = {.lex_state = 63}, - [2649] = {.lex_state = 63}, - [2650] = {.lex_state = 63, .external_lex_state = 12}, - [2651] = {.lex_state = 63}, - [2652] = {.lex_state = 63}, - [2653] = {.lex_state = 63}, - [2654] = {.lex_state = 63}, - [2655] = {.lex_state = 63}, - [2656] = {.lex_state = 63}, - [2657] = {.lex_state = 63}, - [2658] = {.lex_state = 63}, - [2659] = {.lex_state = 63}, - [2660] = {.lex_state = 63}, - [2661] = {.lex_state = 63}, - [2662] = {.lex_state = 63}, - [2663] = {.lex_state = 63}, - [2664] = {.lex_state = 63}, - [2665] = {.lex_state = 63}, - [2666] = {.lex_state = 63}, - [2667] = {.lex_state = 63}, - [2668] = {(TSStateId)(-1)}, - [2669] = {(TSStateId)(-1)}, + [2180] = {.lex_state = 62}, + [2181] = {.lex_state = 62}, + [2182] = {.lex_state = 62}, + [2183] = {.lex_state = 63, .external_lex_state = 10}, + [2184] = {.lex_state = 62}, + [2185] = {.lex_state = 62}, + [2186] = {.lex_state = 62, .external_lex_state = 2}, + [2187] = {.lex_state = 62}, + [2188] = {.lex_state = 62}, + [2189] = {.lex_state = 62}, + [2190] = {.lex_state = 62}, + [2191] = {.lex_state = 62}, + [2192] = {.lex_state = 62}, + [2193] = {.lex_state = 62}, + [2194] = {.lex_state = 62}, + [2195] = {.lex_state = 62}, + [2196] = {.lex_state = 62}, + [2197] = {.lex_state = 62}, + [2198] = {.lex_state = 62}, + [2199] = {.lex_state = 62}, + [2200] = {.lex_state = 62}, + [2201] = {.lex_state = 62}, + [2202] = {.lex_state = 62}, + [2203] = {.lex_state = 62}, + [2204] = {.lex_state = 62}, + [2205] = {.lex_state = 62}, + [2206] = {.lex_state = 62}, + [2207] = {.lex_state = 62}, + [2208] = {.lex_state = 62, .external_lex_state = 2}, + [2209] = {.lex_state = 62}, + [2210] = {.lex_state = 3, .external_lex_state = 12}, + [2211] = {.lex_state = 62}, + [2212] = {.lex_state = 62, .external_lex_state = 14}, + [2213] = {.lex_state = 62}, + [2214] = {.lex_state = 62}, + [2215] = {.lex_state = 62}, + [2216] = {.lex_state = 62}, + [2217] = {.lex_state = 62}, + [2218] = {.lex_state = 62}, + [2219] = {.lex_state = 3, .external_lex_state = 12}, + [2220] = {.lex_state = 62}, + [2221] = {.lex_state = 62}, + [2222] = {.lex_state = 62}, + [2223] = {.lex_state = 62}, + [2224] = {.lex_state = 62}, + [2225] = {.lex_state = 62}, + [2226] = {.lex_state = 62}, + [2227] = {.lex_state = 62}, + [2228] = {.lex_state = 62, .external_lex_state = 2}, + [2229] = {.lex_state = 62}, + [2230] = {.lex_state = 62}, + [2231] = {.lex_state = 62}, + [2232] = {.lex_state = 62}, + [2233] = {.lex_state = 62}, + [2234] = {.lex_state = 62}, + [2235] = {.lex_state = 62}, + [2236] = {.lex_state = 62}, + [2237] = {.lex_state = 62}, + [2238] = {.lex_state = 62}, + [2239] = {.lex_state = 62}, + [2240] = {.lex_state = 62, .external_lex_state = 2}, + [2241] = {.lex_state = 3, .external_lex_state = 12}, + [2242] = {.lex_state = 62}, + [2243] = {.lex_state = 62}, + [2244] = {.lex_state = 62}, + [2245] = {.lex_state = 3, .external_lex_state = 12}, + [2246] = {.lex_state = 62}, + [2247] = {.lex_state = 62}, + [2248] = {.lex_state = 62}, + [2249] = {.lex_state = 62}, + [2250] = {.lex_state = 62}, + [2251] = {.lex_state = 62}, + [2252] = {.lex_state = 62}, + [2253] = {.lex_state = 62}, + [2254] = {.lex_state = 62}, + [2255] = {.lex_state = 62}, + [2256] = {.lex_state = 62}, + [2257] = {.lex_state = 62}, + [2258] = {.lex_state = 62}, + [2259] = {.lex_state = 62}, + [2260] = {.lex_state = 62, .external_lex_state = 2}, + [2261] = {.lex_state = 62}, + [2262] = {.lex_state = 62}, + [2263] = {.lex_state = 62}, + [2264] = {.lex_state = 62}, + [2265] = {.lex_state = 62}, + [2266] = {.lex_state = 62}, + [2267] = {.lex_state = 62}, + [2268] = {.lex_state = 62}, + [2269] = {.lex_state = 62}, + [2270] = {.lex_state = 3, .external_lex_state = 12}, + [2271] = {.lex_state = 62}, + [2272] = {.lex_state = 62}, + [2273] = {.lex_state = 62}, + [2274] = {.lex_state = 62}, + [2275] = {.lex_state = 62}, + [2276] = {.lex_state = 62}, + [2277] = {.lex_state = 62}, + [2278] = {.lex_state = 62}, + [2279] = {.lex_state = 62}, + [2280] = {.lex_state = 62}, + [2281] = {.lex_state = 62}, + [2282] = {.lex_state = 62}, + [2283] = {.lex_state = 62, .external_lex_state = 2}, + [2284] = {.lex_state = 62}, + [2285] = {.lex_state = 3, .external_lex_state = 12}, + [2286] = {.lex_state = 62}, + [2287] = {.lex_state = 3, .external_lex_state = 12}, + [2288] = {.lex_state = 62}, + [2289] = {.lex_state = 62}, + [2290] = {.lex_state = 62}, + [2291] = {.lex_state = 62}, + [2292] = {.lex_state = 62}, + [2293] = {.lex_state = 62}, + [2294] = {.lex_state = 62}, + [2295] = {.lex_state = 62}, + [2296] = {.lex_state = 62}, + [2297] = {.lex_state = 62}, + [2298] = {.lex_state = 62}, + [2299] = {.lex_state = 62}, + [2300] = {.lex_state = 62}, + [2301] = {.lex_state = 62}, + [2302] = {.lex_state = 62}, + [2303] = {.lex_state = 62}, + [2304] = {.lex_state = 62}, + [2305] = {.lex_state = 62}, + [2306] = {.lex_state = 62}, + [2307] = {.lex_state = 62}, + [2308] = {.lex_state = 62}, + [2309] = {.lex_state = 62}, + [2310] = {.lex_state = 62}, + [2311] = {.lex_state = 62}, + [2312] = {.lex_state = 62}, + [2313] = {.lex_state = 62}, + [2314] = {.lex_state = 62}, + [2315] = {.lex_state = 62}, + [2316] = {.lex_state = 62}, + [2317] = {.lex_state = 62}, + [2318] = {.lex_state = 62}, + [2319] = {.lex_state = 62}, + [2320] = {.lex_state = 62, .external_lex_state = 2}, + [2321] = {.lex_state = 62}, + [2322] = {.lex_state = 62}, + [2323] = {.lex_state = 3, .external_lex_state = 12}, + [2324] = {.lex_state = 62}, + [2325] = {.lex_state = 3, .external_lex_state = 12}, + [2326] = {.lex_state = 62}, + [2327] = {.lex_state = 3, .external_lex_state = 12}, + [2328] = {.lex_state = 62}, + [2329] = {.lex_state = 62}, + [2330] = {.lex_state = 62}, + [2331] = {.lex_state = 62}, + [2332] = {.lex_state = 62}, + [2333] = {.lex_state = 62}, + [2334] = {.lex_state = 62}, + [2335] = {.lex_state = 62}, + [2336] = {.lex_state = 62}, + [2337] = {.lex_state = 62}, + [2338] = {.lex_state = 62}, + [2339] = {.lex_state = 62}, + [2340] = {.lex_state = 62}, + [2341] = {.lex_state = 62}, + [2342] = {.lex_state = 62}, + [2343] = {.lex_state = 62}, + [2344] = {.lex_state = 62}, + [2345] = {.lex_state = 62}, + [2346] = {.lex_state = 62}, + [2347] = {.lex_state = 62}, + [2348] = {.lex_state = 62}, + [2349] = {.lex_state = 62}, + [2350] = {.lex_state = 62}, + [2351] = {.lex_state = 62}, + [2352] = {.lex_state = 62}, + [2353] = {.lex_state = 62}, + [2354] = {.lex_state = 62}, + [2355] = {.lex_state = 62}, + [2356] = {.lex_state = 62}, + [2357] = {.lex_state = 62}, + [2358] = {.lex_state = 62}, + [2359] = {.lex_state = 62}, + [2360] = {.lex_state = 62}, + [2361] = {.lex_state = 62}, + [2362] = {.lex_state = 62}, + [2363] = {.lex_state = 62}, + [2364] = {.lex_state = 62}, + [2365] = {.lex_state = 62}, + [2366] = {.lex_state = 62}, + [2367] = {.lex_state = 62}, + [2368] = {.lex_state = 62}, + [2369] = {.lex_state = 62}, + [2370] = {.lex_state = 62}, + [2371] = {.lex_state = 62}, + [2372] = {.lex_state = 62}, + [2373] = {.lex_state = 62}, + [2374] = {.lex_state = 62}, + [2375] = {.lex_state = 62}, + [2376] = {.lex_state = 62}, + [2377] = {.lex_state = 62}, + [2378] = {.lex_state = 62}, + [2379] = {.lex_state = 62}, + [2380] = {.lex_state = 62}, + [2381] = {.lex_state = 62}, + [2382] = {.lex_state = 62}, + [2383] = {.lex_state = 62}, + [2384] = {.lex_state = 62}, + [2385] = {.lex_state = 62}, + [2386] = {.lex_state = 62}, + [2387] = {.lex_state = 62}, + [2388] = {.lex_state = 62}, + [2389] = {.lex_state = 62}, + [2390] = {.lex_state = 62}, + [2391] = {.lex_state = 62}, + [2392] = {.lex_state = 62}, + [2393] = {.lex_state = 62}, + [2394] = {.lex_state = 62}, + [2395] = {.lex_state = 62}, + [2396] = {.lex_state = 62}, + [2397] = {.lex_state = 62}, + [2398] = {.lex_state = 62}, + [2399] = {.lex_state = 62}, + [2400] = {.lex_state = 62}, + [2401] = {.lex_state = 62}, + [2402] = {.lex_state = 62}, + [2403] = {.lex_state = 62}, + [2404] = {.lex_state = 62}, + [2405] = {.lex_state = 62}, + [2406] = {.lex_state = 62}, + [2407] = {.lex_state = 62}, + [2408] = {.lex_state = 62}, + [2409] = {.lex_state = 62}, + [2410] = {.lex_state = 10}, + [2411] = {.lex_state = 62}, + [2412] = {.lex_state = 62}, + [2413] = {.lex_state = 62}, + [2414] = {.lex_state = 62}, + [2415] = {.lex_state = 62}, + [2416] = {.lex_state = 62}, + [2417] = {.lex_state = 62}, + [2418] = {.lex_state = 62}, + [2419] = {.lex_state = 62}, + [2420] = {.lex_state = 62}, + [2421] = {.lex_state = 62}, + [2422] = {.lex_state = 62}, + [2423] = {.lex_state = 62}, + [2424] = {.lex_state = 62}, + [2425] = {.lex_state = 62}, + [2426] = {.lex_state = 62}, + [2427] = {.lex_state = 62}, + [2428] = {.lex_state = 62}, + [2429] = {.lex_state = 62}, + [2430] = {.lex_state = 62}, + [2431] = {.lex_state = 62}, + [2432] = {.lex_state = 62}, + [2433] = {.lex_state = 62}, + [2434] = {.lex_state = 62}, + [2435] = {.lex_state = 62}, + [2436] = {.lex_state = 62, .external_lex_state = 13}, + [2437] = {.lex_state = 62, .external_lex_state = 13}, + [2438] = {.lex_state = 62}, + [2439] = {.lex_state = 62}, + [2440] = {.lex_state = 62}, + [2441] = {.lex_state = 62}, + [2442] = {.lex_state = 62}, + [2443] = {.lex_state = 62, .external_lex_state = 12}, + [2444] = {.lex_state = 62}, + [2445] = {.lex_state = 62}, + [2446] = {.lex_state = 62}, + [2447] = {.lex_state = 62}, + [2448] = {.lex_state = 62}, + [2449] = {.lex_state = 62}, + [2450] = {.lex_state = 62}, + [2451] = {.lex_state = 62}, + [2452] = {.lex_state = 62}, + [2453] = {.lex_state = 62}, + [2454] = {.lex_state = 62}, + [2455] = {.lex_state = 10}, + [2456] = {.lex_state = 62}, + [2457] = {.lex_state = 62}, + [2458] = {.lex_state = 62}, + [2459] = {.lex_state = 62}, + [2460] = {.lex_state = 62}, + [2461] = {.lex_state = 62}, + [2462] = {.lex_state = 62, .external_lex_state = 13}, + [2463] = {.lex_state = 62}, + [2464] = {.lex_state = 62}, + [2465] = {.lex_state = 62}, + [2466] = {.lex_state = 62}, + [2467] = {.lex_state = 62, .external_lex_state = 12}, + [2468] = {.lex_state = 62}, + [2469] = {.lex_state = 62}, + [2470] = {.lex_state = 62, .external_lex_state = 12}, + [2471] = {.lex_state = 62}, + [2472] = {.lex_state = 62}, + [2473] = {.lex_state = 62}, + [2474] = {.lex_state = 62}, + [2475] = {.lex_state = 62}, + [2476] = {.lex_state = 62}, + [2477] = {.lex_state = 62}, + [2478] = {.lex_state = 62}, + [2479] = {.lex_state = 62}, + [2480] = {.lex_state = 62}, + [2481] = {.lex_state = 62}, + [2482] = {.lex_state = 62}, + [2483] = {.lex_state = 62}, + [2484] = {.lex_state = 62}, + [2485] = {.lex_state = 62}, + [2486] = {.lex_state = 62}, + [2487] = {.lex_state = 62}, + [2488] = {.lex_state = 62}, + [2489] = {.lex_state = 62}, + [2490] = {.lex_state = 62}, + [2491] = {.lex_state = 62, .external_lex_state = 12}, + [2492] = {.lex_state = 62}, + [2493] = {.lex_state = 62}, + [2494] = {.lex_state = 62}, + [2495] = {.lex_state = 62}, + [2496] = {.lex_state = 62}, + [2497] = {.lex_state = 62}, + [2498] = {.lex_state = 62}, + [2499] = {.lex_state = 62}, + [2500] = {.lex_state = 62}, + [2501] = {.lex_state = 62}, + [2502] = {.lex_state = 62}, + [2503] = {.lex_state = 62}, + [2504] = {.lex_state = 62}, + [2505] = {.lex_state = 62}, + [2506] = {.lex_state = 62}, + [2507] = {.lex_state = 62}, + [2508] = {.lex_state = 62}, + [2509] = {.lex_state = 62}, + [2510] = {.lex_state = 62, .external_lex_state = 12}, + [2511] = {.lex_state = 62}, + [2512] = {.lex_state = 62}, + [2513] = {.lex_state = 62}, + [2514] = {.lex_state = 62, .external_lex_state = 12}, + [2515] = {.lex_state = 62}, + [2516] = {.lex_state = 62}, + [2517] = {.lex_state = 62}, + [2518] = {.lex_state = 62}, + [2519] = {.lex_state = 62}, + [2520] = {.lex_state = 62}, + [2521] = {.lex_state = 62}, + [2522] = {.lex_state = 62}, + [2523] = {.lex_state = 62}, + [2524] = {.lex_state = 62}, + [2525] = {.lex_state = 62, .external_lex_state = 12}, + [2526] = {.lex_state = 62}, + [2527] = {.lex_state = 62, .external_lex_state = 12}, + [2528] = {.lex_state = 62}, + [2529] = {.lex_state = 62}, + [2530] = {.lex_state = 62}, + [2531] = {.lex_state = 62}, + [2532] = {.lex_state = 62}, + [2533] = {.lex_state = 62}, + [2534] = {.lex_state = 62, .external_lex_state = 12}, + [2535] = {.lex_state = 62}, + [2536] = {.lex_state = 62, .external_lex_state = 13}, + [2537] = {.lex_state = 62}, + [2538] = {.lex_state = 62}, + [2539] = {.lex_state = 62}, + [2540] = {.lex_state = 62}, + [2541] = {.lex_state = 62}, + [2542] = {.lex_state = 62, .external_lex_state = 12}, + [2543] = {.lex_state = 62}, + [2544] = {.lex_state = 62}, + [2545] = {.lex_state = 62}, + [2546] = {.lex_state = 62}, + [2547] = {.lex_state = 62}, + [2548] = {.lex_state = 62}, + [2549] = {.lex_state = 62}, + [2550] = {.lex_state = 62}, + [2551] = {.lex_state = 62}, + [2552] = {.lex_state = 62}, + [2553] = {.lex_state = 62}, + [2554] = {.lex_state = 62}, + [2555] = {.lex_state = 62}, + [2556] = {.lex_state = 62}, + [2557] = {.lex_state = 62}, + [2558] = {.lex_state = 62}, + [2559] = {.lex_state = 62}, + [2560] = {.lex_state = 62}, + [2561] = {.lex_state = 62}, + [2562] = {.lex_state = 62}, + [2563] = {.lex_state = 62}, + [2564] = {.lex_state = 62}, + [2565] = {.lex_state = 62}, + [2566] = {.lex_state = 62}, + [2567] = {.lex_state = 62}, + [2568] = {.lex_state = 62}, + [2569] = {.lex_state = 62}, + [2570] = {.lex_state = 62}, + [2571] = {.lex_state = 62}, + [2572] = {.lex_state = 62}, + [2573] = {.lex_state = 62}, + [2574] = {.lex_state = 62}, + [2575] = {.lex_state = 62}, + [2576] = {.lex_state = 62}, + [2577] = {.lex_state = 62}, + [2578] = {.lex_state = 62}, + [2579] = {.lex_state = 62}, + [2580] = {.lex_state = 62}, + [2581] = {.lex_state = 62}, + [2582] = {.lex_state = 62}, + [2583] = {.lex_state = 62}, + [2584] = {.lex_state = 62}, + [2585] = {.lex_state = 62}, + [2586] = {.lex_state = 62}, + [2587] = {.lex_state = 62}, + [2588] = {.lex_state = 62}, + [2589] = {.lex_state = 62}, + [2590] = {.lex_state = 62}, + [2591] = {.lex_state = 62}, + [2592] = {.lex_state = 62}, + [2593] = {.lex_state = 62}, + [2594] = {.lex_state = 62}, + [2595] = {.lex_state = 62}, + [2596] = {.lex_state = 62}, + [2597] = {.lex_state = 62}, + [2598] = {.lex_state = 62}, + [2599] = {.lex_state = 62}, + [2600] = {.lex_state = 62}, + [2601] = {(TSStateId)(-1)}, + [2602] = {(TSStateId)(-1)}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -12913,10 +12887,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1), [aux_sym_namespace_definition_token1] = ACTIONS(1), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1), + [aux_sym_namespace_use_clause_token3] = ACTIONS(1), [anon_sym_BSLASH] = ACTIONS(1), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [aux_sym_trait_declaration_token1] = ACTIONS(1), @@ -12932,15 +12906,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_abstract_modifier_token1] = ACTIONS(1), [aux_sym_readonly_modifier_token1] = ACTIONS(1), [aux_sym_class_interface_clause_token1] = ACTIONS(1), + [anon_sym_EQ_GT] = ACTIONS(1), [sym_var_modifier] = ACTIONS(1), [aux_sym_use_instead_of_clause_token1] = ACTIONS(1), [aux_sym_visibility_modifier_token1] = ACTIONS(1), [aux_sym_visibility_modifier_token2] = ACTIONS(1), [aux_sym_visibility_modifier_token3] = ACTIONS(1), - [aux_sym__arrow_function_header_token1] = ACTIONS(1), - [anon_sym_EQ_GT] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), + [aux_sym__arrow_function_header_token1] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [sym_bottom_type] = ACTIONS(1), @@ -13008,7 +12982,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_clone_expression_token1] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [aux_sym_print_intrinsic_token1] = ACTIONS(1), - [aux_sym_object_creation_expression_token1] = ACTIONS(1), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1), [anon_sym_DASH_DASH] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_STAR_STAR_EQ] = ACTIONS(1), @@ -13083,10 +13057,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_sentinel_error] = ACTIONS(1), }, [1] = { - [sym_program] = STATE(2664), + [sym_program] = STATE(2598), [sym_text_interpolation] = STATE(1), - [sym_text] = STATE(2197), - [aux_sym_text_repeat1] = STATE(1711), + [sym_text] = STATE(2179), + [aux_sym_text_repeat1] = STATE(1662), [ts_builtin_sym_end] = ACTIONS(7), [sym_php_tag] = ACTIONS(9), [anon_sym_QMARK_GT] = ACTIONS(11), @@ -13096,107 +13070,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [2] = { [sym_text_interpolation] = STATE(2), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [ts_builtin_sym_end] = ACTIONS(17), [sym_name] = ACTIONS(19), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -13205,8 +13193,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(28), [aux_sym_namespace_definition_token1] = ACTIONS(31), [aux_sym_namespace_use_declaration_token1] = ACTIONS(34), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(37), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(40), + [aux_sym_namespace_use_clause_token1] = ACTIONS(37), + [aux_sym_namespace_use_clause_token2] = ACTIONS(40), [anon_sym_BSLASH] = ACTIONS(43), [anon_sym_LBRACE] = ACTIONS(46), [anon_sym_RBRACE] = ACTIONS(17), @@ -13222,8 +13210,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(75), [aux_sym_visibility_modifier_token2] = ACTIONS(75), [aux_sym_visibility_modifier_token3] = ACTIONS(75), - [aux_sym__arrow_function_header_token1] = ACTIONS(78), - [anon_sym_LPAREN] = ACTIONS(81), + [anon_sym_LPAREN] = ACTIONS(78), + [aux_sym__arrow_function_header_token1] = ACTIONS(81), [aux_sym_cast_type_token1] = ACTIONS(84), [aux_sym_echo_statement_token1] = ACTIONS(87), [aux_sym_exit_statement_token1] = ACTIONS(90), @@ -13258,7 +13246,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(147), [aux_sym_clone_expression_token1] = ACTIONS(150), [aux_sym_print_intrinsic_token1] = ACTIONS(153), - [aux_sym_object_creation_expression_token1] = ACTIONS(156), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(156), [anon_sym_DASH_DASH] = ACTIONS(159), [anon_sym_PLUS_PLUS] = ACTIONS(159), [aux_sym__list_destructing_token1] = ACTIONS(162), @@ -13284,107 +13272,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [3] = { [sym_text_interpolation] = STATE(3), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(4), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -13392,8 +13394,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [anon_sym_RBRACE] = ACTIONS(230), @@ -13409,8 +13411,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -13440,7 +13442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -13466,107 +13468,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [4] = { [sym_text_interpolation] = STATE(4), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -13574,8 +13590,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [anon_sym_RBRACE] = ACTIONS(340), @@ -13591,8 +13607,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -13622,7 +13638,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -13648,107 +13664,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [5] = { [sym_text_interpolation] = STATE(5), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(6), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -13756,8 +13786,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [anon_sym_RBRACE] = ACTIONS(344), @@ -13773,8 +13803,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -13804,7 +13834,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -13830,107 +13860,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [6] = { [sym_text_interpolation] = STATE(6), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -13938,8 +13982,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [anon_sym_RBRACE] = ACTIONS(348), @@ -13955,8 +13999,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -13986,7 +14030,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -14012,121 +14056,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [7] = { [sym_text_interpolation] = STATE(7), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(435), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_colon_block] = STATE(2428), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(443), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(354), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -14135,13 +14195,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -14150,14 +14210,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_while_statement_token2] = ACTIONS(352), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_foreach_statement_token2] = ACTIONS(352), - [aux_sym_if_statement_token1] = ACTIONS(288), - [aux_sym_if_statement_token2] = ACTIONS(352), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -14167,7 +14224,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -14190,291 +14247,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [8] = { [sym_text_interpolation] = STATE(8), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(8), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(19), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(22), - [aux_sym_function_static_declaration_token1] = ACTIONS(25), - [aux_sym_global_declaration_token1] = ACTIONS(28), - [aux_sym_namespace_definition_token1] = ACTIONS(31), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(34), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(37), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(40), - [anon_sym_BSLASH] = ACTIONS(43), - [anon_sym_LBRACE] = ACTIONS(46), - [aux_sym_trait_declaration_token1] = ACTIONS(49), - [aux_sym_interface_declaration_token1] = ACTIONS(52), - [aux_sym_enum_declaration_token1] = ACTIONS(55), - [aux_sym_class_declaration_token1] = ACTIONS(60), - [aux_sym_final_modifier_token1] = ACTIONS(63), - [aux_sym_abstract_modifier_token1] = ACTIONS(66), - [aux_sym_readonly_modifier_token1] = ACTIONS(69), - [sym_var_modifier] = ACTIONS(72), - [aux_sym_visibility_modifier_token1] = ACTIONS(75), - [aux_sym_visibility_modifier_token2] = ACTIONS(75), - [aux_sym_visibility_modifier_token3] = ACTIONS(75), - [aux_sym__arrow_function_header_token1] = ACTIONS(78), - [anon_sym_LPAREN] = ACTIONS(81), - [aux_sym_cast_type_token1] = ACTIONS(84), - [aux_sym_echo_statement_token1] = ACTIONS(87), - [aux_sym_exit_statement_token1] = ACTIONS(90), - [anon_sym_unset] = ACTIONS(93), - [aux_sym_declare_statement_token1] = ACTIONS(354), - [sym_float] = ACTIONS(99), - [aux_sym_try_statement_token1] = ACTIONS(102), - [aux_sym_goto_statement_token1] = ACTIONS(105), - [aux_sym_continue_statement_token1] = ACTIONS(108), - [aux_sym_break_statement_token1] = ACTIONS(111), - [sym_integer] = ACTIONS(99), - [aux_sym_return_statement_token1] = ACTIONS(114), - [aux_sym_throw_expression_token1] = ACTIONS(117), - [aux_sym_while_statement_token1] = ACTIONS(357), - [aux_sym_do_statement_token1] = ACTIONS(123), - [aux_sym_for_statement_token1] = ACTIONS(360), - [aux_sym_foreach_statement_token1] = ACTIONS(363), - [aux_sym_if_statement_token1] = ACTIONS(366), - [aux_sym_if_statement_token2] = ACTIONS(58), - [aux_sym_else_if_clause_token1] = ACTIONS(58), - [aux_sym_else_clause_token1] = ACTIONS(58), - [aux_sym_match_expression_token1] = ACTIONS(135), - [aux_sym_switch_statement_token1] = ACTIONS(138), - [anon_sym_PLUS] = ACTIONS(141), - [anon_sym_DASH] = ACTIONS(141), - [anon_sym_TILDE] = ACTIONS(144), - [anon_sym_BANG] = ACTIONS(144), - [anon_sym_AT] = ACTIONS(147), - [aux_sym_clone_expression_token1] = ACTIONS(150), - [aux_sym_print_intrinsic_token1] = ACTIONS(153), - [aux_sym_object_creation_expression_token1] = ACTIONS(156), - [anon_sym_DASH_DASH] = ACTIONS(159), - [anon_sym_PLUS_PLUS] = ACTIONS(159), - [aux_sym__list_destructing_token1] = ACTIONS(162), - [anon_sym_LBRACK] = ACTIONS(165), - [anon_sym_self] = ACTIONS(168), - [anon_sym_parent] = ACTIONS(168), - [aux_sym__argument_name_token1] = ACTIONS(171), - [aux_sym__argument_name_token2] = ACTIONS(174), - [anon_sym_POUND_LBRACK] = ACTIONS(177), - [aux_sym_encapsed_string_token1] = ACTIONS(180), - [anon_sym_DQUOTE] = ACTIONS(180), - [aux_sym_string_token1] = ACTIONS(183), - [anon_sym_SQUOTE] = ACTIONS(183), - [anon_sym_LT_LT_LT] = ACTIONS(186), - [anon_sym_BQUOTE] = ACTIONS(189), - [anon_sym_DOLLAR] = ACTIONS(192), - [aux_sym_yield_expression_token1] = ACTIONS(195), - [aux_sym_include_expression_token1] = ACTIONS(198), - [aux_sym_include_once_expression_token1] = ACTIONS(201), - [aux_sym_require_expression_token1] = ACTIONS(204), - [aux_sym_require_once_expression_token1] = ACTIONS(207), - [sym_comment] = ACTIONS(5), - }, - [9] = { - [sym_text_interpolation] = STATE(9), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(10), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -14482,8 +14373,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -14497,13 +14388,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -14512,14 +14403,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), - [aux_sym_if_statement_token2] = ACTIONS(379), - [aux_sym_else_if_clause_token1] = ACTIONS(379), - [aux_sym_else_clause_token1] = ACTIONS(379), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), + [aux_sym_if_statement_token2] = ACTIONS(368), + [aux_sym_else_if_clause_token1] = ACTIONS(368), + [aux_sym_else_clause_token1] = ACTIONS(368), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -14529,7 +14420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -14553,109 +14444,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [10] = { - [sym_text_interpolation] = STATE(10), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(8), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [9] = { + [sym_text_interpolation] = STATE(9), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -14663,8 +14568,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -14678,13 +14583,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -14693,14 +14598,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token2] = ACTIONS(368), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), - [aux_sym_if_statement_token2] = ACTIONS(352), - [aux_sym_else_if_clause_token1] = ACTIONS(352), - [aux_sym_else_clause_token1] = ACTIONS(352), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_foreach_statement_token2] = ACTIONS(368), + [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_if_statement_token2] = ACTIONS(368), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -14710,7 +14615,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -14734,109 +14639,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [11] = { - [sym_text_interpolation] = STATE(11), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(7), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [10] = { + [sym_text_interpolation] = STATE(10), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -14844,8 +14763,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -14859,8 +14778,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -14875,13 +14794,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_while_statement_token2] = ACTIONS(379), + [aux_sym_while_statement_token2] = ACTIONS(370), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_foreach_statement_token2] = ACTIONS(379), + [aux_sym_foreach_statement_token2] = ACTIONS(370), [aux_sym_if_statement_token1] = ACTIONS(288), - [aux_sym_if_statement_token2] = ACTIONS(379), + [aux_sym_if_statement_token2] = ACTIONS(370), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -14891,7 +14810,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -14915,125 +14834,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [12] = { - [sym_text_interpolation] = STATE(12), - [sym_statement] = STATE(545), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_colon_block] = STATE(2593), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(381), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [11] = { + [sym_text_interpolation] = STATE(11), + [sym_statement] = STATE(2107), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_colon_block] = STATE(2545), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2105), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(383), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(354), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -15041,28 +14975,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -15070,7 +15004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -15093,127 +15027,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(385), + [sym__automatic_semicolon] = ACTIONS(426), }, - [13] = { - [sym_text_interpolation] = STATE(13), - [sym_statement] = STATE(2071), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_colon_block] = STATE(2518), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(389), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [12] = { + [sym_text_interpolation] = STATE(12), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(8), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(383), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -15221,28 +15168,31 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(358), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), + [aux_sym_if_statement_token2] = ACTIONS(370), + [aux_sym_else_if_clause_token1] = ACTIONS(370), + [aux_sym_else_clause_token1] = ACTIONS(370), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -15250,7 +15200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -15273,127 +15223,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(441), }, - [14] = { - [sym_text_interpolation] = STATE(14), - [sym_statement] = STATE(2071), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_colon_block] = STATE(2518), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(389), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [13] = { + [sym_text_interpolation] = STATE(13), + [sym_statement] = STATE(2107), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_colon_block] = STATE(2545), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2105), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(383), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(354), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -15401,28 +15365,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -15430,7 +15394,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -15453,126 +15417,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(441), + [sym__automatic_semicolon] = ACTIONS(426), }, - [15] = { - [sym_text_interpolation] = STATE(15), - [sym_statement] = STATE(545), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_colon_block] = STATE(2593), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [14] = { + [sym_text_interpolation] = STATE(14), + [sym_statement] = STATE(435), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_colon_block] = STATE(2428), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(443), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(381), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(383), + [anon_sym_COLON] = ACTIONS(354), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -15581,13 +15560,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -15596,11 +15575,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -15610,7 +15589,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -15633,126 +15612,336 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(385), + [sym__automatic_semicolon] = ACTIONS(366), + }, + [15] = { + [sym_text_interpolation] = STATE(15), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(19), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(22), + [aux_sym_function_static_declaration_token1] = ACTIONS(25), + [aux_sym_global_declaration_token1] = ACTIONS(28), + [aux_sym_namespace_definition_token1] = ACTIONS(31), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(34), + [aux_sym_namespace_use_clause_token1] = ACTIONS(37), + [aux_sym_namespace_use_clause_token2] = ACTIONS(40), + [anon_sym_BSLASH] = ACTIONS(43), + [anon_sym_LBRACE] = ACTIONS(46), + [aux_sym_trait_declaration_token1] = ACTIONS(49), + [aux_sym_interface_declaration_token1] = ACTIONS(52), + [aux_sym_enum_declaration_token1] = ACTIONS(55), + [aux_sym_class_declaration_token1] = ACTIONS(60), + [aux_sym_final_modifier_token1] = ACTIONS(63), + [aux_sym_abstract_modifier_token1] = ACTIONS(66), + [aux_sym_readonly_modifier_token1] = ACTIONS(69), + [sym_var_modifier] = ACTIONS(72), + [aux_sym_visibility_modifier_token1] = ACTIONS(75), + [aux_sym_visibility_modifier_token2] = ACTIONS(75), + [aux_sym_visibility_modifier_token3] = ACTIONS(75), + [anon_sym_LPAREN] = ACTIONS(78), + [aux_sym__arrow_function_header_token1] = ACTIONS(81), + [aux_sym_cast_type_token1] = ACTIONS(84), + [aux_sym_echo_statement_token1] = ACTIONS(87), + [aux_sym_exit_statement_token1] = ACTIONS(90), + [anon_sym_unset] = ACTIONS(93), + [aux_sym_declare_statement_token1] = ACTIONS(438), + [sym_float] = ACTIONS(99), + [aux_sym_try_statement_token1] = ACTIONS(102), + [aux_sym_goto_statement_token1] = ACTIONS(105), + [aux_sym_continue_statement_token1] = ACTIONS(108), + [aux_sym_break_statement_token1] = ACTIONS(111), + [sym_integer] = ACTIONS(99), + [aux_sym_return_statement_token1] = ACTIONS(114), + [aux_sym_throw_expression_token1] = ACTIONS(117), + [aux_sym_while_statement_token1] = ACTIONS(441), + [aux_sym_do_statement_token1] = ACTIONS(123), + [aux_sym_for_statement_token1] = ACTIONS(444), + [aux_sym_foreach_statement_token1] = ACTIONS(447), + [aux_sym_if_statement_token1] = ACTIONS(450), + [aux_sym_if_statement_token2] = ACTIONS(58), + [aux_sym_else_if_clause_token1] = ACTIONS(58), + [aux_sym_else_clause_token1] = ACTIONS(58), + [aux_sym_match_expression_token1] = ACTIONS(135), + [aux_sym_switch_statement_token1] = ACTIONS(138), + [anon_sym_PLUS] = ACTIONS(141), + [anon_sym_DASH] = ACTIONS(141), + [anon_sym_TILDE] = ACTIONS(144), + [anon_sym_BANG] = ACTIONS(144), + [anon_sym_AT] = ACTIONS(147), + [aux_sym_clone_expression_token1] = ACTIONS(150), + [aux_sym_print_intrinsic_token1] = ACTIONS(153), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(156), + [anon_sym_DASH_DASH] = ACTIONS(159), + [anon_sym_PLUS_PLUS] = ACTIONS(159), + [aux_sym__list_destructing_token1] = ACTIONS(162), + [anon_sym_LBRACK] = ACTIONS(165), + [anon_sym_self] = ACTIONS(168), + [anon_sym_parent] = ACTIONS(168), + [aux_sym__argument_name_token1] = ACTIONS(171), + [aux_sym__argument_name_token2] = ACTIONS(174), + [anon_sym_POUND_LBRACK] = ACTIONS(177), + [aux_sym_encapsed_string_token1] = ACTIONS(180), + [anon_sym_DQUOTE] = ACTIONS(180), + [aux_sym_string_token1] = ACTIONS(183), + [anon_sym_SQUOTE] = ACTIONS(183), + [anon_sym_LT_LT_LT] = ACTIONS(186), + [anon_sym_BQUOTE] = ACTIONS(189), + [anon_sym_DOLLAR] = ACTIONS(192), + [aux_sym_yield_expression_token1] = ACTIONS(195), + [aux_sym_include_expression_token1] = ACTIONS(198), + [aux_sym_include_once_expression_token1] = ACTIONS(201), + [aux_sym_require_expression_token1] = ACTIONS(204), + [aux_sym_require_once_expression_token1] = ACTIONS(207), + [sym_comment] = ACTIONS(5), }, [16] = { [sym_text_interpolation] = STATE(16), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [sym_statement] = STATE(2094), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2094), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(453), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -15760,29 +15949,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(453), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -15790,7 +15978,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -15813,126 +16001,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [17] = { [sym_text_interpolation] = STATE(17), - [sym_statement] = STATE(426), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_colon_block] = STATE(1670), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [sym_statement] = STATE(2088), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2088), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), [anon_sym_COLON] = ACTIONS(455), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -15940,28 +16143,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -15969,7 +16172,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -15992,125 +16195,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [18] = { [sym_text_interpolation] = STATE(18), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(30), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [sym_statement] = STATE(2094), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2094), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(453), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -16118,29 +16337,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(457), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -16148,7 +16366,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -16171,125 +16389,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [19] = { [sym_text_interpolation] = STATE(19), - [sym_statement] = STATE(466), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(459), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [sym_statement] = STATE(2110), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2110), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(461), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(457), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -16297,28 +16531,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -16326,7 +16560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -16349,127 +16583,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(463), + [sym__automatic_semicolon] = ACTIONS(426), }, [20] = { [sym_text_interpolation] = STATE(20), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(75), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [sym_statement] = STATE(2146), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2146), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(465), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(459), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -16477,28 +16725,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -16506,7 +16754,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -16529,125 +16777,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [21] = { [sym_text_interpolation] = STATE(21), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(442), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(442), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(467), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(461), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -16656,13 +16919,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -16671,11 +16934,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -16685,7 +16948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -16708,126 +16971,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [22] = { [sym_text_interpolation] = STATE(22), - [sym_statement] = STATE(2014), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_colon_block] = STATE(2567), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(442), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(442), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(352), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(383), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(461), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -16835,28 +17113,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -16864,7 +17142,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -16887,125 +17165,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [23] = { [sym_text_interpolation] = STATE(23), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(21), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(504), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(504), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(471), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(463), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -17014,8 +17307,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -17043,7 +17336,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -17066,124 +17359,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [24] = { [sym_text_interpolation] = STATE(24), - [sym_statement] = STATE(456), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(504), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(504), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(475), + [anon_sym_COLON] = ACTIONS(463), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -17192,13 +17501,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -17207,11 +17516,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -17221,7 +17530,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -17244,126 +17553,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(477), + [sym__automatic_semicolon] = ACTIONS(366), }, [25] = { [sym_text_interpolation] = STATE(25), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [sym_statement] = STATE(2146), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2146), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(459), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -17371,29 +17695,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(479), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -17401,7 +17724,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -17424,124 +17747,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [26] = { [sym_text_interpolation] = STATE(26), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(25), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(434), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(434), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(465), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -17550,13 +17889,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -17565,12 +17904,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(481), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -17580,7 +17918,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -17603,125 +17941,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [27] = { [sym_text_interpolation] = STATE(27), - [sym_statement] = STATE(2048), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(483), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(2110), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2110), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(485), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(457), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -17729,28 +18083,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -17758,7 +18112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -17781,126 +18135,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(487), + [sym__automatic_semicolon] = ACTIONS(426), }, [28] = { [sym_text_interpolation] = STATE(28), - [sym_statement] = STATE(428), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_colon_block] = STATE(1670), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(470), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(470), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(455), + [anon_sym_COLON] = ACTIONS(467), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -17909,13 +18277,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -17924,11 +18292,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -17938,7 +18306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -17961,124 +18329,334 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [29] = { [sym_text_interpolation] = STATE(29), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(57), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(1978), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(1978), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), + [anon_sym_BSLASH] = ACTIONS(226), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(469), + [aux_sym_class_declaration_token1] = ACTIONS(394), + [aux_sym_final_modifier_token1] = ACTIONS(242), + [aux_sym_abstract_modifier_token1] = ACTIONS(244), + [aux_sym_readonly_modifier_token1] = ACTIONS(246), + [sym_var_modifier] = ACTIONS(248), + [aux_sym_visibility_modifier_token1] = ACTIONS(250), + [aux_sym_visibility_modifier_token2] = ACTIONS(250), + [aux_sym_visibility_modifier_token3] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), + [sym_float] = ACTIONS(266), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), + [sym_integer] = ACTIONS(266), + [aux_sym_return_statement_token1] = ACTIONS(412), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), + [aux_sym_match_expression_token1] = ACTIONS(290), + [aux_sym_switch_statement_token1] = ACTIONS(424), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), + [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), + }, + [30] = { + [sym_text_interpolation] = STATE(30), + [sym_statement] = STATE(488), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(488), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(471), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -18087,13 +18665,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -18102,12 +18680,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(489), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -18117,7 +18694,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -18140,124 +18717,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, - [30] = { - [sym_text_interpolation] = STATE(30), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [31] = { + [sym_text_interpolation] = STATE(31), + [sym_statement] = STATE(434), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(434), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(465), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -18266,8 +18859,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -18284,7 +18877,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(489), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -18296,7 +18888,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -18319,125 +18911,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, - [31] = { - [sym_text_interpolation] = STATE(31), - [sym_statement] = STATE(1994), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(491), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [32] = { + [sym_text_interpolation] = STATE(32), + [sym_statement] = STATE(1978), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(1978), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(493), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(469), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -18445,28 +19053,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -18474,7 +19082,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -18497,125 +19105,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(495), + [sym__automatic_semicolon] = ACTIONS(426), }, - [32] = { - [sym_text_interpolation] = STATE(32), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [33] = { + [sym_text_interpolation] = STATE(33), + [sym_statement] = STATE(488), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(488), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(471), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -18624,8 +19247,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -18642,7 +19265,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(481), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -18654,7 +19276,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -18677,125 +19299,141 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, - [33] = { - [sym_text_interpolation] = STATE(33), - [sym_statement] = STATE(2006), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(497), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [34] = { + [sym_text_interpolation] = STATE(34), + [sym_statement] = STATE(2088), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(2088), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(374), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(499), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(455), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -18803,28 +19441,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -18832,7 +19470,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -18855,126 +19493,140 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(501), + [sym__automatic_semicolon] = ACTIONS(426), }, - [34] = { - [sym_text_interpolation] = STATE(34), + [35] = { + [sym_text_interpolation] = STATE(35), [sym_statement] = STATE(470), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_colon_block] = STATE(2495), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(470), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), + [anon_sym_SEMI] = ACTIONS(352), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(383), + [anon_sym_COLON] = ACTIONS(467), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -18983,8 +19635,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -19012,7 +19664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -19035,124 +19687,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, - [35] = { - [sym_text_interpolation] = STATE(35), - [sym_statement] = STATE(503), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [36] = { + [sym_text_interpolation] = STATE(36), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(49), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(505), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -19161,13 +19828,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token2] = ACTIONS(473), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -19176,11 +19844,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -19190,186 +19858,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(507), - }, - [36] = { - [sym_text_interpolation] = STATE(36), - [sym_statement] = STATE(2129), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(509), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(511), - [aux_sym_class_declaration_token1] = ACTIONS(409), - [aux_sym_final_modifier_token1] = ACTIONS(242), - [aux_sym_abstract_modifier_token1] = ACTIONS(244), - [aux_sym_readonly_modifier_token1] = ACTIONS(246), - [sym_var_modifier] = ACTIONS(248), - [aux_sym_visibility_modifier_token1] = ACTIONS(250), - [aux_sym_visibility_modifier_token2] = ACTIONS(250), - [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), - [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), - [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), - [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -19392,111 +19881,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(513), }, [37] = { [sym_text_interpolation] = STATE(37), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(32), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(63), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -19504,10 +20006,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(475), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -19519,8 +20022,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -19537,7 +20040,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(453), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -19549,7 +20051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -19575,122 +20077,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [38] = { [sym_text_interpolation] = STATE(38), - [sym_statement] = STATE(2129), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(509), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(475), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_colon_block] = STATE(2418), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(511), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(354), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -19698,28 +20215,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -19727,7 +20244,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -19750,125 +20267,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(513), }, [39] = { [sym_text_interpolation] = STATE(39), - [sym_statement] = STATE(456), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(70), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(473), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(475), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -19877,13 +20407,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -19892,11 +20422,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(477), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -19906,7 +20437,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -19929,111 +20460,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(477), }, [40] = { [sym_text_interpolation] = STATE(40), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(16), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -20041,8 +20585,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -20056,8 +20600,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -20074,7 +20618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(515), + [aux_sym_for_statement_token2] = ACTIONS(477), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -20086,7 +20630,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -20112,107 +20656,315 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [41] = { [sym_text_interpolation] = STATE(41), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(2161), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_colon_block] = STATE(2406), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), + [anon_sym_BSLASH] = ACTIONS(226), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(354), + [aux_sym_class_declaration_token1] = ACTIONS(394), + [aux_sym_final_modifier_token1] = ACTIONS(242), + [aux_sym_abstract_modifier_token1] = ACTIONS(244), + [aux_sym_readonly_modifier_token1] = ACTIONS(246), + [sym_var_modifier] = ACTIONS(248), + [aux_sym_visibility_modifier_token1] = ACTIONS(250), + [aux_sym_visibility_modifier_token2] = ACTIONS(250), + [aux_sym_visibility_modifier_token3] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), + [sym_float] = ACTIONS(266), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), + [sym_integer] = ACTIONS(266), + [aux_sym_return_statement_token1] = ACTIONS(412), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), + [aux_sym_match_expression_token1] = ACTIONS(290), + [aux_sym_switch_statement_token1] = ACTIONS(424), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), + [sym_comment] = ACTIONS(5), + }, + [42] = { + [sym_text_interpolation] = STATE(42), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(62), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [ts_builtin_sym_end] = ACTIONS(481), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -20220,8 +20972,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -20235,8 +20987,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -20253,7 +21005,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(515), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -20265,7 +21016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -20289,109 +21040,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [42] = { - [sym_text_interpolation] = STATE(42), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(59), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [43] = { + [sym_text_interpolation] = STATE(43), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -20399,8 +21164,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -20414,8 +21179,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -20432,7 +21197,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(517), + [aux_sym_for_statement_token2] = ACTIONS(483), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -20444,7 +21209,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -20468,109 +21233,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [43] = { - [sym_text_interpolation] = STATE(43), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [44] = { + [sym_text_interpolation] = STATE(44), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(43), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -20578,8 +21357,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -20593,8 +21372,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -20611,7 +21390,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(519), + [aux_sym_for_statement_token2] = ACTIONS(485), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -20623,7 +21402,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -20647,124 +21426,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [44] = { - [sym_text_interpolation] = STATE(44), - [sym_statement] = STATE(2087), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(521), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [45] = { + [sym_text_interpolation] = STATE(45), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(59), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(523), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -20772,28 +21565,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(487), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -20801,7 +21595,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -20824,112 +21618,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(525), }, - [45] = { - [sym_text_interpolation] = STATE(45), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [ts_builtin_sym_end] = ACTIONS(527), + [46] = { + [sym_text_interpolation] = STATE(46), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(40), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -20937,8 +21743,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -20952,8 +21758,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -20970,6 +21776,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(489), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -20981,7 +21788,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -21005,123 +21812,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [46] = { - [sym_text_interpolation] = STATE(46), - [sym_statement] = STATE(466), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [47] = { + [sym_text_interpolation] = STATE(47), + [sym_statement] = STATE(410), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_colon_block] = STATE(1623), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(459), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(461), + [anon_sym_COLON] = ACTIONS(491), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -21130,13 +21952,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -21145,11 +21967,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -21159,7 +21981,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -21182,111 +22004,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(463), }, - [47] = { - [sym_text_interpolation] = STATE(47), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(41), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [48] = { + [sym_text_interpolation] = STATE(48), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -21294,10 +22129,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(493), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -21309,8 +22145,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -21327,7 +22163,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(529), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -21339,7 +22174,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -21363,109 +22198,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [48] = { - [sym_text_interpolation] = STATE(48), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [49] = { + [sym_text_interpolation] = STATE(49), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -21473,8 +22322,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -21488,14 +22337,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), [aux_sym_declare_statement_token1] = ACTIONS(264), - [aux_sym_declare_statement_token2] = ACTIONS(531), + [aux_sym_declare_statement_token2] = ACTIONS(495), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -21518,7 +22367,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -21542,124 +22391,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [49] = { - [sym_text_interpolation] = STATE(49), - [sym_statement] = STATE(2006), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(497), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [50] = { + [sym_text_interpolation] = STATE(50), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [ts_builtin_sym_end] = ACTIONS(497), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(499), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -21667,28 +22531,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -21696,7 +22560,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -21719,112 +22583,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(501), }, - [50] = { - [sym_text_interpolation] = STATE(50), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(61), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [ts_builtin_sym_end] = ACTIONS(527), + [51] = { + [sym_text_interpolation] = STATE(51), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -21832,8 +22708,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -21847,8 +22723,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -21865,6 +22741,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(499), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -21876,7 +22753,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -21900,288 +22777,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [51] = { - [sym_text_interpolation] = STATE(51), - [sym_statement] = STATE(1994), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(491), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(493), - [aux_sym_class_declaration_token1] = ACTIONS(409), - [aux_sym_final_modifier_token1] = ACTIONS(242), - [aux_sym_abstract_modifier_token1] = ACTIONS(244), - [aux_sym_readonly_modifier_token1] = ACTIONS(246), - [sym_var_modifier] = ACTIONS(248), - [aux_sym_visibility_modifier_token1] = ACTIONS(250), - [aux_sym_visibility_modifier_token2] = ACTIONS(250), - [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), - [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), - [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), - [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(495), - }, [52] = { [sym_text_interpolation] = STATE(52), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(43), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(409), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_colon_block] = STATE(1623), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -22189,13 +22901,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(491), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -22204,13 +22917,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -22219,12 +22932,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(533), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -22234,7 +22946,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -22260,107 +22972,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [53] = { [sym_text_interpolation] = STATE(53), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(48), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -22368,11 +23094,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(535), + [anon_sym_RBRACE] = ACTIONS(501), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -22384,8 +23110,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -22413,7 +23139,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -22439,123 +23165,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [54] = { [sym_text_interpolation] = STATE(54), - [sym_statement] = STATE(1623), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_colon_block] = STATE(1637), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(455), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -22563,28 +23302,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(485), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -22592,7 +23332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -22618,121 +23358,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [55] = { [sym_text_interpolation] = STATE(55), - [sym_statement] = STATE(524), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(64), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(537), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(539), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -22741,13 +23495,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token2] = ACTIONS(503), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -22756,11 +23511,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -22770,7 +23525,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -22793,126 +23548,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(541), }, [56] = { [sym_text_interpolation] = STATE(56), - [sym_statement] = STATE(2087), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(521), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(58), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(523), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -22920,28 +23688,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(499), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -22949,7 +23718,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -22972,111 +23741,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(525), }, [57] = { [sym_text_interpolation] = STATE(57), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(54), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -23084,8 +23866,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -23099,8 +23881,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -23117,7 +23899,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(517), + [aux_sym_for_statement_token2] = ACTIONS(505), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -23129,7 +23911,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -23155,107 +23937,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [58] = { [sym_text_interpolation] = STATE(58), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(48), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -23263,8 +24059,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -23278,14 +24074,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), [aux_sym_declare_statement_token1] = ACTIONS(264), - [aux_sym_declare_statement_token2] = ACTIONS(543), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -23297,6 +24092,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(507), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -23308,7 +24104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -23334,107 +24130,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [59] = { [sym_text_interpolation] = STATE(59), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -23442,8 +24252,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -23457,8 +24267,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -23475,7 +24285,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_for_statement_token2] = ACTIONS(533), + [aux_sym_for_statement_token2] = ACTIONS(505), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -23487,7 +24297,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -23513,121 +24323,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [60] = { [sym_text_interpolation] = STATE(60), - [sym_statement] = STATE(483), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(66), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(509), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(547), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -23636,13 +24461,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -23651,11 +24476,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -23665,7 +24490,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -23688,112 +24513,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(549), }, [61] = { [sym_text_interpolation] = STATE(61), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [ts_builtin_sym_end] = ACTIONS(551), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -23801,8 +24638,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -23816,8 +24653,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -23834,6 +24671,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(487), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -23845,7 +24683,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -23871,107 +24709,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [62] = { [sym_text_interpolation] = STATE(62), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(69), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [ts_builtin_sym_end] = ACTIONS(511), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -23979,11 +24832,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(553), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -23995,8 +24847,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -24024,7 +24876,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -24050,286 +24902,121 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [63] = { [sym_text_interpolation] = STATE(63), - [sym_statement] = STATE(1671), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_colon_block] = STATE(1637), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(455), - [aux_sym_class_declaration_token1] = ACTIONS(409), - [aux_sym_final_modifier_token1] = ACTIONS(242), - [aux_sym_abstract_modifier_token1] = ACTIONS(244), - [aux_sym_readonly_modifier_token1] = ACTIONS(246), - [sym_var_modifier] = ACTIONS(248), - [aux_sym_visibility_modifier_token1] = ACTIONS(250), - [aux_sym_visibility_modifier_token2] = ACTIONS(250), - [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), - [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), - [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), - [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - }, - [64] = { - [sym_text_interpolation] = STATE(64), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -24337,10 +25024,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(513), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -24352,14 +25040,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), [aux_sym_declare_statement_token1] = ACTIONS(264), - [aux_sym_declare_statement_token2] = ACTIONS(555), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -24382,7 +25069,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -24406,302 +25093,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [65] = { - [sym_text_interpolation] = STATE(65), - [sym_statement] = STATE(2014), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_colon_block] = STATE(2567), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(383), - [aux_sym_class_declaration_token1] = ACTIONS(409), - [aux_sym_final_modifier_token1] = ACTIONS(242), - [aux_sym_abstract_modifier_token1] = ACTIONS(244), - [aux_sym_readonly_modifier_token1] = ACTIONS(246), - [sym_var_modifier] = ACTIONS(248), - [aux_sym_visibility_modifier_token1] = ACTIONS(250), - [aux_sym_visibility_modifier_token2] = ACTIONS(250), - [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), - [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), - [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), - [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - }, - [66] = { - [sym_text_interpolation] = STATE(66), - [sym_statement] = STATE(503), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [64] = { + [sym_text_interpolation] = STATE(64), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(503), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(505), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -24710,13 +25232,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token2] = ACTIONS(515), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -24739,7 +25262,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -24762,111 +25285,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(507), }, - [67] = { - [sym_text_interpolation] = STATE(67), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(53), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [65] = { + [sym_text_interpolation] = STATE(65), + [sym_statement] = STATE(475), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_colon_block] = STATE(2418), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -24874,14 +25410,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(557), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), + [anon_sym_COLON] = ACTIONS(354), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -24890,13 +25426,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(264), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -24905,11 +25441,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(284), - [aux_sym_foreach_statement_token1] = ACTIONS(286), - [aux_sym_if_statement_token1] = ACTIONS(288), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -24919,7 +25455,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -24943,123 +25479,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [68] = { - [sym_text_interpolation] = STATE(68), - [sym_statement] = STATE(483), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [66] = { + [sym_text_interpolation] = STATE(66), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(517), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(547), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -25068,8 +25619,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -25097,7 +25648,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -25120,111 +25671,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(549), }, - [69] = { - [sym_text_interpolation] = STATE(69), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [67] = { + [sym_text_interpolation] = STATE(67), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(68), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -25232,11 +25796,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(559), + [anon_sym_RBRACE] = ACTIONS(519), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -25248,8 +25812,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -25277,7 +25841,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -25301,110 +25865,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [70] = { - [sym_text_interpolation] = STATE(70), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(45), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [ts_builtin_sym_end] = ACTIONS(561), + [68] = { + [sym_text_interpolation] = STATE(68), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -25412,10 +25989,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(521), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -25427,8 +26005,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -25456,7 +26034,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -25480,125 +26058,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [71] = { - [sym_text_interpolation] = STATE(71), - [sym_statement] = STATE(470), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_colon_block] = STATE(2495), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(210), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(212), - [aux_sym_function_static_declaration_token1] = ACTIONS(214), - [aux_sym_global_declaration_token1] = ACTIONS(216), - [aux_sym_namespace_definition_token1] = ACTIONS(218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [69] = { + [sym_text_interpolation] = STATE(69), + [sym_statement] = STATE(1612), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_colon_block] = STATE(1553), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(228), - [aux_sym_trait_declaration_token1] = ACTIONS(232), - [aux_sym_interface_declaration_token1] = ACTIONS(234), - [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(383), - [aux_sym_class_declaration_token1] = ACTIONS(240), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(491), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -25606,28 +26198,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(258), - [aux_sym_exit_statement_token1] = ACTIONS(260), - [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(268), - [aux_sym_goto_statement_token1] = ACTIONS(270), - [aux_sym_continue_statement_token1] = ACTIONS(272), - [aux_sym_break_statement_token1] = ACTIONS(274), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), - [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(292), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -25635,7 +26227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -25659,123 +26251,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [72] = { - [sym_text_interpolation] = STATE(72), - [sym_statement] = STATE(524), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [70] = { + [sym_text_interpolation] = STATE(70), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(537), + [anon_sym_SEMI] = ACTIONS(212), [aux_sym_function_static_declaration_token1] = ACTIONS(214), [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), - [anon_sym_COLON] = ACTIONS(539), [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), @@ -25784,8 +26390,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -25802,6 +26408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(523), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -25813,7 +26420,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -25836,111 +26443,124 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(541), }, - [73] = { - [sym_text_interpolation] = STATE(73), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(64), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [71] = { + [sym_text_interpolation] = STATE(71), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(61), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -25948,8 +26568,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -25963,14 +26583,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), [aux_sym_declare_statement_token1] = ACTIONS(264), - [aux_sym_declare_statement_token2] = ACTIONS(563), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -25982,6 +26601,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(525), [aux_sym_foreach_statement_token1] = ACTIONS(286), [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), @@ -25993,7 +26613,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -26017,124 +26637,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [74] = { - [sym_text_interpolation] = STATE(74), - [sym_statement] = STATE(2048), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(483), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [72] = { + [sym_text_interpolation] = STATE(72), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(51), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [anon_sym_COLON] = ACTIONS(485), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -26142,28 +26776,29 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_for_statement_token2] = ACTIONS(523), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -26171,7 +26806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -26194,111 +26829,125 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(487), }, - [75] = { - [sym_text_interpolation] = STATE(75), - [sym_statement] = STATE(494), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [73] = { + [sym_text_interpolation] = STATE(73), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(50), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [ts_builtin_sym_end] = ACTIONS(511), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -26306,11 +26955,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), - [anon_sym_RBRACE] = ACTIONS(565), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -26322,8 +26970,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -26351,7 +26999,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -26375,123 +27023,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [76] = { - [sym_text_interpolation] = STATE(76), - [sym_statement] = STATE(2003), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [74] = { + [sym_text_interpolation] = STATE(74), + [sym_statement] = STATE(1589), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_colon_block] = STATE(1553), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(491), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -26499,28 +27163,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -26528,7 +27192,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -26552,123 +27216,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [77] = { - [sym_text_interpolation] = STATE(77), - [sym_statement] = STATE(2543), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [75] = { + [sym_text_interpolation] = STATE(75), + [sym_statement] = STATE(2161), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_colon_block] = STATE(2406), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [anon_sym_COLON] = ACTIONS(354), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -26676,28 +27356,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -26705,7 +27385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -26729,108 +27409,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [78] = { - [sym_text_interpolation] = STATE(78), - [sym_statement] = STATE(521), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [76] = { + [sym_text_interpolation] = STATE(76), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -26838,10 +27533,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(527), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -26853,13 +27549,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -26868,11 +27564,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(280), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -26882,7 +27578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -26906,108 +27602,123 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [79] = { - [sym_text_interpolation] = STATE(79), - [sym_statement] = STATE(521), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [77] = { + [sym_text_interpolation] = STATE(77), + [sym_statement] = STATE(450), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_program_repeat1] = STATE(76), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -27015,10 +27726,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), + [anon_sym_RBRACE] = ACTIONS(529), [aux_sym_trait_declaration_token1] = ACTIONS(232), [aux_sym_interface_declaration_token1] = ACTIONS(234), [aux_sym_enum_declaration_token1] = ACTIONS(236), @@ -27030,8 +27742,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), @@ -27059,7 +27771,389 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), + [sym_comment] = ACTIONS(5), + }, + [78] = { + [sym_text_interpolation] = STATE(78), + [sym_statement] = STATE(2145), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), + [anon_sym_BSLASH] = ACTIONS(226), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [aux_sym_class_declaration_token1] = ACTIONS(394), + [aux_sym_final_modifier_token1] = ACTIONS(242), + [aux_sym_abstract_modifier_token1] = ACTIONS(244), + [aux_sym_readonly_modifier_token1] = ACTIONS(246), + [sym_var_modifier] = ACTIONS(248), + [aux_sym_visibility_modifier_token1] = ACTIONS(250), + [aux_sym_visibility_modifier_token2] = ACTIONS(250), + [aux_sym_visibility_modifier_token3] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), + [sym_float] = ACTIONS(266), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), + [sym_integer] = ACTIONS(266), + [aux_sym_return_statement_token1] = ACTIONS(412), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), + [aux_sym_match_expression_token1] = ACTIONS(290), + [aux_sym_switch_statement_token1] = ACTIONS(424), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), + [sym_comment] = ACTIONS(5), + }, + [79] = { + [sym_text_interpolation] = STATE(79), + [sym_statement] = STATE(499), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), + [anon_sym_BSLASH] = ACTIONS(226), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), + [aux_sym_final_modifier_token1] = ACTIONS(242), + [aux_sym_abstract_modifier_token1] = ACTIONS(244), + [aux_sym_readonly_modifier_token1] = ACTIONS(246), + [sym_var_modifier] = ACTIONS(248), + [aux_sym_visibility_modifier_token1] = ACTIONS(250), + [aux_sym_visibility_modifier_token2] = ACTIONS(250), + [aux_sym_visibility_modifier_token3] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(356), + [sym_float] = ACTIONS(266), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), + [sym_integer] = ACTIONS(266), + [aux_sym_return_statement_token1] = ACTIONS(276), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_while_statement_token1] = ACTIONS(358), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), + [aux_sym_match_expression_token1] = ACTIONS(290), + [aux_sym_switch_statement_token1] = ACTIONS(292), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -27085,121 +28179,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [80] = { [sym_text_interpolation] = STATE(80), - [sym_statement] = STATE(2003), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(425), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(210), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(212), + [aux_sym_function_static_declaration_token1] = ACTIONS(214), + [aux_sym_global_declaration_token1] = ACTIONS(216), + [aux_sym_namespace_definition_token1] = ACTIONS(218), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(228), + [aux_sym_trait_declaration_token1] = ACTIONS(232), + [aux_sym_interface_declaration_token1] = ACTIONS(234), + [aux_sym_enum_declaration_token1] = ACTIONS(236), + [aux_sym_class_declaration_token1] = ACTIONS(240), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -27207,28 +28315,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(258), + [aux_sym_exit_statement_token1] = ACTIONS(260), + [anon_sym_unset] = ACTIONS(262), + [aux_sym_declare_statement_token1] = ACTIONS(264), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(268), + [aux_sym_goto_statement_token1] = ACTIONS(270), + [aux_sym_continue_statement_token1] = ACTIONS(272), + [aux_sym_break_statement_token1] = ACTIONS(274), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(280), + [aux_sym_do_statement_token1] = ACTIONS(282), + [aux_sym_for_statement_token1] = ACTIONS(284), + [aux_sym_foreach_statement_token1] = ACTIONS(286), + [aux_sym_if_statement_token1] = ACTIONS(288), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -27236,7 +28344,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -27262,106 +28370,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [81] = { [sym_text_interpolation] = STATE(81), - [sym_statement] = STATE(492), - [sym_empty_statement] = STATE(506), - [sym_function_static_declaration] = STATE(506), - [sym_global_declaration] = STATE(506), - [sym_namespace_definition] = STATE(506), - [sym_namespace_use_declaration] = STATE(506), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(506), - [sym_interface_declaration] = STATE(506), - [sym_enum_declaration] = STATE(506), - [sym_class_declaration] = STATE(506), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(506), - [sym__const_declaration] = STATE(518), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(506), - [sym__function_definition_header] = STATE(2241), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(506), - [sym_exit_statement] = STATE(506), - [sym_unset_statement] = STATE(506), - [sym_declare_statement] = STATE(506), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(506), - [sym_goto_statement] = STATE(506), - [sym_continue_statement] = STATE(506), - [sym_break_statement] = STATE(506), - [sym_return_statement] = STATE(506), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(506), - [sym_do_statement] = STATE(506), - [sym_for_statement] = STATE(506), - [sym_foreach_statement] = STATE(506), - [sym_if_statement] = STATE(506), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(506), - [sym_compound_statement] = STATE(506), - [sym_named_label_statement] = STATE(506), - [sym_expression_statement] = STATE(506), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1367), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1372), - [aux_sym_attribute_list_repeat1] = STATE(989), + [sym_statement] = STATE(425), + [sym_empty_statement] = STATE(426), + [sym_function_static_declaration] = STATE(426), + [sym_global_declaration] = STATE(426), + [sym_namespace_definition] = STATE(426), + [sym_namespace_use_declaration] = STATE(426), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(426), + [sym_interface_declaration] = STATE(426), + [sym_enum_declaration] = STATE(426), + [sym_class_declaration] = STATE(426), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(426), + [sym__const_declaration] = STATE(439), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(426), + [sym__function_definition_header] = STATE(2213), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(426), + [sym_exit_statement] = STATE(426), + [sym_unset_statement] = STATE(426), + [sym_declare_statement] = STATE(426), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(426), + [sym_goto_statement] = STATE(426), + [sym_continue_statement] = STATE(426), + [sym_break_statement] = STATE(426), + [sym_return_statement] = STATE(426), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(426), + [sym_do_statement] = STATE(426), + [sym_for_statement] = STATE(426), + [sym_foreach_statement] = STATE(426), + [sym_if_statement] = STATE(426), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(426), + [sym_compound_statement] = STATE(426), + [sym_named_label_statement] = STATE(426), + [sym_expression_statement] = STATE(426), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1303), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1313), + [aux_sym_attribute_list_repeat1] = STATE(990), [sym_name] = ACTIONS(210), [anon_sym_QMARK_GT] = ACTIONS(3), [anon_sym_SEMI] = ACTIONS(212), @@ -27369,8 +28491,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(216), [aux_sym_namespace_definition_token1] = ACTIONS(218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(220), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(224), [anon_sym_BSLASH] = ACTIONS(226), [anon_sym_LBRACE] = ACTIONS(228), [aux_sym_trait_declaration_token1] = ACTIONS(232), @@ -27384,13 +28506,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [aux_sym_echo_statement_token1] = ACTIONS(258), [aux_sym_exit_statement_token1] = ACTIONS(260), [anon_sym_unset] = ACTIONS(262), - [aux_sym_declare_statement_token1] = ACTIONS(369), + [aux_sym_declare_statement_token1] = ACTIONS(356), [sym_float] = ACTIONS(266), [aux_sym_try_statement_token1] = ACTIONS(268), [aux_sym_goto_statement_token1] = ACTIONS(270), @@ -27399,11 +28521,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(266), [aux_sym_return_statement_token1] = ACTIONS(276), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(358), [aux_sym_do_statement_token1] = ACTIONS(282), - [aux_sym_for_statement_token1] = ACTIONS(373), - [aux_sym_foreach_statement_token1] = ACTIONS(375), - [aux_sym_if_statement_token1] = ACTIONS(377), + [aux_sym_for_statement_token1] = ACTIONS(360), + [aux_sym_foreach_statement_token1] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(364), [aux_sym_match_expression_token1] = ACTIONS(290), [aux_sym_switch_statement_token1] = ACTIONS(292), [anon_sym_PLUS] = ACTIONS(294), @@ -27413,7 +28535,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -27439,121 +28561,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [82] = { [sym_text_interpolation] = STATE(82), - [sym_statement] = STATE(2113), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(1988), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -27561,28 +28697,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(443), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(445), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(447), - [aux_sym_foreach_statement_token1] = ACTIONS(449), - [aux_sym_if_statement_token1] = ACTIONS(451), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -27590,7 +28726,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -27616,121 +28752,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [83] = { [sym_text_interpolation] = STATE(83), - [sym_statement] = STATE(2575), - [sym_empty_statement] = STATE(2174), - [sym_function_static_declaration] = STATE(2174), - [sym_global_declaration] = STATE(2174), - [sym_namespace_definition] = STATE(2174), - [sym_namespace_use_declaration] = STATE(2174), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_trait_declaration] = STATE(2174), - [sym_interface_declaration] = STATE(2174), - [sym_enum_declaration] = STATE(2174), - [sym_class_declaration] = STATE(2174), - [sym_final_modifier] = STATE(1332), - [sym_abstract_modifier] = STATE(1332), - [sym_readonly_modifier] = STATE(1332), - [sym_const_declaration] = STATE(2174), - [sym__const_declaration] = STATE(2013), - [sym__modifier] = STATE(1333), - [sym_static_modifier] = STATE(1435), - [sym_visibility_modifier] = STATE(1332), - [sym_function_definition] = STATE(2174), - [sym__function_definition_header] = STATE(2319), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_echo_statement] = STATE(2174), - [sym_exit_statement] = STATE(2174), - [sym_unset_statement] = STATE(2174), - [sym_declare_statement] = STATE(2174), - [sym_literal] = STATE(1062), - [sym_try_statement] = STATE(2174), - [sym_goto_statement] = STATE(2174), - [sym_continue_statement] = STATE(2174), - [sym_break_statement] = STATE(2174), - [sym_return_statement] = STATE(2174), - [sym_throw_expression] = STATE(1062), - [sym_while_statement] = STATE(2174), - [sym_do_statement] = STATE(2174), - [sym_for_statement] = STATE(2174), - [sym_foreach_statement] = STATE(2174), - [sym_if_statement] = STATE(2174), - [sym_match_expression] = STATE(1093), - [sym_switch_statement] = STATE(2174), - [sym_compound_statement] = STATE(2174), - [sym_named_label_statement] = STATE(2174), - [sym_expression_statement] = STATE(2174), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1365), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_class_declaration_repeat1] = STATE(1371), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(387), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(469), - [aux_sym_function_static_declaration_token1] = ACTIONS(391), - [aux_sym_global_declaration_token1] = ACTIONS(393), - [aux_sym_namespace_definition_token1] = ACTIONS(395), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(399), + [sym_statement] = STATE(2465), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_LBRACE] = ACTIONS(401), - [aux_sym_trait_declaration_token1] = ACTIONS(403), - [aux_sym_interface_declaration_token1] = ACTIONS(405), - [aux_sym_enum_declaration_token1] = ACTIONS(407), - [aux_sym_class_declaration_token1] = ACTIONS(409), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [aux_sym_class_declaration_token1] = ACTIONS(394), [aux_sym_final_modifier_token1] = ACTIONS(242), [aux_sym_abstract_modifier_token1] = ACTIONS(244), [aux_sym_readonly_modifier_token1] = ACTIONS(246), @@ -27738,28 +28888,28 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(250), [aux_sym_visibility_modifier_token2] = ACTIONS(250), [aux_sym_visibility_modifier_token3] = ACTIONS(250), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), - [aux_sym_echo_statement_token1] = ACTIONS(411), - [aux_sym_exit_statement_token1] = ACTIONS(413), - [anon_sym_unset] = ACTIONS(415), - [aux_sym_declare_statement_token1] = ACTIONS(417), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), - [aux_sym_try_statement_token1] = ACTIONS(419), - [aux_sym_goto_statement_token1] = ACTIONS(421), - [aux_sym_continue_statement_token1] = ACTIONS(423), - [aux_sym_break_statement_token1] = ACTIONS(425), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), - [aux_sym_return_statement_token1] = ACTIONS(427), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_while_statement_token1] = ACTIONS(429), - [aux_sym_do_statement_token1] = ACTIONS(431), - [aux_sym_for_statement_token1] = ACTIONS(433), - [aux_sym_foreach_statement_token1] = ACTIONS(435), - [aux_sym_if_statement_token1] = ACTIONS(437), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), - [aux_sym_switch_statement_token1] = ACTIONS(439), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), @@ -27767,7 +28917,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -27793,392 +28943,363 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [84] = { [sym_text_interpolation] = STATE(84), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1023), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(926), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(569), - [anon_sym_AMP] = ACTIONS(571), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_statement] = STATE(1988), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(579), - [anon_sym_RBRACE] = ACTIONS(569), - [anon_sym_COLON] = ACTIONS(569), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_EQ_GT] = ACTIONS(569), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_RPAREN] = ACTIONS(569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(583), - [anon_sym_QMARK] = ACTIONS(579), - [anon_sym_PIPE] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [aux_sym_class_declaration_token1] = ACTIONS(394), + [aux_sym_final_modifier_token1] = ACTIONS(242), + [aux_sym_abstract_modifier_token1] = ACTIONS(244), + [aux_sym_readonly_modifier_token1] = ACTIONS(246), + [sym_var_modifier] = ACTIONS(248), + [aux_sym_visibility_modifier_token1] = ACTIONS(250), + [aux_sym_visibility_modifier_token2] = ACTIONS(250), + [aux_sym_visibility_modifier_token3] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(428), + [sym_float] = ACTIONS(266), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), + [sym_integer] = ACTIONS(266), + [aux_sym_return_statement_token1] = ACTIONS(412), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_while_statement_token1] = ACTIONS(430), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(432), + [aux_sym_foreach_statement_token1] = ACTIONS(434), + [aux_sym_if_statement_token1] = ACTIONS(436), + [aux_sym_match_expression_token1] = ACTIONS(290), + [aux_sym_switch_statement_token1] = ACTIONS(424), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_yield_expression_token2] = ACTIONS(625), - [aux_sym_binary_expression_token1] = ACTIONS(579), - [anon_sym_QMARK_QMARK] = ACTIONS(569), - [anon_sym_STAR_STAR] = ACTIONS(569), - [aux_sym_binary_expression_token2] = ACTIONS(579), - [aux_sym_binary_expression_token3] = ACTIONS(579), - [aux_sym_binary_expression_token4] = ACTIONS(579), - [anon_sym_PIPE_PIPE] = ACTIONS(569), - [anon_sym_AMP_AMP] = ACTIONS(569), - [anon_sym_CARET] = ACTIONS(569), - [anon_sym_EQ_EQ] = ACTIONS(579), - [anon_sym_BANG_EQ] = ACTIONS(579), - [anon_sym_LT_GT] = ACTIONS(569), - [anon_sym_EQ_EQ_EQ] = ACTIONS(569), - [anon_sym_BANG_EQ_EQ] = ACTIONS(569), - [anon_sym_LT] = ACTIONS(579), - [anon_sym_GT] = ACTIONS(579), - [anon_sym_LT_EQ] = ACTIONS(579), - [anon_sym_GT_EQ] = ACTIONS(569), - [anon_sym_LT_EQ_GT] = ACTIONS(569), - [anon_sym_LT_LT] = ACTIONS(579), - [anon_sym_GT_GT] = ACTIONS(569), - [anon_sym_DOT] = ACTIONS(579), - [anon_sym_STAR] = ACTIONS(579), - [anon_sym_SLASH] = ACTIONS(579), - [anon_sym_PERCENT] = ACTIONS(569), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [85] = { [sym_text_interpolation] = STATE(85), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1045), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(926), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(569), - [anon_sym_AMP] = ACTIONS(571), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(569), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(569), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_EQ_GT] = ACTIONS(569), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [anon_sym_QMARK] = ACTIONS(579), - [anon_sym_PIPE] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(569), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_yield_expression_token2] = ACTIONS(655), - [aux_sym_binary_expression_token1] = ACTIONS(579), - [anon_sym_QMARK_QMARK] = ACTIONS(569), - [anon_sym_STAR_STAR] = ACTIONS(569), - [aux_sym_binary_expression_token2] = ACTIONS(579), - [aux_sym_binary_expression_token3] = ACTIONS(579), - [aux_sym_binary_expression_token4] = ACTIONS(579), - [anon_sym_PIPE_PIPE] = ACTIONS(569), - [anon_sym_AMP_AMP] = ACTIONS(569), - [anon_sym_CARET] = ACTIONS(569), - [anon_sym_EQ_EQ] = ACTIONS(579), - [anon_sym_BANG_EQ] = ACTIONS(579), - [anon_sym_LT_GT] = ACTIONS(569), - [anon_sym_EQ_EQ_EQ] = ACTIONS(569), - [anon_sym_BANG_EQ_EQ] = ACTIONS(569), - [anon_sym_LT] = ACTIONS(579), - [anon_sym_GT] = ACTIONS(579), - [anon_sym_LT_EQ] = ACTIONS(579), - [anon_sym_GT_EQ] = ACTIONS(569), - [anon_sym_LT_EQ_GT] = ACTIONS(569), - [anon_sym_LT_LT] = ACTIONS(579), - [anon_sym_GT_GT] = ACTIONS(569), - [anon_sym_DOT] = ACTIONS(579), - [anon_sym_STAR] = ACTIONS(579), - [anon_sym_SLASH] = ACTIONS(579), - [anon_sym_PERCENT] = ACTIONS(569), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [86] = { - [sym_text_interpolation] = STATE(86), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1157), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_variadic_unpacking] = STATE(1108), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_by_ref] = STATE(1108), - [sym_yield_expression] = STATE(1093), - [sym_array_element_initializer] = STATE(1158), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(569), - [anon_sym_AMP] = ACTIONS(667), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(569), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_statement] = STATE(2468), + [sym_empty_statement] = STATE(2133), + [sym_function_static_declaration] = STATE(2133), + [sym_global_declaration] = STATE(2133), + [sym_namespace_definition] = STATE(2133), + [sym_namespace_use_declaration] = STATE(2133), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_trait_declaration] = STATE(2133), + [sym_interface_declaration] = STATE(2133), + [sym_enum_declaration] = STATE(2133), + [sym_class_declaration] = STATE(2133), + [sym_final_modifier] = STATE(1272), + [sym_abstract_modifier] = STATE(1272), + [sym_readonly_modifier] = STATE(1272), + [sym_const_declaration] = STATE(2133), + [sym__const_declaration] = STATE(2130), + [sym__modifier] = STATE(1276), + [sym_static_modifier] = STATE(1394), + [sym_visibility_modifier] = STATE(1272), + [sym_function_definition] = STATE(2133), + [sym__function_definition_header] = STATE(2346), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_echo_statement] = STATE(2133), + [sym_exit_statement] = STATE(2133), + [sym_unset_statement] = STATE(2133), + [sym_declare_statement] = STATE(2133), + [sym_literal] = STATE(1078), + [sym_try_statement] = STATE(2133), + [sym_goto_statement] = STATE(2133), + [sym_continue_statement] = STATE(2133), + [sym_break_statement] = STATE(2133), + [sym_return_statement] = STATE(2133), + [sym_throw_expression] = STATE(1078), + [sym_while_statement] = STATE(2133), + [sym_do_statement] = STATE(2133), + [sym_for_statement] = STATE(2133), + [sym_foreach_statement] = STATE(2133), + [sym_if_statement] = STATE(2133), + [sym_match_expression] = STATE(1079), + [sym_switch_statement] = STATE(2133), + [sym_compound_statement] = STATE(2133), + [sym_named_label_statement] = STATE(2133), + [sym_expression_statement] = STATE(2133), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1302), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_class_declaration_repeat1] = STATE(1312), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(372), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(479), + [aux_sym_function_static_declaration_token1] = ACTIONS(376), + [aux_sym_global_declaration_token1] = ACTIONS(378), + [aux_sym_namespace_definition_token1] = ACTIONS(380), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(382), + [aux_sym_namespace_use_clause_token1] = ACTIONS(222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(384), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_EQ_GT] = ACTIONS(569), - [anon_sym_LPAREN] = ACTIONS(254), - [anon_sym_DOT_DOT_DOT] = ACTIONS(671), - [anon_sym_QMARK] = ACTIONS(579), - [anon_sym_PIPE] = ACTIONS(579), + [anon_sym_LBRACE] = ACTIONS(386), + [aux_sym_trait_declaration_token1] = ACTIONS(388), + [aux_sym_interface_declaration_token1] = ACTIONS(390), + [aux_sym_enum_declaration_token1] = ACTIONS(392), + [aux_sym_class_declaration_token1] = ACTIONS(394), + [aux_sym_final_modifier_token1] = ACTIONS(242), + [aux_sym_abstract_modifier_token1] = ACTIONS(244), + [aux_sym_readonly_modifier_token1] = ACTIONS(246), + [sym_var_modifier] = ACTIONS(248), + [aux_sym_visibility_modifier_token1] = ACTIONS(250), + [aux_sym_visibility_modifier_token2] = ACTIONS(250), + [aux_sym_visibility_modifier_token3] = ACTIONS(250), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), + [aux_sym_echo_statement_token1] = ACTIONS(396), + [aux_sym_exit_statement_token1] = ACTIONS(398), + [anon_sym_unset] = ACTIONS(400), + [aux_sym_declare_statement_token1] = ACTIONS(402), [sym_float] = ACTIONS(266), + [aux_sym_try_statement_token1] = ACTIONS(404), + [aux_sym_goto_statement_token1] = ACTIONS(406), + [aux_sym_continue_statement_token1] = ACTIONS(408), + [aux_sym_break_statement_token1] = ACTIONS(410), [sym_integer] = ACTIONS(266), + [aux_sym_return_statement_token1] = ACTIONS(412), [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_while_statement_token1] = ACTIONS(414), + [aux_sym_do_statement_token1] = ACTIONS(416), + [aux_sym_for_statement_token1] = ACTIONS(418), + [aux_sym_foreach_statement_token1] = ACTIONS(420), + [aux_sym_if_statement_token1] = ACTIONS(422), [aux_sym_match_expression_token1] = ACTIONS(290), + [aux_sym_switch_statement_token1] = ACTIONS(424), [anon_sym_PLUS] = ACTIONS(294), [anon_sym_DASH] = ACTIONS(294), [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(294), + [anon_sym_BANG] = ACTIONS(296), [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -28196,11345 +29317,13434 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(326), [anon_sym_DOLLAR] = ACTIONS(328), [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_yield_expression_token2] = ACTIONS(673), - [aux_sym_binary_expression_token1] = ACTIONS(579), - [anon_sym_QMARK_QMARK] = ACTIONS(569), - [anon_sym_STAR_STAR] = ACTIONS(569), - [aux_sym_binary_expression_token2] = ACTIONS(579), - [aux_sym_binary_expression_token3] = ACTIONS(579), - [aux_sym_binary_expression_token4] = ACTIONS(579), - [anon_sym_PIPE_PIPE] = ACTIONS(569), - [anon_sym_AMP_AMP] = ACTIONS(569), - [anon_sym_CARET] = ACTIONS(569), - [anon_sym_EQ_EQ] = ACTIONS(579), - [anon_sym_BANG_EQ] = ACTIONS(579), - [anon_sym_LT_GT] = ACTIONS(569), - [anon_sym_EQ_EQ_EQ] = ACTIONS(569), - [anon_sym_BANG_EQ_EQ] = ACTIONS(569), - [anon_sym_LT] = ACTIONS(579), - [anon_sym_GT] = ACTIONS(579), - [anon_sym_LT_EQ] = ACTIONS(579), - [anon_sym_GT_EQ] = ACTIONS(569), - [anon_sym_LT_EQ_GT] = ACTIONS(569), - [anon_sym_LT_LT] = ACTIONS(579), - [anon_sym_GT_GT] = ACTIONS(569), - [anon_sym_DOT] = ACTIONS(579), - [anon_sym_STAR] = ACTIONS(579), - [anon_sym_SLASH] = ACTIONS(579), - [anon_sym_PERCENT] = ACTIONS(569), [aux_sym_include_expression_token1] = ACTIONS(332), [aux_sym_include_once_expression_token1] = ACTIONS(334), [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(569), }, - [87] = { - [sym_text_interpolation] = STATE(87), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1199), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [86] = { + [sym_text_interpolation] = STATE(86), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1001), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(926), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(571), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(569), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(972), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(533), + [anon_sym_AMP] = ACTIONS(535), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [aux_sym_namespace_use_clause_token3] = ACTIONS(541), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(533), + [anon_sym_COLON] = ACTIONS(533), + [anon_sym_EQ_GT] = ACTIONS(533), + [anon_sym_LPAREN] = ACTIONS(545), + [anon_sym_RPAREN] = ACTIONS(533), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(547), + [anon_sym_QMARK] = ACTIONS(541), + [anon_sym_PIPE] = ACTIONS(541), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(557), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_yield_expression_token2] = ACTIONS(589), + [aux_sym_binary_expression_token1] = ACTIONS(541), + [anon_sym_QMARK_QMARK] = ACTIONS(533), + [anon_sym_STAR_STAR] = ACTIONS(533), + [aux_sym_binary_expression_token2] = ACTIONS(541), + [aux_sym_binary_expression_token3] = ACTIONS(541), + [aux_sym_binary_expression_token4] = ACTIONS(541), + [anon_sym_PIPE_PIPE] = ACTIONS(533), + [anon_sym_AMP_AMP] = ACTIONS(533), + [anon_sym_CARET] = ACTIONS(533), + [anon_sym_EQ_EQ] = ACTIONS(541), + [anon_sym_BANG_EQ] = ACTIONS(541), + [anon_sym_LT_GT] = ACTIONS(533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(533), + [anon_sym_BANG_EQ_EQ] = ACTIONS(533), + [anon_sym_LT] = ACTIONS(541), + [anon_sym_GT] = ACTIONS(541), + [anon_sym_LT_EQ] = ACTIONS(541), + [anon_sym_GT_EQ] = ACTIONS(533), + [anon_sym_LT_EQ_GT] = ACTIONS(533), + [anon_sym_LT_LT] = ACTIONS(541), + [anon_sym_GT_GT] = ACTIONS(533), + [anon_sym_DOT] = ACTIONS(541), + [anon_sym_STAR] = ACTIONS(541), + [anon_sym_SLASH] = ACTIONS(541), + [anon_sym_PERCENT] = ACTIONS(533), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [87] = { + [sym_text_interpolation] = STATE(87), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1058), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym_variadic_unpacking] = STATE(1070), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_by_ref] = STATE(1070), + [sym_yield_expression] = STATE(1079), + [sym_array_element_initializer] = STATE(1020), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(533), + [anon_sym_AMP] = ACTIONS(601), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(533), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_EQ_GT] = ACTIONS(569), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(569), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [anon_sym_QMARK] = ACTIONS(579), - [anon_sym_PIPE] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LBRACE] = ACTIONS(533), + [anon_sym_EQ_GT] = ACTIONS(533), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(603), + [anon_sym_QMARK] = ACTIONS(541), + [anon_sym_PIPE] = ACTIONS(541), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(294), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_yield_expression_token2] = ACTIONS(695), - [aux_sym_binary_expression_token1] = ACTIONS(579), - [anon_sym_QMARK_QMARK] = ACTIONS(569), - [anon_sym_STAR_STAR] = ACTIONS(569), - [aux_sym_binary_expression_token2] = ACTIONS(579), - [aux_sym_binary_expression_token3] = ACTIONS(579), - [aux_sym_binary_expression_token4] = ACTIONS(579), - [anon_sym_PIPE_PIPE] = ACTIONS(569), - [anon_sym_AMP_AMP] = ACTIONS(569), - [anon_sym_CARET] = ACTIONS(569), - [anon_sym_EQ_EQ] = ACTIONS(579), - [anon_sym_BANG_EQ] = ACTIONS(579), - [anon_sym_LT_GT] = ACTIONS(569), - [anon_sym_EQ_EQ_EQ] = ACTIONS(569), - [anon_sym_BANG_EQ_EQ] = ACTIONS(569), - [anon_sym_LT] = ACTIONS(579), - [anon_sym_GT] = ACTIONS(579), - [anon_sym_LT_EQ] = ACTIONS(579), - [anon_sym_GT_EQ] = ACTIONS(569), - [anon_sym_LT_EQ_GT] = ACTIONS(569), - [anon_sym_LT_LT] = ACTIONS(579), - [anon_sym_GT_GT] = ACTIONS(569), - [anon_sym_DOT] = ACTIONS(579), - [anon_sym_STAR] = ACTIONS(579), - [anon_sym_SLASH] = ACTIONS(579), - [anon_sym_PERCENT] = ACTIONS(569), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_yield_expression_token2] = ACTIONS(605), + [aux_sym_binary_expression_token1] = ACTIONS(541), + [anon_sym_QMARK_QMARK] = ACTIONS(533), + [anon_sym_STAR_STAR] = ACTIONS(533), + [aux_sym_binary_expression_token2] = ACTIONS(541), + [aux_sym_binary_expression_token3] = ACTIONS(541), + [aux_sym_binary_expression_token4] = ACTIONS(541), + [anon_sym_PIPE_PIPE] = ACTIONS(533), + [anon_sym_AMP_AMP] = ACTIONS(533), + [anon_sym_CARET] = ACTIONS(533), + [anon_sym_EQ_EQ] = ACTIONS(541), + [anon_sym_BANG_EQ] = ACTIONS(541), + [anon_sym_LT_GT] = ACTIONS(533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(533), + [anon_sym_BANG_EQ_EQ] = ACTIONS(533), + [anon_sym_LT] = ACTIONS(541), + [anon_sym_GT] = ACTIONS(541), + [anon_sym_LT_EQ] = ACTIONS(541), + [anon_sym_GT_EQ] = ACTIONS(533), + [anon_sym_LT_EQ_GT] = ACTIONS(533), + [anon_sym_LT_LT] = ACTIONS(541), + [anon_sym_GT_GT] = ACTIONS(533), + [anon_sym_DOT] = ACTIONS(541), + [anon_sym_STAR] = ACTIONS(541), + [anon_sym_SLASH] = ACTIONS(541), + [anon_sym_PERCENT] = ACTIONS(533), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(533), }, [88] = { [sym_text_interpolation] = STATE(88), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2530), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1067), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(972), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(533), + [anon_sym_AMP] = ACTIONS(535), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(533), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(533), + [anon_sym_EQ_GT] = ACTIONS(533), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [anon_sym_QMARK] = ACTIONS(541), + [anon_sym_PIPE] = ACTIONS(541), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(613), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(533), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_yield_expression_token2] = ACTIONS(627), + [aux_sym_binary_expression_token1] = ACTIONS(541), + [anon_sym_QMARK_QMARK] = ACTIONS(533), + [anon_sym_STAR_STAR] = ACTIONS(533), + [aux_sym_binary_expression_token2] = ACTIONS(541), + [aux_sym_binary_expression_token3] = ACTIONS(541), + [aux_sym_binary_expression_token4] = ACTIONS(541), + [anon_sym_PIPE_PIPE] = ACTIONS(533), + [anon_sym_AMP_AMP] = ACTIONS(533), + [anon_sym_CARET] = ACTIONS(533), + [anon_sym_EQ_EQ] = ACTIONS(541), + [anon_sym_BANG_EQ] = ACTIONS(541), + [anon_sym_LT_GT] = ACTIONS(533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(533), + [anon_sym_BANG_EQ_EQ] = ACTIONS(533), + [anon_sym_LT] = ACTIONS(541), + [anon_sym_GT] = ACTIONS(541), + [anon_sym_LT_EQ] = ACTIONS(541), + [anon_sym_GT_EQ] = ACTIONS(533), + [anon_sym_LT_EQ_GT] = ACTIONS(533), + [anon_sym_LT_LT] = ACTIONS(541), + [anon_sym_GT_GT] = ACTIONS(533), + [anon_sym_DOT] = ACTIONS(541), + [anon_sym_STAR] = ACTIONS(541), + [anon_sym_SLASH] = ACTIONS(541), + [anon_sym_PERCENT] = ACTIONS(533), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [89] = { [sym_text_interpolation] = STATE(89), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2484), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1142), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(972), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(535), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(533), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LBRACE] = ACTIONS(533), + [anon_sym_EQ_GT] = ACTIONS(533), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(533), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [anon_sym_QMARK] = ACTIONS(541), + [anon_sym_PIPE] = ACTIONS(541), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(643), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_yield_expression_token2] = ACTIONS(657), + [aux_sym_binary_expression_token1] = ACTIONS(541), + [anon_sym_QMARK_QMARK] = ACTIONS(533), + [anon_sym_STAR_STAR] = ACTIONS(533), + [aux_sym_binary_expression_token2] = ACTIONS(541), + [aux_sym_binary_expression_token3] = ACTIONS(541), + [aux_sym_binary_expression_token4] = ACTIONS(541), + [anon_sym_PIPE_PIPE] = ACTIONS(533), + [anon_sym_AMP_AMP] = ACTIONS(533), + [anon_sym_CARET] = ACTIONS(533), + [anon_sym_EQ_EQ] = ACTIONS(541), + [anon_sym_BANG_EQ] = ACTIONS(541), + [anon_sym_LT_GT] = ACTIONS(533), + [anon_sym_EQ_EQ_EQ] = ACTIONS(533), + [anon_sym_BANG_EQ_EQ] = ACTIONS(533), + [anon_sym_LT] = ACTIONS(541), + [anon_sym_GT] = ACTIONS(541), + [anon_sym_LT_EQ] = ACTIONS(541), + [anon_sym_GT_EQ] = ACTIONS(533), + [anon_sym_LT_EQ_GT] = ACTIONS(533), + [anon_sym_LT_LT] = ACTIONS(541), + [anon_sym_GT_GT] = ACTIONS(533), + [anon_sym_DOT] = ACTIONS(541), + [anon_sym_STAR] = ACTIONS(541), + [anon_sym_SLASH] = ACTIONS(541), + [anon_sym_PERCENT] = ACTIONS(533), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [90] = { [sym_text_interpolation] = STATE(90), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2537), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2456), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [91] = { [sym_text_interpolation] = STATE(91), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2589), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2415), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [92] = { [sym_text_interpolation] = STATE(92), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2550), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2584), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [93] = { [sym_text_interpolation] = STATE(93), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2552), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2509), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [94] = { [sym_text_interpolation] = STATE(94), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2545), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2441), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [95] = { [sym_text_interpolation] = STATE(95), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2550), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2423), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [96] = { [sym_text_interpolation] = STATE(96), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2479), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2522), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [97] = { [sym_text_interpolation] = STATE(97), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2468), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2517), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [98] = { [sym_text_interpolation] = STATE(98), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2524), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2386), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [99] = { [sym_text_interpolation] = STATE(99), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_cast_type] = STATE(2484), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2423), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1234), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(705), - [aux_sym_cast_type_token2] = ACTIONS(707), - [aux_sym_cast_type_token3] = ACTIONS(707), - [aux_sym_cast_type_token4] = ACTIONS(707), - [aux_sym_cast_type_token5] = ACTIONS(707), - [aux_sym_cast_type_token6] = ACTIONS(707), - [aux_sym_cast_type_token7] = ACTIONS(707), - [aux_sym_cast_type_token8] = ACTIONS(707), - [aux_sym_cast_type_token9] = ACTIONS(707), - [aux_sym_cast_type_token10] = ACTIONS(707), - [aux_sym_cast_type_token11] = ACTIONS(707), - [aux_sym_cast_type_token12] = ACTIONS(707), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [100] = { [sym_text_interpolation] = STATE(100), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2614), - [sym_argument] = STATE(2120), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_cast_type] = STATE(2477), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1234), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(715), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(723), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(667), + [aux_sym_cast_type_token2] = ACTIONS(669), + [aux_sym_cast_type_token3] = ACTIONS(669), + [aux_sym_cast_type_token4] = ACTIONS(669), + [aux_sym_cast_type_token5] = ACTIONS(669), + [aux_sym_cast_type_token6] = ACTIONS(669), + [aux_sym_cast_type_token7] = ACTIONS(669), + [aux_sym_cast_type_token8] = ACTIONS(669), + [aux_sym_cast_type_token9] = ACTIONS(669), + [aux_sym_cast_type_token10] = ACTIONS(669), + [aux_sym_cast_type_token11] = ACTIONS(669), + [aux_sym_cast_type_token12] = ACTIONS(669), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [101] = { [sym_text_interpolation] = STATE(101), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2471), - [sym_argument] = STATE(1938), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1165), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(630), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(630), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(630), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(630), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(1928), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(737), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(739), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(636), + [sym__callable_variable] = STATE(619), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2304), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1975), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym__array_destructing_repeat1] = STATE(1923), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(673), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(675), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [102] = { [sym_text_interpolation] = STATE(102), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2631), - [sym_argument] = STATE(2149), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_variadic_placeholder] = STATE(2523), + [sym_argument] = STATE(2117), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(741), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(743), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(687), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(691), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [103] = { [sym_text_interpolation] = STATE(103), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1209), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(632), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(632), - [sym_nullsafe_member_access_expression] = STATE(632), - [sym_scoped_property_access_expression] = STATE(632), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2032), - [sym_function_call_expression] = STATE(607), - [sym_scoped_call_expression] = STATE(607), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(607), - [sym_nullsafe_member_call_expression] = STATE(607), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(607), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_variadic_placeholder] = STATE(2446), + [sym_argument] = STATE(2033), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(607), - [sym_variable_name] = STATE(607), - [sym_by_ref] = STATE(2343), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2024), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym__array_destructing_repeat1] = STATE(2016), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(747), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(703), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(691), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_RBRACK] = ACTIONS(749), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [104] = { [sym_text_interpolation] = STATE(104), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1209), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(632), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(632), - [sym_nullsafe_member_access_expression] = STATE(632), - [sym_scoped_property_access_expression] = STATE(632), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2032), - [sym_function_call_expression] = STATE(607), - [sym_scoped_call_expression] = STATE(607), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(607), - [sym_nullsafe_member_call_expression] = STATE(607), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(607), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1165), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(630), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(630), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(630), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(630), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(1928), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(607), - [sym_variable_name] = STATE(607), - [sym_by_ref] = STATE(2343), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1976), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym__array_destructing_repeat1] = STATE(2016), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(751), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(636), + [sym__callable_variable] = STATE(619), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2304), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1975), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym__array_destructing_repeat1] = STATE(1923), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(673), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_RBRACK] = ACTIONS(753), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(705), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [105] = { [sym_text_interpolation] = STATE(105), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1209), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(632), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(632), - [sym_nullsafe_member_access_expression] = STATE(632), - [sym_scoped_property_access_expression] = STATE(632), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2032), - [sym_function_call_expression] = STATE(607), - [sym_scoped_call_expression] = STATE(607), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(607), - [sym_nullsafe_member_call_expression] = STATE(607), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(607), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1165), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(630), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(630), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(630), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(630), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(1928), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(607), - [sym_variable_name] = STATE(607), - [sym_by_ref] = STATE(2343), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1976), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym__array_destructing_repeat1] = STATE(2016), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(751), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(636), + [sym__callable_variable] = STATE(619), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2304), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1975), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym__array_destructing_repeat1] = STATE(1923), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(673), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_RBRACK] = ACTIONS(755), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(707), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [106] = { [sym_text_interpolation] = STATE(106), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2618), - [sym_argument] = STATE(2119), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_variadic_placeholder] = STATE(2561), + [sym_argument] = STATE(2140), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(757), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(709), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(691), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [107] = { [sym_text_interpolation] = STATE(107), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2660), - [sym_argument] = STATE(2186), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_variadic_placeholder] = STATE(2506), + [sym_argument] = STATE(2100), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(761), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(763), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(711), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(691), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [108] = { [sym_text_interpolation] = STATE(108), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2638), - [sym_argument] = STATE(2160), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1165), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(630), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(630), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(630), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(630), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(1928), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(765), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(767), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(636), + [sym__callable_variable] = STATE(619), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2304), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1927), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym__array_destructing_repeat1] = STATE(1923), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(713), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(715), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [109] = { [sym_text_interpolation] = STATE(109), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1209), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(632), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(632), - [sym_nullsafe_member_access_expression] = STATE(632), - [sym_scoped_property_access_expression] = STATE(632), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2032), - [sym_function_call_expression] = STATE(607), - [sym_scoped_call_expression] = STATE(607), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(607), - [sym_nullsafe_member_call_expression] = STATE(607), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(607), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_variadic_placeholder] = STATE(2512), + [sym_argument] = STATE(2106), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(607), - [sym_variable_name] = STATE(607), - [sym_by_ref] = STATE(2343), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1976), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym__array_destructing_repeat1] = STATE(2016), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(751), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(717), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(691), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_RBRACK] = ACTIONS(769), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [110] = { [sym_text_interpolation] = STATE(110), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2653), - [sym_argument] = STATE(2167), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1165), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(630), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(630), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(630), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(630), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(1928), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(771), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(773), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(636), + [sym__callable_variable] = STATE(619), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2304), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1975), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym__array_destructing_repeat1] = STATE(1923), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(673), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_RBRACK] = ACTIONS(719), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [111] = { [sym_text_interpolation] = STATE(111), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1209), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(632), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(632), - [sym_nullsafe_member_access_expression] = STATE(632), - [sym_scoped_property_access_expression] = STATE(632), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2032), - [sym_function_call_expression] = STATE(607), - [sym_scoped_call_expression] = STATE(607), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(607), - [sym_nullsafe_member_call_expression] = STATE(607), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(607), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_variadic_placeholder] = STATE(2596), + [sym_argument] = STATE(2170), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(607), - [sym_variable_name] = STATE(607), - [sym_by_ref] = STATE(2343), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1976), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym__array_destructing_repeat1] = STATE(2016), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(751), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(721), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(691), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_RBRACK] = ACTIONS(775), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [112] = { [sym_text_interpolation] = STATE(112), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_variadic_placeholder] = STATE(2500), - [sym_argument] = STATE(2000), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [anon_sym_COMMA] = ACTIONS(777), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(779), - [anon_sym_DOT_DOT_DOT] = ACTIONS(725), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(723), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [113] = { [sym_text_interpolation] = STATE(113), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(725), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [114] = { [sym_text_interpolation] = STATE(114), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(783), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(727), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [115] = { [sym_text_interpolation] = STATE(115), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(785), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(729), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [116] = { [sym_text_interpolation] = STATE(116), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(787), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(731), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [117] = { [sym_text_interpolation] = STATE(117), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1976), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(789), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(733), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(791), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [118] = { [sym_text_interpolation] = STATE(118), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(735), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [119] = { [sym_text_interpolation] = STATE(119), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(795), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(737), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [120] = { [sym_text_interpolation] = STATE(120), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(739), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [121] = { [sym_text_interpolation] = STATE(121), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2024), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(799), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(741), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(801), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [122] = { [sym_text_interpolation] = STATE(122), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(803), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(743), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [123] = { [sym_text_interpolation] = STATE(123), [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(805), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(745), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [124] = { [sym_text_interpolation] = STATE(124), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(807), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(2005), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(747), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(749), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [125] = { [sym_text_interpolation] = STATE(125), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(809), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1975), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(751), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(753), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [126] = { [sym_text_interpolation] = STATE(126), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(811), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1927), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(755), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(757), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [127] = { [sym_text_interpolation] = STATE(127), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1937), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(813), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(815), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(2003), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(759), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(761), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [128] = { [sym_text_interpolation] = STATE(128), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_argument] = STATE(2207), + [sym__argument_name] = STATE(151), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2237), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(1950), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(817), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(819), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1505), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(677), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(681), + [aux_sym_namespace_definition_token1] = ACTIONS(683), + [aux_sym_namespace_use_clause_token1] = ACTIONS(685), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(689), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(693), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(695), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(697), + [anon_sym_parent] = ACTIONS(697), + [aux_sym__argument_name_token1] = ACTIONS(699), + [aux_sym__argument_name_token2] = ACTIONS(701), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [129] = { [sym_text_interpolation] = STATE(129), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(821), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(763), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [130] = { [sym_text_interpolation] = STATE(130), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(765), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [131] = { [sym_text_interpolation] = STATE(131), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(767), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [132] = { [sym_text_interpolation] = STATE(132), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(2059), + [sym_match_default_expression] = STATE(2059), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(827), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(769), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(771), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [133] = { [sym_text_interpolation] = STATE(133), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(775), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(829), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [134] = { [sym_text_interpolation] = STATE(134), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(777), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [135] = { [sym_text_interpolation] = STATE(135), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(779), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(833), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [136] = { [sym_text_interpolation] = STATE(136), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(835), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(781), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [137] = { [sym_text_interpolation] = STATE(137), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(783), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(837), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [138] = { [sym_text_interpolation] = STATE(138), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(2099), - [sym_match_default_expression] = STATE(2099), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(1964), + [sym_match_default_expression] = STATE(1964), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(839), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(841), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(785), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(787), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [139] = { [sym_text_interpolation] = STATE(139), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(2372), + [sym_match_default_expression] = STATE(2372), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(845), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(789), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [140] = { [sym_text_interpolation] = STATE(140), - [sym_reference_modifier] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_argument] = STATE(2309), - [sym__argument_name] = STATE(155), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2400), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(2372), + [sym_match_default_expression] = STATE(2372), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1497), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(709), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(717), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(719), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(721), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(727), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(729), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(791), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(731), - [anon_sym_parent] = ACTIONS(731), - [aux_sym__argument_name_token1] = ACTIONS(733), - [aux_sym__argument_name_token2] = ACTIONS(735), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [141] = { [sym_text_interpolation] = STATE(141), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(609), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(847), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [142] = { [sym_text_interpolation] = STATE(142), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(1971), - [sym_match_default_expression] = STATE(1971), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1226), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(625), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(625), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(625), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(625), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(2316), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(849), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(851), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(623), + [sym__callable_variable] = STATE(621), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2315), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(793), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(795), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_RBRACK] = ACTIONS(799), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [143] = { [sym_text_interpolation] = STATE(143), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1225), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(612), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(612), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(612), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(612), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(1797), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(853), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(613), + [sym__callable_variable] = STATE(594), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2034), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym__list_destructing_repeat1] = STATE(2035), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(802), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(795), + [anon_sym_RPAREN] = ACTIONS(804), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [144] = { [sym_text_interpolation] = STATE(144), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(2359), - [sym_match_default_expression] = STATE(2359), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1166), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(950), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(855), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(950), + [sym_yield_expression] = STATE(973), + [sym_array_element_initializer] = STATE(1900), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [145] = { [sym_text_interpolation] = STATE(145), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(2359), - [sym_match_default_expression] = STATE(2359), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(2372), + [sym_match_default_expression] = STATE(2372), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(857), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(806), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [146] = { [sym_text_interpolation] = STATE(146), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1283), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(631), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(631), - [sym_nullsafe_member_access_expression] = STATE(631), - [sym_scoped_property_access_expression] = STATE(631), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2425), - [sym_function_call_expression] = STATE(623), - [sym_scoped_call_expression] = STATE(623), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(623), - [sym_nullsafe_member_call_expression] = STATE(623), - [sym_subscript_expression] = STATE(623), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1226), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(625), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(625), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(625), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(625), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(2316), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(623), - [sym_variable_name] = STATE(623), - [sym_by_ref] = STATE(2424), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(859), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(861), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(623), + [sym__callable_variable] = STATE(621), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2315), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(793), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(795), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(863), - [anon_sym_RBRACK] = ACTIONS(865), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_RBRACK] = ACTIONS(808), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [147] = { [sym_text_interpolation] = STATE(147), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1283), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(631), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(631), - [sym_nullsafe_member_access_expression] = STATE(631), - [sym_scoped_property_access_expression] = STATE(631), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2425), - [sym_function_call_expression] = STATE(623), - [sym_scoped_call_expression] = STATE(623), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(623), - [sym_nullsafe_member_call_expression] = STATE(623), - [sym_subscript_expression] = STATE(623), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(2372), + [sym_match_default_expression] = STATE(2372), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(623), - [sym_variable_name] = STATE(623), - [sym_by_ref] = STATE(2424), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(859), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(861), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_RBRACE] = ACTIONS(811), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(863), - [anon_sym_RBRACK] = ACTIONS(868), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [148] = { [sym_text_interpolation] = STATE(148), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1286), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(629), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(629), - [sym_nullsafe_member_access_expression] = STATE(629), - [sym_scoped_property_access_expression] = STATE(629), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(1885), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(599), - [sym_scoped_call_expression] = STATE(599), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(599), - [sym_nullsafe_member_call_expression] = STATE(599), - [sym_subscript_expression] = STATE(599), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1226), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(625), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(625), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(625), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(625), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1932), + [sym__array_destructing_element] = STATE(2316), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(599), - [sym_variable_name] = STATE(599), - [sym_by_ref] = STATE(1967), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym__list_destructing_repeat1] = STATE(1968), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(871), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(861), - [anon_sym_RPAREN] = ACTIONS(873), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(623), + [sym__callable_variable] = STATE(621), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2315), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(793), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(795), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(797), + [anon_sym_RBRACK] = ACTIONS(793), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [149] = { [sym_text_interpolation] = STATE(149), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1283), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(631), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(631), - [sym_nullsafe_member_access_expression] = STATE(631), - [sym_scoped_property_access_expression] = STATE(631), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2035), - [sym__array_destructing_element] = STATE(2425), - [sym_function_call_expression] = STATE(623), - [sym_scoped_call_expression] = STATE(623), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(623), - [sym_nullsafe_member_call_expression] = STATE(623), - [sym_subscript_expression] = STATE(623), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_foreach_pair] = STATE(2426), + [sym__foreach_value] = STATE(2426), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1193), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2259), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(623), - [sym_variable_name] = STATE(623), - [sym_by_ref] = STATE(2424), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(859), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(861), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2498), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(863), - [anon_sym_RBRACK] = ACTIONS(859), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [150] = { [sym_text_interpolation] = STATE(150), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(2359), - [sym_match_default_expression] = STATE(2359), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_match_condition_list] = STATE(2383), + [sym_match_conditional_expression] = STATE(2372), + [sym_match_default_expression] = STATE(2372), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(875), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [aux_sym_match_default_expression_token1] = ACTIONS(773), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [151] = { [sym_text_interpolation] = STATE(151), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_reference_modifier] = STATE(196), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1180), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2318), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1486), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(679), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [152] = { [sym_text_interpolation] = STATE(152), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_foreach_pair] = STATE(2548), + [sym__foreach_value] = STATE(2548), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1193), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2259), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(964), - [sym_array_element_initializer] = STATE(2147), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [anon_sym_DOT_DOT_DOT] = ACTIONS(637), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2498), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [153] = { [sym_text_interpolation] = STATE(153), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(2359), - [sym_match_default_expression] = STATE(2359), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1216), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(639), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(639), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(639), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(639), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(1920), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_RBRACE] = ACTIONS(877), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(631), + [sym__callable_variable] = STATE(618), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2334), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [anon_sym_COMMA] = ACTIONS(813), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(795), + [anon_sym_RPAREN] = ACTIONS(813), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [154] = { [sym_text_interpolation] = STATE(154), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1279), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(633), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(633), - [sym_nullsafe_member_access_expression] = STATE(633), - [sym_scoped_property_access_expression] = STATE(633), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2116), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(611), - [sym_scoped_call_expression] = STATE(611), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(611), - [sym_nullsafe_member_call_expression] = STATE(611), - [sym_subscript_expression] = STATE(611), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_foreach_pair] = STATE(2499), + [sym__foreach_value] = STATE(2499), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1193), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2259), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(611), - [sym_variable_name] = STATE(611), - [sym_by_ref] = STATE(2240), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [anon_sym_COMMA] = ACTIONS(879), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(861), - [anon_sym_RPAREN] = ACTIONS(879), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2498), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [155] = { [sym_text_interpolation] = STATE(155), - [sym_reference_modifier] = STATE(195), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1246), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2204), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_foreach_pair] = STATE(2495), + [sym__foreach_value] = STATE(2495), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1193), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2259), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1535), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(711), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2498), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [156] = { [sym_text_interpolation] = STATE(156), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_match_condition_list] = STATE(2585), - [sym_match_conditional_expression] = STATE(2359), - [sym_match_default_expression] = STATE(2359), - [sym_expression] = STATE(1205), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1173), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(419), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(366), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [aux_sym_match_default_expression_token1] = ACTIONS(843), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [157] = { [sym_text_interpolation] = STATE(157), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_foreach_pair] = STATE(2526), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1247), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2352), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2429), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(2526), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(815), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [158] = { [sym_text_interpolation] = STATE(158), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2519), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2543), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(881), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(817), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [159] = { [sym_text_interpolation] = STATE(159), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_foreach_pair] = STATE(2601), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1244), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2248), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2493), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(2601), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(819), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [160] = { [sym_text_interpolation] = STATE(160), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2661), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2448), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(883), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(821), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [161] = { [sym_text_interpolation] = STATE(161), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2620), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2546), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(885), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(823), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [162] = { [sym_text_interpolation] = STATE(162), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2597), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1168), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(1941), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(426), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(887), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [163] = { [sym_text_interpolation] = STATE(163), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2531), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2539), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(889), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(825), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [164] = { [sym_text_interpolation] = STATE(164), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2466), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2521), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(891), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(827), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [165] = { [sym_text_interpolation] = STATE(165), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2521), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2444), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(893), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(829), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [166] = { [sym_text_interpolation] = STATE(166), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2464), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1167), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(1921), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(426), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(895), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [167] = { [sym_text_interpolation] = STATE(167), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2624), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2445), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(897), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(831), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [168] = { [sym_text_interpolation] = STATE(168), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_foreach_pair] = STATE(2463), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1222), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2459), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2433), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(2463), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(833), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [169] = { [sym_text_interpolation] = STATE(169), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2565), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2419), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(899), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(835), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [170] = { [sym_text_interpolation] = STATE(170), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2520), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2591), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(901), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(837), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [171] = { [sym_text_interpolation] = STATE(171), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2654), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__foreach_value] = STATE(2421), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1215), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2259), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(903), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2498), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [172] = { [sym_text_interpolation] = STATE(172), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_foreach_pair] = STATE(2600), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1221), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2245), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2492), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(2600), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(839), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [173] = { [sym_text_interpolation] = STATE(173), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2599), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(905), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1174), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(427), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(366), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [174] = { [sym_text_interpolation] = STATE(174), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2564), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(907), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1164), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(433), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(366), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(366), }, [175] = { [sym_text_interpolation] = STATE(175), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2651), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2447), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(909), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(841), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [176] = { [sym_text_interpolation] = STATE(176), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2605), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2551), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(911), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(843), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [177] = { [sym_text_interpolation] = STATE(177), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2477), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2489), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(913), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(845), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [178] = { [sym_text_interpolation] = STATE(178), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2603), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2427), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(915), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(847), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [179] = { [sym_text_interpolation] = STATE(179), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2602), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2549), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(917), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(849), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [180] = { [sym_text_interpolation] = STATE(180), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2592), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2424), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(919), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(851), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [181] = { [sym_text_interpolation] = STATE(181), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2607), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2391), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(921), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(853), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [182] = { [sym_text_interpolation] = STATE(182), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2591), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1172), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [sym__semicolon] = STATE(1917), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(426), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(923), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), + [sym__automatic_semicolon] = ACTIONS(426), }, [183] = { [sym_text_interpolation] = STATE(183), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2646), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2567), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(925), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(855), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [184] = { [sym_text_interpolation] = STATE(184), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__expressions] = STATE(2648), - [sym_sequence_expression] = STATE(2198), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2588), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(927), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(857), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [185] = { [sym_text_interpolation] = STATE(185), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1251), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(929), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2597), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(859), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), + [sym_comment] = ACTIONS(5), + }, + [186] = { + [sym_text_interpolation] = STATE(186), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__expressions] = STATE(2496), + [sym_sequence_expression] = STATE(2271), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(861), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [187] = { + [sym_text_interpolation] = STATE(187), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1051), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(949), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(863), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), + [sym_comment] = ACTIONS(5), + }, + [188] = { + [sym_text_interpolation] = STATE(188), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1186), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2321), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1504), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [189] = { + [sym_text_interpolation] = STATE(189), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1132), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(949), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [190] = { + [sym_text_interpolation] = STATE(190), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1036), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_by_ref] = STATE(1041), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(865), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -39547,7 +42757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -39570,82 +42780,217 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(929), }, - [186] = { - [sym_text_interpolation] = STATE(186), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym__expressions] = STATE(2311), - [sym_sequence_expression] = STATE(2316), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1203), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [191] = { + [sym_text_interpolation] = STATE(191), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1008), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(949), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(863), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [192] = { + [sym_text_interpolation] = STATE(192), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym__expressions] = STATE(1963), + [sym_sequence_expression] = STATE(2283), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1171), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -39658,7 +43003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -39682,79 +43027,339 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [187] = { - [sym_text_interpolation] = STATE(187), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1235), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(931), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [193] = { + [sym_text_interpolation] = STATE(193), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1051), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(949), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), + [sym_comment] = ACTIONS(5), + }, + [194] = { + [sym_text_interpolation] = STATE(194), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1051), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(643), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(643), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(643), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(643), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(1902), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(642), + [sym__callable_variable] = STATE(632), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(2329), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(671), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), + [sym_comment] = ACTIONS(5), + }, + [195] = { + [sym_text_interpolation] = STATE(195), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym__expressions] = STATE(1950), + [sym_sequence_expression] = STATE(2283), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1171), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -39767,7 +43372,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -39790,2603 +43395,1803 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(336), [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(931), }, - [188] = { - [sym_text_interpolation] = STATE(188), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1252), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2205), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [196] = { + [sym_text_interpolation] = STATE(196), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1202), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(2206), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1531), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(1530), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [anon_sym_DOT_DOT_DOT] = ACTIONS(639), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [189] = { - [sym_text_interpolation] = STATE(189), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1231), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(933), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(933), - }, - [190] = { - [sym_text_interpolation] = STATE(190), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1175), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(938), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(935), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [191] = { - [sym_text_interpolation] = STATE(191), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1175), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_by_ref] = STATE(938), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [192] = { - [sym_text_interpolation] = STATE(192), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1151), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_by_ref] = STATE(1119), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(937), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - }, - [193] = { - [sym_text_interpolation] = STATE(193), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1058), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(938), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(935), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [194] = { - [sym_text_interpolation] = STATE(194), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1249), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(939), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(939), - }, - [195] = { - [sym_text_interpolation] = STATE(195), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1255), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_variadic_unpacking] = STATE(2310), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1514), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_DOT_DOT_DOT] = ACTIONS(677), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [196] = { - [sym_text_interpolation] = STATE(196), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1058), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_by_ref] = STATE(938), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [197] = { [sym_text_interpolation] = STATE(197), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1058), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(635), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(635), - [sym_nullsafe_member_access_expression] = STATE(635), - [sym_scoped_property_access_expression] = STATE(635), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2141), - [sym_function_call_expression] = STATE(630), - [sym_scoped_call_expression] = STATE(630), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(630), - [sym_nullsafe_member_call_expression] = STATE(630), - [sym_subscript_expression] = STATE(630), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1132), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(630), - [sym_variable_name] = STATE(630), - [sym_by_ref] = STATE(2229), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_by_ref] = STATE(949), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(863), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [198] = { [sym_text_interpolation] = STATE(198), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1248), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(941), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_sequence_expression] = STATE(2347), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1187), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(941), }, [199] = { [sym_text_interpolation] = STATE(199), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1013), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1192), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(938), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(935), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_EQ_GT] = ACTIONS(867), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [200] = { [sym_text_interpolation] = STATE(200), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym__expressions] = STATE(2353), - [sym_sequence_expression] = STATE(2316), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1203), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1235), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_COLON] = ACTIONS(869), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [201] = { [sym_text_interpolation] = STATE(201), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1322), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2252), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1256), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(2596), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(745), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(871), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [202] = { [sym_text_interpolation] = STATE(202), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1257), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(943), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1247), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(873), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(943), }, [203] = { [sym_text_interpolation] = STATE(203), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1289), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1257), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_COLON] = ACTIONS(945), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(875), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [204] = { [sym_text_interpolation] = STATE(204), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1250), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1192), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_EQ_GT] = ACTIONS(947), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_EQ_GT] = ACTIONS(877), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [205] = { [sym_text_interpolation] = STATE(205), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1315), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1223), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_COLON] = ACTIONS(949), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(879), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [206] = { [sym_text_interpolation] = STATE(206), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1302), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1252), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_COLON] = ACTIONS(951), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(881), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [207] = { [sym_text_interpolation] = STATE(207), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1250), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_sequence_expression] = STATE(2347), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1181), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_EQ_GT] = ACTIONS(953), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [208] = { [sym_text_interpolation] = STATE(208), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1260), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1033), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(883), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(955), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [209] = { [sym_text_interpolation] = STATE(209), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_sequence_expression] = STATE(2288), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1213), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1222), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_COLON] = ACTIONS(885), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [210] = { [sym_text_interpolation] = STATE(210), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1327), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(957), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [211] = { - [sym_text_interpolation] = STATE(211), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_sequence_expression] = STATE(2298), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1201), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1105), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(887), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -42399,7 +45204,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -42423,1169 +45228,1555 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [212] = { - [sym_text_interpolation] = STATE(212), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1308), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [211] = { + [sym_text_interpolation] = STATE(211), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1250), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_COLON] = ACTIONS(889), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [212] = { + [sym_text_interpolation] = STATE(212), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_sequence_expression] = STATE(2320), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1176), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_RPAREN] = ACTIONS(959), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [213] = { [sym_text_interpolation] = STATE(213), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1002), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1243), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(961), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(891), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [214] = { [sym_text_interpolation] = STATE(214), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1268), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1210), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(893), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [215] = { [sym_text_interpolation] = STATE(215), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1306), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1219), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [anon_sym_RPAREN] = ACTIONS(895), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(965), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [216] = { [sym_text_interpolation] = STATE(216), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_sequence_expression] = STATE(2288), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1238), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1251), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [anon_sym_RPAREN] = ACTIONS(897), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [217] = { [sym_text_interpolation] = STATE(217), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1242), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(967), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(899), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [218] = { [sym_text_interpolation] = STATE(218), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1031), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1117), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(969), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [anon_sym_RPAREN] = ACTIONS(901), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [219] = { [sym_text_interpolation] = STATE(219), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1309), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1221), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_COLON] = ACTIONS(903), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(971), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [220] = { [sym_text_interpolation] = STATE(220), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1164), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [anon_sym_RPAREN] = ACTIONS(973), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(905), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [221] = { [sym_text_interpolation] = STATE(221), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1323), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1211), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_RBRACK] = ACTIONS(975), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_RBRACK] = ACTIONS(907), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [222] = { [sym_text_interpolation] = STATE(222), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1139), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_AMP] = ACTIONS(977), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(987), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_AMP] = ACTIONS(909), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [223] = { + [sym_text_interpolation] = STATE(223), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1029), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -43598,7 +46789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -43622,1052 +46813,817 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [223] = { - [sym_text_interpolation] = STATE(223), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1317), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [anon_sym_COLON] = ACTIONS(979), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), - [sym_comment] = ACTIONS(5), - }, [224] = { [sym_text_interpolation] = STATE(224), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1313), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1089), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [anon_sym_RPAREN] = ACTIONS(981), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [225] = { [sym_text_interpolation] = STATE(225), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1138), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [226] = { [sym_text_interpolation] = STATE(226), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1017), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1112), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [227] = { [sym_text_interpolation] = STATE(227), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1266), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1025), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), - [sym_comment] = ACTIONS(5), - }, - [228] = { - [sym_text_interpolation] = STATE(228), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [229] = { - [sym_text_interpolation] = STATE(229), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1293), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [230] = { - [sym_text_interpolation] = STATE(230), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1282), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [228] = { + [sym_text_interpolation] = STATE(228), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(985), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, - [231] = { - [sym_text_interpolation] = STATE(231), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1277), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [229] = { + [sym_text_interpolation] = STATE(229), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1024), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [232] = { - [sym_text_interpolation] = STATE(232), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1210), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [230] = { + [sym_text_interpolation] = STATE(230), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1022), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -44680,7 +47636,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -44704,78 +47660,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [233] = { - [sym_text_interpolation] = STATE(233), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1121), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [231] = { + [sym_text_interpolation] = STATE(231), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1021), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -44788,7 +47757,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -44812,3102 +47781,3721 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, + [232] = { + [sym_text_interpolation] = STATE(232), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1087), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(623), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), + [sym_comment] = ACTIONS(5), + }, + [233] = { + [sym_text_interpolation] = STATE(233), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1237), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, [234] = { [sym_text_interpolation] = STATE(234), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1238), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [235] = { [sym_text_interpolation] = STATE(235), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(991), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1239), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [236] = { [sym_text_interpolation] = STATE(236), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1276), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [237] = { [sym_text_interpolation] = STATE(237), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1270), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1119), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [238] = { [sym_text_interpolation] = STATE(238), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1300), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1241), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [239] = { [sym_text_interpolation] = STATE(239), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1297), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1190), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [240] = { [sym_text_interpolation] = STATE(240), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1298), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1014), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [241] = { [sym_text_interpolation] = STATE(241), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1068), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [242] = { [sym_text_interpolation] = STATE(242), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1234), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1133), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [243] = { [sym_text_interpolation] = STATE(243), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1261), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1134), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [244] = { [sym_text_interpolation] = STATE(244), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1227), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1137), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [245] = { [sym_text_interpolation] = STATE(245), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1314), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1234), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [246] = { [sym_text_interpolation] = STATE(246), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1320), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1229), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [247] = { [sym_text_interpolation] = STATE(247), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1007), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1081), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [248] = { [sym_text_interpolation] = STATE(248), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1250), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(948), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [249] = { [sym_text_interpolation] = STATE(249), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1284), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(947), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [250] = { [sym_text_interpolation] = STATE(250), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1230), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1135), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [251] = { [sym_text_interpolation] = STATE(251), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1233), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1085), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [252] = { [sym_text_interpolation] = STATE(252), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1305), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1260), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [253] = { [sym_text_interpolation] = STATE(253), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1328), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1233), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [254] = { [sym_text_interpolation] = STATE(254), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1329), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1232), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [255] = { [sym_text_interpolation] = STATE(255), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1012), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1117), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [256] = { [sym_text_interpolation] = STATE(256), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1043), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1259), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [257] = { [sym_text_interpolation] = STATE(257), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1065), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1155), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [258] = { [sym_text_interpolation] = STATE(258), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(921), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1194), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [259] = { [sym_text_interpolation] = STATE(259), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1064), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1240), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [260] = { [sym_text_interpolation] = STATE(260), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1324), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1244), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [261] = { [sym_text_interpolation] = STATE(261), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1111), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1245), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [262] = { [sym_text_interpolation] = STATE(262), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1088), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1092), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -47920,7 +51508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -47946,400 +51534,1420 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [263] = { [sym_text_interpolation] = STATE(263), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1089), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1249), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [264] = { [sym_text_interpolation] = STATE(264), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1094), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1200), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [265] = { [sym_text_interpolation] = STATE(265), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1097), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1218), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [266] = { [sym_text_interpolation] = STATE(266), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1098), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1149), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [267] = { + [sym_text_interpolation] = STATE(267), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1197), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [268] = { + [sym_text_interpolation] = STATE(268), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1254), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [269] = { + [sym_text_interpolation] = STATE(269), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1258), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [270] = { + [sym_text_interpolation] = STATE(270), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1145), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [271] = { + [sym_text_interpolation] = STATE(271), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1253), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [272] = { + [sym_text_interpolation] = STATE(272), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1198), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [273] = { + [sym_text_interpolation] = STATE(273), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1144), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [274] = { + [sym_text_interpolation] = STATE(274), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1088), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -48352,7 +52960,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -48376,78 +52984,333 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [267] = { - [sym_text_interpolation] = STATE(267), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1099), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [275] = { + [sym_text_interpolation] = STATE(275), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1011), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [276] = { + [sym_text_interpolation] = STATE(276), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(981), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [277] = { + [sym_text_interpolation] = STATE(277), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1094), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -48460,7 +53323,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -48484,78 +53347,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [268] = { - [sym_text_interpolation] = STATE(268), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1101), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [278] = { + [sym_text_interpolation] = STATE(278), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1095), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -48568,7 +53444,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -48592,78 +53468,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [269] = { - [sym_text_interpolation] = STATE(269), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1104), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [279] = { + [sym_text_interpolation] = STATE(279), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(947), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [280] = { + [sym_text_interpolation] = STATE(280), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1096), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -48676,7 +53686,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -48700,78 +53710,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [270] = { - [sym_text_interpolation] = STATE(270), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1106), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [281] = { + [sym_text_interpolation] = STATE(281), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1097), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -48784,7 +53807,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -48808,78 +53831,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [271] = { - [sym_text_interpolation] = STATE(271), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1112), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [282] = { + [sym_text_interpolation] = STATE(282), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1098), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -48892,7 +53928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -48916,78 +53952,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [272] = { - [sym_text_interpolation] = STATE(272), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1117), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [283] = { + [sym_text_interpolation] = STATE(283), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1099), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -49000,7 +54049,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -49024,78 +54073,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [273] = { - [sym_text_interpolation] = STATE(273), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1122), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [284] = { + [sym_text_interpolation] = STATE(284), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1100), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -49108,7 +54170,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -49132,78 +54194,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [274] = { - [sym_text_interpolation] = STATE(274), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1150), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [285] = { + [sym_text_interpolation] = STATE(285), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1101), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -49216,7 +54291,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -49240,78 +54315,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [275] = { - [sym_text_interpolation] = STATE(275), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1084), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [286] = { + [sym_text_interpolation] = STATE(286), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1068), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -49324,7 +54412,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -49348,402 +54436,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [276] = { - [sym_text_interpolation] = STATE(276), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(971), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [277] = { - [sym_text_interpolation] = STATE(277), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1044), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [278] = { - [sym_text_interpolation] = STATE(278), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1048), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [279] = { - [sym_text_interpolation] = STATE(279), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1138), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [287] = { + [sym_text_interpolation] = STATE(287), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1102), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -49756,7 +54533,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -49780,726 +54557,575 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [280] = { - [sym_text_interpolation] = STATE(280), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1050), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [281] = { - [sym_text_interpolation] = STATE(281), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1295), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), - [sym_comment] = ACTIONS(5), - }, - [282] = { - [sym_text_interpolation] = STATE(282), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1052), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [288] = { + [sym_text_interpolation] = STATE(288), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1019), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [283] = { - [sym_text_interpolation] = STATE(283), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1060), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [289] = { + [sym_text_interpolation] = STATE(289), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1103), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [284] = { - [sym_text_interpolation] = STATE(284), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1172), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [290] = { + [sym_text_interpolation] = STATE(290), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1111), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [285] = { - [sym_text_interpolation] = STATE(285), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1269), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [291] = { + [sym_text_interpolation] = STATE(291), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1110), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [286] = { - [sym_text_interpolation] = STATE(286), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1159), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [292] = { + [sym_text_interpolation] = STATE(292), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1109), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -50512,7 +55138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -50536,1698 +55162,1301 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [287] = { - [sym_text_interpolation] = STATE(287), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1059), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [293] = { + [sym_text_interpolation] = STATE(293), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1108), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [288] = { - [sym_text_interpolation] = STATE(288), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1003), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), - [sym_comment] = ACTIONS(5), - }, - [289] = { - [sym_text_interpolation] = STATE(289), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [290] = { - [sym_text_interpolation] = STATE(290), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1053), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [291] = { - [sym_text_interpolation] = STATE(291), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1054), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [292] = { - [sym_text_interpolation] = STATE(292), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1055), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), - [sym_comment] = ACTIONS(5), - }, - [293] = { - [sym_text_interpolation] = STATE(293), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1211), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [294] = { [sym_text_interpolation] = STATE(294), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1057), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1107), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [295] = { [sym_text_interpolation] = STATE(295), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1027), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1122), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [296] = { [sym_text_interpolation] = STATE(296), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1056), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(948), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [297] = { [sym_text_interpolation] = STATE(297), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1061), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1158), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [298] = { [sym_text_interpolation] = STATE(298), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1047), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1212), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [299] = { [sym_text_interpolation] = STATE(299), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(995), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1104), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [300] = { [sym_text_interpolation] = STATE(300), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1275), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [301] = { [sym_text_interpolation] = STATE(301), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(994), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1213), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [302] = { [sym_text_interpolation] = STATE(302), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1207), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1141), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(653), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), + [sym_comment] = ACTIONS(5), + }, + [303] = { + [sym_text_interpolation] = STATE(303), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1044), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -52240,7 +56469,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -52264,2238 +56493,2148 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [303] = { - [sym_text_interpolation] = STATE(303), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1262), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), - [sym_comment] = ACTIONS(5), - }, [304] = { [sym_text_interpolation] = STATE(304), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1296), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1154), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [305] = { [sym_text_interpolation] = STATE(305), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1294), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1093), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [306] = { [sym_text_interpolation] = STATE(306), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1192), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1016), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [307] = { [sym_text_interpolation] = STATE(307), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1024), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1170), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [308] = { [sym_text_interpolation] = STATE(308), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1228), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1230), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [309] = { [sym_text_interpolation] = STATE(309), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1292), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1045), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [aux_sym_match_expression_token1] = ACTIONS(290), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(310), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_yield_expression_token1] = ACTIONS(330), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), + [aux_sym_require_expression_token1] = ACTIONS(336), + [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, [310] = { [sym_text_interpolation] = STATE(310), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1183), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1003), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [311] = { [sym_text_interpolation] = STATE(311), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1182), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1028), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [312] = { [sym_text_interpolation] = STATE(312), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1168), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1146), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [313] = { [sym_text_interpolation] = STATE(313), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1169), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1160), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [314] = { [sym_text_interpolation] = STATE(314), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1170), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1148), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [315] = { [sym_text_interpolation] = STATE(315), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1171), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1205), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [316] = { [sym_text_interpolation] = STATE(316), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1020), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1157), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [317] = { [sym_text_interpolation] = STATE(317), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1025), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1209), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [318] = { [sym_text_interpolation] = STATE(318), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1173), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1206), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [319] = { [sym_text_interpolation] = STATE(319), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1165), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1140), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [320] = { [sym_text_interpolation] = STATE(320), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1174), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1204), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [321] = { [sym_text_interpolation] = STATE(321), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1176), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [322] = { - [sym_text_interpolation] = STATE(322), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1177), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [323] = { - [sym_text_interpolation] = STATE(323), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1137), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1162), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -54508,7 +58647,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -54532,186 +58671,91 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, - [324] = { - [sym_text_interpolation] = STATE(324), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1178), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), - [sym_comment] = ACTIONS(5), - }, - [325] = { - [sym_text_interpolation] = STATE(325), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1082), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [322] = { + [sym_text_interpolation] = STATE(322), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1169), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -54724,7 +58768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -54748,4182 +58792,5052 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(338), [sym_comment] = ACTIONS(5), }, + [323] = { + [sym_text_interpolation] = STATE(323), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [324] = { + [sym_text_interpolation] = STATE(324), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(997), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, + [325] = { + [sym_text_interpolation] = STATE(325), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1004), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [aux_sym__list_destructing_token1] = ACTIONS(308), + [anon_sym_LBRACK] = ACTIONS(571), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), + [sym_comment] = ACTIONS(5), + }, [326] = { [sym_text_interpolation] = STATE(326), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1180), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(988), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [327] = { [sym_text_interpolation] = STATE(327), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1186), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1220), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [328] = { [sym_text_interpolation] = STATE(328), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1321), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1214), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [329] = { [sym_text_interpolation] = STATE(329), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1188), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [330] = { [sym_text_interpolation] = STATE(330), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1189), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1030), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [331] = { [sym_text_interpolation] = STATE(331), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1191), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1227), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [332] = { [sym_text_interpolation] = STATE(332), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1237), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(996), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [333] = { [sym_text_interpolation] = STATE(333), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1179), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1228), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [334] = { [sym_text_interpolation] = STATE(334), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1016), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(995), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [335] = { [sym_text_interpolation] = STATE(335), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1187), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1143), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [336] = { [sym_text_interpolation] = STATE(336), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1242), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1147), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [337] = { [sym_text_interpolation] = STATE(337), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1194), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1192), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [338] = { [sym_text_interpolation] = STATE(338), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1195), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1224), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [339] = { [sym_text_interpolation] = STATE(339), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1197), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(983), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [340] = { [sym_text_interpolation] = STATE(340), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1245), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(994), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [341] = { [sym_text_interpolation] = STATE(341), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1202), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1000), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [342] = { [sym_text_interpolation] = STATE(342), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1216), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(993), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [343] = { [sym_text_interpolation] = STATE(343), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1006), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [344] = { [sym_text_interpolation] = STATE(344), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1005), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(984), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [345] = { [sym_text_interpolation] = STATE(345), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(992), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [346] = { [sym_text_interpolation] = STATE(346), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1239), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1120), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [347] = { [sym_text_interpolation] = STATE(347), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1008), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1121), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [348] = { [sym_text_interpolation] = STATE(348), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1014), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1231), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [349] = { [sym_text_interpolation] = STATE(349), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1181), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [350] = { [sym_text_interpolation] = STATE(350), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(996), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1031), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [351] = { [sym_text_interpolation] = STATE(351), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(997), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(991), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [352] = { [sym_text_interpolation] = STATE(352), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(998), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1015), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [353] = { [sym_text_interpolation] = STATE(353), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1000), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1116), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [354] = { [sym_text_interpolation] = STATE(354), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1240), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1115), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [355] = { [sym_text_interpolation] = STATE(355), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(971), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1124), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [356] = { [sym_text_interpolation] = STATE(356), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1001), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(989), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [357] = { [sym_text_interpolation] = STATE(357), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1241), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1006), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [358] = { [sym_text_interpolation] = STATE(358), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(921), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1127), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [359] = { [sym_text_interpolation] = STATE(359), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1092), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1007), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [360] = { [sym_text_interpolation] = STATE(360), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1004), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1002), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [361] = { [sym_text_interpolation] = STATE(361), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1184), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1018), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [362] = { [sym_text_interpolation] = STATE(362), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1166), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1009), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [363] = { [sym_text_interpolation] = STATE(363), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1161), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1248), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [364] = { [sym_text_interpolation] = STATE(364), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1136), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_match_expression] = STATE(1079), + [sym_expression] = STATE(1163), + [sym__unary_expression] = STATE(1083), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1079), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(592), + [sym_assignment_expression] = STATE(1079), + [sym_reference_assignment_expression] = STATE(1079), + [sym_conditional_expression] = STATE(1079), + [sym_augmented_assignment_expression] = STATE(1079), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(592), + [sym_list_literal] = STATE(2540), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(593), + [sym__callable_variable] = STATE(579), + [sym_variable_name] = STATE(585), + [sym_yield_expression] = STATE(1079), + [sym_binary_expression] = STATE(1079), + [sym_include_expression] = STATE(1079), + [sym_include_once_expression] = STATE(1079), + [sym_require_expression] = STATE(1079), + [sym_require_once_expression] = STATE(1079), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), @@ -58936,7 +63850,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(298), [aux_sym_clone_expression_token1] = ACTIONS(300), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), [aux_sym__list_destructing_token1] = ACTIONS(308), @@ -58962,7112 +63876,7191 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [365] = { [sym_text_interpolation] = STATE(365), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1160), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1075), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [366] = { [sym_text_interpolation] = STATE(366), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1307), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(947), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [367] = { [sym_text_interpolation] = STATE(367), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1325), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(948), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [368] = { [sym_text_interpolation] = STATE(368), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1046), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1035), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [369] = { [sym_text_interpolation] = STATE(369), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1042), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1037), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [370] = { [sym_text_interpolation] = STATE(370), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1265), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(998), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [371] = { [sym_text_interpolation] = STATE(371), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1311), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1012), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [372] = { [sym_text_interpolation] = STATE(372), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1040), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1038), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [373] = { [sym_text_interpolation] = STATE(373), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1039), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1040), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [374] = { [sym_text_interpolation] = STATE(374), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1303), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1128), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [375] = { [sym_text_interpolation] = STATE(375), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1036), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1042), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [376] = { [sym_text_interpolation] = STATE(376), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1035), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1043), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [377] = { [sym_text_interpolation] = STATE(377), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1301), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1072), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [378] = { [sym_text_interpolation] = STATE(378), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1263), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1046), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [379] = { [sym_text_interpolation] = STATE(379), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1034), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1047), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [380] = { [sym_text_interpolation] = STATE(380), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1217), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(986), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [381] = { [sym_text_interpolation] = STATE(381), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1299), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1195), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [382] = { [sym_text_interpolation] = STATE(382), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1164), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1049), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [383] = { [sym_text_interpolation] = STATE(383), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1264), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1050), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [384] = { [sym_text_interpolation] = STATE(384), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1312), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1053), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [385] = { [sym_text_interpolation] = STATE(385), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1316), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1054), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [386] = { [sym_text_interpolation] = STATE(386), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1033), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1055), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [387] = { [sym_text_interpolation] = STATE(387), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1032), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1129), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [388] = { [sym_text_interpolation] = STATE(388), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1271), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1057), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [389] = { [sym_text_interpolation] = STATE(389), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1030), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(616), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(616), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(616), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(616), + [sym_list_literal] = STATE(2508), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(615), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(653), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(655), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), + [aux_sym_require_expression_token1] = ACTIONS(663), + [aux_sym_require_once_expression_token1] = ACTIONS(665), [sym_comment] = ACTIONS(5), }, [390] = { [sym_text_interpolation] = STATE(390), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1319), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1063), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [391] = { [sym_text_interpolation] = STATE(391), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1011), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1076), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [392] = { [sym_text_interpolation] = STATE(392), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1272), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1017), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [393] = { [sym_text_interpolation] = STATE(393), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1273), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1062), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [394] = { [sym_text_interpolation] = STATE(394), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1278), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1064), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [395] = { [sym_text_interpolation] = STATE(395), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1280), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1005), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(573), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(573), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(573), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(573), + [sym_list_literal] = STATE(2400), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(590), + [sym__callable_variable] = STATE(556), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(571), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(587), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), + [aux_sym_require_expression_token1] = ACTIONS(595), + [aux_sym_require_once_expression_token1] = ACTIONS(597), [sym_comment] = ACTIONS(5), }, [396] = { [sym_text_interpolation] = STATE(396), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1126), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1065), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [397] = { [sym_text_interpolation] = STATE(397), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1330), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1061), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [398] = { [sym_text_interpolation] = STATE(398), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1059), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [399] = { [sym_text_interpolation] = STATE(399), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1029), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_match_expression] = STATE(973), + [sym_expression] = STATE(1060), + [sym__unary_expression] = STATE(974), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(973), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(599), + [sym_assignment_expression] = STATE(973), + [sym_reference_assignment_expression] = STATE(973), + [sym_conditional_expression] = STATE(973), + [sym_augmented_assignment_expression] = STATE(973), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(599), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(599), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(599), + [sym_list_literal] = STATE(2413), + [sym__list_destructing] = STATE(2221), + [sym__array_destructing] = STATE(2221), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(601), + [sym__callable_variable] = STATE(564), + [sym_variable_name] = STATE(543), + [sym_yield_expression] = STATE(973), + [sym_binary_expression] = STATE(973), + [sym_include_expression] = STATE(973), + [sym_include_once_expression] = STATE(973), + [sym_require_expression] = STATE(973), + [sym_require_once_expression] = STATE(973), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_match_expression_token1] = ACTIONS(555), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [anon_sym_LBRACK] = ACTIONS(623), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_yield_expression_token1] = ACTIONS(625), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), + [aux_sym_require_expression_token1] = ACTIONS(633), + [aux_sym_require_once_expression_token1] = ACTIONS(635), [sym_comment] = ACTIONS(5), }, [400] = { [sym_text_interpolation] = STATE(400), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1037), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__unary_expression] = STATE(959), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(959), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(620), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(620), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(620), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(620), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(609), + [sym__callable_variable] = STATE(597), + [sym_variable_name] = STATE(543), + [sym_include_expression] = STATE(959), + [sym_include_once_expression] = STATE(959), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(795), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), [sym_comment] = ACTIONS(5), }, [401] = { [sym_text_interpolation] = STATE(401), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1281), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__unary_expression] = STATE(959), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(959), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(555), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(555), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(555), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(555), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(554), + [sym__callable_variable] = STATE(533), + [sym_variable_name] = STATE(543), + [sym_include_expression] = STATE(959), + [sym_include_once_expression] = STATE(959), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(545), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [anon_sym_PLUS] = ACTIONS(557), + [anon_sym_DASH] = ACTIONS(557), + [anon_sym_TILDE] = ACTIONS(559), + [anon_sym_BANG] = ACTIONS(559), + [anon_sym_AT] = ACTIONS(561), + [aux_sym_clone_expression_token1] = ACTIONS(563), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_include_expression_token1] = ACTIONS(591), + [aux_sym_include_once_expression_token1] = ACTIONS(593), [sym_comment] = ACTIONS(5), }, [402] = { [sym_text_interpolation] = STATE(402), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1015), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1642), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym__unary_expression] = STATE(1073), + [sym_unary_op_expression] = STATE(1084), + [sym_error_suppression_expression] = STATE(1073), + [sym_clone_expression] = STATE(1084), + [sym_primary_expression] = STATE(1084), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_expression] = STATE(1084), + [sym_cast_variable] = STATE(596), + [sym__variable_member_access_expression] = STATE(607), + [sym_member_access_expression] = STATE(596), + [sym__variable_nullsafe_member_access_expression] = STATE(591), + [sym_nullsafe_member_access_expression] = STATE(596), + [sym__variable_scoped_property_access_expression] = STATE(604), + [sym_scoped_property_access_expression] = STATE(596), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2222), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2533), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1816), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(585), + [sym__simple_variable] = STATE(584), + [sym__new_variable] = STATE(595), + [sym__callable_variable] = STATE(568), + [sym_variable_name] = STATE(585), + [sym_include_expression] = STATE(1073), + [sym_include_once_expression] = STATE(1073), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [anon_sym_LPAREN] = ACTIONS(252), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(256), + [sym_float] = ACTIONS(266), + [sym_integer] = ACTIONS(266), + [aux_sym_throw_expression_token1] = ACTIONS(278), + [anon_sym_PLUS] = ACTIONS(294), + [anon_sym_DASH] = ACTIONS(294), + [anon_sym_TILDE] = ACTIONS(296), + [anon_sym_BANG] = ACTIONS(296), + [anon_sym_AT] = ACTIONS(298), + [aux_sym_clone_expression_token1] = ACTIONS(300), + [aux_sym_print_intrinsic_token1] = ACTIONS(302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), + [anon_sym_DASH_DASH] = ACTIONS(306), + [anon_sym_PLUS_PLUS] = ACTIONS(306), + [anon_sym_LBRACK] = ACTIONS(913), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(314), + [aux_sym__argument_name_token2] = ACTIONS(316), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(320), + [anon_sym_DQUOTE] = ACTIONS(320), + [aux_sym_string_token1] = ACTIONS(322), + [anon_sym_SQUOTE] = ACTIONS(322), + [anon_sym_LT_LT_LT] = ACTIONS(324), + [anon_sym_BQUOTE] = ACTIONS(326), + [anon_sym_DOLLAR] = ACTIONS(328), + [aux_sym_include_expression_token1] = ACTIONS(332), + [aux_sym_include_once_expression_token1] = ACTIONS(334), [sym_comment] = ACTIONS(5), }, [403] = { [sym_text_interpolation] = STATE(403), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1026), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__unary_expression] = STATE(959), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(959), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(555), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(555), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(555), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(555), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(554), + [sym__callable_variable] = STATE(533), + [sym_variable_name] = STATE(543), + [sym_include_expression] = STATE(959), + [sym_include_once_expression] = STATE(959), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(637), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [anon_sym_PLUS] = ACTIONS(643), + [anon_sym_DASH] = ACTIONS(643), + [anon_sym_TILDE] = ACTIONS(645), + [anon_sym_BANG] = ACTIONS(645), + [anon_sym_AT] = ACTIONS(647), + [aux_sym_clone_expression_token1] = ACTIONS(649), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_include_expression_token1] = ACTIONS(659), + [aux_sym_include_once_expression_token1] = ACTIONS(661), [sym_comment] = ACTIONS(5), }, [404] = { [sym_text_interpolation] = STATE(404), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1285), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1544), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym__unary_expression] = STATE(959), + [sym_unary_op_expression] = STATE(961), + [sym_error_suppression_expression] = STATE(959), + [sym_clone_expression] = STATE(961), + [sym_primary_expression] = STATE(961), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_expression] = STATE(961), + [sym_cast_variable] = STATE(555), + [sym__variable_member_access_expression] = STATE(535), + [sym_member_access_expression] = STATE(555), + [sym__variable_nullsafe_member_access_expression] = STATE(529), + [sym_nullsafe_member_access_expression] = STATE(555), + [sym__variable_scoped_property_access_expression] = STATE(553), + [sym_scoped_property_access_expression] = STATE(555), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2353), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2398), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(530), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1828), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(543), + [sym__simple_variable] = STATE(550), + [sym__new_variable] = STATE(554), + [sym__callable_variable] = STATE(533), + [sym_variable_name] = STATE(543), + [sym_include_expression] = STATE(959), + [sym_include_once_expression] = STATE(959), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(607), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [anon_sym_PLUS] = ACTIONS(613), + [anon_sym_DASH] = ACTIONS(613), + [anon_sym_TILDE] = ACTIONS(615), + [anon_sym_BANG] = ACTIONS(615), + [anon_sym_AT] = ACTIONS(617), + [aux_sym_clone_expression_token1] = ACTIONS(619), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(585), + [aux_sym_include_expression_token1] = ACTIONS(629), + [aux_sym_include_once_expression_token1] = ACTIONS(631), [sym_comment] = ACTIONS(5), }, [405] = { [sym_text_interpolation] = STATE(405), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1287), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [sym_catch_clause] = STATE(411), + [sym_finally_clause] = STATE(411), + [aux_sym_try_statement_repeat1] = STATE(406), + [ts_builtin_sym_end] = ACTIONS(915), + [sym_name] = ACTIONS(917), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(915), + [aux_sym_function_static_declaration_token1] = ACTIONS(917), + [aux_sym_global_declaration_token1] = ACTIONS(917), + [aux_sym_namespace_definition_token1] = ACTIONS(917), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(917), + [aux_sym_namespace_use_clause_token1] = ACTIONS(917), + [aux_sym_namespace_use_clause_token2] = ACTIONS(917), + [anon_sym_BSLASH] = ACTIONS(915), + [anon_sym_LBRACE] = ACTIONS(915), + [anon_sym_RBRACE] = ACTIONS(915), + [aux_sym_trait_declaration_token1] = ACTIONS(917), + [aux_sym_interface_declaration_token1] = ACTIONS(917), + [aux_sym_enum_declaration_token1] = ACTIONS(917), + [aux_sym_enum_case_token1] = ACTIONS(917), + [aux_sym_class_declaration_token1] = ACTIONS(917), + [aux_sym_final_modifier_token1] = ACTIONS(917), + [aux_sym_abstract_modifier_token1] = ACTIONS(917), + [aux_sym_readonly_modifier_token1] = ACTIONS(917), + [sym_var_modifier] = ACTIONS(917), + [aux_sym_visibility_modifier_token1] = ACTIONS(917), + [aux_sym_visibility_modifier_token2] = ACTIONS(917), + [aux_sym_visibility_modifier_token3] = ACTIONS(917), + [anon_sym_LPAREN] = ACTIONS(915), + [aux_sym__arrow_function_header_token1] = ACTIONS(917), + [aux_sym_cast_type_token1] = ACTIONS(917), + [aux_sym_echo_statement_token1] = ACTIONS(917), + [aux_sym_exit_statement_token1] = ACTIONS(917), + [anon_sym_unset] = ACTIONS(917), + [aux_sym_declare_statement_token1] = ACTIONS(917), + [aux_sym_declare_statement_token2] = ACTIONS(917), + [sym_float] = ACTIONS(917), + [aux_sym_try_statement_token1] = ACTIONS(917), + [aux_sym_catch_clause_token1] = ACTIONS(919), + [aux_sym_finally_clause_token1] = ACTIONS(921), + [aux_sym_goto_statement_token1] = ACTIONS(917), + [aux_sym_continue_statement_token1] = ACTIONS(917), + [aux_sym_break_statement_token1] = ACTIONS(917), + [sym_integer] = ACTIONS(917), + [aux_sym_return_statement_token1] = ACTIONS(917), + [aux_sym_throw_expression_token1] = ACTIONS(917), + [aux_sym_while_statement_token1] = ACTIONS(917), + [aux_sym_while_statement_token2] = ACTIONS(917), + [aux_sym_do_statement_token1] = ACTIONS(917), + [aux_sym_for_statement_token1] = ACTIONS(917), + [aux_sym_for_statement_token2] = ACTIONS(917), + [aux_sym_foreach_statement_token1] = ACTIONS(917), + [aux_sym_foreach_statement_token2] = ACTIONS(917), + [aux_sym_if_statement_token1] = ACTIONS(917), + [aux_sym_if_statement_token2] = ACTIONS(917), + [aux_sym_else_if_clause_token1] = ACTIONS(917), + [aux_sym_else_clause_token1] = ACTIONS(917), + [aux_sym_match_expression_token1] = ACTIONS(917), + [aux_sym_match_default_expression_token1] = ACTIONS(917), + [aux_sym_switch_statement_token1] = ACTIONS(917), + [aux_sym_switch_block_token1] = ACTIONS(917), + [anon_sym_PLUS] = ACTIONS(917), + [anon_sym_DASH] = ACTIONS(917), + [anon_sym_TILDE] = ACTIONS(915), + [anon_sym_BANG] = ACTIONS(915), + [anon_sym_AT] = ACTIONS(915), + [aux_sym_clone_expression_token1] = ACTIONS(917), + [aux_sym_print_intrinsic_token1] = ACTIONS(917), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(917), + [anon_sym_DASH_DASH] = ACTIONS(915), + [anon_sym_PLUS_PLUS] = ACTIONS(915), + [aux_sym__list_destructing_token1] = ACTIONS(917), + [anon_sym_LBRACK] = ACTIONS(915), + [anon_sym_self] = ACTIONS(917), + [anon_sym_parent] = ACTIONS(917), + [aux_sym__argument_name_token1] = ACTIONS(917), + [aux_sym__argument_name_token2] = ACTIONS(917), + [anon_sym_POUND_LBRACK] = ACTIONS(915), + [aux_sym_encapsed_string_token1] = ACTIONS(915), + [anon_sym_DQUOTE] = ACTIONS(915), + [aux_sym_string_token1] = ACTIONS(915), + [anon_sym_SQUOTE] = ACTIONS(915), + [anon_sym_LT_LT_LT] = ACTIONS(915), + [anon_sym_BQUOTE] = ACTIONS(915), + [anon_sym_DOLLAR] = ACTIONS(915), + [aux_sym_yield_expression_token1] = ACTIONS(917), + [aux_sym_include_expression_token1] = ACTIONS(917), + [aux_sym_include_once_expression_token1] = ACTIONS(917), + [aux_sym_require_expression_token1] = ACTIONS(917), + [aux_sym_require_once_expression_token1] = ACTIONS(917), [sym_comment] = ACTIONS(5), }, [406] = { [sym_text_interpolation] = STATE(406), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1253), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [sym_catch_clause] = STATE(411), + [sym_finally_clause] = STATE(411), + [aux_sym_try_statement_repeat1] = STATE(406), + [ts_builtin_sym_end] = ACTIONS(923), + [sym_name] = ACTIONS(925), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(923), + [aux_sym_function_static_declaration_token1] = ACTIONS(925), + [aux_sym_global_declaration_token1] = ACTIONS(925), + [aux_sym_namespace_definition_token1] = ACTIONS(925), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(925), + [aux_sym_namespace_use_clause_token1] = ACTIONS(925), + [aux_sym_namespace_use_clause_token2] = ACTIONS(925), + [anon_sym_BSLASH] = ACTIONS(923), + [anon_sym_LBRACE] = ACTIONS(923), + [anon_sym_RBRACE] = ACTIONS(923), + [aux_sym_trait_declaration_token1] = ACTIONS(925), + [aux_sym_interface_declaration_token1] = ACTIONS(925), + [aux_sym_enum_declaration_token1] = ACTIONS(925), + [aux_sym_enum_case_token1] = ACTIONS(925), + [aux_sym_class_declaration_token1] = ACTIONS(925), + [aux_sym_final_modifier_token1] = ACTIONS(925), + [aux_sym_abstract_modifier_token1] = ACTIONS(925), + [aux_sym_readonly_modifier_token1] = ACTIONS(925), + [sym_var_modifier] = ACTIONS(925), + [aux_sym_visibility_modifier_token1] = ACTIONS(925), + [aux_sym_visibility_modifier_token2] = ACTIONS(925), + [aux_sym_visibility_modifier_token3] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(923), + [aux_sym__arrow_function_header_token1] = ACTIONS(925), + [aux_sym_cast_type_token1] = ACTIONS(925), + [aux_sym_echo_statement_token1] = ACTIONS(925), + [aux_sym_exit_statement_token1] = ACTIONS(925), + [anon_sym_unset] = ACTIONS(925), + [aux_sym_declare_statement_token1] = ACTIONS(925), + [aux_sym_declare_statement_token2] = ACTIONS(925), + [sym_float] = ACTIONS(925), + [aux_sym_try_statement_token1] = ACTIONS(925), + [aux_sym_catch_clause_token1] = ACTIONS(927), + [aux_sym_finally_clause_token1] = ACTIONS(930), + [aux_sym_goto_statement_token1] = ACTIONS(925), + [aux_sym_continue_statement_token1] = ACTIONS(925), + [aux_sym_break_statement_token1] = ACTIONS(925), + [sym_integer] = ACTIONS(925), + [aux_sym_return_statement_token1] = ACTIONS(925), + [aux_sym_throw_expression_token1] = ACTIONS(925), + [aux_sym_while_statement_token1] = ACTIONS(925), + [aux_sym_while_statement_token2] = ACTIONS(925), + [aux_sym_do_statement_token1] = ACTIONS(925), + [aux_sym_for_statement_token1] = ACTIONS(925), + [aux_sym_for_statement_token2] = ACTIONS(925), + [aux_sym_foreach_statement_token1] = ACTIONS(925), + [aux_sym_foreach_statement_token2] = ACTIONS(925), + [aux_sym_if_statement_token1] = ACTIONS(925), + [aux_sym_if_statement_token2] = ACTIONS(925), + [aux_sym_else_if_clause_token1] = ACTIONS(925), + [aux_sym_else_clause_token1] = ACTIONS(925), + [aux_sym_match_expression_token1] = ACTIONS(925), + [aux_sym_match_default_expression_token1] = ACTIONS(925), + [aux_sym_switch_statement_token1] = ACTIONS(925), + [aux_sym_switch_block_token1] = ACTIONS(925), + [anon_sym_PLUS] = ACTIONS(925), + [anon_sym_DASH] = ACTIONS(925), + [anon_sym_TILDE] = ACTIONS(923), + [anon_sym_BANG] = ACTIONS(923), + [anon_sym_AT] = ACTIONS(923), + [aux_sym_clone_expression_token1] = ACTIONS(925), + [aux_sym_print_intrinsic_token1] = ACTIONS(925), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(925), + [anon_sym_DASH_DASH] = ACTIONS(923), + [anon_sym_PLUS_PLUS] = ACTIONS(923), + [aux_sym__list_destructing_token1] = ACTIONS(925), + [anon_sym_LBRACK] = ACTIONS(923), + [anon_sym_self] = ACTIONS(925), + [anon_sym_parent] = ACTIONS(925), + [aux_sym__argument_name_token1] = ACTIONS(925), + [aux_sym__argument_name_token2] = ACTIONS(925), + [anon_sym_POUND_LBRACK] = ACTIONS(923), + [aux_sym_encapsed_string_token1] = ACTIONS(923), + [anon_sym_DQUOTE] = ACTIONS(923), + [aux_sym_string_token1] = ACTIONS(923), + [anon_sym_SQUOTE] = ACTIONS(923), + [anon_sym_LT_LT_LT] = ACTIONS(923), + [anon_sym_BQUOTE] = ACTIONS(923), + [anon_sym_DOLLAR] = ACTIONS(923), + [aux_sym_yield_expression_token1] = ACTIONS(925), + [aux_sym_include_expression_token1] = ACTIONS(925), + [aux_sym_include_once_expression_token1] = ACTIONS(925), + [aux_sym_require_expression_token1] = ACTIONS(925), + [aux_sym_require_once_expression_token1] = ACTIONS(925), [sym_comment] = ACTIONS(5), }, [407] = { [sym_text_interpolation] = STATE(407), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1218), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(634), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(634), - [sym_nullsafe_member_access_expression] = STATE(634), - [sym_scoped_property_access_expression] = STATE(634), - [sym_list_literal] = STATE(2528), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(622), - [sym_scoped_call_expression] = STATE(622), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(622), - [sym_nullsafe_member_call_expression] = STATE(622), - [sym_subscript_expression] = STATE(622), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(622), - [sym_variable_name] = STATE(622), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(691), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(693), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), - [aux_sym_require_expression_token1] = ACTIONS(701), - [aux_sym_require_once_expression_token1] = ACTIONS(703), + [sym_else_if_clause] = STATE(485), + [sym_else_clause] = STATE(479), + [aux_sym_if_statement_repeat1] = STATE(414), + [ts_builtin_sym_end] = ACTIONS(933), + [sym_name] = ACTIONS(935), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(933), + [aux_sym_function_static_declaration_token1] = ACTIONS(935), + [aux_sym_global_declaration_token1] = ACTIONS(935), + [aux_sym_namespace_definition_token1] = ACTIONS(935), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(935), + [aux_sym_namespace_use_clause_token1] = ACTIONS(935), + [aux_sym_namespace_use_clause_token2] = ACTIONS(935), + [anon_sym_BSLASH] = ACTIONS(933), + [anon_sym_LBRACE] = ACTIONS(933), + [anon_sym_RBRACE] = ACTIONS(933), + [aux_sym_trait_declaration_token1] = ACTIONS(935), + [aux_sym_interface_declaration_token1] = ACTIONS(935), + [aux_sym_enum_declaration_token1] = ACTIONS(935), + [aux_sym_enum_case_token1] = ACTIONS(935), + [aux_sym_class_declaration_token1] = ACTIONS(935), + [aux_sym_final_modifier_token1] = ACTIONS(935), + [aux_sym_abstract_modifier_token1] = ACTIONS(935), + [aux_sym_readonly_modifier_token1] = ACTIONS(935), + [sym_var_modifier] = ACTIONS(935), + [aux_sym_visibility_modifier_token1] = ACTIONS(935), + [aux_sym_visibility_modifier_token2] = ACTIONS(935), + [aux_sym_visibility_modifier_token3] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(933), + [aux_sym__arrow_function_header_token1] = ACTIONS(935), + [aux_sym_cast_type_token1] = ACTIONS(935), + [aux_sym_echo_statement_token1] = ACTIONS(935), + [aux_sym_exit_statement_token1] = ACTIONS(935), + [anon_sym_unset] = ACTIONS(935), + [aux_sym_declare_statement_token1] = ACTIONS(935), + [aux_sym_declare_statement_token2] = ACTIONS(935), + [sym_float] = ACTIONS(935), + [aux_sym_try_statement_token1] = ACTIONS(935), + [aux_sym_goto_statement_token1] = ACTIONS(935), + [aux_sym_continue_statement_token1] = ACTIONS(935), + [aux_sym_break_statement_token1] = ACTIONS(935), + [sym_integer] = ACTIONS(935), + [aux_sym_return_statement_token1] = ACTIONS(935), + [aux_sym_throw_expression_token1] = ACTIONS(935), + [aux_sym_while_statement_token1] = ACTIONS(935), + [aux_sym_while_statement_token2] = ACTIONS(935), + [aux_sym_do_statement_token1] = ACTIONS(935), + [aux_sym_for_statement_token1] = ACTIONS(935), + [aux_sym_for_statement_token2] = ACTIONS(935), + [aux_sym_foreach_statement_token1] = ACTIONS(935), + [aux_sym_foreach_statement_token2] = ACTIONS(935), + [aux_sym_if_statement_token1] = ACTIONS(935), + [aux_sym_if_statement_token2] = ACTIONS(935), + [aux_sym_else_if_clause_token1] = ACTIONS(937), + [aux_sym_else_clause_token1] = ACTIONS(940), + [aux_sym_match_expression_token1] = ACTIONS(935), + [aux_sym_match_default_expression_token1] = ACTIONS(935), + [aux_sym_switch_statement_token1] = ACTIONS(935), + [aux_sym_switch_block_token1] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_TILDE] = ACTIONS(933), + [anon_sym_BANG] = ACTIONS(933), + [anon_sym_AT] = ACTIONS(933), + [aux_sym_clone_expression_token1] = ACTIONS(935), + [aux_sym_print_intrinsic_token1] = ACTIONS(935), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(935), + [anon_sym_DASH_DASH] = ACTIONS(933), + [anon_sym_PLUS_PLUS] = ACTIONS(933), + [aux_sym__list_destructing_token1] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(933), + [anon_sym_self] = ACTIONS(935), + [anon_sym_parent] = ACTIONS(935), + [aux_sym__argument_name_token1] = ACTIONS(935), + [aux_sym__argument_name_token2] = ACTIONS(935), + [anon_sym_POUND_LBRACK] = ACTIONS(933), + [aux_sym_encapsed_string_token1] = ACTIONS(933), + [anon_sym_DQUOTE] = ACTIONS(933), + [aux_sym_string_token1] = ACTIONS(933), + [anon_sym_SQUOTE] = ACTIONS(933), + [anon_sym_LT_LT_LT] = ACTIONS(933), + [anon_sym_BQUOTE] = ACTIONS(933), + [anon_sym_DOLLAR] = ACTIONS(933), + [aux_sym_yield_expression_token1] = ACTIONS(935), + [aux_sym_include_expression_token1] = ACTIONS(935), + [aux_sym_include_once_expression_token1] = ACTIONS(935), + [aux_sym_require_expression_token1] = ACTIONS(935), + [aux_sym_require_once_expression_token1] = ACTIONS(935), [sym_comment] = ACTIONS(5), }, [408] = { [sym_text_interpolation] = STATE(408), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1326), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [sym_else_if_clause] = STATE(485), + [sym_else_clause] = STATE(479), + [aux_sym_if_statement_repeat1] = STATE(414), + [ts_builtin_sym_end] = ACTIONS(933), + [sym_name] = ACTIONS(935), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(933), + [aux_sym_function_static_declaration_token1] = ACTIONS(935), + [aux_sym_global_declaration_token1] = ACTIONS(935), + [aux_sym_namespace_definition_token1] = ACTIONS(935), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(935), + [aux_sym_namespace_use_clause_token1] = ACTIONS(935), + [aux_sym_namespace_use_clause_token2] = ACTIONS(935), + [anon_sym_BSLASH] = ACTIONS(933), + [anon_sym_LBRACE] = ACTIONS(933), + [anon_sym_RBRACE] = ACTIONS(933), + [aux_sym_trait_declaration_token1] = ACTIONS(935), + [aux_sym_interface_declaration_token1] = ACTIONS(935), + [aux_sym_enum_declaration_token1] = ACTIONS(935), + [aux_sym_enum_case_token1] = ACTIONS(935), + [aux_sym_class_declaration_token1] = ACTIONS(935), + [aux_sym_final_modifier_token1] = ACTIONS(935), + [aux_sym_abstract_modifier_token1] = ACTIONS(935), + [aux_sym_readonly_modifier_token1] = ACTIONS(935), + [sym_var_modifier] = ACTIONS(935), + [aux_sym_visibility_modifier_token1] = ACTIONS(935), + [aux_sym_visibility_modifier_token2] = ACTIONS(935), + [aux_sym_visibility_modifier_token3] = ACTIONS(935), + [anon_sym_LPAREN] = ACTIONS(933), + [aux_sym__arrow_function_header_token1] = ACTIONS(935), + [aux_sym_cast_type_token1] = ACTIONS(935), + [aux_sym_echo_statement_token1] = ACTIONS(935), + [aux_sym_exit_statement_token1] = ACTIONS(935), + [anon_sym_unset] = ACTIONS(935), + [aux_sym_declare_statement_token1] = ACTIONS(935), + [aux_sym_declare_statement_token2] = ACTIONS(935), + [sym_float] = ACTIONS(935), + [aux_sym_try_statement_token1] = ACTIONS(935), + [aux_sym_goto_statement_token1] = ACTIONS(935), + [aux_sym_continue_statement_token1] = ACTIONS(935), + [aux_sym_break_statement_token1] = ACTIONS(935), + [sym_integer] = ACTIONS(935), + [aux_sym_return_statement_token1] = ACTIONS(935), + [aux_sym_throw_expression_token1] = ACTIONS(935), + [aux_sym_while_statement_token1] = ACTIONS(935), + [aux_sym_while_statement_token2] = ACTIONS(935), + [aux_sym_do_statement_token1] = ACTIONS(935), + [aux_sym_for_statement_token1] = ACTIONS(935), + [aux_sym_for_statement_token2] = ACTIONS(935), + [aux_sym_foreach_statement_token1] = ACTIONS(935), + [aux_sym_foreach_statement_token2] = ACTIONS(935), + [aux_sym_if_statement_token1] = ACTIONS(935), + [aux_sym_if_statement_token2] = ACTIONS(935), + [aux_sym_else_if_clause_token1] = ACTIONS(943), + [aux_sym_else_clause_token1] = ACTIONS(945), + [aux_sym_match_expression_token1] = ACTIONS(935), + [aux_sym_match_default_expression_token1] = ACTIONS(935), + [aux_sym_switch_statement_token1] = ACTIONS(935), + [aux_sym_switch_block_token1] = ACTIONS(935), + [anon_sym_PLUS] = ACTIONS(935), + [anon_sym_DASH] = ACTIONS(935), + [anon_sym_TILDE] = ACTIONS(933), + [anon_sym_BANG] = ACTIONS(933), + [anon_sym_AT] = ACTIONS(933), + [aux_sym_clone_expression_token1] = ACTIONS(935), + [aux_sym_print_intrinsic_token1] = ACTIONS(935), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(935), + [anon_sym_DASH_DASH] = ACTIONS(933), + [anon_sym_PLUS_PLUS] = ACTIONS(933), + [aux_sym__list_destructing_token1] = ACTIONS(935), + [anon_sym_LBRACK] = ACTIONS(933), + [anon_sym_self] = ACTIONS(935), + [anon_sym_parent] = ACTIONS(935), + [aux_sym__argument_name_token1] = ACTIONS(935), + [aux_sym__argument_name_token2] = ACTIONS(935), + [anon_sym_POUND_LBRACK] = ACTIONS(933), + [aux_sym_encapsed_string_token1] = ACTIONS(933), + [anon_sym_DQUOTE] = ACTIONS(933), + [aux_sym_string_token1] = ACTIONS(933), + [anon_sym_SQUOTE] = ACTIONS(933), + [anon_sym_LT_LT_LT] = ACTIONS(933), + [anon_sym_BQUOTE] = ACTIONS(933), + [anon_sym_DOLLAR] = ACTIONS(933), + [aux_sym_yield_expression_token1] = ACTIONS(935), + [aux_sym_include_expression_token1] = ACTIONS(935), + [aux_sym_include_once_expression_token1] = ACTIONS(935), + [aux_sym_require_expression_token1] = ACTIONS(935), + [aux_sym_require_once_expression_token1] = ACTIONS(935), [sym_comment] = ACTIONS(5), }, [409] = { [sym_text_interpolation] = STATE(409), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1288), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [sym_else_if_clause] = STATE(485), + [sym_else_clause] = STATE(491), + [aux_sym_if_statement_repeat1] = STATE(407), + [ts_builtin_sym_end] = ACTIONS(947), + [sym_name] = ACTIONS(949), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(947), + [aux_sym_function_static_declaration_token1] = ACTIONS(949), + [aux_sym_global_declaration_token1] = ACTIONS(949), + [aux_sym_namespace_definition_token1] = ACTIONS(949), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(949), + [aux_sym_namespace_use_clause_token1] = ACTIONS(949), + [aux_sym_namespace_use_clause_token2] = ACTIONS(949), + [anon_sym_BSLASH] = ACTIONS(947), + [anon_sym_LBRACE] = ACTIONS(947), + [anon_sym_RBRACE] = ACTIONS(947), + [aux_sym_trait_declaration_token1] = ACTIONS(949), + [aux_sym_interface_declaration_token1] = ACTIONS(949), + [aux_sym_enum_declaration_token1] = ACTIONS(949), + [aux_sym_enum_case_token1] = ACTIONS(949), + [aux_sym_class_declaration_token1] = ACTIONS(949), + [aux_sym_final_modifier_token1] = ACTIONS(949), + [aux_sym_abstract_modifier_token1] = ACTIONS(949), + [aux_sym_readonly_modifier_token1] = ACTIONS(949), + [sym_var_modifier] = ACTIONS(949), + [aux_sym_visibility_modifier_token1] = ACTIONS(949), + [aux_sym_visibility_modifier_token2] = ACTIONS(949), + [aux_sym_visibility_modifier_token3] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(947), + [aux_sym__arrow_function_header_token1] = ACTIONS(949), + [aux_sym_cast_type_token1] = ACTIONS(949), + [aux_sym_echo_statement_token1] = ACTIONS(949), + [aux_sym_exit_statement_token1] = ACTIONS(949), + [anon_sym_unset] = ACTIONS(949), + [aux_sym_declare_statement_token1] = ACTIONS(949), + [aux_sym_declare_statement_token2] = ACTIONS(949), + [sym_float] = ACTIONS(949), + [aux_sym_try_statement_token1] = ACTIONS(949), + [aux_sym_goto_statement_token1] = ACTIONS(949), + [aux_sym_continue_statement_token1] = ACTIONS(949), + [aux_sym_break_statement_token1] = ACTIONS(949), + [sym_integer] = ACTIONS(949), + [aux_sym_return_statement_token1] = ACTIONS(949), + [aux_sym_throw_expression_token1] = ACTIONS(949), + [aux_sym_while_statement_token1] = ACTIONS(949), + [aux_sym_while_statement_token2] = ACTIONS(949), + [aux_sym_do_statement_token1] = ACTIONS(949), + [aux_sym_for_statement_token1] = ACTIONS(949), + [aux_sym_for_statement_token2] = ACTIONS(949), + [aux_sym_foreach_statement_token1] = ACTIONS(949), + [aux_sym_foreach_statement_token2] = ACTIONS(949), + [aux_sym_if_statement_token1] = ACTIONS(949), + [aux_sym_if_statement_token2] = ACTIONS(949), + [aux_sym_else_if_clause_token1] = ACTIONS(951), + [aux_sym_else_clause_token1] = ACTIONS(954), + [aux_sym_match_expression_token1] = ACTIONS(949), + [aux_sym_match_default_expression_token1] = ACTIONS(949), + [aux_sym_switch_statement_token1] = ACTIONS(949), + [aux_sym_switch_block_token1] = ACTIONS(949), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_TILDE] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_AT] = ACTIONS(947), + [aux_sym_clone_expression_token1] = ACTIONS(949), + [aux_sym_print_intrinsic_token1] = ACTIONS(949), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(949), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [aux_sym__list_destructing_token1] = ACTIONS(949), + [anon_sym_LBRACK] = ACTIONS(947), + [anon_sym_self] = ACTIONS(949), + [anon_sym_parent] = ACTIONS(949), + [aux_sym__argument_name_token1] = ACTIONS(949), + [aux_sym__argument_name_token2] = ACTIONS(949), + [anon_sym_POUND_LBRACK] = ACTIONS(947), + [aux_sym_encapsed_string_token1] = ACTIONS(947), + [anon_sym_DQUOTE] = ACTIONS(947), + [aux_sym_string_token1] = ACTIONS(947), + [anon_sym_SQUOTE] = ACTIONS(947), + [anon_sym_LT_LT_LT] = ACTIONS(947), + [anon_sym_BQUOTE] = ACTIONS(947), + [anon_sym_DOLLAR] = ACTIONS(947), + [aux_sym_yield_expression_token1] = ACTIONS(949), + [aux_sym_include_expression_token1] = ACTIONS(949), + [aux_sym_include_once_expression_token1] = ACTIONS(949), + [aux_sym_require_expression_token1] = ACTIONS(949), + [aux_sym_require_once_expression_token1] = ACTIONS(949), [sym_comment] = ACTIONS(5), }, [410] = { [sym_text_interpolation] = STATE(410), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1018), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [sym_else_if_clause] = STATE(485), + [sym_else_clause] = STATE(491), + [aux_sym_if_statement_repeat1] = STATE(408), + [ts_builtin_sym_end] = ACTIONS(947), + [sym_name] = ACTIONS(949), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(947), + [aux_sym_function_static_declaration_token1] = ACTIONS(949), + [aux_sym_global_declaration_token1] = ACTIONS(949), + [aux_sym_namespace_definition_token1] = ACTIONS(949), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(949), + [aux_sym_namespace_use_clause_token1] = ACTIONS(949), + [aux_sym_namespace_use_clause_token2] = ACTIONS(949), + [anon_sym_BSLASH] = ACTIONS(947), + [anon_sym_LBRACE] = ACTIONS(947), + [anon_sym_RBRACE] = ACTIONS(947), + [aux_sym_trait_declaration_token1] = ACTIONS(949), + [aux_sym_interface_declaration_token1] = ACTIONS(949), + [aux_sym_enum_declaration_token1] = ACTIONS(949), + [aux_sym_enum_case_token1] = ACTIONS(949), + [aux_sym_class_declaration_token1] = ACTIONS(949), + [aux_sym_final_modifier_token1] = ACTIONS(949), + [aux_sym_abstract_modifier_token1] = ACTIONS(949), + [aux_sym_readonly_modifier_token1] = ACTIONS(949), + [sym_var_modifier] = ACTIONS(949), + [aux_sym_visibility_modifier_token1] = ACTIONS(949), + [aux_sym_visibility_modifier_token2] = ACTIONS(949), + [aux_sym_visibility_modifier_token3] = ACTIONS(949), + [anon_sym_LPAREN] = ACTIONS(947), + [aux_sym__arrow_function_header_token1] = ACTIONS(949), + [aux_sym_cast_type_token1] = ACTIONS(949), + [aux_sym_echo_statement_token1] = ACTIONS(949), + [aux_sym_exit_statement_token1] = ACTIONS(949), + [anon_sym_unset] = ACTIONS(949), + [aux_sym_declare_statement_token1] = ACTIONS(949), + [aux_sym_declare_statement_token2] = ACTIONS(949), + [sym_float] = ACTIONS(949), + [aux_sym_try_statement_token1] = ACTIONS(949), + [aux_sym_goto_statement_token1] = ACTIONS(949), + [aux_sym_continue_statement_token1] = ACTIONS(949), + [aux_sym_break_statement_token1] = ACTIONS(949), + [sym_integer] = ACTIONS(949), + [aux_sym_return_statement_token1] = ACTIONS(949), + [aux_sym_throw_expression_token1] = ACTIONS(949), + [aux_sym_while_statement_token1] = ACTIONS(949), + [aux_sym_while_statement_token2] = ACTIONS(949), + [aux_sym_do_statement_token1] = ACTIONS(949), + [aux_sym_for_statement_token1] = ACTIONS(949), + [aux_sym_for_statement_token2] = ACTIONS(949), + [aux_sym_foreach_statement_token1] = ACTIONS(949), + [aux_sym_foreach_statement_token2] = ACTIONS(949), + [aux_sym_if_statement_token1] = ACTIONS(949), + [aux_sym_if_statement_token2] = ACTIONS(949), + [aux_sym_else_if_clause_token1] = ACTIONS(943), + [aux_sym_else_clause_token1] = ACTIONS(945), + [aux_sym_match_expression_token1] = ACTIONS(949), + [aux_sym_match_default_expression_token1] = ACTIONS(949), + [aux_sym_switch_statement_token1] = ACTIONS(949), + [aux_sym_switch_block_token1] = ACTIONS(949), + [anon_sym_PLUS] = ACTIONS(949), + [anon_sym_DASH] = ACTIONS(949), + [anon_sym_TILDE] = ACTIONS(947), + [anon_sym_BANG] = ACTIONS(947), + [anon_sym_AT] = ACTIONS(947), + [aux_sym_clone_expression_token1] = ACTIONS(949), + [aux_sym_print_intrinsic_token1] = ACTIONS(949), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(949), + [anon_sym_DASH_DASH] = ACTIONS(947), + [anon_sym_PLUS_PLUS] = ACTIONS(947), + [aux_sym__list_destructing_token1] = ACTIONS(949), + [anon_sym_LBRACK] = ACTIONS(947), + [anon_sym_self] = ACTIONS(949), + [anon_sym_parent] = ACTIONS(949), + [aux_sym__argument_name_token1] = ACTIONS(949), + [aux_sym__argument_name_token2] = ACTIONS(949), + [anon_sym_POUND_LBRACK] = ACTIONS(947), + [aux_sym_encapsed_string_token1] = ACTIONS(947), + [anon_sym_DQUOTE] = ACTIONS(947), + [aux_sym_string_token1] = ACTIONS(947), + [anon_sym_SQUOTE] = ACTIONS(947), + [anon_sym_LT_LT_LT] = ACTIONS(947), + [anon_sym_BQUOTE] = ACTIONS(947), + [anon_sym_DOLLAR] = ACTIONS(947), + [aux_sym_yield_expression_token1] = ACTIONS(949), + [aux_sym_include_expression_token1] = ACTIONS(949), + [aux_sym_include_once_expression_token1] = ACTIONS(949), + [aux_sym_require_expression_token1] = ACTIONS(949), + [aux_sym_require_once_expression_token1] = ACTIONS(949), [sym_comment] = ACTIONS(5), }, [411] = { [sym_text_interpolation] = STATE(411), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1010), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(957), + [sym_name] = ACTIONS(959), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(957), + [aux_sym_function_static_declaration_token1] = ACTIONS(959), + [aux_sym_global_declaration_token1] = ACTIONS(959), + [aux_sym_namespace_definition_token1] = ACTIONS(959), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(959), + [aux_sym_namespace_use_clause_token1] = ACTIONS(959), + [aux_sym_namespace_use_clause_token2] = ACTIONS(959), + [anon_sym_BSLASH] = ACTIONS(957), + [anon_sym_LBRACE] = ACTIONS(957), + [anon_sym_RBRACE] = ACTIONS(957), + [aux_sym_trait_declaration_token1] = ACTIONS(959), + [aux_sym_interface_declaration_token1] = ACTIONS(959), + [aux_sym_enum_declaration_token1] = ACTIONS(959), + [aux_sym_enum_case_token1] = ACTIONS(959), + [aux_sym_class_declaration_token1] = ACTIONS(959), + [aux_sym_final_modifier_token1] = ACTIONS(959), + [aux_sym_abstract_modifier_token1] = ACTIONS(959), + [aux_sym_readonly_modifier_token1] = ACTIONS(959), + [sym_var_modifier] = ACTIONS(959), + [aux_sym_visibility_modifier_token1] = ACTIONS(959), + [aux_sym_visibility_modifier_token2] = ACTIONS(959), + [aux_sym_visibility_modifier_token3] = ACTIONS(959), + [anon_sym_LPAREN] = ACTIONS(957), + [aux_sym__arrow_function_header_token1] = ACTIONS(959), + [aux_sym_cast_type_token1] = ACTIONS(959), + [aux_sym_echo_statement_token1] = ACTIONS(959), + [aux_sym_exit_statement_token1] = ACTIONS(959), + [anon_sym_unset] = ACTIONS(959), + [aux_sym_declare_statement_token1] = ACTIONS(959), + [aux_sym_declare_statement_token2] = ACTIONS(959), + [sym_float] = ACTIONS(959), + [aux_sym_try_statement_token1] = ACTIONS(959), + [aux_sym_catch_clause_token1] = ACTIONS(959), + [aux_sym_finally_clause_token1] = ACTIONS(959), + [aux_sym_goto_statement_token1] = ACTIONS(959), + [aux_sym_continue_statement_token1] = ACTIONS(959), + [aux_sym_break_statement_token1] = ACTIONS(959), + [sym_integer] = ACTIONS(959), + [aux_sym_return_statement_token1] = ACTIONS(959), + [aux_sym_throw_expression_token1] = ACTIONS(959), + [aux_sym_while_statement_token1] = ACTIONS(959), + [aux_sym_while_statement_token2] = ACTIONS(959), + [aux_sym_do_statement_token1] = ACTIONS(959), + [aux_sym_for_statement_token1] = ACTIONS(959), + [aux_sym_for_statement_token2] = ACTIONS(959), + [aux_sym_foreach_statement_token1] = ACTIONS(959), + [aux_sym_foreach_statement_token2] = ACTIONS(959), + [aux_sym_if_statement_token1] = ACTIONS(959), + [aux_sym_if_statement_token2] = ACTIONS(959), + [aux_sym_else_if_clause_token1] = ACTIONS(959), + [aux_sym_else_clause_token1] = ACTIONS(959), + [aux_sym_match_expression_token1] = ACTIONS(959), + [aux_sym_match_default_expression_token1] = ACTIONS(959), + [aux_sym_switch_statement_token1] = ACTIONS(959), + [aux_sym_switch_block_token1] = ACTIONS(959), + [anon_sym_PLUS] = ACTIONS(959), + [anon_sym_DASH] = ACTIONS(959), + [anon_sym_TILDE] = ACTIONS(957), + [anon_sym_BANG] = ACTIONS(957), + [anon_sym_AT] = ACTIONS(957), + [aux_sym_clone_expression_token1] = ACTIONS(959), + [aux_sym_print_intrinsic_token1] = ACTIONS(959), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(959), + [anon_sym_DASH_DASH] = ACTIONS(957), + [anon_sym_PLUS_PLUS] = ACTIONS(957), + [aux_sym__list_destructing_token1] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(957), + [anon_sym_self] = ACTIONS(959), + [anon_sym_parent] = ACTIONS(959), + [aux_sym__argument_name_token1] = ACTIONS(959), + [aux_sym__argument_name_token2] = ACTIONS(959), + [anon_sym_POUND_LBRACK] = ACTIONS(957), + [aux_sym_encapsed_string_token1] = ACTIONS(957), + [anon_sym_DQUOTE] = ACTIONS(957), + [aux_sym_string_token1] = ACTIONS(957), + [anon_sym_SQUOTE] = ACTIONS(957), + [anon_sym_LT_LT_LT] = ACTIONS(957), + [anon_sym_BQUOTE] = ACTIONS(957), + [anon_sym_DOLLAR] = ACTIONS(957), + [aux_sym_yield_expression_token1] = ACTIONS(959), + [aux_sym_include_expression_token1] = ACTIONS(959), + [aux_sym_include_once_expression_token1] = ACTIONS(959), + [aux_sym_require_expression_token1] = ACTIONS(959), + [aux_sym_require_once_expression_token1] = ACTIONS(959), [sym_comment] = ACTIONS(5), }, [412] = { [sym_text_interpolation] = STATE(412), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1127), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [ts_builtin_sym_end] = ACTIONS(961), + [sym_name] = ACTIONS(963), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [aux_sym_function_static_declaration_token1] = ACTIONS(963), + [aux_sym_global_declaration_token1] = ACTIONS(963), + [aux_sym_namespace_definition_token1] = ACTIONS(963), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(963), + [aux_sym_namespace_use_clause_token1] = ACTIONS(963), + [aux_sym_namespace_use_clause_token2] = ACTIONS(963), + [anon_sym_BSLASH] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [aux_sym_trait_declaration_token1] = ACTIONS(963), + [aux_sym_interface_declaration_token1] = ACTIONS(963), + [aux_sym_enum_declaration_token1] = ACTIONS(963), + [aux_sym_enum_case_token1] = ACTIONS(963), + [aux_sym_class_declaration_token1] = ACTIONS(963), + [aux_sym_final_modifier_token1] = ACTIONS(963), + [aux_sym_abstract_modifier_token1] = ACTIONS(963), + [aux_sym_readonly_modifier_token1] = ACTIONS(963), + [sym_var_modifier] = ACTIONS(963), + [aux_sym_visibility_modifier_token1] = ACTIONS(963), + [aux_sym_visibility_modifier_token2] = ACTIONS(963), + [aux_sym_visibility_modifier_token3] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(961), + [aux_sym__arrow_function_header_token1] = ACTIONS(963), + [aux_sym_cast_type_token1] = ACTIONS(963), + [aux_sym_echo_statement_token1] = ACTIONS(963), + [aux_sym_exit_statement_token1] = ACTIONS(963), + [anon_sym_unset] = ACTIONS(963), + [aux_sym_declare_statement_token1] = ACTIONS(963), + [aux_sym_declare_statement_token2] = ACTIONS(963), + [sym_float] = ACTIONS(963), + [aux_sym_try_statement_token1] = ACTIONS(963), + [aux_sym_catch_clause_token1] = ACTIONS(963), + [aux_sym_finally_clause_token1] = ACTIONS(963), + [aux_sym_goto_statement_token1] = ACTIONS(963), + [aux_sym_continue_statement_token1] = ACTIONS(963), + [aux_sym_break_statement_token1] = ACTIONS(963), + [sym_integer] = ACTIONS(963), + [aux_sym_return_statement_token1] = ACTIONS(963), + [aux_sym_throw_expression_token1] = ACTIONS(963), + [aux_sym_while_statement_token1] = ACTIONS(963), + [aux_sym_while_statement_token2] = ACTIONS(963), + [aux_sym_do_statement_token1] = ACTIONS(963), + [aux_sym_for_statement_token1] = ACTIONS(963), + [aux_sym_for_statement_token2] = ACTIONS(963), + [aux_sym_foreach_statement_token1] = ACTIONS(963), + [aux_sym_foreach_statement_token2] = ACTIONS(963), + [aux_sym_if_statement_token1] = ACTIONS(963), + [aux_sym_if_statement_token2] = ACTIONS(963), + [aux_sym_else_if_clause_token1] = ACTIONS(963), + [aux_sym_else_clause_token1] = ACTIONS(963), + [aux_sym_match_expression_token1] = ACTIONS(963), + [aux_sym_match_default_expression_token1] = ACTIONS(963), + [aux_sym_switch_statement_token1] = ACTIONS(963), + [aux_sym_switch_block_token1] = ACTIONS(963), + [anon_sym_PLUS] = ACTIONS(963), + [anon_sym_DASH] = ACTIONS(963), + [anon_sym_TILDE] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AT] = ACTIONS(961), + [aux_sym_clone_expression_token1] = ACTIONS(963), + [aux_sym_print_intrinsic_token1] = ACTIONS(963), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(963), + [anon_sym_DASH_DASH] = ACTIONS(961), + [anon_sym_PLUS_PLUS] = ACTIONS(961), + [aux_sym__list_destructing_token1] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_self] = ACTIONS(963), + [anon_sym_parent] = ACTIONS(963), + [aux_sym__argument_name_token1] = ACTIONS(963), + [aux_sym__argument_name_token2] = ACTIONS(963), + [anon_sym_POUND_LBRACK] = ACTIONS(961), + [aux_sym_encapsed_string_token1] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [aux_sym_string_token1] = ACTIONS(961), + [anon_sym_SQUOTE] = ACTIONS(961), + [anon_sym_LT_LT_LT] = ACTIONS(961), + [anon_sym_BQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [aux_sym_yield_expression_token1] = ACTIONS(963), + [aux_sym_include_expression_token1] = ACTIONS(963), + [aux_sym_include_once_expression_token1] = ACTIONS(963), + [aux_sym_require_expression_token1] = ACTIONS(963), + [aux_sym_require_once_expression_token1] = ACTIONS(963), [sym_comment] = ACTIONS(5), }, [413] = { [sym_text_interpolation] = STATE(413), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1128), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [ts_builtin_sym_end] = ACTIONS(965), + [sym_name] = ACTIONS(967), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(965), + [aux_sym_function_static_declaration_token1] = ACTIONS(967), + [aux_sym_global_declaration_token1] = ACTIONS(967), + [aux_sym_namespace_definition_token1] = ACTIONS(967), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(967), + [aux_sym_namespace_use_clause_token1] = ACTIONS(967), + [aux_sym_namespace_use_clause_token2] = ACTIONS(967), + [anon_sym_BSLASH] = ACTIONS(965), + [anon_sym_LBRACE] = ACTIONS(965), + [anon_sym_RBRACE] = ACTIONS(965), + [aux_sym_trait_declaration_token1] = ACTIONS(967), + [aux_sym_interface_declaration_token1] = ACTIONS(967), + [aux_sym_enum_declaration_token1] = ACTIONS(967), + [aux_sym_enum_case_token1] = ACTIONS(967), + [aux_sym_class_declaration_token1] = ACTIONS(967), + [aux_sym_final_modifier_token1] = ACTIONS(967), + [aux_sym_abstract_modifier_token1] = ACTIONS(967), + [aux_sym_readonly_modifier_token1] = ACTIONS(967), + [sym_var_modifier] = ACTIONS(967), + [aux_sym_visibility_modifier_token1] = ACTIONS(967), + [aux_sym_visibility_modifier_token2] = ACTIONS(967), + [aux_sym_visibility_modifier_token3] = ACTIONS(967), + [anon_sym_LPAREN] = ACTIONS(965), + [aux_sym__arrow_function_header_token1] = ACTIONS(967), + [aux_sym_cast_type_token1] = ACTIONS(967), + [aux_sym_echo_statement_token1] = ACTIONS(967), + [aux_sym_exit_statement_token1] = ACTIONS(967), + [anon_sym_unset] = ACTIONS(967), + [aux_sym_declare_statement_token1] = ACTIONS(967), + [aux_sym_declare_statement_token2] = ACTIONS(967), + [sym_float] = ACTIONS(967), + [aux_sym_try_statement_token1] = ACTIONS(967), + [aux_sym_catch_clause_token1] = ACTIONS(967), + [aux_sym_finally_clause_token1] = ACTIONS(967), + [aux_sym_goto_statement_token1] = ACTIONS(967), + [aux_sym_continue_statement_token1] = ACTIONS(967), + [aux_sym_break_statement_token1] = ACTIONS(967), + [sym_integer] = ACTIONS(967), + [aux_sym_return_statement_token1] = ACTIONS(967), + [aux_sym_throw_expression_token1] = ACTIONS(967), + [aux_sym_while_statement_token1] = ACTIONS(967), + [aux_sym_while_statement_token2] = ACTIONS(967), + [aux_sym_do_statement_token1] = ACTIONS(967), + [aux_sym_for_statement_token1] = ACTIONS(967), + [aux_sym_for_statement_token2] = ACTIONS(967), + [aux_sym_foreach_statement_token1] = ACTIONS(967), + [aux_sym_foreach_statement_token2] = ACTIONS(967), + [aux_sym_if_statement_token1] = ACTIONS(967), + [aux_sym_if_statement_token2] = ACTIONS(967), + [aux_sym_else_if_clause_token1] = ACTIONS(967), + [aux_sym_else_clause_token1] = ACTIONS(967), + [aux_sym_match_expression_token1] = ACTIONS(967), + [aux_sym_match_default_expression_token1] = ACTIONS(967), + [aux_sym_switch_statement_token1] = ACTIONS(967), + [aux_sym_switch_block_token1] = ACTIONS(967), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(965), + [anon_sym_BANG] = ACTIONS(965), + [anon_sym_AT] = ACTIONS(965), + [aux_sym_clone_expression_token1] = ACTIONS(967), + [aux_sym_print_intrinsic_token1] = ACTIONS(967), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(965), + [anon_sym_PLUS_PLUS] = ACTIONS(965), + [aux_sym__list_destructing_token1] = ACTIONS(967), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_self] = ACTIONS(967), + [anon_sym_parent] = ACTIONS(967), + [aux_sym__argument_name_token1] = ACTIONS(967), + [aux_sym__argument_name_token2] = ACTIONS(967), + [anon_sym_POUND_LBRACK] = ACTIONS(965), + [aux_sym_encapsed_string_token1] = ACTIONS(965), + [anon_sym_DQUOTE] = ACTIONS(965), + [aux_sym_string_token1] = ACTIONS(965), + [anon_sym_SQUOTE] = ACTIONS(965), + [anon_sym_LT_LT_LT] = ACTIONS(965), + [anon_sym_BQUOTE] = ACTIONS(965), + [anon_sym_DOLLAR] = ACTIONS(965), + [aux_sym_yield_expression_token1] = ACTIONS(967), + [aux_sym_include_expression_token1] = ACTIONS(967), + [aux_sym_include_once_expression_token1] = ACTIONS(967), + [aux_sym_require_expression_token1] = ACTIONS(967), + [aux_sym_require_once_expression_token1] = ACTIONS(967), [sym_comment] = ACTIONS(5), }, [414] = { [sym_text_interpolation] = STATE(414), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1019), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [sym_else_if_clause] = STATE(485), + [aux_sym_if_statement_repeat1] = STATE(414), + [ts_builtin_sym_end] = ACTIONS(969), + [sym_name] = ACTIONS(971), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(969), + [aux_sym_function_static_declaration_token1] = ACTIONS(971), + [aux_sym_global_declaration_token1] = ACTIONS(971), + [aux_sym_namespace_definition_token1] = ACTIONS(971), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(971), + [aux_sym_namespace_use_clause_token1] = ACTIONS(971), + [aux_sym_namespace_use_clause_token2] = ACTIONS(971), + [anon_sym_BSLASH] = ACTIONS(969), + [anon_sym_LBRACE] = ACTIONS(969), + [anon_sym_RBRACE] = ACTIONS(969), + [aux_sym_trait_declaration_token1] = ACTIONS(971), + [aux_sym_interface_declaration_token1] = ACTIONS(971), + [aux_sym_enum_declaration_token1] = ACTIONS(971), + [aux_sym_enum_case_token1] = ACTIONS(971), + [aux_sym_class_declaration_token1] = ACTIONS(971), + [aux_sym_final_modifier_token1] = ACTIONS(971), + [aux_sym_abstract_modifier_token1] = ACTIONS(971), + [aux_sym_readonly_modifier_token1] = ACTIONS(971), + [sym_var_modifier] = ACTIONS(971), + [aux_sym_visibility_modifier_token1] = ACTIONS(971), + [aux_sym_visibility_modifier_token2] = ACTIONS(971), + [aux_sym_visibility_modifier_token3] = ACTIONS(971), + [anon_sym_LPAREN] = ACTIONS(969), + [aux_sym__arrow_function_header_token1] = ACTIONS(971), + [aux_sym_cast_type_token1] = ACTIONS(971), + [aux_sym_echo_statement_token1] = ACTIONS(971), + [aux_sym_exit_statement_token1] = ACTIONS(971), + [anon_sym_unset] = ACTIONS(971), + [aux_sym_declare_statement_token1] = ACTIONS(971), + [aux_sym_declare_statement_token2] = ACTIONS(971), + [sym_float] = ACTIONS(971), + [aux_sym_try_statement_token1] = ACTIONS(971), + [aux_sym_goto_statement_token1] = ACTIONS(971), + [aux_sym_continue_statement_token1] = ACTIONS(971), + [aux_sym_break_statement_token1] = ACTIONS(971), + [sym_integer] = ACTIONS(971), + [aux_sym_return_statement_token1] = ACTIONS(971), + [aux_sym_throw_expression_token1] = ACTIONS(971), + [aux_sym_while_statement_token1] = ACTIONS(971), + [aux_sym_while_statement_token2] = ACTIONS(971), + [aux_sym_do_statement_token1] = ACTIONS(971), + [aux_sym_for_statement_token1] = ACTIONS(971), + [aux_sym_for_statement_token2] = ACTIONS(971), + [aux_sym_foreach_statement_token1] = ACTIONS(971), + [aux_sym_foreach_statement_token2] = ACTIONS(971), + [aux_sym_if_statement_token1] = ACTIONS(971), + [aux_sym_if_statement_token2] = ACTIONS(971), + [aux_sym_else_if_clause_token1] = ACTIONS(973), + [aux_sym_else_clause_token1] = ACTIONS(971), + [aux_sym_match_expression_token1] = ACTIONS(971), + [aux_sym_match_default_expression_token1] = ACTIONS(971), + [aux_sym_switch_statement_token1] = ACTIONS(971), + [aux_sym_switch_block_token1] = ACTIONS(971), + [anon_sym_PLUS] = ACTIONS(971), + [anon_sym_DASH] = ACTIONS(971), + [anon_sym_TILDE] = ACTIONS(969), + [anon_sym_BANG] = ACTIONS(969), + [anon_sym_AT] = ACTIONS(969), + [aux_sym_clone_expression_token1] = ACTIONS(971), + [aux_sym_print_intrinsic_token1] = ACTIONS(971), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(971), + [anon_sym_DASH_DASH] = ACTIONS(969), + [anon_sym_PLUS_PLUS] = ACTIONS(969), + [aux_sym__list_destructing_token1] = ACTIONS(971), + [anon_sym_LBRACK] = ACTIONS(969), + [anon_sym_self] = ACTIONS(971), + [anon_sym_parent] = ACTIONS(971), + [aux_sym__argument_name_token1] = ACTIONS(971), + [aux_sym__argument_name_token2] = ACTIONS(971), + [anon_sym_POUND_LBRACK] = ACTIONS(969), + [aux_sym_encapsed_string_token1] = ACTIONS(969), + [anon_sym_DQUOTE] = ACTIONS(969), + [aux_sym_string_token1] = ACTIONS(969), + [anon_sym_SQUOTE] = ACTIONS(969), + [anon_sym_LT_LT_LT] = ACTIONS(969), + [anon_sym_BQUOTE] = ACTIONS(969), + [anon_sym_DOLLAR] = ACTIONS(969), + [aux_sym_yield_expression_token1] = ACTIONS(971), + [aux_sym_include_expression_token1] = ACTIONS(971), + [aux_sym_include_once_expression_token1] = ACTIONS(971), + [aux_sym_require_expression_token1] = ACTIONS(971), + [aux_sym_require_once_expression_token1] = ACTIONS(971), [sym_comment] = ACTIONS(5), }, [415] = { [sym_text_interpolation] = STATE(415), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1028), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(614), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(614), - [sym_nullsafe_member_access_expression] = STATE(614), - [sym_scoped_property_access_expression] = STATE(614), - [sym_list_literal] = STATE(2481), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(593), - [sym_scoped_call_expression] = STATE(593), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(593), - [sym_nullsafe_member_call_expression] = STATE(593), - [sym_subscript_expression] = STATE(593), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(593), - [sym_variable_name] = STATE(593), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(651), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(653), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), - [aux_sym_require_expression_token1] = ACTIONS(661), - [aux_sym_require_once_expression_token1] = ACTIONS(663), + [ts_builtin_sym_end] = ACTIONS(976), + [sym_name] = ACTIONS(978), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(976), + [aux_sym_function_static_declaration_token1] = ACTIONS(978), + [aux_sym_global_declaration_token1] = ACTIONS(978), + [aux_sym_namespace_definition_token1] = ACTIONS(978), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(978), + [aux_sym_namespace_use_clause_token1] = ACTIONS(978), + [aux_sym_namespace_use_clause_token2] = ACTIONS(978), + [anon_sym_BSLASH] = ACTIONS(976), + [anon_sym_LBRACE] = ACTIONS(976), + [anon_sym_RBRACE] = ACTIONS(976), + [aux_sym_trait_declaration_token1] = ACTIONS(978), + [aux_sym_interface_declaration_token1] = ACTIONS(978), + [aux_sym_enum_declaration_token1] = ACTIONS(978), + [aux_sym_enum_case_token1] = ACTIONS(978), + [aux_sym_class_declaration_token1] = ACTIONS(978), + [aux_sym_final_modifier_token1] = ACTIONS(978), + [aux_sym_abstract_modifier_token1] = ACTIONS(978), + [aux_sym_readonly_modifier_token1] = ACTIONS(978), + [sym_var_modifier] = ACTIONS(978), + [aux_sym_visibility_modifier_token1] = ACTIONS(978), + [aux_sym_visibility_modifier_token2] = ACTIONS(978), + [aux_sym_visibility_modifier_token3] = ACTIONS(978), + [anon_sym_LPAREN] = ACTIONS(976), + [aux_sym__arrow_function_header_token1] = ACTIONS(978), + [aux_sym_cast_type_token1] = ACTIONS(978), + [aux_sym_echo_statement_token1] = ACTIONS(978), + [aux_sym_exit_statement_token1] = ACTIONS(978), + [anon_sym_unset] = ACTIONS(978), + [aux_sym_declare_statement_token1] = ACTIONS(978), + [aux_sym_declare_statement_token2] = ACTIONS(978), + [sym_float] = ACTIONS(978), + [aux_sym_try_statement_token1] = ACTIONS(978), + [aux_sym_catch_clause_token1] = ACTIONS(978), + [aux_sym_finally_clause_token1] = ACTIONS(978), + [aux_sym_goto_statement_token1] = ACTIONS(978), + [aux_sym_continue_statement_token1] = ACTIONS(978), + [aux_sym_break_statement_token1] = ACTIONS(978), + [sym_integer] = ACTIONS(978), + [aux_sym_return_statement_token1] = ACTIONS(978), + [aux_sym_throw_expression_token1] = ACTIONS(978), + [aux_sym_while_statement_token1] = ACTIONS(978), + [aux_sym_while_statement_token2] = ACTIONS(978), + [aux_sym_do_statement_token1] = ACTIONS(978), + [aux_sym_for_statement_token1] = ACTIONS(978), + [aux_sym_for_statement_token2] = ACTIONS(978), + [aux_sym_foreach_statement_token1] = ACTIONS(978), + [aux_sym_foreach_statement_token2] = ACTIONS(978), + [aux_sym_if_statement_token1] = ACTIONS(978), + [aux_sym_if_statement_token2] = ACTIONS(978), + [aux_sym_else_if_clause_token1] = ACTIONS(978), + [aux_sym_else_clause_token1] = ACTIONS(978), + [aux_sym_match_expression_token1] = ACTIONS(978), + [aux_sym_match_default_expression_token1] = ACTIONS(978), + [aux_sym_switch_statement_token1] = ACTIONS(978), + [aux_sym_switch_block_token1] = ACTIONS(978), + [anon_sym_PLUS] = ACTIONS(978), + [anon_sym_DASH] = ACTIONS(978), + [anon_sym_TILDE] = ACTIONS(976), + [anon_sym_BANG] = ACTIONS(976), + [anon_sym_AT] = ACTIONS(976), + [aux_sym_clone_expression_token1] = ACTIONS(978), + [aux_sym_print_intrinsic_token1] = ACTIONS(978), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(978), + [anon_sym_DASH_DASH] = ACTIONS(976), + [anon_sym_PLUS_PLUS] = ACTIONS(976), + [aux_sym__list_destructing_token1] = ACTIONS(978), + [anon_sym_LBRACK] = ACTIONS(976), + [anon_sym_self] = ACTIONS(978), + [anon_sym_parent] = ACTIONS(978), + [aux_sym__argument_name_token1] = ACTIONS(978), + [aux_sym__argument_name_token2] = ACTIONS(978), + [anon_sym_POUND_LBRACK] = ACTIONS(976), + [aux_sym_encapsed_string_token1] = ACTIONS(976), + [anon_sym_DQUOTE] = ACTIONS(976), + [aux_sym_string_token1] = ACTIONS(976), + [anon_sym_SQUOTE] = ACTIONS(976), + [anon_sym_LT_LT_LT] = ACTIONS(976), + [anon_sym_BQUOTE] = ACTIONS(976), + [anon_sym_DOLLAR] = ACTIONS(976), + [aux_sym_yield_expression_token1] = ACTIONS(978), + [aux_sym_include_expression_token1] = ACTIONS(978), + [aux_sym_include_once_expression_token1] = ACTIONS(978), + [aux_sym_require_expression_token1] = ACTIONS(978), + [aux_sym_require_once_expression_token1] = ACTIONS(978), [sym_comment] = ACTIONS(5), }, [416] = { [sym_text_interpolation] = STATE(416), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_match_expression] = STATE(1093), - [sym_expression] = STATE(1130), - [sym__unary_expression] = STATE(1095), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1093), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(626), - [sym_assignment_expression] = STATE(1093), - [sym_reference_assignment_expression] = STATE(1093), - [sym_conditional_expression] = STATE(1093), - [sym_augmented_assignment_expression] = STATE(1093), - [sym_member_access_expression] = STATE(626), - [sym_nullsafe_member_access_expression] = STATE(626), - [sym_scoped_property_access_expression] = STATE(626), - [sym_list_literal] = STATE(2612), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(598), - [sym_scoped_call_expression] = STATE(598), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(598), - [sym_nullsafe_member_call_expression] = STATE(598), - [sym_subscript_expression] = STATE(598), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(598), - [sym_variable_name] = STATE(598), - [sym_yield_expression] = STATE(1093), - [sym_binary_expression] = STATE(1093), - [sym_include_expression] = STATE(1093), - [sym_include_once_expression] = STATE(1093), - [sym_require_expression] = STATE(1093), - [sym_require_once_expression] = STATE(1093), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [aux_sym_match_expression_token1] = ACTIONS(290), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(310), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_yield_expression_token1] = ACTIONS(330), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), - [aux_sym_require_expression_token1] = ACTIONS(336), - [aux_sym_require_once_expression_token1] = ACTIONS(338), + [ts_builtin_sym_end] = ACTIONS(980), + [sym_name] = ACTIONS(982), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(980), + [aux_sym_function_static_declaration_token1] = ACTIONS(982), + [aux_sym_global_declaration_token1] = ACTIONS(982), + [aux_sym_namespace_definition_token1] = ACTIONS(982), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(982), + [aux_sym_namespace_use_clause_token1] = ACTIONS(982), + [aux_sym_namespace_use_clause_token2] = ACTIONS(982), + [anon_sym_BSLASH] = ACTIONS(980), + [anon_sym_LBRACE] = ACTIONS(980), + [anon_sym_RBRACE] = ACTIONS(980), + [aux_sym_trait_declaration_token1] = ACTIONS(982), + [aux_sym_interface_declaration_token1] = ACTIONS(982), + [aux_sym_enum_declaration_token1] = ACTIONS(982), + [aux_sym_enum_case_token1] = ACTIONS(982), + [aux_sym_class_declaration_token1] = ACTIONS(982), + [aux_sym_final_modifier_token1] = ACTIONS(982), + [aux_sym_abstract_modifier_token1] = ACTIONS(982), + [aux_sym_readonly_modifier_token1] = ACTIONS(982), + [sym_var_modifier] = ACTIONS(982), + [aux_sym_visibility_modifier_token1] = ACTIONS(982), + [aux_sym_visibility_modifier_token2] = ACTIONS(982), + [aux_sym_visibility_modifier_token3] = ACTIONS(982), + [anon_sym_LPAREN] = ACTIONS(980), + [aux_sym__arrow_function_header_token1] = ACTIONS(982), + [aux_sym_cast_type_token1] = ACTIONS(982), + [aux_sym_echo_statement_token1] = ACTIONS(982), + [aux_sym_exit_statement_token1] = ACTIONS(982), + [anon_sym_unset] = ACTIONS(982), + [aux_sym_declare_statement_token1] = ACTIONS(982), + [aux_sym_declare_statement_token2] = ACTIONS(982), + [sym_float] = ACTIONS(982), + [aux_sym_try_statement_token1] = ACTIONS(982), + [aux_sym_catch_clause_token1] = ACTIONS(982), + [aux_sym_finally_clause_token1] = ACTIONS(982), + [aux_sym_goto_statement_token1] = ACTIONS(982), + [aux_sym_continue_statement_token1] = ACTIONS(982), + [aux_sym_break_statement_token1] = ACTIONS(982), + [sym_integer] = ACTIONS(982), + [aux_sym_return_statement_token1] = ACTIONS(982), + [aux_sym_throw_expression_token1] = ACTIONS(982), + [aux_sym_while_statement_token1] = ACTIONS(982), + [aux_sym_while_statement_token2] = ACTIONS(982), + [aux_sym_do_statement_token1] = ACTIONS(982), + [aux_sym_for_statement_token1] = ACTIONS(982), + [aux_sym_for_statement_token2] = ACTIONS(982), + [aux_sym_foreach_statement_token1] = ACTIONS(982), + [aux_sym_foreach_statement_token2] = ACTIONS(982), + [aux_sym_if_statement_token1] = ACTIONS(982), + [aux_sym_if_statement_token2] = ACTIONS(982), + [aux_sym_else_if_clause_token1] = ACTIONS(982), + [aux_sym_else_clause_token1] = ACTIONS(982), + [aux_sym_match_expression_token1] = ACTIONS(982), + [aux_sym_match_default_expression_token1] = ACTIONS(982), + [aux_sym_switch_statement_token1] = ACTIONS(982), + [aux_sym_switch_block_token1] = ACTIONS(982), + [anon_sym_PLUS] = ACTIONS(982), + [anon_sym_DASH] = ACTIONS(982), + [anon_sym_TILDE] = ACTIONS(980), + [anon_sym_BANG] = ACTIONS(980), + [anon_sym_AT] = ACTIONS(980), + [aux_sym_clone_expression_token1] = ACTIONS(982), + [aux_sym_print_intrinsic_token1] = ACTIONS(982), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(982), + [anon_sym_DASH_DASH] = ACTIONS(980), + [anon_sym_PLUS_PLUS] = ACTIONS(980), + [aux_sym__list_destructing_token1] = ACTIONS(982), + [anon_sym_LBRACK] = ACTIONS(980), + [anon_sym_self] = ACTIONS(982), + [anon_sym_parent] = ACTIONS(982), + [aux_sym__argument_name_token1] = ACTIONS(982), + [aux_sym__argument_name_token2] = ACTIONS(982), + [anon_sym_POUND_LBRACK] = ACTIONS(980), + [aux_sym_encapsed_string_token1] = ACTIONS(980), + [anon_sym_DQUOTE] = ACTIONS(980), + [aux_sym_string_token1] = ACTIONS(980), + [anon_sym_SQUOTE] = ACTIONS(980), + [anon_sym_LT_LT_LT] = ACTIONS(980), + [anon_sym_BQUOTE] = ACTIONS(980), + [anon_sym_DOLLAR] = ACTIONS(980), + [aux_sym_yield_expression_token1] = ACTIONS(982), + [aux_sym_include_expression_token1] = ACTIONS(982), + [aux_sym_include_once_expression_token1] = ACTIONS(982), + [aux_sym_require_expression_token1] = ACTIONS(982), + [aux_sym_require_once_expression_token1] = ACTIONS(982), [sym_comment] = ACTIONS(5), }, [417] = { [sym_text_interpolation] = STATE(417), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(921), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(984), + [sym_name] = ACTIONS(986), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(984), + [aux_sym_function_static_declaration_token1] = ACTIONS(986), + [aux_sym_global_declaration_token1] = ACTIONS(986), + [aux_sym_namespace_definition_token1] = ACTIONS(986), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(986), + [aux_sym_namespace_use_clause_token1] = ACTIONS(986), + [aux_sym_namespace_use_clause_token2] = ACTIONS(986), + [anon_sym_BSLASH] = ACTIONS(984), + [anon_sym_LBRACE] = ACTIONS(984), + [anon_sym_RBRACE] = ACTIONS(984), + [aux_sym_trait_declaration_token1] = ACTIONS(986), + [aux_sym_interface_declaration_token1] = ACTIONS(986), + [aux_sym_enum_declaration_token1] = ACTIONS(986), + [aux_sym_enum_case_token1] = ACTIONS(986), + [aux_sym_class_declaration_token1] = ACTIONS(986), + [aux_sym_final_modifier_token1] = ACTIONS(986), + [aux_sym_abstract_modifier_token1] = ACTIONS(986), + [aux_sym_readonly_modifier_token1] = ACTIONS(986), + [sym_var_modifier] = ACTIONS(986), + [aux_sym_visibility_modifier_token1] = ACTIONS(986), + [aux_sym_visibility_modifier_token2] = ACTIONS(986), + [aux_sym_visibility_modifier_token3] = ACTIONS(986), + [anon_sym_LPAREN] = ACTIONS(984), + [aux_sym__arrow_function_header_token1] = ACTIONS(986), + [aux_sym_cast_type_token1] = ACTIONS(986), + [aux_sym_echo_statement_token1] = ACTIONS(986), + [aux_sym_exit_statement_token1] = ACTIONS(986), + [anon_sym_unset] = ACTIONS(986), + [aux_sym_declare_statement_token1] = ACTIONS(986), + [aux_sym_declare_statement_token2] = ACTIONS(986), + [sym_float] = ACTIONS(986), + [aux_sym_try_statement_token1] = ACTIONS(986), + [aux_sym_catch_clause_token1] = ACTIONS(986), + [aux_sym_finally_clause_token1] = ACTIONS(986), + [aux_sym_goto_statement_token1] = ACTIONS(986), + [aux_sym_continue_statement_token1] = ACTIONS(986), + [aux_sym_break_statement_token1] = ACTIONS(986), + [sym_integer] = ACTIONS(986), + [aux_sym_return_statement_token1] = ACTIONS(986), + [aux_sym_throw_expression_token1] = ACTIONS(986), + [aux_sym_while_statement_token1] = ACTIONS(986), + [aux_sym_while_statement_token2] = ACTIONS(986), + [aux_sym_do_statement_token1] = ACTIONS(986), + [aux_sym_for_statement_token1] = ACTIONS(986), + [aux_sym_for_statement_token2] = ACTIONS(986), + [aux_sym_foreach_statement_token1] = ACTIONS(986), + [aux_sym_foreach_statement_token2] = ACTIONS(986), + [aux_sym_if_statement_token1] = ACTIONS(986), + [aux_sym_if_statement_token2] = ACTIONS(986), + [aux_sym_else_if_clause_token1] = ACTIONS(986), + [aux_sym_else_clause_token1] = ACTIONS(986), + [aux_sym_match_expression_token1] = ACTIONS(986), + [aux_sym_match_default_expression_token1] = ACTIONS(986), + [aux_sym_switch_statement_token1] = ACTIONS(986), + [aux_sym_switch_block_token1] = ACTIONS(986), + [anon_sym_PLUS] = ACTIONS(986), + [anon_sym_DASH] = ACTIONS(986), + [anon_sym_TILDE] = ACTIONS(984), + [anon_sym_BANG] = ACTIONS(984), + [anon_sym_AT] = ACTIONS(984), + [aux_sym_clone_expression_token1] = ACTIONS(986), + [aux_sym_print_intrinsic_token1] = ACTIONS(986), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(986), + [anon_sym_DASH_DASH] = ACTIONS(984), + [anon_sym_PLUS_PLUS] = ACTIONS(984), + [aux_sym__list_destructing_token1] = ACTIONS(986), + [anon_sym_LBRACK] = ACTIONS(984), + [anon_sym_self] = ACTIONS(986), + [anon_sym_parent] = ACTIONS(986), + [aux_sym__argument_name_token1] = ACTIONS(986), + [aux_sym__argument_name_token2] = ACTIONS(986), + [anon_sym_POUND_LBRACK] = ACTIONS(984), + [aux_sym_encapsed_string_token1] = ACTIONS(984), + [anon_sym_DQUOTE] = ACTIONS(984), + [aux_sym_string_token1] = ACTIONS(984), + [anon_sym_SQUOTE] = ACTIONS(984), + [anon_sym_LT_LT_LT] = ACTIONS(984), + [anon_sym_BQUOTE] = ACTIONS(984), + [anon_sym_DOLLAR] = ACTIONS(984), + [aux_sym_yield_expression_token1] = ACTIONS(986), + [aux_sym_include_expression_token1] = ACTIONS(986), + [aux_sym_include_once_expression_token1] = ACTIONS(986), + [aux_sym_require_expression_token1] = ACTIONS(986), + [aux_sym_require_once_expression_token1] = ACTIONS(986), [sym_comment] = ACTIONS(5), }, [418] = { [sym_text_interpolation] = STATE(418), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(971), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(965), + [sym_name] = ACTIONS(967), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(965), + [aux_sym_function_static_declaration_token1] = ACTIONS(967), + [aux_sym_global_declaration_token1] = ACTIONS(967), + [aux_sym_namespace_definition_token1] = ACTIONS(967), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(967), + [aux_sym_namespace_use_clause_token1] = ACTIONS(967), + [aux_sym_namespace_use_clause_token2] = ACTIONS(967), + [anon_sym_BSLASH] = ACTIONS(965), + [anon_sym_LBRACE] = ACTIONS(965), + [anon_sym_RBRACE] = ACTIONS(965), + [aux_sym_trait_declaration_token1] = ACTIONS(967), + [aux_sym_interface_declaration_token1] = ACTIONS(967), + [aux_sym_enum_declaration_token1] = ACTIONS(967), + [aux_sym_enum_case_token1] = ACTIONS(967), + [aux_sym_class_declaration_token1] = ACTIONS(967), + [aux_sym_final_modifier_token1] = ACTIONS(967), + [aux_sym_abstract_modifier_token1] = ACTIONS(967), + [aux_sym_readonly_modifier_token1] = ACTIONS(967), + [sym_var_modifier] = ACTIONS(967), + [aux_sym_visibility_modifier_token1] = ACTIONS(967), + [aux_sym_visibility_modifier_token2] = ACTIONS(967), + [aux_sym_visibility_modifier_token3] = ACTIONS(967), + [anon_sym_LPAREN] = ACTIONS(965), + [aux_sym__arrow_function_header_token1] = ACTIONS(967), + [aux_sym_cast_type_token1] = ACTIONS(967), + [aux_sym_echo_statement_token1] = ACTIONS(967), + [aux_sym_exit_statement_token1] = ACTIONS(967), + [anon_sym_unset] = ACTIONS(967), + [aux_sym_declare_statement_token1] = ACTIONS(967), + [aux_sym_declare_statement_token2] = ACTIONS(967), + [sym_float] = ACTIONS(967), + [aux_sym_try_statement_token1] = ACTIONS(967), + [aux_sym_goto_statement_token1] = ACTIONS(967), + [aux_sym_continue_statement_token1] = ACTIONS(967), + [aux_sym_break_statement_token1] = ACTIONS(967), + [sym_integer] = ACTIONS(967), + [aux_sym_return_statement_token1] = ACTIONS(967), + [aux_sym_throw_expression_token1] = ACTIONS(967), + [aux_sym_while_statement_token1] = ACTIONS(967), + [aux_sym_while_statement_token2] = ACTIONS(967), + [aux_sym_do_statement_token1] = ACTIONS(967), + [aux_sym_for_statement_token1] = ACTIONS(967), + [aux_sym_for_statement_token2] = ACTIONS(967), + [aux_sym_foreach_statement_token1] = ACTIONS(967), + [aux_sym_foreach_statement_token2] = ACTIONS(967), + [aux_sym_if_statement_token1] = ACTIONS(967), + [aux_sym_if_statement_token2] = ACTIONS(967), + [aux_sym_else_if_clause_token1] = ACTIONS(967), + [aux_sym_else_clause_token1] = ACTIONS(967), + [aux_sym_match_expression_token1] = ACTIONS(967), + [aux_sym_match_default_expression_token1] = ACTIONS(967), + [aux_sym_switch_statement_token1] = ACTIONS(967), + [aux_sym_switch_block_token1] = ACTIONS(967), + [anon_sym_PLUS] = ACTIONS(967), + [anon_sym_DASH] = ACTIONS(967), + [anon_sym_TILDE] = ACTIONS(965), + [anon_sym_BANG] = ACTIONS(965), + [anon_sym_AT] = ACTIONS(965), + [aux_sym_clone_expression_token1] = ACTIONS(967), + [aux_sym_print_intrinsic_token1] = ACTIONS(967), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(967), + [anon_sym_DASH_DASH] = ACTIONS(965), + [anon_sym_PLUS_PLUS] = ACTIONS(965), + [aux_sym__list_destructing_token1] = ACTIONS(967), + [anon_sym_LBRACK] = ACTIONS(965), + [anon_sym_self] = ACTIONS(967), + [anon_sym_parent] = ACTIONS(967), + [aux_sym__argument_name_token1] = ACTIONS(967), + [aux_sym__argument_name_token2] = ACTIONS(967), + [anon_sym_POUND_LBRACK] = ACTIONS(965), + [aux_sym_encapsed_string_token1] = ACTIONS(965), + [anon_sym_DQUOTE] = ACTIONS(965), + [aux_sym_string_token1] = ACTIONS(965), + [anon_sym_SQUOTE] = ACTIONS(965), + [anon_sym_LT_LT_LT] = ACTIONS(965), + [anon_sym_BQUOTE] = ACTIONS(965), + [anon_sym_DOLLAR] = ACTIONS(965), + [aux_sym_yield_expression_token1] = ACTIONS(967), + [aux_sym_include_expression_token1] = ACTIONS(967), + [aux_sym_include_once_expression_token1] = ACTIONS(967), + [aux_sym_require_expression_token1] = ACTIONS(967), + [aux_sym_require_once_expression_token1] = ACTIONS(967), [sym_comment] = ACTIONS(5), }, [419] = { [sym_text_interpolation] = STATE(419), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(988), + [sym_name] = ACTIONS(990), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(988), + [aux_sym_function_static_declaration_token1] = ACTIONS(990), + [aux_sym_global_declaration_token1] = ACTIONS(990), + [aux_sym_namespace_definition_token1] = ACTIONS(990), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(990), + [aux_sym_namespace_use_clause_token1] = ACTIONS(990), + [aux_sym_namespace_use_clause_token2] = ACTIONS(990), + [anon_sym_BSLASH] = ACTIONS(988), + [anon_sym_LBRACE] = ACTIONS(988), + [anon_sym_RBRACE] = ACTIONS(988), + [aux_sym_trait_declaration_token1] = ACTIONS(990), + [aux_sym_interface_declaration_token1] = ACTIONS(990), + [aux_sym_enum_declaration_token1] = ACTIONS(990), + [aux_sym_enum_case_token1] = ACTIONS(990), + [aux_sym_class_declaration_token1] = ACTIONS(990), + [aux_sym_final_modifier_token1] = ACTIONS(990), + [aux_sym_abstract_modifier_token1] = ACTIONS(990), + [aux_sym_readonly_modifier_token1] = ACTIONS(990), + [sym_var_modifier] = ACTIONS(990), + [aux_sym_visibility_modifier_token1] = ACTIONS(990), + [aux_sym_visibility_modifier_token2] = ACTIONS(990), + [aux_sym_visibility_modifier_token3] = ACTIONS(990), + [anon_sym_LPAREN] = ACTIONS(988), + [aux_sym__arrow_function_header_token1] = ACTIONS(990), + [aux_sym_cast_type_token1] = ACTIONS(990), + [aux_sym_echo_statement_token1] = ACTIONS(990), + [aux_sym_exit_statement_token1] = ACTIONS(990), + [anon_sym_unset] = ACTIONS(990), + [aux_sym_declare_statement_token1] = ACTIONS(990), + [aux_sym_declare_statement_token2] = ACTIONS(990), + [sym_float] = ACTIONS(990), + [aux_sym_try_statement_token1] = ACTIONS(990), + [aux_sym_goto_statement_token1] = ACTIONS(990), + [aux_sym_continue_statement_token1] = ACTIONS(990), + [aux_sym_break_statement_token1] = ACTIONS(990), + [sym_integer] = ACTIONS(990), + [aux_sym_return_statement_token1] = ACTIONS(990), + [aux_sym_throw_expression_token1] = ACTIONS(990), + [aux_sym_while_statement_token1] = ACTIONS(990), + [aux_sym_while_statement_token2] = ACTIONS(990), + [aux_sym_do_statement_token1] = ACTIONS(990), + [aux_sym_for_statement_token1] = ACTIONS(990), + [aux_sym_for_statement_token2] = ACTIONS(990), + [aux_sym_foreach_statement_token1] = ACTIONS(990), + [aux_sym_foreach_statement_token2] = ACTIONS(990), + [aux_sym_if_statement_token1] = ACTIONS(990), + [aux_sym_if_statement_token2] = ACTIONS(990), + [aux_sym_else_if_clause_token1] = ACTIONS(990), + [aux_sym_else_clause_token1] = ACTIONS(990), + [aux_sym_match_expression_token1] = ACTIONS(990), + [aux_sym_match_default_expression_token1] = ACTIONS(990), + [aux_sym_switch_statement_token1] = ACTIONS(990), + [aux_sym_switch_block_token1] = ACTIONS(990), + [anon_sym_PLUS] = ACTIONS(990), + [anon_sym_DASH] = ACTIONS(990), + [anon_sym_TILDE] = ACTIONS(988), + [anon_sym_BANG] = ACTIONS(988), + [anon_sym_AT] = ACTIONS(988), + [aux_sym_clone_expression_token1] = ACTIONS(990), + [aux_sym_print_intrinsic_token1] = ACTIONS(990), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(990), + [anon_sym_DASH_DASH] = ACTIONS(988), + [anon_sym_PLUS_PLUS] = ACTIONS(988), + [aux_sym__list_destructing_token1] = ACTIONS(990), + [anon_sym_LBRACK] = ACTIONS(988), + [anon_sym_self] = ACTIONS(990), + [anon_sym_parent] = ACTIONS(990), + [aux_sym__argument_name_token1] = ACTIONS(990), + [aux_sym__argument_name_token2] = ACTIONS(990), + [anon_sym_POUND_LBRACK] = ACTIONS(988), + [aux_sym_encapsed_string_token1] = ACTIONS(988), + [anon_sym_DQUOTE] = ACTIONS(988), + [aux_sym_string_token1] = ACTIONS(988), + [anon_sym_SQUOTE] = ACTIONS(988), + [anon_sym_LT_LT_LT] = ACTIONS(988), + [anon_sym_BQUOTE] = ACTIONS(988), + [anon_sym_DOLLAR] = ACTIONS(988), + [aux_sym_yield_expression_token1] = ACTIONS(990), + [aux_sym_include_expression_token1] = ACTIONS(990), + [aux_sym_include_once_expression_token1] = ACTIONS(990), + [aux_sym_require_expression_token1] = ACTIONS(990), + [aux_sym_require_once_expression_token1] = ACTIONS(990), [sym_comment] = ACTIONS(5), }, [420] = { [sym_text_interpolation] = STATE(420), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1291), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(992), + [sym_name] = ACTIONS(994), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(992), + [aux_sym_function_static_declaration_token1] = ACTIONS(994), + [aux_sym_global_declaration_token1] = ACTIONS(994), + [aux_sym_namespace_definition_token1] = ACTIONS(994), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(994), + [aux_sym_namespace_use_clause_token1] = ACTIONS(994), + [aux_sym_namespace_use_clause_token2] = ACTIONS(994), + [anon_sym_BSLASH] = ACTIONS(992), + [anon_sym_LBRACE] = ACTIONS(992), + [anon_sym_RBRACE] = ACTIONS(992), + [aux_sym_trait_declaration_token1] = ACTIONS(994), + [aux_sym_interface_declaration_token1] = ACTIONS(994), + [aux_sym_enum_declaration_token1] = ACTIONS(994), + [aux_sym_enum_case_token1] = ACTIONS(994), + [aux_sym_class_declaration_token1] = ACTIONS(994), + [aux_sym_final_modifier_token1] = ACTIONS(994), + [aux_sym_abstract_modifier_token1] = ACTIONS(994), + [aux_sym_readonly_modifier_token1] = ACTIONS(994), + [sym_var_modifier] = ACTIONS(994), + [aux_sym_visibility_modifier_token1] = ACTIONS(994), + [aux_sym_visibility_modifier_token2] = ACTIONS(994), + [aux_sym_visibility_modifier_token3] = ACTIONS(994), + [anon_sym_LPAREN] = ACTIONS(992), + [aux_sym__arrow_function_header_token1] = ACTIONS(994), + [aux_sym_cast_type_token1] = ACTIONS(994), + [aux_sym_echo_statement_token1] = ACTIONS(994), + [aux_sym_exit_statement_token1] = ACTIONS(994), + [anon_sym_unset] = ACTIONS(994), + [aux_sym_declare_statement_token1] = ACTIONS(994), + [aux_sym_declare_statement_token2] = ACTIONS(994), + [sym_float] = ACTIONS(994), + [aux_sym_try_statement_token1] = ACTIONS(994), + [aux_sym_goto_statement_token1] = ACTIONS(994), + [aux_sym_continue_statement_token1] = ACTIONS(994), + [aux_sym_break_statement_token1] = ACTIONS(994), + [sym_integer] = ACTIONS(994), + [aux_sym_return_statement_token1] = ACTIONS(994), + [aux_sym_throw_expression_token1] = ACTIONS(994), + [aux_sym_while_statement_token1] = ACTIONS(994), + [aux_sym_while_statement_token2] = ACTIONS(994), + [aux_sym_do_statement_token1] = ACTIONS(994), + [aux_sym_for_statement_token1] = ACTIONS(994), + [aux_sym_for_statement_token2] = ACTIONS(994), + [aux_sym_foreach_statement_token1] = ACTIONS(994), + [aux_sym_foreach_statement_token2] = ACTIONS(994), + [aux_sym_if_statement_token1] = ACTIONS(994), + [aux_sym_if_statement_token2] = ACTIONS(994), + [aux_sym_else_if_clause_token1] = ACTIONS(994), + [aux_sym_else_clause_token1] = ACTIONS(994), + [aux_sym_match_expression_token1] = ACTIONS(994), + [aux_sym_match_default_expression_token1] = ACTIONS(994), + [aux_sym_switch_statement_token1] = ACTIONS(994), + [aux_sym_switch_block_token1] = ACTIONS(994), + [anon_sym_PLUS] = ACTIONS(994), + [anon_sym_DASH] = ACTIONS(994), + [anon_sym_TILDE] = ACTIONS(992), + [anon_sym_BANG] = ACTIONS(992), + [anon_sym_AT] = ACTIONS(992), + [aux_sym_clone_expression_token1] = ACTIONS(994), + [aux_sym_print_intrinsic_token1] = ACTIONS(994), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(994), + [anon_sym_DASH_DASH] = ACTIONS(992), + [anon_sym_PLUS_PLUS] = ACTIONS(992), + [aux_sym__list_destructing_token1] = ACTIONS(994), + [anon_sym_LBRACK] = ACTIONS(992), + [anon_sym_self] = ACTIONS(994), + [anon_sym_parent] = ACTIONS(994), + [aux_sym__argument_name_token1] = ACTIONS(994), + [aux_sym__argument_name_token2] = ACTIONS(994), + [anon_sym_POUND_LBRACK] = ACTIONS(992), + [aux_sym_encapsed_string_token1] = ACTIONS(992), + [anon_sym_DQUOTE] = ACTIONS(992), + [aux_sym_string_token1] = ACTIONS(992), + [anon_sym_SQUOTE] = ACTIONS(992), + [anon_sym_LT_LT_LT] = ACTIONS(992), + [anon_sym_BQUOTE] = ACTIONS(992), + [anon_sym_DOLLAR] = ACTIONS(992), + [aux_sym_yield_expression_token1] = ACTIONS(994), + [aux_sym_include_expression_token1] = ACTIONS(994), + [aux_sym_include_once_expression_token1] = ACTIONS(994), + [aux_sym_require_expression_token1] = ACTIONS(994), + [aux_sym_require_once_expression_token1] = ACTIONS(994), [sym_comment] = ACTIONS(5), }, [421] = { [sym_text_interpolation] = STATE(421), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(999), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(996), + [sym_name] = ACTIONS(998), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(996), + [aux_sym_function_static_declaration_token1] = ACTIONS(998), + [aux_sym_global_declaration_token1] = ACTIONS(998), + [aux_sym_namespace_definition_token1] = ACTIONS(998), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(998), + [aux_sym_namespace_use_clause_token1] = ACTIONS(998), + [aux_sym_namespace_use_clause_token2] = ACTIONS(998), + [anon_sym_BSLASH] = ACTIONS(996), + [anon_sym_LBRACE] = ACTIONS(996), + [anon_sym_RBRACE] = ACTIONS(996), + [aux_sym_trait_declaration_token1] = ACTIONS(998), + [aux_sym_interface_declaration_token1] = ACTIONS(998), + [aux_sym_enum_declaration_token1] = ACTIONS(998), + [aux_sym_enum_case_token1] = ACTIONS(998), + [aux_sym_class_declaration_token1] = ACTIONS(998), + [aux_sym_final_modifier_token1] = ACTIONS(998), + [aux_sym_abstract_modifier_token1] = ACTIONS(998), + [aux_sym_readonly_modifier_token1] = ACTIONS(998), + [sym_var_modifier] = ACTIONS(998), + [aux_sym_visibility_modifier_token1] = ACTIONS(998), + [aux_sym_visibility_modifier_token2] = ACTIONS(998), + [aux_sym_visibility_modifier_token3] = ACTIONS(998), + [anon_sym_LPAREN] = ACTIONS(996), + [aux_sym__arrow_function_header_token1] = ACTIONS(998), + [aux_sym_cast_type_token1] = ACTIONS(998), + [aux_sym_echo_statement_token1] = ACTIONS(998), + [aux_sym_exit_statement_token1] = ACTIONS(998), + [anon_sym_unset] = ACTIONS(998), + [aux_sym_declare_statement_token1] = ACTIONS(998), + [aux_sym_declare_statement_token2] = ACTIONS(998), + [sym_float] = ACTIONS(998), + [aux_sym_try_statement_token1] = ACTIONS(998), + [aux_sym_goto_statement_token1] = ACTIONS(998), + [aux_sym_continue_statement_token1] = ACTIONS(998), + [aux_sym_break_statement_token1] = ACTIONS(998), + [sym_integer] = ACTIONS(998), + [aux_sym_return_statement_token1] = ACTIONS(998), + [aux_sym_throw_expression_token1] = ACTIONS(998), + [aux_sym_while_statement_token1] = ACTIONS(998), + [aux_sym_while_statement_token2] = ACTIONS(998), + [aux_sym_do_statement_token1] = ACTIONS(998), + [aux_sym_for_statement_token1] = ACTIONS(998), + [aux_sym_for_statement_token2] = ACTIONS(998), + [aux_sym_foreach_statement_token1] = ACTIONS(998), + [aux_sym_foreach_statement_token2] = ACTIONS(998), + [aux_sym_if_statement_token1] = ACTIONS(998), + [aux_sym_if_statement_token2] = ACTIONS(998), + [aux_sym_else_if_clause_token1] = ACTIONS(998), + [aux_sym_else_clause_token1] = ACTIONS(998), + [aux_sym_match_expression_token1] = ACTIONS(998), + [aux_sym_match_default_expression_token1] = ACTIONS(998), + [aux_sym_switch_statement_token1] = ACTIONS(998), + [aux_sym_switch_block_token1] = ACTIONS(998), + [anon_sym_PLUS] = ACTIONS(998), + [anon_sym_DASH] = ACTIONS(998), + [anon_sym_TILDE] = ACTIONS(996), + [anon_sym_BANG] = ACTIONS(996), + [anon_sym_AT] = ACTIONS(996), + [aux_sym_clone_expression_token1] = ACTIONS(998), + [aux_sym_print_intrinsic_token1] = ACTIONS(998), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(998), + [anon_sym_DASH_DASH] = ACTIONS(996), + [anon_sym_PLUS_PLUS] = ACTIONS(996), + [aux_sym__list_destructing_token1] = ACTIONS(998), + [anon_sym_LBRACK] = ACTIONS(996), + [anon_sym_self] = ACTIONS(998), + [anon_sym_parent] = ACTIONS(998), + [aux_sym__argument_name_token1] = ACTIONS(998), + [aux_sym__argument_name_token2] = ACTIONS(998), + [anon_sym_POUND_LBRACK] = ACTIONS(996), + [aux_sym_encapsed_string_token1] = ACTIONS(996), + [anon_sym_DQUOTE] = ACTIONS(996), + [aux_sym_string_token1] = ACTIONS(996), + [anon_sym_SQUOTE] = ACTIONS(996), + [anon_sym_LT_LT_LT] = ACTIONS(996), + [anon_sym_BQUOTE] = ACTIONS(996), + [anon_sym_DOLLAR] = ACTIONS(996), + [aux_sym_yield_expression_token1] = ACTIONS(998), + [aux_sym_include_expression_token1] = ACTIONS(998), + [aux_sym_include_once_expression_token1] = ACTIONS(998), + [aux_sym_require_expression_token1] = ACTIONS(998), + [aux_sym_require_once_expression_token1] = ACTIONS(998), [sym_comment] = ACTIONS(5), }, [422] = { [sym_text_interpolation] = STATE(422), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1021), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(1000), + [sym_name] = ACTIONS(1002), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1000), + [aux_sym_function_static_declaration_token1] = ACTIONS(1002), + [aux_sym_global_declaration_token1] = ACTIONS(1002), + [aux_sym_namespace_definition_token1] = ACTIONS(1002), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1002), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1002), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1002), + [anon_sym_BSLASH] = ACTIONS(1000), + [anon_sym_LBRACE] = ACTIONS(1000), + [anon_sym_RBRACE] = ACTIONS(1000), + [aux_sym_trait_declaration_token1] = ACTIONS(1002), + [aux_sym_interface_declaration_token1] = ACTIONS(1002), + [aux_sym_enum_declaration_token1] = ACTIONS(1002), + [aux_sym_enum_case_token1] = ACTIONS(1002), + [aux_sym_class_declaration_token1] = ACTIONS(1002), + [aux_sym_final_modifier_token1] = ACTIONS(1002), + [aux_sym_abstract_modifier_token1] = ACTIONS(1002), + [aux_sym_readonly_modifier_token1] = ACTIONS(1002), + [sym_var_modifier] = ACTIONS(1002), + [aux_sym_visibility_modifier_token1] = ACTIONS(1002), + [aux_sym_visibility_modifier_token2] = ACTIONS(1002), + [aux_sym_visibility_modifier_token3] = ACTIONS(1002), + [anon_sym_LPAREN] = ACTIONS(1000), + [aux_sym__arrow_function_header_token1] = ACTIONS(1002), + [aux_sym_cast_type_token1] = ACTIONS(1002), + [aux_sym_echo_statement_token1] = ACTIONS(1002), + [aux_sym_exit_statement_token1] = ACTIONS(1002), + [anon_sym_unset] = ACTIONS(1002), + [aux_sym_declare_statement_token1] = ACTIONS(1002), + [aux_sym_declare_statement_token2] = ACTIONS(1002), + [sym_float] = ACTIONS(1002), + [aux_sym_try_statement_token1] = ACTIONS(1002), + [aux_sym_goto_statement_token1] = ACTIONS(1002), + [aux_sym_continue_statement_token1] = ACTIONS(1002), + [aux_sym_break_statement_token1] = ACTIONS(1002), + [sym_integer] = ACTIONS(1002), + [aux_sym_return_statement_token1] = ACTIONS(1002), + [aux_sym_throw_expression_token1] = ACTIONS(1002), + [aux_sym_while_statement_token1] = ACTIONS(1002), + [aux_sym_while_statement_token2] = ACTIONS(1002), + [aux_sym_do_statement_token1] = ACTIONS(1002), + [aux_sym_for_statement_token1] = ACTIONS(1002), + [aux_sym_for_statement_token2] = ACTIONS(1002), + [aux_sym_foreach_statement_token1] = ACTIONS(1002), + [aux_sym_foreach_statement_token2] = ACTIONS(1002), + [aux_sym_if_statement_token1] = ACTIONS(1002), + [aux_sym_if_statement_token2] = ACTIONS(1002), + [aux_sym_else_if_clause_token1] = ACTIONS(1002), + [aux_sym_else_clause_token1] = ACTIONS(1002), + [aux_sym_match_expression_token1] = ACTIONS(1002), + [aux_sym_match_default_expression_token1] = ACTIONS(1002), + [aux_sym_switch_statement_token1] = ACTIONS(1002), + [aux_sym_switch_block_token1] = ACTIONS(1002), + [anon_sym_PLUS] = ACTIONS(1002), + [anon_sym_DASH] = ACTIONS(1002), + [anon_sym_TILDE] = ACTIONS(1000), + [anon_sym_BANG] = ACTIONS(1000), + [anon_sym_AT] = ACTIONS(1000), + [aux_sym_clone_expression_token1] = ACTIONS(1002), + [aux_sym_print_intrinsic_token1] = ACTIONS(1002), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1002), + [anon_sym_DASH_DASH] = ACTIONS(1000), + [anon_sym_PLUS_PLUS] = ACTIONS(1000), + [aux_sym__list_destructing_token1] = ACTIONS(1002), + [anon_sym_LBRACK] = ACTIONS(1000), + [anon_sym_self] = ACTIONS(1002), + [anon_sym_parent] = ACTIONS(1002), + [aux_sym__argument_name_token1] = ACTIONS(1002), + [aux_sym__argument_name_token2] = ACTIONS(1002), + [anon_sym_POUND_LBRACK] = ACTIONS(1000), + [aux_sym_encapsed_string_token1] = ACTIONS(1000), + [anon_sym_DQUOTE] = ACTIONS(1000), + [aux_sym_string_token1] = ACTIONS(1000), + [anon_sym_SQUOTE] = ACTIONS(1000), + [anon_sym_LT_LT_LT] = ACTIONS(1000), + [anon_sym_BQUOTE] = ACTIONS(1000), + [anon_sym_DOLLAR] = ACTIONS(1000), + [aux_sym_yield_expression_token1] = ACTIONS(1002), + [aux_sym_include_expression_token1] = ACTIONS(1002), + [aux_sym_include_once_expression_token1] = ACTIONS(1002), + [aux_sym_require_expression_token1] = ACTIONS(1002), + [aux_sym_require_once_expression_token1] = ACTIONS(1002), [sym_comment] = ACTIONS(5), }, [423] = { [sym_text_interpolation] = STATE(423), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_match_expression] = STATE(964), - [sym_expression] = STATE(1022), - [sym__unary_expression] = STATE(957), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(964), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(603), - [sym_assignment_expression] = STATE(964), - [sym_reference_assignment_expression] = STATE(964), - [sym_conditional_expression] = STATE(964), - [sym_augmented_assignment_expression] = STATE(964), - [sym_member_access_expression] = STATE(603), - [sym_nullsafe_member_access_expression] = STATE(603), - [sym_scoped_property_access_expression] = STATE(603), - [sym_list_literal] = STATE(2536), - [sym__list_destructing] = STATE(2242), - [sym__array_destructing] = STATE(2242), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(964), - [sym_binary_expression] = STATE(964), - [sym_include_expression] = STATE(964), - [sym_include_once_expression] = STATE(964), - [sym_require_expression] = STATE(964), - [sym_require_once_expression] = STATE(964), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_match_expression_token1] = ACTIONS(591), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [aux_sym__list_destructing_token1] = ACTIONS(308), - [anon_sym_LBRACK] = ACTIONS(607), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_yield_expression_token1] = ACTIONS(623), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), - [aux_sym_require_expression_token1] = ACTIONS(631), - [aux_sym_require_once_expression_token1] = ACTIONS(633), + [ts_builtin_sym_end] = ACTIONS(1004), + [sym_name] = ACTIONS(1006), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1004), + [aux_sym_function_static_declaration_token1] = ACTIONS(1006), + [aux_sym_global_declaration_token1] = ACTIONS(1006), + [aux_sym_namespace_definition_token1] = ACTIONS(1006), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1006), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1006), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1006), + [anon_sym_BSLASH] = ACTIONS(1004), + [anon_sym_LBRACE] = ACTIONS(1004), + [anon_sym_RBRACE] = ACTIONS(1004), + [aux_sym_trait_declaration_token1] = ACTIONS(1006), + [aux_sym_interface_declaration_token1] = ACTIONS(1006), + [aux_sym_enum_declaration_token1] = ACTIONS(1006), + [aux_sym_enum_case_token1] = ACTIONS(1006), + [aux_sym_class_declaration_token1] = ACTIONS(1006), + [aux_sym_final_modifier_token1] = ACTIONS(1006), + [aux_sym_abstract_modifier_token1] = ACTIONS(1006), + [aux_sym_readonly_modifier_token1] = ACTIONS(1006), + [sym_var_modifier] = ACTIONS(1006), + [aux_sym_visibility_modifier_token1] = ACTIONS(1006), + [aux_sym_visibility_modifier_token2] = ACTIONS(1006), + [aux_sym_visibility_modifier_token3] = ACTIONS(1006), + [anon_sym_LPAREN] = ACTIONS(1004), + [aux_sym__arrow_function_header_token1] = ACTIONS(1006), + [aux_sym_cast_type_token1] = ACTIONS(1006), + [aux_sym_echo_statement_token1] = ACTIONS(1006), + [aux_sym_exit_statement_token1] = ACTIONS(1006), + [anon_sym_unset] = ACTIONS(1006), + [aux_sym_declare_statement_token1] = ACTIONS(1006), + [aux_sym_declare_statement_token2] = ACTIONS(1006), + [sym_float] = ACTIONS(1006), + [aux_sym_try_statement_token1] = ACTIONS(1006), + [aux_sym_goto_statement_token1] = ACTIONS(1006), + [aux_sym_continue_statement_token1] = ACTIONS(1006), + [aux_sym_break_statement_token1] = ACTIONS(1006), + [sym_integer] = ACTIONS(1006), + [aux_sym_return_statement_token1] = ACTIONS(1006), + [aux_sym_throw_expression_token1] = ACTIONS(1006), + [aux_sym_while_statement_token1] = ACTIONS(1006), + [aux_sym_while_statement_token2] = ACTIONS(1006), + [aux_sym_do_statement_token1] = ACTIONS(1006), + [aux_sym_for_statement_token1] = ACTIONS(1006), + [aux_sym_for_statement_token2] = ACTIONS(1006), + [aux_sym_foreach_statement_token1] = ACTIONS(1006), + [aux_sym_foreach_statement_token2] = ACTIONS(1006), + [aux_sym_if_statement_token1] = ACTIONS(1006), + [aux_sym_if_statement_token2] = ACTIONS(1006), + [aux_sym_else_if_clause_token1] = ACTIONS(1006), + [aux_sym_else_clause_token1] = ACTIONS(1006), + [aux_sym_match_expression_token1] = ACTIONS(1006), + [aux_sym_match_default_expression_token1] = ACTIONS(1006), + [aux_sym_switch_statement_token1] = ACTIONS(1006), + [aux_sym_switch_block_token1] = ACTIONS(1006), + [anon_sym_PLUS] = ACTIONS(1006), + [anon_sym_DASH] = ACTIONS(1006), + [anon_sym_TILDE] = ACTIONS(1004), + [anon_sym_BANG] = ACTIONS(1004), + [anon_sym_AT] = ACTIONS(1004), + [aux_sym_clone_expression_token1] = ACTIONS(1006), + [aux_sym_print_intrinsic_token1] = ACTIONS(1006), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1006), + [anon_sym_DASH_DASH] = ACTIONS(1004), + [anon_sym_PLUS_PLUS] = ACTIONS(1004), + [aux_sym__list_destructing_token1] = ACTIONS(1006), + [anon_sym_LBRACK] = ACTIONS(1004), + [anon_sym_self] = ACTIONS(1006), + [anon_sym_parent] = ACTIONS(1006), + [aux_sym__argument_name_token1] = ACTIONS(1006), + [aux_sym__argument_name_token2] = ACTIONS(1006), + [anon_sym_POUND_LBRACK] = ACTIONS(1004), + [aux_sym_encapsed_string_token1] = ACTIONS(1004), + [anon_sym_DQUOTE] = ACTIONS(1004), + [aux_sym_string_token1] = ACTIONS(1004), + [anon_sym_SQUOTE] = ACTIONS(1004), + [anon_sym_LT_LT_LT] = ACTIONS(1004), + [anon_sym_BQUOTE] = ACTIONS(1004), + [anon_sym_DOLLAR] = ACTIONS(1004), + [aux_sym_yield_expression_token1] = ACTIONS(1006), + [aux_sym_include_expression_token1] = ACTIONS(1006), + [aux_sym_include_once_expression_token1] = ACTIONS(1006), + [aux_sym_require_expression_token1] = ACTIONS(1006), + [aux_sym_require_once_expression_token1] = ACTIONS(1006), [sym_comment] = ACTIONS(5), }, [424] = { [sym_text_interpolation] = STATE(424), - [sym_catch_clause] = STATE(435), - [sym_finally_clause] = STATE(435), - [aux_sym_try_statement_repeat1] = STATE(424), - [ts_builtin_sym_end] = ACTIONS(983), - [sym_name] = ACTIONS(985), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(983), - [aux_sym_function_static_declaration_token1] = ACTIONS(985), - [aux_sym_global_declaration_token1] = ACTIONS(985), - [aux_sym_namespace_definition_token1] = ACTIONS(985), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(985), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(985), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(985), - [anon_sym_BSLASH] = ACTIONS(983), - [anon_sym_LBRACE] = ACTIONS(983), - [anon_sym_RBRACE] = ACTIONS(983), - [aux_sym_trait_declaration_token1] = ACTIONS(985), - [aux_sym_interface_declaration_token1] = ACTIONS(985), - [aux_sym_enum_declaration_token1] = ACTIONS(985), - [aux_sym_enum_case_token1] = ACTIONS(985), - [aux_sym_class_declaration_token1] = ACTIONS(985), - [aux_sym_final_modifier_token1] = ACTIONS(985), - [aux_sym_abstract_modifier_token1] = ACTIONS(985), - [aux_sym_readonly_modifier_token1] = ACTIONS(985), - [sym_var_modifier] = ACTIONS(985), - [aux_sym_visibility_modifier_token1] = ACTIONS(985), - [aux_sym_visibility_modifier_token2] = ACTIONS(985), - [aux_sym_visibility_modifier_token3] = ACTIONS(985), - [aux_sym__arrow_function_header_token1] = ACTIONS(985), - [anon_sym_LPAREN] = ACTIONS(983), - [aux_sym_cast_type_token1] = ACTIONS(985), - [aux_sym_echo_statement_token1] = ACTIONS(985), - [aux_sym_exit_statement_token1] = ACTIONS(985), - [anon_sym_unset] = ACTIONS(985), - [aux_sym_declare_statement_token1] = ACTIONS(985), - [aux_sym_declare_statement_token2] = ACTIONS(985), - [sym_float] = ACTIONS(985), - [aux_sym_try_statement_token1] = ACTIONS(985), - [aux_sym_catch_clause_token1] = ACTIONS(987), - [aux_sym_finally_clause_token1] = ACTIONS(990), - [aux_sym_goto_statement_token1] = ACTIONS(985), - [aux_sym_continue_statement_token1] = ACTIONS(985), - [aux_sym_break_statement_token1] = ACTIONS(985), - [sym_integer] = ACTIONS(985), - [aux_sym_return_statement_token1] = ACTIONS(985), - [aux_sym_throw_expression_token1] = ACTIONS(985), - [aux_sym_while_statement_token1] = ACTIONS(985), - [aux_sym_while_statement_token2] = ACTIONS(985), - [aux_sym_do_statement_token1] = ACTIONS(985), - [aux_sym_for_statement_token1] = ACTIONS(985), - [aux_sym_for_statement_token2] = ACTIONS(985), - [aux_sym_foreach_statement_token1] = ACTIONS(985), - [aux_sym_foreach_statement_token2] = ACTIONS(985), - [aux_sym_if_statement_token1] = ACTIONS(985), - [aux_sym_if_statement_token2] = ACTIONS(985), - [aux_sym_else_if_clause_token1] = ACTIONS(985), - [aux_sym_else_clause_token1] = ACTIONS(985), - [aux_sym_match_expression_token1] = ACTIONS(985), - [aux_sym_match_default_expression_token1] = ACTIONS(985), - [aux_sym_switch_statement_token1] = ACTIONS(985), - [aux_sym_switch_block_token1] = ACTIONS(985), - [anon_sym_PLUS] = ACTIONS(985), - [anon_sym_DASH] = ACTIONS(985), - [anon_sym_TILDE] = ACTIONS(983), - [anon_sym_BANG] = ACTIONS(983), - [anon_sym_AT] = ACTIONS(983), - [aux_sym_clone_expression_token1] = ACTIONS(985), - [aux_sym_print_intrinsic_token1] = ACTIONS(985), - [aux_sym_object_creation_expression_token1] = ACTIONS(985), - [anon_sym_DASH_DASH] = ACTIONS(983), - [anon_sym_PLUS_PLUS] = ACTIONS(983), - [aux_sym__list_destructing_token1] = ACTIONS(985), - [anon_sym_LBRACK] = ACTIONS(983), - [anon_sym_self] = ACTIONS(985), - [anon_sym_parent] = ACTIONS(985), - [aux_sym__argument_name_token1] = ACTIONS(985), - [aux_sym__argument_name_token2] = ACTIONS(985), - [anon_sym_POUND_LBRACK] = ACTIONS(983), - [aux_sym_encapsed_string_token1] = ACTIONS(983), - [anon_sym_DQUOTE] = ACTIONS(983), - [aux_sym_string_token1] = ACTIONS(983), - [anon_sym_SQUOTE] = ACTIONS(983), - [anon_sym_LT_LT_LT] = ACTIONS(983), - [anon_sym_BQUOTE] = ACTIONS(983), - [anon_sym_DOLLAR] = ACTIONS(983), - [aux_sym_yield_expression_token1] = ACTIONS(985), - [aux_sym_include_expression_token1] = ACTIONS(985), - [aux_sym_include_once_expression_token1] = ACTIONS(985), - [aux_sym_require_expression_token1] = ACTIONS(985), - [aux_sym_require_once_expression_token1] = ACTIONS(985), + [ts_builtin_sym_end] = ACTIONS(961), + [sym_name] = ACTIONS(963), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(961), + [aux_sym_function_static_declaration_token1] = ACTIONS(963), + [aux_sym_global_declaration_token1] = ACTIONS(963), + [aux_sym_namespace_definition_token1] = ACTIONS(963), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(963), + [aux_sym_namespace_use_clause_token1] = ACTIONS(963), + [aux_sym_namespace_use_clause_token2] = ACTIONS(963), + [anon_sym_BSLASH] = ACTIONS(961), + [anon_sym_LBRACE] = ACTIONS(961), + [anon_sym_RBRACE] = ACTIONS(961), + [aux_sym_trait_declaration_token1] = ACTIONS(963), + [aux_sym_interface_declaration_token1] = ACTIONS(963), + [aux_sym_enum_declaration_token1] = ACTIONS(963), + [aux_sym_enum_case_token1] = ACTIONS(963), + [aux_sym_class_declaration_token1] = ACTIONS(963), + [aux_sym_final_modifier_token1] = ACTIONS(963), + [aux_sym_abstract_modifier_token1] = ACTIONS(963), + [aux_sym_readonly_modifier_token1] = ACTIONS(963), + [sym_var_modifier] = ACTIONS(963), + [aux_sym_visibility_modifier_token1] = ACTIONS(963), + [aux_sym_visibility_modifier_token2] = ACTIONS(963), + [aux_sym_visibility_modifier_token3] = ACTIONS(963), + [anon_sym_LPAREN] = ACTIONS(961), + [aux_sym__arrow_function_header_token1] = ACTIONS(963), + [aux_sym_cast_type_token1] = ACTIONS(963), + [aux_sym_echo_statement_token1] = ACTIONS(963), + [aux_sym_exit_statement_token1] = ACTIONS(963), + [anon_sym_unset] = ACTIONS(963), + [aux_sym_declare_statement_token1] = ACTIONS(963), + [aux_sym_declare_statement_token2] = ACTIONS(963), + [sym_float] = ACTIONS(963), + [aux_sym_try_statement_token1] = ACTIONS(963), + [aux_sym_goto_statement_token1] = ACTIONS(963), + [aux_sym_continue_statement_token1] = ACTIONS(963), + [aux_sym_break_statement_token1] = ACTIONS(963), + [sym_integer] = ACTIONS(963), + [aux_sym_return_statement_token1] = ACTIONS(963), + [aux_sym_throw_expression_token1] = ACTIONS(963), + [aux_sym_while_statement_token1] = ACTIONS(963), + [aux_sym_while_statement_token2] = ACTIONS(963), + [aux_sym_do_statement_token1] = ACTIONS(963), + [aux_sym_for_statement_token1] = ACTIONS(963), + [aux_sym_for_statement_token2] = ACTIONS(963), + [aux_sym_foreach_statement_token1] = ACTIONS(963), + [aux_sym_foreach_statement_token2] = ACTIONS(963), + [aux_sym_if_statement_token1] = ACTIONS(963), + [aux_sym_if_statement_token2] = ACTIONS(963), + [aux_sym_else_if_clause_token1] = ACTIONS(963), + [aux_sym_else_clause_token1] = ACTIONS(963), + [aux_sym_match_expression_token1] = ACTIONS(963), + [aux_sym_match_default_expression_token1] = ACTIONS(963), + [aux_sym_switch_statement_token1] = ACTIONS(963), + [aux_sym_switch_block_token1] = ACTIONS(963), + [anon_sym_PLUS] = ACTIONS(963), + [anon_sym_DASH] = ACTIONS(963), + [anon_sym_TILDE] = ACTIONS(961), + [anon_sym_BANG] = ACTIONS(961), + [anon_sym_AT] = ACTIONS(961), + [aux_sym_clone_expression_token1] = ACTIONS(963), + [aux_sym_print_intrinsic_token1] = ACTIONS(963), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(963), + [anon_sym_DASH_DASH] = ACTIONS(961), + [anon_sym_PLUS_PLUS] = ACTIONS(961), + [aux_sym__list_destructing_token1] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(961), + [anon_sym_self] = ACTIONS(963), + [anon_sym_parent] = ACTIONS(963), + [aux_sym__argument_name_token1] = ACTIONS(963), + [aux_sym__argument_name_token2] = ACTIONS(963), + [anon_sym_POUND_LBRACK] = ACTIONS(961), + [aux_sym_encapsed_string_token1] = ACTIONS(961), + [anon_sym_DQUOTE] = ACTIONS(961), + [aux_sym_string_token1] = ACTIONS(961), + [anon_sym_SQUOTE] = ACTIONS(961), + [anon_sym_LT_LT_LT] = ACTIONS(961), + [anon_sym_BQUOTE] = ACTIONS(961), + [anon_sym_DOLLAR] = ACTIONS(961), + [aux_sym_yield_expression_token1] = ACTIONS(963), + [aux_sym_include_expression_token1] = ACTIONS(963), + [aux_sym_include_once_expression_token1] = ACTIONS(963), + [aux_sym_require_expression_token1] = ACTIONS(963), + [aux_sym_require_once_expression_token1] = ACTIONS(963), [sym_comment] = ACTIONS(5), }, [425] = { [sym_text_interpolation] = STATE(425), - [sym_catch_clause] = STATE(435), - [sym_finally_clause] = STATE(435), - [aux_sym_try_statement_repeat1] = STATE(424), - [ts_builtin_sym_end] = ACTIONS(993), - [sym_name] = ACTIONS(995), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(993), - [aux_sym_function_static_declaration_token1] = ACTIONS(995), - [aux_sym_global_declaration_token1] = ACTIONS(995), - [aux_sym_namespace_definition_token1] = ACTIONS(995), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(995), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(995), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(995), - [anon_sym_BSLASH] = ACTIONS(993), - [anon_sym_LBRACE] = ACTIONS(993), - [anon_sym_RBRACE] = ACTIONS(993), - [aux_sym_trait_declaration_token1] = ACTIONS(995), - [aux_sym_interface_declaration_token1] = ACTIONS(995), - [aux_sym_enum_declaration_token1] = ACTIONS(995), - [aux_sym_enum_case_token1] = ACTIONS(995), - [aux_sym_class_declaration_token1] = ACTIONS(995), - [aux_sym_final_modifier_token1] = ACTIONS(995), - [aux_sym_abstract_modifier_token1] = ACTIONS(995), - [aux_sym_readonly_modifier_token1] = ACTIONS(995), - [sym_var_modifier] = ACTIONS(995), - [aux_sym_visibility_modifier_token1] = ACTIONS(995), - [aux_sym_visibility_modifier_token2] = ACTIONS(995), - [aux_sym_visibility_modifier_token3] = ACTIONS(995), - [aux_sym__arrow_function_header_token1] = ACTIONS(995), - [anon_sym_LPAREN] = ACTIONS(993), - [aux_sym_cast_type_token1] = ACTIONS(995), - [aux_sym_echo_statement_token1] = ACTIONS(995), - [aux_sym_exit_statement_token1] = ACTIONS(995), - [anon_sym_unset] = ACTIONS(995), - [aux_sym_declare_statement_token1] = ACTIONS(995), - [aux_sym_declare_statement_token2] = ACTIONS(995), - [sym_float] = ACTIONS(995), - [aux_sym_try_statement_token1] = ACTIONS(995), - [aux_sym_catch_clause_token1] = ACTIONS(997), - [aux_sym_finally_clause_token1] = ACTIONS(999), - [aux_sym_goto_statement_token1] = ACTIONS(995), - [aux_sym_continue_statement_token1] = ACTIONS(995), - [aux_sym_break_statement_token1] = ACTIONS(995), - [sym_integer] = ACTIONS(995), - [aux_sym_return_statement_token1] = ACTIONS(995), - [aux_sym_throw_expression_token1] = ACTIONS(995), - [aux_sym_while_statement_token1] = ACTIONS(995), - [aux_sym_while_statement_token2] = ACTIONS(995), - [aux_sym_do_statement_token1] = ACTIONS(995), - [aux_sym_for_statement_token1] = ACTIONS(995), - [aux_sym_for_statement_token2] = ACTIONS(995), - [aux_sym_foreach_statement_token1] = ACTIONS(995), - [aux_sym_foreach_statement_token2] = ACTIONS(995), - [aux_sym_if_statement_token1] = ACTIONS(995), - [aux_sym_if_statement_token2] = ACTIONS(995), - [aux_sym_else_if_clause_token1] = ACTIONS(995), - [aux_sym_else_clause_token1] = ACTIONS(995), - [aux_sym_match_expression_token1] = ACTIONS(995), - [aux_sym_match_default_expression_token1] = ACTIONS(995), - [aux_sym_switch_statement_token1] = ACTIONS(995), - [aux_sym_switch_block_token1] = ACTIONS(995), - [anon_sym_PLUS] = ACTIONS(995), - [anon_sym_DASH] = ACTIONS(995), - [anon_sym_TILDE] = ACTIONS(993), - [anon_sym_BANG] = ACTIONS(993), - [anon_sym_AT] = ACTIONS(993), - [aux_sym_clone_expression_token1] = ACTIONS(995), - [aux_sym_print_intrinsic_token1] = ACTIONS(995), - [aux_sym_object_creation_expression_token1] = ACTIONS(995), - [anon_sym_DASH_DASH] = ACTIONS(993), - [anon_sym_PLUS_PLUS] = ACTIONS(993), - [aux_sym__list_destructing_token1] = ACTIONS(995), - [anon_sym_LBRACK] = ACTIONS(993), - [anon_sym_self] = ACTIONS(995), - [anon_sym_parent] = ACTIONS(995), - [aux_sym__argument_name_token1] = ACTIONS(995), - [aux_sym__argument_name_token2] = ACTIONS(995), - [anon_sym_POUND_LBRACK] = ACTIONS(993), - [aux_sym_encapsed_string_token1] = ACTIONS(993), - [anon_sym_DQUOTE] = ACTIONS(993), - [aux_sym_string_token1] = ACTIONS(993), - [anon_sym_SQUOTE] = ACTIONS(993), - [anon_sym_LT_LT_LT] = ACTIONS(993), - [anon_sym_BQUOTE] = ACTIONS(993), - [anon_sym_DOLLAR] = ACTIONS(993), - [aux_sym_yield_expression_token1] = ACTIONS(995), - [aux_sym_include_expression_token1] = ACTIONS(995), - [aux_sym_include_once_expression_token1] = ACTIONS(995), - [aux_sym_require_expression_token1] = ACTIONS(995), - [aux_sym_require_once_expression_token1] = ACTIONS(995), + [ts_builtin_sym_end] = ACTIONS(1008), + [sym_name] = ACTIONS(1010), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1008), + [aux_sym_function_static_declaration_token1] = ACTIONS(1010), + [aux_sym_global_declaration_token1] = ACTIONS(1010), + [aux_sym_namespace_definition_token1] = ACTIONS(1010), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1010), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1010), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1010), + [anon_sym_BSLASH] = ACTIONS(1008), + [anon_sym_LBRACE] = ACTIONS(1008), + [anon_sym_RBRACE] = ACTIONS(1008), + [aux_sym_trait_declaration_token1] = ACTIONS(1010), + [aux_sym_interface_declaration_token1] = ACTIONS(1010), + [aux_sym_enum_declaration_token1] = ACTIONS(1010), + [aux_sym_enum_case_token1] = ACTIONS(1010), + [aux_sym_class_declaration_token1] = ACTIONS(1010), + [aux_sym_final_modifier_token1] = ACTIONS(1010), + [aux_sym_abstract_modifier_token1] = ACTIONS(1010), + [aux_sym_readonly_modifier_token1] = ACTIONS(1010), + [sym_var_modifier] = ACTIONS(1010), + [aux_sym_visibility_modifier_token1] = ACTIONS(1010), + [aux_sym_visibility_modifier_token2] = ACTIONS(1010), + [aux_sym_visibility_modifier_token3] = ACTIONS(1010), + [anon_sym_LPAREN] = ACTIONS(1008), + [aux_sym__arrow_function_header_token1] = ACTIONS(1010), + [aux_sym_cast_type_token1] = ACTIONS(1010), + [aux_sym_echo_statement_token1] = ACTIONS(1010), + [aux_sym_exit_statement_token1] = ACTIONS(1010), + [anon_sym_unset] = ACTIONS(1010), + [aux_sym_declare_statement_token1] = ACTIONS(1010), + [aux_sym_declare_statement_token2] = ACTIONS(1010), + [sym_float] = ACTIONS(1010), + [aux_sym_try_statement_token1] = ACTIONS(1010), + [aux_sym_goto_statement_token1] = ACTIONS(1010), + [aux_sym_continue_statement_token1] = ACTIONS(1010), + [aux_sym_break_statement_token1] = ACTIONS(1010), + [sym_integer] = ACTIONS(1010), + [aux_sym_return_statement_token1] = ACTIONS(1010), + [aux_sym_throw_expression_token1] = ACTIONS(1010), + [aux_sym_while_statement_token1] = ACTIONS(1010), + [aux_sym_while_statement_token2] = ACTIONS(1010), + [aux_sym_do_statement_token1] = ACTIONS(1010), + [aux_sym_for_statement_token1] = ACTIONS(1010), + [aux_sym_for_statement_token2] = ACTIONS(1010), + [aux_sym_foreach_statement_token1] = ACTIONS(1010), + [aux_sym_foreach_statement_token2] = ACTIONS(1010), + [aux_sym_if_statement_token1] = ACTIONS(1010), + [aux_sym_if_statement_token2] = ACTIONS(1010), + [aux_sym_else_if_clause_token1] = ACTIONS(1010), + [aux_sym_else_clause_token1] = ACTIONS(1010), + [aux_sym_match_expression_token1] = ACTIONS(1010), + [aux_sym_match_default_expression_token1] = ACTIONS(1010), + [aux_sym_switch_statement_token1] = ACTIONS(1010), + [aux_sym_switch_block_token1] = ACTIONS(1010), + [anon_sym_PLUS] = ACTIONS(1010), + [anon_sym_DASH] = ACTIONS(1010), + [anon_sym_TILDE] = ACTIONS(1008), + [anon_sym_BANG] = ACTIONS(1008), + [anon_sym_AT] = ACTIONS(1008), + [aux_sym_clone_expression_token1] = ACTIONS(1010), + [aux_sym_print_intrinsic_token1] = ACTIONS(1010), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1010), + [anon_sym_DASH_DASH] = ACTIONS(1008), + [anon_sym_PLUS_PLUS] = ACTIONS(1008), + [aux_sym__list_destructing_token1] = ACTIONS(1010), + [anon_sym_LBRACK] = ACTIONS(1008), + [anon_sym_self] = ACTIONS(1010), + [anon_sym_parent] = ACTIONS(1010), + [aux_sym__argument_name_token1] = ACTIONS(1010), + [aux_sym__argument_name_token2] = ACTIONS(1010), + [anon_sym_POUND_LBRACK] = ACTIONS(1008), + [aux_sym_encapsed_string_token1] = ACTIONS(1008), + [anon_sym_DQUOTE] = ACTIONS(1008), + [aux_sym_string_token1] = ACTIONS(1008), + [anon_sym_SQUOTE] = ACTIONS(1008), + [anon_sym_LT_LT_LT] = ACTIONS(1008), + [anon_sym_BQUOTE] = ACTIONS(1008), + [anon_sym_DOLLAR] = ACTIONS(1008), + [aux_sym_yield_expression_token1] = ACTIONS(1010), + [aux_sym_include_expression_token1] = ACTIONS(1010), + [aux_sym_include_once_expression_token1] = ACTIONS(1010), + [aux_sym_require_expression_token1] = ACTIONS(1010), + [aux_sym_require_once_expression_token1] = ACTIONS(1010), [sym_comment] = ACTIONS(5), }, [426] = { [sym_text_interpolation] = STATE(426), - [sym_else_if_clause] = STATE(462), - [sym_else_clause] = STATE(461), - [aux_sym_if_statement_repeat1] = STATE(427), - [ts_builtin_sym_end] = ACTIONS(1001), - [sym_name] = ACTIONS(1003), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1001), - [aux_sym_function_static_declaration_token1] = ACTIONS(1003), - [aux_sym_global_declaration_token1] = ACTIONS(1003), - [aux_sym_namespace_definition_token1] = ACTIONS(1003), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1003), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1003), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1003), - [anon_sym_BSLASH] = ACTIONS(1001), - [anon_sym_LBRACE] = ACTIONS(1001), - [anon_sym_RBRACE] = ACTIONS(1001), - [aux_sym_trait_declaration_token1] = ACTIONS(1003), - [aux_sym_interface_declaration_token1] = ACTIONS(1003), - [aux_sym_enum_declaration_token1] = ACTIONS(1003), - [aux_sym_enum_case_token1] = ACTIONS(1003), - [aux_sym_class_declaration_token1] = ACTIONS(1003), - [aux_sym_final_modifier_token1] = ACTIONS(1003), - [aux_sym_abstract_modifier_token1] = ACTIONS(1003), - [aux_sym_readonly_modifier_token1] = ACTIONS(1003), - [sym_var_modifier] = ACTIONS(1003), - [aux_sym_visibility_modifier_token1] = ACTIONS(1003), - [aux_sym_visibility_modifier_token2] = ACTIONS(1003), - [aux_sym_visibility_modifier_token3] = ACTIONS(1003), - [aux_sym__arrow_function_header_token1] = ACTIONS(1003), - [anon_sym_LPAREN] = ACTIONS(1001), - [aux_sym_cast_type_token1] = ACTIONS(1003), - [aux_sym_echo_statement_token1] = ACTIONS(1003), - [aux_sym_exit_statement_token1] = ACTIONS(1003), - [anon_sym_unset] = ACTIONS(1003), - [aux_sym_declare_statement_token1] = ACTIONS(1003), - [aux_sym_declare_statement_token2] = ACTIONS(1003), - [sym_float] = ACTIONS(1003), - [aux_sym_try_statement_token1] = ACTIONS(1003), - [aux_sym_goto_statement_token1] = ACTIONS(1003), - [aux_sym_continue_statement_token1] = ACTIONS(1003), - [aux_sym_break_statement_token1] = ACTIONS(1003), - [sym_integer] = ACTIONS(1003), - [aux_sym_return_statement_token1] = ACTIONS(1003), - [aux_sym_throw_expression_token1] = ACTIONS(1003), - [aux_sym_while_statement_token1] = ACTIONS(1003), - [aux_sym_while_statement_token2] = ACTIONS(1003), - [aux_sym_do_statement_token1] = ACTIONS(1003), - [aux_sym_for_statement_token1] = ACTIONS(1003), - [aux_sym_for_statement_token2] = ACTIONS(1003), - [aux_sym_foreach_statement_token1] = ACTIONS(1003), - [aux_sym_foreach_statement_token2] = ACTIONS(1003), - [aux_sym_if_statement_token1] = ACTIONS(1003), - [aux_sym_if_statement_token2] = ACTIONS(1003), - [aux_sym_else_if_clause_token1] = ACTIONS(1005), - [aux_sym_else_clause_token1] = ACTIONS(1008), - [aux_sym_match_expression_token1] = ACTIONS(1003), - [aux_sym_match_default_expression_token1] = ACTIONS(1003), - [aux_sym_switch_statement_token1] = ACTIONS(1003), - [aux_sym_switch_block_token1] = ACTIONS(1003), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_TILDE] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_AT] = ACTIONS(1001), - [aux_sym_clone_expression_token1] = ACTIONS(1003), - [aux_sym_print_intrinsic_token1] = ACTIONS(1003), - [aux_sym_object_creation_expression_token1] = ACTIONS(1003), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [aux_sym__list_destructing_token1] = ACTIONS(1003), - [anon_sym_LBRACK] = ACTIONS(1001), - [anon_sym_self] = ACTIONS(1003), - [anon_sym_parent] = ACTIONS(1003), - [aux_sym__argument_name_token1] = ACTIONS(1003), - [aux_sym__argument_name_token2] = ACTIONS(1003), - [anon_sym_POUND_LBRACK] = ACTIONS(1001), - [aux_sym_encapsed_string_token1] = ACTIONS(1001), - [anon_sym_DQUOTE] = ACTIONS(1001), - [aux_sym_string_token1] = ACTIONS(1001), - [anon_sym_SQUOTE] = ACTIONS(1001), - [anon_sym_LT_LT_LT] = ACTIONS(1001), - [anon_sym_BQUOTE] = ACTIONS(1001), - [anon_sym_DOLLAR] = ACTIONS(1001), - [aux_sym_yield_expression_token1] = ACTIONS(1003), - [aux_sym_include_expression_token1] = ACTIONS(1003), - [aux_sym_include_once_expression_token1] = ACTIONS(1003), - [aux_sym_require_expression_token1] = ACTIONS(1003), - [aux_sym_require_once_expression_token1] = ACTIONS(1003), + [ts_builtin_sym_end] = ACTIONS(1012), + [sym_name] = ACTIONS(1014), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1012), + [aux_sym_function_static_declaration_token1] = ACTIONS(1014), + [aux_sym_global_declaration_token1] = ACTIONS(1014), + [aux_sym_namespace_definition_token1] = ACTIONS(1014), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1014), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1014), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1014), + [anon_sym_BSLASH] = ACTIONS(1012), + [anon_sym_LBRACE] = ACTIONS(1012), + [anon_sym_RBRACE] = ACTIONS(1012), + [aux_sym_trait_declaration_token1] = ACTIONS(1014), + [aux_sym_interface_declaration_token1] = ACTIONS(1014), + [aux_sym_enum_declaration_token1] = ACTIONS(1014), + [aux_sym_enum_case_token1] = ACTIONS(1014), + [aux_sym_class_declaration_token1] = ACTIONS(1014), + [aux_sym_final_modifier_token1] = ACTIONS(1014), + [aux_sym_abstract_modifier_token1] = ACTIONS(1014), + [aux_sym_readonly_modifier_token1] = ACTIONS(1014), + [sym_var_modifier] = ACTIONS(1014), + [aux_sym_visibility_modifier_token1] = ACTIONS(1014), + [aux_sym_visibility_modifier_token2] = ACTIONS(1014), + [aux_sym_visibility_modifier_token3] = ACTIONS(1014), + [anon_sym_LPAREN] = ACTIONS(1012), + [aux_sym__arrow_function_header_token1] = ACTIONS(1014), + [aux_sym_cast_type_token1] = ACTIONS(1014), + [aux_sym_echo_statement_token1] = ACTIONS(1014), + [aux_sym_exit_statement_token1] = ACTIONS(1014), + [anon_sym_unset] = ACTIONS(1014), + [aux_sym_declare_statement_token1] = ACTIONS(1014), + [aux_sym_declare_statement_token2] = ACTIONS(1014), + [sym_float] = ACTIONS(1014), + [aux_sym_try_statement_token1] = ACTIONS(1014), + [aux_sym_goto_statement_token1] = ACTIONS(1014), + [aux_sym_continue_statement_token1] = ACTIONS(1014), + [aux_sym_break_statement_token1] = ACTIONS(1014), + [sym_integer] = ACTIONS(1014), + [aux_sym_return_statement_token1] = ACTIONS(1014), + [aux_sym_throw_expression_token1] = ACTIONS(1014), + [aux_sym_while_statement_token1] = ACTIONS(1014), + [aux_sym_while_statement_token2] = ACTIONS(1014), + [aux_sym_do_statement_token1] = ACTIONS(1014), + [aux_sym_for_statement_token1] = ACTIONS(1014), + [aux_sym_for_statement_token2] = ACTIONS(1014), + [aux_sym_foreach_statement_token1] = ACTIONS(1014), + [aux_sym_foreach_statement_token2] = ACTIONS(1014), + [aux_sym_if_statement_token1] = ACTIONS(1014), + [aux_sym_if_statement_token2] = ACTIONS(1014), + [aux_sym_else_if_clause_token1] = ACTIONS(1014), + [aux_sym_else_clause_token1] = ACTIONS(1014), + [aux_sym_match_expression_token1] = ACTIONS(1014), + [aux_sym_match_default_expression_token1] = ACTIONS(1014), + [aux_sym_switch_statement_token1] = ACTIONS(1014), + [aux_sym_switch_block_token1] = ACTIONS(1014), + [anon_sym_PLUS] = ACTIONS(1014), + [anon_sym_DASH] = ACTIONS(1014), + [anon_sym_TILDE] = ACTIONS(1012), + [anon_sym_BANG] = ACTIONS(1012), + [anon_sym_AT] = ACTIONS(1012), + [aux_sym_clone_expression_token1] = ACTIONS(1014), + [aux_sym_print_intrinsic_token1] = ACTIONS(1014), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1014), + [anon_sym_DASH_DASH] = ACTIONS(1012), + [anon_sym_PLUS_PLUS] = ACTIONS(1012), + [aux_sym__list_destructing_token1] = ACTIONS(1014), + [anon_sym_LBRACK] = ACTIONS(1012), + [anon_sym_self] = ACTIONS(1014), + [anon_sym_parent] = ACTIONS(1014), + [aux_sym__argument_name_token1] = ACTIONS(1014), + [aux_sym__argument_name_token2] = ACTIONS(1014), + [anon_sym_POUND_LBRACK] = ACTIONS(1012), + [aux_sym_encapsed_string_token1] = ACTIONS(1012), + [anon_sym_DQUOTE] = ACTIONS(1012), + [aux_sym_string_token1] = ACTIONS(1012), + [anon_sym_SQUOTE] = ACTIONS(1012), + [anon_sym_LT_LT_LT] = ACTIONS(1012), + [anon_sym_BQUOTE] = ACTIONS(1012), + [anon_sym_DOLLAR] = ACTIONS(1012), + [aux_sym_yield_expression_token1] = ACTIONS(1014), + [aux_sym_include_expression_token1] = ACTIONS(1014), + [aux_sym_include_once_expression_token1] = ACTIONS(1014), + [aux_sym_require_expression_token1] = ACTIONS(1014), + [aux_sym_require_once_expression_token1] = ACTIONS(1014), [sym_comment] = ACTIONS(5), }, [427] = { [sym_text_interpolation] = STATE(427), - [sym_else_if_clause] = STATE(462), - [sym_else_clause] = STATE(526), - [aux_sym_if_statement_repeat1] = STATE(431), - [ts_builtin_sym_end] = ACTIONS(1011), - [sym_name] = ACTIONS(1013), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1011), - [aux_sym_function_static_declaration_token1] = ACTIONS(1013), - [aux_sym_global_declaration_token1] = ACTIONS(1013), - [aux_sym_namespace_definition_token1] = ACTIONS(1013), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1013), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1013), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1013), - [anon_sym_BSLASH] = ACTIONS(1011), - [anon_sym_LBRACE] = ACTIONS(1011), - [anon_sym_RBRACE] = ACTIONS(1011), - [aux_sym_trait_declaration_token1] = ACTIONS(1013), - [aux_sym_interface_declaration_token1] = ACTIONS(1013), - [aux_sym_enum_declaration_token1] = ACTIONS(1013), - [aux_sym_enum_case_token1] = ACTIONS(1013), - [aux_sym_class_declaration_token1] = ACTIONS(1013), - [aux_sym_final_modifier_token1] = ACTIONS(1013), - [aux_sym_abstract_modifier_token1] = ACTIONS(1013), - [aux_sym_readonly_modifier_token1] = ACTIONS(1013), - [sym_var_modifier] = ACTIONS(1013), - [aux_sym_visibility_modifier_token1] = ACTIONS(1013), - [aux_sym_visibility_modifier_token2] = ACTIONS(1013), - [aux_sym_visibility_modifier_token3] = ACTIONS(1013), - [aux_sym__arrow_function_header_token1] = ACTIONS(1013), - [anon_sym_LPAREN] = ACTIONS(1011), - [aux_sym_cast_type_token1] = ACTIONS(1013), - [aux_sym_echo_statement_token1] = ACTIONS(1013), - [aux_sym_exit_statement_token1] = ACTIONS(1013), - [anon_sym_unset] = ACTIONS(1013), - [aux_sym_declare_statement_token1] = ACTIONS(1013), - [aux_sym_declare_statement_token2] = ACTIONS(1013), - [sym_float] = ACTIONS(1013), - [aux_sym_try_statement_token1] = ACTIONS(1013), - [aux_sym_goto_statement_token1] = ACTIONS(1013), - [aux_sym_continue_statement_token1] = ACTIONS(1013), - [aux_sym_break_statement_token1] = ACTIONS(1013), - [sym_integer] = ACTIONS(1013), - [aux_sym_return_statement_token1] = ACTIONS(1013), - [aux_sym_throw_expression_token1] = ACTIONS(1013), - [aux_sym_while_statement_token1] = ACTIONS(1013), - [aux_sym_while_statement_token2] = ACTIONS(1013), - [aux_sym_do_statement_token1] = ACTIONS(1013), - [aux_sym_for_statement_token1] = ACTIONS(1013), - [aux_sym_for_statement_token2] = ACTIONS(1013), - [aux_sym_foreach_statement_token1] = ACTIONS(1013), - [aux_sym_foreach_statement_token2] = ACTIONS(1013), - [aux_sym_if_statement_token1] = ACTIONS(1013), - [aux_sym_if_statement_token2] = ACTIONS(1013), - [aux_sym_else_if_clause_token1] = ACTIONS(1015), + [ts_builtin_sym_end] = ACTIONS(1016), + [sym_name] = ACTIONS(1018), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1016), + [aux_sym_function_static_declaration_token1] = ACTIONS(1018), + [aux_sym_global_declaration_token1] = ACTIONS(1018), + [aux_sym_namespace_definition_token1] = ACTIONS(1018), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1018), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1018), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1018), + [anon_sym_BSLASH] = ACTIONS(1016), + [anon_sym_LBRACE] = ACTIONS(1016), + [anon_sym_RBRACE] = ACTIONS(1016), + [aux_sym_trait_declaration_token1] = ACTIONS(1018), + [aux_sym_interface_declaration_token1] = ACTIONS(1018), + [aux_sym_enum_declaration_token1] = ACTIONS(1018), + [aux_sym_enum_case_token1] = ACTIONS(1018), + [aux_sym_class_declaration_token1] = ACTIONS(1018), + [aux_sym_final_modifier_token1] = ACTIONS(1018), + [aux_sym_abstract_modifier_token1] = ACTIONS(1018), + [aux_sym_readonly_modifier_token1] = ACTIONS(1018), + [sym_var_modifier] = ACTIONS(1018), + [aux_sym_visibility_modifier_token1] = ACTIONS(1018), + [aux_sym_visibility_modifier_token2] = ACTIONS(1018), + [aux_sym_visibility_modifier_token3] = ACTIONS(1018), + [anon_sym_LPAREN] = ACTIONS(1016), + [aux_sym__arrow_function_header_token1] = ACTIONS(1018), + [aux_sym_cast_type_token1] = ACTIONS(1018), + [aux_sym_echo_statement_token1] = ACTIONS(1018), + [aux_sym_exit_statement_token1] = ACTIONS(1018), + [anon_sym_unset] = ACTIONS(1018), + [aux_sym_declare_statement_token1] = ACTIONS(1018), + [aux_sym_declare_statement_token2] = ACTIONS(1018), + [sym_float] = ACTIONS(1018), + [aux_sym_try_statement_token1] = ACTIONS(1018), + [aux_sym_goto_statement_token1] = ACTIONS(1018), + [aux_sym_continue_statement_token1] = ACTIONS(1018), + [aux_sym_break_statement_token1] = ACTIONS(1018), + [sym_integer] = ACTIONS(1018), + [aux_sym_return_statement_token1] = ACTIONS(1018), + [aux_sym_throw_expression_token1] = ACTIONS(1018), + [aux_sym_while_statement_token1] = ACTIONS(1018), + [aux_sym_while_statement_token2] = ACTIONS(1018), + [aux_sym_do_statement_token1] = ACTIONS(1018), + [aux_sym_for_statement_token1] = ACTIONS(1018), + [aux_sym_for_statement_token2] = ACTIONS(1018), + [aux_sym_foreach_statement_token1] = ACTIONS(1018), + [aux_sym_foreach_statement_token2] = ACTIONS(1018), + [aux_sym_if_statement_token1] = ACTIONS(1018), + [aux_sym_if_statement_token2] = ACTIONS(1018), + [aux_sym_else_if_clause_token1] = ACTIONS(1018), [aux_sym_else_clause_token1] = ACTIONS(1018), - [aux_sym_match_expression_token1] = ACTIONS(1013), - [aux_sym_match_default_expression_token1] = ACTIONS(1013), - [aux_sym_switch_statement_token1] = ACTIONS(1013), - [aux_sym_switch_block_token1] = ACTIONS(1013), - [anon_sym_PLUS] = ACTIONS(1013), - [anon_sym_DASH] = ACTIONS(1013), - [anon_sym_TILDE] = ACTIONS(1011), - [anon_sym_BANG] = ACTIONS(1011), - [anon_sym_AT] = ACTIONS(1011), - [aux_sym_clone_expression_token1] = ACTIONS(1013), - [aux_sym_print_intrinsic_token1] = ACTIONS(1013), - [aux_sym_object_creation_expression_token1] = ACTIONS(1013), - [anon_sym_DASH_DASH] = ACTIONS(1011), - [anon_sym_PLUS_PLUS] = ACTIONS(1011), - [aux_sym__list_destructing_token1] = ACTIONS(1013), - [anon_sym_LBRACK] = ACTIONS(1011), - [anon_sym_self] = ACTIONS(1013), - [anon_sym_parent] = ACTIONS(1013), - [aux_sym__argument_name_token1] = ACTIONS(1013), - [aux_sym__argument_name_token2] = ACTIONS(1013), - [anon_sym_POUND_LBRACK] = ACTIONS(1011), - [aux_sym_encapsed_string_token1] = ACTIONS(1011), - [anon_sym_DQUOTE] = ACTIONS(1011), - [aux_sym_string_token1] = ACTIONS(1011), - [anon_sym_SQUOTE] = ACTIONS(1011), - [anon_sym_LT_LT_LT] = ACTIONS(1011), - [anon_sym_BQUOTE] = ACTIONS(1011), - [anon_sym_DOLLAR] = ACTIONS(1011), - [aux_sym_yield_expression_token1] = ACTIONS(1013), - [aux_sym_include_expression_token1] = ACTIONS(1013), - [aux_sym_include_once_expression_token1] = ACTIONS(1013), - [aux_sym_require_expression_token1] = ACTIONS(1013), - [aux_sym_require_once_expression_token1] = ACTIONS(1013), + [aux_sym_match_expression_token1] = ACTIONS(1018), + [aux_sym_match_default_expression_token1] = ACTIONS(1018), + [aux_sym_switch_statement_token1] = ACTIONS(1018), + [aux_sym_switch_block_token1] = ACTIONS(1018), + [anon_sym_PLUS] = ACTIONS(1018), + [anon_sym_DASH] = ACTIONS(1018), + [anon_sym_TILDE] = ACTIONS(1016), + [anon_sym_BANG] = ACTIONS(1016), + [anon_sym_AT] = ACTIONS(1016), + [aux_sym_clone_expression_token1] = ACTIONS(1018), + [aux_sym_print_intrinsic_token1] = ACTIONS(1018), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1018), + [anon_sym_DASH_DASH] = ACTIONS(1016), + [anon_sym_PLUS_PLUS] = ACTIONS(1016), + [aux_sym__list_destructing_token1] = ACTIONS(1018), + [anon_sym_LBRACK] = ACTIONS(1016), + [anon_sym_self] = ACTIONS(1018), + [anon_sym_parent] = ACTIONS(1018), + [aux_sym__argument_name_token1] = ACTIONS(1018), + [aux_sym__argument_name_token2] = ACTIONS(1018), + [anon_sym_POUND_LBRACK] = ACTIONS(1016), + [aux_sym_encapsed_string_token1] = ACTIONS(1016), + [anon_sym_DQUOTE] = ACTIONS(1016), + [aux_sym_string_token1] = ACTIONS(1016), + [anon_sym_SQUOTE] = ACTIONS(1016), + [anon_sym_LT_LT_LT] = ACTIONS(1016), + [anon_sym_BQUOTE] = ACTIONS(1016), + [anon_sym_DOLLAR] = ACTIONS(1016), + [aux_sym_yield_expression_token1] = ACTIONS(1018), + [aux_sym_include_expression_token1] = ACTIONS(1018), + [aux_sym_include_once_expression_token1] = ACTIONS(1018), + [aux_sym_require_expression_token1] = ACTIONS(1018), + [aux_sym_require_once_expression_token1] = ACTIONS(1018), [sym_comment] = ACTIONS(5), }, [428] = { [sym_text_interpolation] = STATE(428), - [sym_else_if_clause] = STATE(462), - [sym_else_clause] = STATE(461), - [aux_sym_if_statement_repeat1] = STATE(429), - [ts_builtin_sym_end] = ACTIONS(1001), - [sym_name] = ACTIONS(1003), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1001), - [aux_sym_function_static_declaration_token1] = ACTIONS(1003), - [aux_sym_global_declaration_token1] = ACTIONS(1003), - [aux_sym_namespace_definition_token1] = ACTIONS(1003), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1003), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1003), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1003), - [anon_sym_BSLASH] = ACTIONS(1001), - [anon_sym_LBRACE] = ACTIONS(1001), - [anon_sym_RBRACE] = ACTIONS(1001), - [aux_sym_trait_declaration_token1] = ACTIONS(1003), - [aux_sym_interface_declaration_token1] = ACTIONS(1003), - [aux_sym_enum_declaration_token1] = ACTIONS(1003), - [aux_sym_enum_case_token1] = ACTIONS(1003), - [aux_sym_class_declaration_token1] = ACTIONS(1003), - [aux_sym_final_modifier_token1] = ACTIONS(1003), - [aux_sym_abstract_modifier_token1] = ACTIONS(1003), - [aux_sym_readonly_modifier_token1] = ACTIONS(1003), - [sym_var_modifier] = ACTIONS(1003), - [aux_sym_visibility_modifier_token1] = ACTIONS(1003), - [aux_sym_visibility_modifier_token2] = ACTIONS(1003), - [aux_sym_visibility_modifier_token3] = ACTIONS(1003), - [aux_sym__arrow_function_header_token1] = ACTIONS(1003), - [anon_sym_LPAREN] = ACTIONS(1001), - [aux_sym_cast_type_token1] = ACTIONS(1003), - [aux_sym_echo_statement_token1] = ACTIONS(1003), - [aux_sym_exit_statement_token1] = ACTIONS(1003), - [anon_sym_unset] = ACTIONS(1003), - [aux_sym_declare_statement_token1] = ACTIONS(1003), - [aux_sym_declare_statement_token2] = ACTIONS(1003), - [sym_float] = ACTIONS(1003), - [aux_sym_try_statement_token1] = ACTIONS(1003), - [aux_sym_goto_statement_token1] = ACTIONS(1003), - [aux_sym_continue_statement_token1] = ACTIONS(1003), - [aux_sym_break_statement_token1] = ACTIONS(1003), - [sym_integer] = ACTIONS(1003), - [aux_sym_return_statement_token1] = ACTIONS(1003), - [aux_sym_throw_expression_token1] = ACTIONS(1003), - [aux_sym_while_statement_token1] = ACTIONS(1003), - [aux_sym_while_statement_token2] = ACTIONS(1003), - [aux_sym_do_statement_token1] = ACTIONS(1003), - [aux_sym_for_statement_token1] = ACTIONS(1003), - [aux_sym_for_statement_token2] = ACTIONS(1003), - [aux_sym_foreach_statement_token1] = ACTIONS(1003), - [aux_sym_foreach_statement_token2] = ACTIONS(1003), - [aux_sym_if_statement_token1] = ACTIONS(1003), - [aux_sym_if_statement_token2] = ACTIONS(1003), - [aux_sym_else_if_clause_token1] = ACTIONS(1021), - [aux_sym_else_clause_token1] = ACTIONS(1023), - [aux_sym_match_expression_token1] = ACTIONS(1003), - [aux_sym_match_default_expression_token1] = ACTIONS(1003), - [aux_sym_switch_statement_token1] = ACTIONS(1003), - [aux_sym_switch_block_token1] = ACTIONS(1003), - [anon_sym_PLUS] = ACTIONS(1003), - [anon_sym_DASH] = ACTIONS(1003), - [anon_sym_TILDE] = ACTIONS(1001), - [anon_sym_BANG] = ACTIONS(1001), - [anon_sym_AT] = ACTIONS(1001), - [aux_sym_clone_expression_token1] = ACTIONS(1003), - [aux_sym_print_intrinsic_token1] = ACTIONS(1003), - [aux_sym_object_creation_expression_token1] = ACTIONS(1003), - [anon_sym_DASH_DASH] = ACTIONS(1001), - [anon_sym_PLUS_PLUS] = ACTIONS(1001), - [aux_sym__list_destructing_token1] = ACTIONS(1003), - [anon_sym_LBRACK] = ACTIONS(1001), - [anon_sym_self] = ACTIONS(1003), - [anon_sym_parent] = ACTIONS(1003), - [aux_sym__argument_name_token1] = ACTIONS(1003), - [aux_sym__argument_name_token2] = ACTIONS(1003), - [anon_sym_POUND_LBRACK] = ACTIONS(1001), - [aux_sym_encapsed_string_token1] = ACTIONS(1001), - [anon_sym_DQUOTE] = ACTIONS(1001), - [aux_sym_string_token1] = ACTIONS(1001), - [anon_sym_SQUOTE] = ACTIONS(1001), - [anon_sym_LT_LT_LT] = ACTIONS(1001), - [anon_sym_BQUOTE] = ACTIONS(1001), - [anon_sym_DOLLAR] = ACTIONS(1001), - [aux_sym_yield_expression_token1] = ACTIONS(1003), - [aux_sym_include_expression_token1] = ACTIONS(1003), - [aux_sym_include_once_expression_token1] = ACTIONS(1003), - [aux_sym_require_expression_token1] = ACTIONS(1003), - [aux_sym_require_once_expression_token1] = ACTIONS(1003), + [ts_builtin_sym_end] = ACTIONS(1020), + [sym_name] = ACTIONS(1022), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1020), + [aux_sym_function_static_declaration_token1] = ACTIONS(1022), + [aux_sym_global_declaration_token1] = ACTIONS(1022), + [aux_sym_namespace_definition_token1] = ACTIONS(1022), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1022), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1022), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1022), + [anon_sym_BSLASH] = ACTIONS(1020), + [anon_sym_LBRACE] = ACTIONS(1020), + [anon_sym_RBRACE] = ACTIONS(1020), + [aux_sym_trait_declaration_token1] = ACTIONS(1022), + [aux_sym_interface_declaration_token1] = ACTIONS(1022), + [aux_sym_enum_declaration_token1] = ACTIONS(1022), + [aux_sym_enum_case_token1] = ACTIONS(1022), + [aux_sym_class_declaration_token1] = ACTIONS(1022), + [aux_sym_final_modifier_token1] = ACTIONS(1022), + [aux_sym_abstract_modifier_token1] = ACTIONS(1022), + [aux_sym_readonly_modifier_token1] = ACTIONS(1022), + [sym_var_modifier] = ACTIONS(1022), + [aux_sym_visibility_modifier_token1] = ACTIONS(1022), + [aux_sym_visibility_modifier_token2] = ACTIONS(1022), + [aux_sym_visibility_modifier_token3] = ACTIONS(1022), + [anon_sym_LPAREN] = ACTIONS(1020), + [aux_sym__arrow_function_header_token1] = ACTIONS(1022), + [aux_sym_cast_type_token1] = ACTIONS(1022), + [aux_sym_echo_statement_token1] = ACTIONS(1022), + [aux_sym_exit_statement_token1] = ACTIONS(1022), + [anon_sym_unset] = ACTIONS(1022), + [aux_sym_declare_statement_token1] = ACTIONS(1022), + [aux_sym_declare_statement_token2] = ACTIONS(1022), + [sym_float] = ACTIONS(1022), + [aux_sym_try_statement_token1] = ACTIONS(1022), + [aux_sym_goto_statement_token1] = ACTIONS(1022), + [aux_sym_continue_statement_token1] = ACTIONS(1022), + [aux_sym_break_statement_token1] = ACTIONS(1022), + [sym_integer] = ACTIONS(1022), + [aux_sym_return_statement_token1] = ACTIONS(1022), + [aux_sym_throw_expression_token1] = ACTIONS(1022), + [aux_sym_while_statement_token1] = ACTIONS(1022), + [aux_sym_while_statement_token2] = ACTIONS(1022), + [aux_sym_do_statement_token1] = ACTIONS(1022), + [aux_sym_for_statement_token1] = ACTIONS(1022), + [aux_sym_for_statement_token2] = ACTIONS(1022), + [aux_sym_foreach_statement_token1] = ACTIONS(1022), + [aux_sym_foreach_statement_token2] = ACTIONS(1022), + [aux_sym_if_statement_token1] = ACTIONS(1022), + [aux_sym_if_statement_token2] = ACTIONS(1022), + [aux_sym_else_if_clause_token1] = ACTIONS(1022), + [aux_sym_else_clause_token1] = ACTIONS(1022), + [aux_sym_match_expression_token1] = ACTIONS(1022), + [aux_sym_match_default_expression_token1] = ACTIONS(1022), + [aux_sym_switch_statement_token1] = ACTIONS(1022), + [aux_sym_switch_block_token1] = ACTIONS(1022), + [anon_sym_PLUS] = ACTIONS(1022), + [anon_sym_DASH] = ACTIONS(1022), + [anon_sym_TILDE] = ACTIONS(1020), + [anon_sym_BANG] = ACTIONS(1020), + [anon_sym_AT] = ACTIONS(1020), + [aux_sym_clone_expression_token1] = ACTIONS(1022), + [aux_sym_print_intrinsic_token1] = ACTIONS(1022), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1022), + [anon_sym_DASH_DASH] = ACTIONS(1020), + [anon_sym_PLUS_PLUS] = ACTIONS(1020), + [aux_sym__list_destructing_token1] = ACTIONS(1022), + [anon_sym_LBRACK] = ACTIONS(1020), + [anon_sym_self] = ACTIONS(1022), + [anon_sym_parent] = ACTIONS(1022), + [aux_sym__argument_name_token1] = ACTIONS(1022), + [aux_sym__argument_name_token2] = ACTIONS(1022), + [anon_sym_POUND_LBRACK] = ACTIONS(1020), + [aux_sym_encapsed_string_token1] = ACTIONS(1020), + [anon_sym_DQUOTE] = ACTIONS(1020), + [aux_sym_string_token1] = ACTIONS(1020), + [anon_sym_SQUOTE] = ACTIONS(1020), + [anon_sym_LT_LT_LT] = ACTIONS(1020), + [anon_sym_BQUOTE] = ACTIONS(1020), + [anon_sym_DOLLAR] = ACTIONS(1020), + [aux_sym_yield_expression_token1] = ACTIONS(1022), + [aux_sym_include_expression_token1] = ACTIONS(1022), + [aux_sym_include_once_expression_token1] = ACTIONS(1022), + [aux_sym_require_expression_token1] = ACTIONS(1022), + [aux_sym_require_once_expression_token1] = ACTIONS(1022), [sym_comment] = ACTIONS(5), }, [429] = { [sym_text_interpolation] = STATE(429), - [sym_else_if_clause] = STATE(462), - [sym_else_clause] = STATE(526), - [aux_sym_if_statement_repeat1] = STATE(431), - [ts_builtin_sym_end] = ACTIONS(1011), - [sym_name] = ACTIONS(1013), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1011), - [aux_sym_function_static_declaration_token1] = ACTIONS(1013), - [aux_sym_global_declaration_token1] = ACTIONS(1013), - [aux_sym_namespace_definition_token1] = ACTIONS(1013), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1013), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1013), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1013), - [anon_sym_BSLASH] = ACTIONS(1011), - [anon_sym_LBRACE] = ACTIONS(1011), - [anon_sym_RBRACE] = ACTIONS(1011), - [aux_sym_trait_declaration_token1] = ACTIONS(1013), - [aux_sym_interface_declaration_token1] = ACTIONS(1013), - [aux_sym_enum_declaration_token1] = ACTIONS(1013), - [aux_sym_enum_case_token1] = ACTIONS(1013), - [aux_sym_class_declaration_token1] = ACTIONS(1013), - [aux_sym_final_modifier_token1] = ACTIONS(1013), - [aux_sym_abstract_modifier_token1] = ACTIONS(1013), - [aux_sym_readonly_modifier_token1] = ACTIONS(1013), - [sym_var_modifier] = ACTIONS(1013), - [aux_sym_visibility_modifier_token1] = ACTIONS(1013), - [aux_sym_visibility_modifier_token2] = ACTIONS(1013), - [aux_sym_visibility_modifier_token3] = ACTIONS(1013), - [aux_sym__arrow_function_header_token1] = ACTIONS(1013), - [anon_sym_LPAREN] = ACTIONS(1011), - [aux_sym_cast_type_token1] = ACTIONS(1013), - [aux_sym_echo_statement_token1] = ACTIONS(1013), - [aux_sym_exit_statement_token1] = ACTIONS(1013), - [anon_sym_unset] = ACTIONS(1013), - [aux_sym_declare_statement_token1] = ACTIONS(1013), - [aux_sym_declare_statement_token2] = ACTIONS(1013), - [sym_float] = ACTIONS(1013), - [aux_sym_try_statement_token1] = ACTIONS(1013), - [aux_sym_goto_statement_token1] = ACTIONS(1013), - [aux_sym_continue_statement_token1] = ACTIONS(1013), - [aux_sym_break_statement_token1] = ACTIONS(1013), - [sym_integer] = ACTIONS(1013), - [aux_sym_return_statement_token1] = ACTIONS(1013), - [aux_sym_throw_expression_token1] = ACTIONS(1013), - [aux_sym_while_statement_token1] = ACTIONS(1013), - [aux_sym_while_statement_token2] = ACTIONS(1013), - [aux_sym_do_statement_token1] = ACTIONS(1013), - [aux_sym_for_statement_token1] = ACTIONS(1013), - [aux_sym_for_statement_token2] = ACTIONS(1013), - [aux_sym_foreach_statement_token1] = ACTIONS(1013), - [aux_sym_foreach_statement_token2] = ACTIONS(1013), - [aux_sym_if_statement_token1] = ACTIONS(1013), - [aux_sym_if_statement_token2] = ACTIONS(1013), - [aux_sym_else_if_clause_token1] = ACTIONS(1021), - [aux_sym_else_clause_token1] = ACTIONS(1023), - [aux_sym_match_expression_token1] = ACTIONS(1013), - [aux_sym_match_default_expression_token1] = ACTIONS(1013), - [aux_sym_switch_statement_token1] = ACTIONS(1013), - [aux_sym_switch_block_token1] = ACTIONS(1013), - [anon_sym_PLUS] = ACTIONS(1013), - [anon_sym_DASH] = ACTIONS(1013), - [anon_sym_TILDE] = ACTIONS(1011), - [anon_sym_BANG] = ACTIONS(1011), - [anon_sym_AT] = ACTIONS(1011), - [aux_sym_clone_expression_token1] = ACTIONS(1013), - [aux_sym_print_intrinsic_token1] = ACTIONS(1013), - [aux_sym_object_creation_expression_token1] = ACTIONS(1013), - [anon_sym_DASH_DASH] = ACTIONS(1011), - [anon_sym_PLUS_PLUS] = ACTIONS(1011), - [aux_sym__list_destructing_token1] = ACTIONS(1013), - [anon_sym_LBRACK] = ACTIONS(1011), - [anon_sym_self] = ACTIONS(1013), - [anon_sym_parent] = ACTIONS(1013), - [aux_sym__argument_name_token1] = ACTIONS(1013), - [aux_sym__argument_name_token2] = ACTIONS(1013), - [anon_sym_POUND_LBRACK] = ACTIONS(1011), - [aux_sym_encapsed_string_token1] = ACTIONS(1011), - [anon_sym_DQUOTE] = ACTIONS(1011), - [aux_sym_string_token1] = ACTIONS(1011), - [anon_sym_SQUOTE] = ACTIONS(1011), - [anon_sym_LT_LT_LT] = ACTIONS(1011), - [anon_sym_BQUOTE] = ACTIONS(1011), - [anon_sym_DOLLAR] = ACTIONS(1011), - [aux_sym_yield_expression_token1] = ACTIONS(1013), - [aux_sym_include_expression_token1] = ACTIONS(1013), - [aux_sym_include_once_expression_token1] = ACTIONS(1013), - [aux_sym_require_expression_token1] = ACTIONS(1013), - [aux_sym_require_once_expression_token1] = ACTIONS(1013), + [ts_builtin_sym_end] = ACTIONS(1024), + [sym_name] = ACTIONS(1026), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1024), + [aux_sym_function_static_declaration_token1] = ACTIONS(1026), + [aux_sym_global_declaration_token1] = ACTIONS(1026), + [aux_sym_namespace_definition_token1] = ACTIONS(1026), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1026), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1026), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1026), + [anon_sym_BSLASH] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1024), + [anon_sym_RBRACE] = ACTIONS(1024), + [aux_sym_trait_declaration_token1] = ACTIONS(1026), + [aux_sym_interface_declaration_token1] = ACTIONS(1026), + [aux_sym_enum_declaration_token1] = ACTIONS(1026), + [aux_sym_enum_case_token1] = ACTIONS(1026), + [aux_sym_class_declaration_token1] = ACTIONS(1026), + [aux_sym_final_modifier_token1] = ACTIONS(1026), + [aux_sym_abstract_modifier_token1] = ACTIONS(1026), + [aux_sym_readonly_modifier_token1] = ACTIONS(1026), + [sym_var_modifier] = ACTIONS(1026), + [aux_sym_visibility_modifier_token1] = ACTIONS(1026), + [aux_sym_visibility_modifier_token2] = ACTIONS(1026), + [aux_sym_visibility_modifier_token3] = ACTIONS(1026), + [anon_sym_LPAREN] = ACTIONS(1024), + [aux_sym__arrow_function_header_token1] = ACTIONS(1026), + [aux_sym_cast_type_token1] = ACTIONS(1026), + [aux_sym_echo_statement_token1] = ACTIONS(1026), + [aux_sym_exit_statement_token1] = ACTIONS(1026), + [anon_sym_unset] = ACTIONS(1026), + [aux_sym_declare_statement_token1] = ACTIONS(1026), + [aux_sym_declare_statement_token2] = ACTIONS(1026), + [sym_float] = ACTIONS(1026), + [aux_sym_try_statement_token1] = ACTIONS(1026), + [aux_sym_goto_statement_token1] = ACTIONS(1026), + [aux_sym_continue_statement_token1] = ACTIONS(1026), + [aux_sym_break_statement_token1] = ACTIONS(1026), + [sym_integer] = ACTIONS(1026), + [aux_sym_return_statement_token1] = ACTIONS(1026), + [aux_sym_throw_expression_token1] = ACTIONS(1026), + [aux_sym_while_statement_token1] = ACTIONS(1026), + [aux_sym_while_statement_token2] = ACTIONS(1026), + [aux_sym_do_statement_token1] = ACTIONS(1026), + [aux_sym_for_statement_token1] = ACTIONS(1026), + [aux_sym_for_statement_token2] = ACTIONS(1026), + [aux_sym_foreach_statement_token1] = ACTIONS(1026), + [aux_sym_foreach_statement_token2] = ACTIONS(1026), + [aux_sym_if_statement_token1] = ACTIONS(1026), + [aux_sym_if_statement_token2] = ACTIONS(1026), + [aux_sym_else_if_clause_token1] = ACTIONS(1026), + [aux_sym_else_clause_token1] = ACTIONS(1026), + [aux_sym_match_expression_token1] = ACTIONS(1026), + [aux_sym_match_default_expression_token1] = ACTIONS(1026), + [aux_sym_switch_statement_token1] = ACTIONS(1026), + [aux_sym_switch_block_token1] = ACTIONS(1026), + [anon_sym_PLUS] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1024), + [anon_sym_BANG] = ACTIONS(1024), + [anon_sym_AT] = ACTIONS(1024), + [aux_sym_clone_expression_token1] = ACTIONS(1026), + [aux_sym_print_intrinsic_token1] = ACTIONS(1026), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1026), + [anon_sym_DASH_DASH] = ACTIONS(1024), + [anon_sym_PLUS_PLUS] = ACTIONS(1024), + [aux_sym__list_destructing_token1] = ACTIONS(1026), + [anon_sym_LBRACK] = ACTIONS(1024), + [anon_sym_self] = ACTIONS(1026), + [anon_sym_parent] = ACTIONS(1026), + [aux_sym__argument_name_token1] = ACTIONS(1026), + [aux_sym__argument_name_token2] = ACTIONS(1026), + [anon_sym_POUND_LBRACK] = ACTIONS(1024), + [aux_sym_encapsed_string_token1] = ACTIONS(1024), + [anon_sym_DQUOTE] = ACTIONS(1024), + [aux_sym_string_token1] = ACTIONS(1024), + [anon_sym_SQUOTE] = ACTIONS(1024), + [anon_sym_LT_LT_LT] = ACTIONS(1024), + [anon_sym_BQUOTE] = ACTIONS(1024), + [anon_sym_DOLLAR] = ACTIONS(1024), + [aux_sym_yield_expression_token1] = ACTIONS(1026), + [aux_sym_include_expression_token1] = ACTIONS(1026), + [aux_sym_include_once_expression_token1] = ACTIONS(1026), + [aux_sym_require_expression_token1] = ACTIONS(1026), + [aux_sym_require_once_expression_token1] = ACTIONS(1026), [sym_comment] = ACTIONS(5), }, [430] = { [sym_text_interpolation] = STATE(430), - [ts_builtin_sym_end] = ACTIONS(1025), - [sym_name] = ACTIONS(1027), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1025), - [aux_sym_function_static_declaration_token1] = ACTIONS(1027), - [aux_sym_global_declaration_token1] = ACTIONS(1027), - [aux_sym_namespace_definition_token1] = ACTIONS(1027), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1027), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1027), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1027), - [anon_sym_BSLASH] = ACTIONS(1025), - [anon_sym_LBRACE] = ACTIONS(1025), - [anon_sym_RBRACE] = ACTIONS(1025), - [aux_sym_trait_declaration_token1] = ACTIONS(1027), - [aux_sym_interface_declaration_token1] = ACTIONS(1027), - [aux_sym_enum_declaration_token1] = ACTIONS(1027), - [aux_sym_enum_case_token1] = ACTIONS(1027), - [aux_sym_class_declaration_token1] = ACTIONS(1027), - [aux_sym_final_modifier_token1] = ACTIONS(1027), - [aux_sym_abstract_modifier_token1] = ACTIONS(1027), - [aux_sym_readonly_modifier_token1] = ACTIONS(1027), - [sym_var_modifier] = ACTIONS(1027), - [aux_sym_visibility_modifier_token1] = ACTIONS(1027), - [aux_sym_visibility_modifier_token2] = ACTIONS(1027), - [aux_sym_visibility_modifier_token3] = ACTIONS(1027), - [aux_sym__arrow_function_header_token1] = ACTIONS(1027), - [anon_sym_LPAREN] = ACTIONS(1025), - [aux_sym_cast_type_token1] = ACTIONS(1027), - [aux_sym_echo_statement_token1] = ACTIONS(1027), - [aux_sym_exit_statement_token1] = ACTIONS(1027), - [anon_sym_unset] = ACTIONS(1027), - [aux_sym_declare_statement_token1] = ACTIONS(1027), - [aux_sym_declare_statement_token2] = ACTIONS(1027), - [sym_float] = ACTIONS(1027), - [aux_sym_try_statement_token1] = ACTIONS(1027), - [aux_sym_catch_clause_token1] = ACTIONS(1027), - [aux_sym_finally_clause_token1] = ACTIONS(1027), - [aux_sym_goto_statement_token1] = ACTIONS(1027), - [aux_sym_continue_statement_token1] = ACTIONS(1027), - [aux_sym_break_statement_token1] = ACTIONS(1027), - [sym_integer] = ACTIONS(1027), - [aux_sym_return_statement_token1] = ACTIONS(1027), - [aux_sym_throw_expression_token1] = ACTIONS(1027), - [aux_sym_while_statement_token1] = ACTIONS(1027), - [aux_sym_while_statement_token2] = ACTIONS(1027), - [aux_sym_do_statement_token1] = ACTIONS(1027), - [aux_sym_for_statement_token1] = ACTIONS(1027), - [aux_sym_for_statement_token2] = ACTIONS(1027), - [aux_sym_foreach_statement_token1] = ACTIONS(1027), - [aux_sym_foreach_statement_token2] = ACTIONS(1027), - [aux_sym_if_statement_token1] = ACTIONS(1027), - [aux_sym_if_statement_token2] = ACTIONS(1027), - [aux_sym_else_if_clause_token1] = ACTIONS(1027), - [aux_sym_else_clause_token1] = ACTIONS(1027), - [aux_sym_match_expression_token1] = ACTIONS(1027), - [aux_sym_match_default_expression_token1] = ACTIONS(1027), - [aux_sym_switch_statement_token1] = ACTIONS(1027), - [aux_sym_switch_block_token1] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_TILDE] = ACTIONS(1025), - [anon_sym_BANG] = ACTIONS(1025), - [anon_sym_AT] = ACTIONS(1025), - [aux_sym_clone_expression_token1] = ACTIONS(1027), - [aux_sym_print_intrinsic_token1] = ACTIONS(1027), - [aux_sym_object_creation_expression_token1] = ACTIONS(1027), - [anon_sym_DASH_DASH] = ACTIONS(1025), - [anon_sym_PLUS_PLUS] = ACTIONS(1025), - [aux_sym__list_destructing_token1] = ACTIONS(1027), - [anon_sym_LBRACK] = ACTIONS(1025), - [anon_sym_self] = ACTIONS(1027), - [anon_sym_parent] = ACTIONS(1027), - [aux_sym__argument_name_token1] = ACTIONS(1027), - [aux_sym__argument_name_token2] = ACTIONS(1027), - [anon_sym_POUND_LBRACK] = ACTIONS(1025), - [aux_sym_encapsed_string_token1] = ACTIONS(1025), - [anon_sym_DQUOTE] = ACTIONS(1025), - [aux_sym_string_token1] = ACTIONS(1025), - [anon_sym_SQUOTE] = ACTIONS(1025), - [anon_sym_LT_LT_LT] = ACTIONS(1025), - [anon_sym_BQUOTE] = ACTIONS(1025), - [anon_sym_DOLLAR] = ACTIONS(1025), - [aux_sym_yield_expression_token1] = ACTIONS(1027), - [aux_sym_include_expression_token1] = ACTIONS(1027), - [aux_sym_include_once_expression_token1] = ACTIONS(1027), - [aux_sym_require_expression_token1] = ACTIONS(1027), - [aux_sym_require_once_expression_token1] = ACTIONS(1027), + [ts_builtin_sym_end] = ACTIONS(1028), + [sym_name] = ACTIONS(1030), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1028), + [aux_sym_function_static_declaration_token1] = ACTIONS(1030), + [aux_sym_global_declaration_token1] = ACTIONS(1030), + [aux_sym_namespace_definition_token1] = ACTIONS(1030), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1030), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1030), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1030), + [anon_sym_BSLASH] = ACTIONS(1028), + [anon_sym_LBRACE] = ACTIONS(1028), + [anon_sym_RBRACE] = ACTIONS(1028), + [aux_sym_trait_declaration_token1] = ACTIONS(1030), + [aux_sym_interface_declaration_token1] = ACTIONS(1030), + [aux_sym_enum_declaration_token1] = ACTIONS(1030), + [aux_sym_enum_case_token1] = ACTIONS(1030), + [aux_sym_class_declaration_token1] = ACTIONS(1030), + [aux_sym_final_modifier_token1] = ACTIONS(1030), + [aux_sym_abstract_modifier_token1] = ACTIONS(1030), + [aux_sym_readonly_modifier_token1] = ACTIONS(1030), + [sym_var_modifier] = ACTIONS(1030), + [aux_sym_visibility_modifier_token1] = ACTIONS(1030), + [aux_sym_visibility_modifier_token2] = ACTIONS(1030), + [aux_sym_visibility_modifier_token3] = ACTIONS(1030), + [anon_sym_LPAREN] = ACTIONS(1028), + [aux_sym__arrow_function_header_token1] = ACTIONS(1030), + [aux_sym_cast_type_token1] = ACTIONS(1030), + [aux_sym_echo_statement_token1] = ACTIONS(1030), + [aux_sym_exit_statement_token1] = ACTIONS(1030), + [anon_sym_unset] = ACTIONS(1030), + [aux_sym_declare_statement_token1] = ACTIONS(1030), + [aux_sym_declare_statement_token2] = ACTIONS(1030), + [sym_float] = ACTIONS(1030), + [aux_sym_try_statement_token1] = ACTIONS(1030), + [aux_sym_goto_statement_token1] = ACTIONS(1030), + [aux_sym_continue_statement_token1] = ACTIONS(1030), + [aux_sym_break_statement_token1] = ACTIONS(1030), + [sym_integer] = ACTIONS(1030), + [aux_sym_return_statement_token1] = ACTIONS(1030), + [aux_sym_throw_expression_token1] = ACTIONS(1030), + [aux_sym_while_statement_token1] = ACTIONS(1030), + [aux_sym_while_statement_token2] = ACTIONS(1030), + [aux_sym_do_statement_token1] = ACTIONS(1030), + [aux_sym_for_statement_token1] = ACTIONS(1030), + [aux_sym_for_statement_token2] = ACTIONS(1030), + [aux_sym_foreach_statement_token1] = ACTIONS(1030), + [aux_sym_foreach_statement_token2] = ACTIONS(1030), + [aux_sym_if_statement_token1] = ACTIONS(1030), + [aux_sym_if_statement_token2] = ACTIONS(1030), + [aux_sym_else_if_clause_token1] = ACTIONS(1030), + [aux_sym_else_clause_token1] = ACTIONS(1030), + [aux_sym_match_expression_token1] = ACTIONS(1030), + [aux_sym_match_default_expression_token1] = ACTIONS(1030), + [aux_sym_switch_statement_token1] = ACTIONS(1030), + [aux_sym_switch_block_token1] = ACTIONS(1030), + [anon_sym_PLUS] = ACTIONS(1030), + [anon_sym_DASH] = ACTIONS(1030), + [anon_sym_TILDE] = ACTIONS(1028), + [anon_sym_BANG] = ACTIONS(1028), + [anon_sym_AT] = ACTIONS(1028), + [aux_sym_clone_expression_token1] = ACTIONS(1030), + [aux_sym_print_intrinsic_token1] = ACTIONS(1030), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1030), + [anon_sym_DASH_DASH] = ACTIONS(1028), + [anon_sym_PLUS_PLUS] = ACTIONS(1028), + [aux_sym__list_destructing_token1] = ACTIONS(1030), + [anon_sym_LBRACK] = ACTIONS(1028), + [anon_sym_self] = ACTIONS(1030), + [anon_sym_parent] = ACTIONS(1030), + [aux_sym__argument_name_token1] = ACTIONS(1030), + [aux_sym__argument_name_token2] = ACTIONS(1030), + [anon_sym_POUND_LBRACK] = ACTIONS(1028), + [aux_sym_encapsed_string_token1] = ACTIONS(1028), + [anon_sym_DQUOTE] = ACTIONS(1028), + [aux_sym_string_token1] = ACTIONS(1028), + [anon_sym_SQUOTE] = ACTIONS(1028), + [anon_sym_LT_LT_LT] = ACTIONS(1028), + [anon_sym_BQUOTE] = ACTIONS(1028), + [anon_sym_DOLLAR] = ACTIONS(1028), + [aux_sym_yield_expression_token1] = ACTIONS(1030), + [aux_sym_include_expression_token1] = ACTIONS(1030), + [aux_sym_include_once_expression_token1] = ACTIONS(1030), + [aux_sym_require_expression_token1] = ACTIONS(1030), + [aux_sym_require_once_expression_token1] = ACTIONS(1030), [sym_comment] = ACTIONS(5), }, [431] = { [sym_text_interpolation] = STATE(431), - [sym_else_if_clause] = STATE(462), - [aux_sym_if_statement_repeat1] = STATE(431), - [ts_builtin_sym_end] = ACTIONS(1029), - [sym_name] = ACTIONS(1031), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1029), - [aux_sym_function_static_declaration_token1] = ACTIONS(1031), - [aux_sym_global_declaration_token1] = ACTIONS(1031), - [aux_sym_namespace_definition_token1] = ACTIONS(1031), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1031), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1031), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1031), - [anon_sym_BSLASH] = ACTIONS(1029), - [anon_sym_LBRACE] = ACTIONS(1029), - [anon_sym_RBRACE] = ACTIONS(1029), - [aux_sym_trait_declaration_token1] = ACTIONS(1031), - [aux_sym_interface_declaration_token1] = ACTIONS(1031), - [aux_sym_enum_declaration_token1] = ACTIONS(1031), - [aux_sym_enum_case_token1] = ACTIONS(1031), - [aux_sym_class_declaration_token1] = ACTIONS(1031), - [aux_sym_final_modifier_token1] = ACTIONS(1031), - [aux_sym_abstract_modifier_token1] = ACTIONS(1031), - [aux_sym_readonly_modifier_token1] = ACTIONS(1031), - [sym_var_modifier] = ACTIONS(1031), - [aux_sym_visibility_modifier_token1] = ACTIONS(1031), - [aux_sym_visibility_modifier_token2] = ACTIONS(1031), - [aux_sym_visibility_modifier_token3] = ACTIONS(1031), - [aux_sym__arrow_function_header_token1] = ACTIONS(1031), - [anon_sym_LPAREN] = ACTIONS(1029), - [aux_sym_cast_type_token1] = ACTIONS(1031), - [aux_sym_echo_statement_token1] = ACTIONS(1031), - [aux_sym_exit_statement_token1] = ACTIONS(1031), - [anon_sym_unset] = ACTIONS(1031), - [aux_sym_declare_statement_token1] = ACTIONS(1031), - [aux_sym_declare_statement_token2] = ACTIONS(1031), - [sym_float] = ACTIONS(1031), - [aux_sym_try_statement_token1] = ACTIONS(1031), - [aux_sym_goto_statement_token1] = ACTIONS(1031), - [aux_sym_continue_statement_token1] = ACTIONS(1031), - [aux_sym_break_statement_token1] = ACTIONS(1031), - [sym_integer] = ACTIONS(1031), - [aux_sym_return_statement_token1] = ACTIONS(1031), - [aux_sym_throw_expression_token1] = ACTIONS(1031), - [aux_sym_while_statement_token1] = ACTIONS(1031), - [aux_sym_while_statement_token2] = ACTIONS(1031), - [aux_sym_do_statement_token1] = ACTIONS(1031), - [aux_sym_for_statement_token1] = ACTIONS(1031), - [aux_sym_for_statement_token2] = ACTIONS(1031), - [aux_sym_foreach_statement_token1] = ACTIONS(1031), - [aux_sym_foreach_statement_token2] = ACTIONS(1031), - [aux_sym_if_statement_token1] = ACTIONS(1031), - [aux_sym_if_statement_token2] = ACTIONS(1031), - [aux_sym_else_if_clause_token1] = ACTIONS(1033), - [aux_sym_else_clause_token1] = ACTIONS(1031), - [aux_sym_match_expression_token1] = ACTIONS(1031), - [aux_sym_match_default_expression_token1] = ACTIONS(1031), - [aux_sym_switch_statement_token1] = ACTIONS(1031), - [aux_sym_switch_block_token1] = ACTIONS(1031), - [anon_sym_PLUS] = ACTIONS(1031), - [anon_sym_DASH] = ACTIONS(1031), - [anon_sym_TILDE] = ACTIONS(1029), - [anon_sym_BANG] = ACTIONS(1029), - [anon_sym_AT] = ACTIONS(1029), - [aux_sym_clone_expression_token1] = ACTIONS(1031), - [aux_sym_print_intrinsic_token1] = ACTIONS(1031), - [aux_sym_object_creation_expression_token1] = ACTIONS(1031), - [anon_sym_DASH_DASH] = ACTIONS(1029), - [anon_sym_PLUS_PLUS] = ACTIONS(1029), - [aux_sym__list_destructing_token1] = ACTIONS(1031), - [anon_sym_LBRACK] = ACTIONS(1029), - [anon_sym_self] = ACTIONS(1031), - [anon_sym_parent] = ACTIONS(1031), - [aux_sym__argument_name_token1] = ACTIONS(1031), - [aux_sym__argument_name_token2] = ACTIONS(1031), - [anon_sym_POUND_LBRACK] = ACTIONS(1029), - [aux_sym_encapsed_string_token1] = ACTIONS(1029), - [anon_sym_DQUOTE] = ACTIONS(1029), - [aux_sym_string_token1] = ACTIONS(1029), - [anon_sym_SQUOTE] = ACTIONS(1029), - [anon_sym_LT_LT_LT] = ACTIONS(1029), - [anon_sym_BQUOTE] = ACTIONS(1029), - [anon_sym_DOLLAR] = ACTIONS(1029), - [aux_sym_yield_expression_token1] = ACTIONS(1031), - [aux_sym_include_expression_token1] = ACTIONS(1031), - [aux_sym_include_once_expression_token1] = ACTIONS(1031), - [aux_sym_require_expression_token1] = ACTIONS(1031), - [aux_sym_require_once_expression_token1] = ACTIONS(1031), + [ts_builtin_sym_end] = ACTIONS(1032), + [sym_name] = ACTIONS(1034), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1032), + [aux_sym_function_static_declaration_token1] = ACTIONS(1034), + [aux_sym_global_declaration_token1] = ACTIONS(1034), + [aux_sym_namespace_definition_token1] = ACTIONS(1034), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1034), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1034), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1034), + [anon_sym_BSLASH] = ACTIONS(1032), + [anon_sym_LBRACE] = ACTIONS(1032), + [anon_sym_RBRACE] = ACTIONS(1032), + [aux_sym_trait_declaration_token1] = ACTIONS(1034), + [aux_sym_interface_declaration_token1] = ACTIONS(1034), + [aux_sym_enum_declaration_token1] = ACTIONS(1034), + [aux_sym_enum_case_token1] = ACTIONS(1034), + [aux_sym_class_declaration_token1] = ACTIONS(1034), + [aux_sym_final_modifier_token1] = ACTIONS(1034), + [aux_sym_abstract_modifier_token1] = ACTIONS(1034), + [aux_sym_readonly_modifier_token1] = ACTIONS(1034), + [sym_var_modifier] = ACTIONS(1034), + [aux_sym_visibility_modifier_token1] = ACTIONS(1034), + [aux_sym_visibility_modifier_token2] = ACTIONS(1034), + [aux_sym_visibility_modifier_token3] = ACTIONS(1034), + [anon_sym_LPAREN] = ACTIONS(1032), + [aux_sym__arrow_function_header_token1] = ACTIONS(1034), + [aux_sym_cast_type_token1] = ACTIONS(1034), + [aux_sym_echo_statement_token1] = ACTIONS(1034), + [aux_sym_exit_statement_token1] = ACTIONS(1034), + [anon_sym_unset] = ACTIONS(1034), + [aux_sym_declare_statement_token1] = ACTIONS(1034), + [aux_sym_declare_statement_token2] = ACTIONS(1034), + [sym_float] = ACTIONS(1034), + [aux_sym_try_statement_token1] = ACTIONS(1034), + [aux_sym_goto_statement_token1] = ACTIONS(1034), + [aux_sym_continue_statement_token1] = ACTIONS(1034), + [aux_sym_break_statement_token1] = ACTIONS(1034), + [sym_integer] = ACTIONS(1034), + [aux_sym_return_statement_token1] = ACTIONS(1034), + [aux_sym_throw_expression_token1] = ACTIONS(1034), + [aux_sym_while_statement_token1] = ACTIONS(1034), + [aux_sym_while_statement_token2] = ACTIONS(1034), + [aux_sym_do_statement_token1] = ACTIONS(1034), + [aux_sym_for_statement_token1] = ACTIONS(1034), + [aux_sym_for_statement_token2] = ACTIONS(1034), + [aux_sym_foreach_statement_token1] = ACTIONS(1034), + [aux_sym_foreach_statement_token2] = ACTIONS(1034), + [aux_sym_if_statement_token1] = ACTIONS(1034), + [aux_sym_if_statement_token2] = ACTIONS(1034), + [aux_sym_else_if_clause_token1] = ACTIONS(1034), + [aux_sym_else_clause_token1] = ACTIONS(1034), + [aux_sym_match_expression_token1] = ACTIONS(1034), + [aux_sym_match_default_expression_token1] = ACTIONS(1034), + [aux_sym_switch_statement_token1] = ACTIONS(1034), + [aux_sym_switch_block_token1] = ACTIONS(1034), + [anon_sym_PLUS] = ACTIONS(1034), + [anon_sym_DASH] = ACTIONS(1034), + [anon_sym_TILDE] = ACTIONS(1032), + [anon_sym_BANG] = ACTIONS(1032), + [anon_sym_AT] = ACTIONS(1032), + [aux_sym_clone_expression_token1] = ACTIONS(1034), + [aux_sym_print_intrinsic_token1] = ACTIONS(1034), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1034), + [anon_sym_DASH_DASH] = ACTIONS(1032), + [anon_sym_PLUS_PLUS] = ACTIONS(1032), + [aux_sym__list_destructing_token1] = ACTIONS(1034), + [anon_sym_LBRACK] = ACTIONS(1032), + [anon_sym_self] = ACTIONS(1034), + [anon_sym_parent] = ACTIONS(1034), + [aux_sym__argument_name_token1] = ACTIONS(1034), + [aux_sym__argument_name_token2] = ACTIONS(1034), + [anon_sym_POUND_LBRACK] = ACTIONS(1032), + [aux_sym_encapsed_string_token1] = ACTIONS(1032), + [anon_sym_DQUOTE] = ACTIONS(1032), + [aux_sym_string_token1] = ACTIONS(1032), + [anon_sym_SQUOTE] = ACTIONS(1032), + [anon_sym_LT_LT_LT] = ACTIONS(1032), + [anon_sym_BQUOTE] = ACTIONS(1032), + [anon_sym_DOLLAR] = ACTIONS(1032), + [aux_sym_yield_expression_token1] = ACTIONS(1034), + [aux_sym_include_expression_token1] = ACTIONS(1034), + [aux_sym_include_once_expression_token1] = ACTIONS(1034), + [aux_sym_require_expression_token1] = ACTIONS(1034), + [aux_sym_require_once_expression_token1] = ACTIONS(1034), [sym_comment] = ACTIONS(5), }, [432] = { @@ -66080,8 +71073,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1038), [aux_sym_namespace_definition_token1] = ACTIONS(1038), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1038), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1038), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1038), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1038), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1038), [anon_sym_BSLASH] = ACTIONS(1036), [anon_sym_LBRACE] = ACTIONS(1036), [anon_sym_RBRACE] = ACTIONS(1036), @@ -66097,8 +71090,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1038), [aux_sym_visibility_modifier_token2] = ACTIONS(1038), [aux_sym_visibility_modifier_token3] = ACTIONS(1038), - [aux_sym__arrow_function_header_token1] = ACTIONS(1038), [anon_sym_LPAREN] = ACTIONS(1036), + [aux_sym__arrow_function_header_token1] = ACTIONS(1038), [aux_sym_cast_type_token1] = ACTIONS(1038), [aux_sym_echo_statement_token1] = ACTIONS(1038), [aux_sym_exit_statement_token1] = ACTIONS(1038), @@ -66107,8 +71100,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1038), [sym_float] = ACTIONS(1038), [aux_sym_try_statement_token1] = ACTIONS(1038), - [aux_sym_catch_clause_token1] = ACTIONS(1038), - [aux_sym_finally_clause_token1] = ACTIONS(1038), [aux_sym_goto_statement_token1] = ACTIONS(1038), [aux_sym_continue_statement_token1] = ACTIONS(1038), [aux_sym_break_statement_token1] = ACTIONS(1038), @@ -66137,7 +71128,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1036), [aux_sym_clone_expression_token1] = ACTIONS(1038), [aux_sym_print_intrinsic_token1] = ACTIONS(1038), - [aux_sym_object_creation_expression_token1] = ACTIONS(1038), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1038), [anon_sym_DASH_DASH] = ACTIONS(1036), [anon_sym_PLUS_PLUS] = ACTIONS(1036), [aux_sym__list_destructing_token1] = ACTIONS(1038), @@ -66171,8 +71162,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1042), [aux_sym_namespace_definition_token1] = ACTIONS(1042), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1042), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1042), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1042), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1042), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1042), [anon_sym_BSLASH] = ACTIONS(1040), [anon_sym_LBRACE] = ACTIONS(1040), [anon_sym_RBRACE] = ACTIONS(1040), @@ -66188,8 +71179,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1042), [aux_sym_visibility_modifier_token2] = ACTIONS(1042), [aux_sym_visibility_modifier_token3] = ACTIONS(1042), - [aux_sym__arrow_function_header_token1] = ACTIONS(1042), [anon_sym_LPAREN] = ACTIONS(1040), + [aux_sym__arrow_function_header_token1] = ACTIONS(1042), [aux_sym_cast_type_token1] = ACTIONS(1042), [aux_sym_echo_statement_token1] = ACTIONS(1042), [aux_sym_exit_statement_token1] = ACTIONS(1042), @@ -66198,8 +71189,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1042), [sym_float] = ACTIONS(1042), [aux_sym_try_statement_token1] = ACTIONS(1042), - [aux_sym_catch_clause_token1] = ACTIONS(1042), - [aux_sym_finally_clause_token1] = ACTIONS(1042), [aux_sym_goto_statement_token1] = ACTIONS(1042), [aux_sym_continue_statement_token1] = ACTIONS(1042), [aux_sym_break_statement_token1] = ACTIONS(1042), @@ -66228,7 +71217,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1040), [aux_sym_clone_expression_token1] = ACTIONS(1042), [aux_sym_print_intrinsic_token1] = ACTIONS(1042), - [aux_sym_object_creation_expression_token1] = ACTIONS(1042), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1042), [anon_sym_DASH_DASH] = ACTIONS(1040), [anon_sym_PLUS_PLUS] = ACTIONS(1040), [aux_sym__list_destructing_token1] = ACTIONS(1042), @@ -66262,8 +71251,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1046), [aux_sym_namespace_definition_token1] = ACTIONS(1046), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1046), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1046), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1046), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1046), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1046), [anon_sym_BSLASH] = ACTIONS(1044), [anon_sym_LBRACE] = ACTIONS(1044), [anon_sym_RBRACE] = ACTIONS(1044), @@ -66279,8 +71268,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1046), [aux_sym_visibility_modifier_token2] = ACTIONS(1046), [aux_sym_visibility_modifier_token3] = ACTIONS(1046), - [aux_sym__arrow_function_header_token1] = ACTIONS(1046), [anon_sym_LPAREN] = ACTIONS(1044), + [aux_sym__arrow_function_header_token1] = ACTIONS(1046), [aux_sym_cast_type_token1] = ACTIONS(1046), [aux_sym_echo_statement_token1] = ACTIONS(1046), [aux_sym_exit_statement_token1] = ACTIONS(1046), @@ -66289,8 +71278,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1046), [sym_float] = ACTIONS(1046), [aux_sym_try_statement_token1] = ACTIONS(1046), - [aux_sym_catch_clause_token1] = ACTIONS(1046), - [aux_sym_finally_clause_token1] = ACTIONS(1046), [aux_sym_goto_statement_token1] = ACTIONS(1046), [aux_sym_continue_statement_token1] = ACTIONS(1046), [aux_sym_break_statement_token1] = ACTIONS(1046), @@ -66319,7 +71306,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1044), [aux_sym_clone_expression_token1] = ACTIONS(1046), [aux_sym_print_intrinsic_token1] = ACTIONS(1046), - [aux_sym_object_creation_expression_token1] = ACTIONS(1046), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1046), [anon_sym_DASH_DASH] = ACTIONS(1044), [anon_sym_PLUS_PLUS] = ACTIONS(1044), [aux_sym__list_destructing_token1] = ACTIONS(1046), @@ -66353,8 +71340,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1050), [aux_sym_namespace_definition_token1] = ACTIONS(1050), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1050), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1050), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1050), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1050), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1050), [anon_sym_BSLASH] = ACTIONS(1048), [anon_sym_LBRACE] = ACTIONS(1048), [anon_sym_RBRACE] = ACTIONS(1048), @@ -66370,8 +71357,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1050), [aux_sym_visibility_modifier_token2] = ACTIONS(1050), [aux_sym_visibility_modifier_token3] = ACTIONS(1050), - [aux_sym__arrow_function_header_token1] = ACTIONS(1050), [anon_sym_LPAREN] = ACTIONS(1048), + [aux_sym__arrow_function_header_token1] = ACTIONS(1050), [aux_sym_cast_type_token1] = ACTIONS(1050), [aux_sym_echo_statement_token1] = ACTIONS(1050), [aux_sym_exit_statement_token1] = ACTIONS(1050), @@ -66380,8 +71367,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1050), [sym_float] = ACTIONS(1050), [aux_sym_try_statement_token1] = ACTIONS(1050), - [aux_sym_catch_clause_token1] = ACTIONS(1050), - [aux_sym_finally_clause_token1] = ACTIONS(1050), [aux_sym_goto_statement_token1] = ACTIONS(1050), [aux_sym_continue_statement_token1] = ACTIONS(1050), [aux_sym_break_statement_token1] = ACTIONS(1050), @@ -66410,7 +71395,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1048), [aux_sym_clone_expression_token1] = ACTIONS(1050), [aux_sym_print_intrinsic_token1] = ACTIONS(1050), - [aux_sym_object_creation_expression_token1] = ACTIONS(1050), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1050), [anon_sym_DASH_DASH] = ACTIONS(1048), [anon_sym_PLUS_PLUS] = ACTIONS(1048), [aux_sym__list_destructing_token1] = ACTIONS(1050), @@ -66444,8 +71429,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1054), [aux_sym_namespace_definition_token1] = ACTIONS(1054), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1054), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1054), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1054), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1054), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1054), [anon_sym_BSLASH] = ACTIONS(1052), [anon_sym_LBRACE] = ACTIONS(1052), [anon_sym_RBRACE] = ACTIONS(1052), @@ -66461,8 +71446,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1054), [aux_sym_visibility_modifier_token2] = ACTIONS(1054), [aux_sym_visibility_modifier_token3] = ACTIONS(1054), - [aux_sym__arrow_function_header_token1] = ACTIONS(1054), [anon_sym_LPAREN] = ACTIONS(1052), + [aux_sym__arrow_function_header_token1] = ACTIONS(1054), [aux_sym_cast_type_token1] = ACTIONS(1054), [aux_sym_echo_statement_token1] = ACTIONS(1054), [aux_sym_exit_statement_token1] = ACTIONS(1054), @@ -66471,8 +71456,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1054), [sym_float] = ACTIONS(1054), [aux_sym_try_statement_token1] = ACTIONS(1054), - [aux_sym_catch_clause_token1] = ACTIONS(1054), - [aux_sym_finally_clause_token1] = ACTIONS(1054), [aux_sym_goto_statement_token1] = ACTIONS(1054), [aux_sym_continue_statement_token1] = ACTIONS(1054), [aux_sym_break_statement_token1] = ACTIONS(1054), @@ -66501,7 +71484,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1052), [aux_sym_clone_expression_token1] = ACTIONS(1054), [aux_sym_print_intrinsic_token1] = ACTIONS(1054), - [aux_sym_object_creation_expression_token1] = ACTIONS(1054), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1054), [anon_sym_DASH_DASH] = ACTIONS(1052), [anon_sym_PLUS_PLUS] = ACTIONS(1052), [aux_sym__list_destructing_token1] = ACTIONS(1054), @@ -66530,13 +71513,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [ts_builtin_sym_end] = ACTIONS(1056), [sym_name] = ACTIONS(1058), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1060), + [anon_sym_SEMI] = ACTIONS(1056), [aux_sym_function_static_declaration_token1] = ACTIONS(1058), [aux_sym_global_declaration_token1] = ACTIONS(1058), [aux_sym_namespace_definition_token1] = ACTIONS(1058), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1058), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1058), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1058), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1058), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1058), [anon_sym_BSLASH] = ACTIONS(1056), [anon_sym_LBRACE] = ACTIONS(1056), [anon_sym_RBRACE] = ACTIONS(1056), @@ -66552,8 +71535,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1058), [aux_sym_visibility_modifier_token2] = ACTIONS(1058), [aux_sym_visibility_modifier_token3] = ACTIONS(1058), - [aux_sym__arrow_function_header_token1] = ACTIONS(1058), [anon_sym_LPAREN] = ACTIONS(1056), + [aux_sym__arrow_function_header_token1] = ACTIONS(1058), [aux_sym_cast_type_token1] = ACTIONS(1058), [aux_sym_echo_statement_token1] = ACTIONS(1058), [aux_sym_exit_statement_token1] = ACTIONS(1058), @@ -66590,7 +71573,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1056), [aux_sym_clone_expression_token1] = ACTIONS(1058), [aux_sym_print_intrinsic_token1] = ACTIONS(1058), - [aux_sym_object_creation_expression_token1] = ACTIONS(1058), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1058), [anon_sym_DASH_DASH] = ACTIONS(1056), [anon_sym_PLUS_PLUS] = ACTIONS(1056), [aux_sym__list_destructing_token1] = ACTIONS(1058), @@ -66613,96 +71596,94 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1058), [aux_sym_require_once_expression_token1] = ACTIONS(1058), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1060), }, [438] = { [sym_text_interpolation] = STATE(438), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__unary_expression] = STATE(922), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(922), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(592), - [sym_member_access_expression] = STATE(592), - [sym_nullsafe_member_access_expression] = STATE(592), - [sym_scoped_property_access_expression] = STATE(592), - [sym_function_call_expression] = STATE(575), - [sym_scoped_call_expression] = STATE(575), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(575), - [sym_nullsafe_member_call_expression] = STATE(575), - [sym_subscript_expression] = STATE(575), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(575), - [sym_variable_name] = STATE(575), - [sym_include_expression] = STATE(922), - [sym_include_once_expression] = STATE(922), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [anon_sym_PLUS] = ACTIONS(681), - [anon_sym_DASH] = ACTIONS(681), - [anon_sym_TILDE] = ACTIONS(683), - [anon_sym_BANG] = ACTIONS(683), - [anon_sym_AT] = ACTIONS(685), - [aux_sym_clone_expression_token1] = ACTIONS(687), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(697), - [aux_sym_include_once_expression_token1] = ACTIONS(699), + [ts_builtin_sym_end] = ACTIONS(1060), + [sym_name] = ACTIONS(1062), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1060), + [aux_sym_function_static_declaration_token1] = ACTIONS(1062), + [aux_sym_global_declaration_token1] = ACTIONS(1062), + [aux_sym_namespace_definition_token1] = ACTIONS(1062), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1062), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1062), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1062), + [anon_sym_BSLASH] = ACTIONS(1060), + [anon_sym_LBRACE] = ACTIONS(1060), + [anon_sym_RBRACE] = ACTIONS(1060), + [aux_sym_trait_declaration_token1] = ACTIONS(1062), + [aux_sym_interface_declaration_token1] = ACTIONS(1062), + [aux_sym_enum_declaration_token1] = ACTIONS(1062), + [aux_sym_enum_case_token1] = ACTIONS(1062), + [aux_sym_class_declaration_token1] = ACTIONS(1062), + [aux_sym_final_modifier_token1] = ACTIONS(1062), + [aux_sym_abstract_modifier_token1] = ACTIONS(1062), + [aux_sym_readonly_modifier_token1] = ACTIONS(1062), + [sym_var_modifier] = ACTIONS(1062), + [aux_sym_visibility_modifier_token1] = ACTIONS(1062), + [aux_sym_visibility_modifier_token2] = ACTIONS(1062), + [aux_sym_visibility_modifier_token3] = ACTIONS(1062), + [anon_sym_LPAREN] = ACTIONS(1060), + [aux_sym__arrow_function_header_token1] = ACTIONS(1062), + [aux_sym_cast_type_token1] = ACTIONS(1062), + [aux_sym_echo_statement_token1] = ACTIONS(1062), + [aux_sym_exit_statement_token1] = ACTIONS(1062), + [anon_sym_unset] = ACTIONS(1062), + [aux_sym_declare_statement_token1] = ACTIONS(1062), + [aux_sym_declare_statement_token2] = ACTIONS(1062), + [sym_float] = ACTIONS(1062), + [aux_sym_try_statement_token1] = ACTIONS(1062), + [aux_sym_goto_statement_token1] = ACTIONS(1062), + [aux_sym_continue_statement_token1] = ACTIONS(1062), + [aux_sym_break_statement_token1] = ACTIONS(1062), + [sym_integer] = ACTIONS(1062), + [aux_sym_return_statement_token1] = ACTIONS(1062), + [aux_sym_throw_expression_token1] = ACTIONS(1062), + [aux_sym_while_statement_token1] = ACTIONS(1062), + [aux_sym_while_statement_token2] = ACTIONS(1062), + [aux_sym_do_statement_token1] = ACTIONS(1062), + [aux_sym_for_statement_token1] = ACTIONS(1062), + [aux_sym_for_statement_token2] = ACTIONS(1062), + [aux_sym_foreach_statement_token1] = ACTIONS(1062), + [aux_sym_foreach_statement_token2] = ACTIONS(1062), + [aux_sym_if_statement_token1] = ACTIONS(1062), + [aux_sym_if_statement_token2] = ACTIONS(1062), + [aux_sym_else_if_clause_token1] = ACTIONS(1062), + [aux_sym_else_clause_token1] = ACTIONS(1062), + [aux_sym_match_expression_token1] = ACTIONS(1062), + [aux_sym_match_default_expression_token1] = ACTIONS(1062), + [aux_sym_switch_statement_token1] = ACTIONS(1062), + [aux_sym_switch_block_token1] = ACTIONS(1062), + [anon_sym_PLUS] = ACTIONS(1062), + [anon_sym_DASH] = ACTIONS(1062), + [anon_sym_TILDE] = ACTIONS(1060), + [anon_sym_BANG] = ACTIONS(1060), + [anon_sym_AT] = ACTIONS(1060), + [aux_sym_clone_expression_token1] = ACTIONS(1062), + [aux_sym_print_intrinsic_token1] = ACTIONS(1062), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1062), + [anon_sym_DASH_DASH] = ACTIONS(1060), + [anon_sym_PLUS_PLUS] = ACTIONS(1060), + [aux_sym__list_destructing_token1] = ACTIONS(1062), + [anon_sym_LBRACK] = ACTIONS(1060), + [anon_sym_self] = ACTIONS(1062), + [anon_sym_parent] = ACTIONS(1062), + [aux_sym__argument_name_token1] = ACTIONS(1062), + [aux_sym__argument_name_token2] = ACTIONS(1062), + [anon_sym_POUND_LBRACK] = ACTIONS(1060), + [aux_sym_encapsed_string_token1] = ACTIONS(1060), + [anon_sym_DQUOTE] = ACTIONS(1060), + [aux_sym_string_token1] = ACTIONS(1060), + [anon_sym_SQUOTE] = ACTIONS(1060), + [anon_sym_LT_LT_LT] = ACTIONS(1060), + [anon_sym_BQUOTE] = ACTIONS(1060), + [anon_sym_DOLLAR] = ACTIONS(1060), + [aux_sym_yield_expression_token1] = ACTIONS(1062), + [aux_sym_include_expression_token1] = ACTIONS(1062), + [aux_sym_include_once_expression_token1] = ACTIONS(1062), + [aux_sym_require_expression_token1] = ACTIONS(1062), + [aux_sym_require_once_expression_token1] = ACTIONS(1062), [sym_comment] = ACTIONS(5), }, [439] = { @@ -66710,13 +71691,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [ts_builtin_sym_end] = ACTIONS(1064), [sym_name] = ACTIONS(1066), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1068), + [anon_sym_SEMI] = ACTIONS(1064), [aux_sym_function_static_declaration_token1] = ACTIONS(1066), [aux_sym_global_declaration_token1] = ACTIONS(1066), [aux_sym_namespace_definition_token1] = ACTIONS(1066), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1066), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1066), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1066), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1066), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1066), [anon_sym_BSLASH] = ACTIONS(1064), [anon_sym_LBRACE] = ACTIONS(1064), [anon_sym_RBRACE] = ACTIONS(1064), @@ -66732,8 +71713,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1066), [aux_sym_visibility_modifier_token2] = ACTIONS(1066), [aux_sym_visibility_modifier_token3] = ACTIONS(1066), - [aux_sym__arrow_function_header_token1] = ACTIONS(1066), [anon_sym_LPAREN] = ACTIONS(1064), + [aux_sym__arrow_function_header_token1] = ACTIONS(1066), [aux_sym_cast_type_token1] = ACTIONS(1066), [aux_sym_echo_statement_token1] = ACTIONS(1066), [aux_sym_exit_statement_token1] = ACTIONS(1066), @@ -66770,7 +71751,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1064), [aux_sym_clone_expression_token1] = ACTIONS(1066), [aux_sym_print_intrinsic_token1] = ACTIONS(1066), - [aux_sym_object_creation_expression_token1] = ACTIONS(1066), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1066), [anon_sym_DASH_DASH] = ACTIONS(1064), [anon_sym_PLUS_PLUS] = ACTIONS(1064), [aux_sym__list_destructing_token1] = ACTIONS(1066), @@ -66793,470 +71774,553 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1066), [aux_sym_require_once_expression_token1] = ACTIONS(1066), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1068), }, [440] = { [sym_text_interpolation] = STATE(440), - [ts_builtin_sym_end] = ACTIONS(1070), - [sym_name] = ACTIONS(1072), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1074), - [aux_sym_function_static_declaration_token1] = ACTIONS(1072), - [aux_sym_global_declaration_token1] = ACTIONS(1072), - [aux_sym_namespace_definition_token1] = ACTIONS(1072), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1072), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1072), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1072), - [anon_sym_BSLASH] = ACTIONS(1070), - [anon_sym_LBRACE] = ACTIONS(1070), - [anon_sym_RBRACE] = ACTIONS(1070), - [aux_sym_trait_declaration_token1] = ACTIONS(1072), - [aux_sym_interface_declaration_token1] = ACTIONS(1072), - [aux_sym_enum_declaration_token1] = ACTIONS(1072), - [aux_sym_enum_case_token1] = ACTIONS(1072), - [aux_sym_class_declaration_token1] = ACTIONS(1072), - [aux_sym_final_modifier_token1] = ACTIONS(1072), - [aux_sym_abstract_modifier_token1] = ACTIONS(1072), - [aux_sym_readonly_modifier_token1] = ACTIONS(1072), - [sym_var_modifier] = ACTIONS(1072), - [aux_sym_visibility_modifier_token1] = ACTIONS(1072), - [aux_sym_visibility_modifier_token2] = ACTIONS(1072), - [aux_sym_visibility_modifier_token3] = ACTIONS(1072), - [aux_sym__arrow_function_header_token1] = ACTIONS(1072), - [anon_sym_LPAREN] = ACTIONS(1070), - [aux_sym_cast_type_token1] = ACTIONS(1072), - [aux_sym_echo_statement_token1] = ACTIONS(1072), - [aux_sym_exit_statement_token1] = ACTIONS(1072), - [anon_sym_unset] = ACTIONS(1072), - [aux_sym_declare_statement_token1] = ACTIONS(1072), - [aux_sym_declare_statement_token2] = ACTIONS(1072), - [sym_float] = ACTIONS(1072), - [aux_sym_try_statement_token1] = ACTIONS(1072), - [aux_sym_goto_statement_token1] = ACTIONS(1072), - [aux_sym_continue_statement_token1] = ACTIONS(1072), - [aux_sym_break_statement_token1] = ACTIONS(1072), - [sym_integer] = ACTIONS(1072), - [aux_sym_return_statement_token1] = ACTIONS(1072), - [aux_sym_throw_expression_token1] = ACTIONS(1072), - [aux_sym_while_statement_token1] = ACTIONS(1072), - [aux_sym_while_statement_token2] = ACTIONS(1072), - [aux_sym_do_statement_token1] = ACTIONS(1072), - [aux_sym_for_statement_token1] = ACTIONS(1072), - [aux_sym_for_statement_token2] = ACTIONS(1072), - [aux_sym_foreach_statement_token1] = ACTIONS(1072), - [aux_sym_foreach_statement_token2] = ACTIONS(1072), - [aux_sym_if_statement_token1] = ACTIONS(1072), - [aux_sym_if_statement_token2] = ACTIONS(1072), - [aux_sym_else_if_clause_token1] = ACTIONS(1072), - [aux_sym_else_clause_token1] = ACTIONS(1072), - [aux_sym_match_expression_token1] = ACTIONS(1072), - [aux_sym_match_default_expression_token1] = ACTIONS(1072), - [aux_sym_switch_statement_token1] = ACTIONS(1072), - [aux_sym_switch_block_token1] = ACTIONS(1072), - [anon_sym_PLUS] = ACTIONS(1072), - [anon_sym_DASH] = ACTIONS(1072), - [anon_sym_TILDE] = ACTIONS(1070), - [anon_sym_BANG] = ACTIONS(1070), - [anon_sym_AT] = ACTIONS(1070), - [aux_sym_clone_expression_token1] = ACTIONS(1072), - [aux_sym_print_intrinsic_token1] = ACTIONS(1072), - [aux_sym_object_creation_expression_token1] = ACTIONS(1072), - [anon_sym_DASH_DASH] = ACTIONS(1070), - [anon_sym_PLUS_PLUS] = ACTIONS(1070), - [aux_sym__list_destructing_token1] = ACTIONS(1072), - [anon_sym_LBRACK] = ACTIONS(1070), - [anon_sym_self] = ACTIONS(1072), - [anon_sym_parent] = ACTIONS(1072), - [aux_sym__argument_name_token1] = ACTIONS(1072), - [aux_sym__argument_name_token2] = ACTIONS(1072), - [anon_sym_POUND_LBRACK] = ACTIONS(1070), - [aux_sym_encapsed_string_token1] = ACTIONS(1070), - [anon_sym_DQUOTE] = ACTIONS(1070), - [aux_sym_string_token1] = ACTIONS(1070), - [anon_sym_SQUOTE] = ACTIONS(1070), - [anon_sym_LT_LT_LT] = ACTIONS(1070), - [anon_sym_BQUOTE] = ACTIONS(1070), - [anon_sym_DOLLAR] = ACTIONS(1070), - [aux_sym_yield_expression_token1] = ACTIONS(1072), - [aux_sym_include_expression_token1] = ACTIONS(1072), - [aux_sym_include_once_expression_token1] = ACTIONS(1072), - [aux_sym_require_expression_token1] = ACTIONS(1072), - [aux_sym_require_once_expression_token1] = ACTIONS(1072), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1074), + [ts_builtin_sym_end] = ACTIONS(1068), + [sym_name] = ACTIONS(1070), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1068), + [aux_sym_function_static_declaration_token1] = ACTIONS(1070), + [aux_sym_global_declaration_token1] = ACTIONS(1070), + [aux_sym_namespace_definition_token1] = ACTIONS(1070), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1070), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1070), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1070), + [anon_sym_BSLASH] = ACTIONS(1068), + [anon_sym_LBRACE] = ACTIONS(1068), + [anon_sym_RBRACE] = ACTIONS(1068), + [aux_sym_trait_declaration_token1] = ACTIONS(1070), + [aux_sym_interface_declaration_token1] = ACTIONS(1070), + [aux_sym_enum_declaration_token1] = ACTIONS(1070), + [aux_sym_enum_case_token1] = ACTIONS(1070), + [aux_sym_class_declaration_token1] = ACTIONS(1070), + [aux_sym_final_modifier_token1] = ACTIONS(1070), + [aux_sym_abstract_modifier_token1] = ACTIONS(1070), + [aux_sym_readonly_modifier_token1] = ACTIONS(1070), + [sym_var_modifier] = ACTIONS(1070), + [aux_sym_visibility_modifier_token1] = ACTIONS(1070), + [aux_sym_visibility_modifier_token2] = ACTIONS(1070), + [aux_sym_visibility_modifier_token3] = ACTIONS(1070), + [anon_sym_LPAREN] = ACTIONS(1068), + [aux_sym__arrow_function_header_token1] = ACTIONS(1070), + [aux_sym_cast_type_token1] = ACTIONS(1070), + [aux_sym_echo_statement_token1] = ACTIONS(1070), + [aux_sym_exit_statement_token1] = ACTIONS(1070), + [anon_sym_unset] = ACTIONS(1070), + [aux_sym_declare_statement_token1] = ACTIONS(1070), + [aux_sym_declare_statement_token2] = ACTIONS(1070), + [sym_float] = ACTIONS(1070), + [aux_sym_try_statement_token1] = ACTIONS(1070), + [aux_sym_goto_statement_token1] = ACTIONS(1070), + [aux_sym_continue_statement_token1] = ACTIONS(1070), + [aux_sym_break_statement_token1] = ACTIONS(1070), + [sym_integer] = ACTIONS(1070), + [aux_sym_return_statement_token1] = ACTIONS(1070), + [aux_sym_throw_expression_token1] = ACTIONS(1070), + [aux_sym_while_statement_token1] = ACTIONS(1070), + [aux_sym_while_statement_token2] = ACTIONS(1070), + [aux_sym_do_statement_token1] = ACTIONS(1070), + [aux_sym_for_statement_token1] = ACTIONS(1070), + [aux_sym_for_statement_token2] = ACTIONS(1070), + [aux_sym_foreach_statement_token1] = ACTIONS(1070), + [aux_sym_foreach_statement_token2] = ACTIONS(1070), + [aux_sym_if_statement_token1] = ACTIONS(1070), + [aux_sym_if_statement_token2] = ACTIONS(1070), + [aux_sym_else_if_clause_token1] = ACTIONS(1070), + [aux_sym_else_clause_token1] = ACTIONS(1070), + [aux_sym_match_expression_token1] = ACTIONS(1070), + [aux_sym_match_default_expression_token1] = ACTIONS(1070), + [aux_sym_switch_statement_token1] = ACTIONS(1070), + [aux_sym_switch_block_token1] = ACTIONS(1070), + [anon_sym_PLUS] = ACTIONS(1070), + [anon_sym_DASH] = ACTIONS(1070), + [anon_sym_TILDE] = ACTIONS(1068), + [anon_sym_BANG] = ACTIONS(1068), + [anon_sym_AT] = ACTIONS(1068), + [aux_sym_clone_expression_token1] = ACTIONS(1070), + [aux_sym_print_intrinsic_token1] = ACTIONS(1070), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1070), + [anon_sym_DASH_DASH] = ACTIONS(1068), + [anon_sym_PLUS_PLUS] = ACTIONS(1068), + [aux_sym__list_destructing_token1] = ACTIONS(1070), + [anon_sym_LBRACK] = ACTIONS(1068), + [anon_sym_self] = ACTIONS(1070), + [anon_sym_parent] = ACTIONS(1070), + [aux_sym__argument_name_token1] = ACTIONS(1070), + [aux_sym__argument_name_token2] = ACTIONS(1070), + [anon_sym_POUND_LBRACK] = ACTIONS(1068), + [aux_sym_encapsed_string_token1] = ACTIONS(1068), + [anon_sym_DQUOTE] = ACTIONS(1068), + [aux_sym_string_token1] = ACTIONS(1068), + [anon_sym_SQUOTE] = ACTIONS(1068), + [anon_sym_LT_LT_LT] = ACTIONS(1068), + [anon_sym_BQUOTE] = ACTIONS(1068), + [anon_sym_DOLLAR] = ACTIONS(1068), + [aux_sym_yield_expression_token1] = ACTIONS(1070), + [aux_sym_include_expression_token1] = ACTIONS(1070), + [aux_sym_include_once_expression_token1] = ACTIONS(1070), + [aux_sym_require_expression_token1] = ACTIONS(1070), + [aux_sym_require_once_expression_token1] = ACTIONS(1070), + [sym_comment] = ACTIONS(5), }, [441] = { [sym_text_interpolation] = STATE(441), - [sym_qualified_name] = STATE(845), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym__unary_expression] = STATE(1066), - [sym_unary_op_expression] = STATE(1096), - [sym_error_suppression_expression] = STATE(1066), - [sym_clone_expression] = STATE(1096), - [sym_primary_expression] = STATE(1096), - [sym_parenthesized_expression] = STATE(834), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_expression] = STATE(1096), - [sym_cast_variable] = STATE(627), - [sym_member_access_expression] = STATE(627), - [sym_nullsafe_member_access_expression] = STATE(627), - [sym_scoped_property_access_expression] = STATE(627), - [sym_function_call_expression] = STATE(596), - [sym_scoped_call_expression] = STATE(596), - [sym__scope_resolution_qualifier] = STATE(2609), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(596), - [sym_nullsafe_member_call_expression] = STATE(596), - [sym_subscript_expression] = STATE(596), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(834), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(818), - [sym_dynamic_variable_name] = STATE(596), - [sym_variable_name] = STATE(596), - [sym_include_expression] = STATE(1066), - [sym_include_once_expression] = STATE(1066), - [sym__reserved_identifier] = STATE(1551), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(665), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(254), - [aux_sym_cast_type_token1] = ACTIONS(256), - [sym_float] = ACTIONS(266), - [sym_integer] = ACTIONS(266), - [aux_sym_throw_expression_token1] = ACTIONS(278), - [anon_sym_PLUS] = ACTIONS(294), - [anon_sym_DASH] = ACTIONS(294), - [anon_sym_TILDE] = ACTIONS(296), - [anon_sym_BANG] = ACTIONS(296), - [anon_sym_AT] = ACTIONS(298), - [aux_sym_clone_expression_token1] = ACTIONS(300), - [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), - [anon_sym_DASH_DASH] = ACTIONS(306), - [anon_sym_PLUS_PLUS] = ACTIONS(306), - [anon_sym_LBRACK] = ACTIONS(1076), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(314), - [aux_sym__argument_name_token2] = ACTIONS(316), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(320), - [anon_sym_DQUOTE] = ACTIONS(320), - [aux_sym_string_token1] = ACTIONS(322), - [anon_sym_SQUOTE] = ACTIONS(322), - [anon_sym_LT_LT_LT] = ACTIONS(324), - [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(328), - [aux_sym_include_expression_token1] = ACTIONS(332), - [aux_sym_include_once_expression_token1] = ACTIONS(334), + [ts_builtin_sym_end] = ACTIONS(1072), + [sym_name] = ACTIONS(1074), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1072), + [aux_sym_function_static_declaration_token1] = ACTIONS(1074), + [aux_sym_global_declaration_token1] = ACTIONS(1074), + [aux_sym_namespace_definition_token1] = ACTIONS(1074), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1074), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1074), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1074), + [anon_sym_BSLASH] = ACTIONS(1072), + [anon_sym_LBRACE] = ACTIONS(1072), + [anon_sym_RBRACE] = ACTIONS(1072), + [aux_sym_trait_declaration_token1] = ACTIONS(1074), + [aux_sym_interface_declaration_token1] = ACTIONS(1074), + [aux_sym_enum_declaration_token1] = ACTIONS(1074), + [aux_sym_enum_case_token1] = ACTIONS(1074), + [aux_sym_class_declaration_token1] = ACTIONS(1074), + [aux_sym_final_modifier_token1] = ACTIONS(1074), + [aux_sym_abstract_modifier_token1] = ACTIONS(1074), + [aux_sym_readonly_modifier_token1] = ACTIONS(1074), + [sym_var_modifier] = ACTIONS(1074), + [aux_sym_visibility_modifier_token1] = ACTIONS(1074), + [aux_sym_visibility_modifier_token2] = ACTIONS(1074), + [aux_sym_visibility_modifier_token3] = ACTIONS(1074), + [anon_sym_LPAREN] = ACTIONS(1072), + [aux_sym__arrow_function_header_token1] = ACTIONS(1074), + [aux_sym_cast_type_token1] = ACTIONS(1074), + [aux_sym_echo_statement_token1] = ACTIONS(1074), + [aux_sym_exit_statement_token1] = ACTIONS(1074), + [anon_sym_unset] = ACTIONS(1074), + [aux_sym_declare_statement_token1] = ACTIONS(1074), + [aux_sym_declare_statement_token2] = ACTIONS(1074), + [sym_float] = ACTIONS(1074), + [aux_sym_try_statement_token1] = ACTIONS(1074), + [aux_sym_goto_statement_token1] = ACTIONS(1074), + [aux_sym_continue_statement_token1] = ACTIONS(1074), + [aux_sym_break_statement_token1] = ACTIONS(1074), + [sym_integer] = ACTIONS(1074), + [aux_sym_return_statement_token1] = ACTIONS(1074), + [aux_sym_throw_expression_token1] = ACTIONS(1074), + [aux_sym_while_statement_token1] = ACTIONS(1074), + [aux_sym_while_statement_token2] = ACTIONS(1074), + [aux_sym_do_statement_token1] = ACTIONS(1074), + [aux_sym_for_statement_token1] = ACTIONS(1074), + [aux_sym_for_statement_token2] = ACTIONS(1074), + [aux_sym_foreach_statement_token1] = ACTIONS(1074), + [aux_sym_foreach_statement_token2] = ACTIONS(1074), + [aux_sym_if_statement_token1] = ACTIONS(1074), + [aux_sym_if_statement_token2] = ACTIONS(1074), + [aux_sym_else_if_clause_token1] = ACTIONS(1074), + [aux_sym_else_clause_token1] = ACTIONS(1074), + [aux_sym_match_expression_token1] = ACTIONS(1074), + [aux_sym_match_default_expression_token1] = ACTIONS(1074), + [aux_sym_switch_statement_token1] = ACTIONS(1074), + [aux_sym_switch_block_token1] = ACTIONS(1074), + [anon_sym_PLUS] = ACTIONS(1074), + [anon_sym_DASH] = ACTIONS(1074), + [anon_sym_TILDE] = ACTIONS(1072), + [anon_sym_BANG] = ACTIONS(1072), + [anon_sym_AT] = ACTIONS(1072), + [aux_sym_clone_expression_token1] = ACTIONS(1074), + [aux_sym_print_intrinsic_token1] = ACTIONS(1074), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1074), + [anon_sym_DASH_DASH] = ACTIONS(1072), + [anon_sym_PLUS_PLUS] = ACTIONS(1072), + [aux_sym__list_destructing_token1] = ACTIONS(1074), + [anon_sym_LBRACK] = ACTIONS(1072), + [anon_sym_self] = ACTIONS(1074), + [anon_sym_parent] = ACTIONS(1074), + [aux_sym__argument_name_token1] = ACTIONS(1074), + [aux_sym__argument_name_token2] = ACTIONS(1074), + [anon_sym_POUND_LBRACK] = ACTIONS(1072), + [aux_sym_encapsed_string_token1] = ACTIONS(1072), + [anon_sym_DQUOTE] = ACTIONS(1072), + [aux_sym_string_token1] = ACTIONS(1072), + [anon_sym_SQUOTE] = ACTIONS(1072), + [anon_sym_LT_LT_LT] = ACTIONS(1072), + [anon_sym_BQUOTE] = ACTIONS(1072), + [anon_sym_DOLLAR] = ACTIONS(1072), + [aux_sym_yield_expression_token1] = ACTIONS(1074), + [aux_sym_include_expression_token1] = ACTIONS(1074), + [aux_sym_include_once_expression_token1] = ACTIONS(1074), + [aux_sym_require_expression_token1] = ACTIONS(1074), + [aux_sym_require_once_expression_token1] = ACTIONS(1074), [sym_comment] = ACTIONS(5), }, [442] = { [sym_text_interpolation] = STATE(442), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__unary_expression] = STATE(922), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(922), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(628), - [sym_member_access_expression] = STATE(628), - [sym_nullsafe_member_access_expression] = STATE(628), - [sym_scoped_property_access_expression] = STATE(628), - [sym_function_call_expression] = STATE(602), - [sym_scoped_call_expression] = STATE(602), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(602), - [sym_nullsafe_member_call_expression] = STATE(602), - [sym_subscript_expression] = STATE(602), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(602), - [sym_variable_name] = STATE(602), - [sym_include_expression] = STATE(922), - [sym_include_once_expression] = STATE(922), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(861), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), + [ts_builtin_sym_end] = ACTIONS(1076), + [sym_name] = ACTIONS(1078), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1076), + [aux_sym_function_static_declaration_token1] = ACTIONS(1078), + [aux_sym_global_declaration_token1] = ACTIONS(1078), + [aux_sym_namespace_definition_token1] = ACTIONS(1078), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1078), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1078), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1078), + [anon_sym_BSLASH] = ACTIONS(1076), + [anon_sym_LBRACE] = ACTIONS(1076), + [anon_sym_RBRACE] = ACTIONS(1076), + [aux_sym_trait_declaration_token1] = ACTIONS(1078), + [aux_sym_interface_declaration_token1] = ACTIONS(1078), + [aux_sym_enum_declaration_token1] = ACTIONS(1078), + [aux_sym_enum_case_token1] = ACTIONS(1078), + [aux_sym_class_declaration_token1] = ACTIONS(1078), + [aux_sym_final_modifier_token1] = ACTIONS(1078), + [aux_sym_abstract_modifier_token1] = ACTIONS(1078), + [aux_sym_readonly_modifier_token1] = ACTIONS(1078), + [sym_var_modifier] = ACTIONS(1078), + [aux_sym_visibility_modifier_token1] = ACTIONS(1078), + [aux_sym_visibility_modifier_token2] = ACTIONS(1078), + [aux_sym_visibility_modifier_token3] = ACTIONS(1078), + [anon_sym_LPAREN] = ACTIONS(1076), + [aux_sym__arrow_function_header_token1] = ACTIONS(1078), + [aux_sym_cast_type_token1] = ACTIONS(1078), + [aux_sym_echo_statement_token1] = ACTIONS(1078), + [aux_sym_exit_statement_token1] = ACTIONS(1078), + [anon_sym_unset] = ACTIONS(1078), + [aux_sym_declare_statement_token1] = ACTIONS(1078), + [aux_sym_declare_statement_token2] = ACTIONS(1078), + [sym_float] = ACTIONS(1078), + [aux_sym_try_statement_token1] = ACTIONS(1078), + [aux_sym_goto_statement_token1] = ACTIONS(1078), + [aux_sym_continue_statement_token1] = ACTIONS(1078), + [aux_sym_break_statement_token1] = ACTIONS(1078), + [sym_integer] = ACTIONS(1078), + [aux_sym_return_statement_token1] = ACTIONS(1078), + [aux_sym_throw_expression_token1] = ACTIONS(1078), + [aux_sym_while_statement_token1] = ACTIONS(1078), + [aux_sym_while_statement_token2] = ACTIONS(1078), + [aux_sym_do_statement_token1] = ACTIONS(1078), + [aux_sym_for_statement_token1] = ACTIONS(1078), + [aux_sym_for_statement_token2] = ACTIONS(1078), + [aux_sym_foreach_statement_token1] = ACTIONS(1078), + [aux_sym_foreach_statement_token2] = ACTIONS(1078), + [aux_sym_if_statement_token1] = ACTIONS(1078), + [aux_sym_if_statement_token2] = ACTIONS(1078), + [aux_sym_else_if_clause_token1] = ACTIONS(1078), + [aux_sym_else_clause_token1] = ACTIONS(1078), + [aux_sym_match_expression_token1] = ACTIONS(1078), + [aux_sym_match_default_expression_token1] = ACTIONS(1078), + [aux_sym_switch_statement_token1] = ACTIONS(1078), + [aux_sym_switch_block_token1] = ACTIONS(1078), + [anon_sym_PLUS] = ACTIONS(1078), + [anon_sym_DASH] = ACTIONS(1078), + [anon_sym_TILDE] = ACTIONS(1076), + [anon_sym_BANG] = ACTIONS(1076), + [anon_sym_AT] = ACTIONS(1076), + [aux_sym_clone_expression_token1] = ACTIONS(1078), + [aux_sym_print_intrinsic_token1] = ACTIONS(1078), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1078), + [anon_sym_DASH_DASH] = ACTIONS(1076), + [anon_sym_PLUS_PLUS] = ACTIONS(1076), + [aux_sym__list_destructing_token1] = ACTIONS(1078), + [anon_sym_LBRACK] = ACTIONS(1076), + [anon_sym_self] = ACTIONS(1078), + [anon_sym_parent] = ACTIONS(1078), + [aux_sym__argument_name_token1] = ACTIONS(1078), + [aux_sym__argument_name_token2] = ACTIONS(1078), + [anon_sym_POUND_LBRACK] = ACTIONS(1076), + [aux_sym_encapsed_string_token1] = ACTIONS(1076), + [anon_sym_DQUOTE] = ACTIONS(1076), + [aux_sym_string_token1] = ACTIONS(1076), + [anon_sym_SQUOTE] = ACTIONS(1076), + [anon_sym_LT_LT_LT] = ACTIONS(1076), + [anon_sym_BQUOTE] = ACTIONS(1076), + [anon_sym_DOLLAR] = ACTIONS(1076), + [aux_sym_yield_expression_token1] = ACTIONS(1078), + [aux_sym_include_expression_token1] = ACTIONS(1078), + [aux_sym_include_once_expression_token1] = ACTIONS(1078), + [aux_sym_require_expression_token1] = ACTIONS(1078), + [aux_sym_require_once_expression_token1] = ACTIONS(1078), [sym_comment] = ACTIONS(5), }, [443] = { [sym_text_interpolation] = STATE(443), - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_name] = ACTIONS(1080), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1078), - [aux_sym_function_static_declaration_token1] = ACTIONS(1080), - [aux_sym_global_declaration_token1] = ACTIONS(1080), - [aux_sym_namespace_definition_token1] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1080), - [anon_sym_BSLASH] = ACTIONS(1078), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_RBRACE] = ACTIONS(1078), - [aux_sym_trait_declaration_token1] = ACTIONS(1080), - [aux_sym_interface_declaration_token1] = ACTIONS(1080), - [aux_sym_enum_declaration_token1] = ACTIONS(1080), - [aux_sym_enum_case_token1] = ACTIONS(1080), - [aux_sym_class_declaration_token1] = ACTIONS(1080), - [aux_sym_final_modifier_token1] = ACTIONS(1080), - [aux_sym_abstract_modifier_token1] = ACTIONS(1080), - [aux_sym_readonly_modifier_token1] = ACTIONS(1080), - [sym_var_modifier] = ACTIONS(1080), - [aux_sym_visibility_modifier_token1] = ACTIONS(1080), - [aux_sym_visibility_modifier_token2] = ACTIONS(1080), - [aux_sym_visibility_modifier_token3] = ACTIONS(1080), - [aux_sym__arrow_function_header_token1] = ACTIONS(1080), - [anon_sym_LPAREN] = ACTIONS(1078), - [aux_sym_cast_type_token1] = ACTIONS(1080), - [aux_sym_echo_statement_token1] = ACTIONS(1080), - [aux_sym_exit_statement_token1] = ACTIONS(1080), - [anon_sym_unset] = ACTIONS(1080), - [aux_sym_declare_statement_token1] = ACTIONS(1080), - [aux_sym_declare_statement_token2] = ACTIONS(1080), - [sym_float] = ACTIONS(1080), - [aux_sym_try_statement_token1] = ACTIONS(1080), - [aux_sym_goto_statement_token1] = ACTIONS(1080), - [aux_sym_continue_statement_token1] = ACTIONS(1080), - [aux_sym_break_statement_token1] = ACTIONS(1080), - [sym_integer] = ACTIONS(1080), - [aux_sym_return_statement_token1] = ACTIONS(1080), - [aux_sym_throw_expression_token1] = ACTIONS(1080), - [aux_sym_while_statement_token1] = ACTIONS(1080), - [aux_sym_while_statement_token2] = ACTIONS(1080), - [aux_sym_do_statement_token1] = ACTIONS(1080), - [aux_sym_for_statement_token1] = ACTIONS(1080), - [aux_sym_for_statement_token2] = ACTIONS(1080), - [aux_sym_foreach_statement_token1] = ACTIONS(1080), - [aux_sym_foreach_statement_token2] = ACTIONS(1080), - [aux_sym_if_statement_token1] = ACTIONS(1080), - [aux_sym_if_statement_token2] = ACTIONS(1080), - [aux_sym_else_if_clause_token1] = ACTIONS(1080), - [aux_sym_else_clause_token1] = ACTIONS(1080), - [aux_sym_match_expression_token1] = ACTIONS(1080), - [aux_sym_match_default_expression_token1] = ACTIONS(1080), - [aux_sym_switch_statement_token1] = ACTIONS(1080), - [aux_sym_switch_block_token1] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_AT] = ACTIONS(1078), - [aux_sym_clone_expression_token1] = ACTIONS(1080), - [aux_sym_print_intrinsic_token1] = ACTIONS(1080), - [aux_sym_object_creation_expression_token1] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [aux_sym__list_destructing_token1] = ACTIONS(1080), - [anon_sym_LBRACK] = ACTIONS(1078), - [anon_sym_self] = ACTIONS(1080), - [anon_sym_parent] = ACTIONS(1080), - [aux_sym__argument_name_token1] = ACTIONS(1080), - [aux_sym__argument_name_token2] = ACTIONS(1080), - [anon_sym_POUND_LBRACK] = ACTIONS(1078), - [aux_sym_encapsed_string_token1] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [aux_sym_string_token1] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_LT_LT_LT] = ACTIONS(1078), - [anon_sym_BQUOTE] = ACTIONS(1078), - [anon_sym_DOLLAR] = ACTIONS(1078), - [aux_sym_yield_expression_token1] = ACTIONS(1080), - [aux_sym_include_expression_token1] = ACTIONS(1080), - [aux_sym_include_once_expression_token1] = ACTIONS(1080), - [aux_sym_require_expression_token1] = ACTIONS(1080), - [aux_sym_require_once_expression_token1] = ACTIONS(1080), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1078), + [ts_builtin_sym_end] = ACTIONS(1080), + [sym_name] = ACTIONS(1082), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1080), + [aux_sym_function_static_declaration_token1] = ACTIONS(1082), + [aux_sym_global_declaration_token1] = ACTIONS(1082), + [aux_sym_namespace_definition_token1] = ACTIONS(1082), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1082), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1082), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1082), + [anon_sym_BSLASH] = ACTIONS(1080), + [anon_sym_LBRACE] = ACTIONS(1080), + [anon_sym_RBRACE] = ACTIONS(1080), + [aux_sym_trait_declaration_token1] = ACTIONS(1082), + [aux_sym_interface_declaration_token1] = ACTIONS(1082), + [aux_sym_enum_declaration_token1] = ACTIONS(1082), + [aux_sym_enum_case_token1] = ACTIONS(1082), + [aux_sym_class_declaration_token1] = ACTIONS(1082), + [aux_sym_final_modifier_token1] = ACTIONS(1082), + [aux_sym_abstract_modifier_token1] = ACTIONS(1082), + [aux_sym_readonly_modifier_token1] = ACTIONS(1082), + [sym_var_modifier] = ACTIONS(1082), + [aux_sym_visibility_modifier_token1] = ACTIONS(1082), + [aux_sym_visibility_modifier_token2] = ACTIONS(1082), + [aux_sym_visibility_modifier_token3] = ACTIONS(1082), + [anon_sym_LPAREN] = ACTIONS(1080), + [aux_sym__arrow_function_header_token1] = ACTIONS(1082), + [aux_sym_cast_type_token1] = ACTIONS(1082), + [aux_sym_echo_statement_token1] = ACTIONS(1082), + [aux_sym_exit_statement_token1] = ACTIONS(1082), + [anon_sym_unset] = ACTIONS(1082), + [aux_sym_declare_statement_token1] = ACTIONS(1082), + [aux_sym_declare_statement_token2] = ACTIONS(1082), + [sym_float] = ACTIONS(1082), + [aux_sym_try_statement_token1] = ACTIONS(1082), + [aux_sym_goto_statement_token1] = ACTIONS(1082), + [aux_sym_continue_statement_token1] = ACTIONS(1082), + [aux_sym_break_statement_token1] = ACTIONS(1082), + [sym_integer] = ACTIONS(1082), + [aux_sym_return_statement_token1] = ACTIONS(1082), + [aux_sym_throw_expression_token1] = ACTIONS(1082), + [aux_sym_while_statement_token1] = ACTIONS(1082), + [aux_sym_while_statement_token2] = ACTIONS(1082), + [aux_sym_do_statement_token1] = ACTIONS(1082), + [aux_sym_for_statement_token1] = ACTIONS(1082), + [aux_sym_for_statement_token2] = ACTIONS(1082), + [aux_sym_foreach_statement_token1] = ACTIONS(1082), + [aux_sym_foreach_statement_token2] = ACTIONS(1082), + [aux_sym_if_statement_token1] = ACTIONS(1082), + [aux_sym_if_statement_token2] = ACTIONS(1082), + [aux_sym_else_if_clause_token1] = ACTIONS(1082), + [aux_sym_else_clause_token1] = ACTIONS(1082), + [aux_sym_match_expression_token1] = ACTIONS(1082), + [aux_sym_match_default_expression_token1] = ACTIONS(1082), + [aux_sym_switch_statement_token1] = ACTIONS(1082), + [aux_sym_switch_block_token1] = ACTIONS(1082), + [anon_sym_PLUS] = ACTIONS(1082), + [anon_sym_DASH] = ACTIONS(1082), + [anon_sym_TILDE] = ACTIONS(1080), + [anon_sym_BANG] = ACTIONS(1080), + [anon_sym_AT] = ACTIONS(1080), + [aux_sym_clone_expression_token1] = ACTIONS(1082), + [aux_sym_print_intrinsic_token1] = ACTIONS(1082), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1082), + [anon_sym_DASH_DASH] = ACTIONS(1080), + [anon_sym_PLUS_PLUS] = ACTIONS(1080), + [aux_sym__list_destructing_token1] = ACTIONS(1082), + [anon_sym_LBRACK] = ACTIONS(1080), + [anon_sym_self] = ACTIONS(1082), + [anon_sym_parent] = ACTIONS(1082), + [aux_sym__argument_name_token1] = ACTIONS(1082), + [aux_sym__argument_name_token2] = ACTIONS(1082), + [anon_sym_POUND_LBRACK] = ACTIONS(1080), + [aux_sym_encapsed_string_token1] = ACTIONS(1080), + [anon_sym_DQUOTE] = ACTIONS(1080), + [aux_sym_string_token1] = ACTIONS(1080), + [anon_sym_SQUOTE] = ACTIONS(1080), + [anon_sym_LT_LT_LT] = ACTIONS(1080), + [anon_sym_BQUOTE] = ACTIONS(1080), + [anon_sym_DOLLAR] = ACTIONS(1080), + [aux_sym_yield_expression_token1] = ACTIONS(1082), + [aux_sym_include_expression_token1] = ACTIONS(1082), + [aux_sym_include_once_expression_token1] = ACTIONS(1082), + [aux_sym_require_expression_token1] = ACTIONS(1082), + [aux_sym_require_once_expression_token1] = ACTIONS(1082), + [sym_comment] = ACTIONS(5), }, [444] = { [sym_text_interpolation] = STATE(444), - [ts_builtin_sym_end] = ACTIONS(1082), - [sym_name] = ACTIONS(1084), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1086), - [aux_sym_function_static_declaration_token1] = ACTIONS(1084), - [aux_sym_global_declaration_token1] = ACTIONS(1084), - [aux_sym_namespace_definition_token1] = ACTIONS(1084), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1084), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1084), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1084), - [anon_sym_BSLASH] = ACTIONS(1082), - [anon_sym_LBRACE] = ACTIONS(1082), - [anon_sym_RBRACE] = ACTIONS(1082), - [aux_sym_trait_declaration_token1] = ACTIONS(1084), - [aux_sym_interface_declaration_token1] = ACTIONS(1084), - [aux_sym_enum_declaration_token1] = ACTIONS(1084), - [aux_sym_enum_case_token1] = ACTIONS(1084), - [aux_sym_class_declaration_token1] = ACTIONS(1084), - [aux_sym_final_modifier_token1] = ACTIONS(1084), - [aux_sym_abstract_modifier_token1] = ACTIONS(1084), - [aux_sym_readonly_modifier_token1] = ACTIONS(1084), - [sym_var_modifier] = ACTIONS(1084), - [aux_sym_visibility_modifier_token1] = ACTIONS(1084), - [aux_sym_visibility_modifier_token2] = ACTIONS(1084), - [aux_sym_visibility_modifier_token3] = ACTIONS(1084), - [aux_sym__arrow_function_header_token1] = ACTIONS(1084), - [anon_sym_LPAREN] = ACTIONS(1082), - [aux_sym_cast_type_token1] = ACTIONS(1084), - [aux_sym_echo_statement_token1] = ACTIONS(1084), - [aux_sym_exit_statement_token1] = ACTIONS(1084), - [anon_sym_unset] = ACTIONS(1084), - [aux_sym_declare_statement_token1] = ACTIONS(1084), - [aux_sym_declare_statement_token2] = ACTIONS(1084), - [sym_float] = ACTIONS(1084), - [aux_sym_try_statement_token1] = ACTIONS(1084), - [aux_sym_goto_statement_token1] = ACTIONS(1084), - [aux_sym_continue_statement_token1] = ACTIONS(1084), - [aux_sym_break_statement_token1] = ACTIONS(1084), - [sym_integer] = ACTIONS(1084), - [aux_sym_return_statement_token1] = ACTIONS(1084), - [aux_sym_throw_expression_token1] = ACTIONS(1084), - [aux_sym_while_statement_token1] = ACTIONS(1084), - [aux_sym_while_statement_token2] = ACTIONS(1084), - [aux_sym_do_statement_token1] = ACTIONS(1084), - [aux_sym_for_statement_token1] = ACTIONS(1084), - [aux_sym_for_statement_token2] = ACTIONS(1084), - [aux_sym_foreach_statement_token1] = ACTIONS(1084), - [aux_sym_foreach_statement_token2] = ACTIONS(1084), - [aux_sym_if_statement_token1] = ACTIONS(1084), - [aux_sym_if_statement_token2] = ACTIONS(1084), - [aux_sym_else_if_clause_token1] = ACTIONS(1084), - [aux_sym_else_clause_token1] = ACTIONS(1084), - [aux_sym_match_expression_token1] = ACTIONS(1084), - [aux_sym_match_default_expression_token1] = ACTIONS(1084), - [aux_sym_switch_statement_token1] = ACTIONS(1084), - [aux_sym_switch_block_token1] = ACTIONS(1084), - [anon_sym_PLUS] = ACTIONS(1084), - [anon_sym_DASH] = ACTIONS(1084), - [anon_sym_TILDE] = ACTIONS(1082), - [anon_sym_BANG] = ACTIONS(1082), - [anon_sym_AT] = ACTIONS(1082), - [aux_sym_clone_expression_token1] = ACTIONS(1084), - [aux_sym_print_intrinsic_token1] = ACTIONS(1084), - [aux_sym_object_creation_expression_token1] = ACTIONS(1084), - [anon_sym_DASH_DASH] = ACTIONS(1082), - [anon_sym_PLUS_PLUS] = ACTIONS(1082), - [aux_sym__list_destructing_token1] = ACTIONS(1084), - [anon_sym_LBRACK] = ACTIONS(1082), - [anon_sym_self] = ACTIONS(1084), - [anon_sym_parent] = ACTIONS(1084), - [aux_sym__argument_name_token1] = ACTIONS(1084), - [aux_sym__argument_name_token2] = ACTIONS(1084), - [anon_sym_POUND_LBRACK] = ACTIONS(1082), - [aux_sym_encapsed_string_token1] = ACTIONS(1082), - [anon_sym_DQUOTE] = ACTIONS(1082), - [aux_sym_string_token1] = ACTIONS(1082), - [anon_sym_SQUOTE] = ACTIONS(1082), - [anon_sym_LT_LT_LT] = ACTIONS(1082), - [anon_sym_BQUOTE] = ACTIONS(1082), - [anon_sym_DOLLAR] = ACTIONS(1082), - [aux_sym_yield_expression_token1] = ACTIONS(1084), - [aux_sym_include_expression_token1] = ACTIONS(1084), - [aux_sym_include_once_expression_token1] = ACTIONS(1084), - [aux_sym_require_expression_token1] = ACTIONS(1084), - [aux_sym_require_once_expression_token1] = ACTIONS(1084), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1086), + [ts_builtin_sym_end] = ACTIONS(1024), + [sym_name] = ACTIONS(1026), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1024), + [aux_sym_function_static_declaration_token1] = ACTIONS(1026), + [aux_sym_global_declaration_token1] = ACTIONS(1026), + [aux_sym_namespace_definition_token1] = ACTIONS(1026), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1026), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1026), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1026), + [anon_sym_BSLASH] = ACTIONS(1024), + [anon_sym_LBRACE] = ACTIONS(1024), + [anon_sym_RBRACE] = ACTIONS(1024), + [aux_sym_trait_declaration_token1] = ACTIONS(1026), + [aux_sym_interface_declaration_token1] = ACTIONS(1026), + [aux_sym_enum_declaration_token1] = ACTIONS(1026), + [aux_sym_enum_case_token1] = ACTIONS(1026), + [aux_sym_class_declaration_token1] = ACTIONS(1026), + [aux_sym_final_modifier_token1] = ACTIONS(1026), + [aux_sym_abstract_modifier_token1] = ACTIONS(1026), + [aux_sym_readonly_modifier_token1] = ACTIONS(1026), + [sym_var_modifier] = ACTIONS(1026), + [aux_sym_visibility_modifier_token1] = ACTIONS(1026), + [aux_sym_visibility_modifier_token2] = ACTIONS(1026), + [aux_sym_visibility_modifier_token3] = ACTIONS(1026), + [anon_sym_LPAREN] = ACTIONS(1024), + [aux_sym__arrow_function_header_token1] = ACTIONS(1026), + [aux_sym_cast_type_token1] = ACTIONS(1026), + [aux_sym_echo_statement_token1] = ACTIONS(1026), + [aux_sym_exit_statement_token1] = ACTIONS(1026), + [anon_sym_unset] = ACTIONS(1026), + [aux_sym_declare_statement_token1] = ACTIONS(1026), + [aux_sym_declare_statement_token2] = ACTIONS(1026), + [sym_float] = ACTIONS(1026), + [aux_sym_try_statement_token1] = ACTIONS(1026), + [aux_sym_goto_statement_token1] = ACTIONS(1026), + [aux_sym_continue_statement_token1] = ACTIONS(1026), + [aux_sym_break_statement_token1] = ACTIONS(1026), + [sym_integer] = ACTIONS(1026), + [aux_sym_return_statement_token1] = ACTIONS(1026), + [aux_sym_throw_expression_token1] = ACTIONS(1026), + [aux_sym_while_statement_token1] = ACTIONS(1026), + [aux_sym_while_statement_token2] = ACTIONS(1026), + [aux_sym_do_statement_token1] = ACTIONS(1026), + [aux_sym_for_statement_token1] = ACTIONS(1026), + [aux_sym_for_statement_token2] = ACTIONS(1026), + [aux_sym_foreach_statement_token1] = ACTIONS(1026), + [aux_sym_foreach_statement_token2] = ACTIONS(1026), + [aux_sym_if_statement_token1] = ACTIONS(1026), + [aux_sym_if_statement_token2] = ACTIONS(1026), + [aux_sym_else_if_clause_token1] = ACTIONS(1026), + [aux_sym_else_clause_token1] = ACTIONS(1026), + [aux_sym_match_expression_token1] = ACTIONS(1026), + [aux_sym_match_default_expression_token1] = ACTIONS(1026), + [aux_sym_switch_statement_token1] = ACTIONS(1026), + [aux_sym_switch_block_token1] = ACTIONS(1026), + [anon_sym_PLUS] = ACTIONS(1026), + [anon_sym_DASH] = ACTIONS(1026), + [anon_sym_TILDE] = ACTIONS(1024), + [anon_sym_BANG] = ACTIONS(1024), + [anon_sym_AT] = ACTIONS(1024), + [aux_sym_clone_expression_token1] = ACTIONS(1026), + [aux_sym_print_intrinsic_token1] = ACTIONS(1026), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1026), + [anon_sym_DASH_DASH] = ACTIONS(1024), + [anon_sym_PLUS_PLUS] = ACTIONS(1024), + [aux_sym__list_destructing_token1] = ACTIONS(1026), + [anon_sym_LBRACK] = ACTIONS(1024), + [anon_sym_self] = ACTIONS(1026), + [anon_sym_parent] = ACTIONS(1026), + [aux_sym__argument_name_token1] = ACTIONS(1026), + [aux_sym__argument_name_token2] = ACTIONS(1026), + [anon_sym_POUND_LBRACK] = ACTIONS(1024), + [aux_sym_encapsed_string_token1] = ACTIONS(1024), + [anon_sym_DQUOTE] = ACTIONS(1024), + [aux_sym_string_token1] = ACTIONS(1024), + [anon_sym_SQUOTE] = ACTIONS(1024), + [anon_sym_LT_LT_LT] = ACTIONS(1024), + [anon_sym_BQUOTE] = ACTIONS(1024), + [anon_sym_DOLLAR] = ACTIONS(1024), + [aux_sym_yield_expression_token1] = ACTIONS(1026), + [aux_sym_include_expression_token1] = ACTIONS(1026), + [aux_sym_include_once_expression_token1] = ACTIONS(1026), + [aux_sym_require_expression_token1] = ACTIONS(1026), + [aux_sym_require_once_expression_token1] = ACTIONS(1026), + [sym_comment] = ACTIONS(5), }, [445] = { [sym_text_interpolation] = STATE(445), + [ts_builtin_sym_end] = ACTIONS(1084), + [sym_name] = ACTIONS(1086), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1084), + [aux_sym_function_static_declaration_token1] = ACTIONS(1086), + [aux_sym_global_declaration_token1] = ACTIONS(1086), + [aux_sym_namespace_definition_token1] = ACTIONS(1086), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1086), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1086), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1086), + [anon_sym_BSLASH] = ACTIONS(1084), + [anon_sym_LBRACE] = ACTIONS(1084), + [anon_sym_RBRACE] = ACTIONS(1084), + [aux_sym_trait_declaration_token1] = ACTIONS(1086), + [aux_sym_interface_declaration_token1] = ACTIONS(1086), + [aux_sym_enum_declaration_token1] = ACTIONS(1086), + [aux_sym_enum_case_token1] = ACTIONS(1086), + [aux_sym_class_declaration_token1] = ACTIONS(1086), + [aux_sym_final_modifier_token1] = ACTIONS(1086), + [aux_sym_abstract_modifier_token1] = ACTIONS(1086), + [aux_sym_readonly_modifier_token1] = ACTIONS(1086), + [sym_var_modifier] = ACTIONS(1086), + [aux_sym_visibility_modifier_token1] = ACTIONS(1086), + [aux_sym_visibility_modifier_token2] = ACTIONS(1086), + [aux_sym_visibility_modifier_token3] = ACTIONS(1086), + [anon_sym_LPAREN] = ACTIONS(1084), + [aux_sym__arrow_function_header_token1] = ACTIONS(1086), + [aux_sym_cast_type_token1] = ACTIONS(1086), + [aux_sym_echo_statement_token1] = ACTIONS(1086), + [aux_sym_exit_statement_token1] = ACTIONS(1086), + [anon_sym_unset] = ACTIONS(1086), + [aux_sym_declare_statement_token1] = ACTIONS(1086), + [aux_sym_declare_statement_token2] = ACTIONS(1086), + [sym_float] = ACTIONS(1086), + [aux_sym_try_statement_token1] = ACTIONS(1086), + [aux_sym_goto_statement_token1] = ACTIONS(1086), + [aux_sym_continue_statement_token1] = ACTIONS(1086), + [aux_sym_break_statement_token1] = ACTIONS(1086), + [sym_integer] = ACTIONS(1086), + [aux_sym_return_statement_token1] = ACTIONS(1086), + [aux_sym_throw_expression_token1] = ACTIONS(1086), + [aux_sym_while_statement_token1] = ACTIONS(1086), + [aux_sym_while_statement_token2] = ACTIONS(1086), + [aux_sym_do_statement_token1] = ACTIONS(1086), + [aux_sym_for_statement_token1] = ACTIONS(1086), + [aux_sym_for_statement_token2] = ACTIONS(1086), + [aux_sym_foreach_statement_token1] = ACTIONS(1086), + [aux_sym_foreach_statement_token2] = ACTIONS(1086), + [aux_sym_if_statement_token1] = ACTIONS(1086), + [aux_sym_if_statement_token2] = ACTIONS(1086), + [aux_sym_else_if_clause_token1] = ACTIONS(1086), + [aux_sym_else_clause_token1] = ACTIONS(1086), + [aux_sym_match_expression_token1] = ACTIONS(1086), + [aux_sym_match_default_expression_token1] = ACTIONS(1086), + [aux_sym_switch_statement_token1] = ACTIONS(1086), + [aux_sym_switch_block_token1] = ACTIONS(1086), + [anon_sym_PLUS] = ACTIONS(1086), + [anon_sym_DASH] = ACTIONS(1086), + [anon_sym_TILDE] = ACTIONS(1084), + [anon_sym_BANG] = ACTIONS(1084), + [anon_sym_AT] = ACTIONS(1084), + [aux_sym_clone_expression_token1] = ACTIONS(1086), + [aux_sym_print_intrinsic_token1] = ACTIONS(1086), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1086), + [anon_sym_DASH_DASH] = ACTIONS(1084), + [anon_sym_PLUS_PLUS] = ACTIONS(1084), + [aux_sym__list_destructing_token1] = ACTIONS(1086), + [anon_sym_LBRACK] = ACTIONS(1084), + [anon_sym_self] = ACTIONS(1086), + [anon_sym_parent] = ACTIONS(1086), + [aux_sym__argument_name_token1] = ACTIONS(1086), + [aux_sym__argument_name_token2] = ACTIONS(1086), + [anon_sym_POUND_LBRACK] = ACTIONS(1084), + [aux_sym_encapsed_string_token1] = ACTIONS(1084), + [anon_sym_DQUOTE] = ACTIONS(1084), + [aux_sym_string_token1] = ACTIONS(1084), + [anon_sym_SQUOTE] = ACTIONS(1084), + [anon_sym_LT_LT_LT] = ACTIONS(1084), + [anon_sym_BQUOTE] = ACTIONS(1084), + [anon_sym_DOLLAR] = ACTIONS(1084), + [aux_sym_yield_expression_token1] = ACTIONS(1086), + [aux_sym_include_expression_token1] = ACTIONS(1086), + [aux_sym_include_once_expression_token1] = ACTIONS(1086), + [aux_sym_require_expression_token1] = ACTIONS(1086), + [aux_sym_require_once_expression_token1] = ACTIONS(1086), + [sym_comment] = ACTIONS(5), + }, + [446] = { + [sym_text_interpolation] = STATE(446), [ts_builtin_sym_end] = ACTIONS(1088), [sym_name] = ACTIONS(1090), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1092), + [anon_sym_SEMI] = ACTIONS(1088), [aux_sym_function_static_declaration_token1] = ACTIONS(1090), [aux_sym_global_declaration_token1] = ACTIONS(1090), [aux_sym_namespace_definition_token1] = ACTIONS(1090), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1090), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1090), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1090), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1090), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1090), [anon_sym_BSLASH] = ACTIONS(1088), [anon_sym_LBRACE] = ACTIONS(1088), [anon_sym_RBRACE] = ACTIONS(1088), @@ -67272,8 +72336,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1090), [aux_sym_visibility_modifier_token2] = ACTIONS(1090), [aux_sym_visibility_modifier_token3] = ACTIONS(1090), - [aux_sym__arrow_function_header_token1] = ACTIONS(1090), [anon_sym_LPAREN] = ACTIONS(1088), + [aux_sym__arrow_function_header_token1] = ACTIONS(1090), [aux_sym_cast_type_token1] = ACTIONS(1090), [aux_sym_echo_statement_token1] = ACTIONS(1090), [aux_sym_exit_statement_token1] = ACTIONS(1090), @@ -67310,7 +72374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1088), [aux_sym_clone_expression_token1] = ACTIONS(1090), [aux_sym_print_intrinsic_token1] = ACTIONS(1090), - [aux_sym_object_creation_expression_token1] = ACTIONS(1090), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1090), [anon_sym_DASH_DASH] = ACTIONS(1088), [anon_sym_PLUS_PLUS] = ACTIONS(1088), [aux_sym__list_destructing_token1] = ACTIONS(1090), @@ -67333,110 +72397,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1090), [aux_sym_require_once_expression_token1] = ACTIONS(1090), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1092), - }, - [446] = { - [sym_text_interpolation] = STATE(446), - [ts_builtin_sym_end] = ACTIONS(1094), - [sym_name] = ACTIONS(1096), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1098), - [aux_sym_function_static_declaration_token1] = ACTIONS(1096), - [aux_sym_global_declaration_token1] = ACTIONS(1096), - [aux_sym_namespace_definition_token1] = ACTIONS(1096), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1096), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1096), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1096), - [anon_sym_BSLASH] = ACTIONS(1094), - [anon_sym_LBRACE] = ACTIONS(1094), - [anon_sym_RBRACE] = ACTIONS(1094), - [aux_sym_trait_declaration_token1] = ACTIONS(1096), - [aux_sym_interface_declaration_token1] = ACTIONS(1096), - [aux_sym_enum_declaration_token1] = ACTIONS(1096), - [aux_sym_enum_case_token1] = ACTIONS(1096), - [aux_sym_class_declaration_token1] = ACTIONS(1096), - [aux_sym_final_modifier_token1] = ACTIONS(1096), - [aux_sym_abstract_modifier_token1] = ACTIONS(1096), - [aux_sym_readonly_modifier_token1] = ACTIONS(1096), - [sym_var_modifier] = ACTIONS(1096), - [aux_sym_visibility_modifier_token1] = ACTIONS(1096), - [aux_sym_visibility_modifier_token2] = ACTIONS(1096), - [aux_sym_visibility_modifier_token3] = ACTIONS(1096), - [aux_sym__arrow_function_header_token1] = ACTIONS(1096), - [anon_sym_LPAREN] = ACTIONS(1094), - [aux_sym_cast_type_token1] = ACTIONS(1096), - [aux_sym_echo_statement_token1] = ACTIONS(1096), - [aux_sym_exit_statement_token1] = ACTIONS(1096), - [anon_sym_unset] = ACTIONS(1096), - [aux_sym_declare_statement_token1] = ACTIONS(1096), - [aux_sym_declare_statement_token2] = ACTIONS(1096), - [sym_float] = ACTIONS(1096), - [aux_sym_try_statement_token1] = ACTIONS(1096), - [aux_sym_goto_statement_token1] = ACTIONS(1096), - [aux_sym_continue_statement_token1] = ACTIONS(1096), - [aux_sym_break_statement_token1] = ACTIONS(1096), - [sym_integer] = ACTIONS(1096), - [aux_sym_return_statement_token1] = ACTIONS(1096), - [aux_sym_throw_expression_token1] = ACTIONS(1096), - [aux_sym_while_statement_token1] = ACTIONS(1096), - [aux_sym_while_statement_token2] = ACTIONS(1096), - [aux_sym_do_statement_token1] = ACTIONS(1096), - [aux_sym_for_statement_token1] = ACTIONS(1096), - [aux_sym_for_statement_token2] = ACTIONS(1096), - [aux_sym_foreach_statement_token1] = ACTIONS(1096), - [aux_sym_foreach_statement_token2] = ACTIONS(1096), - [aux_sym_if_statement_token1] = ACTIONS(1096), - [aux_sym_if_statement_token2] = ACTIONS(1096), - [aux_sym_else_if_clause_token1] = ACTIONS(1096), - [aux_sym_else_clause_token1] = ACTIONS(1096), - [aux_sym_match_expression_token1] = ACTIONS(1096), - [aux_sym_match_default_expression_token1] = ACTIONS(1096), - [aux_sym_switch_statement_token1] = ACTIONS(1096), - [aux_sym_switch_block_token1] = ACTIONS(1096), - [anon_sym_PLUS] = ACTIONS(1096), - [anon_sym_DASH] = ACTIONS(1096), - [anon_sym_TILDE] = ACTIONS(1094), - [anon_sym_BANG] = ACTIONS(1094), - [anon_sym_AT] = ACTIONS(1094), - [aux_sym_clone_expression_token1] = ACTIONS(1096), - [aux_sym_print_intrinsic_token1] = ACTIONS(1096), - [aux_sym_object_creation_expression_token1] = ACTIONS(1096), - [anon_sym_DASH_DASH] = ACTIONS(1094), - [anon_sym_PLUS_PLUS] = ACTIONS(1094), - [aux_sym__list_destructing_token1] = ACTIONS(1096), - [anon_sym_LBRACK] = ACTIONS(1094), - [anon_sym_self] = ACTIONS(1096), - [anon_sym_parent] = ACTIONS(1096), - [aux_sym__argument_name_token1] = ACTIONS(1096), - [aux_sym__argument_name_token2] = ACTIONS(1096), - [anon_sym_POUND_LBRACK] = ACTIONS(1094), - [aux_sym_encapsed_string_token1] = ACTIONS(1094), - [anon_sym_DQUOTE] = ACTIONS(1094), - [aux_sym_string_token1] = ACTIONS(1094), - [anon_sym_SQUOTE] = ACTIONS(1094), - [anon_sym_LT_LT_LT] = ACTIONS(1094), - [anon_sym_BQUOTE] = ACTIONS(1094), - [anon_sym_DOLLAR] = ACTIONS(1094), - [aux_sym_yield_expression_token1] = ACTIONS(1096), - [aux_sym_include_expression_token1] = ACTIONS(1096), - [aux_sym_include_once_expression_token1] = ACTIONS(1096), - [aux_sym_require_expression_token1] = ACTIONS(1096), - [aux_sym_require_once_expression_token1] = ACTIONS(1096), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1098), }, [447] = { [sym_text_interpolation] = STATE(447), + [ts_builtin_sym_end] = ACTIONS(1092), + [sym_name] = ACTIONS(1094), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1092), + [aux_sym_function_static_declaration_token1] = ACTIONS(1094), + [aux_sym_global_declaration_token1] = ACTIONS(1094), + [aux_sym_namespace_definition_token1] = ACTIONS(1094), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1094), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1094), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1094), + [anon_sym_BSLASH] = ACTIONS(1092), + [anon_sym_LBRACE] = ACTIONS(1092), + [anon_sym_RBRACE] = ACTIONS(1092), + [aux_sym_trait_declaration_token1] = ACTIONS(1094), + [aux_sym_interface_declaration_token1] = ACTIONS(1094), + [aux_sym_enum_declaration_token1] = ACTIONS(1094), + [aux_sym_enum_case_token1] = ACTIONS(1094), + [aux_sym_class_declaration_token1] = ACTIONS(1094), + [aux_sym_final_modifier_token1] = ACTIONS(1094), + [aux_sym_abstract_modifier_token1] = ACTIONS(1094), + [aux_sym_readonly_modifier_token1] = ACTIONS(1094), + [sym_var_modifier] = ACTIONS(1094), + [aux_sym_visibility_modifier_token1] = ACTIONS(1094), + [aux_sym_visibility_modifier_token2] = ACTIONS(1094), + [aux_sym_visibility_modifier_token3] = ACTIONS(1094), + [anon_sym_LPAREN] = ACTIONS(1092), + [aux_sym__arrow_function_header_token1] = ACTIONS(1094), + [aux_sym_cast_type_token1] = ACTIONS(1094), + [aux_sym_echo_statement_token1] = ACTIONS(1094), + [aux_sym_exit_statement_token1] = ACTIONS(1094), + [anon_sym_unset] = ACTIONS(1094), + [aux_sym_declare_statement_token1] = ACTIONS(1094), + [aux_sym_declare_statement_token2] = ACTIONS(1094), + [sym_float] = ACTIONS(1094), + [aux_sym_try_statement_token1] = ACTIONS(1094), + [aux_sym_goto_statement_token1] = ACTIONS(1094), + [aux_sym_continue_statement_token1] = ACTIONS(1094), + [aux_sym_break_statement_token1] = ACTIONS(1094), + [sym_integer] = ACTIONS(1094), + [aux_sym_return_statement_token1] = ACTIONS(1094), + [aux_sym_throw_expression_token1] = ACTIONS(1094), + [aux_sym_while_statement_token1] = ACTIONS(1094), + [aux_sym_while_statement_token2] = ACTIONS(1094), + [aux_sym_do_statement_token1] = ACTIONS(1094), + [aux_sym_for_statement_token1] = ACTIONS(1094), + [aux_sym_for_statement_token2] = ACTIONS(1094), + [aux_sym_foreach_statement_token1] = ACTIONS(1094), + [aux_sym_foreach_statement_token2] = ACTIONS(1094), + [aux_sym_if_statement_token1] = ACTIONS(1094), + [aux_sym_if_statement_token2] = ACTIONS(1094), + [aux_sym_else_if_clause_token1] = ACTIONS(1094), + [aux_sym_else_clause_token1] = ACTIONS(1094), + [aux_sym_match_expression_token1] = ACTIONS(1094), + [aux_sym_match_default_expression_token1] = ACTIONS(1094), + [aux_sym_switch_statement_token1] = ACTIONS(1094), + [aux_sym_switch_block_token1] = ACTIONS(1094), + [anon_sym_PLUS] = ACTIONS(1094), + [anon_sym_DASH] = ACTIONS(1094), + [anon_sym_TILDE] = ACTIONS(1092), + [anon_sym_BANG] = ACTIONS(1092), + [anon_sym_AT] = ACTIONS(1092), + [aux_sym_clone_expression_token1] = ACTIONS(1094), + [aux_sym_print_intrinsic_token1] = ACTIONS(1094), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1094), + [anon_sym_DASH_DASH] = ACTIONS(1092), + [anon_sym_PLUS_PLUS] = ACTIONS(1092), + [aux_sym__list_destructing_token1] = ACTIONS(1094), + [anon_sym_LBRACK] = ACTIONS(1092), + [anon_sym_self] = ACTIONS(1094), + [anon_sym_parent] = ACTIONS(1094), + [aux_sym__argument_name_token1] = ACTIONS(1094), + [aux_sym__argument_name_token2] = ACTIONS(1094), + [anon_sym_POUND_LBRACK] = ACTIONS(1092), + [aux_sym_encapsed_string_token1] = ACTIONS(1092), + [anon_sym_DQUOTE] = ACTIONS(1092), + [aux_sym_string_token1] = ACTIONS(1092), + [anon_sym_SQUOTE] = ACTIONS(1092), + [anon_sym_LT_LT_LT] = ACTIONS(1092), + [anon_sym_BQUOTE] = ACTIONS(1092), + [anon_sym_DOLLAR] = ACTIONS(1092), + [aux_sym_yield_expression_token1] = ACTIONS(1094), + [aux_sym_include_expression_token1] = ACTIONS(1094), + [aux_sym_include_once_expression_token1] = ACTIONS(1094), + [aux_sym_require_expression_token1] = ACTIONS(1094), + [aux_sym_require_once_expression_token1] = ACTIONS(1094), + [sym_comment] = ACTIONS(5), + }, + [448] = { + [sym_text_interpolation] = STATE(448), + [ts_builtin_sym_end] = ACTIONS(1096), + [sym_name] = ACTIONS(1098), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1096), + [aux_sym_function_static_declaration_token1] = ACTIONS(1098), + [aux_sym_global_declaration_token1] = ACTIONS(1098), + [aux_sym_namespace_definition_token1] = ACTIONS(1098), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1098), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1098), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1098), + [anon_sym_BSLASH] = ACTIONS(1096), + [anon_sym_LBRACE] = ACTIONS(1096), + [anon_sym_RBRACE] = ACTIONS(1096), + [aux_sym_trait_declaration_token1] = ACTIONS(1098), + [aux_sym_interface_declaration_token1] = ACTIONS(1098), + [aux_sym_enum_declaration_token1] = ACTIONS(1098), + [aux_sym_enum_case_token1] = ACTIONS(1098), + [aux_sym_class_declaration_token1] = ACTIONS(1098), + [aux_sym_final_modifier_token1] = ACTIONS(1098), + [aux_sym_abstract_modifier_token1] = ACTIONS(1098), + [aux_sym_readonly_modifier_token1] = ACTIONS(1098), + [sym_var_modifier] = ACTIONS(1098), + [aux_sym_visibility_modifier_token1] = ACTIONS(1098), + [aux_sym_visibility_modifier_token2] = ACTIONS(1098), + [aux_sym_visibility_modifier_token3] = ACTIONS(1098), + [anon_sym_LPAREN] = ACTIONS(1096), + [aux_sym__arrow_function_header_token1] = ACTIONS(1098), + [aux_sym_cast_type_token1] = ACTIONS(1098), + [aux_sym_echo_statement_token1] = ACTIONS(1098), + [aux_sym_exit_statement_token1] = ACTIONS(1098), + [anon_sym_unset] = ACTIONS(1098), + [aux_sym_declare_statement_token1] = ACTIONS(1098), + [aux_sym_declare_statement_token2] = ACTIONS(1098), + [sym_float] = ACTIONS(1098), + [aux_sym_try_statement_token1] = ACTIONS(1098), + [aux_sym_goto_statement_token1] = ACTIONS(1098), + [aux_sym_continue_statement_token1] = ACTIONS(1098), + [aux_sym_break_statement_token1] = ACTIONS(1098), + [sym_integer] = ACTIONS(1098), + [aux_sym_return_statement_token1] = ACTIONS(1098), + [aux_sym_throw_expression_token1] = ACTIONS(1098), + [aux_sym_while_statement_token1] = ACTIONS(1098), + [aux_sym_while_statement_token2] = ACTIONS(1098), + [aux_sym_do_statement_token1] = ACTIONS(1098), + [aux_sym_for_statement_token1] = ACTIONS(1098), + [aux_sym_for_statement_token2] = ACTIONS(1098), + [aux_sym_foreach_statement_token1] = ACTIONS(1098), + [aux_sym_foreach_statement_token2] = ACTIONS(1098), + [aux_sym_if_statement_token1] = ACTIONS(1098), + [aux_sym_if_statement_token2] = ACTIONS(1098), + [aux_sym_else_if_clause_token1] = ACTIONS(1098), + [aux_sym_else_clause_token1] = ACTIONS(1098), + [aux_sym_match_expression_token1] = ACTIONS(1098), + [aux_sym_match_default_expression_token1] = ACTIONS(1098), + [aux_sym_switch_statement_token1] = ACTIONS(1098), + [aux_sym_switch_block_token1] = ACTIONS(1098), + [anon_sym_PLUS] = ACTIONS(1098), + [anon_sym_DASH] = ACTIONS(1098), + [anon_sym_TILDE] = ACTIONS(1096), + [anon_sym_BANG] = ACTIONS(1096), + [anon_sym_AT] = ACTIONS(1096), + [aux_sym_clone_expression_token1] = ACTIONS(1098), + [aux_sym_print_intrinsic_token1] = ACTIONS(1098), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1098), + [anon_sym_DASH_DASH] = ACTIONS(1096), + [anon_sym_PLUS_PLUS] = ACTIONS(1096), + [aux_sym__list_destructing_token1] = ACTIONS(1098), + [anon_sym_LBRACK] = ACTIONS(1096), + [anon_sym_self] = ACTIONS(1098), + [anon_sym_parent] = ACTIONS(1098), + [aux_sym__argument_name_token1] = ACTIONS(1098), + [aux_sym__argument_name_token2] = ACTIONS(1098), + [anon_sym_POUND_LBRACK] = ACTIONS(1096), + [aux_sym_encapsed_string_token1] = ACTIONS(1096), + [anon_sym_DQUOTE] = ACTIONS(1096), + [aux_sym_string_token1] = ACTIONS(1096), + [anon_sym_SQUOTE] = ACTIONS(1096), + [anon_sym_LT_LT_LT] = ACTIONS(1096), + [anon_sym_BQUOTE] = ACTIONS(1096), + [anon_sym_DOLLAR] = ACTIONS(1096), + [aux_sym_yield_expression_token1] = ACTIONS(1098), + [aux_sym_include_expression_token1] = ACTIONS(1098), + [aux_sym_include_once_expression_token1] = ACTIONS(1098), + [aux_sym_require_expression_token1] = ACTIONS(1098), + [aux_sym_require_once_expression_token1] = ACTIONS(1098), + [sym_comment] = ACTIONS(5), + }, + [449] = { + [sym_text_interpolation] = STATE(449), [ts_builtin_sym_end] = ACTIONS(1100), [sym_name] = ACTIONS(1102), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1104), + [anon_sym_SEMI] = ACTIONS(1100), [aux_sym_function_static_declaration_token1] = ACTIONS(1102), [aux_sym_global_declaration_token1] = ACTIONS(1102), [aux_sym_namespace_definition_token1] = ACTIONS(1102), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1102), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1102), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1102), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1102), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1102), [anon_sym_BSLASH] = ACTIONS(1100), [anon_sym_LBRACE] = ACTIONS(1100), [anon_sym_RBRACE] = ACTIONS(1100), @@ -67452,8 +72603,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1102), [aux_sym_visibility_modifier_token2] = ACTIONS(1102), [aux_sym_visibility_modifier_token3] = ACTIONS(1102), - [aux_sym__arrow_function_header_token1] = ACTIONS(1102), [anon_sym_LPAREN] = ACTIONS(1100), + [aux_sym__arrow_function_header_token1] = ACTIONS(1102), [aux_sym_cast_type_token1] = ACTIONS(1102), [aux_sym_echo_statement_token1] = ACTIONS(1102), [aux_sym_exit_statement_token1] = ACTIONS(1102), @@ -67490,7 +72641,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1100), [aux_sym_clone_expression_token1] = ACTIONS(1102), [aux_sym_print_intrinsic_token1] = ACTIONS(1102), - [aux_sym_object_creation_expression_token1] = ACTIONS(1102), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1102), [anon_sym_DASH_DASH] = ACTIONS(1100), [anon_sym_PLUS_PLUS] = ACTIONS(1100), [aux_sym__list_destructing_token1] = ACTIONS(1102), @@ -67513,200 +72664,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1102), [aux_sym_require_once_expression_token1] = ACTIONS(1102), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1104), }, - [448] = { - [sym_text_interpolation] = STATE(448), - [ts_builtin_sym_end] = ACTIONS(1106), - [sym_name] = ACTIONS(1108), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1110), - [aux_sym_function_static_declaration_token1] = ACTIONS(1108), - [aux_sym_global_declaration_token1] = ACTIONS(1108), - [aux_sym_namespace_definition_token1] = ACTIONS(1108), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1108), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1108), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1108), - [anon_sym_BSLASH] = ACTIONS(1106), - [anon_sym_LBRACE] = ACTIONS(1106), - [anon_sym_RBRACE] = ACTIONS(1106), - [aux_sym_trait_declaration_token1] = ACTIONS(1108), - [aux_sym_interface_declaration_token1] = ACTIONS(1108), - [aux_sym_enum_declaration_token1] = ACTIONS(1108), - [aux_sym_enum_case_token1] = ACTIONS(1108), - [aux_sym_class_declaration_token1] = ACTIONS(1108), - [aux_sym_final_modifier_token1] = ACTIONS(1108), - [aux_sym_abstract_modifier_token1] = ACTIONS(1108), - [aux_sym_readonly_modifier_token1] = ACTIONS(1108), - [sym_var_modifier] = ACTIONS(1108), - [aux_sym_visibility_modifier_token1] = ACTIONS(1108), - [aux_sym_visibility_modifier_token2] = ACTIONS(1108), - [aux_sym_visibility_modifier_token3] = ACTIONS(1108), - [aux_sym__arrow_function_header_token1] = ACTIONS(1108), - [anon_sym_LPAREN] = ACTIONS(1106), - [aux_sym_cast_type_token1] = ACTIONS(1108), - [aux_sym_echo_statement_token1] = ACTIONS(1108), - [aux_sym_exit_statement_token1] = ACTIONS(1108), - [anon_sym_unset] = ACTIONS(1108), - [aux_sym_declare_statement_token1] = ACTIONS(1108), - [aux_sym_declare_statement_token2] = ACTIONS(1108), - [sym_float] = ACTIONS(1108), - [aux_sym_try_statement_token1] = ACTIONS(1108), - [aux_sym_goto_statement_token1] = ACTIONS(1108), - [aux_sym_continue_statement_token1] = ACTIONS(1108), - [aux_sym_break_statement_token1] = ACTIONS(1108), - [sym_integer] = ACTIONS(1108), - [aux_sym_return_statement_token1] = ACTIONS(1108), - [aux_sym_throw_expression_token1] = ACTIONS(1108), - [aux_sym_while_statement_token1] = ACTIONS(1108), - [aux_sym_while_statement_token2] = ACTIONS(1108), - [aux_sym_do_statement_token1] = ACTIONS(1108), - [aux_sym_for_statement_token1] = ACTIONS(1108), - [aux_sym_for_statement_token2] = ACTIONS(1108), - [aux_sym_foreach_statement_token1] = ACTIONS(1108), - [aux_sym_foreach_statement_token2] = ACTIONS(1108), - [aux_sym_if_statement_token1] = ACTIONS(1108), - [aux_sym_if_statement_token2] = ACTIONS(1108), - [aux_sym_else_if_clause_token1] = ACTIONS(1108), - [aux_sym_else_clause_token1] = ACTIONS(1108), - [aux_sym_match_expression_token1] = ACTIONS(1108), - [aux_sym_match_default_expression_token1] = ACTIONS(1108), - [aux_sym_switch_statement_token1] = ACTIONS(1108), - [aux_sym_switch_block_token1] = ACTIONS(1108), - [anon_sym_PLUS] = ACTIONS(1108), - [anon_sym_DASH] = ACTIONS(1108), - [anon_sym_TILDE] = ACTIONS(1106), - [anon_sym_BANG] = ACTIONS(1106), - [anon_sym_AT] = ACTIONS(1106), - [aux_sym_clone_expression_token1] = ACTIONS(1108), - [aux_sym_print_intrinsic_token1] = ACTIONS(1108), - [aux_sym_object_creation_expression_token1] = ACTIONS(1108), - [anon_sym_DASH_DASH] = ACTIONS(1106), - [anon_sym_PLUS_PLUS] = ACTIONS(1106), - [aux_sym__list_destructing_token1] = ACTIONS(1108), - [anon_sym_LBRACK] = ACTIONS(1106), - [anon_sym_self] = ACTIONS(1108), - [anon_sym_parent] = ACTIONS(1108), - [aux_sym__argument_name_token1] = ACTIONS(1108), - [aux_sym__argument_name_token2] = ACTIONS(1108), - [anon_sym_POUND_LBRACK] = ACTIONS(1106), - [aux_sym_encapsed_string_token1] = ACTIONS(1106), - [anon_sym_DQUOTE] = ACTIONS(1106), - [aux_sym_string_token1] = ACTIONS(1106), - [anon_sym_SQUOTE] = ACTIONS(1106), - [anon_sym_LT_LT_LT] = ACTIONS(1106), - [anon_sym_BQUOTE] = ACTIONS(1106), - [anon_sym_DOLLAR] = ACTIONS(1106), - [aux_sym_yield_expression_token1] = ACTIONS(1108), - [aux_sym_include_expression_token1] = ACTIONS(1108), - [aux_sym_include_once_expression_token1] = ACTIONS(1108), - [aux_sym_require_expression_token1] = ACTIONS(1108), - [aux_sym_require_once_expression_token1] = ACTIONS(1108), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1110), + [450] = { + [sym_text_interpolation] = STATE(450), + [ts_builtin_sym_end] = ACTIONS(1104), + [sym_name] = ACTIONS(1106), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1104), + [aux_sym_function_static_declaration_token1] = ACTIONS(1106), + [aux_sym_global_declaration_token1] = ACTIONS(1106), + [aux_sym_namespace_definition_token1] = ACTIONS(1106), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1106), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1106), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1106), + [anon_sym_BSLASH] = ACTIONS(1104), + [anon_sym_LBRACE] = ACTIONS(1104), + [anon_sym_RBRACE] = ACTIONS(1104), + [aux_sym_trait_declaration_token1] = ACTIONS(1106), + [aux_sym_interface_declaration_token1] = ACTIONS(1106), + [aux_sym_enum_declaration_token1] = ACTIONS(1106), + [aux_sym_enum_case_token1] = ACTIONS(1106), + [aux_sym_class_declaration_token1] = ACTIONS(1106), + [aux_sym_final_modifier_token1] = ACTIONS(1106), + [aux_sym_abstract_modifier_token1] = ACTIONS(1106), + [aux_sym_readonly_modifier_token1] = ACTIONS(1106), + [sym_var_modifier] = ACTIONS(1106), + [aux_sym_visibility_modifier_token1] = ACTIONS(1106), + [aux_sym_visibility_modifier_token2] = ACTIONS(1106), + [aux_sym_visibility_modifier_token3] = ACTIONS(1106), + [anon_sym_LPAREN] = ACTIONS(1104), + [aux_sym__arrow_function_header_token1] = ACTIONS(1106), + [aux_sym_cast_type_token1] = ACTIONS(1106), + [aux_sym_echo_statement_token1] = ACTIONS(1106), + [aux_sym_exit_statement_token1] = ACTIONS(1106), + [anon_sym_unset] = ACTIONS(1106), + [aux_sym_declare_statement_token1] = ACTIONS(1106), + [aux_sym_declare_statement_token2] = ACTIONS(1106), + [sym_float] = ACTIONS(1106), + [aux_sym_try_statement_token1] = ACTIONS(1106), + [aux_sym_goto_statement_token1] = ACTIONS(1106), + [aux_sym_continue_statement_token1] = ACTIONS(1106), + [aux_sym_break_statement_token1] = ACTIONS(1106), + [sym_integer] = ACTIONS(1106), + [aux_sym_return_statement_token1] = ACTIONS(1106), + [aux_sym_throw_expression_token1] = ACTIONS(1106), + [aux_sym_while_statement_token1] = ACTIONS(1106), + [aux_sym_while_statement_token2] = ACTIONS(1106), + [aux_sym_do_statement_token1] = ACTIONS(1106), + [aux_sym_for_statement_token1] = ACTIONS(1106), + [aux_sym_for_statement_token2] = ACTIONS(1106), + [aux_sym_foreach_statement_token1] = ACTIONS(1106), + [aux_sym_foreach_statement_token2] = ACTIONS(1106), + [aux_sym_if_statement_token1] = ACTIONS(1106), + [aux_sym_if_statement_token2] = ACTIONS(1106), + [aux_sym_else_if_clause_token1] = ACTIONS(1106), + [aux_sym_else_clause_token1] = ACTIONS(1106), + [aux_sym_match_expression_token1] = ACTIONS(1106), + [aux_sym_match_default_expression_token1] = ACTIONS(1106), + [aux_sym_switch_statement_token1] = ACTIONS(1106), + [aux_sym_switch_block_token1] = ACTIONS(1106), + [anon_sym_PLUS] = ACTIONS(1106), + [anon_sym_DASH] = ACTIONS(1106), + [anon_sym_TILDE] = ACTIONS(1104), + [anon_sym_BANG] = ACTIONS(1104), + [anon_sym_AT] = ACTIONS(1104), + [aux_sym_clone_expression_token1] = ACTIONS(1106), + [aux_sym_print_intrinsic_token1] = ACTIONS(1106), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1106), + [anon_sym_DASH_DASH] = ACTIONS(1104), + [anon_sym_PLUS_PLUS] = ACTIONS(1104), + [aux_sym__list_destructing_token1] = ACTIONS(1106), + [anon_sym_LBRACK] = ACTIONS(1104), + [anon_sym_self] = ACTIONS(1106), + [anon_sym_parent] = ACTIONS(1106), + [aux_sym__argument_name_token1] = ACTIONS(1106), + [aux_sym__argument_name_token2] = ACTIONS(1106), + [anon_sym_POUND_LBRACK] = ACTIONS(1104), + [aux_sym_encapsed_string_token1] = ACTIONS(1104), + [anon_sym_DQUOTE] = ACTIONS(1104), + [aux_sym_string_token1] = ACTIONS(1104), + [anon_sym_SQUOTE] = ACTIONS(1104), + [anon_sym_LT_LT_LT] = ACTIONS(1104), + [anon_sym_BQUOTE] = ACTIONS(1104), + [anon_sym_DOLLAR] = ACTIONS(1104), + [aux_sym_yield_expression_token1] = ACTIONS(1106), + [aux_sym_include_expression_token1] = ACTIONS(1106), + [aux_sym_include_once_expression_token1] = ACTIONS(1106), + [aux_sym_require_expression_token1] = ACTIONS(1106), + [aux_sym_require_once_expression_token1] = ACTIONS(1106), + [sym_comment] = ACTIONS(5), }, - [449] = { - [sym_text_interpolation] = STATE(449), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__unary_expression] = STATE(922), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(922), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(592), - [sym_member_access_expression] = STATE(592), - [sym_nullsafe_member_access_expression] = STATE(592), - [sym_scoped_property_access_expression] = STATE(592), - [sym_function_call_expression] = STATE(575), - [sym_scoped_call_expression] = STATE(575), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(575), - [sym_nullsafe_member_call_expression] = STATE(575), - [sym_subscript_expression] = STATE(575), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(575), - [sym_variable_name] = STATE(575), - [sym_include_expression] = STATE(922), - [sym_include_once_expression] = STATE(922), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [anon_sym_PLUS] = ACTIONS(641), - [anon_sym_DASH] = ACTIONS(641), - [anon_sym_TILDE] = ACTIONS(643), - [anon_sym_BANG] = ACTIONS(643), - [anon_sym_AT] = ACTIONS(645), - [aux_sym_clone_expression_token1] = ACTIONS(647), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(657), - [aux_sym_include_once_expression_token1] = ACTIONS(659), + [451] = { + [sym_text_interpolation] = STATE(451), + [ts_builtin_sym_end] = ACTIONS(1108), + [sym_name] = ACTIONS(1110), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1108), + [aux_sym_function_static_declaration_token1] = ACTIONS(1110), + [aux_sym_global_declaration_token1] = ACTIONS(1110), + [aux_sym_namespace_definition_token1] = ACTIONS(1110), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1110), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1110), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1110), + [anon_sym_BSLASH] = ACTIONS(1108), + [anon_sym_LBRACE] = ACTIONS(1108), + [anon_sym_RBRACE] = ACTIONS(1108), + [aux_sym_trait_declaration_token1] = ACTIONS(1110), + [aux_sym_interface_declaration_token1] = ACTIONS(1110), + [aux_sym_enum_declaration_token1] = ACTIONS(1110), + [aux_sym_enum_case_token1] = ACTIONS(1110), + [aux_sym_class_declaration_token1] = ACTIONS(1110), + [aux_sym_final_modifier_token1] = ACTIONS(1110), + [aux_sym_abstract_modifier_token1] = ACTIONS(1110), + [aux_sym_readonly_modifier_token1] = ACTIONS(1110), + [sym_var_modifier] = ACTIONS(1110), + [aux_sym_visibility_modifier_token1] = ACTIONS(1110), + [aux_sym_visibility_modifier_token2] = ACTIONS(1110), + [aux_sym_visibility_modifier_token3] = ACTIONS(1110), + [anon_sym_LPAREN] = ACTIONS(1108), + [aux_sym__arrow_function_header_token1] = ACTIONS(1110), + [aux_sym_cast_type_token1] = ACTIONS(1110), + [aux_sym_echo_statement_token1] = ACTIONS(1110), + [aux_sym_exit_statement_token1] = ACTIONS(1110), + [anon_sym_unset] = ACTIONS(1110), + [aux_sym_declare_statement_token1] = ACTIONS(1110), + [aux_sym_declare_statement_token2] = ACTIONS(1110), + [sym_float] = ACTIONS(1110), + [aux_sym_try_statement_token1] = ACTIONS(1110), + [aux_sym_goto_statement_token1] = ACTIONS(1110), + [aux_sym_continue_statement_token1] = ACTIONS(1110), + [aux_sym_break_statement_token1] = ACTIONS(1110), + [sym_integer] = ACTIONS(1110), + [aux_sym_return_statement_token1] = ACTIONS(1110), + [aux_sym_throw_expression_token1] = ACTIONS(1110), + [aux_sym_while_statement_token1] = ACTIONS(1110), + [aux_sym_while_statement_token2] = ACTIONS(1110), + [aux_sym_do_statement_token1] = ACTIONS(1110), + [aux_sym_for_statement_token1] = ACTIONS(1110), + [aux_sym_for_statement_token2] = ACTIONS(1110), + [aux_sym_foreach_statement_token1] = ACTIONS(1110), + [aux_sym_foreach_statement_token2] = ACTIONS(1110), + [aux_sym_if_statement_token1] = ACTIONS(1110), + [aux_sym_if_statement_token2] = ACTIONS(1110), + [aux_sym_else_if_clause_token1] = ACTIONS(1110), + [aux_sym_else_clause_token1] = ACTIONS(1110), + [aux_sym_match_expression_token1] = ACTIONS(1110), + [aux_sym_match_default_expression_token1] = ACTIONS(1110), + [aux_sym_switch_statement_token1] = ACTIONS(1110), + [aux_sym_switch_block_token1] = ACTIONS(1110), + [anon_sym_PLUS] = ACTIONS(1110), + [anon_sym_DASH] = ACTIONS(1110), + [anon_sym_TILDE] = ACTIONS(1108), + [anon_sym_BANG] = ACTIONS(1108), + [anon_sym_AT] = ACTIONS(1108), + [aux_sym_clone_expression_token1] = ACTIONS(1110), + [aux_sym_print_intrinsic_token1] = ACTIONS(1110), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1110), + [anon_sym_DASH_DASH] = ACTIONS(1108), + [anon_sym_PLUS_PLUS] = ACTIONS(1108), + [aux_sym__list_destructing_token1] = ACTIONS(1110), + [anon_sym_LBRACK] = ACTIONS(1108), + [anon_sym_self] = ACTIONS(1110), + [anon_sym_parent] = ACTIONS(1110), + [aux_sym__argument_name_token1] = ACTIONS(1110), + [aux_sym__argument_name_token2] = ACTIONS(1110), + [anon_sym_POUND_LBRACK] = ACTIONS(1108), + [aux_sym_encapsed_string_token1] = ACTIONS(1108), + [anon_sym_DQUOTE] = ACTIONS(1108), + [aux_sym_string_token1] = ACTIONS(1108), + [anon_sym_SQUOTE] = ACTIONS(1108), + [anon_sym_LT_LT_LT] = ACTIONS(1108), + [anon_sym_BQUOTE] = ACTIONS(1108), + [anon_sym_DOLLAR] = ACTIONS(1108), + [aux_sym_yield_expression_token1] = ACTIONS(1110), + [aux_sym_include_expression_token1] = ACTIONS(1110), + [aux_sym_include_once_expression_token1] = ACTIONS(1110), + [aux_sym_require_expression_token1] = ACTIONS(1110), + [aux_sym_require_once_expression_token1] = ACTIONS(1110), [sym_comment] = ACTIONS(5), }, - [450] = { - [sym_text_interpolation] = STATE(450), + [452] = { + [sym_text_interpolation] = STATE(452), [ts_builtin_sym_end] = ACTIONS(1112), [sym_name] = ACTIONS(1114), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1116), + [anon_sym_SEMI] = ACTIONS(1112), [aux_sym_function_static_declaration_token1] = ACTIONS(1114), [aux_sym_global_declaration_token1] = ACTIONS(1114), [aux_sym_namespace_definition_token1] = ACTIONS(1114), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1114), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1114), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1114), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1114), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1114), [anon_sym_BSLASH] = ACTIONS(1112), [anon_sym_LBRACE] = ACTIONS(1112), [anon_sym_RBRACE] = ACTIONS(1112), @@ -67722,8 +72870,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1114), [aux_sym_visibility_modifier_token2] = ACTIONS(1114), [aux_sym_visibility_modifier_token3] = ACTIONS(1114), - [aux_sym__arrow_function_header_token1] = ACTIONS(1114), [anon_sym_LPAREN] = ACTIONS(1112), + [aux_sym__arrow_function_header_token1] = ACTIONS(1114), [aux_sym_cast_type_token1] = ACTIONS(1114), [aux_sym_echo_statement_token1] = ACTIONS(1114), [aux_sym_exit_statement_token1] = ACTIONS(1114), @@ -67760,7 +72908,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1112), [aux_sym_clone_expression_token1] = ACTIONS(1114), [aux_sym_print_intrinsic_token1] = ACTIONS(1114), - [aux_sym_object_creation_expression_token1] = ACTIONS(1114), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1114), [anon_sym_DASH_DASH] = ACTIONS(1112), [anon_sym_PLUS_PLUS] = ACTIONS(1112), [aux_sym__list_destructing_token1] = ACTIONS(1114), @@ -67783,200 +72931,197 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1114), [aux_sym_require_once_expression_token1] = ACTIONS(1114), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1116), }, - [451] = { - [sym_text_interpolation] = STATE(451), - [sym_qualified_name] = STATE(688), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym__unary_expression] = STATE(922), - [sym_unary_op_expression] = STATE(953), - [sym_error_suppression_expression] = STATE(922), - [sym_clone_expression] = STATE(953), - [sym_primary_expression] = STATE(953), - [sym_parenthesized_expression] = STATE(683), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_expression] = STATE(953), - [sym_cast_variable] = STATE(592), - [sym_member_access_expression] = STATE(592), - [sym_nullsafe_member_access_expression] = STATE(592), - [sym_scoped_property_access_expression] = STATE(592), - [sym_function_call_expression] = STATE(575), - [sym_scoped_call_expression] = STATE(575), - [sym__scope_resolution_qualifier] = STATE(2535), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(575), - [sym_nullsafe_member_call_expression] = STATE(575), - [sym_subscript_expression] = STATE(575), - [sym__dereferencable_expression] = STATE(1710), - [sym_array_creation_expression] = STATE(683), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(678), - [sym_dynamic_variable_name] = STATE(575), - [sym_variable_name] = STATE(575), - [sym_include_expression] = STATE(922), - [sym_include_once_expression] = STATE(922), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(567), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(581), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(593), - [anon_sym_DASH] = ACTIONS(593), - [anon_sym_TILDE] = ACTIONS(595), - [anon_sym_BANG] = ACTIONS(595), - [anon_sym_AT] = ACTIONS(597), - [aux_sym_clone_expression_token1] = ACTIONS(599), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(627), - [aux_sym_include_once_expression_token1] = ACTIONS(629), + [453] = { + [sym_text_interpolation] = STATE(453), + [ts_builtin_sym_end] = ACTIONS(1116), + [sym_name] = ACTIONS(1118), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1116), + [aux_sym_function_static_declaration_token1] = ACTIONS(1118), + [aux_sym_global_declaration_token1] = ACTIONS(1118), + [aux_sym_namespace_definition_token1] = ACTIONS(1118), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1118), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1118), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1118), + [anon_sym_BSLASH] = ACTIONS(1116), + [anon_sym_LBRACE] = ACTIONS(1116), + [anon_sym_RBRACE] = ACTIONS(1116), + [aux_sym_trait_declaration_token1] = ACTIONS(1118), + [aux_sym_interface_declaration_token1] = ACTIONS(1118), + [aux_sym_enum_declaration_token1] = ACTIONS(1118), + [aux_sym_enum_case_token1] = ACTIONS(1118), + [aux_sym_class_declaration_token1] = ACTIONS(1118), + [aux_sym_final_modifier_token1] = ACTIONS(1118), + [aux_sym_abstract_modifier_token1] = ACTIONS(1118), + [aux_sym_readonly_modifier_token1] = ACTIONS(1118), + [sym_var_modifier] = ACTIONS(1118), + [aux_sym_visibility_modifier_token1] = ACTIONS(1118), + [aux_sym_visibility_modifier_token2] = ACTIONS(1118), + [aux_sym_visibility_modifier_token3] = ACTIONS(1118), + [anon_sym_LPAREN] = ACTIONS(1116), + [aux_sym__arrow_function_header_token1] = ACTIONS(1118), + [aux_sym_cast_type_token1] = ACTIONS(1118), + [aux_sym_echo_statement_token1] = ACTIONS(1118), + [aux_sym_exit_statement_token1] = ACTIONS(1118), + [anon_sym_unset] = ACTIONS(1118), + [aux_sym_declare_statement_token1] = ACTIONS(1118), + [aux_sym_declare_statement_token2] = ACTIONS(1118), + [sym_float] = ACTIONS(1118), + [aux_sym_try_statement_token1] = ACTIONS(1118), + [aux_sym_goto_statement_token1] = ACTIONS(1118), + [aux_sym_continue_statement_token1] = ACTIONS(1118), + [aux_sym_break_statement_token1] = ACTIONS(1118), + [sym_integer] = ACTIONS(1118), + [aux_sym_return_statement_token1] = ACTIONS(1118), + [aux_sym_throw_expression_token1] = ACTIONS(1118), + [aux_sym_while_statement_token1] = ACTIONS(1118), + [aux_sym_while_statement_token2] = ACTIONS(1118), + [aux_sym_do_statement_token1] = ACTIONS(1118), + [aux_sym_for_statement_token1] = ACTIONS(1118), + [aux_sym_for_statement_token2] = ACTIONS(1118), + [aux_sym_foreach_statement_token1] = ACTIONS(1118), + [aux_sym_foreach_statement_token2] = ACTIONS(1118), + [aux_sym_if_statement_token1] = ACTIONS(1118), + [aux_sym_if_statement_token2] = ACTIONS(1118), + [aux_sym_else_if_clause_token1] = ACTIONS(1118), + [aux_sym_else_clause_token1] = ACTIONS(1118), + [aux_sym_match_expression_token1] = ACTIONS(1118), + [aux_sym_match_default_expression_token1] = ACTIONS(1118), + [aux_sym_switch_statement_token1] = ACTIONS(1118), + [aux_sym_switch_block_token1] = ACTIONS(1118), + [anon_sym_PLUS] = ACTIONS(1118), + [anon_sym_DASH] = ACTIONS(1118), + [anon_sym_TILDE] = ACTIONS(1116), + [anon_sym_BANG] = ACTIONS(1116), + [anon_sym_AT] = ACTIONS(1116), + [aux_sym_clone_expression_token1] = ACTIONS(1118), + [aux_sym_print_intrinsic_token1] = ACTIONS(1118), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1118), + [anon_sym_DASH_DASH] = ACTIONS(1116), + [anon_sym_PLUS_PLUS] = ACTIONS(1116), + [aux_sym__list_destructing_token1] = ACTIONS(1118), + [anon_sym_LBRACK] = ACTIONS(1116), + [anon_sym_self] = ACTIONS(1118), + [anon_sym_parent] = ACTIONS(1118), + [aux_sym__argument_name_token1] = ACTIONS(1118), + [aux_sym__argument_name_token2] = ACTIONS(1118), + [anon_sym_POUND_LBRACK] = ACTIONS(1116), + [aux_sym_encapsed_string_token1] = ACTIONS(1116), + [anon_sym_DQUOTE] = ACTIONS(1116), + [aux_sym_string_token1] = ACTIONS(1116), + [anon_sym_SQUOTE] = ACTIONS(1116), + [anon_sym_LT_LT_LT] = ACTIONS(1116), + [anon_sym_BQUOTE] = ACTIONS(1116), + [anon_sym_DOLLAR] = ACTIONS(1116), + [aux_sym_yield_expression_token1] = ACTIONS(1118), + [aux_sym_include_expression_token1] = ACTIONS(1118), + [aux_sym_include_once_expression_token1] = ACTIONS(1118), + [aux_sym_require_expression_token1] = ACTIONS(1118), + [aux_sym_require_once_expression_token1] = ACTIONS(1118), [sym_comment] = ACTIONS(5), }, - [452] = { - [sym_text_interpolation] = STATE(452), - [ts_builtin_sym_end] = ACTIONS(1118), - [sym_name] = ACTIONS(1120), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1122), - [aux_sym_function_static_declaration_token1] = ACTIONS(1120), - [aux_sym_global_declaration_token1] = ACTIONS(1120), - [aux_sym_namespace_definition_token1] = ACTIONS(1120), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1120), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1120), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1120), - [anon_sym_BSLASH] = ACTIONS(1118), - [anon_sym_LBRACE] = ACTIONS(1118), - [anon_sym_RBRACE] = ACTIONS(1118), - [aux_sym_trait_declaration_token1] = ACTIONS(1120), - [aux_sym_interface_declaration_token1] = ACTIONS(1120), - [aux_sym_enum_declaration_token1] = ACTIONS(1120), - [aux_sym_enum_case_token1] = ACTIONS(1120), - [aux_sym_class_declaration_token1] = ACTIONS(1120), - [aux_sym_final_modifier_token1] = ACTIONS(1120), - [aux_sym_abstract_modifier_token1] = ACTIONS(1120), - [aux_sym_readonly_modifier_token1] = ACTIONS(1120), - [sym_var_modifier] = ACTIONS(1120), - [aux_sym_visibility_modifier_token1] = ACTIONS(1120), - [aux_sym_visibility_modifier_token2] = ACTIONS(1120), - [aux_sym_visibility_modifier_token3] = ACTIONS(1120), - [aux_sym__arrow_function_header_token1] = ACTIONS(1120), - [anon_sym_LPAREN] = ACTIONS(1118), - [aux_sym_cast_type_token1] = ACTIONS(1120), - [aux_sym_echo_statement_token1] = ACTIONS(1120), - [aux_sym_exit_statement_token1] = ACTIONS(1120), - [anon_sym_unset] = ACTIONS(1120), - [aux_sym_declare_statement_token1] = ACTIONS(1120), - [aux_sym_declare_statement_token2] = ACTIONS(1120), - [sym_float] = ACTIONS(1120), - [aux_sym_try_statement_token1] = ACTIONS(1120), - [aux_sym_goto_statement_token1] = ACTIONS(1120), - [aux_sym_continue_statement_token1] = ACTIONS(1120), - [aux_sym_break_statement_token1] = ACTIONS(1120), - [sym_integer] = ACTIONS(1120), - [aux_sym_return_statement_token1] = ACTIONS(1120), - [aux_sym_throw_expression_token1] = ACTIONS(1120), - [aux_sym_while_statement_token1] = ACTIONS(1120), - [aux_sym_while_statement_token2] = ACTIONS(1120), - [aux_sym_do_statement_token1] = ACTIONS(1120), - [aux_sym_for_statement_token1] = ACTIONS(1120), - [aux_sym_for_statement_token2] = ACTIONS(1120), - [aux_sym_foreach_statement_token1] = ACTIONS(1120), - [aux_sym_foreach_statement_token2] = ACTIONS(1120), - [aux_sym_if_statement_token1] = ACTIONS(1120), - [aux_sym_if_statement_token2] = ACTIONS(1120), - [aux_sym_else_if_clause_token1] = ACTIONS(1120), - [aux_sym_else_clause_token1] = ACTIONS(1120), - [aux_sym_match_expression_token1] = ACTIONS(1120), - [aux_sym_match_default_expression_token1] = ACTIONS(1120), - [aux_sym_switch_statement_token1] = ACTIONS(1120), - [aux_sym_switch_block_token1] = ACTIONS(1120), - [anon_sym_PLUS] = ACTIONS(1120), - [anon_sym_DASH] = ACTIONS(1120), - [anon_sym_TILDE] = ACTIONS(1118), - [anon_sym_BANG] = ACTIONS(1118), - [anon_sym_AT] = ACTIONS(1118), - [aux_sym_clone_expression_token1] = ACTIONS(1120), - [aux_sym_print_intrinsic_token1] = ACTIONS(1120), - [aux_sym_object_creation_expression_token1] = ACTIONS(1120), - [anon_sym_DASH_DASH] = ACTIONS(1118), - [anon_sym_PLUS_PLUS] = ACTIONS(1118), - [aux_sym__list_destructing_token1] = ACTIONS(1120), - [anon_sym_LBRACK] = ACTIONS(1118), - [anon_sym_self] = ACTIONS(1120), - [anon_sym_parent] = ACTIONS(1120), - [aux_sym__argument_name_token1] = ACTIONS(1120), - [aux_sym__argument_name_token2] = ACTIONS(1120), - [anon_sym_POUND_LBRACK] = ACTIONS(1118), - [aux_sym_encapsed_string_token1] = ACTIONS(1118), - [anon_sym_DQUOTE] = ACTIONS(1118), - [aux_sym_string_token1] = ACTIONS(1118), - [anon_sym_SQUOTE] = ACTIONS(1118), - [anon_sym_LT_LT_LT] = ACTIONS(1118), - [anon_sym_BQUOTE] = ACTIONS(1118), - [anon_sym_DOLLAR] = ACTIONS(1118), - [aux_sym_yield_expression_token1] = ACTIONS(1120), - [aux_sym_include_expression_token1] = ACTIONS(1120), - [aux_sym_include_once_expression_token1] = ACTIONS(1120), - [aux_sym_require_expression_token1] = ACTIONS(1120), - [aux_sym_require_once_expression_token1] = ACTIONS(1120), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1122), + [454] = { + [sym_text_interpolation] = STATE(454), + [ts_builtin_sym_end] = ACTIONS(1120), + [sym_name] = ACTIONS(1122), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1120), + [aux_sym_function_static_declaration_token1] = ACTIONS(1122), + [aux_sym_global_declaration_token1] = ACTIONS(1122), + [aux_sym_namespace_definition_token1] = ACTIONS(1122), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1122), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1122), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1122), + [anon_sym_BSLASH] = ACTIONS(1120), + [anon_sym_LBRACE] = ACTIONS(1120), + [anon_sym_RBRACE] = ACTIONS(1120), + [aux_sym_trait_declaration_token1] = ACTIONS(1122), + [aux_sym_interface_declaration_token1] = ACTIONS(1122), + [aux_sym_enum_declaration_token1] = ACTIONS(1122), + [aux_sym_enum_case_token1] = ACTIONS(1122), + [aux_sym_class_declaration_token1] = ACTIONS(1122), + [aux_sym_final_modifier_token1] = ACTIONS(1122), + [aux_sym_abstract_modifier_token1] = ACTIONS(1122), + [aux_sym_readonly_modifier_token1] = ACTIONS(1122), + [sym_var_modifier] = ACTIONS(1122), + [aux_sym_visibility_modifier_token1] = ACTIONS(1122), + [aux_sym_visibility_modifier_token2] = ACTIONS(1122), + [aux_sym_visibility_modifier_token3] = ACTIONS(1122), + [anon_sym_LPAREN] = ACTIONS(1120), + [aux_sym__arrow_function_header_token1] = ACTIONS(1122), + [aux_sym_cast_type_token1] = ACTIONS(1122), + [aux_sym_echo_statement_token1] = ACTIONS(1122), + [aux_sym_exit_statement_token1] = ACTIONS(1122), + [anon_sym_unset] = ACTIONS(1122), + [aux_sym_declare_statement_token1] = ACTIONS(1122), + [aux_sym_declare_statement_token2] = ACTIONS(1122), + [sym_float] = ACTIONS(1122), + [aux_sym_try_statement_token1] = ACTIONS(1122), + [aux_sym_goto_statement_token1] = ACTIONS(1122), + [aux_sym_continue_statement_token1] = ACTIONS(1122), + [aux_sym_break_statement_token1] = ACTIONS(1122), + [sym_integer] = ACTIONS(1122), + [aux_sym_return_statement_token1] = ACTIONS(1122), + [aux_sym_throw_expression_token1] = ACTIONS(1122), + [aux_sym_while_statement_token1] = ACTIONS(1122), + [aux_sym_while_statement_token2] = ACTIONS(1122), + [aux_sym_do_statement_token1] = ACTIONS(1122), + [aux_sym_for_statement_token1] = ACTIONS(1122), + [aux_sym_for_statement_token2] = ACTIONS(1122), + [aux_sym_foreach_statement_token1] = ACTIONS(1122), + [aux_sym_foreach_statement_token2] = ACTIONS(1122), + [aux_sym_if_statement_token1] = ACTIONS(1122), + [aux_sym_if_statement_token2] = ACTIONS(1122), + [aux_sym_else_if_clause_token1] = ACTIONS(1122), + [aux_sym_else_clause_token1] = ACTIONS(1122), + [aux_sym_match_expression_token1] = ACTIONS(1122), + [aux_sym_match_default_expression_token1] = ACTIONS(1122), + [aux_sym_switch_statement_token1] = ACTIONS(1122), + [aux_sym_switch_block_token1] = ACTIONS(1122), + [anon_sym_PLUS] = ACTIONS(1122), + [anon_sym_DASH] = ACTIONS(1122), + [anon_sym_TILDE] = ACTIONS(1120), + [anon_sym_BANG] = ACTIONS(1120), + [anon_sym_AT] = ACTIONS(1120), + [aux_sym_clone_expression_token1] = ACTIONS(1122), + [aux_sym_print_intrinsic_token1] = ACTIONS(1122), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1122), + [anon_sym_DASH_DASH] = ACTIONS(1120), + [anon_sym_PLUS_PLUS] = ACTIONS(1120), + [aux_sym__list_destructing_token1] = ACTIONS(1122), + [anon_sym_LBRACK] = ACTIONS(1120), + [anon_sym_self] = ACTIONS(1122), + [anon_sym_parent] = ACTIONS(1122), + [aux_sym__argument_name_token1] = ACTIONS(1122), + [aux_sym__argument_name_token2] = ACTIONS(1122), + [anon_sym_POUND_LBRACK] = ACTIONS(1120), + [aux_sym_encapsed_string_token1] = ACTIONS(1120), + [anon_sym_DQUOTE] = ACTIONS(1120), + [aux_sym_string_token1] = ACTIONS(1120), + [anon_sym_SQUOTE] = ACTIONS(1120), + [anon_sym_LT_LT_LT] = ACTIONS(1120), + [anon_sym_BQUOTE] = ACTIONS(1120), + [anon_sym_DOLLAR] = ACTIONS(1120), + [aux_sym_yield_expression_token1] = ACTIONS(1122), + [aux_sym_include_expression_token1] = ACTIONS(1122), + [aux_sym_include_once_expression_token1] = ACTIONS(1122), + [aux_sym_require_expression_token1] = ACTIONS(1122), + [aux_sym_require_once_expression_token1] = ACTIONS(1122), + [sym_comment] = ACTIONS(5), }, - [453] = { - [sym_text_interpolation] = STATE(453), + [455] = { + [sym_text_interpolation] = STATE(455), [ts_builtin_sym_end] = ACTIONS(1124), [sym_name] = ACTIONS(1126), [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1128), + [anon_sym_SEMI] = ACTIONS(1124), [aux_sym_function_static_declaration_token1] = ACTIONS(1126), [aux_sym_global_declaration_token1] = ACTIONS(1126), [aux_sym_namespace_definition_token1] = ACTIONS(1126), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1126), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1126), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1126), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1126), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1126), [anon_sym_BSLASH] = ACTIONS(1124), [anon_sym_LBRACE] = ACTIONS(1124), [anon_sym_RBRACE] = ACTIONS(1124), @@ -67992,8 +73137,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1126), [aux_sym_visibility_modifier_token2] = ACTIONS(1126), [aux_sym_visibility_modifier_token3] = ACTIONS(1126), - [aux_sym__arrow_function_header_token1] = ACTIONS(1126), [anon_sym_LPAREN] = ACTIONS(1124), + [aux_sym__arrow_function_header_token1] = ACTIONS(1126), [aux_sym_cast_type_token1] = ACTIONS(1126), [aux_sym_echo_statement_token1] = ACTIONS(1126), [aux_sym_exit_statement_token1] = ACTIONS(1126), @@ -68030,7 +73175,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1124), [aux_sym_clone_expression_token1] = ACTIONS(1126), [aux_sym_print_intrinsic_token1] = ACTIONS(1126), - [aux_sym_object_creation_expression_token1] = ACTIONS(1126), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1126), [anon_sym_DASH_DASH] = ACTIONS(1124), [anon_sym_PLUS_PLUS] = ACTIONS(1124), [aux_sym__list_destructing_token1] = ACTIONS(1126), @@ -68053,100 +73198,187 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1126), [aux_sym_require_once_expression_token1] = ACTIONS(1126), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1128), }, - [454] = { - [sym_text_interpolation] = STATE(454), - [ts_builtin_sym_end] = ACTIONS(1130), - [sym_name] = ACTIONS(1132), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1134), - [aux_sym_function_static_declaration_token1] = ACTIONS(1132), - [aux_sym_global_declaration_token1] = ACTIONS(1132), - [aux_sym_namespace_definition_token1] = ACTIONS(1132), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1132), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1132), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1132), - [anon_sym_BSLASH] = ACTIONS(1130), - [anon_sym_LBRACE] = ACTIONS(1130), - [anon_sym_RBRACE] = ACTIONS(1130), - [aux_sym_trait_declaration_token1] = ACTIONS(1132), - [aux_sym_interface_declaration_token1] = ACTIONS(1132), - [aux_sym_enum_declaration_token1] = ACTIONS(1132), - [aux_sym_enum_case_token1] = ACTIONS(1132), - [aux_sym_class_declaration_token1] = ACTIONS(1132), - [aux_sym_final_modifier_token1] = ACTIONS(1132), - [aux_sym_abstract_modifier_token1] = ACTIONS(1132), - [aux_sym_readonly_modifier_token1] = ACTIONS(1132), - [sym_var_modifier] = ACTIONS(1132), - [aux_sym_visibility_modifier_token1] = ACTIONS(1132), - [aux_sym_visibility_modifier_token2] = ACTIONS(1132), - [aux_sym_visibility_modifier_token3] = ACTIONS(1132), - [aux_sym__arrow_function_header_token1] = ACTIONS(1132), - [anon_sym_LPAREN] = ACTIONS(1130), - [aux_sym_cast_type_token1] = ACTIONS(1132), - [aux_sym_echo_statement_token1] = ACTIONS(1132), - [aux_sym_exit_statement_token1] = ACTIONS(1132), - [anon_sym_unset] = ACTIONS(1132), - [aux_sym_declare_statement_token1] = ACTIONS(1132), - [aux_sym_declare_statement_token2] = ACTIONS(1132), - [sym_float] = ACTIONS(1132), - [aux_sym_try_statement_token1] = ACTIONS(1132), - [aux_sym_goto_statement_token1] = ACTIONS(1132), - [aux_sym_continue_statement_token1] = ACTIONS(1132), - [aux_sym_break_statement_token1] = ACTIONS(1132), - [sym_integer] = ACTIONS(1132), - [aux_sym_return_statement_token1] = ACTIONS(1132), - [aux_sym_throw_expression_token1] = ACTIONS(1132), - [aux_sym_while_statement_token1] = ACTIONS(1132), - [aux_sym_while_statement_token2] = ACTIONS(1132), - [aux_sym_do_statement_token1] = ACTIONS(1132), - [aux_sym_for_statement_token1] = ACTIONS(1132), - [aux_sym_for_statement_token2] = ACTIONS(1132), - [aux_sym_foreach_statement_token1] = ACTIONS(1132), - [aux_sym_foreach_statement_token2] = ACTIONS(1132), - [aux_sym_if_statement_token1] = ACTIONS(1132), - [aux_sym_if_statement_token2] = ACTIONS(1132), - [aux_sym_else_if_clause_token1] = ACTIONS(1132), - [aux_sym_else_clause_token1] = ACTIONS(1132), - [aux_sym_match_expression_token1] = ACTIONS(1132), - [aux_sym_match_default_expression_token1] = ACTIONS(1132), - [aux_sym_switch_statement_token1] = ACTIONS(1132), - [aux_sym_switch_block_token1] = ACTIONS(1132), - [anon_sym_PLUS] = ACTIONS(1132), - [anon_sym_DASH] = ACTIONS(1132), - [anon_sym_TILDE] = ACTIONS(1130), - [anon_sym_BANG] = ACTIONS(1130), - [anon_sym_AT] = ACTIONS(1130), - [aux_sym_clone_expression_token1] = ACTIONS(1132), - [aux_sym_print_intrinsic_token1] = ACTIONS(1132), - [aux_sym_object_creation_expression_token1] = ACTIONS(1132), - [anon_sym_DASH_DASH] = ACTIONS(1130), - [anon_sym_PLUS_PLUS] = ACTIONS(1130), - [aux_sym__list_destructing_token1] = ACTIONS(1132), - [anon_sym_LBRACK] = ACTIONS(1130), - [anon_sym_self] = ACTIONS(1132), - [anon_sym_parent] = ACTIONS(1132), - [aux_sym__argument_name_token1] = ACTIONS(1132), - [aux_sym__argument_name_token2] = ACTIONS(1132), - [anon_sym_POUND_LBRACK] = ACTIONS(1130), - [aux_sym_encapsed_string_token1] = ACTIONS(1130), - [anon_sym_DQUOTE] = ACTIONS(1130), - [aux_sym_string_token1] = ACTIONS(1130), - [anon_sym_SQUOTE] = ACTIONS(1130), - [anon_sym_LT_LT_LT] = ACTIONS(1130), - [anon_sym_BQUOTE] = ACTIONS(1130), - [anon_sym_DOLLAR] = ACTIONS(1130), - [aux_sym_yield_expression_token1] = ACTIONS(1132), - [aux_sym_include_expression_token1] = ACTIONS(1132), - [aux_sym_include_once_expression_token1] = ACTIONS(1132), - [aux_sym_require_expression_token1] = ACTIONS(1132), - [aux_sym_require_once_expression_token1] = ACTIONS(1132), - [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1134), + [456] = { + [sym_text_interpolation] = STATE(456), + [ts_builtin_sym_end] = ACTIONS(1128), + [sym_name] = ACTIONS(1130), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1128), + [aux_sym_function_static_declaration_token1] = ACTIONS(1130), + [aux_sym_global_declaration_token1] = ACTIONS(1130), + [aux_sym_namespace_definition_token1] = ACTIONS(1130), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1130), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1130), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1130), + [anon_sym_BSLASH] = ACTIONS(1128), + [anon_sym_LBRACE] = ACTIONS(1128), + [anon_sym_RBRACE] = ACTIONS(1128), + [aux_sym_trait_declaration_token1] = ACTIONS(1130), + [aux_sym_interface_declaration_token1] = ACTIONS(1130), + [aux_sym_enum_declaration_token1] = ACTIONS(1130), + [aux_sym_enum_case_token1] = ACTIONS(1130), + [aux_sym_class_declaration_token1] = ACTIONS(1130), + [aux_sym_final_modifier_token1] = ACTIONS(1130), + [aux_sym_abstract_modifier_token1] = ACTIONS(1130), + [aux_sym_readonly_modifier_token1] = ACTIONS(1130), + [sym_var_modifier] = ACTIONS(1130), + [aux_sym_visibility_modifier_token1] = ACTIONS(1130), + [aux_sym_visibility_modifier_token2] = ACTIONS(1130), + [aux_sym_visibility_modifier_token3] = ACTIONS(1130), + [anon_sym_LPAREN] = ACTIONS(1128), + [aux_sym__arrow_function_header_token1] = ACTIONS(1130), + [aux_sym_cast_type_token1] = ACTIONS(1130), + [aux_sym_echo_statement_token1] = ACTIONS(1130), + [aux_sym_exit_statement_token1] = ACTIONS(1130), + [anon_sym_unset] = ACTIONS(1130), + [aux_sym_declare_statement_token1] = ACTIONS(1130), + [aux_sym_declare_statement_token2] = ACTIONS(1130), + [sym_float] = ACTIONS(1130), + [aux_sym_try_statement_token1] = ACTIONS(1130), + [aux_sym_goto_statement_token1] = ACTIONS(1130), + [aux_sym_continue_statement_token1] = ACTIONS(1130), + [aux_sym_break_statement_token1] = ACTIONS(1130), + [sym_integer] = ACTIONS(1130), + [aux_sym_return_statement_token1] = ACTIONS(1130), + [aux_sym_throw_expression_token1] = ACTIONS(1130), + [aux_sym_while_statement_token1] = ACTIONS(1130), + [aux_sym_while_statement_token2] = ACTIONS(1130), + [aux_sym_do_statement_token1] = ACTIONS(1130), + [aux_sym_for_statement_token1] = ACTIONS(1130), + [aux_sym_for_statement_token2] = ACTIONS(1130), + [aux_sym_foreach_statement_token1] = ACTIONS(1130), + [aux_sym_foreach_statement_token2] = ACTIONS(1130), + [aux_sym_if_statement_token1] = ACTIONS(1130), + [aux_sym_if_statement_token2] = ACTIONS(1130), + [aux_sym_else_if_clause_token1] = ACTIONS(1130), + [aux_sym_else_clause_token1] = ACTIONS(1130), + [aux_sym_match_expression_token1] = ACTIONS(1130), + [aux_sym_match_default_expression_token1] = ACTIONS(1130), + [aux_sym_switch_statement_token1] = ACTIONS(1130), + [aux_sym_switch_block_token1] = ACTIONS(1130), + [anon_sym_PLUS] = ACTIONS(1130), + [anon_sym_DASH] = ACTIONS(1130), + [anon_sym_TILDE] = ACTIONS(1128), + [anon_sym_BANG] = ACTIONS(1128), + [anon_sym_AT] = ACTIONS(1128), + [aux_sym_clone_expression_token1] = ACTIONS(1130), + [aux_sym_print_intrinsic_token1] = ACTIONS(1130), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1130), + [anon_sym_DASH_DASH] = ACTIONS(1128), + [anon_sym_PLUS_PLUS] = ACTIONS(1128), + [aux_sym__list_destructing_token1] = ACTIONS(1130), + [anon_sym_LBRACK] = ACTIONS(1128), + [anon_sym_self] = ACTIONS(1130), + [anon_sym_parent] = ACTIONS(1130), + [aux_sym__argument_name_token1] = ACTIONS(1130), + [aux_sym__argument_name_token2] = ACTIONS(1130), + [anon_sym_POUND_LBRACK] = ACTIONS(1128), + [aux_sym_encapsed_string_token1] = ACTIONS(1128), + [anon_sym_DQUOTE] = ACTIONS(1128), + [aux_sym_string_token1] = ACTIONS(1128), + [anon_sym_SQUOTE] = ACTIONS(1128), + [anon_sym_LT_LT_LT] = ACTIONS(1128), + [anon_sym_BQUOTE] = ACTIONS(1128), + [anon_sym_DOLLAR] = ACTIONS(1128), + [aux_sym_yield_expression_token1] = ACTIONS(1130), + [aux_sym_include_expression_token1] = ACTIONS(1130), + [aux_sym_include_once_expression_token1] = ACTIONS(1130), + [aux_sym_require_expression_token1] = ACTIONS(1130), + [aux_sym_require_once_expression_token1] = ACTIONS(1130), + [sym_comment] = ACTIONS(5), }, - [455] = { - [sym_text_interpolation] = STATE(455), + [457] = { + [sym_text_interpolation] = STATE(457), + [ts_builtin_sym_end] = ACTIONS(1132), + [sym_name] = ACTIONS(1134), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1132), + [aux_sym_function_static_declaration_token1] = ACTIONS(1134), + [aux_sym_global_declaration_token1] = ACTIONS(1134), + [aux_sym_namespace_definition_token1] = ACTIONS(1134), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1134), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1134), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1134), + [anon_sym_BSLASH] = ACTIONS(1132), + [anon_sym_LBRACE] = ACTIONS(1132), + [anon_sym_RBRACE] = ACTIONS(1132), + [aux_sym_trait_declaration_token1] = ACTIONS(1134), + [aux_sym_interface_declaration_token1] = ACTIONS(1134), + [aux_sym_enum_declaration_token1] = ACTIONS(1134), + [aux_sym_enum_case_token1] = ACTIONS(1134), + [aux_sym_class_declaration_token1] = ACTIONS(1134), + [aux_sym_final_modifier_token1] = ACTIONS(1134), + [aux_sym_abstract_modifier_token1] = ACTIONS(1134), + [aux_sym_readonly_modifier_token1] = ACTIONS(1134), + [sym_var_modifier] = ACTIONS(1134), + [aux_sym_visibility_modifier_token1] = ACTIONS(1134), + [aux_sym_visibility_modifier_token2] = ACTIONS(1134), + [aux_sym_visibility_modifier_token3] = ACTIONS(1134), + [anon_sym_LPAREN] = ACTIONS(1132), + [aux_sym__arrow_function_header_token1] = ACTIONS(1134), + [aux_sym_cast_type_token1] = ACTIONS(1134), + [aux_sym_echo_statement_token1] = ACTIONS(1134), + [aux_sym_exit_statement_token1] = ACTIONS(1134), + [anon_sym_unset] = ACTIONS(1134), + [aux_sym_declare_statement_token1] = ACTIONS(1134), + [aux_sym_declare_statement_token2] = ACTIONS(1134), + [sym_float] = ACTIONS(1134), + [aux_sym_try_statement_token1] = ACTIONS(1134), + [aux_sym_goto_statement_token1] = ACTIONS(1134), + [aux_sym_continue_statement_token1] = ACTIONS(1134), + [aux_sym_break_statement_token1] = ACTIONS(1134), + [sym_integer] = ACTIONS(1134), + [aux_sym_return_statement_token1] = ACTIONS(1134), + [aux_sym_throw_expression_token1] = ACTIONS(1134), + [aux_sym_while_statement_token1] = ACTIONS(1134), + [aux_sym_while_statement_token2] = ACTIONS(1134), + [aux_sym_do_statement_token1] = ACTIONS(1134), + [aux_sym_for_statement_token1] = ACTIONS(1134), + [aux_sym_for_statement_token2] = ACTIONS(1134), + [aux_sym_foreach_statement_token1] = ACTIONS(1134), + [aux_sym_foreach_statement_token2] = ACTIONS(1134), + [aux_sym_if_statement_token1] = ACTIONS(1134), + [aux_sym_if_statement_token2] = ACTIONS(1134), + [aux_sym_else_if_clause_token1] = ACTIONS(1134), + [aux_sym_else_clause_token1] = ACTIONS(1134), + [aux_sym_match_expression_token1] = ACTIONS(1134), + [aux_sym_match_default_expression_token1] = ACTIONS(1134), + [aux_sym_switch_statement_token1] = ACTIONS(1134), + [aux_sym_switch_block_token1] = ACTIONS(1134), + [anon_sym_PLUS] = ACTIONS(1134), + [anon_sym_DASH] = ACTIONS(1134), + [anon_sym_TILDE] = ACTIONS(1132), + [anon_sym_BANG] = ACTIONS(1132), + [anon_sym_AT] = ACTIONS(1132), + [aux_sym_clone_expression_token1] = ACTIONS(1134), + [aux_sym_print_intrinsic_token1] = ACTIONS(1134), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1134), + [anon_sym_DASH_DASH] = ACTIONS(1132), + [anon_sym_PLUS_PLUS] = ACTIONS(1132), + [aux_sym__list_destructing_token1] = ACTIONS(1134), + [anon_sym_LBRACK] = ACTIONS(1132), + [anon_sym_self] = ACTIONS(1134), + [anon_sym_parent] = ACTIONS(1134), + [aux_sym__argument_name_token1] = ACTIONS(1134), + [aux_sym__argument_name_token2] = ACTIONS(1134), + [anon_sym_POUND_LBRACK] = ACTIONS(1132), + [aux_sym_encapsed_string_token1] = ACTIONS(1132), + [anon_sym_DQUOTE] = ACTIONS(1132), + [aux_sym_string_token1] = ACTIONS(1132), + [anon_sym_SQUOTE] = ACTIONS(1132), + [anon_sym_LT_LT_LT] = ACTIONS(1132), + [anon_sym_BQUOTE] = ACTIONS(1132), + [anon_sym_DOLLAR] = ACTIONS(1132), + [aux_sym_yield_expression_token1] = ACTIONS(1134), + [aux_sym_include_expression_token1] = ACTIONS(1134), + [aux_sym_include_once_expression_token1] = ACTIONS(1134), + [aux_sym_require_expression_token1] = ACTIONS(1134), + [aux_sym_require_once_expression_token1] = ACTIONS(1134), + [sym_comment] = ACTIONS(5), + }, + [458] = { + [sym_text_interpolation] = STATE(458), [ts_builtin_sym_end] = ACTIONS(1136), [sym_name] = ACTIONS(1138), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68155,8 +73387,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1138), [aux_sym_namespace_definition_token1] = ACTIONS(1138), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1138), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1138), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1138), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1138), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1138), [anon_sym_BSLASH] = ACTIONS(1136), [anon_sym_LBRACE] = ACTIONS(1136), [anon_sym_RBRACE] = ACTIONS(1136), @@ -68172,8 +73404,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1138), [aux_sym_visibility_modifier_token2] = ACTIONS(1138), [aux_sym_visibility_modifier_token3] = ACTIONS(1138), - [aux_sym__arrow_function_header_token1] = ACTIONS(1138), [anon_sym_LPAREN] = ACTIONS(1136), + [aux_sym__arrow_function_header_token1] = ACTIONS(1138), [aux_sym_cast_type_token1] = ACTIONS(1138), [aux_sym_echo_statement_token1] = ACTIONS(1138), [aux_sym_exit_statement_token1] = ACTIONS(1138), @@ -68210,7 +73442,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1136), [aux_sym_clone_expression_token1] = ACTIONS(1138), [aux_sym_print_intrinsic_token1] = ACTIONS(1138), - [aux_sym_object_creation_expression_token1] = ACTIONS(1138), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1138), [anon_sym_DASH_DASH] = ACTIONS(1136), [anon_sym_PLUS_PLUS] = ACTIONS(1136), [aux_sym__list_destructing_token1] = ACTIONS(1138), @@ -68233,10 +73465,9 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1138), [aux_sym_require_once_expression_token1] = ACTIONS(1138), [sym_comment] = ACTIONS(5), - [sym__automatic_semicolon] = ACTIONS(1136), }, - [456] = { - [sym_text_interpolation] = STATE(456), + [459] = { + [sym_text_interpolation] = STATE(459), [ts_builtin_sym_end] = ACTIONS(1140), [sym_name] = ACTIONS(1142), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68245,8 +73476,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1142), [aux_sym_namespace_definition_token1] = ACTIONS(1142), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1142), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1142), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1142), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1142), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1142), [anon_sym_BSLASH] = ACTIONS(1140), [anon_sym_LBRACE] = ACTIONS(1140), [anon_sym_RBRACE] = ACTIONS(1140), @@ -68262,8 +73493,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1142), [aux_sym_visibility_modifier_token2] = ACTIONS(1142), [aux_sym_visibility_modifier_token3] = ACTIONS(1142), - [aux_sym__arrow_function_header_token1] = ACTIONS(1142), [anon_sym_LPAREN] = ACTIONS(1140), + [aux_sym__arrow_function_header_token1] = ACTIONS(1142), [aux_sym_cast_type_token1] = ACTIONS(1142), [aux_sym_echo_statement_token1] = ACTIONS(1142), [aux_sym_exit_statement_token1] = ACTIONS(1142), @@ -68300,7 +73531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1140), [aux_sym_clone_expression_token1] = ACTIONS(1142), [aux_sym_print_intrinsic_token1] = ACTIONS(1142), - [aux_sym_object_creation_expression_token1] = ACTIONS(1142), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1142), [anon_sym_DASH_DASH] = ACTIONS(1140), [anon_sym_PLUS_PLUS] = ACTIONS(1140), [aux_sym__list_destructing_token1] = ACTIONS(1142), @@ -68324,8 +73555,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1142), [sym_comment] = ACTIONS(5), }, - [457] = { - [sym_text_interpolation] = STATE(457), + [460] = { + [sym_text_interpolation] = STATE(460), [ts_builtin_sym_end] = ACTIONS(1144), [sym_name] = ACTIONS(1146), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68334,8 +73565,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1146), [aux_sym_namespace_definition_token1] = ACTIONS(1146), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1146), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1146), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1146), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1146), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1146), [anon_sym_BSLASH] = ACTIONS(1144), [anon_sym_LBRACE] = ACTIONS(1144), [anon_sym_RBRACE] = ACTIONS(1144), @@ -68351,8 +73582,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1146), [aux_sym_visibility_modifier_token2] = ACTIONS(1146), [aux_sym_visibility_modifier_token3] = ACTIONS(1146), - [aux_sym__arrow_function_header_token1] = ACTIONS(1146), [anon_sym_LPAREN] = ACTIONS(1144), + [aux_sym__arrow_function_header_token1] = ACTIONS(1146), [aux_sym_cast_type_token1] = ACTIONS(1146), [aux_sym_echo_statement_token1] = ACTIONS(1146), [aux_sym_exit_statement_token1] = ACTIONS(1146), @@ -68389,7 +73620,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1144), [aux_sym_clone_expression_token1] = ACTIONS(1146), [aux_sym_print_intrinsic_token1] = ACTIONS(1146), - [aux_sym_object_creation_expression_token1] = ACTIONS(1146), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1146), [anon_sym_DASH_DASH] = ACTIONS(1144), [anon_sym_PLUS_PLUS] = ACTIONS(1144), [aux_sym__list_destructing_token1] = ACTIONS(1146), @@ -68413,8 +73644,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1146), [sym_comment] = ACTIONS(5), }, - [458] = { - [sym_text_interpolation] = STATE(458), + [461] = { + [sym_text_interpolation] = STATE(461), [ts_builtin_sym_end] = ACTIONS(1148), [sym_name] = ACTIONS(1150), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68423,8 +73654,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1150), [aux_sym_namespace_definition_token1] = ACTIONS(1150), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1150), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1150), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1150), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1150), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1150), [anon_sym_BSLASH] = ACTIONS(1148), [anon_sym_LBRACE] = ACTIONS(1148), [anon_sym_RBRACE] = ACTIONS(1148), @@ -68440,8 +73671,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1150), [aux_sym_visibility_modifier_token2] = ACTIONS(1150), [aux_sym_visibility_modifier_token3] = ACTIONS(1150), - [aux_sym__arrow_function_header_token1] = ACTIONS(1150), [anon_sym_LPAREN] = ACTIONS(1148), + [aux_sym__arrow_function_header_token1] = ACTIONS(1150), [aux_sym_cast_type_token1] = ACTIONS(1150), [aux_sym_echo_statement_token1] = ACTIONS(1150), [aux_sym_exit_statement_token1] = ACTIONS(1150), @@ -68478,7 +73709,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1148), [aux_sym_clone_expression_token1] = ACTIONS(1150), [aux_sym_print_intrinsic_token1] = ACTIONS(1150), - [aux_sym_object_creation_expression_token1] = ACTIONS(1150), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1150), [anon_sym_DASH_DASH] = ACTIONS(1148), [anon_sym_PLUS_PLUS] = ACTIONS(1148), [aux_sym__list_destructing_token1] = ACTIONS(1150), @@ -68502,97 +73733,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1150), [sym_comment] = ACTIONS(5), }, - [459] = { - [sym_text_interpolation] = STATE(459), - [ts_builtin_sym_end] = ACTIONS(1040), - [sym_name] = ACTIONS(1042), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1040), - [aux_sym_function_static_declaration_token1] = ACTIONS(1042), - [aux_sym_global_declaration_token1] = ACTIONS(1042), - [aux_sym_namespace_definition_token1] = ACTIONS(1042), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1042), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1042), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1042), - [anon_sym_BSLASH] = ACTIONS(1040), - [anon_sym_LBRACE] = ACTIONS(1040), - [anon_sym_RBRACE] = ACTIONS(1040), - [aux_sym_trait_declaration_token1] = ACTIONS(1042), - [aux_sym_interface_declaration_token1] = ACTIONS(1042), - [aux_sym_enum_declaration_token1] = ACTIONS(1042), - [aux_sym_enum_case_token1] = ACTIONS(1042), - [aux_sym_class_declaration_token1] = ACTIONS(1042), - [aux_sym_final_modifier_token1] = ACTIONS(1042), - [aux_sym_abstract_modifier_token1] = ACTIONS(1042), - [aux_sym_readonly_modifier_token1] = ACTIONS(1042), - [sym_var_modifier] = ACTIONS(1042), - [aux_sym_visibility_modifier_token1] = ACTIONS(1042), - [aux_sym_visibility_modifier_token2] = ACTIONS(1042), - [aux_sym_visibility_modifier_token3] = ACTIONS(1042), - [aux_sym__arrow_function_header_token1] = ACTIONS(1042), - [anon_sym_LPAREN] = ACTIONS(1040), - [aux_sym_cast_type_token1] = ACTIONS(1042), - [aux_sym_echo_statement_token1] = ACTIONS(1042), - [aux_sym_exit_statement_token1] = ACTIONS(1042), - [anon_sym_unset] = ACTIONS(1042), - [aux_sym_declare_statement_token1] = ACTIONS(1042), - [aux_sym_declare_statement_token2] = ACTIONS(1042), - [sym_float] = ACTIONS(1042), - [aux_sym_try_statement_token1] = ACTIONS(1042), - [aux_sym_goto_statement_token1] = ACTIONS(1042), - [aux_sym_continue_statement_token1] = ACTIONS(1042), - [aux_sym_break_statement_token1] = ACTIONS(1042), - [sym_integer] = ACTIONS(1042), - [aux_sym_return_statement_token1] = ACTIONS(1042), - [aux_sym_throw_expression_token1] = ACTIONS(1042), - [aux_sym_while_statement_token1] = ACTIONS(1042), - [aux_sym_while_statement_token2] = ACTIONS(1042), - [aux_sym_do_statement_token1] = ACTIONS(1042), - [aux_sym_for_statement_token1] = ACTIONS(1042), - [aux_sym_for_statement_token2] = ACTIONS(1042), - [aux_sym_foreach_statement_token1] = ACTIONS(1042), - [aux_sym_foreach_statement_token2] = ACTIONS(1042), - [aux_sym_if_statement_token1] = ACTIONS(1042), - [aux_sym_if_statement_token2] = ACTIONS(1042), - [aux_sym_else_if_clause_token1] = ACTIONS(1042), - [aux_sym_else_clause_token1] = ACTIONS(1042), - [aux_sym_match_expression_token1] = ACTIONS(1042), - [aux_sym_match_default_expression_token1] = ACTIONS(1042), - [aux_sym_switch_statement_token1] = ACTIONS(1042), - [aux_sym_switch_block_token1] = ACTIONS(1042), - [anon_sym_PLUS] = ACTIONS(1042), - [anon_sym_DASH] = ACTIONS(1042), - [anon_sym_TILDE] = ACTIONS(1040), - [anon_sym_BANG] = ACTIONS(1040), - [anon_sym_AT] = ACTIONS(1040), - [aux_sym_clone_expression_token1] = ACTIONS(1042), - [aux_sym_print_intrinsic_token1] = ACTIONS(1042), - [aux_sym_object_creation_expression_token1] = ACTIONS(1042), - [anon_sym_DASH_DASH] = ACTIONS(1040), - [anon_sym_PLUS_PLUS] = ACTIONS(1040), - [aux_sym__list_destructing_token1] = ACTIONS(1042), - [anon_sym_LBRACK] = ACTIONS(1040), - [anon_sym_self] = ACTIONS(1042), - [anon_sym_parent] = ACTIONS(1042), - [aux_sym__argument_name_token1] = ACTIONS(1042), - [aux_sym__argument_name_token2] = ACTIONS(1042), - [anon_sym_POUND_LBRACK] = ACTIONS(1040), - [aux_sym_encapsed_string_token1] = ACTIONS(1040), - [anon_sym_DQUOTE] = ACTIONS(1040), - [aux_sym_string_token1] = ACTIONS(1040), - [anon_sym_SQUOTE] = ACTIONS(1040), - [anon_sym_LT_LT_LT] = ACTIONS(1040), - [anon_sym_BQUOTE] = ACTIONS(1040), - [anon_sym_DOLLAR] = ACTIONS(1040), - [aux_sym_yield_expression_token1] = ACTIONS(1042), - [aux_sym_include_expression_token1] = ACTIONS(1042), - [aux_sym_include_once_expression_token1] = ACTIONS(1042), - [aux_sym_require_expression_token1] = ACTIONS(1042), - [aux_sym_require_once_expression_token1] = ACTIONS(1042), - [sym_comment] = ACTIONS(5), - }, - [460] = { - [sym_text_interpolation] = STATE(460), + [462] = { + [sym_text_interpolation] = STATE(462), [ts_builtin_sym_end] = ACTIONS(1152), [sym_name] = ACTIONS(1154), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68601,8 +73743,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1154), [aux_sym_namespace_definition_token1] = ACTIONS(1154), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1154), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1154), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1154), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1154), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1154), [anon_sym_BSLASH] = ACTIONS(1152), [anon_sym_LBRACE] = ACTIONS(1152), [anon_sym_RBRACE] = ACTIONS(1152), @@ -68618,8 +73760,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1154), [aux_sym_visibility_modifier_token2] = ACTIONS(1154), [aux_sym_visibility_modifier_token3] = ACTIONS(1154), - [aux_sym__arrow_function_header_token1] = ACTIONS(1154), [anon_sym_LPAREN] = ACTIONS(1152), + [aux_sym__arrow_function_header_token1] = ACTIONS(1154), [aux_sym_cast_type_token1] = ACTIONS(1154), [aux_sym_echo_statement_token1] = ACTIONS(1154), [aux_sym_exit_statement_token1] = ACTIONS(1154), @@ -68656,7 +73798,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1152), [aux_sym_clone_expression_token1] = ACTIONS(1154), [aux_sym_print_intrinsic_token1] = ACTIONS(1154), - [aux_sym_object_creation_expression_token1] = ACTIONS(1154), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1154), [anon_sym_DASH_DASH] = ACTIONS(1152), [anon_sym_PLUS_PLUS] = ACTIONS(1152), [aux_sym__list_destructing_token1] = ACTIONS(1154), @@ -68680,8 +73822,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1154), [sym_comment] = ACTIONS(5), }, - [461] = { - [sym_text_interpolation] = STATE(461), + [463] = { + [sym_text_interpolation] = STATE(463), [ts_builtin_sym_end] = ACTIONS(1156), [sym_name] = ACTIONS(1158), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68690,8 +73832,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1158), [aux_sym_namespace_definition_token1] = ACTIONS(1158), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1158), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1158), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1158), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1158), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1158), [anon_sym_BSLASH] = ACTIONS(1156), [anon_sym_LBRACE] = ACTIONS(1156), [anon_sym_RBRACE] = ACTIONS(1156), @@ -68707,8 +73849,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1158), [aux_sym_visibility_modifier_token2] = ACTIONS(1158), [aux_sym_visibility_modifier_token3] = ACTIONS(1158), - [aux_sym__arrow_function_header_token1] = ACTIONS(1158), [anon_sym_LPAREN] = ACTIONS(1156), + [aux_sym__arrow_function_header_token1] = ACTIONS(1158), [aux_sym_cast_type_token1] = ACTIONS(1158), [aux_sym_echo_statement_token1] = ACTIONS(1158), [aux_sym_exit_statement_token1] = ACTIONS(1158), @@ -68745,7 +73887,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1156), [aux_sym_clone_expression_token1] = ACTIONS(1158), [aux_sym_print_intrinsic_token1] = ACTIONS(1158), - [aux_sym_object_creation_expression_token1] = ACTIONS(1158), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1158), [anon_sym_DASH_DASH] = ACTIONS(1156), [anon_sym_PLUS_PLUS] = ACTIONS(1156), [aux_sym__list_destructing_token1] = ACTIONS(1158), @@ -68769,8 +73911,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1158), [sym_comment] = ACTIONS(5), }, - [462] = { - [sym_text_interpolation] = STATE(462), + [464] = { + [sym_text_interpolation] = STATE(464), [ts_builtin_sym_end] = ACTIONS(1160), [sym_name] = ACTIONS(1162), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68779,8 +73921,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1162), [aux_sym_namespace_definition_token1] = ACTIONS(1162), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1162), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1162), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1162), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1162), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1162), [anon_sym_BSLASH] = ACTIONS(1160), [anon_sym_LBRACE] = ACTIONS(1160), [anon_sym_RBRACE] = ACTIONS(1160), @@ -68796,8 +73938,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1162), [aux_sym_visibility_modifier_token2] = ACTIONS(1162), [aux_sym_visibility_modifier_token3] = ACTIONS(1162), - [aux_sym__arrow_function_header_token1] = ACTIONS(1162), [anon_sym_LPAREN] = ACTIONS(1160), + [aux_sym__arrow_function_header_token1] = ACTIONS(1162), [aux_sym_cast_type_token1] = ACTIONS(1162), [aux_sym_echo_statement_token1] = ACTIONS(1162), [aux_sym_exit_statement_token1] = ACTIONS(1162), @@ -68834,7 +73976,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1160), [aux_sym_clone_expression_token1] = ACTIONS(1162), [aux_sym_print_intrinsic_token1] = ACTIONS(1162), - [aux_sym_object_creation_expression_token1] = ACTIONS(1162), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1162), [anon_sym_DASH_DASH] = ACTIONS(1160), [anon_sym_PLUS_PLUS] = ACTIONS(1160), [aux_sym__list_destructing_token1] = ACTIONS(1162), @@ -68858,8 +74000,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1162), [sym_comment] = ACTIONS(5), }, - [463] = { - [sym_text_interpolation] = STATE(463), + [465] = { + [sym_text_interpolation] = STATE(465), [ts_builtin_sym_end] = ACTIONS(1164), [sym_name] = ACTIONS(1166), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68868,8 +74010,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1166), [aux_sym_namespace_definition_token1] = ACTIONS(1166), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1166), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1166), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1166), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1166), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1166), [anon_sym_BSLASH] = ACTIONS(1164), [anon_sym_LBRACE] = ACTIONS(1164), [anon_sym_RBRACE] = ACTIONS(1164), @@ -68885,8 +74027,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1166), [aux_sym_visibility_modifier_token2] = ACTIONS(1166), [aux_sym_visibility_modifier_token3] = ACTIONS(1166), - [aux_sym__arrow_function_header_token1] = ACTIONS(1166), [anon_sym_LPAREN] = ACTIONS(1164), + [aux_sym__arrow_function_header_token1] = ACTIONS(1166), [aux_sym_cast_type_token1] = ACTIONS(1166), [aux_sym_echo_statement_token1] = ACTIONS(1166), [aux_sym_exit_statement_token1] = ACTIONS(1166), @@ -68923,7 +74065,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1164), [aux_sym_clone_expression_token1] = ACTIONS(1166), [aux_sym_print_intrinsic_token1] = ACTIONS(1166), - [aux_sym_object_creation_expression_token1] = ACTIONS(1166), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1166), [anon_sym_DASH_DASH] = ACTIONS(1164), [anon_sym_PLUS_PLUS] = ACTIONS(1164), [aux_sym__list_destructing_token1] = ACTIONS(1166), @@ -68947,8 +74089,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1166), [sym_comment] = ACTIONS(5), }, - [464] = { - [sym_text_interpolation] = STATE(464), + [466] = { + [sym_text_interpolation] = STATE(466), [ts_builtin_sym_end] = ACTIONS(1168), [sym_name] = ACTIONS(1170), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -68957,8 +74099,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1170), [aux_sym_namespace_definition_token1] = ACTIONS(1170), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1170), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1170), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1170), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1170), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1170), [anon_sym_BSLASH] = ACTIONS(1168), [anon_sym_LBRACE] = ACTIONS(1168), [anon_sym_RBRACE] = ACTIONS(1168), @@ -68974,8 +74116,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1170), [aux_sym_visibility_modifier_token2] = ACTIONS(1170), [aux_sym_visibility_modifier_token3] = ACTIONS(1170), - [aux_sym__arrow_function_header_token1] = ACTIONS(1170), [anon_sym_LPAREN] = ACTIONS(1168), + [aux_sym__arrow_function_header_token1] = ACTIONS(1170), [aux_sym_cast_type_token1] = ACTIONS(1170), [aux_sym_echo_statement_token1] = ACTIONS(1170), [aux_sym_exit_statement_token1] = ACTIONS(1170), @@ -69012,7 +74154,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1168), [aux_sym_clone_expression_token1] = ACTIONS(1170), [aux_sym_print_intrinsic_token1] = ACTIONS(1170), - [aux_sym_object_creation_expression_token1] = ACTIONS(1170), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1170), [anon_sym_DASH_DASH] = ACTIONS(1168), [anon_sym_PLUS_PLUS] = ACTIONS(1168), [aux_sym__list_destructing_token1] = ACTIONS(1170), @@ -69036,8 +74178,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1170), [sym_comment] = ACTIONS(5), }, - [465] = { - [sym_text_interpolation] = STATE(465), + [467] = { + [sym_text_interpolation] = STATE(467), [ts_builtin_sym_end] = ACTIONS(1172), [sym_name] = ACTIONS(1174), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69046,8 +74188,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1174), [aux_sym_namespace_definition_token1] = ACTIONS(1174), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1174), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1174), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1174), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1174), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1174), [anon_sym_BSLASH] = ACTIONS(1172), [anon_sym_LBRACE] = ACTIONS(1172), [anon_sym_RBRACE] = ACTIONS(1172), @@ -69063,8 +74205,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1174), [aux_sym_visibility_modifier_token2] = ACTIONS(1174), [aux_sym_visibility_modifier_token3] = ACTIONS(1174), - [aux_sym__arrow_function_header_token1] = ACTIONS(1174), [anon_sym_LPAREN] = ACTIONS(1172), + [aux_sym__arrow_function_header_token1] = ACTIONS(1174), [aux_sym_cast_type_token1] = ACTIONS(1174), [aux_sym_echo_statement_token1] = ACTIONS(1174), [aux_sym_exit_statement_token1] = ACTIONS(1174), @@ -69101,7 +74243,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1172), [aux_sym_clone_expression_token1] = ACTIONS(1174), [aux_sym_print_intrinsic_token1] = ACTIONS(1174), - [aux_sym_object_creation_expression_token1] = ACTIONS(1174), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1174), [anon_sym_DASH_DASH] = ACTIONS(1172), [anon_sym_PLUS_PLUS] = ACTIONS(1172), [aux_sym__list_destructing_token1] = ACTIONS(1174), @@ -69125,8 +74267,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1174), [sym_comment] = ACTIONS(5), }, - [466] = { - [sym_text_interpolation] = STATE(466), + [468] = { + [sym_text_interpolation] = STATE(468), [ts_builtin_sym_end] = ACTIONS(1176), [sym_name] = ACTIONS(1178), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69135,8 +74277,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1178), [aux_sym_namespace_definition_token1] = ACTIONS(1178), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1178), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1178), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1178), [anon_sym_BSLASH] = ACTIONS(1176), [anon_sym_LBRACE] = ACTIONS(1176), [anon_sym_RBRACE] = ACTIONS(1176), @@ -69152,8 +74294,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1178), [aux_sym_visibility_modifier_token2] = ACTIONS(1178), [aux_sym_visibility_modifier_token3] = ACTIONS(1178), - [aux_sym__arrow_function_header_token1] = ACTIONS(1178), [anon_sym_LPAREN] = ACTIONS(1176), + [aux_sym__arrow_function_header_token1] = ACTIONS(1178), [aux_sym_cast_type_token1] = ACTIONS(1178), [aux_sym_echo_statement_token1] = ACTIONS(1178), [aux_sym_exit_statement_token1] = ACTIONS(1178), @@ -69190,7 +74332,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1176), [aux_sym_clone_expression_token1] = ACTIONS(1178), [aux_sym_print_intrinsic_token1] = ACTIONS(1178), - [aux_sym_object_creation_expression_token1] = ACTIONS(1178), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1178), [anon_sym_DASH_DASH] = ACTIONS(1176), [anon_sym_PLUS_PLUS] = ACTIONS(1176), [aux_sym__list_destructing_token1] = ACTIONS(1178), @@ -69214,8 +74356,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1178), [sym_comment] = ACTIONS(5), }, - [467] = { - [sym_text_interpolation] = STATE(467), + [469] = { + [sym_text_interpolation] = STATE(469), [ts_builtin_sym_end] = ACTIONS(1180), [sym_name] = ACTIONS(1182), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69224,8 +74366,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1182), [aux_sym_namespace_definition_token1] = ACTIONS(1182), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1182), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1182), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1182), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1182), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1182), [anon_sym_BSLASH] = ACTIONS(1180), [anon_sym_LBRACE] = ACTIONS(1180), [anon_sym_RBRACE] = ACTIONS(1180), @@ -69241,8 +74383,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1182), [aux_sym_visibility_modifier_token2] = ACTIONS(1182), [aux_sym_visibility_modifier_token3] = ACTIONS(1182), - [aux_sym__arrow_function_header_token1] = ACTIONS(1182), [anon_sym_LPAREN] = ACTIONS(1180), + [aux_sym__arrow_function_header_token1] = ACTIONS(1182), [aux_sym_cast_type_token1] = ACTIONS(1182), [aux_sym_echo_statement_token1] = ACTIONS(1182), [aux_sym_exit_statement_token1] = ACTIONS(1182), @@ -69279,7 +74421,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1180), [aux_sym_clone_expression_token1] = ACTIONS(1182), [aux_sym_print_intrinsic_token1] = ACTIONS(1182), - [aux_sym_object_creation_expression_token1] = ACTIONS(1182), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1182), [anon_sym_DASH_DASH] = ACTIONS(1180), [anon_sym_PLUS_PLUS] = ACTIONS(1180), [aux_sym__list_destructing_token1] = ACTIONS(1182), @@ -69303,8 +74445,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1182), [sym_comment] = ACTIONS(5), }, - [468] = { - [sym_text_interpolation] = STATE(468), + [470] = { + [sym_text_interpolation] = STATE(470), [ts_builtin_sym_end] = ACTIONS(1184), [sym_name] = ACTIONS(1186), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69313,8 +74455,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1186), [aux_sym_namespace_definition_token1] = ACTIONS(1186), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1186), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1186), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1186), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1186), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1186), [anon_sym_BSLASH] = ACTIONS(1184), [anon_sym_LBRACE] = ACTIONS(1184), [anon_sym_RBRACE] = ACTIONS(1184), @@ -69330,8 +74472,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1186), [aux_sym_visibility_modifier_token2] = ACTIONS(1186), [aux_sym_visibility_modifier_token3] = ACTIONS(1186), - [aux_sym__arrow_function_header_token1] = ACTIONS(1186), [anon_sym_LPAREN] = ACTIONS(1184), + [aux_sym__arrow_function_header_token1] = ACTIONS(1186), [aux_sym_cast_type_token1] = ACTIONS(1186), [aux_sym_echo_statement_token1] = ACTIONS(1186), [aux_sym_exit_statement_token1] = ACTIONS(1186), @@ -69368,7 +74510,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1184), [aux_sym_clone_expression_token1] = ACTIONS(1186), [aux_sym_print_intrinsic_token1] = ACTIONS(1186), - [aux_sym_object_creation_expression_token1] = ACTIONS(1186), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1186), [anon_sym_DASH_DASH] = ACTIONS(1184), [anon_sym_PLUS_PLUS] = ACTIONS(1184), [aux_sym__list_destructing_token1] = ACTIONS(1186), @@ -69392,8 +74534,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1186), [sym_comment] = ACTIONS(5), }, - [469] = { - [sym_text_interpolation] = STATE(469), + [471] = { + [sym_text_interpolation] = STATE(471), [ts_builtin_sym_end] = ACTIONS(1188), [sym_name] = ACTIONS(1190), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69402,8 +74544,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1190), [aux_sym_namespace_definition_token1] = ACTIONS(1190), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1190), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1190), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1190), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1190), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1190), [anon_sym_BSLASH] = ACTIONS(1188), [anon_sym_LBRACE] = ACTIONS(1188), [anon_sym_RBRACE] = ACTIONS(1188), @@ -69419,8 +74561,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1190), [aux_sym_visibility_modifier_token2] = ACTIONS(1190), [aux_sym_visibility_modifier_token3] = ACTIONS(1190), - [aux_sym__arrow_function_header_token1] = ACTIONS(1190), [anon_sym_LPAREN] = ACTIONS(1188), + [aux_sym__arrow_function_header_token1] = ACTIONS(1190), [aux_sym_cast_type_token1] = ACTIONS(1190), [aux_sym_echo_statement_token1] = ACTIONS(1190), [aux_sym_exit_statement_token1] = ACTIONS(1190), @@ -69457,7 +74599,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1188), [aux_sym_clone_expression_token1] = ACTIONS(1190), [aux_sym_print_intrinsic_token1] = ACTIONS(1190), - [aux_sym_object_creation_expression_token1] = ACTIONS(1190), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1190), [anon_sym_DASH_DASH] = ACTIONS(1188), [anon_sym_PLUS_PLUS] = ACTIONS(1188), [aux_sym__list_destructing_token1] = ACTIONS(1190), @@ -69481,8 +74623,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1190), [sym_comment] = ACTIONS(5), }, - [470] = { - [sym_text_interpolation] = STATE(470), + [472] = { + [sym_text_interpolation] = STATE(472), [ts_builtin_sym_end] = ACTIONS(1192), [sym_name] = ACTIONS(1194), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69491,8 +74633,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1194), [aux_sym_namespace_definition_token1] = ACTIONS(1194), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1194), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1194), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1194), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1194), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1194), [anon_sym_BSLASH] = ACTIONS(1192), [anon_sym_LBRACE] = ACTIONS(1192), [anon_sym_RBRACE] = ACTIONS(1192), @@ -69508,8 +74650,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1194), [aux_sym_visibility_modifier_token2] = ACTIONS(1194), [aux_sym_visibility_modifier_token3] = ACTIONS(1194), - [aux_sym__arrow_function_header_token1] = ACTIONS(1194), [anon_sym_LPAREN] = ACTIONS(1192), + [aux_sym__arrow_function_header_token1] = ACTIONS(1194), [aux_sym_cast_type_token1] = ACTIONS(1194), [aux_sym_echo_statement_token1] = ACTIONS(1194), [aux_sym_exit_statement_token1] = ACTIONS(1194), @@ -69546,7 +74688,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1192), [aux_sym_clone_expression_token1] = ACTIONS(1194), [aux_sym_print_intrinsic_token1] = ACTIONS(1194), - [aux_sym_object_creation_expression_token1] = ACTIONS(1194), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1194), [anon_sym_DASH_DASH] = ACTIONS(1192), [anon_sym_PLUS_PLUS] = ACTIONS(1192), [aux_sym__list_destructing_token1] = ACTIONS(1194), @@ -69570,8 +74712,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1194), [sym_comment] = ACTIONS(5), }, - [471] = { - [sym_text_interpolation] = STATE(471), + [473] = { + [sym_text_interpolation] = STATE(473), [ts_builtin_sym_end] = ACTIONS(1196), [sym_name] = ACTIONS(1198), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69580,8 +74722,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1198), [aux_sym_namespace_definition_token1] = ACTIONS(1198), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1198), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1198), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1198), [anon_sym_BSLASH] = ACTIONS(1196), [anon_sym_LBRACE] = ACTIONS(1196), [anon_sym_RBRACE] = ACTIONS(1196), @@ -69597,8 +74739,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1198), [aux_sym_visibility_modifier_token2] = ACTIONS(1198), [aux_sym_visibility_modifier_token3] = ACTIONS(1198), - [aux_sym__arrow_function_header_token1] = ACTIONS(1198), [anon_sym_LPAREN] = ACTIONS(1196), + [aux_sym__arrow_function_header_token1] = ACTIONS(1198), [aux_sym_cast_type_token1] = ACTIONS(1198), [aux_sym_echo_statement_token1] = ACTIONS(1198), [aux_sym_exit_statement_token1] = ACTIONS(1198), @@ -69635,7 +74777,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1196), [aux_sym_clone_expression_token1] = ACTIONS(1198), [aux_sym_print_intrinsic_token1] = ACTIONS(1198), - [aux_sym_object_creation_expression_token1] = ACTIONS(1198), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1198), [anon_sym_DASH_DASH] = ACTIONS(1196), [anon_sym_PLUS_PLUS] = ACTIONS(1196), [aux_sym__list_destructing_token1] = ACTIONS(1198), @@ -69659,8 +74801,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1198), [sym_comment] = ACTIONS(5), }, - [472] = { - [sym_text_interpolation] = STATE(472), + [474] = { + [sym_text_interpolation] = STATE(474), [ts_builtin_sym_end] = ACTIONS(1200), [sym_name] = ACTIONS(1202), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69669,8 +74811,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1202), [aux_sym_namespace_definition_token1] = ACTIONS(1202), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1202), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1202), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1202), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1202), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1202), [anon_sym_BSLASH] = ACTIONS(1200), [anon_sym_LBRACE] = ACTIONS(1200), [anon_sym_RBRACE] = ACTIONS(1200), @@ -69686,8 +74828,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1202), [aux_sym_visibility_modifier_token2] = ACTIONS(1202), [aux_sym_visibility_modifier_token3] = ACTIONS(1202), - [aux_sym__arrow_function_header_token1] = ACTIONS(1202), [anon_sym_LPAREN] = ACTIONS(1200), + [aux_sym__arrow_function_header_token1] = ACTIONS(1202), [aux_sym_cast_type_token1] = ACTIONS(1202), [aux_sym_echo_statement_token1] = ACTIONS(1202), [aux_sym_exit_statement_token1] = ACTIONS(1202), @@ -69724,7 +74866,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1200), [aux_sym_clone_expression_token1] = ACTIONS(1202), [aux_sym_print_intrinsic_token1] = ACTIONS(1202), - [aux_sym_object_creation_expression_token1] = ACTIONS(1202), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1202), [anon_sym_DASH_DASH] = ACTIONS(1200), [anon_sym_PLUS_PLUS] = ACTIONS(1200), [aux_sym__list_destructing_token1] = ACTIONS(1202), @@ -69748,8 +74890,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1202), [sym_comment] = ACTIONS(5), }, - [473] = { - [sym_text_interpolation] = STATE(473), + [475] = { + [sym_text_interpolation] = STATE(475), [ts_builtin_sym_end] = ACTIONS(1204), [sym_name] = ACTIONS(1206), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69758,8 +74900,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1206), [aux_sym_namespace_definition_token1] = ACTIONS(1206), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1206), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1206), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1206), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1206), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1206), [anon_sym_BSLASH] = ACTIONS(1204), [anon_sym_LBRACE] = ACTIONS(1204), [anon_sym_RBRACE] = ACTIONS(1204), @@ -69775,8 +74917,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1206), [aux_sym_visibility_modifier_token2] = ACTIONS(1206), [aux_sym_visibility_modifier_token3] = ACTIONS(1206), - [aux_sym__arrow_function_header_token1] = ACTIONS(1206), [anon_sym_LPAREN] = ACTIONS(1204), + [aux_sym__arrow_function_header_token1] = ACTIONS(1206), [aux_sym_cast_type_token1] = ACTIONS(1206), [aux_sym_echo_statement_token1] = ACTIONS(1206), [aux_sym_exit_statement_token1] = ACTIONS(1206), @@ -69813,7 +74955,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1204), [aux_sym_clone_expression_token1] = ACTIONS(1206), [aux_sym_print_intrinsic_token1] = ACTIONS(1206), - [aux_sym_object_creation_expression_token1] = ACTIONS(1206), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1206), [anon_sym_DASH_DASH] = ACTIONS(1204), [anon_sym_PLUS_PLUS] = ACTIONS(1204), [aux_sym__list_destructing_token1] = ACTIONS(1206), @@ -69837,8 +74979,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1206), [sym_comment] = ACTIONS(5), }, - [474] = { - [sym_text_interpolation] = STATE(474), + [476] = { + [sym_text_interpolation] = STATE(476), [ts_builtin_sym_end] = ACTIONS(1208), [sym_name] = ACTIONS(1210), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69847,8 +74989,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1210), [aux_sym_namespace_definition_token1] = ACTIONS(1210), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1210), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1210), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1210), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1210), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1210), [anon_sym_BSLASH] = ACTIONS(1208), [anon_sym_LBRACE] = ACTIONS(1208), [anon_sym_RBRACE] = ACTIONS(1208), @@ -69864,8 +75006,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1210), [aux_sym_visibility_modifier_token2] = ACTIONS(1210), [aux_sym_visibility_modifier_token3] = ACTIONS(1210), - [aux_sym__arrow_function_header_token1] = ACTIONS(1210), [anon_sym_LPAREN] = ACTIONS(1208), + [aux_sym__arrow_function_header_token1] = ACTIONS(1210), [aux_sym_cast_type_token1] = ACTIONS(1210), [aux_sym_echo_statement_token1] = ACTIONS(1210), [aux_sym_exit_statement_token1] = ACTIONS(1210), @@ -69902,7 +75044,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1208), [aux_sym_clone_expression_token1] = ACTIONS(1210), [aux_sym_print_intrinsic_token1] = ACTIONS(1210), - [aux_sym_object_creation_expression_token1] = ACTIONS(1210), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1210), [anon_sym_DASH_DASH] = ACTIONS(1208), [anon_sym_PLUS_PLUS] = ACTIONS(1208), [aux_sym__list_destructing_token1] = ACTIONS(1210), @@ -69926,8 +75068,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1210), [sym_comment] = ACTIONS(5), }, - [475] = { - [sym_text_interpolation] = STATE(475), + [477] = { + [sym_text_interpolation] = STATE(477), [ts_builtin_sym_end] = ACTIONS(1212), [sym_name] = ACTIONS(1214), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -69936,8 +75078,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1214), [aux_sym_namespace_definition_token1] = ACTIONS(1214), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1214), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1214), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1214), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1214), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1214), [anon_sym_BSLASH] = ACTIONS(1212), [anon_sym_LBRACE] = ACTIONS(1212), [anon_sym_RBRACE] = ACTIONS(1212), @@ -69953,8 +75095,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1214), [aux_sym_visibility_modifier_token2] = ACTIONS(1214), [aux_sym_visibility_modifier_token3] = ACTIONS(1214), - [aux_sym__arrow_function_header_token1] = ACTIONS(1214), [anon_sym_LPAREN] = ACTIONS(1212), + [aux_sym__arrow_function_header_token1] = ACTIONS(1214), [aux_sym_cast_type_token1] = ACTIONS(1214), [aux_sym_echo_statement_token1] = ACTIONS(1214), [aux_sym_exit_statement_token1] = ACTIONS(1214), @@ -69991,7 +75133,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1212), [aux_sym_clone_expression_token1] = ACTIONS(1214), [aux_sym_print_intrinsic_token1] = ACTIONS(1214), - [aux_sym_object_creation_expression_token1] = ACTIONS(1214), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1214), [anon_sym_DASH_DASH] = ACTIONS(1212), [anon_sym_PLUS_PLUS] = ACTIONS(1212), [aux_sym__list_destructing_token1] = ACTIONS(1214), @@ -70015,8 +75157,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1214), [sym_comment] = ACTIONS(5), }, - [476] = { - [sym_text_interpolation] = STATE(476), + [478] = { + [sym_text_interpolation] = STATE(478), [ts_builtin_sym_end] = ACTIONS(1216), [sym_name] = ACTIONS(1218), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70025,8 +75167,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1218), [aux_sym_namespace_definition_token1] = ACTIONS(1218), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1218), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1218), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1218), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1218), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1218), [anon_sym_BSLASH] = ACTIONS(1216), [anon_sym_LBRACE] = ACTIONS(1216), [anon_sym_RBRACE] = ACTIONS(1216), @@ -70042,8 +75184,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1218), [aux_sym_visibility_modifier_token2] = ACTIONS(1218), [aux_sym_visibility_modifier_token3] = ACTIONS(1218), - [aux_sym__arrow_function_header_token1] = ACTIONS(1218), [anon_sym_LPAREN] = ACTIONS(1216), + [aux_sym__arrow_function_header_token1] = ACTIONS(1218), [aux_sym_cast_type_token1] = ACTIONS(1218), [aux_sym_echo_statement_token1] = ACTIONS(1218), [aux_sym_exit_statement_token1] = ACTIONS(1218), @@ -70080,7 +75222,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1216), [aux_sym_clone_expression_token1] = ACTIONS(1218), [aux_sym_print_intrinsic_token1] = ACTIONS(1218), - [aux_sym_object_creation_expression_token1] = ACTIONS(1218), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1218), [anon_sym_DASH_DASH] = ACTIONS(1216), [anon_sym_PLUS_PLUS] = ACTIONS(1216), [aux_sym__list_destructing_token1] = ACTIONS(1218), @@ -70104,8 +75246,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1218), [sym_comment] = ACTIONS(5), }, - [477] = { - [sym_text_interpolation] = STATE(477), + [479] = { + [sym_text_interpolation] = STATE(479), [ts_builtin_sym_end] = ACTIONS(1220), [sym_name] = ACTIONS(1222), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70114,8 +75256,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1222), [aux_sym_namespace_definition_token1] = ACTIONS(1222), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1222), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1222), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1222), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1222), [anon_sym_BSLASH] = ACTIONS(1220), [anon_sym_LBRACE] = ACTIONS(1220), [anon_sym_RBRACE] = ACTIONS(1220), @@ -70131,8 +75273,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1222), [aux_sym_visibility_modifier_token2] = ACTIONS(1222), [aux_sym_visibility_modifier_token3] = ACTIONS(1222), - [aux_sym__arrow_function_header_token1] = ACTIONS(1222), [anon_sym_LPAREN] = ACTIONS(1220), + [aux_sym__arrow_function_header_token1] = ACTIONS(1222), [aux_sym_cast_type_token1] = ACTIONS(1222), [aux_sym_echo_statement_token1] = ACTIONS(1222), [aux_sym_exit_statement_token1] = ACTIONS(1222), @@ -70169,7 +75311,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1220), [aux_sym_clone_expression_token1] = ACTIONS(1222), [aux_sym_print_intrinsic_token1] = ACTIONS(1222), - [aux_sym_object_creation_expression_token1] = ACTIONS(1222), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1222), [anon_sym_DASH_DASH] = ACTIONS(1220), [anon_sym_PLUS_PLUS] = ACTIONS(1220), [aux_sym__list_destructing_token1] = ACTIONS(1222), @@ -70193,8 +75335,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1222), [sym_comment] = ACTIONS(5), }, - [478] = { - [sym_text_interpolation] = STATE(478), + [480] = { + [sym_text_interpolation] = STATE(480), [ts_builtin_sym_end] = ACTIONS(1224), [sym_name] = ACTIONS(1226), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70203,8 +75345,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1226), [aux_sym_namespace_definition_token1] = ACTIONS(1226), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1226), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1226), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1226), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1226), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1226), [anon_sym_BSLASH] = ACTIONS(1224), [anon_sym_LBRACE] = ACTIONS(1224), [anon_sym_RBRACE] = ACTIONS(1224), @@ -70220,8 +75362,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1226), [aux_sym_visibility_modifier_token2] = ACTIONS(1226), [aux_sym_visibility_modifier_token3] = ACTIONS(1226), - [aux_sym__arrow_function_header_token1] = ACTIONS(1226), [anon_sym_LPAREN] = ACTIONS(1224), + [aux_sym__arrow_function_header_token1] = ACTIONS(1226), [aux_sym_cast_type_token1] = ACTIONS(1226), [aux_sym_echo_statement_token1] = ACTIONS(1226), [aux_sym_exit_statement_token1] = ACTIONS(1226), @@ -70258,7 +75400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1224), [aux_sym_clone_expression_token1] = ACTIONS(1226), [aux_sym_print_intrinsic_token1] = ACTIONS(1226), - [aux_sym_object_creation_expression_token1] = ACTIONS(1226), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1226), [anon_sym_DASH_DASH] = ACTIONS(1224), [anon_sym_PLUS_PLUS] = ACTIONS(1224), [aux_sym__list_destructing_token1] = ACTIONS(1226), @@ -70282,97 +75424,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1226), [sym_comment] = ACTIONS(5), }, - [479] = { - [sym_text_interpolation] = STATE(479), - [ts_builtin_sym_end] = ACTIONS(1176), - [sym_name] = ACTIONS(1178), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1176), - [aux_sym_function_static_declaration_token1] = ACTIONS(1178), - [aux_sym_global_declaration_token1] = ACTIONS(1178), - [aux_sym_namespace_definition_token1] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1178), - [anon_sym_BSLASH] = ACTIONS(1176), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_RBRACE] = ACTIONS(1176), - [aux_sym_trait_declaration_token1] = ACTIONS(1178), - [aux_sym_interface_declaration_token1] = ACTIONS(1178), - [aux_sym_enum_declaration_token1] = ACTIONS(1178), - [aux_sym_enum_case_token1] = ACTIONS(1178), - [aux_sym_class_declaration_token1] = ACTIONS(1178), - [aux_sym_final_modifier_token1] = ACTIONS(1178), - [aux_sym_abstract_modifier_token1] = ACTIONS(1178), - [aux_sym_readonly_modifier_token1] = ACTIONS(1178), - [sym_var_modifier] = ACTIONS(1178), - [aux_sym_visibility_modifier_token1] = ACTIONS(1178), - [aux_sym_visibility_modifier_token2] = ACTIONS(1178), - [aux_sym_visibility_modifier_token3] = ACTIONS(1178), - [aux_sym__arrow_function_header_token1] = ACTIONS(1178), - [anon_sym_LPAREN] = ACTIONS(1176), - [aux_sym_cast_type_token1] = ACTIONS(1178), - [aux_sym_echo_statement_token1] = ACTIONS(1178), - [aux_sym_exit_statement_token1] = ACTIONS(1178), - [anon_sym_unset] = ACTIONS(1178), - [aux_sym_declare_statement_token1] = ACTIONS(1178), - [aux_sym_declare_statement_token2] = ACTIONS(1178), - [sym_float] = ACTIONS(1178), - [aux_sym_try_statement_token1] = ACTIONS(1178), - [aux_sym_goto_statement_token1] = ACTIONS(1178), - [aux_sym_continue_statement_token1] = ACTIONS(1178), - [aux_sym_break_statement_token1] = ACTIONS(1178), - [sym_integer] = ACTIONS(1178), - [aux_sym_return_statement_token1] = ACTIONS(1178), - [aux_sym_throw_expression_token1] = ACTIONS(1178), - [aux_sym_while_statement_token1] = ACTIONS(1178), - [aux_sym_while_statement_token2] = ACTIONS(1178), - [aux_sym_do_statement_token1] = ACTIONS(1178), - [aux_sym_for_statement_token1] = ACTIONS(1178), - [aux_sym_for_statement_token2] = ACTIONS(1178), - [aux_sym_foreach_statement_token1] = ACTIONS(1178), - [aux_sym_foreach_statement_token2] = ACTIONS(1178), - [aux_sym_if_statement_token1] = ACTIONS(1178), - [aux_sym_if_statement_token2] = ACTIONS(1178), - [aux_sym_else_if_clause_token1] = ACTIONS(1178), - [aux_sym_else_clause_token1] = ACTIONS(1178), - [aux_sym_match_expression_token1] = ACTIONS(1178), - [aux_sym_match_default_expression_token1] = ACTIONS(1178), - [aux_sym_switch_statement_token1] = ACTIONS(1178), - [aux_sym_switch_block_token1] = ACTIONS(1178), - [anon_sym_PLUS] = ACTIONS(1178), - [anon_sym_DASH] = ACTIONS(1178), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_AT] = ACTIONS(1176), - [aux_sym_clone_expression_token1] = ACTIONS(1178), - [aux_sym_print_intrinsic_token1] = ACTIONS(1178), - [aux_sym_object_creation_expression_token1] = ACTIONS(1178), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [aux_sym__list_destructing_token1] = ACTIONS(1178), - [anon_sym_LBRACK] = ACTIONS(1176), - [anon_sym_self] = ACTIONS(1178), - [anon_sym_parent] = ACTIONS(1178), - [aux_sym__argument_name_token1] = ACTIONS(1178), - [aux_sym__argument_name_token2] = ACTIONS(1178), - [anon_sym_POUND_LBRACK] = ACTIONS(1176), - [aux_sym_encapsed_string_token1] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [aux_sym_string_token1] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_LT_LT_LT] = ACTIONS(1176), - [anon_sym_BQUOTE] = ACTIONS(1176), - [anon_sym_DOLLAR] = ACTIONS(1176), - [aux_sym_yield_expression_token1] = ACTIONS(1178), - [aux_sym_include_expression_token1] = ACTIONS(1178), - [aux_sym_include_once_expression_token1] = ACTIONS(1178), - [aux_sym_require_expression_token1] = ACTIONS(1178), - [aux_sym_require_once_expression_token1] = ACTIONS(1178), - [sym_comment] = ACTIONS(5), - }, - [480] = { - [sym_text_interpolation] = STATE(480), + [481] = { + [sym_text_interpolation] = STATE(481), [ts_builtin_sym_end] = ACTIONS(1228), [sym_name] = ACTIONS(1230), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70381,8 +75434,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1230), [aux_sym_namespace_definition_token1] = ACTIONS(1230), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1230), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1230), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1230), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1230), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1230), [anon_sym_BSLASH] = ACTIONS(1228), [anon_sym_LBRACE] = ACTIONS(1228), [anon_sym_RBRACE] = ACTIONS(1228), @@ -70398,8 +75451,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1230), [aux_sym_visibility_modifier_token2] = ACTIONS(1230), [aux_sym_visibility_modifier_token3] = ACTIONS(1230), - [aux_sym__arrow_function_header_token1] = ACTIONS(1230), [anon_sym_LPAREN] = ACTIONS(1228), + [aux_sym__arrow_function_header_token1] = ACTIONS(1230), [aux_sym_cast_type_token1] = ACTIONS(1230), [aux_sym_echo_statement_token1] = ACTIONS(1230), [aux_sym_exit_statement_token1] = ACTIONS(1230), @@ -70436,7 +75489,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1228), [aux_sym_clone_expression_token1] = ACTIONS(1230), [aux_sym_print_intrinsic_token1] = ACTIONS(1230), - [aux_sym_object_creation_expression_token1] = ACTIONS(1230), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1230), [anon_sym_DASH_DASH] = ACTIONS(1228), [anon_sym_PLUS_PLUS] = ACTIONS(1228), [aux_sym__list_destructing_token1] = ACTIONS(1230), @@ -70460,8 +75513,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1230), [sym_comment] = ACTIONS(5), }, - [481] = { - [sym_text_interpolation] = STATE(481), + [482] = { + [sym_text_interpolation] = STATE(482), [ts_builtin_sym_end] = ACTIONS(1232), [sym_name] = ACTIONS(1234), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70470,8 +75523,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1234), [aux_sym_namespace_definition_token1] = ACTIONS(1234), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1234), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1234), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1234), [anon_sym_BSLASH] = ACTIONS(1232), [anon_sym_LBRACE] = ACTIONS(1232), [anon_sym_RBRACE] = ACTIONS(1232), @@ -70487,8 +75540,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1234), [aux_sym_visibility_modifier_token2] = ACTIONS(1234), [aux_sym_visibility_modifier_token3] = ACTIONS(1234), - [aux_sym__arrow_function_header_token1] = ACTIONS(1234), [anon_sym_LPAREN] = ACTIONS(1232), + [aux_sym__arrow_function_header_token1] = ACTIONS(1234), [aux_sym_cast_type_token1] = ACTIONS(1234), [aux_sym_echo_statement_token1] = ACTIONS(1234), [aux_sym_exit_statement_token1] = ACTIONS(1234), @@ -70525,7 +75578,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1232), [aux_sym_clone_expression_token1] = ACTIONS(1234), [aux_sym_print_intrinsic_token1] = ACTIONS(1234), - [aux_sym_object_creation_expression_token1] = ACTIONS(1234), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1234), [anon_sym_DASH_DASH] = ACTIONS(1232), [anon_sym_PLUS_PLUS] = ACTIONS(1232), [aux_sym__list_destructing_token1] = ACTIONS(1234), @@ -70549,8 +75602,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1234), [sym_comment] = ACTIONS(5), }, - [482] = { - [sym_text_interpolation] = STATE(482), + [483] = { + [sym_text_interpolation] = STATE(483), [ts_builtin_sym_end] = ACTIONS(1236), [sym_name] = ACTIONS(1238), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70559,8 +75612,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1238), [aux_sym_namespace_definition_token1] = ACTIONS(1238), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1238), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1238), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1238), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1238), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1238), [anon_sym_BSLASH] = ACTIONS(1236), [anon_sym_LBRACE] = ACTIONS(1236), [anon_sym_RBRACE] = ACTIONS(1236), @@ -70576,8 +75629,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1238), [aux_sym_visibility_modifier_token2] = ACTIONS(1238), [aux_sym_visibility_modifier_token3] = ACTIONS(1238), - [aux_sym__arrow_function_header_token1] = ACTIONS(1238), [anon_sym_LPAREN] = ACTIONS(1236), + [aux_sym__arrow_function_header_token1] = ACTIONS(1238), [aux_sym_cast_type_token1] = ACTIONS(1238), [aux_sym_echo_statement_token1] = ACTIONS(1238), [aux_sym_exit_statement_token1] = ACTIONS(1238), @@ -70614,7 +75667,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1236), [aux_sym_clone_expression_token1] = ACTIONS(1238), [aux_sym_print_intrinsic_token1] = ACTIONS(1238), - [aux_sym_object_creation_expression_token1] = ACTIONS(1238), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1238), [anon_sym_DASH_DASH] = ACTIONS(1236), [anon_sym_PLUS_PLUS] = ACTIONS(1236), [aux_sym__list_destructing_token1] = ACTIONS(1238), @@ -70638,8 +75691,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1238), [sym_comment] = ACTIONS(5), }, - [483] = { - [sym_text_interpolation] = STATE(483), + [484] = { + [sym_text_interpolation] = STATE(484), [ts_builtin_sym_end] = ACTIONS(1240), [sym_name] = ACTIONS(1242), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70648,8 +75701,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1242), [aux_sym_namespace_definition_token1] = ACTIONS(1242), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1242), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1242), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1242), [anon_sym_BSLASH] = ACTIONS(1240), [anon_sym_LBRACE] = ACTIONS(1240), [anon_sym_RBRACE] = ACTIONS(1240), @@ -70665,8 +75718,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1242), [aux_sym_visibility_modifier_token2] = ACTIONS(1242), [aux_sym_visibility_modifier_token3] = ACTIONS(1242), - [aux_sym__arrow_function_header_token1] = ACTIONS(1242), [anon_sym_LPAREN] = ACTIONS(1240), + [aux_sym__arrow_function_header_token1] = ACTIONS(1242), [aux_sym_cast_type_token1] = ACTIONS(1242), [aux_sym_echo_statement_token1] = ACTIONS(1242), [aux_sym_exit_statement_token1] = ACTIONS(1242), @@ -70703,7 +75756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1240), [aux_sym_clone_expression_token1] = ACTIONS(1242), [aux_sym_print_intrinsic_token1] = ACTIONS(1242), - [aux_sym_object_creation_expression_token1] = ACTIONS(1242), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1242), [anon_sym_DASH_DASH] = ACTIONS(1240), [anon_sym_PLUS_PLUS] = ACTIONS(1240), [aux_sym__list_destructing_token1] = ACTIONS(1242), @@ -70727,8 +75780,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1242), [sym_comment] = ACTIONS(5), }, - [484] = { - [sym_text_interpolation] = STATE(484), + [485] = { + [sym_text_interpolation] = STATE(485), [ts_builtin_sym_end] = ACTIONS(1244), [sym_name] = ACTIONS(1246), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70737,8 +75790,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1246), [aux_sym_namespace_definition_token1] = ACTIONS(1246), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1246), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1246), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1246), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1246), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1246), [anon_sym_BSLASH] = ACTIONS(1244), [anon_sym_LBRACE] = ACTIONS(1244), [anon_sym_RBRACE] = ACTIONS(1244), @@ -70754,8 +75807,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1246), [aux_sym_visibility_modifier_token2] = ACTIONS(1246), [aux_sym_visibility_modifier_token3] = ACTIONS(1246), - [aux_sym__arrow_function_header_token1] = ACTIONS(1246), [anon_sym_LPAREN] = ACTIONS(1244), + [aux_sym__arrow_function_header_token1] = ACTIONS(1246), [aux_sym_cast_type_token1] = ACTIONS(1246), [aux_sym_echo_statement_token1] = ACTIONS(1246), [aux_sym_exit_statement_token1] = ACTIONS(1246), @@ -70792,7 +75845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1244), [aux_sym_clone_expression_token1] = ACTIONS(1246), [aux_sym_print_intrinsic_token1] = ACTIONS(1246), - [aux_sym_object_creation_expression_token1] = ACTIONS(1246), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1246), [anon_sym_DASH_DASH] = ACTIONS(1244), [anon_sym_PLUS_PLUS] = ACTIONS(1244), [aux_sym__list_destructing_token1] = ACTIONS(1246), @@ -70816,8 +75869,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1246), [sym_comment] = ACTIONS(5), }, - [485] = { - [sym_text_interpolation] = STATE(485), + [486] = { + [sym_text_interpolation] = STATE(486), [ts_builtin_sym_end] = ACTIONS(1248), [sym_name] = ACTIONS(1250), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -70826,8 +75879,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1250), [aux_sym_namespace_definition_token1] = ACTIONS(1250), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1250), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1250), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1250), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1250), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1250), [anon_sym_BSLASH] = ACTIONS(1248), [anon_sym_LBRACE] = ACTIONS(1248), [anon_sym_RBRACE] = ACTIONS(1248), @@ -70843,8 +75896,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1250), [aux_sym_visibility_modifier_token2] = ACTIONS(1250), [aux_sym_visibility_modifier_token3] = ACTIONS(1250), - [aux_sym__arrow_function_header_token1] = ACTIONS(1250), [anon_sym_LPAREN] = ACTIONS(1248), + [aux_sym__arrow_function_header_token1] = ACTIONS(1250), [aux_sym_cast_type_token1] = ACTIONS(1250), [aux_sym_echo_statement_token1] = ACTIONS(1250), [aux_sym_exit_statement_token1] = ACTIONS(1250), @@ -70881,7 +75934,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1248), [aux_sym_clone_expression_token1] = ACTIONS(1250), [aux_sym_print_intrinsic_token1] = ACTIONS(1250), - [aux_sym_object_creation_expression_token1] = ACTIONS(1250), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1250), [anon_sym_DASH_DASH] = ACTIONS(1248), [anon_sym_PLUS_PLUS] = ACTIONS(1248), [aux_sym__list_destructing_token1] = ACTIONS(1250), @@ -70905,95 +75958,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1250), [sym_comment] = ACTIONS(5), }, - [486] = { - [sym_text_interpolation] = STATE(486), - [ts_builtin_sym_end] = ACTIONS(1232), - [sym_name] = ACTIONS(1234), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1232), - [aux_sym_function_static_declaration_token1] = ACTIONS(1234), - [aux_sym_global_declaration_token1] = ACTIONS(1234), - [aux_sym_namespace_definition_token1] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1234), - [anon_sym_BSLASH] = ACTIONS(1232), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_RBRACE] = ACTIONS(1232), - [aux_sym_trait_declaration_token1] = ACTIONS(1234), - [aux_sym_interface_declaration_token1] = ACTIONS(1234), - [aux_sym_enum_declaration_token1] = ACTIONS(1234), - [aux_sym_enum_case_token1] = ACTIONS(1234), - [aux_sym_class_declaration_token1] = ACTIONS(1234), - [aux_sym_final_modifier_token1] = ACTIONS(1234), - [aux_sym_abstract_modifier_token1] = ACTIONS(1234), - [aux_sym_readonly_modifier_token1] = ACTIONS(1234), - [sym_var_modifier] = ACTIONS(1234), - [aux_sym_visibility_modifier_token1] = ACTIONS(1234), - [aux_sym_visibility_modifier_token2] = ACTIONS(1234), - [aux_sym_visibility_modifier_token3] = ACTIONS(1234), - [aux_sym__arrow_function_header_token1] = ACTIONS(1234), - [anon_sym_LPAREN] = ACTIONS(1232), - [aux_sym_cast_type_token1] = ACTIONS(1234), - [aux_sym_echo_statement_token1] = ACTIONS(1234), - [aux_sym_exit_statement_token1] = ACTIONS(1234), - [anon_sym_unset] = ACTIONS(1234), - [aux_sym_declare_statement_token1] = ACTIONS(1234), - [aux_sym_declare_statement_token2] = ACTIONS(1234), - [sym_float] = ACTIONS(1234), - [aux_sym_try_statement_token1] = ACTIONS(1234), - [aux_sym_goto_statement_token1] = ACTIONS(1234), - [aux_sym_continue_statement_token1] = ACTIONS(1234), - [aux_sym_break_statement_token1] = ACTIONS(1234), - [sym_integer] = ACTIONS(1234), - [aux_sym_return_statement_token1] = ACTIONS(1234), - [aux_sym_throw_expression_token1] = ACTIONS(1234), - [aux_sym_while_statement_token1] = ACTIONS(1234), - [aux_sym_while_statement_token2] = ACTIONS(1234), - [aux_sym_do_statement_token1] = ACTIONS(1234), - [aux_sym_for_statement_token1] = ACTIONS(1234), - [aux_sym_for_statement_token2] = ACTIONS(1234), - [aux_sym_foreach_statement_token1] = ACTIONS(1234), - [aux_sym_foreach_statement_token2] = ACTIONS(1234), - [aux_sym_if_statement_token1] = ACTIONS(1234), - [aux_sym_if_statement_token2] = ACTIONS(1234), - [aux_sym_else_if_clause_token1] = ACTIONS(1234), - [aux_sym_else_clause_token1] = ACTIONS(1234), - [aux_sym_match_expression_token1] = ACTIONS(1234), - [aux_sym_match_default_expression_token1] = ACTIONS(1234), - [aux_sym_switch_statement_token1] = ACTIONS(1234), - [aux_sym_switch_block_token1] = ACTIONS(1234), - [anon_sym_PLUS] = ACTIONS(1234), - [anon_sym_DASH] = ACTIONS(1234), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_AT] = ACTIONS(1232), - [aux_sym_clone_expression_token1] = ACTIONS(1234), - [aux_sym_print_intrinsic_token1] = ACTIONS(1234), - [aux_sym_object_creation_expression_token1] = ACTIONS(1234), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [aux_sym__list_destructing_token1] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1232), - [anon_sym_self] = ACTIONS(1234), - [anon_sym_parent] = ACTIONS(1234), - [aux_sym__argument_name_token1] = ACTIONS(1234), - [aux_sym__argument_name_token2] = ACTIONS(1234), - [anon_sym_POUND_LBRACK] = ACTIONS(1232), - [aux_sym_encapsed_string_token1] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [aux_sym_string_token1] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_LT_LT_LT] = ACTIONS(1232), - [anon_sym_BQUOTE] = ACTIONS(1232), - [anon_sym_DOLLAR] = ACTIONS(1232), - [aux_sym_yield_expression_token1] = ACTIONS(1234), - [aux_sym_include_expression_token1] = ACTIONS(1234), - [aux_sym_include_once_expression_token1] = ACTIONS(1234), - [aux_sym_require_expression_token1] = ACTIONS(1234), - [aux_sym_require_once_expression_token1] = ACTIONS(1234), - [sym_comment] = ACTIONS(5), - }, [487] = { [sym_text_interpolation] = STATE(487), [ts_builtin_sym_end] = ACTIONS(1252), @@ -71004,8 +75968,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1254), [aux_sym_namespace_definition_token1] = ACTIONS(1254), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1254), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1254), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1254), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1254), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1254), [anon_sym_BSLASH] = ACTIONS(1252), [anon_sym_LBRACE] = ACTIONS(1252), [anon_sym_RBRACE] = ACTIONS(1252), @@ -71021,8 +75985,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1254), [aux_sym_visibility_modifier_token2] = ACTIONS(1254), [aux_sym_visibility_modifier_token3] = ACTIONS(1254), - [aux_sym__arrow_function_header_token1] = ACTIONS(1254), [anon_sym_LPAREN] = ACTIONS(1252), + [aux_sym__arrow_function_header_token1] = ACTIONS(1254), [aux_sym_cast_type_token1] = ACTIONS(1254), [aux_sym_echo_statement_token1] = ACTIONS(1254), [aux_sym_exit_statement_token1] = ACTIONS(1254), @@ -71059,7 +76023,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1252), [aux_sym_clone_expression_token1] = ACTIONS(1254), [aux_sym_print_intrinsic_token1] = ACTIONS(1254), - [aux_sym_object_creation_expression_token1] = ACTIONS(1254), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1254), [anon_sym_DASH_DASH] = ACTIONS(1252), [anon_sym_PLUS_PLUS] = ACTIONS(1252), [aux_sym__list_destructing_token1] = ACTIONS(1254), @@ -71093,8 +76057,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1258), [aux_sym_namespace_definition_token1] = ACTIONS(1258), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1258), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1258), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1258), [anon_sym_BSLASH] = ACTIONS(1256), [anon_sym_LBRACE] = ACTIONS(1256), [anon_sym_RBRACE] = ACTIONS(1256), @@ -71110,8 +76074,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1258), [aux_sym_visibility_modifier_token2] = ACTIONS(1258), [aux_sym_visibility_modifier_token3] = ACTIONS(1258), - [aux_sym__arrow_function_header_token1] = ACTIONS(1258), [anon_sym_LPAREN] = ACTIONS(1256), + [aux_sym__arrow_function_header_token1] = ACTIONS(1258), [aux_sym_cast_type_token1] = ACTIONS(1258), [aux_sym_echo_statement_token1] = ACTIONS(1258), [aux_sym_exit_statement_token1] = ACTIONS(1258), @@ -71148,7 +76112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1256), [aux_sym_clone_expression_token1] = ACTIONS(1258), [aux_sym_print_intrinsic_token1] = ACTIONS(1258), - [aux_sym_object_creation_expression_token1] = ACTIONS(1258), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1258), [anon_sym_DASH_DASH] = ACTIONS(1256), [anon_sym_PLUS_PLUS] = ACTIONS(1256), [aux_sym__list_destructing_token1] = ACTIONS(1258), @@ -71182,8 +76146,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1262), [aux_sym_namespace_definition_token1] = ACTIONS(1262), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1262), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1262), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1262), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1262), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1262), [anon_sym_BSLASH] = ACTIONS(1260), [anon_sym_LBRACE] = ACTIONS(1260), [anon_sym_RBRACE] = ACTIONS(1260), @@ -71199,8 +76163,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1262), [aux_sym_visibility_modifier_token2] = ACTIONS(1262), [aux_sym_visibility_modifier_token3] = ACTIONS(1262), - [aux_sym__arrow_function_header_token1] = ACTIONS(1262), [anon_sym_LPAREN] = ACTIONS(1260), + [aux_sym__arrow_function_header_token1] = ACTIONS(1262), [aux_sym_cast_type_token1] = ACTIONS(1262), [aux_sym_echo_statement_token1] = ACTIONS(1262), [aux_sym_exit_statement_token1] = ACTIONS(1262), @@ -71237,7 +76201,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1260), [aux_sym_clone_expression_token1] = ACTIONS(1262), [aux_sym_print_intrinsic_token1] = ACTIONS(1262), - [aux_sym_object_creation_expression_token1] = ACTIONS(1262), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1262), [anon_sym_DASH_DASH] = ACTIONS(1260), [anon_sym_PLUS_PLUS] = ACTIONS(1260), [aux_sym__list_destructing_token1] = ACTIONS(1262), @@ -71271,8 +76235,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1266), [aux_sym_namespace_definition_token1] = ACTIONS(1266), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1266), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1266), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1266), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1266), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1266), [anon_sym_BSLASH] = ACTIONS(1264), [anon_sym_LBRACE] = ACTIONS(1264), [anon_sym_RBRACE] = ACTIONS(1264), @@ -71288,8 +76252,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1266), [aux_sym_visibility_modifier_token2] = ACTIONS(1266), [aux_sym_visibility_modifier_token3] = ACTIONS(1266), - [aux_sym__arrow_function_header_token1] = ACTIONS(1266), [anon_sym_LPAREN] = ACTIONS(1264), + [aux_sym__arrow_function_header_token1] = ACTIONS(1266), [aux_sym_cast_type_token1] = ACTIONS(1266), [aux_sym_echo_statement_token1] = ACTIONS(1266), [aux_sym_exit_statement_token1] = ACTIONS(1266), @@ -71326,7 +76290,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1264), [aux_sym_clone_expression_token1] = ACTIONS(1266), [aux_sym_print_intrinsic_token1] = ACTIONS(1266), - [aux_sym_object_creation_expression_token1] = ACTIONS(1266), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1266), [anon_sym_DASH_DASH] = ACTIONS(1264), [anon_sym_PLUS_PLUS] = ACTIONS(1264), [aux_sym__list_destructing_token1] = ACTIONS(1266), @@ -71360,8 +76324,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1270), [aux_sym_namespace_definition_token1] = ACTIONS(1270), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1270), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1270), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1270), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1270), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1270), [anon_sym_BSLASH] = ACTIONS(1268), [anon_sym_LBRACE] = ACTIONS(1268), [anon_sym_RBRACE] = ACTIONS(1268), @@ -71377,8 +76341,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1270), [aux_sym_visibility_modifier_token2] = ACTIONS(1270), [aux_sym_visibility_modifier_token3] = ACTIONS(1270), - [aux_sym__arrow_function_header_token1] = ACTIONS(1270), [anon_sym_LPAREN] = ACTIONS(1268), + [aux_sym__arrow_function_header_token1] = ACTIONS(1270), [aux_sym_cast_type_token1] = ACTIONS(1270), [aux_sym_echo_statement_token1] = ACTIONS(1270), [aux_sym_exit_statement_token1] = ACTIONS(1270), @@ -71415,7 +76379,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1268), [aux_sym_clone_expression_token1] = ACTIONS(1270), [aux_sym_print_intrinsic_token1] = ACTIONS(1270), - [aux_sym_object_creation_expression_token1] = ACTIONS(1270), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1270), [anon_sym_DASH_DASH] = ACTIONS(1268), [anon_sym_PLUS_PLUS] = ACTIONS(1268), [aux_sym__list_destructing_token1] = ACTIONS(1270), @@ -71449,8 +76413,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1274), [aux_sym_namespace_definition_token1] = ACTIONS(1274), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1274), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1274), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1274), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1274), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1274), [anon_sym_BSLASH] = ACTIONS(1272), [anon_sym_LBRACE] = ACTIONS(1272), [anon_sym_RBRACE] = ACTIONS(1272), @@ -71466,8 +76430,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1274), [aux_sym_visibility_modifier_token2] = ACTIONS(1274), [aux_sym_visibility_modifier_token3] = ACTIONS(1274), - [aux_sym__arrow_function_header_token1] = ACTIONS(1274), [anon_sym_LPAREN] = ACTIONS(1272), + [aux_sym__arrow_function_header_token1] = ACTIONS(1274), [aux_sym_cast_type_token1] = ACTIONS(1274), [aux_sym_echo_statement_token1] = ACTIONS(1274), [aux_sym_exit_statement_token1] = ACTIONS(1274), @@ -71504,7 +76468,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1272), [aux_sym_clone_expression_token1] = ACTIONS(1274), [aux_sym_print_intrinsic_token1] = ACTIONS(1274), - [aux_sym_object_creation_expression_token1] = ACTIONS(1274), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1274), [anon_sym_DASH_DASH] = ACTIONS(1272), [anon_sym_PLUS_PLUS] = ACTIONS(1272), [aux_sym__list_destructing_token1] = ACTIONS(1274), @@ -71530,95 +76494,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [493] = { [sym_text_interpolation] = STATE(493), - [ts_builtin_sym_end] = ACTIONS(1240), - [sym_name] = ACTIONS(1242), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1240), - [aux_sym_function_static_declaration_token1] = ACTIONS(1242), - [aux_sym_global_declaration_token1] = ACTIONS(1242), - [aux_sym_namespace_definition_token1] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1242), - [anon_sym_BSLASH] = ACTIONS(1240), - [anon_sym_LBRACE] = ACTIONS(1240), - [anon_sym_RBRACE] = ACTIONS(1240), - [aux_sym_trait_declaration_token1] = ACTIONS(1242), - [aux_sym_interface_declaration_token1] = ACTIONS(1242), - [aux_sym_enum_declaration_token1] = ACTIONS(1242), - [aux_sym_enum_case_token1] = ACTIONS(1242), - [aux_sym_class_declaration_token1] = ACTIONS(1242), - [aux_sym_final_modifier_token1] = ACTIONS(1242), - [aux_sym_abstract_modifier_token1] = ACTIONS(1242), - [aux_sym_readonly_modifier_token1] = ACTIONS(1242), - [sym_var_modifier] = ACTIONS(1242), - [aux_sym_visibility_modifier_token1] = ACTIONS(1242), - [aux_sym_visibility_modifier_token2] = ACTIONS(1242), - [aux_sym_visibility_modifier_token3] = ACTIONS(1242), - [aux_sym__arrow_function_header_token1] = ACTIONS(1242), - [anon_sym_LPAREN] = ACTIONS(1240), - [aux_sym_cast_type_token1] = ACTIONS(1242), - [aux_sym_echo_statement_token1] = ACTIONS(1242), - [aux_sym_exit_statement_token1] = ACTIONS(1242), - [anon_sym_unset] = ACTIONS(1242), - [aux_sym_declare_statement_token1] = ACTIONS(1242), - [aux_sym_declare_statement_token2] = ACTIONS(1242), - [sym_float] = ACTIONS(1242), - [aux_sym_try_statement_token1] = ACTIONS(1242), - [aux_sym_goto_statement_token1] = ACTIONS(1242), - [aux_sym_continue_statement_token1] = ACTIONS(1242), - [aux_sym_break_statement_token1] = ACTIONS(1242), - [sym_integer] = ACTIONS(1242), - [aux_sym_return_statement_token1] = ACTIONS(1242), - [aux_sym_throw_expression_token1] = ACTIONS(1242), - [aux_sym_while_statement_token1] = ACTIONS(1242), - [aux_sym_while_statement_token2] = ACTIONS(1242), - [aux_sym_do_statement_token1] = ACTIONS(1242), - [aux_sym_for_statement_token1] = ACTIONS(1242), - [aux_sym_for_statement_token2] = ACTIONS(1242), - [aux_sym_foreach_statement_token1] = ACTIONS(1242), - [aux_sym_foreach_statement_token2] = ACTIONS(1242), - [aux_sym_if_statement_token1] = ACTIONS(1242), - [aux_sym_if_statement_token2] = ACTIONS(1242), - [aux_sym_else_if_clause_token1] = ACTIONS(1242), - [aux_sym_else_clause_token1] = ACTIONS(1242), - [aux_sym_match_expression_token1] = ACTIONS(1242), - [aux_sym_match_default_expression_token1] = ACTIONS(1242), - [aux_sym_switch_statement_token1] = ACTIONS(1242), - [aux_sym_switch_block_token1] = ACTIONS(1242), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_TILDE] = ACTIONS(1240), - [anon_sym_BANG] = ACTIONS(1240), - [anon_sym_AT] = ACTIONS(1240), - [aux_sym_clone_expression_token1] = ACTIONS(1242), - [aux_sym_print_intrinsic_token1] = ACTIONS(1242), - [aux_sym_object_creation_expression_token1] = ACTIONS(1242), - [anon_sym_DASH_DASH] = ACTIONS(1240), - [anon_sym_PLUS_PLUS] = ACTIONS(1240), - [aux_sym__list_destructing_token1] = ACTIONS(1242), - [anon_sym_LBRACK] = ACTIONS(1240), - [anon_sym_self] = ACTIONS(1242), - [anon_sym_parent] = ACTIONS(1242), - [aux_sym__argument_name_token1] = ACTIONS(1242), - [aux_sym__argument_name_token2] = ACTIONS(1242), - [anon_sym_POUND_LBRACK] = ACTIONS(1240), - [aux_sym_encapsed_string_token1] = ACTIONS(1240), - [anon_sym_DQUOTE] = ACTIONS(1240), - [aux_sym_string_token1] = ACTIONS(1240), - [anon_sym_SQUOTE] = ACTIONS(1240), - [anon_sym_LT_LT_LT] = ACTIONS(1240), - [anon_sym_BQUOTE] = ACTIONS(1240), - [anon_sym_DOLLAR] = ACTIONS(1240), - [aux_sym_yield_expression_token1] = ACTIONS(1242), - [aux_sym_include_expression_token1] = ACTIONS(1242), - [aux_sym_include_once_expression_token1] = ACTIONS(1242), - [aux_sym_require_expression_token1] = ACTIONS(1242), - [aux_sym_require_once_expression_token1] = ACTIONS(1242), - [sym_comment] = ACTIONS(5), - }, - [494] = { - [sym_text_interpolation] = STATE(494), [ts_builtin_sym_end] = ACTIONS(1276), [sym_name] = ACTIONS(1278), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -71627,8 +76502,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1278), [aux_sym_namespace_definition_token1] = ACTIONS(1278), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1278), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1278), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1278), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1278), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1278), [anon_sym_BSLASH] = ACTIONS(1276), [anon_sym_LBRACE] = ACTIONS(1276), [anon_sym_RBRACE] = ACTIONS(1276), @@ -71644,8 +76519,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1278), [aux_sym_visibility_modifier_token2] = ACTIONS(1278), [aux_sym_visibility_modifier_token3] = ACTIONS(1278), - [aux_sym__arrow_function_header_token1] = ACTIONS(1278), [anon_sym_LPAREN] = ACTIONS(1276), + [aux_sym__arrow_function_header_token1] = ACTIONS(1278), [aux_sym_cast_type_token1] = ACTIONS(1278), [aux_sym_echo_statement_token1] = ACTIONS(1278), [aux_sym_exit_statement_token1] = ACTIONS(1278), @@ -71682,7 +76557,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1276), [aux_sym_clone_expression_token1] = ACTIONS(1278), [aux_sym_print_intrinsic_token1] = ACTIONS(1278), - [aux_sym_object_creation_expression_token1] = ACTIONS(1278), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1278), [anon_sym_DASH_DASH] = ACTIONS(1276), [anon_sym_PLUS_PLUS] = ACTIONS(1276), [aux_sym__list_destructing_token1] = ACTIONS(1278), @@ -71706,8 +76581,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1278), [sym_comment] = ACTIONS(5), }, - [495] = { - [sym_text_interpolation] = STATE(495), + [494] = { + [sym_text_interpolation] = STATE(494), [ts_builtin_sym_end] = ACTIONS(1280), [sym_name] = ACTIONS(1282), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -71716,8 +76591,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1282), [aux_sym_namespace_definition_token1] = ACTIONS(1282), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1282), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1282), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1282), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1282), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1282), [anon_sym_BSLASH] = ACTIONS(1280), [anon_sym_LBRACE] = ACTIONS(1280), [anon_sym_RBRACE] = ACTIONS(1280), @@ -71733,8 +76608,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1282), [aux_sym_visibility_modifier_token2] = ACTIONS(1282), [aux_sym_visibility_modifier_token3] = ACTIONS(1282), - [aux_sym__arrow_function_header_token1] = ACTIONS(1282), [anon_sym_LPAREN] = ACTIONS(1280), + [aux_sym__arrow_function_header_token1] = ACTIONS(1282), [aux_sym_cast_type_token1] = ACTIONS(1282), [aux_sym_echo_statement_token1] = ACTIONS(1282), [aux_sym_exit_statement_token1] = ACTIONS(1282), @@ -71771,7 +76646,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1280), [aux_sym_clone_expression_token1] = ACTIONS(1282), [aux_sym_print_intrinsic_token1] = ACTIONS(1282), - [aux_sym_object_creation_expression_token1] = ACTIONS(1282), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1282), [anon_sym_DASH_DASH] = ACTIONS(1280), [anon_sym_PLUS_PLUS] = ACTIONS(1280), [aux_sym__list_destructing_token1] = ACTIONS(1282), @@ -71795,8 +76670,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1282), [sym_comment] = ACTIONS(5), }, - [496] = { - [sym_text_interpolation] = STATE(496), + [495] = { + [sym_text_interpolation] = STATE(495), [ts_builtin_sym_end] = ACTIONS(1284), [sym_name] = ACTIONS(1286), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -71805,8 +76680,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1286), [aux_sym_namespace_definition_token1] = ACTIONS(1286), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1286), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1286), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1286), [anon_sym_BSLASH] = ACTIONS(1284), [anon_sym_LBRACE] = ACTIONS(1284), [anon_sym_RBRACE] = ACTIONS(1284), @@ -71822,8 +76697,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1286), [aux_sym_visibility_modifier_token2] = ACTIONS(1286), [aux_sym_visibility_modifier_token3] = ACTIONS(1286), - [aux_sym__arrow_function_header_token1] = ACTIONS(1286), [anon_sym_LPAREN] = ACTIONS(1284), + [aux_sym__arrow_function_header_token1] = ACTIONS(1286), [aux_sym_cast_type_token1] = ACTIONS(1286), [aux_sym_echo_statement_token1] = ACTIONS(1286), [aux_sym_exit_statement_token1] = ACTIONS(1286), @@ -71860,7 +76735,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1284), [aux_sym_clone_expression_token1] = ACTIONS(1286), [aux_sym_print_intrinsic_token1] = ACTIONS(1286), - [aux_sym_object_creation_expression_token1] = ACTIONS(1286), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1286), [anon_sym_DASH_DASH] = ACTIONS(1284), [anon_sym_PLUS_PLUS] = ACTIONS(1284), [aux_sym__list_destructing_token1] = ACTIONS(1286), @@ -71884,8 +76759,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1286), [sym_comment] = ACTIONS(5), }, - [497] = { - [sym_text_interpolation] = STATE(497), + [496] = { + [sym_text_interpolation] = STATE(496), [ts_builtin_sym_end] = ACTIONS(1288), [sym_name] = ACTIONS(1290), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -71894,8 +76769,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1290), [aux_sym_namespace_definition_token1] = ACTIONS(1290), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1290), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1290), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1290), [anon_sym_BSLASH] = ACTIONS(1288), [anon_sym_LBRACE] = ACTIONS(1288), [anon_sym_RBRACE] = ACTIONS(1288), @@ -71911,8 +76786,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1290), [aux_sym_visibility_modifier_token2] = ACTIONS(1290), [aux_sym_visibility_modifier_token3] = ACTIONS(1290), - [aux_sym__arrow_function_header_token1] = ACTIONS(1290), [anon_sym_LPAREN] = ACTIONS(1288), + [aux_sym__arrow_function_header_token1] = ACTIONS(1290), [aux_sym_cast_type_token1] = ACTIONS(1290), [aux_sym_echo_statement_token1] = ACTIONS(1290), [aux_sym_exit_statement_token1] = ACTIONS(1290), @@ -71949,7 +76824,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1288), [aux_sym_clone_expression_token1] = ACTIONS(1290), [aux_sym_print_intrinsic_token1] = ACTIONS(1290), - [aux_sym_object_creation_expression_token1] = ACTIONS(1290), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1290), [anon_sym_DASH_DASH] = ACTIONS(1288), [anon_sym_PLUS_PLUS] = ACTIONS(1288), [aux_sym__list_destructing_token1] = ACTIONS(1290), @@ -71973,186 +76848,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1290), [sym_comment] = ACTIONS(5), }, - [498] = { - [sym_text_interpolation] = STATE(498), - [ts_builtin_sym_end] = ACTIONS(1025), - [sym_name] = ACTIONS(1027), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1025), - [aux_sym_function_static_declaration_token1] = ACTIONS(1027), - [aux_sym_global_declaration_token1] = ACTIONS(1027), - [aux_sym_namespace_definition_token1] = ACTIONS(1027), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1027), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1027), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1027), - [anon_sym_BSLASH] = ACTIONS(1025), - [anon_sym_LBRACE] = ACTIONS(1025), - [anon_sym_RBRACE] = ACTIONS(1025), - [aux_sym_trait_declaration_token1] = ACTIONS(1027), - [aux_sym_interface_declaration_token1] = ACTIONS(1027), - [aux_sym_enum_declaration_token1] = ACTIONS(1027), - [aux_sym_enum_case_token1] = ACTIONS(1027), - [aux_sym_class_declaration_token1] = ACTIONS(1027), - [aux_sym_final_modifier_token1] = ACTIONS(1027), - [aux_sym_abstract_modifier_token1] = ACTIONS(1027), - [aux_sym_readonly_modifier_token1] = ACTIONS(1027), - [sym_var_modifier] = ACTIONS(1027), - [aux_sym_visibility_modifier_token1] = ACTIONS(1027), - [aux_sym_visibility_modifier_token2] = ACTIONS(1027), - [aux_sym_visibility_modifier_token3] = ACTIONS(1027), - [aux_sym__arrow_function_header_token1] = ACTIONS(1027), - [anon_sym_LPAREN] = ACTIONS(1025), - [aux_sym_cast_type_token1] = ACTIONS(1027), - [aux_sym_echo_statement_token1] = ACTIONS(1027), - [aux_sym_exit_statement_token1] = ACTIONS(1027), - [anon_sym_unset] = ACTIONS(1027), - [aux_sym_declare_statement_token1] = ACTIONS(1027), - [aux_sym_declare_statement_token2] = ACTIONS(1027), - [sym_float] = ACTIONS(1027), - [aux_sym_try_statement_token1] = ACTIONS(1027), - [aux_sym_goto_statement_token1] = ACTIONS(1027), - [aux_sym_continue_statement_token1] = ACTIONS(1027), - [aux_sym_break_statement_token1] = ACTIONS(1027), - [sym_integer] = ACTIONS(1027), - [aux_sym_return_statement_token1] = ACTIONS(1027), - [aux_sym_throw_expression_token1] = ACTIONS(1027), - [aux_sym_while_statement_token1] = ACTIONS(1027), - [aux_sym_while_statement_token2] = ACTIONS(1027), - [aux_sym_do_statement_token1] = ACTIONS(1027), - [aux_sym_for_statement_token1] = ACTIONS(1027), - [aux_sym_for_statement_token2] = ACTIONS(1027), - [aux_sym_foreach_statement_token1] = ACTIONS(1027), - [aux_sym_foreach_statement_token2] = ACTIONS(1027), - [aux_sym_if_statement_token1] = ACTIONS(1027), - [aux_sym_if_statement_token2] = ACTIONS(1027), - [aux_sym_else_if_clause_token1] = ACTIONS(1027), - [aux_sym_else_clause_token1] = ACTIONS(1027), - [aux_sym_match_expression_token1] = ACTIONS(1027), - [aux_sym_match_default_expression_token1] = ACTIONS(1027), - [aux_sym_switch_statement_token1] = ACTIONS(1027), - [aux_sym_switch_block_token1] = ACTIONS(1027), - [anon_sym_PLUS] = ACTIONS(1027), - [anon_sym_DASH] = ACTIONS(1027), - [anon_sym_TILDE] = ACTIONS(1025), - [anon_sym_BANG] = ACTIONS(1025), - [anon_sym_AT] = ACTIONS(1025), - [aux_sym_clone_expression_token1] = ACTIONS(1027), - [aux_sym_print_intrinsic_token1] = ACTIONS(1027), - [aux_sym_object_creation_expression_token1] = ACTIONS(1027), - [anon_sym_DASH_DASH] = ACTIONS(1025), - [anon_sym_PLUS_PLUS] = ACTIONS(1025), - [aux_sym__list_destructing_token1] = ACTIONS(1027), - [anon_sym_LBRACK] = ACTIONS(1025), - [anon_sym_self] = ACTIONS(1027), - [anon_sym_parent] = ACTIONS(1027), - [aux_sym__argument_name_token1] = ACTIONS(1027), - [aux_sym__argument_name_token2] = ACTIONS(1027), - [anon_sym_POUND_LBRACK] = ACTIONS(1025), - [aux_sym_encapsed_string_token1] = ACTIONS(1025), - [anon_sym_DQUOTE] = ACTIONS(1025), - [aux_sym_string_token1] = ACTIONS(1025), - [anon_sym_SQUOTE] = ACTIONS(1025), - [anon_sym_LT_LT_LT] = ACTIONS(1025), - [anon_sym_BQUOTE] = ACTIONS(1025), - [anon_sym_DOLLAR] = ACTIONS(1025), - [aux_sym_yield_expression_token1] = ACTIONS(1027), - [aux_sym_include_expression_token1] = ACTIONS(1027), - [aux_sym_include_once_expression_token1] = ACTIONS(1027), - [aux_sym_require_expression_token1] = ACTIONS(1027), - [aux_sym_require_once_expression_token1] = ACTIONS(1027), - [sym_comment] = ACTIONS(5), - }, - [499] = { - [sym_text_interpolation] = STATE(499), - [ts_builtin_sym_end] = ACTIONS(1136), - [sym_name] = ACTIONS(1138), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1136), - [aux_sym_function_static_declaration_token1] = ACTIONS(1138), - [aux_sym_global_declaration_token1] = ACTIONS(1138), - [aux_sym_namespace_definition_token1] = ACTIONS(1138), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1138), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1138), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1138), - [anon_sym_BSLASH] = ACTIONS(1136), - [anon_sym_LBRACE] = ACTIONS(1136), - [anon_sym_RBRACE] = ACTIONS(1136), - [aux_sym_trait_declaration_token1] = ACTIONS(1138), - [aux_sym_interface_declaration_token1] = ACTIONS(1138), - [aux_sym_enum_declaration_token1] = ACTIONS(1138), - [aux_sym_enum_case_token1] = ACTIONS(1138), - [aux_sym_class_declaration_token1] = ACTIONS(1138), - [aux_sym_final_modifier_token1] = ACTIONS(1138), - [aux_sym_abstract_modifier_token1] = ACTIONS(1138), - [aux_sym_readonly_modifier_token1] = ACTIONS(1138), - [sym_var_modifier] = ACTIONS(1138), - [aux_sym_visibility_modifier_token1] = ACTIONS(1138), - [aux_sym_visibility_modifier_token2] = ACTIONS(1138), - [aux_sym_visibility_modifier_token3] = ACTIONS(1138), - [aux_sym__arrow_function_header_token1] = ACTIONS(1138), - [anon_sym_LPAREN] = ACTIONS(1136), - [aux_sym_cast_type_token1] = ACTIONS(1138), - [aux_sym_echo_statement_token1] = ACTIONS(1138), - [aux_sym_exit_statement_token1] = ACTIONS(1138), - [anon_sym_unset] = ACTIONS(1138), - [aux_sym_declare_statement_token1] = ACTIONS(1138), - [aux_sym_declare_statement_token2] = ACTIONS(1138), - [sym_float] = ACTIONS(1138), - [aux_sym_try_statement_token1] = ACTIONS(1138), - [aux_sym_goto_statement_token1] = ACTIONS(1138), - [aux_sym_continue_statement_token1] = ACTIONS(1138), - [aux_sym_break_statement_token1] = ACTIONS(1138), - [sym_integer] = ACTIONS(1138), - [aux_sym_return_statement_token1] = ACTIONS(1138), - [aux_sym_throw_expression_token1] = ACTIONS(1138), - [aux_sym_while_statement_token1] = ACTIONS(1138), - [aux_sym_while_statement_token2] = ACTIONS(1138), - [aux_sym_do_statement_token1] = ACTIONS(1138), - [aux_sym_for_statement_token1] = ACTIONS(1138), - [aux_sym_for_statement_token2] = ACTIONS(1138), - [aux_sym_foreach_statement_token1] = ACTIONS(1138), - [aux_sym_foreach_statement_token2] = ACTIONS(1138), - [aux_sym_if_statement_token1] = ACTIONS(1138), - [aux_sym_if_statement_token2] = ACTIONS(1138), - [aux_sym_else_if_clause_token1] = ACTIONS(1138), - [aux_sym_else_clause_token1] = ACTIONS(1138), - [aux_sym_match_expression_token1] = ACTIONS(1138), - [aux_sym_match_default_expression_token1] = ACTIONS(1138), - [aux_sym_switch_statement_token1] = ACTIONS(1138), - [aux_sym_switch_block_token1] = ACTIONS(1138), - [anon_sym_PLUS] = ACTIONS(1138), - [anon_sym_DASH] = ACTIONS(1138), - [anon_sym_TILDE] = ACTIONS(1136), - [anon_sym_BANG] = ACTIONS(1136), - [anon_sym_AT] = ACTIONS(1136), - [aux_sym_clone_expression_token1] = ACTIONS(1138), - [aux_sym_print_intrinsic_token1] = ACTIONS(1138), - [aux_sym_object_creation_expression_token1] = ACTIONS(1138), - [anon_sym_DASH_DASH] = ACTIONS(1136), - [anon_sym_PLUS_PLUS] = ACTIONS(1136), - [aux_sym__list_destructing_token1] = ACTIONS(1138), - [anon_sym_LBRACK] = ACTIONS(1136), - [anon_sym_self] = ACTIONS(1138), - [anon_sym_parent] = ACTIONS(1138), - [aux_sym__argument_name_token1] = ACTIONS(1138), - [aux_sym__argument_name_token2] = ACTIONS(1138), - [anon_sym_POUND_LBRACK] = ACTIONS(1136), - [aux_sym_encapsed_string_token1] = ACTIONS(1136), - [anon_sym_DQUOTE] = ACTIONS(1136), - [aux_sym_string_token1] = ACTIONS(1136), - [anon_sym_SQUOTE] = ACTIONS(1136), - [anon_sym_LT_LT_LT] = ACTIONS(1136), - [anon_sym_BQUOTE] = ACTIONS(1136), - [anon_sym_DOLLAR] = ACTIONS(1136), - [aux_sym_yield_expression_token1] = ACTIONS(1138), - [aux_sym_include_expression_token1] = ACTIONS(1138), - [aux_sym_include_once_expression_token1] = ACTIONS(1138), - [aux_sym_require_expression_token1] = ACTIONS(1138), - [aux_sym_require_once_expression_token1] = ACTIONS(1138), - [sym_comment] = ACTIONS(5), - }, - [500] = { - [sym_text_interpolation] = STATE(500), + [497] = { + [sym_text_interpolation] = STATE(497), [ts_builtin_sym_end] = ACTIONS(1292), [sym_name] = ACTIONS(1294), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72161,8 +76858,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1294), [aux_sym_namespace_definition_token1] = ACTIONS(1294), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1294), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1294), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1294), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1294), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1294), [anon_sym_BSLASH] = ACTIONS(1292), [anon_sym_LBRACE] = ACTIONS(1292), [anon_sym_RBRACE] = ACTIONS(1292), @@ -72178,8 +76875,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1294), [aux_sym_visibility_modifier_token2] = ACTIONS(1294), [aux_sym_visibility_modifier_token3] = ACTIONS(1294), - [aux_sym__arrow_function_header_token1] = ACTIONS(1294), [anon_sym_LPAREN] = ACTIONS(1292), + [aux_sym__arrow_function_header_token1] = ACTIONS(1294), [aux_sym_cast_type_token1] = ACTIONS(1294), [aux_sym_echo_statement_token1] = ACTIONS(1294), [aux_sym_exit_statement_token1] = ACTIONS(1294), @@ -72216,7 +76913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1292), [aux_sym_clone_expression_token1] = ACTIONS(1294), [aux_sym_print_intrinsic_token1] = ACTIONS(1294), - [aux_sym_object_creation_expression_token1] = ACTIONS(1294), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1294), [anon_sym_DASH_DASH] = ACTIONS(1292), [anon_sym_PLUS_PLUS] = ACTIONS(1292), [aux_sym__list_destructing_token1] = ACTIONS(1294), @@ -72240,8 +76937,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1294), [sym_comment] = ACTIONS(5), }, - [501] = { - [sym_text_interpolation] = STATE(501), + [498] = { + [sym_text_interpolation] = STATE(498), [ts_builtin_sym_end] = ACTIONS(1296), [sym_name] = ACTIONS(1298), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72250,8 +76947,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1298), [aux_sym_namespace_definition_token1] = ACTIONS(1298), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1298), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1298), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1298), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1298), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1298), [anon_sym_BSLASH] = ACTIONS(1296), [anon_sym_LBRACE] = ACTIONS(1296), [anon_sym_RBRACE] = ACTIONS(1296), @@ -72267,8 +76964,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1298), [aux_sym_visibility_modifier_token2] = ACTIONS(1298), [aux_sym_visibility_modifier_token3] = ACTIONS(1298), - [aux_sym__arrow_function_header_token1] = ACTIONS(1298), [anon_sym_LPAREN] = ACTIONS(1296), + [aux_sym__arrow_function_header_token1] = ACTIONS(1298), [aux_sym_cast_type_token1] = ACTIONS(1298), [aux_sym_echo_statement_token1] = ACTIONS(1298), [aux_sym_exit_statement_token1] = ACTIONS(1298), @@ -72305,7 +77002,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1296), [aux_sym_clone_expression_token1] = ACTIONS(1298), [aux_sym_print_intrinsic_token1] = ACTIONS(1298), - [aux_sym_object_creation_expression_token1] = ACTIONS(1298), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1298), [anon_sym_DASH_DASH] = ACTIONS(1296), [anon_sym_PLUS_PLUS] = ACTIONS(1296), [aux_sym__list_destructing_token1] = ACTIONS(1298), @@ -72329,8 +77026,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1298), [sym_comment] = ACTIONS(5), }, - [502] = { - [sym_text_interpolation] = STATE(502), + [499] = { + [sym_text_interpolation] = STATE(499), [ts_builtin_sym_end] = ACTIONS(1300), [sym_name] = ACTIONS(1302), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72339,8 +77036,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1302), [aux_sym_namespace_definition_token1] = ACTIONS(1302), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1302), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1302), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1302), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1302), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1302), [anon_sym_BSLASH] = ACTIONS(1300), [anon_sym_LBRACE] = ACTIONS(1300), [anon_sym_RBRACE] = ACTIONS(1300), @@ -72356,8 +77053,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1302), [aux_sym_visibility_modifier_token2] = ACTIONS(1302), [aux_sym_visibility_modifier_token3] = ACTIONS(1302), - [aux_sym__arrow_function_header_token1] = ACTIONS(1302), [anon_sym_LPAREN] = ACTIONS(1300), + [aux_sym__arrow_function_header_token1] = ACTIONS(1302), [aux_sym_cast_type_token1] = ACTIONS(1302), [aux_sym_echo_statement_token1] = ACTIONS(1302), [aux_sym_exit_statement_token1] = ACTIONS(1302), @@ -72394,7 +77091,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1300), [aux_sym_clone_expression_token1] = ACTIONS(1302), [aux_sym_print_intrinsic_token1] = ACTIONS(1302), - [aux_sym_object_creation_expression_token1] = ACTIONS(1302), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1302), [anon_sym_DASH_DASH] = ACTIONS(1300), [anon_sym_PLUS_PLUS] = ACTIONS(1300), [aux_sym__list_destructing_token1] = ACTIONS(1302), @@ -72418,97 +77115,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1302), [sym_comment] = ACTIONS(5), }, - [503] = { - [sym_text_interpolation] = STATE(503), - [ts_builtin_sym_end] = ACTIONS(1288), - [sym_name] = ACTIONS(1290), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1288), - [aux_sym_function_static_declaration_token1] = ACTIONS(1290), - [aux_sym_global_declaration_token1] = ACTIONS(1290), - [aux_sym_namespace_definition_token1] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1290), - [anon_sym_BSLASH] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_RBRACE] = ACTIONS(1288), - [aux_sym_trait_declaration_token1] = ACTIONS(1290), - [aux_sym_interface_declaration_token1] = ACTIONS(1290), - [aux_sym_enum_declaration_token1] = ACTIONS(1290), - [aux_sym_enum_case_token1] = ACTIONS(1290), - [aux_sym_class_declaration_token1] = ACTIONS(1290), - [aux_sym_final_modifier_token1] = ACTIONS(1290), - [aux_sym_abstract_modifier_token1] = ACTIONS(1290), - [aux_sym_readonly_modifier_token1] = ACTIONS(1290), - [sym_var_modifier] = ACTIONS(1290), - [aux_sym_visibility_modifier_token1] = ACTIONS(1290), - [aux_sym_visibility_modifier_token2] = ACTIONS(1290), - [aux_sym_visibility_modifier_token3] = ACTIONS(1290), - [aux_sym__arrow_function_header_token1] = ACTIONS(1290), - [anon_sym_LPAREN] = ACTIONS(1288), - [aux_sym_cast_type_token1] = ACTIONS(1290), - [aux_sym_echo_statement_token1] = ACTIONS(1290), - [aux_sym_exit_statement_token1] = ACTIONS(1290), - [anon_sym_unset] = ACTIONS(1290), - [aux_sym_declare_statement_token1] = ACTIONS(1290), - [aux_sym_declare_statement_token2] = ACTIONS(1290), - [sym_float] = ACTIONS(1290), - [aux_sym_try_statement_token1] = ACTIONS(1290), - [aux_sym_goto_statement_token1] = ACTIONS(1290), - [aux_sym_continue_statement_token1] = ACTIONS(1290), - [aux_sym_break_statement_token1] = ACTIONS(1290), - [sym_integer] = ACTIONS(1290), - [aux_sym_return_statement_token1] = ACTIONS(1290), - [aux_sym_throw_expression_token1] = ACTIONS(1290), - [aux_sym_while_statement_token1] = ACTIONS(1290), - [aux_sym_while_statement_token2] = ACTIONS(1290), - [aux_sym_do_statement_token1] = ACTIONS(1290), - [aux_sym_for_statement_token1] = ACTIONS(1290), - [aux_sym_for_statement_token2] = ACTIONS(1290), - [aux_sym_foreach_statement_token1] = ACTIONS(1290), - [aux_sym_foreach_statement_token2] = ACTIONS(1290), - [aux_sym_if_statement_token1] = ACTIONS(1290), - [aux_sym_if_statement_token2] = ACTIONS(1290), - [aux_sym_else_if_clause_token1] = ACTIONS(1290), - [aux_sym_else_clause_token1] = ACTIONS(1290), - [aux_sym_match_expression_token1] = ACTIONS(1290), - [aux_sym_match_default_expression_token1] = ACTIONS(1290), - [aux_sym_switch_statement_token1] = ACTIONS(1290), - [aux_sym_switch_block_token1] = ACTIONS(1290), - [anon_sym_PLUS] = ACTIONS(1290), - [anon_sym_DASH] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1288), - [anon_sym_BANG] = ACTIONS(1288), - [anon_sym_AT] = ACTIONS(1288), - [aux_sym_clone_expression_token1] = ACTIONS(1290), - [aux_sym_print_intrinsic_token1] = ACTIONS(1290), - [aux_sym_object_creation_expression_token1] = ACTIONS(1290), - [anon_sym_DASH_DASH] = ACTIONS(1288), - [anon_sym_PLUS_PLUS] = ACTIONS(1288), - [aux_sym__list_destructing_token1] = ACTIONS(1290), - [anon_sym_LBRACK] = ACTIONS(1288), - [anon_sym_self] = ACTIONS(1290), - [anon_sym_parent] = ACTIONS(1290), - [aux_sym__argument_name_token1] = ACTIONS(1290), - [aux_sym__argument_name_token2] = ACTIONS(1290), - [anon_sym_POUND_LBRACK] = ACTIONS(1288), - [aux_sym_encapsed_string_token1] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [aux_sym_string_token1] = ACTIONS(1288), - [anon_sym_SQUOTE] = ACTIONS(1288), - [anon_sym_LT_LT_LT] = ACTIONS(1288), - [anon_sym_BQUOTE] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [aux_sym_yield_expression_token1] = ACTIONS(1290), - [aux_sym_include_expression_token1] = ACTIONS(1290), - [aux_sym_include_once_expression_token1] = ACTIONS(1290), - [aux_sym_require_expression_token1] = ACTIONS(1290), - [aux_sym_require_once_expression_token1] = ACTIONS(1290), - [sym_comment] = ACTIONS(5), - }, - [504] = { - [sym_text_interpolation] = STATE(504), + [500] = { + [sym_text_interpolation] = STATE(500), [ts_builtin_sym_end] = ACTIONS(1304), [sym_name] = ACTIONS(1306), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72517,8 +77125,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1306), [aux_sym_namespace_definition_token1] = ACTIONS(1306), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1306), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1306), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1306), [anon_sym_BSLASH] = ACTIONS(1304), [anon_sym_LBRACE] = ACTIONS(1304), [anon_sym_RBRACE] = ACTIONS(1304), @@ -72534,8 +77142,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1306), [aux_sym_visibility_modifier_token2] = ACTIONS(1306), [aux_sym_visibility_modifier_token3] = ACTIONS(1306), - [aux_sym__arrow_function_header_token1] = ACTIONS(1306), [anon_sym_LPAREN] = ACTIONS(1304), + [aux_sym__arrow_function_header_token1] = ACTIONS(1306), [aux_sym_cast_type_token1] = ACTIONS(1306), [aux_sym_echo_statement_token1] = ACTIONS(1306), [aux_sym_exit_statement_token1] = ACTIONS(1306), @@ -72572,7 +77180,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1304), [aux_sym_clone_expression_token1] = ACTIONS(1306), [aux_sym_print_intrinsic_token1] = ACTIONS(1306), - [aux_sym_object_creation_expression_token1] = ACTIONS(1306), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1306), [anon_sym_DASH_DASH] = ACTIONS(1304), [anon_sym_PLUS_PLUS] = ACTIONS(1304), [aux_sym__list_destructing_token1] = ACTIONS(1306), @@ -72596,8 +77204,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1306), [sym_comment] = ACTIONS(5), }, - [505] = { - [sym_text_interpolation] = STATE(505), + [501] = { + [sym_text_interpolation] = STATE(501), [ts_builtin_sym_end] = ACTIONS(1308), [sym_name] = ACTIONS(1310), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72606,8 +77214,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1310), [aux_sym_namespace_definition_token1] = ACTIONS(1310), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1310), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1310), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1310), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1310), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1310), [anon_sym_BSLASH] = ACTIONS(1308), [anon_sym_LBRACE] = ACTIONS(1308), [anon_sym_RBRACE] = ACTIONS(1308), @@ -72623,8 +77231,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1310), [aux_sym_visibility_modifier_token2] = ACTIONS(1310), [aux_sym_visibility_modifier_token3] = ACTIONS(1310), - [aux_sym__arrow_function_header_token1] = ACTIONS(1310), [anon_sym_LPAREN] = ACTIONS(1308), + [aux_sym__arrow_function_header_token1] = ACTIONS(1310), [aux_sym_cast_type_token1] = ACTIONS(1310), [aux_sym_echo_statement_token1] = ACTIONS(1310), [aux_sym_exit_statement_token1] = ACTIONS(1310), @@ -72661,7 +77269,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1308), [aux_sym_clone_expression_token1] = ACTIONS(1310), [aux_sym_print_intrinsic_token1] = ACTIONS(1310), - [aux_sym_object_creation_expression_token1] = ACTIONS(1310), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1310), [anon_sym_DASH_DASH] = ACTIONS(1308), [anon_sym_PLUS_PLUS] = ACTIONS(1308), [aux_sym__list_destructing_token1] = ACTIONS(1310), @@ -72685,8 +77293,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1310), [sym_comment] = ACTIONS(5), }, - [506] = { - [sym_text_interpolation] = STATE(506), + [502] = { + [sym_text_interpolation] = STATE(502), [ts_builtin_sym_end] = ACTIONS(1312), [sym_name] = ACTIONS(1314), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72695,8 +77303,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1314), [aux_sym_namespace_definition_token1] = ACTIONS(1314), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1314), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1314), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1314), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1314), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1314), [anon_sym_BSLASH] = ACTIONS(1312), [anon_sym_LBRACE] = ACTIONS(1312), [anon_sym_RBRACE] = ACTIONS(1312), @@ -72712,8 +77320,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1314), [aux_sym_visibility_modifier_token2] = ACTIONS(1314), [aux_sym_visibility_modifier_token3] = ACTIONS(1314), - [aux_sym__arrow_function_header_token1] = ACTIONS(1314), [anon_sym_LPAREN] = ACTIONS(1312), + [aux_sym__arrow_function_header_token1] = ACTIONS(1314), [aux_sym_cast_type_token1] = ACTIONS(1314), [aux_sym_echo_statement_token1] = ACTIONS(1314), [aux_sym_exit_statement_token1] = ACTIONS(1314), @@ -72750,7 +77358,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1312), [aux_sym_clone_expression_token1] = ACTIONS(1314), [aux_sym_print_intrinsic_token1] = ACTIONS(1314), - [aux_sym_object_creation_expression_token1] = ACTIONS(1314), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1314), [anon_sym_DASH_DASH] = ACTIONS(1312), [anon_sym_PLUS_PLUS] = ACTIONS(1312), [aux_sym__list_destructing_token1] = ACTIONS(1314), @@ -72774,97 +77382,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1314), [sym_comment] = ACTIONS(5), }, - [507] = { - [sym_text_interpolation] = STATE(507), - [ts_builtin_sym_end] = ACTIONS(1140), - [sym_name] = ACTIONS(1142), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1140), - [aux_sym_function_static_declaration_token1] = ACTIONS(1142), - [aux_sym_global_declaration_token1] = ACTIONS(1142), - [aux_sym_namespace_definition_token1] = ACTIONS(1142), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1142), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1142), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1142), - [anon_sym_BSLASH] = ACTIONS(1140), - [anon_sym_LBRACE] = ACTIONS(1140), - [anon_sym_RBRACE] = ACTIONS(1140), - [aux_sym_trait_declaration_token1] = ACTIONS(1142), - [aux_sym_interface_declaration_token1] = ACTIONS(1142), - [aux_sym_enum_declaration_token1] = ACTIONS(1142), - [aux_sym_enum_case_token1] = ACTIONS(1142), - [aux_sym_class_declaration_token1] = ACTIONS(1142), - [aux_sym_final_modifier_token1] = ACTIONS(1142), - [aux_sym_abstract_modifier_token1] = ACTIONS(1142), - [aux_sym_readonly_modifier_token1] = ACTIONS(1142), - [sym_var_modifier] = ACTIONS(1142), - [aux_sym_visibility_modifier_token1] = ACTIONS(1142), - [aux_sym_visibility_modifier_token2] = ACTIONS(1142), - [aux_sym_visibility_modifier_token3] = ACTIONS(1142), - [aux_sym__arrow_function_header_token1] = ACTIONS(1142), - [anon_sym_LPAREN] = ACTIONS(1140), - [aux_sym_cast_type_token1] = ACTIONS(1142), - [aux_sym_echo_statement_token1] = ACTIONS(1142), - [aux_sym_exit_statement_token1] = ACTIONS(1142), - [anon_sym_unset] = ACTIONS(1142), - [aux_sym_declare_statement_token1] = ACTIONS(1142), - [aux_sym_declare_statement_token2] = ACTIONS(1142), - [sym_float] = ACTIONS(1142), - [aux_sym_try_statement_token1] = ACTIONS(1142), - [aux_sym_goto_statement_token1] = ACTIONS(1142), - [aux_sym_continue_statement_token1] = ACTIONS(1142), - [aux_sym_break_statement_token1] = ACTIONS(1142), - [sym_integer] = ACTIONS(1142), - [aux_sym_return_statement_token1] = ACTIONS(1142), - [aux_sym_throw_expression_token1] = ACTIONS(1142), - [aux_sym_while_statement_token1] = ACTIONS(1142), - [aux_sym_while_statement_token2] = ACTIONS(1142), - [aux_sym_do_statement_token1] = ACTIONS(1142), - [aux_sym_for_statement_token1] = ACTIONS(1142), - [aux_sym_for_statement_token2] = ACTIONS(1142), - [aux_sym_foreach_statement_token1] = ACTIONS(1142), - [aux_sym_foreach_statement_token2] = ACTIONS(1142), - [aux_sym_if_statement_token1] = ACTIONS(1142), - [aux_sym_if_statement_token2] = ACTIONS(1142), - [aux_sym_else_if_clause_token1] = ACTIONS(1142), - [aux_sym_else_clause_token1] = ACTIONS(1142), - [aux_sym_match_expression_token1] = ACTIONS(1142), - [aux_sym_match_default_expression_token1] = ACTIONS(1142), - [aux_sym_switch_statement_token1] = ACTIONS(1142), - [aux_sym_switch_block_token1] = ACTIONS(1142), - [anon_sym_PLUS] = ACTIONS(1142), - [anon_sym_DASH] = ACTIONS(1142), - [anon_sym_TILDE] = ACTIONS(1140), - [anon_sym_BANG] = ACTIONS(1140), - [anon_sym_AT] = ACTIONS(1140), - [aux_sym_clone_expression_token1] = ACTIONS(1142), - [aux_sym_print_intrinsic_token1] = ACTIONS(1142), - [aux_sym_object_creation_expression_token1] = ACTIONS(1142), - [anon_sym_DASH_DASH] = ACTIONS(1140), - [anon_sym_PLUS_PLUS] = ACTIONS(1140), - [aux_sym__list_destructing_token1] = ACTIONS(1142), - [anon_sym_LBRACK] = ACTIONS(1140), - [anon_sym_self] = ACTIONS(1142), - [anon_sym_parent] = ACTIONS(1142), - [aux_sym__argument_name_token1] = ACTIONS(1142), - [aux_sym__argument_name_token2] = ACTIONS(1142), - [anon_sym_POUND_LBRACK] = ACTIONS(1140), - [aux_sym_encapsed_string_token1] = ACTIONS(1140), - [anon_sym_DQUOTE] = ACTIONS(1140), - [aux_sym_string_token1] = ACTIONS(1140), - [anon_sym_SQUOTE] = ACTIONS(1140), - [anon_sym_LT_LT_LT] = ACTIONS(1140), - [anon_sym_BQUOTE] = ACTIONS(1140), - [anon_sym_DOLLAR] = ACTIONS(1140), - [aux_sym_yield_expression_token1] = ACTIONS(1142), - [aux_sym_include_expression_token1] = ACTIONS(1142), - [aux_sym_include_once_expression_token1] = ACTIONS(1142), - [aux_sym_require_expression_token1] = ACTIONS(1142), - [aux_sym_require_once_expression_token1] = ACTIONS(1142), - [sym_comment] = ACTIONS(5), - }, - [508] = { - [sym_text_interpolation] = STATE(508), + [503] = { + [sym_text_interpolation] = STATE(503), [ts_builtin_sym_end] = ACTIONS(1316), [sym_name] = ACTIONS(1318), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72873,8 +77392,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1318), [aux_sym_namespace_definition_token1] = ACTIONS(1318), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1318), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1318), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1318), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1318), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1318), [anon_sym_BSLASH] = ACTIONS(1316), [anon_sym_LBRACE] = ACTIONS(1316), [anon_sym_RBRACE] = ACTIONS(1316), @@ -72890,8 +77409,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1318), [aux_sym_visibility_modifier_token2] = ACTIONS(1318), [aux_sym_visibility_modifier_token3] = ACTIONS(1318), - [aux_sym__arrow_function_header_token1] = ACTIONS(1318), [anon_sym_LPAREN] = ACTIONS(1316), + [aux_sym__arrow_function_header_token1] = ACTIONS(1318), [aux_sym_cast_type_token1] = ACTIONS(1318), [aux_sym_echo_statement_token1] = ACTIONS(1318), [aux_sym_exit_statement_token1] = ACTIONS(1318), @@ -72928,7 +77447,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1316), [aux_sym_clone_expression_token1] = ACTIONS(1318), [aux_sym_print_intrinsic_token1] = ACTIONS(1318), - [aux_sym_object_creation_expression_token1] = ACTIONS(1318), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1318), [anon_sym_DASH_DASH] = ACTIONS(1316), [anon_sym_PLUS_PLUS] = ACTIONS(1316), [aux_sym__list_destructing_token1] = ACTIONS(1318), @@ -72952,8 +77471,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1318), [sym_comment] = ACTIONS(5), }, - [509] = { - [sym_text_interpolation] = STATE(509), + [504] = { + [sym_text_interpolation] = STATE(504), [ts_builtin_sym_end] = ACTIONS(1320), [sym_name] = ACTIONS(1322), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -72962,8 +77481,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1322), [aux_sym_namespace_definition_token1] = ACTIONS(1322), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1322), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1322), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1322), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1322), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1322), [anon_sym_BSLASH] = ACTIONS(1320), [anon_sym_LBRACE] = ACTIONS(1320), [anon_sym_RBRACE] = ACTIONS(1320), @@ -72979,8 +77498,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1322), [aux_sym_visibility_modifier_token2] = ACTIONS(1322), [aux_sym_visibility_modifier_token3] = ACTIONS(1322), - [aux_sym__arrow_function_header_token1] = ACTIONS(1322), [anon_sym_LPAREN] = ACTIONS(1320), + [aux_sym__arrow_function_header_token1] = ACTIONS(1322), [aux_sym_cast_type_token1] = ACTIONS(1322), [aux_sym_echo_statement_token1] = ACTIONS(1322), [aux_sym_exit_statement_token1] = ACTIONS(1322), @@ -73017,7 +77536,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1320), [aux_sym_clone_expression_token1] = ACTIONS(1322), [aux_sym_print_intrinsic_token1] = ACTIONS(1322), - [aux_sym_object_creation_expression_token1] = ACTIONS(1322), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1322), [anon_sym_DASH_DASH] = ACTIONS(1320), [anon_sym_PLUS_PLUS] = ACTIONS(1320), [aux_sym__list_destructing_token1] = ACTIONS(1322), @@ -73041,8 +77560,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1322), [sym_comment] = ACTIONS(5), }, - [510] = { - [sym_text_interpolation] = STATE(510), + [505] = { + [sym_text_interpolation] = STATE(505), [ts_builtin_sym_end] = ACTIONS(1324), [sym_name] = ACTIONS(1326), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73051,8 +77570,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1326), [aux_sym_namespace_definition_token1] = ACTIONS(1326), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1326), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1326), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1326), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1326), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1326), [anon_sym_BSLASH] = ACTIONS(1324), [anon_sym_LBRACE] = ACTIONS(1324), [anon_sym_RBRACE] = ACTIONS(1324), @@ -73068,8 +77587,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1326), [aux_sym_visibility_modifier_token2] = ACTIONS(1326), [aux_sym_visibility_modifier_token3] = ACTIONS(1326), - [aux_sym__arrow_function_header_token1] = ACTIONS(1326), [anon_sym_LPAREN] = ACTIONS(1324), + [aux_sym__arrow_function_header_token1] = ACTIONS(1326), [aux_sym_cast_type_token1] = ACTIONS(1326), [aux_sym_echo_statement_token1] = ACTIONS(1326), [aux_sym_exit_statement_token1] = ACTIONS(1326), @@ -73106,7 +77625,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1324), [aux_sym_clone_expression_token1] = ACTIONS(1326), [aux_sym_print_intrinsic_token1] = ACTIONS(1326), - [aux_sym_object_creation_expression_token1] = ACTIONS(1326), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1326), [anon_sym_DASH_DASH] = ACTIONS(1324), [anon_sym_PLUS_PLUS] = ACTIONS(1324), [aux_sym__list_destructing_token1] = ACTIONS(1326), @@ -73130,8 +77649,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1326), [sym_comment] = ACTIONS(5), }, - [511] = { - [sym_text_interpolation] = STATE(511), + [506] = { + [sym_text_interpolation] = STATE(506), [ts_builtin_sym_end] = ACTIONS(1328), [sym_name] = ACTIONS(1330), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73140,8 +77659,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1330), [aux_sym_namespace_definition_token1] = ACTIONS(1330), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1330), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1330), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1330), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1330), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1330), [anon_sym_BSLASH] = ACTIONS(1328), [anon_sym_LBRACE] = ACTIONS(1328), [anon_sym_RBRACE] = ACTIONS(1328), @@ -73157,8 +77676,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1330), [aux_sym_visibility_modifier_token2] = ACTIONS(1330), [aux_sym_visibility_modifier_token3] = ACTIONS(1330), - [aux_sym__arrow_function_header_token1] = ACTIONS(1330), [anon_sym_LPAREN] = ACTIONS(1328), + [aux_sym__arrow_function_header_token1] = ACTIONS(1330), [aux_sym_cast_type_token1] = ACTIONS(1330), [aux_sym_echo_statement_token1] = ACTIONS(1330), [aux_sym_exit_statement_token1] = ACTIONS(1330), @@ -73195,7 +77714,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1328), [aux_sym_clone_expression_token1] = ACTIONS(1330), [aux_sym_print_intrinsic_token1] = ACTIONS(1330), - [aux_sym_object_creation_expression_token1] = ACTIONS(1330), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1330), [anon_sym_DASH_DASH] = ACTIONS(1328), [anon_sym_PLUS_PLUS] = ACTIONS(1328), [aux_sym__list_destructing_token1] = ACTIONS(1330), @@ -73219,8 +77738,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1330), [sym_comment] = ACTIONS(5), }, - [512] = { - [sym_text_interpolation] = STATE(512), + [507] = { + [sym_text_interpolation] = STATE(507), [ts_builtin_sym_end] = ACTIONS(1332), [sym_name] = ACTIONS(1334), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73229,8 +77748,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1334), [aux_sym_namespace_definition_token1] = ACTIONS(1334), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1334), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1334), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1334), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1334), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1334), [anon_sym_BSLASH] = ACTIONS(1332), [anon_sym_LBRACE] = ACTIONS(1332), [anon_sym_RBRACE] = ACTIONS(1332), @@ -73246,8 +77765,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1334), [aux_sym_visibility_modifier_token2] = ACTIONS(1334), [aux_sym_visibility_modifier_token3] = ACTIONS(1334), - [aux_sym__arrow_function_header_token1] = ACTIONS(1334), [anon_sym_LPAREN] = ACTIONS(1332), + [aux_sym__arrow_function_header_token1] = ACTIONS(1334), [aux_sym_cast_type_token1] = ACTIONS(1334), [aux_sym_echo_statement_token1] = ACTIONS(1334), [aux_sym_exit_statement_token1] = ACTIONS(1334), @@ -73284,7 +77803,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1332), [aux_sym_clone_expression_token1] = ACTIONS(1334), [aux_sym_print_intrinsic_token1] = ACTIONS(1334), - [aux_sym_object_creation_expression_token1] = ACTIONS(1334), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1334), [anon_sym_DASH_DASH] = ACTIONS(1332), [anon_sym_PLUS_PLUS] = ACTIONS(1332), [aux_sym__list_destructing_token1] = ACTIONS(1334), @@ -73308,8 +77827,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1334), [sym_comment] = ACTIONS(5), }, - [513] = { - [sym_text_interpolation] = STATE(513), + [508] = { + [sym_text_interpolation] = STATE(508), [ts_builtin_sym_end] = ACTIONS(1336), [sym_name] = ACTIONS(1338), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73318,8 +77837,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1338), [aux_sym_namespace_definition_token1] = ACTIONS(1338), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1338), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1338), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1338), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1338), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1338), [anon_sym_BSLASH] = ACTIONS(1336), [anon_sym_LBRACE] = ACTIONS(1336), [anon_sym_RBRACE] = ACTIONS(1336), @@ -73335,8 +77854,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1338), [aux_sym_visibility_modifier_token2] = ACTIONS(1338), [aux_sym_visibility_modifier_token3] = ACTIONS(1338), - [aux_sym__arrow_function_header_token1] = ACTIONS(1338), [anon_sym_LPAREN] = ACTIONS(1336), + [aux_sym__arrow_function_header_token1] = ACTIONS(1338), [aux_sym_cast_type_token1] = ACTIONS(1338), [aux_sym_echo_statement_token1] = ACTIONS(1338), [aux_sym_exit_statement_token1] = ACTIONS(1338), @@ -73373,7 +77892,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1336), [aux_sym_clone_expression_token1] = ACTIONS(1338), [aux_sym_print_intrinsic_token1] = ACTIONS(1338), - [aux_sym_object_creation_expression_token1] = ACTIONS(1338), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1338), [anon_sym_DASH_DASH] = ACTIONS(1336), [anon_sym_PLUS_PLUS] = ACTIONS(1336), [aux_sym__list_destructing_token1] = ACTIONS(1338), @@ -73397,8 +77916,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1338), [sym_comment] = ACTIONS(5), }, - [514] = { - [sym_text_interpolation] = STATE(514), + [509] = { + [sym_text_interpolation] = STATE(509), [ts_builtin_sym_end] = ACTIONS(1340), [sym_name] = ACTIONS(1342), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73407,8 +77926,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1342), [aux_sym_namespace_definition_token1] = ACTIONS(1342), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1342), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1342), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1342), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1342), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1342), [anon_sym_BSLASH] = ACTIONS(1340), [anon_sym_LBRACE] = ACTIONS(1340), [anon_sym_RBRACE] = ACTIONS(1340), @@ -73424,8 +77943,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1342), [aux_sym_visibility_modifier_token2] = ACTIONS(1342), [aux_sym_visibility_modifier_token3] = ACTIONS(1342), - [aux_sym__arrow_function_header_token1] = ACTIONS(1342), [anon_sym_LPAREN] = ACTIONS(1340), + [aux_sym__arrow_function_header_token1] = ACTIONS(1342), [aux_sym_cast_type_token1] = ACTIONS(1342), [aux_sym_echo_statement_token1] = ACTIONS(1342), [aux_sym_exit_statement_token1] = ACTIONS(1342), @@ -73462,7 +77981,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1340), [aux_sym_clone_expression_token1] = ACTIONS(1342), [aux_sym_print_intrinsic_token1] = ACTIONS(1342), - [aux_sym_object_creation_expression_token1] = ACTIONS(1342), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1342), [anon_sym_DASH_DASH] = ACTIONS(1340), [anon_sym_PLUS_PLUS] = ACTIONS(1340), [aux_sym__list_destructing_token1] = ACTIONS(1342), @@ -73486,8 +78005,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1342), [sym_comment] = ACTIONS(5), }, - [515] = { - [sym_text_interpolation] = STATE(515), + [510] = { + [sym_text_interpolation] = STATE(510), [ts_builtin_sym_end] = ACTIONS(1344), [sym_name] = ACTIONS(1346), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73496,8 +78015,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1346), [aux_sym_namespace_definition_token1] = ACTIONS(1346), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1346), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1346), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1346), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1346), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1346), [anon_sym_BSLASH] = ACTIONS(1344), [anon_sym_LBRACE] = ACTIONS(1344), [anon_sym_RBRACE] = ACTIONS(1344), @@ -73513,8 +78032,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1346), [aux_sym_visibility_modifier_token2] = ACTIONS(1346), [aux_sym_visibility_modifier_token3] = ACTIONS(1346), - [aux_sym__arrow_function_header_token1] = ACTIONS(1346), [anon_sym_LPAREN] = ACTIONS(1344), + [aux_sym__arrow_function_header_token1] = ACTIONS(1346), [aux_sym_cast_type_token1] = ACTIONS(1346), [aux_sym_echo_statement_token1] = ACTIONS(1346), [aux_sym_exit_statement_token1] = ACTIONS(1346), @@ -73551,7 +78070,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1344), [aux_sym_clone_expression_token1] = ACTIONS(1346), [aux_sym_print_intrinsic_token1] = ACTIONS(1346), - [aux_sym_object_creation_expression_token1] = ACTIONS(1346), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1346), [anon_sym_DASH_DASH] = ACTIONS(1344), [anon_sym_PLUS_PLUS] = ACTIONS(1344), [aux_sym__list_destructing_token1] = ACTIONS(1346), @@ -73575,8 +78094,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1346), [sym_comment] = ACTIONS(5), }, - [516] = { - [sym_text_interpolation] = STATE(516), + [511] = { + [sym_text_interpolation] = STATE(511), [ts_builtin_sym_end] = ACTIONS(1348), [sym_name] = ACTIONS(1350), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73585,8 +78104,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1350), [aux_sym_namespace_definition_token1] = ACTIONS(1350), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1350), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1350), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1350), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1350), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1350), [anon_sym_BSLASH] = ACTIONS(1348), [anon_sym_LBRACE] = ACTIONS(1348), [anon_sym_RBRACE] = ACTIONS(1348), @@ -73602,8 +78121,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1350), [aux_sym_visibility_modifier_token2] = ACTIONS(1350), [aux_sym_visibility_modifier_token3] = ACTIONS(1350), - [aux_sym__arrow_function_header_token1] = ACTIONS(1350), [anon_sym_LPAREN] = ACTIONS(1348), + [aux_sym__arrow_function_header_token1] = ACTIONS(1350), [aux_sym_cast_type_token1] = ACTIONS(1350), [aux_sym_echo_statement_token1] = ACTIONS(1350), [aux_sym_exit_statement_token1] = ACTIONS(1350), @@ -73640,7 +78159,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1348), [aux_sym_clone_expression_token1] = ACTIONS(1350), [aux_sym_print_intrinsic_token1] = ACTIONS(1350), - [aux_sym_object_creation_expression_token1] = ACTIONS(1350), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1350), [anon_sym_DASH_DASH] = ACTIONS(1348), [anon_sym_PLUS_PLUS] = ACTIONS(1348), [aux_sym__list_destructing_token1] = ACTIONS(1350), @@ -73664,97 +78183,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1350), [sym_comment] = ACTIONS(5), }, - [517] = { - [sym_text_interpolation] = STATE(517), - [ts_builtin_sym_end] = ACTIONS(1078), - [sym_name] = ACTIONS(1080), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1078), - [aux_sym_function_static_declaration_token1] = ACTIONS(1080), - [aux_sym_global_declaration_token1] = ACTIONS(1080), - [aux_sym_namespace_definition_token1] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1080), - [anon_sym_BSLASH] = ACTIONS(1078), - [anon_sym_LBRACE] = ACTIONS(1078), - [anon_sym_RBRACE] = ACTIONS(1078), - [aux_sym_trait_declaration_token1] = ACTIONS(1080), - [aux_sym_interface_declaration_token1] = ACTIONS(1080), - [aux_sym_enum_declaration_token1] = ACTIONS(1080), - [aux_sym_enum_case_token1] = ACTIONS(1080), - [aux_sym_class_declaration_token1] = ACTIONS(1080), - [aux_sym_final_modifier_token1] = ACTIONS(1080), - [aux_sym_abstract_modifier_token1] = ACTIONS(1080), - [aux_sym_readonly_modifier_token1] = ACTIONS(1080), - [sym_var_modifier] = ACTIONS(1080), - [aux_sym_visibility_modifier_token1] = ACTIONS(1080), - [aux_sym_visibility_modifier_token2] = ACTIONS(1080), - [aux_sym_visibility_modifier_token3] = ACTIONS(1080), - [aux_sym__arrow_function_header_token1] = ACTIONS(1080), - [anon_sym_LPAREN] = ACTIONS(1078), - [aux_sym_cast_type_token1] = ACTIONS(1080), - [aux_sym_echo_statement_token1] = ACTIONS(1080), - [aux_sym_exit_statement_token1] = ACTIONS(1080), - [anon_sym_unset] = ACTIONS(1080), - [aux_sym_declare_statement_token1] = ACTIONS(1080), - [aux_sym_declare_statement_token2] = ACTIONS(1080), - [sym_float] = ACTIONS(1080), - [aux_sym_try_statement_token1] = ACTIONS(1080), - [aux_sym_goto_statement_token1] = ACTIONS(1080), - [aux_sym_continue_statement_token1] = ACTIONS(1080), - [aux_sym_break_statement_token1] = ACTIONS(1080), - [sym_integer] = ACTIONS(1080), - [aux_sym_return_statement_token1] = ACTIONS(1080), - [aux_sym_throw_expression_token1] = ACTIONS(1080), - [aux_sym_while_statement_token1] = ACTIONS(1080), - [aux_sym_while_statement_token2] = ACTIONS(1080), - [aux_sym_do_statement_token1] = ACTIONS(1080), - [aux_sym_for_statement_token1] = ACTIONS(1080), - [aux_sym_for_statement_token2] = ACTIONS(1080), - [aux_sym_foreach_statement_token1] = ACTIONS(1080), - [aux_sym_foreach_statement_token2] = ACTIONS(1080), - [aux_sym_if_statement_token1] = ACTIONS(1080), - [aux_sym_if_statement_token2] = ACTIONS(1080), - [aux_sym_else_if_clause_token1] = ACTIONS(1080), - [aux_sym_else_clause_token1] = ACTIONS(1080), - [aux_sym_match_expression_token1] = ACTIONS(1080), - [aux_sym_match_default_expression_token1] = ACTIONS(1080), - [aux_sym_switch_statement_token1] = ACTIONS(1080), - [aux_sym_switch_block_token1] = ACTIONS(1080), - [anon_sym_PLUS] = ACTIONS(1080), - [anon_sym_DASH] = ACTIONS(1080), - [anon_sym_TILDE] = ACTIONS(1078), - [anon_sym_BANG] = ACTIONS(1078), - [anon_sym_AT] = ACTIONS(1078), - [aux_sym_clone_expression_token1] = ACTIONS(1080), - [aux_sym_print_intrinsic_token1] = ACTIONS(1080), - [aux_sym_object_creation_expression_token1] = ACTIONS(1080), - [anon_sym_DASH_DASH] = ACTIONS(1078), - [anon_sym_PLUS_PLUS] = ACTIONS(1078), - [aux_sym__list_destructing_token1] = ACTIONS(1080), - [anon_sym_LBRACK] = ACTIONS(1078), - [anon_sym_self] = ACTIONS(1080), - [anon_sym_parent] = ACTIONS(1080), - [aux_sym__argument_name_token1] = ACTIONS(1080), - [aux_sym__argument_name_token2] = ACTIONS(1080), - [anon_sym_POUND_LBRACK] = ACTIONS(1078), - [aux_sym_encapsed_string_token1] = ACTIONS(1078), - [anon_sym_DQUOTE] = ACTIONS(1078), - [aux_sym_string_token1] = ACTIONS(1078), - [anon_sym_SQUOTE] = ACTIONS(1078), - [anon_sym_LT_LT_LT] = ACTIONS(1078), - [anon_sym_BQUOTE] = ACTIONS(1078), - [anon_sym_DOLLAR] = ACTIONS(1078), - [aux_sym_yield_expression_token1] = ACTIONS(1080), - [aux_sym_include_expression_token1] = ACTIONS(1080), - [aux_sym_include_once_expression_token1] = ACTIONS(1080), - [aux_sym_require_expression_token1] = ACTIONS(1080), - [aux_sym_require_once_expression_token1] = ACTIONS(1080), - [sym_comment] = ACTIONS(5), - }, - [518] = { - [sym_text_interpolation] = STATE(518), + [512] = { + [sym_text_interpolation] = STATE(512), [ts_builtin_sym_end] = ACTIONS(1352), [sym_name] = ACTIONS(1354), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73763,8 +78193,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1354), [aux_sym_namespace_definition_token1] = ACTIONS(1354), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1354), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1354), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1354), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1354), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1354), [anon_sym_BSLASH] = ACTIONS(1352), [anon_sym_LBRACE] = ACTIONS(1352), [anon_sym_RBRACE] = ACTIONS(1352), @@ -73780,8 +78210,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1354), [aux_sym_visibility_modifier_token2] = ACTIONS(1354), [aux_sym_visibility_modifier_token3] = ACTIONS(1354), - [aux_sym__arrow_function_header_token1] = ACTIONS(1354), [anon_sym_LPAREN] = ACTIONS(1352), + [aux_sym__arrow_function_header_token1] = ACTIONS(1354), [aux_sym_cast_type_token1] = ACTIONS(1354), [aux_sym_echo_statement_token1] = ACTIONS(1354), [aux_sym_exit_statement_token1] = ACTIONS(1354), @@ -73818,7 +78248,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1352), [aux_sym_clone_expression_token1] = ACTIONS(1354), [aux_sym_print_intrinsic_token1] = ACTIONS(1354), - [aux_sym_object_creation_expression_token1] = ACTIONS(1354), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1354), [anon_sym_DASH_DASH] = ACTIONS(1352), [anon_sym_PLUS_PLUS] = ACTIONS(1352), [aux_sym__list_destructing_token1] = ACTIONS(1354), @@ -73842,8 +78272,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1354), [sym_comment] = ACTIONS(5), }, - [519] = { - [sym_text_interpolation] = STATE(519), + [513] = { + [sym_text_interpolation] = STATE(513), [ts_builtin_sym_end] = ACTIONS(1356), [sym_name] = ACTIONS(1358), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73852,8 +78282,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1358), [aux_sym_namespace_definition_token1] = ACTIONS(1358), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1358), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1358), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1358), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1358), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1358), [anon_sym_BSLASH] = ACTIONS(1356), [anon_sym_LBRACE] = ACTIONS(1356), [anon_sym_RBRACE] = ACTIONS(1356), @@ -73869,8 +78299,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1358), [aux_sym_visibility_modifier_token2] = ACTIONS(1358), [aux_sym_visibility_modifier_token3] = ACTIONS(1358), - [aux_sym__arrow_function_header_token1] = ACTIONS(1358), [anon_sym_LPAREN] = ACTIONS(1356), + [aux_sym__arrow_function_header_token1] = ACTIONS(1358), [aux_sym_cast_type_token1] = ACTIONS(1358), [aux_sym_echo_statement_token1] = ACTIONS(1358), [aux_sym_exit_statement_token1] = ACTIONS(1358), @@ -73907,7 +78337,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1356), [aux_sym_clone_expression_token1] = ACTIONS(1358), [aux_sym_print_intrinsic_token1] = ACTIONS(1358), - [aux_sym_object_creation_expression_token1] = ACTIONS(1358), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1358), [anon_sym_DASH_DASH] = ACTIONS(1356), [anon_sym_PLUS_PLUS] = ACTIONS(1356), [aux_sym__list_destructing_token1] = ACTIONS(1358), @@ -73931,8 +78361,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1358), [sym_comment] = ACTIONS(5), }, - [520] = { - [sym_text_interpolation] = STATE(520), + [514] = { + [sym_text_interpolation] = STATE(514), [ts_builtin_sym_end] = ACTIONS(1360), [sym_name] = ACTIONS(1362), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -73941,8 +78371,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1362), [aux_sym_namespace_definition_token1] = ACTIONS(1362), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1362), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1362), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1362), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1362), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1362), [anon_sym_BSLASH] = ACTIONS(1360), [anon_sym_LBRACE] = ACTIONS(1360), [anon_sym_RBRACE] = ACTIONS(1360), @@ -73958,8 +78388,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1362), [aux_sym_visibility_modifier_token2] = ACTIONS(1362), [aux_sym_visibility_modifier_token3] = ACTIONS(1362), - [aux_sym__arrow_function_header_token1] = ACTIONS(1362), [anon_sym_LPAREN] = ACTIONS(1360), + [aux_sym__arrow_function_header_token1] = ACTIONS(1362), [aux_sym_cast_type_token1] = ACTIONS(1362), [aux_sym_echo_statement_token1] = ACTIONS(1362), [aux_sym_exit_statement_token1] = ACTIONS(1362), @@ -73996,7 +78426,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1360), [aux_sym_clone_expression_token1] = ACTIONS(1362), [aux_sym_print_intrinsic_token1] = ACTIONS(1362), - [aux_sym_object_creation_expression_token1] = ACTIONS(1362), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1362), [anon_sym_DASH_DASH] = ACTIONS(1360), [anon_sym_PLUS_PLUS] = ACTIONS(1360), [aux_sym__list_destructing_token1] = ACTIONS(1362), @@ -74020,8 +78450,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1362), [sym_comment] = ACTIONS(5), }, - [521] = { - [sym_text_interpolation] = STATE(521), + [515] = { + [sym_text_interpolation] = STATE(515), [ts_builtin_sym_end] = ACTIONS(1364), [sym_name] = ACTIONS(1366), [anon_sym_QMARK_GT] = ACTIONS(3), @@ -74030,8 +78460,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1366), [aux_sym_namespace_definition_token1] = ACTIONS(1366), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1366), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1366), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1366), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1366), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1366), [anon_sym_BSLASH] = ACTIONS(1364), [anon_sym_LBRACE] = ACTIONS(1364), [anon_sym_RBRACE] = ACTIONS(1364), @@ -74047,8 +78477,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1366), [aux_sym_visibility_modifier_token2] = ACTIONS(1366), [aux_sym_visibility_modifier_token3] = ACTIONS(1366), - [aux_sym__arrow_function_header_token1] = ACTIONS(1366), [anon_sym_LPAREN] = ACTIONS(1364), + [aux_sym__arrow_function_header_token1] = ACTIONS(1366), [aux_sym_cast_type_token1] = ACTIONS(1366), [aux_sym_echo_statement_token1] = ACTIONS(1366), [aux_sym_exit_statement_token1] = ACTIONS(1366), @@ -74085,7 +78515,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1364), [aux_sym_clone_expression_token1] = ACTIONS(1366), [aux_sym_print_intrinsic_token1] = ACTIONS(1366), - [aux_sym_object_creation_expression_token1] = ACTIONS(1366), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1366), [anon_sym_DASH_DASH] = ACTIONS(1364), [anon_sym_PLUS_PLUS] = ACTIONS(1364), [aux_sym__list_destructing_token1] = ACTIONS(1366), @@ -74109,3944 +78539,80 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1366), [sym_comment] = ACTIONS(5), }, - [522] = { - [sym_text_interpolation] = STATE(522), - [ts_builtin_sym_end] = ACTIONS(1368), - [sym_name] = ACTIONS(1370), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1368), - [aux_sym_function_static_declaration_token1] = ACTIONS(1370), - [aux_sym_global_declaration_token1] = ACTIONS(1370), - [aux_sym_namespace_definition_token1] = ACTIONS(1370), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1370), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1370), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1370), - [anon_sym_BSLASH] = ACTIONS(1368), - [anon_sym_LBRACE] = ACTIONS(1368), - [anon_sym_RBRACE] = ACTIONS(1368), - [aux_sym_trait_declaration_token1] = ACTIONS(1370), - [aux_sym_interface_declaration_token1] = ACTIONS(1370), - [aux_sym_enum_declaration_token1] = ACTIONS(1370), - [aux_sym_enum_case_token1] = ACTIONS(1370), - [aux_sym_class_declaration_token1] = ACTIONS(1370), - [aux_sym_final_modifier_token1] = ACTIONS(1370), - [aux_sym_abstract_modifier_token1] = ACTIONS(1370), - [aux_sym_readonly_modifier_token1] = ACTIONS(1370), - [sym_var_modifier] = ACTIONS(1370), - [aux_sym_visibility_modifier_token1] = ACTIONS(1370), - [aux_sym_visibility_modifier_token2] = ACTIONS(1370), - [aux_sym_visibility_modifier_token3] = ACTIONS(1370), - [aux_sym__arrow_function_header_token1] = ACTIONS(1370), - [anon_sym_LPAREN] = ACTIONS(1368), - [aux_sym_cast_type_token1] = ACTIONS(1370), - [aux_sym_echo_statement_token1] = ACTIONS(1370), - [aux_sym_exit_statement_token1] = ACTIONS(1370), - [anon_sym_unset] = ACTIONS(1370), - [aux_sym_declare_statement_token1] = ACTIONS(1370), - [aux_sym_declare_statement_token2] = ACTIONS(1370), - [sym_float] = ACTIONS(1370), - [aux_sym_try_statement_token1] = ACTIONS(1370), - [aux_sym_goto_statement_token1] = ACTIONS(1370), - [aux_sym_continue_statement_token1] = ACTIONS(1370), - [aux_sym_break_statement_token1] = ACTIONS(1370), - [sym_integer] = ACTIONS(1370), - [aux_sym_return_statement_token1] = ACTIONS(1370), - [aux_sym_throw_expression_token1] = ACTIONS(1370), - [aux_sym_while_statement_token1] = ACTIONS(1370), - [aux_sym_while_statement_token2] = ACTIONS(1370), - [aux_sym_do_statement_token1] = ACTIONS(1370), - [aux_sym_for_statement_token1] = ACTIONS(1370), - [aux_sym_for_statement_token2] = ACTIONS(1370), - [aux_sym_foreach_statement_token1] = ACTIONS(1370), - [aux_sym_foreach_statement_token2] = ACTIONS(1370), - [aux_sym_if_statement_token1] = ACTIONS(1370), - [aux_sym_if_statement_token2] = ACTIONS(1370), - [aux_sym_else_if_clause_token1] = ACTIONS(1370), - [aux_sym_else_clause_token1] = ACTIONS(1370), - [aux_sym_match_expression_token1] = ACTIONS(1370), - [aux_sym_match_default_expression_token1] = ACTIONS(1370), - [aux_sym_switch_statement_token1] = ACTIONS(1370), - [aux_sym_switch_block_token1] = ACTIONS(1370), - [anon_sym_PLUS] = ACTIONS(1370), - [anon_sym_DASH] = ACTIONS(1370), - [anon_sym_TILDE] = ACTIONS(1368), - [anon_sym_BANG] = ACTIONS(1368), - [anon_sym_AT] = ACTIONS(1368), - [aux_sym_clone_expression_token1] = ACTIONS(1370), - [aux_sym_print_intrinsic_token1] = ACTIONS(1370), - [aux_sym_object_creation_expression_token1] = ACTIONS(1370), - [anon_sym_DASH_DASH] = ACTIONS(1368), - [anon_sym_PLUS_PLUS] = ACTIONS(1368), - [aux_sym__list_destructing_token1] = ACTIONS(1370), - [anon_sym_LBRACK] = ACTIONS(1368), - [anon_sym_self] = ACTIONS(1370), - [anon_sym_parent] = ACTIONS(1370), - [aux_sym__argument_name_token1] = ACTIONS(1370), - [aux_sym__argument_name_token2] = ACTIONS(1370), - [anon_sym_POUND_LBRACK] = ACTIONS(1368), - [aux_sym_encapsed_string_token1] = ACTIONS(1368), - [anon_sym_DQUOTE] = ACTIONS(1368), - [aux_sym_string_token1] = ACTIONS(1368), - [anon_sym_SQUOTE] = ACTIONS(1368), - [anon_sym_LT_LT_LT] = ACTIONS(1368), - [anon_sym_BQUOTE] = ACTIONS(1368), - [anon_sym_DOLLAR] = ACTIONS(1368), - [aux_sym_yield_expression_token1] = ACTIONS(1370), - [aux_sym_include_expression_token1] = ACTIONS(1370), - [aux_sym_include_once_expression_token1] = ACTIONS(1370), - [aux_sym_require_expression_token1] = ACTIONS(1370), - [aux_sym_require_once_expression_token1] = ACTIONS(1370), - [sym_comment] = ACTIONS(5), - }, - [523] = { - [sym_text_interpolation] = STATE(523), - [ts_builtin_sym_end] = ACTIONS(1372), - [sym_name] = ACTIONS(1374), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1372), - [aux_sym_function_static_declaration_token1] = ACTIONS(1374), - [aux_sym_global_declaration_token1] = ACTIONS(1374), - [aux_sym_namespace_definition_token1] = ACTIONS(1374), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1374), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1374), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1374), - [anon_sym_BSLASH] = ACTIONS(1372), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_RBRACE] = ACTIONS(1372), - [aux_sym_trait_declaration_token1] = ACTIONS(1374), - [aux_sym_interface_declaration_token1] = ACTIONS(1374), - [aux_sym_enum_declaration_token1] = ACTIONS(1374), - [aux_sym_enum_case_token1] = ACTIONS(1374), - [aux_sym_class_declaration_token1] = ACTIONS(1374), - [aux_sym_final_modifier_token1] = ACTIONS(1374), - [aux_sym_abstract_modifier_token1] = ACTIONS(1374), - [aux_sym_readonly_modifier_token1] = ACTIONS(1374), - [sym_var_modifier] = ACTIONS(1374), - [aux_sym_visibility_modifier_token1] = ACTIONS(1374), - [aux_sym_visibility_modifier_token2] = ACTIONS(1374), - [aux_sym_visibility_modifier_token3] = ACTIONS(1374), - [aux_sym__arrow_function_header_token1] = ACTIONS(1374), - [anon_sym_LPAREN] = ACTIONS(1372), - [aux_sym_cast_type_token1] = ACTIONS(1374), - [aux_sym_echo_statement_token1] = ACTIONS(1374), - [aux_sym_exit_statement_token1] = ACTIONS(1374), - [anon_sym_unset] = ACTIONS(1374), - [aux_sym_declare_statement_token1] = ACTIONS(1374), - [aux_sym_declare_statement_token2] = ACTIONS(1374), - [sym_float] = ACTIONS(1374), - [aux_sym_try_statement_token1] = ACTIONS(1374), - [aux_sym_goto_statement_token1] = ACTIONS(1374), - [aux_sym_continue_statement_token1] = ACTIONS(1374), - [aux_sym_break_statement_token1] = ACTIONS(1374), - [sym_integer] = ACTIONS(1374), - [aux_sym_return_statement_token1] = ACTIONS(1374), - [aux_sym_throw_expression_token1] = ACTIONS(1374), - [aux_sym_while_statement_token1] = ACTIONS(1374), - [aux_sym_while_statement_token2] = ACTIONS(1374), - [aux_sym_do_statement_token1] = ACTIONS(1374), - [aux_sym_for_statement_token1] = ACTIONS(1374), - [aux_sym_for_statement_token2] = ACTIONS(1374), - [aux_sym_foreach_statement_token1] = ACTIONS(1374), - [aux_sym_foreach_statement_token2] = ACTIONS(1374), - [aux_sym_if_statement_token1] = ACTIONS(1374), - [aux_sym_if_statement_token2] = ACTIONS(1374), - [aux_sym_else_if_clause_token1] = ACTIONS(1374), - [aux_sym_else_clause_token1] = ACTIONS(1374), - [aux_sym_match_expression_token1] = ACTIONS(1374), - [aux_sym_match_default_expression_token1] = ACTIONS(1374), - [aux_sym_switch_statement_token1] = ACTIONS(1374), - [aux_sym_switch_block_token1] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_AT] = ACTIONS(1372), - [aux_sym_clone_expression_token1] = ACTIONS(1374), - [aux_sym_print_intrinsic_token1] = ACTIONS(1374), - [aux_sym_object_creation_expression_token1] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [aux_sym__list_destructing_token1] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(1372), - [anon_sym_self] = ACTIONS(1374), - [anon_sym_parent] = ACTIONS(1374), - [aux_sym__argument_name_token1] = ACTIONS(1374), - [aux_sym__argument_name_token2] = ACTIONS(1374), - [anon_sym_POUND_LBRACK] = ACTIONS(1372), - [aux_sym_encapsed_string_token1] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [aux_sym_string_token1] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_LT_LT_LT] = ACTIONS(1372), - [anon_sym_BQUOTE] = ACTIONS(1372), - [anon_sym_DOLLAR] = ACTIONS(1372), - [aux_sym_yield_expression_token1] = ACTIONS(1374), - [aux_sym_include_expression_token1] = ACTIONS(1374), - [aux_sym_include_once_expression_token1] = ACTIONS(1374), - [aux_sym_require_expression_token1] = ACTIONS(1374), - [aux_sym_require_once_expression_token1] = ACTIONS(1374), - [sym_comment] = ACTIONS(5), - }, - [524] = { - [sym_text_interpolation] = STATE(524), - [ts_builtin_sym_end] = ACTIONS(1372), - [sym_name] = ACTIONS(1374), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1372), - [aux_sym_function_static_declaration_token1] = ACTIONS(1374), - [aux_sym_global_declaration_token1] = ACTIONS(1374), - [aux_sym_namespace_definition_token1] = ACTIONS(1374), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1374), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1374), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1374), - [anon_sym_BSLASH] = ACTIONS(1372), - [anon_sym_LBRACE] = ACTIONS(1372), - [anon_sym_RBRACE] = ACTIONS(1372), - [aux_sym_trait_declaration_token1] = ACTIONS(1374), - [aux_sym_interface_declaration_token1] = ACTIONS(1374), - [aux_sym_enum_declaration_token1] = ACTIONS(1374), - [aux_sym_enum_case_token1] = ACTIONS(1374), - [aux_sym_class_declaration_token1] = ACTIONS(1374), - [aux_sym_final_modifier_token1] = ACTIONS(1374), - [aux_sym_abstract_modifier_token1] = ACTIONS(1374), - [aux_sym_readonly_modifier_token1] = ACTIONS(1374), - [sym_var_modifier] = ACTIONS(1374), - [aux_sym_visibility_modifier_token1] = ACTIONS(1374), - [aux_sym_visibility_modifier_token2] = ACTIONS(1374), - [aux_sym_visibility_modifier_token3] = ACTIONS(1374), - [aux_sym__arrow_function_header_token1] = ACTIONS(1374), - [anon_sym_LPAREN] = ACTIONS(1372), - [aux_sym_cast_type_token1] = ACTIONS(1374), - [aux_sym_echo_statement_token1] = ACTIONS(1374), - [aux_sym_exit_statement_token1] = ACTIONS(1374), - [anon_sym_unset] = ACTIONS(1374), - [aux_sym_declare_statement_token1] = ACTIONS(1374), - [aux_sym_declare_statement_token2] = ACTIONS(1374), - [sym_float] = ACTIONS(1374), - [aux_sym_try_statement_token1] = ACTIONS(1374), - [aux_sym_goto_statement_token1] = ACTIONS(1374), - [aux_sym_continue_statement_token1] = ACTIONS(1374), - [aux_sym_break_statement_token1] = ACTIONS(1374), - [sym_integer] = ACTIONS(1374), - [aux_sym_return_statement_token1] = ACTIONS(1374), - [aux_sym_throw_expression_token1] = ACTIONS(1374), - [aux_sym_while_statement_token1] = ACTIONS(1374), - [aux_sym_while_statement_token2] = ACTIONS(1374), - [aux_sym_do_statement_token1] = ACTIONS(1374), - [aux_sym_for_statement_token1] = ACTIONS(1374), - [aux_sym_for_statement_token2] = ACTIONS(1374), - [aux_sym_foreach_statement_token1] = ACTIONS(1374), - [aux_sym_foreach_statement_token2] = ACTIONS(1374), - [aux_sym_if_statement_token1] = ACTIONS(1374), - [aux_sym_if_statement_token2] = ACTIONS(1374), - [aux_sym_else_if_clause_token1] = ACTIONS(1374), - [aux_sym_else_clause_token1] = ACTIONS(1374), - [aux_sym_match_expression_token1] = ACTIONS(1374), - [aux_sym_match_default_expression_token1] = ACTIONS(1374), - [aux_sym_switch_statement_token1] = ACTIONS(1374), - [aux_sym_switch_block_token1] = ACTIONS(1374), - [anon_sym_PLUS] = ACTIONS(1374), - [anon_sym_DASH] = ACTIONS(1374), - [anon_sym_TILDE] = ACTIONS(1372), - [anon_sym_BANG] = ACTIONS(1372), - [anon_sym_AT] = ACTIONS(1372), - [aux_sym_clone_expression_token1] = ACTIONS(1374), - [aux_sym_print_intrinsic_token1] = ACTIONS(1374), - [aux_sym_object_creation_expression_token1] = ACTIONS(1374), - [anon_sym_DASH_DASH] = ACTIONS(1372), - [anon_sym_PLUS_PLUS] = ACTIONS(1372), - [aux_sym__list_destructing_token1] = ACTIONS(1374), - [anon_sym_LBRACK] = ACTIONS(1372), - [anon_sym_self] = ACTIONS(1374), - [anon_sym_parent] = ACTIONS(1374), - [aux_sym__argument_name_token1] = ACTIONS(1374), - [aux_sym__argument_name_token2] = ACTIONS(1374), - [anon_sym_POUND_LBRACK] = ACTIONS(1372), - [aux_sym_encapsed_string_token1] = ACTIONS(1372), - [anon_sym_DQUOTE] = ACTIONS(1372), - [aux_sym_string_token1] = ACTIONS(1372), - [anon_sym_SQUOTE] = ACTIONS(1372), - [anon_sym_LT_LT_LT] = ACTIONS(1372), - [anon_sym_BQUOTE] = ACTIONS(1372), - [anon_sym_DOLLAR] = ACTIONS(1372), - [aux_sym_yield_expression_token1] = ACTIONS(1374), - [aux_sym_include_expression_token1] = ACTIONS(1374), - [aux_sym_include_once_expression_token1] = ACTIONS(1374), - [aux_sym_require_expression_token1] = ACTIONS(1374), - [aux_sym_require_once_expression_token1] = ACTIONS(1374), - [sym_comment] = ACTIONS(5), - }, - [525] = { - [sym_text_interpolation] = STATE(525), - [ts_builtin_sym_end] = ACTIONS(1376), - [sym_name] = ACTIONS(1378), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1376), - [aux_sym_function_static_declaration_token1] = ACTIONS(1378), - [aux_sym_global_declaration_token1] = ACTIONS(1378), - [aux_sym_namespace_definition_token1] = ACTIONS(1378), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1378), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1378), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1378), - [anon_sym_BSLASH] = ACTIONS(1376), - [anon_sym_LBRACE] = ACTIONS(1376), - [anon_sym_RBRACE] = ACTIONS(1376), - [aux_sym_trait_declaration_token1] = ACTIONS(1378), - [aux_sym_interface_declaration_token1] = ACTIONS(1378), - [aux_sym_enum_declaration_token1] = ACTIONS(1378), - [aux_sym_enum_case_token1] = ACTIONS(1378), - [aux_sym_class_declaration_token1] = ACTIONS(1378), - [aux_sym_final_modifier_token1] = ACTIONS(1378), - [aux_sym_abstract_modifier_token1] = ACTIONS(1378), - [aux_sym_readonly_modifier_token1] = ACTIONS(1378), - [sym_var_modifier] = ACTIONS(1378), - [aux_sym_visibility_modifier_token1] = ACTIONS(1378), - [aux_sym_visibility_modifier_token2] = ACTIONS(1378), - [aux_sym_visibility_modifier_token3] = ACTIONS(1378), - [aux_sym__arrow_function_header_token1] = ACTIONS(1378), - [anon_sym_LPAREN] = ACTIONS(1376), - [aux_sym_cast_type_token1] = ACTIONS(1378), - [aux_sym_echo_statement_token1] = ACTIONS(1378), - [aux_sym_exit_statement_token1] = ACTIONS(1378), - [anon_sym_unset] = ACTIONS(1378), - [aux_sym_declare_statement_token1] = ACTIONS(1378), - [aux_sym_declare_statement_token2] = ACTIONS(1378), - [sym_float] = ACTIONS(1378), - [aux_sym_try_statement_token1] = ACTIONS(1378), - [aux_sym_goto_statement_token1] = ACTIONS(1378), - [aux_sym_continue_statement_token1] = ACTIONS(1378), - [aux_sym_break_statement_token1] = ACTIONS(1378), - [sym_integer] = ACTIONS(1378), - [aux_sym_return_statement_token1] = ACTIONS(1378), - [aux_sym_throw_expression_token1] = ACTIONS(1378), - [aux_sym_while_statement_token1] = ACTIONS(1378), - [aux_sym_while_statement_token2] = ACTIONS(1378), - [aux_sym_do_statement_token1] = ACTIONS(1378), - [aux_sym_for_statement_token1] = ACTIONS(1378), - [aux_sym_for_statement_token2] = ACTIONS(1378), - [aux_sym_foreach_statement_token1] = ACTIONS(1378), - [aux_sym_foreach_statement_token2] = ACTIONS(1378), - [aux_sym_if_statement_token1] = ACTIONS(1378), - [aux_sym_if_statement_token2] = ACTIONS(1378), - [aux_sym_else_if_clause_token1] = ACTIONS(1378), - [aux_sym_else_clause_token1] = ACTIONS(1378), - [aux_sym_match_expression_token1] = ACTIONS(1378), - [aux_sym_match_default_expression_token1] = ACTIONS(1378), - [aux_sym_switch_statement_token1] = ACTIONS(1378), - [aux_sym_switch_block_token1] = ACTIONS(1378), - [anon_sym_PLUS] = ACTIONS(1378), - [anon_sym_DASH] = ACTIONS(1378), - [anon_sym_TILDE] = ACTIONS(1376), - [anon_sym_BANG] = ACTIONS(1376), - [anon_sym_AT] = ACTIONS(1376), - [aux_sym_clone_expression_token1] = ACTIONS(1378), - [aux_sym_print_intrinsic_token1] = ACTIONS(1378), - [aux_sym_object_creation_expression_token1] = ACTIONS(1378), - [anon_sym_DASH_DASH] = ACTIONS(1376), - [anon_sym_PLUS_PLUS] = ACTIONS(1376), - [aux_sym__list_destructing_token1] = ACTIONS(1378), - [anon_sym_LBRACK] = ACTIONS(1376), - [anon_sym_self] = ACTIONS(1378), - [anon_sym_parent] = ACTIONS(1378), - [aux_sym__argument_name_token1] = ACTIONS(1378), - [aux_sym__argument_name_token2] = ACTIONS(1378), - [anon_sym_POUND_LBRACK] = ACTIONS(1376), - [aux_sym_encapsed_string_token1] = ACTIONS(1376), - [anon_sym_DQUOTE] = ACTIONS(1376), - [aux_sym_string_token1] = ACTIONS(1376), - [anon_sym_SQUOTE] = ACTIONS(1376), - [anon_sym_LT_LT_LT] = ACTIONS(1376), - [anon_sym_BQUOTE] = ACTIONS(1376), - [anon_sym_DOLLAR] = ACTIONS(1376), - [aux_sym_yield_expression_token1] = ACTIONS(1378), - [aux_sym_include_expression_token1] = ACTIONS(1378), - [aux_sym_include_once_expression_token1] = ACTIONS(1378), - [aux_sym_require_expression_token1] = ACTIONS(1378), - [aux_sym_require_once_expression_token1] = ACTIONS(1378), - [sym_comment] = ACTIONS(5), - }, - [526] = { - [sym_text_interpolation] = STATE(526), - [ts_builtin_sym_end] = ACTIONS(1380), - [sym_name] = ACTIONS(1382), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1380), - [aux_sym_function_static_declaration_token1] = ACTIONS(1382), - [aux_sym_global_declaration_token1] = ACTIONS(1382), - [aux_sym_namespace_definition_token1] = ACTIONS(1382), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1382), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1382), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1382), - [anon_sym_BSLASH] = ACTIONS(1380), - [anon_sym_LBRACE] = ACTIONS(1380), - [anon_sym_RBRACE] = ACTIONS(1380), - [aux_sym_trait_declaration_token1] = ACTIONS(1382), - [aux_sym_interface_declaration_token1] = ACTIONS(1382), - [aux_sym_enum_declaration_token1] = ACTIONS(1382), - [aux_sym_enum_case_token1] = ACTIONS(1382), - [aux_sym_class_declaration_token1] = ACTIONS(1382), - [aux_sym_final_modifier_token1] = ACTIONS(1382), - [aux_sym_abstract_modifier_token1] = ACTIONS(1382), - [aux_sym_readonly_modifier_token1] = ACTIONS(1382), - [sym_var_modifier] = ACTIONS(1382), - [aux_sym_visibility_modifier_token1] = ACTIONS(1382), - [aux_sym_visibility_modifier_token2] = ACTIONS(1382), - [aux_sym_visibility_modifier_token3] = ACTIONS(1382), - [aux_sym__arrow_function_header_token1] = ACTIONS(1382), - [anon_sym_LPAREN] = ACTIONS(1380), - [aux_sym_cast_type_token1] = ACTIONS(1382), - [aux_sym_echo_statement_token1] = ACTIONS(1382), - [aux_sym_exit_statement_token1] = ACTIONS(1382), - [anon_sym_unset] = ACTIONS(1382), - [aux_sym_declare_statement_token1] = ACTIONS(1382), - [aux_sym_declare_statement_token2] = ACTIONS(1382), - [sym_float] = ACTIONS(1382), - [aux_sym_try_statement_token1] = ACTIONS(1382), - [aux_sym_goto_statement_token1] = ACTIONS(1382), - [aux_sym_continue_statement_token1] = ACTIONS(1382), - [aux_sym_break_statement_token1] = ACTIONS(1382), - [sym_integer] = ACTIONS(1382), - [aux_sym_return_statement_token1] = ACTIONS(1382), - [aux_sym_throw_expression_token1] = ACTIONS(1382), - [aux_sym_while_statement_token1] = ACTIONS(1382), - [aux_sym_while_statement_token2] = ACTIONS(1382), - [aux_sym_do_statement_token1] = ACTIONS(1382), - [aux_sym_for_statement_token1] = ACTIONS(1382), - [aux_sym_for_statement_token2] = ACTIONS(1382), - [aux_sym_foreach_statement_token1] = ACTIONS(1382), - [aux_sym_foreach_statement_token2] = ACTIONS(1382), - [aux_sym_if_statement_token1] = ACTIONS(1382), - [aux_sym_if_statement_token2] = ACTIONS(1382), - [aux_sym_else_if_clause_token1] = ACTIONS(1382), - [aux_sym_else_clause_token1] = ACTIONS(1382), - [aux_sym_match_expression_token1] = ACTIONS(1382), - [aux_sym_match_default_expression_token1] = ACTIONS(1382), - [aux_sym_switch_statement_token1] = ACTIONS(1382), - [aux_sym_switch_block_token1] = ACTIONS(1382), - [anon_sym_PLUS] = ACTIONS(1382), - [anon_sym_DASH] = ACTIONS(1382), - [anon_sym_TILDE] = ACTIONS(1380), - [anon_sym_BANG] = ACTIONS(1380), - [anon_sym_AT] = ACTIONS(1380), - [aux_sym_clone_expression_token1] = ACTIONS(1382), - [aux_sym_print_intrinsic_token1] = ACTIONS(1382), - [aux_sym_object_creation_expression_token1] = ACTIONS(1382), - [anon_sym_DASH_DASH] = ACTIONS(1380), - [anon_sym_PLUS_PLUS] = ACTIONS(1380), - [aux_sym__list_destructing_token1] = ACTIONS(1382), - [anon_sym_LBRACK] = ACTIONS(1380), - [anon_sym_self] = ACTIONS(1382), - [anon_sym_parent] = ACTIONS(1382), - [aux_sym__argument_name_token1] = ACTIONS(1382), - [aux_sym__argument_name_token2] = ACTIONS(1382), - [anon_sym_POUND_LBRACK] = ACTIONS(1380), - [aux_sym_encapsed_string_token1] = ACTIONS(1380), - [anon_sym_DQUOTE] = ACTIONS(1380), - [aux_sym_string_token1] = ACTIONS(1380), - [anon_sym_SQUOTE] = ACTIONS(1380), - [anon_sym_LT_LT_LT] = ACTIONS(1380), - [anon_sym_BQUOTE] = ACTIONS(1380), - [anon_sym_DOLLAR] = ACTIONS(1380), - [aux_sym_yield_expression_token1] = ACTIONS(1382), - [aux_sym_include_expression_token1] = ACTIONS(1382), - [aux_sym_include_once_expression_token1] = ACTIONS(1382), - [aux_sym_require_expression_token1] = ACTIONS(1382), - [aux_sym_require_once_expression_token1] = ACTIONS(1382), - [sym_comment] = ACTIONS(5), - }, - [527] = { - [sym_text_interpolation] = STATE(527), - [ts_builtin_sym_end] = ACTIONS(1384), - [sym_name] = ACTIONS(1386), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1384), - [aux_sym_function_static_declaration_token1] = ACTIONS(1386), - [aux_sym_global_declaration_token1] = ACTIONS(1386), - [aux_sym_namespace_definition_token1] = ACTIONS(1386), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1386), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1386), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1386), - [anon_sym_BSLASH] = ACTIONS(1384), - [anon_sym_LBRACE] = ACTIONS(1384), - [anon_sym_RBRACE] = ACTIONS(1384), - [aux_sym_trait_declaration_token1] = ACTIONS(1386), - [aux_sym_interface_declaration_token1] = ACTIONS(1386), - [aux_sym_enum_declaration_token1] = ACTIONS(1386), - [aux_sym_enum_case_token1] = ACTIONS(1386), - [aux_sym_class_declaration_token1] = ACTIONS(1386), - [aux_sym_final_modifier_token1] = ACTIONS(1386), - [aux_sym_abstract_modifier_token1] = ACTIONS(1386), - [aux_sym_readonly_modifier_token1] = ACTIONS(1386), - [sym_var_modifier] = ACTIONS(1386), - [aux_sym_visibility_modifier_token1] = ACTIONS(1386), - [aux_sym_visibility_modifier_token2] = ACTIONS(1386), - [aux_sym_visibility_modifier_token3] = ACTIONS(1386), - [aux_sym__arrow_function_header_token1] = ACTIONS(1386), - [anon_sym_LPAREN] = ACTIONS(1384), - [aux_sym_cast_type_token1] = ACTIONS(1386), - [aux_sym_echo_statement_token1] = ACTIONS(1386), - [aux_sym_exit_statement_token1] = ACTIONS(1386), - [anon_sym_unset] = ACTIONS(1386), - [aux_sym_declare_statement_token1] = ACTIONS(1386), - [aux_sym_declare_statement_token2] = ACTIONS(1386), - [sym_float] = ACTIONS(1386), - [aux_sym_try_statement_token1] = ACTIONS(1386), - [aux_sym_goto_statement_token1] = ACTIONS(1386), - [aux_sym_continue_statement_token1] = ACTIONS(1386), - [aux_sym_break_statement_token1] = ACTIONS(1386), - [sym_integer] = ACTIONS(1386), - [aux_sym_return_statement_token1] = ACTIONS(1386), - [aux_sym_throw_expression_token1] = ACTIONS(1386), - [aux_sym_while_statement_token1] = ACTIONS(1386), - [aux_sym_while_statement_token2] = ACTIONS(1386), - [aux_sym_do_statement_token1] = ACTIONS(1386), - [aux_sym_for_statement_token1] = ACTIONS(1386), - [aux_sym_for_statement_token2] = ACTIONS(1386), - [aux_sym_foreach_statement_token1] = ACTIONS(1386), - [aux_sym_foreach_statement_token2] = ACTIONS(1386), - [aux_sym_if_statement_token1] = ACTIONS(1386), - [aux_sym_if_statement_token2] = ACTIONS(1386), - [aux_sym_else_if_clause_token1] = ACTIONS(1386), - [aux_sym_else_clause_token1] = ACTIONS(1386), - [aux_sym_match_expression_token1] = ACTIONS(1386), - [aux_sym_match_default_expression_token1] = ACTIONS(1386), - [aux_sym_switch_statement_token1] = ACTIONS(1386), - [aux_sym_switch_block_token1] = ACTIONS(1386), - [anon_sym_PLUS] = ACTIONS(1386), - [anon_sym_DASH] = ACTIONS(1386), - [anon_sym_TILDE] = ACTIONS(1384), - [anon_sym_BANG] = ACTIONS(1384), - [anon_sym_AT] = ACTIONS(1384), - [aux_sym_clone_expression_token1] = ACTIONS(1386), - [aux_sym_print_intrinsic_token1] = ACTIONS(1386), - [aux_sym_object_creation_expression_token1] = ACTIONS(1386), - [anon_sym_DASH_DASH] = ACTIONS(1384), - [anon_sym_PLUS_PLUS] = ACTIONS(1384), - [aux_sym__list_destructing_token1] = ACTIONS(1386), - [anon_sym_LBRACK] = ACTIONS(1384), - [anon_sym_self] = ACTIONS(1386), - [anon_sym_parent] = ACTIONS(1386), - [aux_sym__argument_name_token1] = ACTIONS(1386), - [aux_sym__argument_name_token2] = ACTIONS(1386), - [anon_sym_POUND_LBRACK] = ACTIONS(1384), - [aux_sym_encapsed_string_token1] = ACTIONS(1384), - [anon_sym_DQUOTE] = ACTIONS(1384), - [aux_sym_string_token1] = ACTIONS(1384), - [anon_sym_SQUOTE] = ACTIONS(1384), - [anon_sym_LT_LT_LT] = ACTIONS(1384), - [anon_sym_BQUOTE] = ACTIONS(1384), - [anon_sym_DOLLAR] = ACTIONS(1384), - [aux_sym_yield_expression_token1] = ACTIONS(1386), - [aux_sym_include_expression_token1] = ACTIONS(1386), - [aux_sym_include_once_expression_token1] = ACTIONS(1386), - [aux_sym_require_expression_token1] = ACTIONS(1386), - [aux_sym_require_once_expression_token1] = ACTIONS(1386), - [sym_comment] = ACTIONS(5), - }, - [528] = { - [sym_text_interpolation] = STATE(528), - [ts_builtin_sym_end] = ACTIONS(1388), - [sym_name] = ACTIONS(1390), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1388), - [aux_sym_function_static_declaration_token1] = ACTIONS(1390), - [aux_sym_global_declaration_token1] = ACTIONS(1390), - [aux_sym_namespace_definition_token1] = ACTIONS(1390), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1390), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1390), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1390), - [anon_sym_BSLASH] = ACTIONS(1388), - [anon_sym_LBRACE] = ACTIONS(1388), - [anon_sym_RBRACE] = ACTIONS(1388), - [aux_sym_trait_declaration_token1] = ACTIONS(1390), - [aux_sym_interface_declaration_token1] = ACTIONS(1390), - [aux_sym_enum_declaration_token1] = ACTIONS(1390), - [aux_sym_enum_case_token1] = ACTIONS(1390), - [aux_sym_class_declaration_token1] = ACTIONS(1390), - [aux_sym_final_modifier_token1] = ACTIONS(1390), - [aux_sym_abstract_modifier_token1] = ACTIONS(1390), - [aux_sym_readonly_modifier_token1] = ACTIONS(1390), - [sym_var_modifier] = ACTIONS(1390), - [aux_sym_visibility_modifier_token1] = ACTIONS(1390), - [aux_sym_visibility_modifier_token2] = ACTIONS(1390), - [aux_sym_visibility_modifier_token3] = ACTIONS(1390), - [aux_sym__arrow_function_header_token1] = ACTIONS(1390), - [anon_sym_LPAREN] = ACTIONS(1388), - [aux_sym_cast_type_token1] = ACTIONS(1390), - [aux_sym_echo_statement_token1] = ACTIONS(1390), - [aux_sym_exit_statement_token1] = ACTIONS(1390), - [anon_sym_unset] = ACTIONS(1390), - [aux_sym_declare_statement_token1] = ACTIONS(1390), - [aux_sym_declare_statement_token2] = ACTIONS(1390), - [sym_float] = ACTIONS(1390), - [aux_sym_try_statement_token1] = ACTIONS(1390), - [aux_sym_goto_statement_token1] = ACTIONS(1390), - [aux_sym_continue_statement_token1] = ACTIONS(1390), - [aux_sym_break_statement_token1] = ACTIONS(1390), - [sym_integer] = ACTIONS(1390), - [aux_sym_return_statement_token1] = ACTIONS(1390), - [aux_sym_throw_expression_token1] = ACTIONS(1390), - [aux_sym_while_statement_token1] = ACTIONS(1390), - [aux_sym_while_statement_token2] = ACTIONS(1390), - [aux_sym_do_statement_token1] = ACTIONS(1390), - [aux_sym_for_statement_token1] = ACTIONS(1390), - [aux_sym_for_statement_token2] = ACTIONS(1390), - [aux_sym_foreach_statement_token1] = ACTIONS(1390), - [aux_sym_foreach_statement_token2] = ACTIONS(1390), - [aux_sym_if_statement_token1] = ACTIONS(1390), - [aux_sym_if_statement_token2] = ACTIONS(1390), - [aux_sym_else_if_clause_token1] = ACTIONS(1390), - [aux_sym_else_clause_token1] = ACTIONS(1390), - [aux_sym_match_expression_token1] = ACTIONS(1390), - [aux_sym_match_default_expression_token1] = ACTIONS(1390), - [aux_sym_switch_statement_token1] = ACTIONS(1390), - [aux_sym_switch_block_token1] = ACTIONS(1390), - [anon_sym_PLUS] = ACTIONS(1390), - [anon_sym_DASH] = ACTIONS(1390), - [anon_sym_TILDE] = ACTIONS(1388), - [anon_sym_BANG] = ACTIONS(1388), - [anon_sym_AT] = ACTIONS(1388), - [aux_sym_clone_expression_token1] = ACTIONS(1390), - [aux_sym_print_intrinsic_token1] = ACTIONS(1390), - [aux_sym_object_creation_expression_token1] = ACTIONS(1390), - [anon_sym_DASH_DASH] = ACTIONS(1388), - [anon_sym_PLUS_PLUS] = ACTIONS(1388), - [aux_sym__list_destructing_token1] = ACTIONS(1390), - [anon_sym_LBRACK] = ACTIONS(1388), - [anon_sym_self] = ACTIONS(1390), - [anon_sym_parent] = ACTIONS(1390), - [aux_sym__argument_name_token1] = ACTIONS(1390), - [aux_sym__argument_name_token2] = ACTIONS(1390), - [anon_sym_POUND_LBRACK] = ACTIONS(1388), - [aux_sym_encapsed_string_token1] = ACTIONS(1388), - [anon_sym_DQUOTE] = ACTIONS(1388), - [aux_sym_string_token1] = ACTIONS(1388), - [anon_sym_SQUOTE] = ACTIONS(1388), - [anon_sym_LT_LT_LT] = ACTIONS(1388), - [anon_sym_BQUOTE] = ACTIONS(1388), - [anon_sym_DOLLAR] = ACTIONS(1388), - [aux_sym_yield_expression_token1] = ACTIONS(1390), - [aux_sym_include_expression_token1] = ACTIONS(1390), - [aux_sym_include_once_expression_token1] = ACTIONS(1390), - [aux_sym_require_expression_token1] = ACTIONS(1390), - [aux_sym_require_once_expression_token1] = ACTIONS(1390), - [sym_comment] = ACTIONS(5), - }, - [529] = { - [sym_text_interpolation] = STATE(529), - [ts_builtin_sym_end] = ACTIONS(1392), - [sym_name] = ACTIONS(1394), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1392), - [aux_sym_function_static_declaration_token1] = ACTIONS(1394), - [aux_sym_global_declaration_token1] = ACTIONS(1394), - [aux_sym_namespace_definition_token1] = ACTIONS(1394), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1394), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1394), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1394), - [anon_sym_BSLASH] = ACTIONS(1392), - [anon_sym_LBRACE] = ACTIONS(1392), - [anon_sym_RBRACE] = ACTIONS(1392), - [aux_sym_trait_declaration_token1] = ACTIONS(1394), - [aux_sym_interface_declaration_token1] = ACTIONS(1394), - [aux_sym_enum_declaration_token1] = ACTIONS(1394), - [aux_sym_enum_case_token1] = ACTIONS(1394), - [aux_sym_class_declaration_token1] = ACTIONS(1394), - [aux_sym_final_modifier_token1] = ACTIONS(1394), - [aux_sym_abstract_modifier_token1] = ACTIONS(1394), - [aux_sym_readonly_modifier_token1] = ACTIONS(1394), - [sym_var_modifier] = ACTIONS(1394), - [aux_sym_visibility_modifier_token1] = ACTIONS(1394), - [aux_sym_visibility_modifier_token2] = ACTIONS(1394), - [aux_sym_visibility_modifier_token3] = ACTIONS(1394), - [aux_sym__arrow_function_header_token1] = ACTIONS(1394), - [anon_sym_LPAREN] = ACTIONS(1392), - [aux_sym_cast_type_token1] = ACTIONS(1394), - [aux_sym_echo_statement_token1] = ACTIONS(1394), - [aux_sym_exit_statement_token1] = ACTIONS(1394), - [anon_sym_unset] = ACTIONS(1394), - [aux_sym_declare_statement_token1] = ACTIONS(1394), - [aux_sym_declare_statement_token2] = ACTIONS(1394), - [sym_float] = ACTIONS(1394), - [aux_sym_try_statement_token1] = ACTIONS(1394), - [aux_sym_goto_statement_token1] = ACTIONS(1394), - [aux_sym_continue_statement_token1] = ACTIONS(1394), - [aux_sym_break_statement_token1] = ACTIONS(1394), - [sym_integer] = ACTIONS(1394), - [aux_sym_return_statement_token1] = ACTIONS(1394), - [aux_sym_throw_expression_token1] = ACTIONS(1394), - [aux_sym_while_statement_token1] = ACTIONS(1394), - [aux_sym_while_statement_token2] = ACTIONS(1394), - [aux_sym_do_statement_token1] = ACTIONS(1394), - [aux_sym_for_statement_token1] = ACTIONS(1394), - [aux_sym_for_statement_token2] = ACTIONS(1394), - [aux_sym_foreach_statement_token1] = ACTIONS(1394), - [aux_sym_foreach_statement_token2] = ACTIONS(1394), - [aux_sym_if_statement_token1] = ACTIONS(1394), - [aux_sym_if_statement_token2] = ACTIONS(1394), - [aux_sym_else_if_clause_token1] = ACTIONS(1394), - [aux_sym_else_clause_token1] = ACTIONS(1394), - [aux_sym_match_expression_token1] = ACTIONS(1394), - [aux_sym_match_default_expression_token1] = ACTIONS(1394), - [aux_sym_switch_statement_token1] = ACTIONS(1394), - [aux_sym_switch_block_token1] = ACTIONS(1394), - [anon_sym_PLUS] = ACTIONS(1394), - [anon_sym_DASH] = ACTIONS(1394), - [anon_sym_TILDE] = ACTIONS(1392), - [anon_sym_BANG] = ACTIONS(1392), - [anon_sym_AT] = ACTIONS(1392), - [aux_sym_clone_expression_token1] = ACTIONS(1394), - [aux_sym_print_intrinsic_token1] = ACTIONS(1394), - [aux_sym_object_creation_expression_token1] = ACTIONS(1394), - [anon_sym_DASH_DASH] = ACTIONS(1392), - [anon_sym_PLUS_PLUS] = ACTIONS(1392), - [aux_sym__list_destructing_token1] = ACTIONS(1394), - [anon_sym_LBRACK] = ACTIONS(1392), - [anon_sym_self] = ACTIONS(1394), - [anon_sym_parent] = ACTIONS(1394), - [aux_sym__argument_name_token1] = ACTIONS(1394), - [aux_sym__argument_name_token2] = ACTIONS(1394), - [anon_sym_POUND_LBRACK] = ACTIONS(1392), - [aux_sym_encapsed_string_token1] = ACTIONS(1392), - [anon_sym_DQUOTE] = ACTIONS(1392), - [aux_sym_string_token1] = ACTIONS(1392), - [anon_sym_SQUOTE] = ACTIONS(1392), - [anon_sym_LT_LT_LT] = ACTIONS(1392), - [anon_sym_BQUOTE] = ACTIONS(1392), - [anon_sym_DOLLAR] = ACTIONS(1392), - [aux_sym_yield_expression_token1] = ACTIONS(1394), - [aux_sym_include_expression_token1] = ACTIONS(1394), - [aux_sym_include_once_expression_token1] = ACTIONS(1394), - [aux_sym_require_expression_token1] = ACTIONS(1394), - [aux_sym_require_once_expression_token1] = ACTIONS(1394), - [sym_comment] = ACTIONS(5), - }, - [530] = { - [sym_text_interpolation] = STATE(530), - [ts_builtin_sym_end] = ACTIONS(1396), - [sym_name] = ACTIONS(1398), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1396), - [aux_sym_function_static_declaration_token1] = ACTIONS(1398), - [aux_sym_global_declaration_token1] = ACTIONS(1398), - [aux_sym_namespace_definition_token1] = ACTIONS(1398), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1398), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1398), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1398), - [anon_sym_BSLASH] = ACTIONS(1396), - [anon_sym_LBRACE] = ACTIONS(1396), - [anon_sym_RBRACE] = ACTIONS(1396), - [aux_sym_trait_declaration_token1] = ACTIONS(1398), - [aux_sym_interface_declaration_token1] = ACTIONS(1398), - [aux_sym_enum_declaration_token1] = ACTIONS(1398), - [aux_sym_enum_case_token1] = ACTIONS(1398), - [aux_sym_class_declaration_token1] = ACTIONS(1398), - [aux_sym_final_modifier_token1] = ACTIONS(1398), - [aux_sym_abstract_modifier_token1] = ACTIONS(1398), - [aux_sym_readonly_modifier_token1] = ACTIONS(1398), - [sym_var_modifier] = ACTIONS(1398), - [aux_sym_visibility_modifier_token1] = ACTIONS(1398), - [aux_sym_visibility_modifier_token2] = ACTIONS(1398), - [aux_sym_visibility_modifier_token3] = ACTIONS(1398), - [aux_sym__arrow_function_header_token1] = ACTIONS(1398), - [anon_sym_LPAREN] = ACTIONS(1396), - [aux_sym_cast_type_token1] = ACTIONS(1398), - [aux_sym_echo_statement_token1] = ACTIONS(1398), - [aux_sym_exit_statement_token1] = ACTIONS(1398), - [anon_sym_unset] = ACTIONS(1398), - [aux_sym_declare_statement_token1] = ACTIONS(1398), - [aux_sym_declare_statement_token2] = ACTIONS(1398), - [sym_float] = ACTIONS(1398), - [aux_sym_try_statement_token1] = ACTIONS(1398), - [aux_sym_goto_statement_token1] = ACTIONS(1398), - [aux_sym_continue_statement_token1] = ACTIONS(1398), - [aux_sym_break_statement_token1] = ACTIONS(1398), - [sym_integer] = ACTIONS(1398), - [aux_sym_return_statement_token1] = ACTIONS(1398), - [aux_sym_throw_expression_token1] = ACTIONS(1398), - [aux_sym_while_statement_token1] = ACTIONS(1398), - [aux_sym_while_statement_token2] = ACTIONS(1398), - [aux_sym_do_statement_token1] = ACTIONS(1398), - [aux_sym_for_statement_token1] = ACTIONS(1398), - [aux_sym_for_statement_token2] = ACTIONS(1398), - [aux_sym_foreach_statement_token1] = ACTIONS(1398), - [aux_sym_foreach_statement_token2] = ACTIONS(1398), - [aux_sym_if_statement_token1] = ACTIONS(1398), - [aux_sym_if_statement_token2] = ACTIONS(1398), - [aux_sym_else_if_clause_token1] = ACTIONS(1398), - [aux_sym_else_clause_token1] = ACTIONS(1398), - [aux_sym_match_expression_token1] = ACTIONS(1398), - [aux_sym_match_default_expression_token1] = ACTIONS(1398), - [aux_sym_switch_statement_token1] = ACTIONS(1398), - [aux_sym_switch_block_token1] = ACTIONS(1398), - [anon_sym_PLUS] = ACTIONS(1398), - [anon_sym_DASH] = ACTIONS(1398), - [anon_sym_TILDE] = ACTIONS(1396), - [anon_sym_BANG] = ACTIONS(1396), - [anon_sym_AT] = ACTIONS(1396), - [aux_sym_clone_expression_token1] = ACTIONS(1398), - [aux_sym_print_intrinsic_token1] = ACTIONS(1398), - [aux_sym_object_creation_expression_token1] = ACTIONS(1398), - [anon_sym_DASH_DASH] = ACTIONS(1396), - [anon_sym_PLUS_PLUS] = ACTIONS(1396), - [aux_sym__list_destructing_token1] = ACTIONS(1398), - [anon_sym_LBRACK] = ACTIONS(1396), - [anon_sym_self] = ACTIONS(1398), - [anon_sym_parent] = ACTIONS(1398), - [aux_sym__argument_name_token1] = ACTIONS(1398), - [aux_sym__argument_name_token2] = ACTIONS(1398), - [anon_sym_POUND_LBRACK] = ACTIONS(1396), - [aux_sym_encapsed_string_token1] = ACTIONS(1396), - [anon_sym_DQUOTE] = ACTIONS(1396), - [aux_sym_string_token1] = ACTIONS(1396), - [anon_sym_SQUOTE] = ACTIONS(1396), - [anon_sym_LT_LT_LT] = ACTIONS(1396), - [anon_sym_BQUOTE] = ACTIONS(1396), - [anon_sym_DOLLAR] = ACTIONS(1396), - [aux_sym_yield_expression_token1] = ACTIONS(1398), - [aux_sym_include_expression_token1] = ACTIONS(1398), - [aux_sym_include_once_expression_token1] = ACTIONS(1398), - [aux_sym_require_expression_token1] = ACTIONS(1398), - [aux_sym_require_once_expression_token1] = ACTIONS(1398), - [sym_comment] = ACTIONS(5), - }, - [531] = { - [sym_text_interpolation] = STATE(531), - [ts_builtin_sym_end] = ACTIONS(1400), - [sym_name] = ACTIONS(1402), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1400), - [aux_sym_function_static_declaration_token1] = ACTIONS(1402), - [aux_sym_global_declaration_token1] = ACTIONS(1402), - [aux_sym_namespace_definition_token1] = ACTIONS(1402), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1402), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1402), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1402), - [anon_sym_BSLASH] = ACTIONS(1400), - [anon_sym_LBRACE] = ACTIONS(1400), - [anon_sym_RBRACE] = ACTIONS(1400), - [aux_sym_trait_declaration_token1] = ACTIONS(1402), - [aux_sym_interface_declaration_token1] = ACTIONS(1402), - [aux_sym_enum_declaration_token1] = ACTIONS(1402), - [aux_sym_enum_case_token1] = ACTIONS(1402), - [aux_sym_class_declaration_token1] = ACTIONS(1402), - [aux_sym_final_modifier_token1] = ACTIONS(1402), - [aux_sym_abstract_modifier_token1] = ACTIONS(1402), - [aux_sym_readonly_modifier_token1] = ACTIONS(1402), - [sym_var_modifier] = ACTIONS(1402), - [aux_sym_visibility_modifier_token1] = ACTIONS(1402), - [aux_sym_visibility_modifier_token2] = ACTIONS(1402), - [aux_sym_visibility_modifier_token3] = ACTIONS(1402), - [aux_sym__arrow_function_header_token1] = ACTIONS(1402), - [anon_sym_LPAREN] = ACTIONS(1400), - [aux_sym_cast_type_token1] = ACTIONS(1402), - [aux_sym_echo_statement_token1] = ACTIONS(1402), - [aux_sym_exit_statement_token1] = ACTIONS(1402), - [anon_sym_unset] = ACTIONS(1402), - [aux_sym_declare_statement_token1] = ACTIONS(1402), - [aux_sym_declare_statement_token2] = ACTIONS(1402), - [sym_float] = ACTIONS(1402), - [aux_sym_try_statement_token1] = ACTIONS(1402), - [aux_sym_goto_statement_token1] = ACTIONS(1402), - [aux_sym_continue_statement_token1] = ACTIONS(1402), - [aux_sym_break_statement_token1] = ACTIONS(1402), - [sym_integer] = ACTIONS(1402), - [aux_sym_return_statement_token1] = ACTIONS(1402), - [aux_sym_throw_expression_token1] = ACTIONS(1402), - [aux_sym_while_statement_token1] = ACTIONS(1402), - [aux_sym_while_statement_token2] = ACTIONS(1402), - [aux_sym_do_statement_token1] = ACTIONS(1402), - [aux_sym_for_statement_token1] = ACTIONS(1402), - [aux_sym_for_statement_token2] = ACTIONS(1402), - [aux_sym_foreach_statement_token1] = ACTIONS(1402), - [aux_sym_foreach_statement_token2] = ACTIONS(1402), - [aux_sym_if_statement_token1] = ACTIONS(1402), - [aux_sym_if_statement_token2] = ACTIONS(1402), - [aux_sym_else_if_clause_token1] = ACTIONS(1402), - [aux_sym_else_clause_token1] = ACTIONS(1402), - [aux_sym_match_expression_token1] = ACTIONS(1402), - [aux_sym_match_default_expression_token1] = ACTIONS(1402), - [aux_sym_switch_statement_token1] = ACTIONS(1402), - [aux_sym_switch_block_token1] = ACTIONS(1402), - [anon_sym_PLUS] = ACTIONS(1402), - [anon_sym_DASH] = ACTIONS(1402), - [anon_sym_TILDE] = ACTIONS(1400), - [anon_sym_BANG] = ACTIONS(1400), - [anon_sym_AT] = ACTIONS(1400), - [aux_sym_clone_expression_token1] = ACTIONS(1402), - [aux_sym_print_intrinsic_token1] = ACTIONS(1402), - [aux_sym_object_creation_expression_token1] = ACTIONS(1402), - [anon_sym_DASH_DASH] = ACTIONS(1400), - [anon_sym_PLUS_PLUS] = ACTIONS(1400), - [aux_sym__list_destructing_token1] = ACTIONS(1402), - [anon_sym_LBRACK] = ACTIONS(1400), - [anon_sym_self] = ACTIONS(1402), - [anon_sym_parent] = ACTIONS(1402), - [aux_sym__argument_name_token1] = ACTIONS(1402), - [aux_sym__argument_name_token2] = ACTIONS(1402), - [anon_sym_POUND_LBRACK] = ACTIONS(1400), - [aux_sym_encapsed_string_token1] = ACTIONS(1400), - [anon_sym_DQUOTE] = ACTIONS(1400), - [aux_sym_string_token1] = ACTIONS(1400), - [anon_sym_SQUOTE] = ACTIONS(1400), - [anon_sym_LT_LT_LT] = ACTIONS(1400), - [anon_sym_BQUOTE] = ACTIONS(1400), - [anon_sym_DOLLAR] = ACTIONS(1400), - [aux_sym_yield_expression_token1] = ACTIONS(1402), - [aux_sym_include_expression_token1] = ACTIONS(1402), - [aux_sym_include_once_expression_token1] = ACTIONS(1402), - [aux_sym_require_expression_token1] = ACTIONS(1402), - [aux_sym_require_once_expression_token1] = ACTIONS(1402), - [sym_comment] = ACTIONS(5), - }, - [532] = { - [sym_text_interpolation] = STATE(532), - [ts_builtin_sym_end] = ACTIONS(1404), - [sym_name] = ACTIONS(1406), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1404), - [aux_sym_function_static_declaration_token1] = ACTIONS(1406), - [aux_sym_global_declaration_token1] = ACTIONS(1406), - [aux_sym_namespace_definition_token1] = ACTIONS(1406), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1406), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1406), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1406), - [anon_sym_BSLASH] = ACTIONS(1404), - [anon_sym_LBRACE] = ACTIONS(1404), - [anon_sym_RBRACE] = ACTIONS(1404), - [aux_sym_trait_declaration_token1] = ACTIONS(1406), - [aux_sym_interface_declaration_token1] = ACTIONS(1406), - [aux_sym_enum_declaration_token1] = ACTIONS(1406), - [aux_sym_enum_case_token1] = ACTIONS(1406), - [aux_sym_class_declaration_token1] = ACTIONS(1406), - [aux_sym_final_modifier_token1] = ACTIONS(1406), - [aux_sym_abstract_modifier_token1] = ACTIONS(1406), - [aux_sym_readonly_modifier_token1] = ACTIONS(1406), - [sym_var_modifier] = ACTIONS(1406), - [aux_sym_visibility_modifier_token1] = ACTIONS(1406), - [aux_sym_visibility_modifier_token2] = ACTIONS(1406), - [aux_sym_visibility_modifier_token3] = ACTIONS(1406), - [aux_sym__arrow_function_header_token1] = ACTIONS(1406), - [anon_sym_LPAREN] = ACTIONS(1404), - [aux_sym_cast_type_token1] = ACTIONS(1406), - [aux_sym_echo_statement_token1] = ACTIONS(1406), - [aux_sym_exit_statement_token1] = ACTIONS(1406), - [anon_sym_unset] = ACTIONS(1406), - [aux_sym_declare_statement_token1] = ACTIONS(1406), - [aux_sym_declare_statement_token2] = ACTIONS(1406), - [sym_float] = ACTIONS(1406), - [aux_sym_try_statement_token1] = ACTIONS(1406), - [aux_sym_goto_statement_token1] = ACTIONS(1406), - [aux_sym_continue_statement_token1] = ACTIONS(1406), - [aux_sym_break_statement_token1] = ACTIONS(1406), - [sym_integer] = ACTIONS(1406), - [aux_sym_return_statement_token1] = ACTIONS(1406), - [aux_sym_throw_expression_token1] = ACTIONS(1406), - [aux_sym_while_statement_token1] = ACTIONS(1406), - [aux_sym_while_statement_token2] = ACTIONS(1406), - [aux_sym_do_statement_token1] = ACTIONS(1406), - [aux_sym_for_statement_token1] = ACTIONS(1406), - [aux_sym_for_statement_token2] = ACTIONS(1406), - [aux_sym_foreach_statement_token1] = ACTIONS(1406), - [aux_sym_foreach_statement_token2] = ACTIONS(1406), - [aux_sym_if_statement_token1] = ACTIONS(1406), - [aux_sym_if_statement_token2] = ACTIONS(1406), - [aux_sym_else_if_clause_token1] = ACTIONS(1406), - [aux_sym_else_clause_token1] = ACTIONS(1406), - [aux_sym_match_expression_token1] = ACTIONS(1406), - [aux_sym_match_default_expression_token1] = ACTIONS(1406), - [aux_sym_switch_statement_token1] = ACTIONS(1406), - [aux_sym_switch_block_token1] = ACTIONS(1406), - [anon_sym_PLUS] = ACTIONS(1406), - [anon_sym_DASH] = ACTIONS(1406), - [anon_sym_TILDE] = ACTIONS(1404), - [anon_sym_BANG] = ACTIONS(1404), - [anon_sym_AT] = ACTIONS(1404), - [aux_sym_clone_expression_token1] = ACTIONS(1406), - [aux_sym_print_intrinsic_token1] = ACTIONS(1406), - [aux_sym_object_creation_expression_token1] = ACTIONS(1406), - [anon_sym_DASH_DASH] = ACTIONS(1404), - [anon_sym_PLUS_PLUS] = ACTIONS(1404), - [aux_sym__list_destructing_token1] = ACTIONS(1406), - [anon_sym_LBRACK] = ACTIONS(1404), - [anon_sym_self] = ACTIONS(1406), - [anon_sym_parent] = ACTIONS(1406), - [aux_sym__argument_name_token1] = ACTIONS(1406), - [aux_sym__argument_name_token2] = ACTIONS(1406), - [anon_sym_POUND_LBRACK] = ACTIONS(1404), - [aux_sym_encapsed_string_token1] = ACTIONS(1404), - [anon_sym_DQUOTE] = ACTIONS(1404), - [aux_sym_string_token1] = ACTIONS(1404), - [anon_sym_SQUOTE] = ACTIONS(1404), - [anon_sym_LT_LT_LT] = ACTIONS(1404), - [anon_sym_BQUOTE] = ACTIONS(1404), - [anon_sym_DOLLAR] = ACTIONS(1404), - [aux_sym_yield_expression_token1] = ACTIONS(1406), - [aux_sym_include_expression_token1] = ACTIONS(1406), - [aux_sym_include_once_expression_token1] = ACTIONS(1406), - [aux_sym_require_expression_token1] = ACTIONS(1406), - [aux_sym_require_once_expression_token1] = ACTIONS(1406), - [sym_comment] = ACTIONS(5), - }, - [533] = { - [sym_text_interpolation] = STATE(533), - [ts_builtin_sym_end] = ACTIONS(1408), - [sym_name] = ACTIONS(1410), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1408), - [aux_sym_function_static_declaration_token1] = ACTIONS(1410), - [aux_sym_global_declaration_token1] = ACTIONS(1410), - [aux_sym_namespace_definition_token1] = ACTIONS(1410), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1410), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1410), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1410), - [anon_sym_BSLASH] = ACTIONS(1408), - [anon_sym_LBRACE] = ACTIONS(1408), - [anon_sym_RBRACE] = ACTIONS(1408), - [aux_sym_trait_declaration_token1] = ACTIONS(1410), - [aux_sym_interface_declaration_token1] = ACTIONS(1410), - [aux_sym_enum_declaration_token1] = ACTIONS(1410), - [aux_sym_enum_case_token1] = ACTIONS(1410), - [aux_sym_class_declaration_token1] = ACTIONS(1410), - [aux_sym_final_modifier_token1] = ACTIONS(1410), - [aux_sym_abstract_modifier_token1] = ACTIONS(1410), - [aux_sym_readonly_modifier_token1] = ACTIONS(1410), - [sym_var_modifier] = ACTIONS(1410), - [aux_sym_visibility_modifier_token1] = ACTIONS(1410), - [aux_sym_visibility_modifier_token2] = ACTIONS(1410), - [aux_sym_visibility_modifier_token3] = ACTIONS(1410), - [aux_sym__arrow_function_header_token1] = ACTIONS(1410), - [anon_sym_LPAREN] = ACTIONS(1408), - [aux_sym_cast_type_token1] = ACTIONS(1410), - [aux_sym_echo_statement_token1] = ACTIONS(1410), - [aux_sym_exit_statement_token1] = ACTIONS(1410), - [anon_sym_unset] = ACTIONS(1410), - [aux_sym_declare_statement_token1] = ACTIONS(1410), - [aux_sym_declare_statement_token2] = ACTIONS(1410), - [sym_float] = ACTIONS(1410), - [aux_sym_try_statement_token1] = ACTIONS(1410), - [aux_sym_goto_statement_token1] = ACTIONS(1410), - [aux_sym_continue_statement_token1] = ACTIONS(1410), - [aux_sym_break_statement_token1] = ACTIONS(1410), - [sym_integer] = ACTIONS(1410), - [aux_sym_return_statement_token1] = ACTIONS(1410), - [aux_sym_throw_expression_token1] = ACTIONS(1410), - [aux_sym_while_statement_token1] = ACTIONS(1410), - [aux_sym_while_statement_token2] = ACTIONS(1410), - [aux_sym_do_statement_token1] = ACTIONS(1410), - [aux_sym_for_statement_token1] = ACTIONS(1410), - [aux_sym_for_statement_token2] = ACTIONS(1410), - [aux_sym_foreach_statement_token1] = ACTIONS(1410), - [aux_sym_foreach_statement_token2] = ACTIONS(1410), - [aux_sym_if_statement_token1] = ACTIONS(1410), - [aux_sym_if_statement_token2] = ACTIONS(1410), - [aux_sym_else_if_clause_token1] = ACTIONS(1410), - [aux_sym_else_clause_token1] = ACTIONS(1410), - [aux_sym_match_expression_token1] = ACTIONS(1410), - [aux_sym_match_default_expression_token1] = ACTIONS(1410), - [aux_sym_switch_statement_token1] = ACTIONS(1410), - [aux_sym_switch_block_token1] = ACTIONS(1410), - [anon_sym_PLUS] = ACTIONS(1410), - [anon_sym_DASH] = ACTIONS(1410), - [anon_sym_TILDE] = ACTIONS(1408), - [anon_sym_BANG] = ACTIONS(1408), - [anon_sym_AT] = ACTIONS(1408), - [aux_sym_clone_expression_token1] = ACTIONS(1410), - [aux_sym_print_intrinsic_token1] = ACTIONS(1410), - [aux_sym_object_creation_expression_token1] = ACTIONS(1410), - [anon_sym_DASH_DASH] = ACTIONS(1408), - [anon_sym_PLUS_PLUS] = ACTIONS(1408), - [aux_sym__list_destructing_token1] = ACTIONS(1410), - [anon_sym_LBRACK] = ACTIONS(1408), - [anon_sym_self] = ACTIONS(1410), - [anon_sym_parent] = ACTIONS(1410), - [aux_sym__argument_name_token1] = ACTIONS(1410), - [aux_sym__argument_name_token2] = ACTIONS(1410), - [anon_sym_POUND_LBRACK] = ACTIONS(1408), - [aux_sym_encapsed_string_token1] = ACTIONS(1408), - [anon_sym_DQUOTE] = ACTIONS(1408), - [aux_sym_string_token1] = ACTIONS(1408), - [anon_sym_SQUOTE] = ACTIONS(1408), - [anon_sym_LT_LT_LT] = ACTIONS(1408), - [anon_sym_BQUOTE] = ACTIONS(1408), - [anon_sym_DOLLAR] = ACTIONS(1408), - [aux_sym_yield_expression_token1] = ACTIONS(1410), - [aux_sym_include_expression_token1] = ACTIONS(1410), - [aux_sym_include_once_expression_token1] = ACTIONS(1410), - [aux_sym_require_expression_token1] = ACTIONS(1410), - [aux_sym_require_once_expression_token1] = ACTIONS(1410), - [sym_comment] = ACTIONS(5), - }, - [534] = { - [sym_text_interpolation] = STATE(534), - [ts_builtin_sym_end] = ACTIONS(1412), - [sym_name] = ACTIONS(1414), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1412), - [aux_sym_function_static_declaration_token1] = ACTIONS(1414), - [aux_sym_global_declaration_token1] = ACTIONS(1414), - [aux_sym_namespace_definition_token1] = ACTIONS(1414), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1414), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1414), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1414), - [anon_sym_BSLASH] = ACTIONS(1412), - [anon_sym_LBRACE] = ACTIONS(1412), - [anon_sym_RBRACE] = ACTIONS(1412), - [aux_sym_trait_declaration_token1] = ACTIONS(1414), - [aux_sym_interface_declaration_token1] = ACTIONS(1414), - [aux_sym_enum_declaration_token1] = ACTIONS(1414), - [aux_sym_enum_case_token1] = ACTIONS(1414), - [aux_sym_class_declaration_token1] = ACTIONS(1414), - [aux_sym_final_modifier_token1] = ACTIONS(1414), - [aux_sym_abstract_modifier_token1] = ACTIONS(1414), - [aux_sym_readonly_modifier_token1] = ACTIONS(1414), - [sym_var_modifier] = ACTIONS(1414), - [aux_sym_visibility_modifier_token1] = ACTIONS(1414), - [aux_sym_visibility_modifier_token2] = ACTIONS(1414), - [aux_sym_visibility_modifier_token3] = ACTIONS(1414), - [aux_sym__arrow_function_header_token1] = ACTIONS(1414), - [anon_sym_LPAREN] = ACTIONS(1412), - [aux_sym_cast_type_token1] = ACTIONS(1414), - [aux_sym_echo_statement_token1] = ACTIONS(1414), - [aux_sym_exit_statement_token1] = ACTIONS(1414), - [anon_sym_unset] = ACTIONS(1414), - [aux_sym_declare_statement_token1] = ACTIONS(1414), - [aux_sym_declare_statement_token2] = ACTIONS(1414), - [sym_float] = ACTIONS(1414), - [aux_sym_try_statement_token1] = ACTIONS(1414), - [aux_sym_goto_statement_token1] = ACTIONS(1414), - [aux_sym_continue_statement_token1] = ACTIONS(1414), - [aux_sym_break_statement_token1] = ACTIONS(1414), - [sym_integer] = ACTIONS(1414), - [aux_sym_return_statement_token1] = ACTIONS(1414), - [aux_sym_throw_expression_token1] = ACTIONS(1414), - [aux_sym_while_statement_token1] = ACTIONS(1414), - [aux_sym_while_statement_token2] = ACTIONS(1414), - [aux_sym_do_statement_token1] = ACTIONS(1414), - [aux_sym_for_statement_token1] = ACTIONS(1414), - [aux_sym_for_statement_token2] = ACTIONS(1414), - [aux_sym_foreach_statement_token1] = ACTIONS(1414), - [aux_sym_foreach_statement_token2] = ACTIONS(1414), - [aux_sym_if_statement_token1] = ACTIONS(1414), - [aux_sym_if_statement_token2] = ACTIONS(1414), - [aux_sym_else_if_clause_token1] = ACTIONS(1414), - [aux_sym_else_clause_token1] = ACTIONS(1414), - [aux_sym_match_expression_token1] = ACTIONS(1414), - [aux_sym_match_default_expression_token1] = ACTIONS(1414), - [aux_sym_switch_statement_token1] = ACTIONS(1414), - [aux_sym_switch_block_token1] = ACTIONS(1414), - [anon_sym_PLUS] = ACTIONS(1414), - [anon_sym_DASH] = ACTIONS(1414), - [anon_sym_TILDE] = ACTIONS(1412), - [anon_sym_BANG] = ACTIONS(1412), - [anon_sym_AT] = ACTIONS(1412), - [aux_sym_clone_expression_token1] = ACTIONS(1414), - [aux_sym_print_intrinsic_token1] = ACTIONS(1414), - [aux_sym_object_creation_expression_token1] = ACTIONS(1414), - [anon_sym_DASH_DASH] = ACTIONS(1412), - [anon_sym_PLUS_PLUS] = ACTIONS(1412), - [aux_sym__list_destructing_token1] = ACTIONS(1414), - [anon_sym_LBRACK] = ACTIONS(1412), - [anon_sym_self] = ACTIONS(1414), - [anon_sym_parent] = ACTIONS(1414), - [aux_sym__argument_name_token1] = ACTIONS(1414), - [aux_sym__argument_name_token2] = ACTIONS(1414), - [anon_sym_POUND_LBRACK] = ACTIONS(1412), - [aux_sym_encapsed_string_token1] = ACTIONS(1412), - [anon_sym_DQUOTE] = ACTIONS(1412), - [aux_sym_string_token1] = ACTIONS(1412), - [anon_sym_SQUOTE] = ACTIONS(1412), - [anon_sym_LT_LT_LT] = ACTIONS(1412), - [anon_sym_BQUOTE] = ACTIONS(1412), - [anon_sym_DOLLAR] = ACTIONS(1412), - [aux_sym_yield_expression_token1] = ACTIONS(1414), - [aux_sym_include_expression_token1] = ACTIONS(1414), - [aux_sym_include_once_expression_token1] = ACTIONS(1414), - [aux_sym_require_expression_token1] = ACTIONS(1414), - [aux_sym_require_once_expression_token1] = ACTIONS(1414), - [sym_comment] = ACTIONS(5), - }, - [535] = { - [sym_text_interpolation] = STATE(535), - [ts_builtin_sym_end] = ACTIONS(1416), - [sym_name] = ACTIONS(1418), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1416), - [aux_sym_function_static_declaration_token1] = ACTIONS(1418), - [aux_sym_global_declaration_token1] = ACTIONS(1418), - [aux_sym_namespace_definition_token1] = ACTIONS(1418), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1418), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1418), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1418), - [anon_sym_BSLASH] = ACTIONS(1416), - [anon_sym_LBRACE] = ACTIONS(1416), - [anon_sym_RBRACE] = ACTIONS(1416), - [aux_sym_trait_declaration_token1] = ACTIONS(1418), - [aux_sym_interface_declaration_token1] = ACTIONS(1418), - [aux_sym_enum_declaration_token1] = ACTIONS(1418), - [aux_sym_enum_case_token1] = ACTIONS(1418), - [aux_sym_class_declaration_token1] = ACTIONS(1418), - [aux_sym_final_modifier_token1] = ACTIONS(1418), - [aux_sym_abstract_modifier_token1] = ACTIONS(1418), - [aux_sym_readonly_modifier_token1] = ACTIONS(1418), - [sym_var_modifier] = ACTIONS(1418), - [aux_sym_visibility_modifier_token1] = ACTIONS(1418), - [aux_sym_visibility_modifier_token2] = ACTIONS(1418), - [aux_sym_visibility_modifier_token3] = ACTIONS(1418), - [aux_sym__arrow_function_header_token1] = ACTIONS(1418), - [anon_sym_LPAREN] = ACTIONS(1416), - [aux_sym_cast_type_token1] = ACTIONS(1418), - [aux_sym_echo_statement_token1] = ACTIONS(1418), - [aux_sym_exit_statement_token1] = ACTIONS(1418), - [anon_sym_unset] = ACTIONS(1418), - [aux_sym_declare_statement_token1] = ACTIONS(1418), - [aux_sym_declare_statement_token2] = ACTIONS(1418), - [sym_float] = ACTIONS(1418), - [aux_sym_try_statement_token1] = ACTIONS(1418), - [aux_sym_goto_statement_token1] = ACTIONS(1418), - [aux_sym_continue_statement_token1] = ACTIONS(1418), - [aux_sym_break_statement_token1] = ACTIONS(1418), - [sym_integer] = ACTIONS(1418), - [aux_sym_return_statement_token1] = ACTIONS(1418), - [aux_sym_throw_expression_token1] = ACTIONS(1418), - [aux_sym_while_statement_token1] = ACTIONS(1418), - [aux_sym_while_statement_token2] = ACTIONS(1418), - [aux_sym_do_statement_token1] = ACTIONS(1418), - [aux_sym_for_statement_token1] = ACTIONS(1418), - [aux_sym_for_statement_token2] = ACTIONS(1418), - [aux_sym_foreach_statement_token1] = ACTIONS(1418), - [aux_sym_foreach_statement_token2] = ACTIONS(1418), - [aux_sym_if_statement_token1] = ACTIONS(1418), - [aux_sym_if_statement_token2] = ACTIONS(1418), - [aux_sym_else_if_clause_token1] = ACTIONS(1418), - [aux_sym_else_clause_token1] = ACTIONS(1418), - [aux_sym_match_expression_token1] = ACTIONS(1418), - [aux_sym_match_default_expression_token1] = ACTIONS(1418), - [aux_sym_switch_statement_token1] = ACTIONS(1418), - [aux_sym_switch_block_token1] = ACTIONS(1418), - [anon_sym_PLUS] = ACTIONS(1418), - [anon_sym_DASH] = ACTIONS(1418), - [anon_sym_TILDE] = ACTIONS(1416), - [anon_sym_BANG] = ACTIONS(1416), - [anon_sym_AT] = ACTIONS(1416), - [aux_sym_clone_expression_token1] = ACTIONS(1418), - [aux_sym_print_intrinsic_token1] = ACTIONS(1418), - [aux_sym_object_creation_expression_token1] = ACTIONS(1418), - [anon_sym_DASH_DASH] = ACTIONS(1416), - [anon_sym_PLUS_PLUS] = ACTIONS(1416), - [aux_sym__list_destructing_token1] = ACTIONS(1418), - [anon_sym_LBRACK] = ACTIONS(1416), - [anon_sym_self] = ACTIONS(1418), - [anon_sym_parent] = ACTIONS(1418), - [aux_sym__argument_name_token1] = ACTIONS(1418), - [aux_sym__argument_name_token2] = ACTIONS(1418), - [anon_sym_POUND_LBRACK] = ACTIONS(1416), - [aux_sym_encapsed_string_token1] = ACTIONS(1416), - [anon_sym_DQUOTE] = ACTIONS(1416), - [aux_sym_string_token1] = ACTIONS(1416), - [anon_sym_SQUOTE] = ACTIONS(1416), - [anon_sym_LT_LT_LT] = ACTIONS(1416), - [anon_sym_BQUOTE] = ACTIONS(1416), - [anon_sym_DOLLAR] = ACTIONS(1416), - [aux_sym_yield_expression_token1] = ACTIONS(1418), - [aux_sym_include_expression_token1] = ACTIONS(1418), - [aux_sym_include_once_expression_token1] = ACTIONS(1418), - [aux_sym_require_expression_token1] = ACTIONS(1418), - [aux_sym_require_once_expression_token1] = ACTIONS(1418), - [sym_comment] = ACTIONS(5), - }, - [536] = { - [sym_text_interpolation] = STATE(536), - [ts_builtin_sym_end] = ACTIONS(1420), - [sym_name] = ACTIONS(1422), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1420), - [aux_sym_function_static_declaration_token1] = ACTIONS(1422), - [aux_sym_global_declaration_token1] = ACTIONS(1422), - [aux_sym_namespace_definition_token1] = ACTIONS(1422), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1422), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1422), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1422), - [anon_sym_BSLASH] = ACTIONS(1420), - [anon_sym_LBRACE] = ACTIONS(1420), - [anon_sym_RBRACE] = ACTIONS(1420), - [aux_sym_trait_declaration_token1] = ACTIONS(1422), - [aux_sym_interface_declaration_token1] = ACTIONS(1422), - [aux_sym_enum_declaration_token1] = ACTIONS(1422), - [aux_sym_enum_case_token1] = ACTIONS(1422), - [aux_sym_class_declaration_token1] = ACTIONS(1422), - [aux_sym_final_modifier_token1] = ACTIONS(1422), - [aux_sym_abstract_modifier_token1] = ACTIONS(1422), - [aux_sym_readonly_modifier_token1] = ACTIONS(1422), - [sym_var_modifier] = ACTIONS(1422), - [aux_sym_visibility_modifier_token1] = ACTIONS(1422), - [aux_sym_visibility_modifier_token2] = ACTIONS(1422), - [aux_sym_visibility_modifier_token3] = ACTIONS(1422), - [aux_sym__arrow_function_header_token1] = ACTIONS(1422), - [anon_sym_LPAREN] = ACTIONS(1420), - [aux_sym_cast_type_token1] = ACTIONS(1422), - [aux_sym_echo_statement_token1] = ACTIONS(1422), - [aux_sym_exit_statement_token1] = ACTIONS(1422), - [anon_sym_unset] = ACTIONS(1422), - [aux_sym_declare_statement_token1] = ACTIONS(1422), - [aux_sym_declare_statement_token2] = ACTIONS(1422), - [sym_float] = ACTIONS(1422), - [aux_sym_try_statement_token1] = ACTIONS(1422), - [aux_sym_goto_statement_token1] = ACTIONS(1422), - [aux_sym_continue_statement_token1] = ACTIONS(1422), - [aux_sym_break_statement_token1] = ACTIONS(1422), - [sym_integer] = ACTIONS(1422), - [aux_sym_return_statement_token1] = ACTIONS(1422), - [aux_sym_throw_expression_token1] = ACTIONS(1422), - [aux_sym_while_statement_token1] = ACTIONS(1422), - [aux_sym_while_statement_token2] = ACTIONS(1422), - [aux_sym_do_statement_token1] = ACTIONS(1422), - [aux_sym_for_statement_token1] = ACTIONS(1422), - [aux_sym_for_statement_token2] = ACTIONS(1422), - [aux_sym_foreach_statement_token1] = ACTIONS(1422), - [aux_sym_foreach_statement_token2] = ACTIONS(1422), - [aux_sym_if_statement_token1] = ACTIONS(1422), - [aux_sym_if_statement_token2] = ACTIONS(1422), - [aux_sym_else_if_clause_token1] = ACTIONS(1422), - [aux_sym_else_clause_token1] = ACTIONS(1422), - [aux_sym_match_expression_token1] = ACTIONS(1422), - [aux_sym_match_default_expression_token1] = ACTIONS(1422), - [aux_sym_switch_statement_token1] = ACTIONS(1422), - [aux_sym_switch_block_token1] = ACTIONS(1422), - [anon_sym_PLUS] = ACTIONS(1422), - [anon_sym_DASH] = ACTIONS(1422), - [anon_sym_TILDE] = ACTIONS(1420), - [anon_sym_BANG] = ACTIONS(1420), - [anon_sym_AT] = ACTIONS(1420), - [aux_sym_clone_expression_token1] = ACTIONS(1422), - [aux_sym_print_intrinsic_token1] = ACTIONS(1422), - [aux_sym_object_creation_expression_token1] = ACTIONS(1422), - [anon_sym_DASH_DASH] = ACTIONS(1420), - [anon_sym_PLUS_PLUS] = ACTIONS(1420), - [aux_sym__list_destructing_token1] = ACTIONS(1422), - [anon_sym_LBRACK] = ACTIONS(1420), - [anon_sym_self] = ACTIONS(1422), - [anon_sym_parent] = ACTIONS(1422), - [aux_sym__argument_name_token1] = ACTIONS(1422), - [aux_sym__argument_name_token2] = ACTIONS(1422), - [anon_sym_POUND_LBRACK] = ACTIONS(1420), - [aux_sym_encapsed_string_token1] = ACTIONS(1420), - [anon_sym_DQUOTE] = ACTIONS(1420), - [aux_sym_string_token1] = ACTIONS(1420), - [anon_sym_SQUOTE] = ACTIONS(1420), - [anon_sym_LT_LT_LT] = ACTIONS(1420), - [anon_sym_BQUOTE] = ACTIONS(1420), - [anon_sym_DOLLAR] = ACTIONS(1420), - [aux_sym_yield_expression_token1] = ACTIONS(1422), - [aux_sym_include_expression_token1] = ACTIONS(1422), - [aux_sym_include_once_expression_token1] = ACTIONS(1422), - [aux_sym_require_expression_token1] = ACTIONS(1422), - [aux_sym_require_once_expression_token1] = ACTIONS(1422), - [sym_comment] = ACTIONS(5), - }, - [537] = { - [sym_text_interpolation] = STATE(537), - [ts_builtin_sym_end] = ACTIONS(1424), - [sym_name] = ACTIONS(1426), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1424), - [aux_sym_function_static_declaration_token1] = ACTIONS(1426), - [aux_sym_global_declaration_token1] = ACTIONS(1426), - [aux_sym_namespace_definition_token1] = ACTIONS(1426), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1426), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1426), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1426), - [anon_sym_BSLASH] = ACTIONS(1424), - [anon_sym_LBRACE] = ACTIONS(1424), - [anon_sym_RBRACE] = ACTIONS(1424), - [aux_sym_trait_declaration_token1] = ACTIONS(1426), - [aux_sym_interface_declaration_token1] = ACTIONS(1426), - [aux_sym_enum_declaration_token1] = ACTIONS(1426), - [aux_sym_enum_case_token1] = ACTIONS(1426), - [aux_sym_class_declaration_token1] = ACTIONS(1426), - [aux_sym_final_modifier_token1] = ACTIONS(1426), - [aux_sym_abstract_modifier_token1] = ACTIONS(1426), - [aux_sym_readonly_modifier_token1] = ACTIONS(1426), - [sym_var_modifier] = ACTIONS(1426), - [aux_sym_visibility_modifier_token1] = ACTIONS(1426), - [aux_sym_visibility_modifier_token2] = ACTIONS(1426), - [aux_sym_visibility_modifier_token3] = ACTIONS(1426), - [aux_sym__arrow_function_header_token1] = ACTIONS(1426), - [anon_sym_LPAREN] = ACTIONS(1424), - [aux_sym_cast_type_token1] = ACTIONS(1426), - [aux_sym_echo_statement_token1] = ACTIONS(1426), - [aux_sym_exit_statement_token1] = ACTIONS(1426), - [anon_sym_unset] = ACTIONS(1426), - [aux_sym_declare_statement_token1] = ACTIONS(1426), - [aux_sym_declare_statement_token2] = ACTIONS(1426), - [sym_float] = ACTIONS(1426), - [aux_sym_try_statement_token1] = ACTIONS(1426), - [aux_sym_goto_statement_token1] = ACTIONS(1426), - [aux_sym_continue_statement_token1] = ACTIONS(1426), - [aux_sym_break_statement_token1] = ACTIONS(1426), - [sym_integer] = ACTIONS(1426), - [aux_sym_return_statement_token1] = ACTIONS(1426), - [aux_sym_throw_expression_token1] = ACTIONS(1426), - [aux_sym_while_statement_token1] = ACTIONS(1426), - [aux_sym_while_statement_token2] = ACTIONS(1426), - [aux_sym_do_statement_token1] = ACTIONS(1426), - [aux_sym_for_statement_token1] = ACTIONS(1426), - [aux_sym_for_statement_token2] = ACTIONS(1426), - [aux_sym_foreach_statement_token1] = ACTIONS(1426), - [aux_sym_foreach_statement_token2] = ACTIONS(1426), - [aux_sym_if_statement_token1] = ACTIONS(1426), - [aux_sym_if_statement_token2] = ACTIONS(1426), - [aux_sym_else_if_clause_token1] = ACTIONS(1426), - [aux_sym_else_clause_token1] = ACTIONS(1426), - [aux_sym_match_expression_token1] = ACTIONS(1426), - [aux_sym_match_default_expression_token1] = ACTIONS(1426), - [aux_sym_switch_statement_token1] = ACTIONS(1426), - [aux_sym_switch_block_token1] = ACTIONS(1426), - [anon_sym_PLUS] = ACTIONS(1426), - [anon_sym_DASH] = ACTIONS(1426), - [anon_sym_TILDE] = ACTIONS(1424), - [anon_sym_BANG] = ACTIONS(1424), - [anon_sym_AT] = ACTIONS(1424), - [aux_sym_clone_expression_token1] = ACTIONS(1426), - [aux_sym_print_intrinsic_token1] = ACTIONS(1426), - [aux_sym_object_creation_expression_token1] = ACTIONS(1426), - [anon_sym_DASH_DASH] = ACTIONS(1424), - [anon_sym_PLUS_PLUS] = ACTIONS(1424), - [aux_sym__list_destructing_token1] = ACTIONS(1426), - [anon_sym_LBRACK] = ACTIONS(1424), - [anon_sym_self] = ACTIONS(1426), - [anon_sym_parent] = ACTIONS(1426), - [aux_sym__argument_name_token1] = ACTIONS(1426), - [aux_sym__argument_name_token2] = ACTIONS(1426), - [anon_sym_POUND_LBRACK] = ACTIONS(1424), - [aux_sym_encapsed_string_token1] = ACTIONS(1424), - [anon_sym_DQUOTE] = ACTIONS(1424), - [aux_sym_string_token1] = ACTIONS(1424), - [anon_sym_SQUOTE] = ACTIONS(1424), - [anon_sym_LT_LT_LT] = ACTIONS(1424), - [anon_sym_BQUOTE] = ACTIONS(1424), - [anon_sym_DOLLAR] = ACTIONS(1424), - [aux_sym_yield_expression_token1] = ACTIONS(1426), - [aux_sym_include_expression_token1] = ACTIONS(1426), - [aux_sym_include_once_expression_token1] = ACTIONS(1426), - [aux_sym_require_expression_token1] = ACTIONS(1426), - [aux_sym_require_once_expression_token1] = ACTIONS(1426), - [sym_comment] = ACTIONS(5), - }, - [538] = { - [sym_text_interpolation] = STATE(538), - [ts_builtin_sym_end] = ACTIONS(1428), - [sym_name] = ACTIONS(1430), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1428), - [aux_sym_function_static_declaration_token1] = ACTIONS(1430), - [aux_sym_global_declaration_token1] = ACTIONS(1430), - [aux_sym_namespace_definition_token1] = ACTIONS(1430), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1430), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1430), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1430), - [anon_sym_BSLASH] = ACTIONS(1428), - [anon_sym_LBRACE] = ACTIONS(1428), - [anon_sym_RBRACE] = ACTIONS(1428), - [aux_sym_trait_declaration_token1] = ACTIONS(1430), - [aux_sym_interface_declaration_token1] = ACTIONS(1430), - [aux_sym_enum_declaration_token1] = ACTIONS(1430), - [aux_sym_enum_case_token1] = ACTIONS(1430), - [aux_sym_class_declaration_token1] = ACTIONS(1430), - [aux_sym_final_modifier_token1] = ACTIONS(1430), - [aux_sym_abstract_modifier_token1] = ACTIONS(1430), - [aux_sym_readonly_modifier_token1] = ACTIONS(1430), - [sym_var_modifier] = ACTIONS(1430), - [aux_sym_visibility_modifier_token1] = ACTIONS(1430), - [aux_sym_visibility_modifier_token2] = ACTIONS(1430), - [aux_sym_visibility_modifier_token3] = ACTIONS(1430), - [aux_sym__arrow_function_header_token1] = ACTIONS(1430), - [anon_sym_LPAREN] = ACTIONS(1428), - [aux_sym_cast_type_token1] = ACTIONS(1430), - [aux_sym_echo_statement_token1] = ACTIONS(1430), - [aux_sym_exit_statement_token1] = ACTIONS(1430), - [anon_sym_unset] = ACTIONS(1430), - [aux_sym_declare_statement_token1] = ACTIONS(1430), - [aux_sym_declare_statement_token2] = ACTIONS(1430), - [sym_float] = ACTIONS(1430), - [aux_sym_try_statement_token1] = ACTIONS(1430), - [aux_sym_goto_statement_token1] = ACTIONS(1430), - [aux_sym_continue_statement_token1] = ACTIONS(1430), - [aux_sym_break_statement_token1] = ACTIONS(1430), - [sym_integer] = ACTIONS(1430), - [aux_sym_return_statement_token1] = ACTIONS(1430), - [aux_sym_throw_expression_token1] = ACTIONS(1430), - [aux_sym_while_statement_token1] = ACTIONS(1430), - [aux_sym_while_statement_token2] = ACTIONS(1430), - [aux_sym_do_statement_token1] = ACTIONS(1430), - [aux_sym_for_statement_token1] = ACTIONS(1430), - [aux_sym_for_statement_token2] = ACTIONS(1430), - [aux_sym_foreach_statement_token1] = ACTIONS(1430), - [aux_sym_foreach_statement_token2] = ACTIONS(1430), - [aux_sym_if_statement_token1] = ACTIONS(1430), - [aux_sym_if_statement_token2] = ACTIONS(1430), - [aux_sym_else_if_clause_token1] = ACTIONS(1430), - [aux_sym_else_clause_token1] = ACTIONS(1430), - [aux_sym_match_expression_token1] = ACTIONS(1430), - [aux_sym_match_default_expression_token1] = ACTIONS(1430), - [aux_sym_switch_statement_token1] = ACTIONS(1430), - [aux_sym_switch_block_token1] = ACTIONS(1430), - [anon_sym_PLUS] = ACTIONS(1430), - [anon_sym_DASH] = ACTIONS(1430), - [anon_sym_TILDE] = ACTIONS(1428), - [anon_sym_BANG] = ACTIONS(1428), - [anon_sym_AT] = ACTIONS(1428), - [aux_sym_clone_expression_token1] = ACTIONS(1430), - [aux_sym_print_intrinsic_token1] = ACTIONS(1430), - [aux_sym_object_creation_expression_token1] = ACTIONS(1430), - [anon_sym_DASH_DASH] = ACTIONS(1428), - [anon_sym_PLUS_PLUS] = ACTIONS(1428), - [aux_sym__list_destructing_token1] = ACTIONS(1430), - [anon_sym_LBRACK] = ACTIONS(1428), - [anon_sym_self] = ACTIONS(1430), - [anon_sym_parent] = ACTIONS(1430), - [aux_sym__argument_name_token1] = ACTIONS(1430), - [aux_sym__argument_name_token2] = ACTIONS(1430), - [anon_sym_POUND_LBRACK] = ACTIONS(1428), - [aux_sym_encapsed_string_token1] = ACTIONS(1428), - [anon_sym_DQUOTE] = ACTIONS(1428), - [aux_sym_string_token1] = ACTIONS(1428), - [anon_sym_SQUOTE] = ACTIONS(1428), - [anon_sym_LT_LT_LT] = ACTIONS(1428), - [anon_sym_BQUOTE] = ACTIONS(1428), - [anon_sym_DOLLAR] = ACTIONS(1428), - [aux_sym_yield_expression_token1] = ACTIONS(1430), - [aux_sym_include_expression_token1] = ACTIONS(1430), - [aux_sym_include_once_expression_token1] = ACTIONS(1430), - [aux_sym_require_expression_token1] = ACTIONS(1430), - [aux_sym_require_once_expression_token1] = ACTIONS(1430), - [sym_comment] = ACTIONS(5), - }, - [539] = { - [sym_text_interpolation] = STATE(539), - [ts_builtin_sym_end] = ACTIONS(1432), - [sym_name] = ACTIONS(1434), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1432), - [aux_sym_function_static_declaration_token1] = ACTIONS(1434), - [aux_sym_global_declaration_token1] = ACTIONS(1434), - [aux_sym_namespace_definition_token1] = ACTIONS(1434), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1434), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1434), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1434), - [anon_sym_BSLASH] = ACTIONS(1432), - [anon_sym_LBRACE] = ACTIONS(1432), - [anon_sym_RBRACE] = ACTIONS(1432), - [aux_sym_trait_declaration_token1] = ACTIONS(1434), - [aux_sym_interface_declaration_token1] = ACTIONS(1434), - [aux_sym_enum_declaration_token1] = ACTIONS(1434), - [aux_sym_enum_case_token1] = ACTIONS(1434), - [aux_sym_class_declaration_token1] = ACTIONS(1434), - [aux_sym_final_modifier_token1] = ACTIONS(1434), - [aux_sym_abstract_modifier_token1] = ACTIONS(1434), - [aux_sym_readonly_modifier_token1] = ACTIONS(1434), - [sym_var_modifier] = ACTIONS(1434), - [aux_sym_visibility_modifier_token1] = ACTIONS(1434), - [aux_sym_visibility_modifier_token2] = ACTIONS(1434), - [aux_sym_visibility_modifier_token3] = ACTIONS(1434), - [aux_sym__arrow_function_header_token1] = ACTIONS(1434), - [anon_sym_LPAREN] = ACTIONS(1432), - [aux_sym_cast_type_token1] = ACTIONS(1434), - [aux_sym_echo_statement_token1] = ACTIONS(1434), - [aux_sym_exit_statement_token1] = ACTIONS(1434), - [anon_sym_unset] = ACTIONS(1434), - [aux_sym_declare_statement_token1] = ACTIONS(1434), - [aux_sym_declare_statement_token2] = ACTIONS(1434), - [sym_float] = ACTIONS(1434), - [aux_sym_try_statement_token1] = ACTIONS(1434), - [aux_sym_goto_statement_token1] = ACTIONS(1434), - [aux_sym_continue_statement_token1] = ACTIONS(1434), - [aux_sym_break_statement_token1] = ACTIONS(1434), - [sym_integer] = ACTIONS(1434), - [aux_sym_return_statement_token1] = ACTIONS(1434), - [aux_sym_throw_expression_token1] = ACTIONS(1434), - [aux_sym_while_statement_token1] = ACTIONS(1434), - [aux_sym_while_statement_token2] = ACTIONS(1434), - [aux_sym_do_statement_token1] = ACTIONS(1434), - [aux_sym_for_statement_token1] = ACTIONS(1434), - [aux_sym_for_statement_token2] = ACTIONS(1434), - [aux_sym_foreach_statement_token1] = ACTIONS(1434), - [aux_sym_foreach_statement_token2] = ACTIONS(1434), - [aux_sym_if_statement_token1] = ACTIONS(1434), - [aux_sym_if_statement_token2] = ACTIONS(1434), - [aux_sym_else_if_clause_token1] = ACTIONS(1434), - [aux_sym_else_clause_token1] = ACTIONS(1434), - [aux_sym_match_expression_token1] = ACTIONS(1434), - [aux_sym_match_default_expression_token1] = ACTIONS(1434), - [aux_sym_switch_statement_token1] = ACTIONS(1434), - [aux_sym_switch_block_token1] = ACTIONS(1434), - [anon_sym_PLUS] = ACTIONS(1434), - [anon_sym_DASH] = ACTIONS(1434), - [anon_sym_TILDE] = ACTIONS(1432), - [anon_sym_BANG] = ACTIONS(1432), - [anon_sym_AT] = ACTIONS(1432), - [aux_sym_clone_expression_token1] = ACTIONS(1434), - [aux_sym_print_intrinsic_token1] = ACTIONS(1434), - [aux_sym_object_creation_expression_token1] = ACTIONS(1434), - [anon_sym_DASH_DASH] = ACTIONS(1432), - [anon_sym_PLUS_PLUS] = ACTIONS(1432), - [aux_sym__list_destructing_token1] = ACTIONS(1434), - [anon_sym_LBRACK] = ACTIONS(1432), - [anon_sym_self] = ACTIONS(1434), - [anon_sym_parent] = ACTIONS(1434), - [aux_sym__argument_name_token1] = ACTIONS(1434), - [aux_sym__argument_name_token2] = ACTIONS(1434), - [anon_sym_POUND_LBRACK] = ACTIONS(1432), - [aux_sym_encapsed_string_token1] = ACTIONS(1432), - [anon_sym_DQUOTE] = ACTIONS(1432), - [aux_sym_string_token1] = ACTIONS(1432), - [anon_sym_SQUOTE] = ACTIONS(1432), - [anon_sym_LT_LT_LT] = ACTIONS(1432), - [anon_sym_BQUOTE] = ACTIONS(1432), - [anon_sym_DOLLAR] = ACTIONS(1432), - [aux_sym_yield_expression_token1] = ACTIONS(1434), - [aux_sym_include_expression_token1] = ACTIONS(1434), - [aux_sym_include_once_expression_token1] = ACTIONS(1434), - [aux_sym_require_expression_token1] = ACTIONS(1434), - [aux_sym_require_once_expression_token1] = ACTIONS(1434), - [sym_comment] = ACTIONS(5), - }, - [540] = { - [sym_text_interpolation] = STATE(540), - [ts_builtin_sym_end] = ACTIONS(1436), - [sym_name] = ACTIONS(1438), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1436), - [aux_sym_function_static_declaration_token1] = ACTIONS(1438), - [aux_sym_global_declaration_token1] = ACTIONS(1438), - [aux_sym_namespace_definition_token1] = ACTIONS(1438), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1438), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1438), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1438), - [anon_sym_BSLASH] = ACTIONS(1436), - [anon_sym_LBRACE] = ACTIONS(1436), - [anon_sym_RBRACE] = ACTIONS(1436), - [aux_sym_trait_declaration_token1] = ACTIONS(1438), - [aux_sym_interface_declaration_token1] = ACTIONS(1438), - [aux_sym_enum_declaration_token1] = ACTIONS(1438), - [aux_sym_enum_case_token1] = ACTIONS(1438), - [aux_sym_class_declaration_token1] = ACTIONS(1438), - [aux_sym_final_modifier_token1] = ACTIONS(1438), - [aux_sym_abstract_modifier_token1] = ACTIONS(1438), - [aux_sym_readonly_modifier_token1] = ACTIONS(1438), - [sym_var_modifier] = ACTIONS(1438), - [aux_sym_visibility_modifier_token1] = ACTIONS(1438), - [aux_sym_visibility_modifier_token2] = ACTIONS(1438), - [aux_sym_visibility_modifier_token3] = ACTIONS(1438), - [aux_sym__arrow_function_header_token1] = ACTIONS(1438), - [anon_sym_LPAREN] = ACTIONS(1436), - [aux_sym_cast_type_token1] = ACTIONS(1438), - [aux_sym_echo_statement_token1] = ACTIONS(1438), - [aux_sym_exit_statement_token1] = ACTIONS(1438), - [anon_sym_unset] = ACTIONS(1438), - [aux_sym_declare_statement_token1] = ACTIONS(1438), - [aux_sym_declare_statement_token2] = ACTIONS(1438), - [sym_float] = ACTIONS(1438), - [aux_sym_try_statement_token1] = ACTIONS(1438), - [aux_sym_goto_statement_token1] = ACTIONS(1438), - [aux_sym_continue_statement_token1] = ACTIONS(1438), - [aux_sym_break_statement_token1] = ACTIONS(1438), - [sym_integer] = ACTIONS(1438), - [aux_sym_return_statement_token1] = ACTIONS(1438), - [aux_sym_throw_expression_token1] = ACTIONS(1438), - [aux_sym_while_statement_token1] = ACTIONS(1438), - [aux_sym_while_statement_token2] = ACTIONS(1438), - [aux_sym_do_statement_token1] = ACTIONS(1438), - [aux_sym_for_statement_token1] = ACTIONS(1438), - [aux_sym_for_statement_token2] = ACTIONS(1438), - [aux_sym_foreach_statement_token1] = ACTIONS(1438), - [aux_sym_foreach_statement_token2] = ACTIONS(1438), - [aux_sym_if_statement_token1] = ACTIONS(1438), - [aux_sym_if_statement_token2] = ACTIONS(1438), - [aux_sym_else_if_clause_token1] = ACTIONS(1438), - [aux_sym_else_clause_token1] = ACTIONS(1438), - [aux_sym_match_expression_token1] = ACTIONS(1438), - [aux_sym_match_default_expression_token1] = ACTIONS(1438), - [aux_sym_switch_statement_token1] = ACTIONS(1438), - [aux_sym_switch_block_token1] = ACTIONS(1438), - [anon_sym_PLUS] = ACTIONS(1438), - [anon_sym_DASH] = ACTIONS(1438), - [anon_sym_TILDE] = ACTIONS(1436), - [anon_sym_BANG] = ACTIONS(1436), - [anon_sym_AT] = ACTIONS(1436), - [aux_sym_clone_expression_token1] = ACTIONS(1438), - [aux_sym_print_intrinsic_token1] = ACTIONS(1438), - [aux_sym_object_creation_expression_token1] = ACTIONS(1438), - [anon_sym_DASH_DASH] = ACTIONS(1436), - [anon_sym_PLUS_PLUS] = ACTIONS(1436), - [aux_sym__list_destructing_token1] = ACTIONS(1438), - [anon_sym_LBRACK] = ACTIONS(1436), - [anon_sym_self] = ACTIONS(1438), - [anon_sym_parent] = ACTIONS(1438), - [aux_sym__argument_name_token1] = ACTIONS(1438), - [aux_sym__argument_name_token2] = ACTIONS(1438), - [anon_sym_POUND_LBRACK] = ACTIONS(1436), - [aux_sym_encapsed_string_token1] = ACTIONS(1436), - [anon_sym_DQUOTE] = ACTIONS(1436), - [aux_sym_string_token1] = ACTIONS(1436), - [anon_sym_SQUOTE] = ACTIONS(1436), - [anon_sym_LT_LT_LT] = ACTIONS(1436), - [anon_sym_BQUOTE] = ACTIONS(1436), - [anon_sym_DOLLAR] = ACTIONS(1436), - [aux_sym_yield_expression_token1] = ACTIONS(1438), - [aux_sym_include_expression_token1] = ACTIONS(1438), - [aux_sym_include_once_expression_token1] = ACTIONS(1438), - [aux_sym_require_expression_token1] = ACTIONS(1438), - [aux_sym_require_once_expression_token1] = ACTIONS(1438), - [sym_comment] = ACTIONS(5), - }, - [541] = { - [sym_text_interpolation] = STATE(541), - [ts_builtin_sym_end] = ACTIONS(1256), - [sym_name] = ACTIONS(1258), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1256), - [aux_sym_function_static_declaration_token1] = ACTIONS(1258), - [aux_sym_global_declaration_token1] = ACTIONS(1258), - [aux_sym_namespace_definition_token1] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1258), - [anon_sym_BSLASH] = ACTIONS(1256), - [anon_sym_LBRACE] = ACTIONS(1256), - [anon_sym_RBRACE] = ACTIONS(1256), - [aux_sym_trait_declaration_token1] = ACTIONS(1258), - [aux_sym_interface_declaration_token1] = ACTIONS(1258), - [aux_sym_enum_declaration_token1] = ACTIONS(1258), - [aux_sym_enum_case_token1] = ACTIONS(1258), - [aux_sym_class_declaration_token1] = ACTIONS(1258), - [aux_sym_final_modifier_token1] = ACTIONS(1258), - [aux_sym_abstract_modifier_token1] = ACTIONS(1258), - [aux_sym_readonly_modifier_token1] = ACTIONS(1258), - [sym_var_modifier] = ACTIONS(1258), - [aux_sym_visibility_modifier_token1] = ACTIONS(1258), - [aux_sym_visibility_modifier_token2] = ACTIONS(1258), - [aux_sym_visibility_modifier_token3] = ACTIONS(1258), - [aux_sym__arrow_function_header_token1] = ACTIONS(1258), - [anon_sym_LPAREN] = ACTIONS(1256), - [aux_sym_cast_type_token1] = ACTIONS(1258), - [aux_sym_echo_statement_token1] = ACTIONS(1258), - [aux_sym_exit_statement_token1] = ACTIONS(1258), - [anon_sym_unset] = ACTIONS(1258), - [aux_sym_declare_statement_token1] = ACTIONS(1258), - [aux_sym_declare_statement_token2] = ACTIONS(1258), - [sym_float] = ACTIONS(1258), - [aux_sym_try_statement_token1] = ACTIONS(1258), - [aux_sym_goto_statement_token1] = ACTIONS(1258), - [aux_sym_continue_statement_token1] = ACTIONS(1258), - [aux_sym_break_statement_token1] = ACTIONS(1258), - [sym_integer] = ACTIONS(1258), - [aux_sym_return_statement_token1] = ACTIONS(1258), - [aux_sym_throw_expression_token1] = ACTIONS(1258), - [aux_sym_while_statement_token1] = ACTIONS(1258), - [aux_sym_while_statement_token2] = ACTIONS(1258), - [aux_sym_do_statement_token1] = ACTIONS(1258), - [aux_sym_for_statement_token1] = ACTIONS(1258), - [aux_sym_for_statement_token2] = ACTIONS(1258), - [aux_sym_foreach_statement_token1] = ACTIONS(1258), - [aux_sym_foreach_statement_token2] = ACTIONS(1258), - [aux_sym_if_statement_token1] = ACTIONS(1258), - [aux_sym_if_statement_token2] = ACTIONS(1258), - [aux_sym_else_if_clause_token1] = ACTIONS(1258), - [aux_sym_else_clause_token1] = ACTIONS(1258), - [aux_sym_match_expression_token1] = ACTIONS(1258), - [aux_sym_match_default_expression_token1] = ACTIONS(1258), - [aux_sym_switch_statement_token1] = ACTIONS(1258), - [aux_sym_switch_block_token1] = ACTIONS(1258), - [anon_sym_PLUS] = ACTIONS(1258), - [anon_sym_DASH] = ACTIONS(1258), - [anon_sym_TILDE] = ACTIONS(1256), - [anon_sym_BANG] = ACTIONS(1256), - [anon_sym_AT] = ACTIONS(1256), - [aux_sym_clone_expression_token1] = ACTIONS(1258), - [aux_sym_print_intrinsic_token1] = ACTIONS(1258), - [aux_sym_object_creation_expression_token1] = ACTIONS(1258), - [anon_sym_DASH_DASH] = ACTIONS(1256), - [anon_sym_PLUS_PLUS] = ACTIONS(1256), - [aux_sym__list_destructing_token1] = ACTIONS(1258), - [anon_sym_LBRACK] = ACTIONS(1256), - [anon_sym_self] = ACTIONS(1258), - [anon_sym_parent] = ACTIONS(1258), - [aux_sym__argument_name_token1] = ACTIONS(1258), - [aux_sym__argument_name_token2] = ACTIONS(1258), - [anon_sym_POUND_LBRACK] = ACTIONS(1256), - [aux_sym_encapsed_string_token1] = ACTIONS(1256), - [anon_sym_DQUOTE] = ACTIONS(1256), - [aux_sym_string_token1] = ACTIONS(1256), - [anon_sym_SQUOTE] = ACTIONS(1256), - [anon_sym_LT_LT_LT] = ACTIONS(1256), - [anon_sym_BQUOTE] = ACTIONS(1256), - [anon_sym_DOLLAR] = ACTIONS(1256), - [aux_sym_yield_expression_token1] = ACTIONS(1258), - [aux_sym_include_expression_token1] = ACTIONS(1258), - [aux_sym_include_once_expression_token1] = ACTIONS(1258), - [aux_sym_require_expression_token1] = ACTIONS(1258), - [aux_sym_require_once_expression_token1] = ACTIONS(1258), - [sym_comment] = ACTIONS(5), - }, - [542] = { - [sym_text_interpolation] = STATE(542), - [ts_builtin_sym_end] = ACTIONS(1440), - [sym_name] = ACTIONS(1442), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1440), - [aux_sym_function_static_declaration_token1] = ACTIONS(1442), - [aux_sym_global_declaration_token1] = ACTIONS(1442), - [aux_sym_namespace_definition_token1] = ACTIONS(1442), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1442), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1442), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1442), - [anon_sym_BSLASH] = ACTIONS(1440), - [anon_sym_LBRACE] = ACTIONS(1440), - [anon_sym_RBRACE] = ACTIONS(1440), - [aux_sym_trait_declaration_token1] = ACTIONS(1442), - [aux_sym_interface_declaration_token1] = ACTIONS(1442), - [aux_sym_enum_declaration_token1] = ACTIONS(1442), - [aux_sym_enum_case_token1] = ACTIONS(1442), - [aux_sym_class_declaration_token1] = ACTIONS(1442), - [aux_sym_final_modifier_token1] = ACTIONS(1442), - [aux_sym_abstract_modifier_token1] = ACTIONS(1442), - [aux_sym_readonly_modifier_token1] = ACTIONS(1442), - [sym_var_modifier] = ACTIONS(1442), - [aux_sym_visibility_modifier_token1] = ACTIONS(1442), - [aux_sym_visibility_modifier_token2] = ACTIONS(1442), - [aux_sym_visibility_modifier_token3] = ACTIONS(1442), - [aux_sym__arrow_function_header_token1] = ACTIONS(1442), - [anon_sym_LPAREN] = ACTIONS(1440), - [aux_sym_cast_type_token1] = ACTIONS(1442), - [aux_sym_echo_statement_token1] = ACTIONS(1442), - [aux_sym_exit_statement_token1] = ACTIONS(1442), - [anon_sym_unset] = ACTIONS(1442), - [aux_sym_declare_statement_token1] = ACTIONS(1442), - [aux_sym_declare_statement_token2] = ACTIONS(1442), - [sym_float] = ACTIONS(1442), - [aux_sym_try_statement_token1] = ACTIONS(1442), - [aux_sym_goto_statement_token1] = ACTIONS(1442), - [aux_sym_continue_statement_token1] = ACTIONS(1442), - [aux_sym_break_statement_token1] = ACTIONS(1442), - [sym_integer] = ACTIONS(1442), - [aux_sym_return_statement_token1] = ACTIONS(1442), - [aux_sym_throw_expression_token1] = ACTIONS(1442), - [aux_sym_while_statement_token1] = ACTIONS(1442), - [aux_sym_while_statement_token2] = ACTIONS(1442), - [aux_sym_do_statement_token1] = ACTIONS(1442), - [aux_sym_for_statement_token1] = ACTIONS(1442), - [aux_sym_for_statement_token2] = ACTIONS(1442), - [aux_sym_foreach_statement_token1] = ACTIONS(1442), - [aux_sym_foreach_statement_token2] = ACTIONS(1442), - [aux_sym_if_statement_token1] = ACTIONS(1442), - [aux_sym_if_statement_token2] = ACTIONS(1442), - [aux_sym_else_if_clause_token1] = ACTIONS(1442), - [aux_sym_else_clause_token1] = ACTIONS(1442), - [aux_sym_match_expression_token1] = ACTIONS(1442), - [aux_sym_match_default_expression_token1] = ACTIONS(1442), - [aux_sym_switch_statement_token1] = ACTIONS(1442), - [aux_sym_switch_block_token1] = ACTIONS(1442), - [anon_sym_PLUS] = ACTIONS(1442), - [anon_sym_DASH] = ACTIONS(1442), - [anon_sym_TILDE] = ACTIONS(1440), - [anon_sym_BANG] = ACTIONS(1440), - [anon_sym_AT] = ACTIONS(1440), - [aux_sym_clone_expression_token1] = ACTIONS(1442), - [aux_sym_print_intrinsic_token1] = ACTIONS(1442), - [aux_sym_object_creation_expression_token1] = ACTIONS(1442), - [anon_sym_DASH_DASH] = ACTIONS(1440), - [anon_sym_PLUS_PLUS] = ACTIONS(1440), - [aux_sym__list_destructing_token1] = ACTIONS(1442), - [anon_sym_LBRACK] = ACTIONS(1440), - [anon_sym_self] = ACTIONS(1442), - [anon_sym_parent] = ACTIONS(1442), - [aux_sym__argument_name_token1] = ACTIONS(1442), - [aux_sym__argument_name_token2] = ACTIONS(1442), - [anon_sym_POUND_LBRACK] = ACTIONS(1440), - [aux_sym_encapsed_string_token1] = ACTIONS(1440), - [anon_sym_DQUOTE] = ACTIONS(1440), - [aux_sym_string_token1] = ACTIONS(1440), - [anon_sym_SQUOTE] = ACTIONS(1440), - [anon_sym_LT_LT_LT] = ACTIONS(1440), - [anon_sym_BQUOTE] = ACTIONS(1440), - [anon_sym_DOLLAR] = ACTIONS(1440), - [aux_sym_yield_expression_token1] = ACTIONS(1442), - [aux_sym_include_expression_token1] = ACTIONS(1442), - [aux_sym_include_once_expression_token1] = ACTIONS(1442), - [aux_sym_require_expression_token1] = ACTIONS(1442), - [aux_sym_require_once_expression_token1] = ACTIONS(1442), - [sym_comment] = ACTIONS(5), - }, - [543] = { - [sym_text_interpolation] = STATE(543), - [ts_builtin_sym_end] = ACTIONS(1444), - [sym_name] = ACTIONS(1446), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1444), - [aux_sym_function_static_declaration_token1] = ACTIONS(1446), - [aux_sym_global_declaration_token1] = ACTIONS(1446), - [aux_sym_namespace_definition_token1] = ACTIONS(1446), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1446), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1446), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1446), - [anon_sym_BSLASH] = ACTIONS(1444), - [anon_sym_LBRACE] = ACTIONS(1444), - [anon_sym_RBRACE] = ACTIONS(1444), - [aux_sym_trait_declaration_token1] = ACTIONS(1446), - [aux_sym_interface_declaration_token1] = ACTIONS(1446), - [aux_sym_enum_declaration_token1] = ACTIONS(1446), - [aux_sym_enum_case_token1] = ACTIONS(1446), - [aux_sym_class_declaration_token1] = ACTIONS(1446), - [aux_sym_final_modifier_token1] = ACTIONS(1446), - [aux_sym_abstract_modifier_token1] = ACTIONS(1446), - [aux_sym_readonly_modifier_token1] = ACTIONS(1446), - [sym_var_modifier] = ACTIONS(1446), - [aux_sym_visibility_modifier_token1] = ACTIONS(1446), - [aux_sym_visibility_modifier_token2] = ACTIONS(1446), - [aux_sym_visibility_modifier_token3] = ACTIONS(1446), - [aux_sym__arrow_function_header_token1] = ACTIONS(1446), - [anon_sym_LPAREN] = ACTIONS(1444), - [aux_sym_cast_type_token1] = ACTIONS(1446), - [aux_sym_echo_statement_token1] = ACTIONS(1446), - [aux_sym_exit_statement_token1] = ACTIONS(1446), - [anon_sym_unset] = ACTIONS(1446), - [aux_sym_declare_statement_token1] = ACTIONS(1446), - [aux_sym_declare_statement_token2] = ACTIONS(1446), - [sym_float] = ACTIONS(1446), - [aux_sym_try_statement_token1] = ACTIONS(1446), - [aux_sym_goto_statement_token1] = ACTIONS(1446), - [aux_sym_continue_statement_token1] = ACTIONS(1446), - [aux_sym_break_statement_token1] = ACTIONS(1446), - [sym_integer] = ACTIONS(1446), - [aux_sym_return_statement_token1] = ACTIONS(1446), - [aux_sym_throw_expression_token1] = ACTIONS(1446), - [aux_sym_while_statement_token1] = ACTIONS(1446), - [aux_sym_while_statement_token2] = ACTIONS(1446), - [aux_sym_do_statement_token1] = ACTIONS(1446), - [aux_sym_for_statement_token1] = ACTIONS(1446), - [aux_sym_for_statement_token2] = ACTIONS(1446), - [aux_sym_foreach_statement_token1] = ACTIONS(1446), - [aux_sym_foreach_statement_token2] = ACTIONS(1446), - [aux_sym_if_statement_token1] = ACTIONS(1446), - [aux_sym_if_statement_token2] = ACTIONS(1446), - [aux_sym_else_if_clause_token1] = ACTIONS(1446), - [aux_sym_else_clause_token1] = ACTIONS(1446), - [aux_sym_match_expression_token1] = ACTIONS(1446), - [aux_sym_match_default_expression_token1] = ACTIONS(1446), - [aux_sym_switch_statement_token1] = ACTIONS(1446), - [aux_sym_switch_block_token1] = ACTIONS(1446), - [anon_sym_PLUS] = ACTIONS(1446), - [anon_sym_DASH] = ACTIONS(1446), - [anon_sym_TILDE] = ACTIONS(1444), - [anon_sym_BANG] = ACTIONS(1444), - [anon_sym_AT] = ACTIONS(1444), - [aux_sym_clone_expression_token1] = ACTIONS(1446), - [aux_sym_print_intrinsic_token1] = ACTIONS(1446), - [aux_sym_object_creation_expression_token1] = ACTIONS(1446), - [anon_sym_DASH_DASH] = ACTIONS(1444), - [anon_sym_PLUS_PLUS] = ACTIONS(1444), - [aux_sym__list_destructing_token1] = ACTIONS(1446), - [anon_sym_LBRACK] = ACTIONS(1444), - [anon_sym_self] = ACTIONS(1446), - [anon_sym_parent] = ACTIONS(1446), - [aux_sym__argument_name_token1] = ACTIONS(1446), - [aux_sym__argument_name_token2] = ACTIONS(1446), - [anon_sym_POUND_LBRACK] = ACTIONS(1444), - [aux_sym_encapsed_string_token1] = ACTIONS(1444), - [anon_sym_DQUOTE] = ACTIONS(1444), - [aux_sym_string_token1] = ACTIONS(1444), - [anon_sym_SQUOTE] = ACTIONS(1444), - [anon_sym_LT_LT_LT] = ACTIONS(1444), - [anon_sym_BQUOTE] = ACTIONS(1444), - [anon_sym_DOLLAR] = ACTIONS(1444), - [aux_sym_yield_expression_token1] = ACTIONS(1446), - [aux_sym_include_expression_token1] = ACTIONS(1446), - [aux_sym_include_once_expression_token1] = ACTIONS(1446), - [aux_sym_require_expression_token1] = ACTIONS(1446), - [aux_sym_require_once_expression_token1] = ACTIONS(1446), - [sym_comment] = ACTIONS(5), - }, - [544] = { - [sym_text_interpolation] = STATE(544), - [ts_builtin_sym_end] = ACTIONS(1448), - [sym_name] = ACTIONS(1450), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1448), - [aux_sym_function_static_declaration_token1] = ACTIONS(1450), - [aux_sym_global_declaration_token1] = ACTIONS(1450), - [aux_sym_namespace_definition_token1] = ACTIONS(1450), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1450), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1450), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1450), - [anon_sym_BSLASH] = ACTIONS(1448), - [anon_sym_LBRACE] = ACTIONS(1448), - [anon_sym_RBRACE] = ACTIONS(1448), - [aux_sym_trait_declaration_token1] = ACTIONS(1450), - [aux_sym_interface_declaration_token1] = ACTIONS(1450), - [aux_sym_enum_declaration_token1] = ACTIONS(1450), - [aux_sym_enum_case_token1] = ACTIONS(1450), - [aux_sym_class_declaration_token1] = ACTIONS(1450), - [aux_sym_final_modifier_token1] = ACTIONS(1450), - [aux_sym_abstract_modifier_token1] = ACTIONS(1450), - [aux_sym_readonly_modifier_token1] = ACTIONS(1450), - [sym_var_modifier] = ACTIONS(1450), - [aux_sym_visibility_modifier_token1] = ACTIONS(1450), - [aux_sym_visibility_modifier_token2] = ACTIONS(1450), - [aux_sym_visibility_modifier_token3] = ACTIONS(1450), - [aux_sym__arrow_function_header_token1] = ACTIONS(1450), - [anon_sym_LPAREN] = ACTIONS(1448), - [aux_sym_cast_type_token1] = ACTIONS(1450), - [aux_sym_echo_statement_token1] = ACTIONS(1450), - [aux_sym_exit_statement_token1] = ACTIONS(1450), - [anon_sym_unset] = ACTIONS(1450), - [aux_sym_declare_statement_token1] = ACTIONS(1450), - [aux_sym_declare_statement_token2] = ACTIONS(1450), - [sym_float] = ACTIONS(1450), - [aux_sym_try_statement_token1] = ACTIONS(1450), - [aux_sym_goto_statement_token1] = ACTIONS(1450), - [aux_sym_continue_statement_token1] = ACTIONS(1450), - [aux_sym_break_statement_token1] = ACTIONS(1450), - [sym_integer] = ACTIONS(1450), - [aux_sym_return_statement_token1] = ACTIONS(1450), - [aux_sym_throw_expression_token1] = ACTIONS(1450), - [aux_sym_while_statement_token1] = ACTIONS(1450), - [aux_sym_while_statement_token2] = ACTIONS(1450), - [aux_sym_do_statement_token1] = ACTIONS(1450), - [aux_sym_for_statement_token1] = ACTIONS(1450), - [aux_sym_for_statement_token2] = ACTIONS(1450), - [aux_sym_foreach_statement_token1] = ACTIONS(1450), - [aux_sym_foreach_statement_token2] = ACTIONS(1450), - [aux_sym_if_statement_token1] = ACTIONS(1450), - [aux_sym_if_statement_token2] = ACTIONS(1450), - [aux_sym_else_if_clause_token1] = ACTIONS(1450), - [aux_sym_else_clause_token1] = ACTIONS(1450), - [aux_sym_match_expression_token1] = ACTIONS(1450), - [aux_sym_match_default_expression_token1] = ACTIONS(1450), - [aux_sym_switch_statement_token1] = ACTIONS(1450), - [aux_sym_switch_block_token1] = ACTIONS(1450), - [anon_sym_PLUS] = ACTIONS(1450), - [anon_sym_DASH] = ACTIONS(1450), - [anon_sym_TILDE] = ACTIONS(1448), - [anon_sym_BANG] = ACTIONS(1448), - [anon_sym_AT] = ACTIONS(1448), - [aux_sym_clone_expression_token1] = ACTIONS(1450), - [aux_sym_print_intrinsic_token1] = ACTIONS(1450), - [aux_sym_object_creation_expression_token1] = ACTIONS(1450), - [anon_sym_DASH_DASH] = ACTIONS(1448), - [anon_sym_PLUS_PLUS] = ACTIONS(1448), - [aux_sym__list_destructing_token1] = ACTIONS(1450), - [anon_sym_LBRACK] = ACTIONS(1448), - [anon_sym_self] = ACTIONS(1450), - [anon_sym_parent] = ACTIONS(1450), - [aux_sym__argument_name_token1] = ACTIONS(1450), - [aux_sym__argument_name_token2] = ACTIONS(1450), - [anon_sym_POUND_LBRACK] = ACTIONS(1448), - [aux_sym_encapsed_string_token1] = ACTIONS(1448), - [anon_sym_DQUOTE] = ACTIONS(1448), - [aux_sym_string_token1] = ACTIONS(1448), - [anon_sym_SQUOTE] = ACTIONS(1448), - [anon_sym_LT_LT_LT] = ACTIONS(1448), - [anon_sym_BQUOTE] = ACTIONS(1448), - [anon_sym_DOLLAR] = ACTIONS(1448), - [aux_sym_yield_expression_token1] = ACTIONS(1450), - [aux_sym_include_expression_token1] = ACTIONS(1450), - [aux_sym_include_once_expression_token1] = ACTIONS(1450), - [aux_sym_require_expression_token1] = ACTIONS(1450), - [aux_sym_require_once_expression_token1] = ACTIONS(1450), - [sym_comment] = ACTIONS(5), - }, - [545] = { - [sym_text_interpolation] = STATE(545), - [ts_builtin_sym_end] = ACTIONS(1452), - [sym_name] = ACTIONS(1454), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1452), - [aux_sym_function_static_declaration_token1] = ACTIONS(1454), - [aux_sym_global_declaration_token1] = ACTIONS(1454), - [aux_sym_namespace_definition_token1] = ACTIONS(1454), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1454), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1454), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1454), - [anon_sym_BSLASH] = ACTIONS(1452), - [anon_sym_LBRACE] = ACTIONS(1452), - [anon_sym_RBRACE] = ACTIONS(1452), - [aux_sym_trait_declaration_token1] = ACTIONS(1454), - [aux_sym_interface_declaration_token1] = ACTIONS(1454), - [aux_sym_enum_declaration_token1] = ACTIONS(1454), - [aux_sym_enum_case_token1] = ACTIONS(1454), - [aux_sym_class_declaration_token1] = ACTIONS(1454), - [aux_sym_final_modifier_token1] = ACTIONS(1454), - [aux_sym_abstract_modifier_token1] = ACTIONS(1454), - [aux_sym_readonly_modifier_token1] = ACTIONS(1454), - [sym_var_modifier] = ACTIONS(1454), - [aux_sym_visibility_modifier_token1] = ACTIONS(1454), - [aux_sym_visibility_modifier_token2] = ACTIONS(1454), - [aux_sym_visibility_modifier_token3] = ACTIONS(1454), - [aux_sym__arrow_function_header_token1] = ACTIONS(1454), - [anon_sym_LPAREN] = ACTIONS(1452), - [aux_sym_cast_type_token1] = ACTIONS(1454), - [aux_sym_echo_statement_token1] = ACTIONS(1454), - [aux_sym_exit_statement_token1] = ACTIONS(1454), - [anon_sym_unset] = ACTIONS(1454), - [aux_sym_declare_statement_token1] = ACTIONS(1454), - [aux_sym_declare_statement_token2] = ACTIONS(1454), - [sym_float] = ACTIONS(1454), - [aux_sym_try_statement_token1] = ACTIONS(1454), - [aux_sym_goto_statement_token1] = ACTIONS(1454), - [aux_sym_continue_statement_token1] = ACTIONS(1454), - [aux_sym_break_statement_token1] = ACTIONS(1454), - [sym_integer] = ACTIONS(1454), - [aux_sym_return_statement_token1] = ACTIONS(1454), - [aux_sym_throw_expression_token1] = ACTIONS(1454), - [aux_sym_while_statement_token1] = ACTIONS(1454), - [aux_sym_while_statement_token2] = ACTIONS(1454), - [aux_sym_do_statement_token1] = ACTIONS(1454), - [aux_sym_for_statement_token1] = ACTIONS(1454), - [aux_sym_for_statement_token2] = ACTIONS(1454), - [aux_sym_foreach_statement_token1] = ACTIONS(1454), - [aux_sym_foreach_statement_token2] = ACTIONS(1454), - [aux_sym_if_statement_token1] = ACTIONS(1454), - [aux_sym_if_statement_token2] = ACTIONS(1454), - [aux_sym_else_if_clause_token1] = ACTIONS(1454), - [aux_sym_else_clause_token1] = ACTIONS(1454), - [aux_sym_match_expression_token1] = ACTIONS(1454), - [aux_sym_match_default_expression_token1] = ACTIONS(1454), - [aux_sym_switch_statement_token1] = ACTIONS(1454), - [aux_sym_switch_block_token1] = ACTIONS(1454), - [anon_sym_PLUS] = ACTIONS(1454), - [anon_sym_DASH] = ACTIONS(1454), - [anon_sym_TILDE] = ACTIONS(1452), - [anon_sym_BANG] = ACTIONS(1452), - [anon_sym_AT] = ACTIONS(1452), - [aux_sym_clone_expression_token1] = ACTIONS(1454), - [aux_sym_print_intrinsic_token1] = ACTIONS(1454), - [aux_sym_object_creation_expression_token1] = ACTIONS(1454), - [anon_sym_DASH_DASH] = ACTIONS(1452), - [anon_sym_PLUS_PLUS] = ACTIONS(1452), - [aux_sym__list_destructing_token1] = ACTIONS(1454), - [anon_sym_LBRACK] = ACTIONS(1452), - [anon_sym_self] = ACTIONS(1454), - [anon_sym_parent] = ACTIONS(1454), - [aux_sym__argument_name_token1] = ACTIONS(1454), - [aux_sym__argument_name_token2] = ACTIONS(1454), - [anon_sym_POUND_LBRACK] = ACTIONS(1452), - [aux_sym_encapsed_string_token1] = ACTIONS(1452), - [anon_sym_DQUOTE] = ACTIONS(1452), - [aux_sym_string_token1] = ACTIONS(1452), - [anon_sym_SQUOTE] = ACTIONS(1452), - [anon_sym_LT_LT_LT] = ACTIONS(1452), - [anon_sym_BQUOTE] = ACTIONS(1452), - [anon_sym_DOLLAR] = ACTIONS(1452), - [aux_sym_yield_expression_token1] = ACTIONS(1454), - [aux_sym_include_expression_token1] = ACTIONS(1454), - [aux_sym_include_once_expression_token1] = ACTIONS(1454), - [aux_sym_require_expression_token1] = ACTIONS(1454), - [aux_sym_require_once_expression_token1] = ACTIONS(1454), - [sym_comment] = ACTIONS(5), - }, - [546] = { - [sym_text_interpolation] = STATE(546), - [ts_builtin_sym_end] = ACTIONS(1456), - [sym_name] = ACTIONS(1458), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1456), - [aux_sym_function_static_declaration_token1] = ACTIONS(1458), - [aux_sym_global_declaration_token1] = ACTIONS(1458), - [aux_sym_namespace_definition_token1] = ACTIONS(1458), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1458), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1458), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1458), - [anon_sym_BSLASH] = ACTIONS(1456), - [anon_sym_LBRACE] = ACTIONS(1456), - [anon_sym_RBRACE] = ACTIONS(1456), - [aux_sym_trait_declaration_token1] = ACTIONS(1458), - [aux_sym_interface_declaration_token1] = ACTIONS(1458), - [aux_sym_enum_declaration_token1] = ACTIONS(1458), - [aux_sym_enum_case_token1] = ACTIONS(1458), - [aux_sym_class_declaration_token1] = ACTIONS(1458), - [aux_sym_final_modifier_token1] = ACTIONS(1458), - [aux_sym_abstract_modifier_token1] = ACTIONS(1458), - [aux_sym_readonly_modifier_token1] = ACTIONS(1458), - [sym_var_modifier] = ACTIONS(1458), - [aux_sym_visibility_modifier_token1] = ACTIONS(1458), - [aux_sym_visibility_modifier_token2] = ACTIONS(1458), - [aux_sym_visibility_modifier_token3] = ACTIONS(1458), - [aux_sym__arrow_function_header_token1] = ACTIONS(1458), - [anon_sym_LPAREN] = ACTIONS(1456), - [aux_sym_cast_type_token1] = ACTIONS(1458), - [aux_sym_echo_statement_token1] = ACTIONS(1458), - [aux_sym_exit_statement_token1] = ACTIONS(1458), - [anon_sym_unset] = ACTIONS(1458), - [aux_sym_declare_statement_token1] = ACTIONS(1458), - [aux_sym_declare_statement_token2] = ACTIONS(1458), - [sym_float] = ACTIONS(1458), - [aux_sym_try_statement_token1] = ACTIONS(1458), - [aux_sym_goto_statement_token1] = ACTIONS(1458), - [aux_sym_continue_statement_token1] = ACTIONS(1458), - [aux_sym_break_statement_token1] = ACTIONS(1458), - [sym_integer] = ACTIONS(1458), - [aux_sym_return_statement_token1] = ACTIONS(1458), - [aux_sym_throw_expression_token1] = ACTIONS(1458), - [aux_sym_while_statement_token1] = ACTIONS(1458), - [aux_sym_while_statement_token2] = ACTIONS(1458), - [aux_sym_do_statement_token1] = ACTIONS(1458), - [aux_sym_for_statement_token1] = ACTIONS(1458), - [aux_sym_for_statement_token2] = ACTIONS(1458), - [aux_sym_foreach_statement_token1] = ACTIONS(1458), - [aux_sym_foreach_statement_token2] = ACTIONS(1458), - [aux_sym_if_statement_token1] = ACTIONS(1458), - [aux_sym_if_statement_token2] = ACTIONS(1458), - [aux_sym_else_if_clause_token1] = ACTIONS(1458), - [aux_sym_else_clause_token1] = ACTIONS(1458), - [aux_sym_match_expression_token1] = ACTIONS(1458), - [aux_sym_match_default_expression_token1] = ACTIONS(1458), - [aux_sym_switch_statement_token1] = ACTIONS(1458), - [aux_sym_switch_block_token1] = ACTIONS(1458), - [anon_sym_PLUS] = ACTIONS(1458), - [anon_sym_DASH] = ACTIONS(1458), - [anon_sym_TILDE] = ACTIONS(1456), - [anon_sym_BANG] = ACTIONS(1456), - [anon_sym_AT] = ACTIONS(1456), - [aux_sym_clone_expression_token1] = ACTIONS(1458), - [aux_sym_print_intrinsic_token1] = ACTIONS(1458), - [aux_sym_object_creation_expression_token1] = ACTIONS(1458), - [anon_sym_DASH_DASH] = ACTIONS(1456), - [anon_sym_PLUS_PLUS] = ACTIONS(1456), - [aux_sym__list_destructing_token1] = ACTIONS(1458), - [anon_sym_LBRACK] = ACTIONS(1456), - [anon_sym_self] = ACTIONS(1458), - [anon_sym_parent] = ACTIONS(1458), - [aux_sym__argument_name_token1] = ACTIONS(1458), - [aux_sym__argument_name_token2] = ACTIONS(1458), - [anon_sym_POUND_LBRACK] = ACTIONS(1456), - [aux_sym_encapsed_string_token1] = ACTIONS(1456), - [anon_sym_DQUOTE] = ACTIONS(1456), - [aux_sym_string_token1] = ACTIONS(1456), - [anon_sym_SQUOTE] = ACTIONS(1456), - [anon_sym_LT_LT_LT] = ACTIONS(1456), - [anon_sym_BQUOTE] = ACTIONS(1456), - [anon_sym_DOLLAR] = ACTIONS(1456), - [aux_sym_yield_expression_token1] = ACTIONS(1458), - [aux_sym_include_expression_token1] = ACTIONS(1458), - [aux_sym_include_once_expression_token1] = ACTIONS(1458), - [aux_sym_require_expression_token1] = ACTIONS(1458), - [aux_sym_require_once_expression_token1] = ACTIONS(1458), - [sym_comment] = ACTIONS(5), - }, - [547] = { - [sym_text_interpolation] = STATE(547), - [ts_builtin_sym_end] = ACTIONS(1460), - [sym_name] = ACTIONS(1462), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1460), - [aux_sym_function_static_declaration_token1] = ACTIONS(1462), - [aux_sym_global_declaration_token1] = ACTIONS(1462), - [aux_sym_namespace_definition_token1] = ACTIONS(1462), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1462), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1462), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1462), - [anon_sym_BSLASH] = ACTIONS(1460), - [anon_sym_LBRACE] = ACTIONS(1460), - [anon_sym_RBRACE] = ACTIONS(1460), - [aux_sym_trait_declaration_token1] = ACTIONS(1462), - [aux_sym_interface_declaration_token1] = ACTIONS(1462), - [aux_sym_enum_declaration_token1] = ACTIONS(1462), - [aux_sym_enum_case_token1] = ACTIONS(1462), - [aux_sym_class_declaration_token1] = ACTIONS(1462), - [aux_sym_final_modifier_token1] = ACTIONS(1462), - [aux_sym_abstract_modifier_token1] = ACTIONS(1462), - [aux_sym_readonly_modifier_token1] = ACTIONS(1462), - [sym_var_modifier] = ACTIONS(1462), - [aux_sym_visibility_modifier_token1] = ACTIONS(1462), - [aux_sym_visibility_modifier_token2] = ACTIONS(1462), - [aux_sym_visibility_modifier_token3] = ACTIONS(1462), - [aux_sym__arrow_function_header_token1] = ACTIONS(1462), - [anon_sym_LPAREN] = ACTIONS(1460), - [aux_sym_cast_type_token1] = ACTIONS(1462), - [aux_sym_echo_statement_token1] = ACTIONS(1462), - [aux_sym_exit_statement_token1] = ACTIONS(1462), - [anon_sym_unset] = ACTIONS(1462), - [aux_sym_declare_statement_token1] = ACTIONS(1462), - [aux_sym_declare_statement_token2] = ACTIONS(1462), - [sym_float] = ACTIONS(1462), - [aux_sym_try_statement_token1] = ACTIONS(1462), - [aux_sym_goto_statement_token1] = ACTIONS(1462), - [aux_sym_continue_statement_token1] = ACTIONS(1462), - [aux_sym_break_statement_token1] = ACTIONS(1462), - [sym_integer] = ACTIONS(1462), - [aux_sym_return_statement_token1] = ACTIONS(1462), - [aux_sym_throw_expression_token1] = ACTIONS(1462), - [aux_sym_while_statement_token1] = ACTIONS(1462), - [aux_sym_while_statement_token2] = ACTIONS(1462), - [aux_sym_do_statement_token1] = ACTIONS(1462), - [aux_sym_for_statement_token1] = ACTIONS(1462), - [aux_sym_for_statement_token2] = ACTIONS(1462), - [aux_sym_foreach_statement_token1] = ACTIONS(1462), - [aux_sym_foreach_statement_token2] = ACTIONS(1462), - [aux_sym_if_statement_token1] = ACTIONS(1462), - [aux_sym_if_statement_token2] = ACTIONS(1462), - [aux_sym_else_if_clause_token1] = ACTIONS(1462), - [aux_sym_else_clause_token1] = ACTIONS(1462), - [aux_sym_match_expression_token1] = ACTIONS(1462), - [aux_sym_match_default_expression_token1] = ACTIONS(1462), - [aux_sym_switch_statement_token1] = ACTIONS(1462), - [aux_sym_switch_block_token1] = ACTIONS(1462), - [anon_sym_PLUS] = ACTIONS(1462), - [anon_sym_DASH] = ACTIONS(1462), - [anon_sym_TILDE] = ACTIONS(1460), - [anon_sym_BANG] = ACTIONS(1460), - [anon_sym_AT] = ACTIONS(1460), - [aux_sym_clone_expression_token1] = ACTIONS(1462), - [aux_sym_print_intrinsic_token1] = ACTIONS(1462), - [aux_sym_object_creation_expression_token1] = ACTIONS(1462), - [anon_sym_DASH_DASH] = ACTIONS(1460), - [anon_sym_PLUS_PLUS] = ACTIONS(1460), - [aux_sym__list_destructing_token1] = ACTIONS(1462), - [anon_sym_LBRACK] = ACTIONS(1460), - [anon_sym_self] = ACTIONS(1462), - [anon_sym_parent] = ACTIONS(1462), - [aux_sym__argument_name_token1] = ACTIONS(1462), - [aux_sym__argument_name_token2] = ACTIONS(1462), - [anon_sym_POUND_LBRACK] = ACTIONS(1460), - [aux_sym_encapsed_string_token1] = ACTIONS(1460), - [anon_sym_DQUOTE] = ACTIONS(1460), - [aux_sym_string_token1] = ACTIONS(1460), - [anon_sym_SQUOTE] = ACTIONS(1460), - [anon_sym_LT_LT_LT] = ACTIONS(1460), - [anon_sym_BQUOTE] = ACTIONS(1460), - [anon_sym_DOLLAR] = ACTIONS(1460), - [aux_sym_yield_expression_token1] = ACTIONS(1462), - [aux_sym_include_expression_token1] = ACTIONS(1462), - [aux_sym_include_once_expression_token1] = ACTIONS(1462), - [aux_sym_require_expression_token1] = ACTIONS(1462), - [aux_sym_require_once_expression_token1] = ACTIONS(1462), - [sym_comment] = ACTIONS(5), - }, - [548] = { - [sym_text_interpolation] = STATE(548), - [ts_builtin_sym_end] = ACTIONS(1464), - [sym_name] = ACTIONS(1466), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1464), - [aux_sym_function_static_declaration_token1] = ACTIONS(1466), - [aux_sym_global_declaration_token1] = ACTIONS(1466), - [aux_sym_namespace_definition_token1] = ACTIONS(1466), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1466), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1466), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1466), - [anon_sym_BSLASH] = ACTIONS(1464), - [anon_sym_LBRACE] = ACTIONS(1464), - [anon_sym_RBRACE] = ACTIONS(1464), - [aux_sym_trait_declaration_token1] = ACTIONS(1466), - [aux_sym_interface_declaration_token1] = ACTIONS(1466), - [aux_sym_enum_declaration_token1] = ACTIONS(1466), - [aux_sym_enum_case_token1] = ACTIONS(1466), - [aux_sym_class_declaration_token1] = ACTIONS(1466), - [aux_sym_final_modifier_token1] = ACTIONS(1466), - [aux_sym_abstract_modifier_token1] = ACTIONS(1466), - [aux_sym_readonly_modifier_token1] = ACTIONS(1466), - [sym_var_modifier] = ACTIONS(1466), - [aux_sym_visibility_modifier_token1] = ACTIONS(1466), - [aux_sym_visibility_modifier_token2] = ACTIONS(1466), - [aux_sym_visibility_modifier_token3] = ACTIONS(1466), - [aux_sym__arrow_function_header_token1] = ACTIONS(1466), - [anon_sym_LPAREN] = ACTIONS(1464), - [aux_sym_cast_type_token1] = ACTIONS(1466), - [aux_sym_echo_statement_token1] = ACTIONS(1466), - [aux_sym_exit_statement_token1] = ACTIONS(1466), - [anon_sym_unset] = ACTIONS(1466), - [aux_sym_declare_statement_token1] = ACTIONS(1466), - [aux_sym_declare_statement_token2] = ACTIONS(1466), - [sym_float] = ACTIONS(1466), - [aux_sym_try_statement_token1] = ACTIONS(1466), - [aux_sym_goto_statement_token1] = ACTIONS(1466), - [aux_sym_continue_statement_token1] = ACTIONS(1466), - [aux_sym_break_statement_token1] = ACTIONS(1466), - [sym_integer] = ACTIONS(1466), - [aux_sym_return_statement_token1] = ACTIONS(1466), - [aux_sym_throw_expression_token1] = ACTIONS(1466), - [aux_sym_while_statement_token1] = ACTIONS(1466), - [aux_sym_while_statement_token2] = ACTIONS(1466), - [aux_sym_do_statement_token1] = ACTIONS(1466), - [aux_sym_for_statement_token1] = ACTIONS(1466), - [aux_sym_for_statement_token2] = ACTIONS(1466), - [aux_sym_foreach_statement_token1] = ACTIONS(1466), - [aux_sym_foreach_statement_token2] = ACTIONS(1466), - [aux_sym_if_statement_token1] = ACTIONS(1466), - [aux_sym_if_statement_token2] = ACTIONS(1466), - [aux_sym_else_if_clause_token1] = ACTIONS(1466), - [aux_sym_else_clause_token1] = ACTIONS(1466), - [aux_sym_match_expression_token1] = ACTIONS(1466), - [aux_sym_match_default_expression_token1] = ACTIONS(1466), - [aux_sym_switch_statement_token1] = ACTIONS(1466), - [aux_sym_switch_block_token1] = ACTIONS(1466), - [anon_sym_PLUS] = ACTIONS(1466), - [anon_sym_DASH] = ACTIONS(1466), - [anon_sym_TILDE] = ACTIONS(1464), - [anon_sym_BANG] = ACTIONS(1464), - [anon_sym_AT] = ACTIONS(1464), - [aux_sym_clone_expression_token1] = ACTIONS(1466), - [aux_sym_print_intrinsic_token1] = ACTIONS(1466), - [aux_sym_object_creation_expression_token1] = ACTIONS(1466), - [anon_sym_DASH_DASH] = ACTIONS(1464), - [anon_sym_PLUS_PLUS] = ACTIONS(1464), - [aux_sym__list_destructing_token1] = ACTIONS(1466), - [anon_sym_LBRACK] = ACTIONS(1464), - [anon_sym_self] = ACTIONS(1466), - [anon_sym_parent] = ACTIONS(1466), - [aux_sym__argument_name_token1] = ACTIONS(1466), - [aux_sym__argument_name_token2] = ACTIONS(1466), - [anon_sym_POUND_LBRACK] = ACTIONS(1464), - [aux_sym_encapsed_string_token1] = ACTIONS(1464), - [anon_sym_DQUOTE] = ACTIONS(1464), - [aux_sym_string_token1] = ACTIONS(1464), - [anon_sym_SQUOTE] = ACTIONS(1464), - [anon_sym_LT_LT_LT] = ACTIONS(1464), - [anon_sym_BQUOTE] = ACTIONS(1464), - [anon_sym_DOLLAR] = ACTIONS(1464), - [aux_sym_yield_expression_token1] = ACTIONS(1466), - [aux_sym_include_expression_token1] = ACTIONS(1466), - [aux_sym_include_once_expression_token1] = ACTIONS(1466), - [aux_sym_require_expression_token1] = ACTIONS(1466), - [aux_sym_require_once_expression_token1] = ACTIONS(1466), - [sym_comment] = ACTIONS(5), - }, - [549] = { - [sym_text_interpolation] = STATE(549), - [ts_builtin_sym_end] = ACTIONS(1468), - [sym_name] = ACTIONS(1470), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1468), - [aux_sym_function_static_declaration_token1] = ACTIONS(1470), - [aux_sym_global_declaration_token1] = ACTIONS(1470), - [aux_sym_namespace_definition_token1] = ACTIONS(1470), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1470), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1470), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1470), - [anon_sym_BSLASH] = ACTIONS(1468), - [anon_sym_LBRACE] = ACTIONS(1468), - [anon_sym_RBRACE] = ACTIONS(1468), - [aux_sym_trait_declaration_token1] = ACTIONS(1470), - [aux_sym_interface_declaration_token1] = ACTIONS(1470), - [aux_sym_enum_declaration_token1] = ACTIONS(1470), - [aux_sym_enum_case_token1] = ACTIONS(1470), - [aux_sym_class_declaration_token1] = ACTIONS(1470), - [aux_sym_final_modifier_token1] = ACTIONS(1470), - [aux_sym_abstract_modifier_token1] = ACTIONS(1470), - [aux_sym_readonly_modifier_token1] = ACTIONS(1470), - [sym_var_modifier] = ACTIONS(1470), - [aux_sym_visibility_modifier_token1] = ACTIONS(1470), - [aux_sym_visibility_modifier_token2] = ACTIONS(1470), - [aux_sym_visibility_modifier_token3] = ACTIONS(1470), - [aux_sym__arrow_function_header_token1] = ACTIONS(1470), - [anon_sym_LPAREN] = ACTIONS(1468), - [aux_sym_cast_type_token1] = ACTIONS(1470), - [aux_sym_echo_statement_token1] = ACTIONS(1470), - [aux_sym_exit_statement_token1] = ACTIONS(1470), - [anon_sym_unset] = ACTIONS(1470), - [aux_sym_declare_statement_token1] = ACTIONS(1470), - [aux_sym_declare_statement_token2] = ACTIONS(1470), - [sym_float] = ACTIONS(1470), - [aux_sym_try_statement_token1] = ACTIONS(1470), - [aux_sym_goto_statement_token1] = ACTIONS(1470), - [aux_sym_continue_statement_token1] = ACTIONS(1470), - [aux_sym_break_statement_token1] = ACTIONS(1470), - [sym_integer] = ACTIONS(1470), - [aux_sym_return_statement_token1] = ACTIONS(1470), - [aux_sym_throw_expression_token1] = ACTIONS(1470), - [aux_sym_while_statement_token1] = ACTIONS(1470), - [aux_sym_while_statement_token2] = ACTIONS(1470), - [aux_sym_do_statement_token1] = ACTIONS(1470), - [aux_sym_for_statement_token1] = ACTIONS(1470), - [aux_sym_for_statement_token2] = ACTIONS(1470), - [aux_sym_foreach_statement_token1] = ACTIONS(1470), - [aux_sym_foreach_statement_token2] = ACTIONS(1470), - [aux_sym_if_statement_token1] = ACTIONS(1470), - [aux_sym_if_statement_token2] = ACTIONS(1470), - [aux_sym_else_if_clause_token1] = ACTIONS(1470), - [aux_sym_else_clause_token1] = ACTIONS(1470), - [aux_sym_match_expression_token1] = ACTIONS(1470), - [aux_sym_match_default_expression_token1] = ACTIONS(1470), - [aux_sym_switch_statement_token1] = ACTIONS(1470), - [aux_sym_switch_block_token1] = ACTIONS(1470), - [anon_sym_PLUS] = ACTIONS(1470), - [anon_sym_DASH] = ACTIONS(1470), - [anon_sym_TILDE] = ACTIONS(1468), - [anon_sym_BANG] = ACTIONS(1468), - [anon_sym_AT] = ACTIONS(1468), - [aux_sym_clone_expression_token1] = ACTIONS(1470), - [aux_sym_print_intrinsic_token1] = ACTIONS(1470), - [aux_sym_object_creation_expression_token1] = ACTIONS(1470), - [anon_sym_DASH_DASH] = ACTIONS(1468), - [anon_sym_PLUS_PLUS] = ACTIONS(1468), - [aux_sym__list_destructing_token1] = ACTIONS(1470), - [anon_sym_LBRACK] = ACTIONS(1468), - [anon_sym_self] = ACTIONS(1470), - [anon_sym_parent] = ACTIONS(1470), - [aux_sym__argument_name_token1] = ACTIONS(1470), - [aux_sym__argument_name_token2] = ACTIONS(1470), - [anon_sym_POUND_LBRACK] = ACTIONS(1468), - [aux_sym_encapsed_string_token1] = ACTIONS(1468), - [anon_sym_DQUOTE] = ACTIONS(1468), - [aux_sym_string_token1] = ACTIONS(1468), - [anon_sym_SQUOTE] = ACTIONS(1468), - [anon_sym_LT_LT_LT] = ACTIONS(1468), - [anon_sym_BQUOTE] = ACTIONS(1468), - [anon_sym_DOLLAR] = ACTIONS(1468), - [aux_sym_yield_expression_token1] = ACTIONS(1470), - [aux_sym_include_expression_token1] = ACTIONS(1470), - [aux_sym_include_once_expression_token1] = ACTIONS(1470), - [aux_sym_require_expression_token1] = ACTIONS(1470), - [aux_sym_require_once_expression_token1] = ACTIONS(1470), - [sym_comment] = ACTIONS(5), - }, - [550] = { - [sym_text_interpolation] = STATE(550), - [ts_builtin_sym_end] = ACTIONS(1472), - [sym_name] = ACTIONS(1474), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1472), - [aux_sym_function_static_declaration_token1] = ACTIONS(1474), - [aux_sym_global_declaration_token1] = ACTIONS(1474), - [aux_sym_namespace_definition_token1] = ACTIONS(1474), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1474), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1474), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1474), - [anon_sym_BSLASH] = ACTIONS(1472), - [anon_sym_LBRACE] = ACTIONS(1472), - [anon_sym_RBRACE] = ACTIONS(1472), - [aux_sym_trait_declaration_token1] = ACTIONS(1474), - [aux_sym_interface_declaration_token1] = ACTIONS(1474), - [aux_sym_enum_declaration_token1] = ACTIONS(1474), - [aux_sym_enum_case_token1] = ACTIONS(1474), - [aux_sym_class_declaration_token1] = ACTIONS(1474), - [aux_sym_final_modifier_token1] = ACTIONS(1474), - [aux_sym_abstract_modifier_token1] = ACTIONS(1474), - [aux_sym_readonly_modifier_token1] = ACTIONS(1474), - [sym_var_modifier] = ACTIONS(1474), - [aux_sym_visibility_modifier_token1] = ACTIONS(1474), - [aux_sym_visibility_modifier_token2] = ACTIONS(1474), - [aux_sym_visibility_modifier_token3] = ACTIONS(1474), - [aux_sym__arrow_function_header_token1] = ACTIONS(1474), - [anon_sym_LPAREN] = ACTIONS(1472), - [aux_sym_cast_type_token1] = ACTIONS(1474), - [aux_sym_echo_statement_token1] = ACTIONS(1474), - [aux_sym_exit_statement_token1] = ACTIONS(1474), - [anon_sym_unset] = ACTIONS(1474), - [aux_sym_declare_statement_token1] = ACTIONS(1474), - [aux_sym_declare_statement_token2] = ACTIONS(1474), - [sym_float] = ACTIONS(1474), - [aux_sym_try_statement_token1] = ACTIONS(1474), - [aux_sym_goto_statement_token1] = ACTIONS(1474), - [aux_sym_continue_statement_token1] = ACTIONS(1474), - [aux_sym_break_statement_token1] = ACTIONS(1474), - [sym_integer] = ACTIONS(1474), - [aux_sym_return_statement_token1] = ACTIONS(1474), - [aux_sym_throw_expression_token1] = ACTIONS(1474), - [aux_sym_while_statement_token1] = ACTIONS(1474), - [aux_sym_while_statement_token2] = ACTIONS(1474), - [aux_sym_do_statement_token1] = ACTIONS(1474), - [aux_sym_for_statement_token1] = ACTIONS(1474), - [aux_sym_for_statement_token2] = ACTIONS(1474), - [aux_sym_foreach_statement_token1] = ACTIONS(1474), - [aux_sym_foreach_statement_token2] = ACTIONS(1474), - [aux_sym_if_statement_token1] = ACTIONS(1474), - [aux_sym_if_statement_token2] = ACTIONS(1474), - [aux_sym_else_if_clause_token1] = ACTIONS(1474), - [aux_sym_else_clause_token1] = ACTIONS(1474), - [aux_sym_match_expression_token1] = ACTIONS(1474), - [aux_sym_match_default_expression_token1] = ACTIONS(1474), - [aux_sym_switch_statement_token1] = ACTIONS(1474), - [aux_sym_switch_block_token1] = ACTIONS(1474), - [anon_sym_PLUS] = ACTIONS(1474), - [anon_sym_DASH] = ACTIONS(1474), - [anon_sym_TILDE] = ACTIONS(1472), - [anon_sym_BANG] = ACTIONS(1472), - [anon_sym_AT] = ACTIONS(1472), - [aux_sym_clone_expression_token1] = ACTIONS(1474), - [aux_sym_print_intrinsic_token1] = ACTIONS(1474), - [aux_sym_object_creation_expression_token1] = ACTIONS(1474), - [anon_sym_DASH_DASH] = ACTIONS(1472), - [anon_sym_PLUS_PLUS] = ACTIONS(1472), - [aux_sym__list_destructing_token1] = ACTIONS(1474), - [anon_sym_LBRACK] = ACTIONS(1472), - [anon_sym_self] = ACTIONS(1474), - [anon_sym_parent] = ACTIONS(1474), - [aux_sym__argument_name_token1] = ACTIONS(1474), - [aux_sym__argument_name_token2] = ACTIONS(1474), - [anon_sym_POUND_LBRACK] = ACTIONS(1472), - [aux_sym_encapsed_string_token1] = ACTIONS(1472), - [anon_sym_DQUOTE] = ACTIONS(1472), - [aux_sym_string_token1] = ACTIONS(1472), - [anon_sym_SQUOTE] = ACTIONS(1472), - [anon_sym_LT_LT_LT] = ACTIONS(1472), - [anon_sym_BQUOTE] = ACTIONS(1472), - [anon_sym_DOLLAR] = ACTIONS(1472), - [aux_sym_yield_expression_token1] = ACTIONS(1474), - [aux_sym_include_expression_token1] = ACTIONS(1474), - [aux_sym_include_once_expression_token1] = ACTIONS(1474), - [aux_sym_require_expression_token1] = ACTIONS(1474), - [aux_sym_require_once_expression_token1] = ACTIONS(1474), - [sym_comment] = ACTIONS(5), - }, - [551] = { - [sym_text_interpolation] = STATE(551), - [ts_builtin_sym_end] = ACTIONS(1476), - [sym_name] = ACTIONS(1478), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1476), - [aux_sym_function_static_declaration_token1] = ACTIONS(1478), - [aux_sym_global_declaration_token1] = ACTIONS(1478), - [aux_sym_namespace_definition_token1] = ACTIONS(1478), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1478), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1478), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1478), - [anon_sym_BSLASH] = ACTIONS(1476), - [anon_sym_LBRACE] = ACTIONS(1476), - [anon_sym_RBRACE] = ACTIONS(1476), - [aux_sym_trait_declaration_token1] = ACTIONS(1478), - [aux_sym_interface_declaration_token1] = ACTIONS(1478), - [aux_sym_enum_declaration_token1] = ACTIONS(1478), - [aux_sym_enum_case_token1] = ACTIONS(1478), - [aux_sym_class_declaration_token1] = ACTIONS(1478), - [aux_sym_final_modifier_token1] = ACTIONS(1478), - [aux_sym_abstract_modifier_token1] = ACTIONS(1478), - [aux_sym_readonly_modifier_token1] = ACTIONS(1478), - [sym_var_modifier] = ACTIONS(1478), - [aux_sym_visibility_modifier_token1] = ACTIONS(1478), - [aux_sym_visibility_modifier_token2] = ACTIONS(1478), - [aux_sym_visibility_modifier_token3] = ACTIONS(1478), - [aux_sym__arrow_function_header_token1] = ACTIONS(1478), - [anon_sym_LPAREN] = ACTIONS(1476), - [aux_sym_cast_type_token1] = ACTIONS(1478), - [aux_sym_echo_statement_token1] = ACTIONS(1478), - [aux_sym_exit_statement_token1] = ACTIONS(1478), - [anon_sym_unset] = ACTIONS(1478), - [aux_sym_declare_statement_token1] = ACTIONS(1478), - [aux_sym_declare_statement_token2] = ACTIONS(1478), - [sym_float] = ACTIONS(1478), - [aux_sym_try_statement_token1] = ACTIONS(1478), - [aux_sym_goto_statement_token1] = ACTIONS(1478), - [aux_sym_continue_statement_token1] = ACTIONS(1478), - [aux_sym_break_statement_token1] = ACTIONS(1478), - [sym_integer] = ACTIONS(1478), - [aux_sym_return_statement_token1] = ACTIONS(1478), - [aux_sym_throw_expression_token1] = ACTIONS(1478), - [aux_sym_while_statement_token1] = ACTIONS(1478), - [aux_sym_while_statement_token2] = ACTIONS(1478), - [aux_sym_do_statement_token1] = ACTIONS(1478), - [aux_sym_for_statement_token1] = ACTIONS(1478), - [aux_sym_for_statement_token2] = ACTIONS(1478), - [aux_sym_foreach_statement_token1] = ACTIONS(1478), - [aux_sym_foreach_statement_token2] = ACTIONS(1478), - [aux_sym_if_statement_token1] = ACTIONS(1478), - [aux_sym_if_statement_token2] = ACTIONS(1478), - [aux_sym_else_if_clause_token1] = ACTIONS(1478), - [aux_sym_else_clause_token1] = ACTIONS(1478), - [aux_sym_match_expression_token1] = ACTIONS(1478), - [aux_sym_match_default_expression_token1] = ACTIONS(1478), - [aux_sym_switch_statement_token1] = ACTIONS(1478), - [aux_sym_switch_block_token1] = ACTIONS(1478), - [anon_sym_PLUS] = ACTIONS(1478), - [anon_sym_DASH] = ACTIONS(1478), - [anon_sym_TILDE] = ACTIONS(1476), - [anon_sym_BANG] = ACTIONS(1476), - [anon_sym_AT] = ACTIONS(1476), - [aux_sym_clone_expression_token1] = ACTIONS(1478), - [aux_sym_print_intrinsic_token1] = ACTIONS(1478), - [aux_sym_object_creation_expression_token1] = ACTIONS(1478), - [anon_sym_DASH_DASH] = ACTIONS(1476), - [anon_sym_PLUS_PLUS] = ACTIONS(1476), - [aux_sym__list_destructing_token1] = ACTIONS(1478), - [anon_sym_LBRACK] = ACTIONS(1476), - [anon_sym_self] = ACTIONS(1478), - [anon_sym_parent] = ACTIONS(1478), - [aux_sym__argument_name_token1] = ACTIONS(1478), - [aux_sym__argument_name_token2] = ACTIONS(1478), - [anon_sym_POUND_LBRACK] = ACTIONS(1476), - [aux_sym_encapsed_string_token1] = ACTIONS(1476), - [anon_sym_DQUOTE] = ACTIONS(1476), - [aux_sym_string_token1] = ACTIONS(1476), - [anon_sym_SQUOTE] = ACTIONS(1476), - [anon_sym_LT_LT_LT] = ACTIONS(1476), - [anon_sym_BQUOTE] = ACTIONS(1476), - [anon_sym_DOLLAR] = ACTIONS(1476), - [aux_sym_yield_expression_token1] = ACTIONS(1478), - [aux_sym_include_expression_token1] = ACTIONS(1478), - [aux_sym_include_once_expression_token1] = ACTIONS(1478), - [aux_sym_require_expression_token1] = ACTIONS(1478), - [aux_sym_require_once_expression_token1] = ACTIONS(1478), - [sym_comment] = ACTIONS(5), - }, - [552] = { - [sym_text_interpolation] = STATE(552), - [ts_builtin_sym_end] = ACTIONS(1480), - [sym_name] = ACTIONS(1482), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1480), - [aux_sym_function_static_declaration_token1] = ACTIONS(1482), - [aux_sym_global_declaration_token1] = ACTIONS(1482), - [aux_sym_namespace_definition_token1] = ACTIONS(1482), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1482), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1482), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1482), - [anon_sym_BSLASH] = ACTIONS(1480), - [anon_sym_LBRACE] = ACTIONS(1480), - [anon_sym_RBRACE] = ACTIONS(1480), - [aux_sym_trait_declaration_token1] = ACTIONS(1482), - [aux_sym_interface_declaration_token1] = ACTIONS(1482), - [aux_sym_enum_declaration_token1] = ACTIONS(1482), - [aux_sym_enum_case_token1] = ACTIONS(1482), - [aux_sym_class_declaration_token1] = ACTIONS(1482), - [aux_sym_final_modifier_token1] = ACTIONS(1482), - [aux_sym_abstract_modifier_token1] = ACTIONS(1482), - [aux_sym_readonly_modifier_token1] = ACTIONS(1482), - [sym_var_modifier] = ACTIONS(1482), - [aux_sym_visibility_modifier_token1] = ACTIONS(1482), - [aux_sym_visibility_modifier_token2] = ACTIONS(1482), - [aux_sym_visibility_modifier_token3] = ACTIONS(1482), - [aux_sym__arrow_function_header_token1] = ACTIONS(1482), - [anon_sym_LPAREN] = ACTIONS(1480), - [aux_sym_cast_type_token1] = ACTIONS(1482), - [aux_sym_echo_statement_token1] = ACTIONS(1482), - [aux_sym_exit_statement_token1] = ACTIONS(1482), - [anon_sym_unset] = ACTIONS(1482), - [aux_sym_declare_statement_token1] = ACTIONS(1482), - [aux_sym_declare_statement_token2] = ACTIONS(1482), - [sym_float] = ACTIONS(1482), - [aux_sym_try_statement_token1] = ACTIONS(1482), - [aux_sym_goto_statement_token1] = ACTIONS(1482), - [aux_sym_continue_statement_token1] = ACTIONS(1482), - [aux_sym_break_statement_token1] = ACTIONS(1482), - [sym_integer] = ACTIONS(1482), - [aux_sym_return_statement_token1] = ACTIONS(1482), - [aux_sym_throw_expression_token1] = ACTIONS(1482), - [aux_sym_while_statement_token1] = ACTIONS(1482), - [aux_sym_while_statement_token2] = ACTIONS(1482), - [aux_sym_do_statement_token1] = ACTIONS(1482), - [aux_sym_for_statement_token1] = ACTIONS(1482), - [aux_sym_for_statement_token2] = ACTIONS(1482), - [aux_sym_foreach_statement_token1] = ACTIONS(1482), - [aux_sym_foreach_statement_token2] = ACTIONS(1482), - [aux_sym_if_statement_token1] = ACTIONS(1482), - [aux_sym_if_statement_token2] = ACTIONS(1482), - [aux_sym_else_if_clause_token1] = ACTIONS(1482), - [aux_sym_else_clause_token1] = ACTIONS(1482), - [aux_sym_match_expression_token1] = ACTIONS(1482), - [aux_sym_match_default_expression_token1] = ACTIONS(1482), - [aux_sym_switch_statement_token1] = ACTIONS(1482), - [aux_sym_switch_block_token1] = ACTIONS(1482), - [anon_sym_PLUS] = ACTIONS(1482), - [anon_sym_DASH] = ACTIONS(1482), - [anon_sym_TILDE] = ACTIONS(1480), - [anon_sym_BANG] = ACTIONS(1480), - [anon_sym_AT] = ACTIONS(1480), - [aux_sym_clone_expression_token1] = ACTIONS(1482), - [aux_sym_print_intrinsic_token1] = ACTIONS(1482), - [aux_sym_object_creation_expression_token1] = ACTIONS(1482), - [anon_sym_DASH_DASH] = ACTIONS(1480), - [anon_sym_PLUS_PLUS] = ACTIONS(1480), - [aux_sym__list_destructing_token1] = ACTIONS(1482), - [anon_sym_LBRACK] = ACTIONS(1480), - [anon_sym_self] = ACTIONS(1482), - [anon_sym_parent] = ACTIONS(1482), - [aux_sym__argument_name_token1] = ACTIONS(1482), - [aux_sym__argument_name_token2] = ACTIONS(1482), - [anon_sym_POUND_LBRACK] = ACTIONS(1480), - [aux_sym_encapsed_string_token1] = ACTIONS(1480), - [anon_sym_DQUOTE] = ACTIONS(1480), - [aux_sym_string_token1] = ACTIONS(1480), - [anon_sym_SQUOTE] = ACTIONS(1480), - [anon_sym_LT_LT_LT] = ACTIONS(1480), - [anon_sym_BQUOTE] = ACTIONS(1480), - [anon_sym_DOLLAR] = ACTIONS(1480), - [aux_sym_yield_expression_token1] = ACTIONS(1482), - [aux_sym_include_expression_token1] = ACTIONS(1482), - [aux_sym_include_once_expression_token1] = ACTIONS(1482), - [aux_sym_require_expression_token1] = ACTIONS(1482), - [aux_sym_require_once_expression_token1] = ACTIONS(1482), - [sym_comment] = ACTIONS(5), - }, - [553] = { - [sym_text_interpolation] = STATE(553), - [ts_builtin_sym_end] = ACTIONS(1484), - [sym_name] = ACTIONS(1486), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1484), - [aux_sym_function_static_declaration_token1] = ACTIONS(1486), - [aux_sym_global_declaration_token1] = ACTIONS(1486), - [aux_sym_namespace_definition_token1] = ACTIONS(1486), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1486), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1486), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1486), - [anon_sym_BSLASH] = ACTIONS(1484), - [anon_sym_LBRACE] = ACTIONS(1484), - [anon_sym_RBRACE] = ACTIONS(1484), - [aux_sym_trait_declaration_token1] = ACTIONS(1486), - [aux_sym_interface_declaration_token1] = ACTIONS(1486), - [aux_sym_enum_declaration_token1] = ACTIONS(1486), - [aux_sym_enum_case_token1] = ACTIONS(1486), - [aux_sym_class_declaration_token1] = ACTIONS(1486), - [aux_sym_final_modifier_token1] = ACTIONS(1486), - [aux_sym_abstract_modifier_token1] = ACTIONS(1486), - [aux_sym_readonly_modifier_token1] = ACTIONS(1486), - [sym_var_modifier] = ACTIONS(1486), - [aux_sym_visibility_modifier_token1] = ACTIONS(1486), - [aux_sym_visibility_modifier_token2] = ACTIONS(1486), - [aux_sym_visibility_modifier_token3] = ACTIONS(1486), - [aux_sym__arrow_function_header_token1] = ACTIONS(1486), - [anon_sym_LPAREN] = ACTIONS(1484), - [aux_sym_cast_type_token1] = ACTIONS(1486), - [aux_sym_echo_statement_token1] = ACTIONS(1486), - [aux_sym_exit_statement_token1] = ACTIONS(1486), - [anon_sym_unset] = ACTIONS(1486), - [aux_sym_declare_statement_token1] = ACTIONS(1486), - [aux_sym_declare_statement_token2] = ACTIONS(1486), - [sym_float] = ACTIONS(1486), - [aux_sym_try_statement_token1] = ACTIONS(1486), - [aux_sym_goto_statement_token1] = ACTIONS(1486), - [aux_sym_continue_statement_token1] = ACTIONS(1486), - [aux_sym_break_statement_token1] = ACTIONS(1486), - [sym_integer] = ACTIONS(1486), - [aux_sym_return_statement_token1] = ACTIONS(1486), - [aux_sym_throw_expression_token1] = ACTIONS(1486), - [aux_sym_while_statement_token1] = ACTIONS(1486), - [aux_sym_while_statement_token2] = ACTIONS(1486), - [aux_sym_do_statement_token1] = ACTIONS(1486), - [aux_sym_for_statement_token1] = ACTIONS(1486), - [aux_sym_for_statement_token2] = ACTIONS(1486), - [aux_sym_foreach_statement_token1] = ACTIONS(1486), - [aux_sym_foreach_statement_token2] = ACTIONS(1486), - [aux_sym_if_statement_token1] = ACTIONS(1486), - [aux_sym_if_statement_token2] = ACTIONS(1486), - [aux_sym_else_if_clause_token1] = ACTIONS(1486), - [aux_sym_else_clause_token1] = ACTIONS(1486), - [aux_sym_match_expression_token1] = ACTIONS(1486), - [aux_sym_match_default_expression_token1] = ACTIONS(1486), - [aux_sym_switch_statement_token1] = ACTIONS(1486), - [aux_sym_switch_block_token1] = ACTIONS(1486), - [anon_sym_PLUS] = ACTIONS(1486), - [anon_sym_DASH] = ACTIONS(1486), - [anon_sym_TILDE] = ACTIONS(1484), - [anon_sym_BANG] = ACTIONS(1484), - [anon_sym_AT] = ACTIONS(1484), - [aux_sym_clone_expression_token1] = ACTIONS(1486), - [aux_sym_print_intrinsic_token1] = ACTIONS(1486), - [aux_sym_object_creation_expression_token1] = ACTIONS(1486), - [anon_sym_DASH_DASH] = ACTIONS(1484), - [anon_sym_PLUS_PLUS] = ACTIONS(1484), - [aux_sym__list_destructing_token1] = ACTIONS(1486), - [anon_sym_LBRACK] = ACTIONS(1484), - [anon_sym_self] = ACTIONS(1486), - [anon_sym_parent] = ACTIONS(1486), - [aux_sym__argument_name_token1] = ACTIONS(1486), - [aux_sym__argument_name_token2] = ACTIONS(1486), - [anon_sym_POUND_LBRACK] = ACTIONS(1484), - [aux_sym_encapsed_string_token1] = ACTIONS(1484), - [anon_sym_DQUOTE] = ACTIONS(1484), - [aux_sym_string_token1] = ACTIONS(1484), - [anon_sym_SQUOTE] = ACTIONS(1484), - [anon_sym_LT_LT_LT] = ACTIONS(1484), - [anon_sym_BQUOTE] = ACTIONS(1484), - [anon_sym_DOLLAR] = ACTIONS(1484), - [aux_sym_yield_expression_token1] = ACTIONS(1486), - [aux_sym_include_expression_token1] = ACTIONS(1486), - [aux_sym_include_once_expression_token1] = ACTIONS(1486), - [aux_sym_require_expression_token1] = ACTIONS(1486), - [aux_sym_require_once_expression_token1] = ACTIONS(1486), - [sym_comment] = ACTIONS(5), - }, - [554] = { - [sym_text_interpolation] = STATE(554), - [ts_builtin_sym_end] = ACTIONS(1488), - [sym_name] = ACTIONS(1490), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1488), - [aux_sym_function_static_declaration_token1] = ACTIONS(1490), - [aux_sym_global_declaration_token1] = ACTIONS(1490), - [aux_sym_namespace_definition_token1] = ACTIONS(1490), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1490), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1490), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1490), - [anon_sym_BSLASH] = ACTIONS(1488), - [anon_sym_LBRACE] = ACTIONS(1488), - [anon_sym_RBRACE] = ACTIONS(1488), - [aux_sym_trait_declaration_token1] = ACTIONS(1490), - [aux_sym_interface_declaration_token1] = ACTIONS(1490), - [aux_sym_enum_declaration_token1] = ACTIONS(1490), - [aux_sym_enum_case_token1] = ACTIONS(1490), - [aux_sym_class_declaration_token1] = ACTIONS(1490), - [aux_sym_final_modifier_token1] = ACTIONS(1490), - [aux_sym_abstract_modifier_token1] = ACTIONS(1490), - [aux_sym_readonly_modifier_token1] = ACTIONS(1490), - [sym_var_modifier] = ACTIONS(1490), - [aux_sym_visibility_modifier_token1] = ACTIONS(1490), - [aux_sym_visibility_modifier_token2] = ACTIONS(1490), - [aux_sym_visibility_modifier_token3] = ACTIONS(1490), - [aux_sym__arrow_function_header_token1] = ACTIONS(1490), - [anon_sym_LPAREN] = ACTIONS(1488), - [aux_sym_cast_type_token1] = ACTIONS(1490), - [aux_sym_echo_statement_token1] = ACTIONS(1490), - [aux_sym_exit_statement_token1] = ACTIONS(1490), - [anon_sym_unset] = ACTIONS(1490), - [aux_sym_declare_statement_token1] = ACTIONS(1490), - [aux_sym_declare_statement_token2] = ACTIONS(1490), - [sym_float] = ACTIONS(1490), - [aux_sym_try_statement_token1] = ACTIONS(1490), - [aux_sym_goto_statement_token1] = ACTIONS(1490), - [aux_sym_continue_statement_token1] = ACTIONS(1490), - [aux_sym_break_statement_token1] = ACTIONS(1490), - [sym_integer] = ACTIONS(1490), - [aux_sym_return_statement_token1] = ACTIONS(1490), - [aux_sym_throw_expression_token1] = ACTIONS(1490), - [aux_sym_while_statement_token1] = ACTIONS(1490), - [aux_sym_while_statement_token2] = ACTIONS(1490), - [aux_sym_do_statement_token1] = ACTIONS(1490), - [aux_sym_for_statement_token1] = ACTIONS(1490), - [aux_sym_for_statement_token2] = ACTIONS(1490), - [aux_sym_foreach_statement_token1] = ACTIONS(1490), - [aux_sym_foreach_statement_token2] = ACTIONS(1490), - [aux_sym_if_statement_token1] = ACTIONS(1490), - [aux_sym_if_statement_token2] = ACTIONS(1490), - [aux_sym_else_if_clause_token1] = ACTIONS(1490), - [aux_sym_else_clause_token1] = ACTIONS(1490), - [aux_sym_match_expression_token1] = ACTIONS(1490), - [aux_sym_match_default_expression_token1] = ACTIONS(1490), - [aux_sym_switch_statement_token1] = ACTIONS(1490), - [aux_sym_switch_block_token1] = ACTIONS(1490), - [anon_sym_PLUS] = ACTIONS(1490), - [anon_sym_DASH] = ACTIONS(1490), - [anon_sym_TILDE] = ACTIONS(1488), - [anon_sym_BANG] = ACTIONS(1488), - [anon_sym_AT] = ACTIONS(1488), - [aux_sym_clone_expression_token1] = ACTIONS(1490), - [aux_sym_print_intrinsic_token1] = ACTIONS(1490), - [aux_sym_object_creation_expression_token1] = ACTIONS(1490), - [anon_sym_DASH_DASH] = ACTIONS(1488), - [anon_sym_PLUS_PLUS] = ACTIONS(1488), - [aux_sym__list_destructing_token1] = ACTIONS(1490), - [anon_sym_LBRACK] = ACTIONS(1488), - [anon_sym_self] = ACTIONS(1490), - [anon_sym_parent] = ACTIONS(1490), - [aux_sym__argument_name_token1] = ACTIONS(1490), - [aux_sym__argument_name_token2] = ACTIONS(1490), - [anon_sym_POUND_LBRACK] = ACTIONS(1488), - [aux_sym_encapsed_string_token1] = ACTIONS(1488), - [anon_sym_DQUOTE] = ACTIONS(1488), - [aux_sym_string_token1] = ACTIONS(1488), - [anon_sym_SQUOTE] = ACTIONS(1488), - [anon_sym_LT_LT_LT] = ACTIONS(1488), - [anon_sym_BQUOTE] = ACTIONS(1488), - [anon_sym_DOLLAR] = ACTIONS(1488), - [aux_sym_yield_expression_token1] = ACTIONS(1490), - [aux_sym_include_expression_token1] = ACTIONS(1490), - [aux_sym_include_once_expression_token1] = ACTIONS(1490), - [aux_sym_require_expression_token1] = ACTIONS(1490), - [aux_sym_require_once_expression_token1] = ACTIONS(1490), - [sym_comment] = ACTIONS(5), - }, - [555] = { - [sym_text_interpolation] = STATE(555), - [ts_builtin_sym_end] = ACTIONS(1492), - [sym_name] = ACTIONS(1494), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1492), - [aux_sym_function_static_declaration_token1] = ACTIONS(1494), - [aux_sym_global_declaration_token1] = ACTIONS(1494), - [aux_sym_namespace_definition_token1] = ACTIONS(1494), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1494), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1494), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1494), - [anon_sym_BSLASH] = ACTIONS(1492), - [anon_sym_LBRACE] = ACTIONS(1492), - [anon_sym_RBRACE] = ACTIONS(1492), - [aux_sym_trait_declaration_token1] = ACTIONS(1494), - [aux_sym_interface_declaration_token1] = ACTIONS(1494), - [aux_sym_enum_declaration_token1] = ACTIONS(1494), - [aux_sym_enum_case_token1] = ACTIONS(1494), - [aux_sym_class_declaration_token1] = ACTIONS(1494), - [aux_sym_final_modifier_token1] = ACTIONS(1494), - [aux_sym_abstract_modifier_token1] = ACTIONS(1494), - [aux_sym_readonly_modifier_token1] = ACTIONS(1494), - [sym_var_modifier] = ACTIONS(1494), - [aux_sym_visibility_modifier_token1] = ACTIONS(1494), - [aux_sym_visibility_modifier_token2] = ACTIONS(1494), - [aux_sym_visibility_modifier_token3] = ACTIONS(1494), - [aux_sym__arrow_function_header_token1] = ACTIONS(1494), - [anon_sym_LPAREN] = ACTIONS(1492), - [aux_sym_cast_type_token1] = ACTIONS(1494), - [aux_sym_echo_statement_token1] = ACTIONS(1494), - [aux_sym_exit_statement_token1] = ACTIONS(1494), - [anon_sym_unset] = ACTIONS(1494), - [aux_sym_declare_statement_token1] = ACTIONS(1494), - [aux_sym_declare_statement_token2] = ACTIONS(1494), - [sym_float] = ACTIONS(1494), - [aux_sym_try_statement_token1] = ACTIONS(1494), - [aux_sym_goto_statement_token1] = ACTIONS(1494), - [aux_sym_continue_statement_token1] = ACTIONS(1494), - [aux_sym_break_statement_token1] = ACTIONS(1494), - [sym_integer] = ACTIONS(1494), - [aux_sym_return_statement_token1] = ACTIONS(1494), - [aux_sym_throw_expression_token1] = ACTIONS(1494), - [aux_sym_while_statement_token1] = ACTIONS(1494), - [aux_sym_while_statement_token2] = ACTIONS(1494), - [aux_sym_do_statement_token1] = ACTIONS(1494), - [aux_sym_for_statement_token1] = ACTIONS(1494), - [aux_sym_for_statement_token2] = ACTIONS(1494), - [aux_sym_foreach_statement_token1] = ACTIONS(1494), - [aux_sym_foreach_statement_token2] = ACTIONS(1494), - [aux_sym_if_statement_token1] = ACTIONS(1494), - [aux_sym_if_statement_token2] = ACTIONS(1494), - [aux_sym_else_if_clause_token1] = ACTIONS(1494), - [aux_sym_else_clause_token1] = ACTIONS(1494), - [aux_sym_match_expression_token1] = ACTIONS(1494), - [aux_sym_match_default_expression_token1] = ACTIONS(1494), - [aux_sym_switch_statement_token1] = ACTIONS(1494), - [aux_sym_switch_block_token1] = ACTIONS(1494), - [anon_sym_PLUS] = ACTIONS(1494), - [anon_sym_DASH] = ACTIONS(1494), - [anon_sym_TILDE] = ACTIONS(1492), - [anon_sym_BANG] = ACTIONS(1492), - [anon_sym_AT] = ACTIONS(1492), - [aux_sym_clone_expression_token1] = ACTIONS(1494), - [aux_sym_print_intrinsic_token1] = ACTIONS(1494), - [aux_sym_object_creation_expression_token1] = ACTIONS(1494), - [anon_sym_DASH_DASH] = ACTIONS(1492), - [anon_sym_PLUS_PLUS] = ACTIONS(1492), - [aux_sym__list_destructing_token1] = ACTIONS(1494), - [anon_sym_LBRACK] = ACTIONS(1492), - [anon_sym_self] = ACTIONS(1494), - [anon_sym_parent] = ACTIONS(1494), - [aux_sym__argument_name_token1] = ACTIONS(1494), - [aux_sym__argument_name_token2] = ACTIONS(1494), - [anon_sym_POUND_LBRACK] = ACTIONS(1492), - [aux_sym_encapsed_string_token1] = ACTIONS(1492), - [anon_sym_DQUOTE] = ACTIONS(1492), - [aux_sym_string_token1] = ACTIONS(1492), - [anon_sym_SQUOTE] = ACTIONS(1492), - [anon_sym_LT_LT_LT] = ACTIONS(1492), - [anon_sym_BQUOTE] = ACTIONS(1492), - [anon_sym_DOLLAR] = ACTIONS(1492), - [aux_sym_yield_expression_token1] = ACTIONS(1494), - [aux_sym_include_expression_token1] = ACTIONS(1494), - [aux_sym_include_once_expression_token1] = ACTIONS(1494), - [aux_sym_require_expression_token1] = ACTIONS(1494), - [aux_sym_require_once_expression_token1] = ACTIONS(1494), - [sym_comment] = ACTIONS(5), - }, - [556] = { - [sym_text_interpolation] = STATE(556), - [ts_builtin_sym_end] = ACTIONS(1496), - [sym_name] = ACTIONS(1498), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1496), - [aux_sym_function_static_declaration_token1] = ACTIONS(1498), - [aux_sym_global_declaration_token1] = ACTIONS(1498), - [aux_sym_namespace_definition_token1] = ACTIONS(1498), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1498), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1498), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1498), - [anon_sym_BSLASH] = ACTIONS(1496), - [anon_sym_LBRACE] = ACTIONS(1496), - [anon_sym_RBRACE] = ACTIONS(1496), - [aux_sym_trait_declaration_token1] = ACTIONS(1498), - [aux_sym_interface_declaration_token1] = ACTIONS(1498), - [aux_sym_enum_declaration_token1] = ACTIONS(1498), - [aux_sym_enum_case_token1] = ACTIONS(1498), - [aux_sym_class_declaration_token1] = ACTIONS(1498), - [aux_sym_final_modifier_token1] = ACTIONS(1498), - [aux_sym_abstract_modifier_token1] = ACTIONS(1498), - [aux_sym_readonly_modifier_token1] = ACTIONS(1498), - [sym_var_modifier] = ACTIONS(1498), - [aux_sym_visibility_modifier_token1] = ACTIONS(1498), - [aux_sym_visibility_modifier_token2] = ACTIONS(1498), - [aux_sym_visibility_modifier_token3] = ACTIONS(1498), - [aux_sym__arrow_function_header_token1] = ACTIONS(1498), - [anon_sym_LPAREN] = ACTIONS(1496), - [aux_sym_cast_type_token1] = ACTIONS(1498), - [aux_sym_echo_statement_token1] = ACTIONS(1498), - [aux_sym_exit_statement_token1] = ACTIONS(1498), - [anon_sym_unset] = ACTIONS(1498), - [aux_sym_declare_statement_token1] = ACTIONS(1498), - [aux_sym_declare_statement_token2] = ACTIONS(1498), - [sym_float] = ACTIONS(1498), - [aux_sym_try_statement_token1] = ACTIONS(1498), - [aux_sym_goto_statement_token1] = ACTIONS(1498), - [aux_sym_continue_statement_token1] = ACTIONS(1498), - [aux_sym_break_statement_token1] = ACTIONS(1498), - [sym_integer] = ACTIONS(1498), - [aux_sym_return_statement_token1] = ACTIONS(1498), - [aux_sym_throw_expression_token1] = ACTIONS(1498), - [aux_sym_while_statement_token1] = ACTIONS(1498), - [aux_sym_while_statement_token2] = ACTIONS(1498), - [aux_sym_do_statement_token1] = ACTIONS(1498), - [aux_sym_for_statement_token1] = ACTIONS(1498), - [aux_sym_for_statement_token2] = ACTIONS(1498), - [aux_sym_foreach_statement_token1] = ACTIONS(1498), - [aux_sym_foreach_statement_token2] = ACTIONS(1498), - [aux_sym_if_statement_token1] = ACTIONS(1498), - [aux_sym_if_statement_token2] = ACTIONS(1498), - [aux_sym_else_if_clause_token1] = ACTIONS(1498), - [aux_sym_else_clause_token1] = ACTIONS(1498), - [aux_sym_match_expression_token1] = ACTIONS(1498), - [aux_sym_match_default_expression_token1] = ACTIONS(1498), - [aux_sym_switch_statement_token1] = ACTIONS(1498), - [aux_sym_switch_block_token1] = ACTIONS(1498), - [anon_sym_PLUS] = ACTIONS(1498), - [anon_sym_DASH] = ACTIONS(1498), - [anon_sym_TILDE] = ACTIONS(1496), - [anon_sym_BANG] = ACTIONS(1496), - [anon_sym_AT] = ACTIONS(1496), - [aux_sym_clone_expression_token1] = ACTIONS(1498), - [aux_sym_print_intrinsic_token1] = ACTIONS(1498), - [aux_sym_object_creation_expression_token1] = ACTIONS(1498), - [anon_sym_DASH_DASH] = ACTIONS(1496), - [anon_sym_PLUS_PLUS] = ACTIONS(1496), - [aux_sym__list_destructing_token1] = ACTIONS(1498), - [anon_sym_LBRACK] = ACTIONS(1496), - [anon_sym_self] = ACTIONS(1498), - [anon_sym_parent] = ACTIONS(1498), - [aux_sym__argument_name_token1] = ACTIONS(1498), - [aux_sym__argument_name_token2] = ACTIONS(1498), - [anon_sym_POUND_LBRACK] = ACTIONS(1496), - [aux_sym_encapsed_string_token1] = ACTIONS(1496), - [anon_sym_DQUOTE] = ACTIONS(1496), - [aux_sym_string_token1] = ACTIONS(1496), - [anon_sym_SQUOTE] = ACTIONS(1496), - [anon_sym_LT_LT_LT] = ACTIONS(1496), - [anon_sym_BQUOTE] = ACTIONS(1496), - [anon_sym_DOLLAR] = ACTIONS(1496), - [aux_sym_yield_expression_token1] = ACTIONS(1498), - [aux_sym_include_expression_token1] = ACTIONS(1498), - [aux_sym_include_once_expression_token1] = ACTIONS(1498), - [aux_sym_require_expression_token1] = ACTIONS(1498), - [aux_sym_require_once_expression_token1] = ACTIONS(1498), - [sym_comment] = ACTIONS(5), - }, - [557] = { - [sym_text_interpolation] = STATE(557), - [ts_builtin_sym_end] = ACTIONS(1500), - [sym_name] = ACTIONS(1502), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1500), - [aux_sym_function_static_declaration_token1] = ACTIONS(1502), - [aux_sym_global_declaration_token1] = ACTIONS(1502), - [aux_sym_namespace_definition_token1] = ACTIONS(1502), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1502), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1502), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1502), - [anon_sym_BSLASH] = ACTIONS(1500), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_RBRACE] = ACTIONS(1500), - [aux_sym_trait_declaration_token1] = ACTIONS(1502), - [aux_sym_interface_declaration_token1] = ACTIONS(1502), - [aux_sym_enum_declaration_token1] = ACTIONS(1502), - [aux_sym_enum_case_token1] = ACTIONS(1502), - [aux_sym_class_declaration_token1] = ACTIONS(1502), - [aux_sym_final_modifier_token1] = ACTIONS(1502), - [aux_sym_abstract_modifier_token1] = ACTIONS(1502), - [aux_sym_readonly_modifier_token1] = ACTIONS(1502), - [sym_var_modifier] = ACTIONS(1502), - [aux_sym_visibility_modifier_token1] = ACTIONS(1502), - [aux_sym_visibility_modifier_token2] = ACTIONS(1502), - [aux_sym_visibility_modifier_token3] = ACTIONS(1502), - [aux_sym__arrow_function_header_token1] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1500), - [aux_sym_cast_type_token1] = ACTIONS(1502), - [aux_sym_echo_statement_token1] = ACTIONS(1502), - [aux_sym_exit_statement_token1] = ACTIONS(1502), - [anon_sym_unset] = ACTIONS(1502), - [aux_sym_declare_statement_token1] = ACTIONS(1502), - [aux_sym_declare_statement_token2] = ACTIONS(1502), - [sym_float] = ACTIONS(1502), - [aux_sym_try_statement_token1] = ACTIONS(1502), - [aux_sym_goto_statement_token1] = ACTIONS(1502), - [aux_sym_continue_statement_token1] = ACTIONS(1502), - [aux_sym_break_statement_token1] = ACTIONS(1502), - [sym_integer] = ACTIONS(1502), - [aux_sym_return_statement_token1] = ACTIONS(1502), - [aux_sym_throw_expression_token1] = ACTIONS(1502), - [aux_sym_while_statement_token1] = ACTIONS(1502), - [aux_sym_while_statement_token2] = ACTIONS(1502), - [aux_sym_do_statement_token1] = ACTIONS(1502), - [aux_sym_for_statement_token1] = ACTIONS(1502), - [aux_sym_for_statement_token2] = ACTIONS(1502), - [aux_sym_foreach_statement_token1] = ACTIONS(1502), - [aux_sym_foreach_statement_token2] = ACTIONS(1502), - [aux_sym_if_statement_token1] = ACTIONS(1502), - [aux_sym_if_statement_token2] = ACTIONS(1502), - [aux_sym_else_if_clause_token1] = ACTIONS(1502), - [aux_sym_else_clause_token1] = ACTIONS(1502), - [aux_sym_match_expression_token1] = ACTIONS(1502), - [aux_sym_match_default_expression_token1] = ACTIONS(1502), - [aux_sym_switch_statement_token1] = ACTIONS(1502), - [aux_sym_switch_block_token1] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_AT] = ACTIONS(1500), - [aux_sym_clone_expression_token1] = ACTIONS(1502), - [aux_sym_print_intrinsic_token1] = ACTIONS(1502), - [aux_sym_object_creation_expression_token1] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [aux_sym__list_destructing_token1] = ACTIONS(1502), - [anon_sym_LBRACK] = ACTIONS(1500), - [anon_sym_self] = ACTIONS(1502), - [anon_sym_parent] = ACTIONS(1502), - [aux_sym__argument_name_token1] = ACTIONS(1502), - [aux_sym__argument_name_token2] = ACTIONS(1502), - [anon_sym_POUND_LBRACK] = ACTIONS(1500), - [aux_sym_encapsed_string_token1] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [aux_sym_string_token1] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_LT_LT_LT] = ACTIONS(1500), - [anon_sym_BQUOTE] = ACTIONS(1500), - [anon_sym_DOLLAR] = ACTIONS(1500), - [aux_sym_yield_expression_token1] = ACTIONS(1502), - [aux_sym_include_expression_token1] = ACTIONS(1502), - [aux_sym_include_once_expression_token1] = ACTIONS(1502), - [aux_sym_require_expression_token1] = ACTIONS(1502), - [aux_sym_require_once_expression_token1] = ACTIONS(1502), - [sym_comment] = ACTIONS(5), - }, - [558] = { - [sym_text_interpolation] = STATE(558), - [ts_builtin_sym_end] = ACTIONS(1504), - [sym_name] = ACTIONS(1506), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1504), - [aux_sym_function_static_declaration_token1] = ACTIONS(1506), - [aux_sym_global_declaration_token1] = ACTIONS(1506), - [aux_sym_namespace_definition_token1] = ACTIONS(1506), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1506), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1506), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1506), - [anon_sym_BSLASH] = ACTIONS(1504), - [anon_sym_LBRACE] = ACTIONS(1504), - [anon_sym_RBRACE] = ACTIONS(1504), - [aux_sym_trait_declaration_token1] = ACTIONS(1506), - [aux_sym_interface_declaration_token1] = ACTIONS(1506), - [aux_sym_enum_declaration_token1] = ACTIONS(1506), - [aux_sym_enum_case_token1] = ACTIONS(1506), - [aux_sym_class_declaration_token1] = ACTIONS(1506), - [aux_sym_final_modifier_token1] = ACTIONS(1506), - [aux_sym_abstract_modifier_token1] = ACTIONS(1506), - [aux_sym_readonly_modifier_token1] = ACTIONS(1506), - [sym_var_modifier] = ACTIONS(1506), - [aux_sym_visibility_modifier_token1] = ACTIONS(1506), - [aux_sym_visibility_modifier_token2] = ACTIONS(1506), - [aux_sym_visibility_modifier_token3] = ACTIONS(1506), - [aux_sym__arrow_function_header_token1] = ACTIONS(1506), - [anon_sym_LPAREN] = ACTIONS(1504), - [aux_sym_cast_type_token1] = ACTIONS(1506), - [aux_sym_echo_statement_token1] = ACTIONS(1506), - [aux_sym_exit_statement_token1] = ACTIONS(1506), - [anon_sym_unset] = ACTIONS(1506), - [aux_sym_declare_statement_token1] = ACTIONS(1506), - [aux_sym_declare_statement_token2] = ACTIONS(1506), - [sym_float] = ACTIONS(1506), - [aux_sym_try_statement_token1] = ACTIONS(1506), - [aux_sym_goto_statement_token1] = ACTIONS(1506), - [aux_sym_continue_statement_token1] = ACTIONS(1506), - [aux_sym_break_statement_token1] = ACTIONS(1506), - [sym_integer] = ACTIONS(1506), - [aux_sym_return_statement_token1] = ACTIONS(1506), - [aux_sym_throw_expression_token1] = ACTIONS(1506), - [aux_sym_while_statement_token1] = ACTIONS(1506), - [aux_sym_while_statement_token2] = ACTIONS(1506), - [aux_sym_do_statement_token1] = ACTIONS(1506), - [aux_sym_for_statement_token1] = ACTIONS(1506), - [aux_sym_for_statement_token2] = ACTIONS(1506), - [aux_sym_foreach_statement_token1] = ACTIONS(1506), - [aux_sym_foreach_statement_token2] = ACTIONS(1506), - [aux_sym_if_statement_token1] = ACTIONS(1506), - [aux_sym_if_statement_token2] = ACTIONS(1506), - [aux_sym_else_if_clause_token1] = ACTIONS(1506), - [aux_sym_else_clause_token1] = ACTIONS(1506), - [aux_sym_match_expression_token1] = ACTIONS(1506), - [aux_sym_match_default_expression_token1] = ACTIONS(1506), - [aux_sym_switch_statement_token1] = ACTIONS(1506), - [aux_sym_switch_block_token1] = ACTIONS(1506), - [anon_sym_PLUS] = ACTIONS(1506), - [anon_sym_DASH] = ACTIONS(1506), - [anon_sym_TILDE] = ACTIONS(1504), - [anon_sym_BANG] = ACTIONS(1504), - [anon_sym_AT] = ACTIONS(1504), - [aux_sym_clone_expression_token1] = ACTIONS(1506), - [aux_sym_print_intrinsic_token1] = ACTIONS(1506), - [aux_sym_object_creation_expression_token1] = ACTIONS(1506), - [anon_sym_DASH_DASH] = ACTIONS(1504), - [anon_sym_PLUS_PLUS] = ACTIONS(1504), - [aux_sym__list_destructing_token1] = ACTIONS(1506), - [anon_sym_LBRACK] = ACTIONS(1504), - [anon_sym_self] = ACTIONS(1506), - [anon_sym_parent] = ACTIONS(1506), - [aux_sym__argument_name_token1] = ACTIONS(1506), - [aux_sym__argument_name_token2] = ACTIONS(1506), - [anon_sym_POUND_LBRACK] = ACTIONS(1504), - [aux_sym_encapsed_string_token1] = ACTIONS(1504), - [anon_sym_DQUOTE] = ACTIONS(1504), - [aux_sym_string_token1] = ACTIONS(1504), - [anon_sym_SQUOTE] = ACTIONS(1504), - [anon_sym_LT_LT_LT] = ACTIONS(1504), - [anon_sym_BQUOTE] = ACTIONS(1504), - [anon_sym_DOLLAR] = ACTIONS(1504), - [aux_sym_yield_expression_token1] = ACTIONS(1506), - [aux_sym_include_expression_token1] = ACTIONS(1506), - [aux_sym_include_once_expression_token1] = ACTIONS(1506), - [aux_sym_require_expression_token1] = ACTIONS(1506), - [aux_sym_require_once_expression_token1] = ACTIONS(1506), - [sym_comment] = ACTIONS(5), - }, - [559] = { - [sym_text_interpolation] = STATE(559), - [ts_builtin_sym_end] = ACTIONS(1508), - [sym_name] = ACTIONS(1510), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1508), - [aux_sym_function_static_declaration_token1] = ACTIONS(1510), - [aux_sym_global_declaration_token1] = ACTIONS(1510), - [aux_sym_namespace_definition_token1] = ACTIONS(1510), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1510), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1510), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1510), - [anon_sym_BSLASH] = ACTIONS(1508), - [anon_sym_LBRACE] = ACTIONS(1508), - [anon_sym_RBRACE] = ACTIONS(1508), - [aux_sym_trait_declaration_token1] = ACTIONS(1510), - [aux_sym_interface_declaration_token1] = ACTIONS(1510), - [aux_sym_enum_declaration_token1] = ACTIONS(1510), - [aux_sym_enum_case_token1] = ACTIONS(1510), - [aux_sym_class_declaration_token1] = ACTIONS(1510), - [aux_sym_final_modifier_token1] = ACTIONS(1510), - [aux_sym_abstract_modifier_token1] = ACTIONS(1510), - [aux_sym_readonly_modifier_token1] = ACTIONS(1510), - [sym_var_modifier] = ACTIONS(1510), - [aux_sym_visibility_modifier_token1] = ACTIONS(1510), - [aux_sym_visibility_modifier_token2] = ACTIONS(1510), - [aux_sym_visibility_modifier_token3] = ACTIONS(1510), - [aux_sym__arrow_function_header_token1] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1508), - [aux_sym_cast_type_token1] = ACTIONS(1510), - [aux_sym_echo_statement_token1] = ACTIONS(1510), - [aux_sym_exit_statement_token1] = ACTIONS(1510), - [anon_sym_unset] = ACTIONS(1510), - [aux_sym_declare_statement_token1] = ACTIONS(1510), - [aux_sym_declare_statement_token2] = ACTIONS(1510), - [sym_float] = ACTIONS(1510), - [aux_sym_try_statement_token1] = ACTIONS(1510), - [aux_sym_goto_statement_token1] = ACTIONS(1510), - [aux_sym_continue_statement_token1] = ACTIONS(1510), - [aux_sym_break_statement_token1] = ACTIONS(1510), - [sym_integer] = ACTIONS(1510), - [aux_sym_return_statement_token1] = ACTIONS(1510), - [aux_sym_throw_expression_token1] = ACTIONS(1510), - [aux_sym_while_statement_token1] = ACTIONS(1510), - [aux_sym_while_statement_token2] = ACTIONS(1510), - [aux_sym_do_statement_token1] = ACTIONS(1510), - [aux_sym_for_statement_token1] = ACTIONS(1510), - [aux_sym_for_statement_token2] = ACTIONS(1510), - [aux_sym_foreach_statement_token1] = ACTIONS(1510), - [aux_sym_foreach_statement_token2] = ACTIONS(1510), - [aux_sym_if_statement_token1] = ACTIONS(1510), - [aux_sym_if_statement_token2] = ACTIONS(1510), - [aux_sym_else_if_clause_token1] = ACTIONS(1510), - [aux_sym_else_clause_token1] = ACTIONS(1510), - [aux_sym_match_expression_token1] = ACTIONS(1510), - [aux_sym_match_default_expression_token1] = ACTIONS(1510), - [aux_sym_switch_statement_token1] = ACTIONS(1510), - [aux_sym_switch_block_token1] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1508), - [anon_sym_BANG] = ACTIONS(1508), - [anon_sym_AT] = ACTIONS(1508), - [aux_sym_clone_expression_token1] = ACTIONS(1510), - [aux_sym_print_intrinsic_token1] = ACTIONS(1510), - [aux_sym_object_creation_expression_token1] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1508), - [anon_sym_PLUS_PLUS] = ACTIONS(1508), - [aux_sym__list_destructing_token1] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1508), - [anon_sym_self] = ACTIONS(1510), - [anon_sym_parent] = ACTIONS(1510), - [aux_sym__argument_name_token1] = ACTIONS(1510), - [aux_sym__argument_name_token2] = ACTIONS(1510), - [anon_sym_POUND_LBRACK] = ACTIONS(1508), - [aux_sym_encapsed_string_token1] = ACTIONS(1508), - [anon_sym_DQUOTE] = ACTIONS(1508), - [aux_sym_string_token1] = ACTIONS(1508), - [anon_sym_SQUOTE] = ACTIONS(1508), - [anon_sym_LT_LT_LT] = ACTIONS(1508), - [anon_sym_BQUOTE] = ACTIONS(1508), - [anon_sym_DOLLAR] = ACTIONS(1508), - [aux_sym_yield_expression_token1] = ACTIONS(1510), - [aux_sym_include_expression_token1] = ACTIONS(1510), - [aux_sym_include_once_expression_token1] = ACTIONS(1510), - [aux_sym_require_expression_token1] = ACTIONS(1510), - [aux_sym_require_once_expression_token1] = ACTIONS(1510), - [sym_comment] = ACTIONS(5), - }, - [560] = { - [sym_text_interpolation] = STATE(560), - [ts_builtin_sym_end] = ACTIONS(1512), - [sym_name] = ACTIONS(1514), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1512), - [aux_sym_function_static_declaration_token1] = ACTIONS(1514), - [aux_sym_global_declaration_token1] = ACTIONS(1514), - [aux_sym_namespace_definition_token1] = ACTIONS(1514), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1514), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1514), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1514), - [anon_sym_BSLASH] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1512), - [anon_sym_RBRACE] = ACTIONS(1512), - [aux_sym_trait_declaration_token1] = ACTIONS(1514), - [aux_sym_interface_declaration_token1] = ACTIONS(1514), - [aux_sym_enum_declaration_token1] = ACTIONS(1514), - [aux_sym_enum_case_token1] = ACTIONS(1514), - [aux_sym_class_declaration_token1] = ACTIONS(1514), - [aux_sym_final_modifier_token1] = ACTIONS(1514), - [aux_sym_abstract_modifier_token1] = ACTIONS(1514), - [aux_sym_readonly_modifier_token1] = ACTIONS(1514), - [sym_var_modifier] = ACTIONS(1514), - [aux_sym_visibility_modifier_token1] = ACTIONS(1514), - [aux_sym_visibility_modifier_token2] = ACTIONS(1514), - [aux_sym_visibility_modifier_token3] = ACTIONS(1514), - [aux_sym__arrow_function_header_token1] = ACTIONS(1514), - [anon_sym_LPAREN] = ACTIONS(1512), - [aux_sym_cast_type_token1] = ACTIONS(1514), - [aux_sym_echo_statement_token1] = ACTIONS(1514), - [aux_sym_exit_statement_token1] = ACTIONS(1514), - [anon_sym_unset] = ACTIONS(1514), - [aux_sym_declare_statement_token1] = ACTIONS(1514), - [aux_sym_declare_statement_token2] = ACTIONS(1514), - [sym_float] = ACTIONS(1514), - [aux_sym_try_statement_token1] = ACTIONS(1514), - [aux_sym_goto_statement_token1] = ACTIONS(1514), - [aux_sym_continue_statement_token1] = ACTIONS(1514), - [aux_sym_break_statement_token1] = ACTIONS(1514), - [sym_integer] = ACTIONS(1514), - [aux_sym_return_statement_token1] = ACTIONS(1514), - [aux_sym_throw_expression_token1] = ACTIONS(1514), - [aux_sym_while_statement_token1] = ACTIONS(1514), - [aux_sym_while_statement_token2] = ACTIONS(1514), - [aux_sym_do_statement_token1] = ACTIONS(1514), - [aux_sym_for_statement_token1] = ACTIONS(1514), - [aux_sym_for_statement_token2] = ACTIONS(1514), - [aux_sym_foreach_statement_token1] = ACTIONS(1514), - [aux_sym_foreach_statement_token2] = ACTIONS(1514), - [aux_sym_if_statement_token1] = ACTIONS(1514), - [aux_sym_if_statement_token2] = ACTIONS(1514), - [aux_sym_else_if_clause_token1] = ACTIONS(1514), - [aux_sym_else_clause_token1] = ACTIONS(1514), - [aux_sym_match_expression_token1] = ACTIONS(1514), - [aux_sym_match_default_expression_token1] = ACTIONS(1514), - [aux_sym_switch_statement_token1] = ACTIONS(1514), - [aux_sym_switch_block_token1] = ACTIONS(1514), - [anon_sym_PLUS] = ACTIONS(1514), - [anon_sym_DASH] = ACTIONS(1514), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_AT] = ACTIONS(1512), - [aux_sym_clone_expression_token1] = ACTIONS(1514), - [aux_sym_print_intrinsic_token1] = ACTIONS(1514), - [aux_sym_object_creation_expression_token1] = ACTIONS(1514), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [aux_sym__list_destructing_token1] = ACTIONS(1514), - [anon_sym_LBRACK] = ACTIONS(1512), - [anon_sym_self] = ACTIONS(1514), - [anon_sym_parent] = ACTIONS(1514), - [aux_sym__argument_name_token1] = ACTIONS(1514), - [aux_sym__argument_name_token2] = ACTIONS(1514), - [anon_sym_POUND_LBRACK] = ACTIONS(1512), - [aux_sym_encapsed_string_token1] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [aux_sym_string_token1] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_LT_LT_LT] = ACTIONS(1512), - [anon_sym_BQUOTE] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [aux_sym_yield_expression_token1] = ACTIONS(1514), - [aux_sym_include_expression_token1] = ACTIONS(1514), - [aux_sym_include_once_expression_token1] = ACTIONS(1514), - [aux_sym_require_expression_token1] = ACTIONS(1514), - [aux_sym_require_once_expression_token1] = ACTIONS(1514), - [sym_comment] = ACTIONS(5), - }, - [561] = { - [sym_text_interpolation] = STATE(561), - [ts_builtin_sym_end] = ACTIONS(1516), - [sym_name] = ACTIONS(1518), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1516), - [aux_sym_function_static_declaration_token1] = ACTIONS(1518), - [aux_sym_global_declaration_token1] = ACTIONS(1518), - [aux_sym_namespace_definition_token1] = ACTIONS(1518), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1518), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1518), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1518), - [anon_sym_BSLASH] = ACTIONS(1516), - [anon_sym_LBRACE] = ACTIONS(1516), - [anon_sym_RBRACE] = ACTIONS(1516), - [aux_sym_trait_declaration_token1] = ACTIONS(1518), - [aux_sym_interface_declaration_token1] = ACTIONS(1518), - [aux_sym_enum_declaration_token1] = ACTIONS(1518), - [aux_sym_enum_case_token1] = ACTIONS(1518), - [aux_sym_class_declaration_token1] = ACTIONS(1518), - [aux_sym_final_modifier_token1] = ACTIONS(1518), - [aux_sym_abstract_modifier_token1] = ACTIONS(1518), - [aux_sym_readonly_modifier_token1] = ACTIONS(1518), - [sym_var_modifier] = ACTIONS(1518), - [aux_sym_visibility_modifier_token1] = ACTIONS(1518), - [aux_sym_visibility_modifier_token2] = ACTIONS(1518), - [aux_sym_visibility_modifier_token3] = ACTIONS(1518), - [aux_sym__arrow_function_header_token1] = ACTIONS(1518), - [anon_sym_LPAREN] = ACTIONS(1516), - [aux_sym_cast_type_token1] = ACTIONS(1518), - [aux_sym_echo_statement_token1] = ACTIONS(1518), - [aux_sym_exit_statement_token1] = ACTIONS(1518), - [anon_sym_unset] = ACTIONS(1518), - [aux_sym_declare_statement_token1] = ACTIONS(1518), - [aux_sym_declare_statement_token2] = ACTIONS(1518), - [sym_float] = ACTIONS(1518), - [aux_sym_try_statement_token1] = ACTIONS(1518), - [aux_sym_goto_statement_token1] = ACTIONS(1518), - [aux_sym_continue_statement_token1] = ACTIONS(1518), - [aux_sym_break_statement_token1] = ACTIONS(1518), - [sym_integer] = ACTIONS(1518), - [aux_sym_return_statement_token1] = ACTIONS(1518), - [aux_sym_throw_expression_token1] = ACTIONS(1518), - [aux_sym_while_statement_token1] = ACTIONS(1518), - [aux_sym_while_statement_token2] = ACTIONS(1518), - [aux_sym_do_statement_token1] = ACTIONS(1518), - [aux_sym_for_statement_token1] = ACTIONS(1518), - [aux_sym_for_statement_token2] = ACTIONS(1518), - [aux_sym_foreach_statement_token1] = ACTIONS(1518), - [aux_sym_foreach_statement_token2] = ACTIONS(1518), - [aux_sym_if_statement_token1] = ACTIONS(1518), - [aux_sym_if_statement_token2] = ACTIONS(1518), - [aux_sym_else_if_clause_token1] = ACTIONS(1518), - [aux_sym_else_clause_token1] = ACTIONS(1518), - [aux_sym_match_expression_token1] = ACTIONS(1518), - [aux_sym_match_default_expression_token1] = ACTIONS(1518), - [aux_sym_switch_statement_token1] = ACTIONS(1518), - [aux_sym_switch_block_token1] = ACTIONS(1518), - [anon_sym_PLUS] = ACTIONS(1518), - [anon_sym_DASH] = ACTIONS(1518), - [anon_sym_TILDE] = ACTIONS(1516), - [anon_sym_BANG] = ACTIONS(1516), - [anon_sym_AT] = ACTIONS(1516), - [aux_sym_clone_expression_token1] = ACTIONS(1518), - [aux_sym_print_intrinsic_token1] = ACTIONS(1518), - [aux_sym_object_creation_expression_token1] = ACTIONS(1518), - [anon_sym_DASH_DASH] = ACTIONS(1516), - [anon_sym_PLUS_PLUS] = ACTIONS(1516), - [aux_sym__list_destructing_token1] = ACTIONS(1518), - [anon_sym_LBRACK] = ACTIONS(1516), - [anon_sym_self] = ACTIONS(1518), - [anon_sym_parent] = ACTIONS(1518), - [aux_sym__argument_name_token1] = ACTIONS(1518), - [aux_sym__argument_name_token2] = ACTIONS(1518), - [anon_sym_POUND_LBRACK] = ACTIONS(1516), - [aux_sym_encapsed_string_token1] = ACTIONS(1516), - [anon_sym_DQUOTE] = ACTIONS(1516), - [aux_sym_string_token1] = ACTIONS(1516), - [anon_sym_SQUOTE] = ACTIONS(1516), - [anon_sym_LT_LT_LT] = ACTIONS(1516), - [anon_sym_BQUOTE] = ACTIONS(1516), - [anon_sym_DOLLAR] = ACTIONS(1516), - [aux_sym_yield_expression_token1] = ACTIONS(1518), - [aux_sym_include_expression_token1] = ACTIONS(1518), - [aux_sym_include_once_expression_token1] = ACTIONS(1518), - [aux_sym_require_expression_token1] = ACTIONS(1518), - [aux_sym_require_once_expression_token1] = ACTIONS(1518), - [sym_comment] = ACTIONS(5), - }, - [562] = { - [sym_text_interpolation] = STATE(562), - [ts_builtin_sym_end] = ACTIONS(1500), - [sym_name] = ACTIONS(1502), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1500), - [aux_sym_function_static_declaration_token1] = ACTIONS(1502), - [aux_sym_global_declaration_token1] = ACTIONS(1502), - [aux_sym_namespace_definition_token1] = ACTIONS(1502), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1502), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1502), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1502), - [anon_sym_BSLASH] = ACTIONS(1500), - [anon_sym_LBRACE] = ACTIONS(1500), - [anon_sym_RBRACE] = ACTIONS(1500), - [aux_sym_trait_declaration_token1] = ACTIONS(1502), - [aux_sym_interface_declaration_token1] = ACTIONS(1502), - [aux_sym_enum_declaration_token1] = ACTIONS(1502), - [aux_sym_enum_case_token1] = ACTIONS(1502), - [aux_sym_class_declaration_token1] = ACTIONS(1502), - [aux_sym_final_modifier_token1] = ACTIONS(1502), - [aux_sym_abstract_modifier_token1] = ACTIONS(1502), - [aux_sym_readonly_modifier_token1] = ACTIONS(1502), - [sym_var_modifier] = ACTIONS(1502), - [aux_sym_visibility_modifier_token1] = ACTIONS(1502), - [aux_sym_visibility_modifier_token2] = ACTIONS(1502), - [aux_sym_visibility_modifier_token3] = ACTIONS(1502), - [aux_sym__arrow_function_header_token1] = ACTIONS(1502), - [anon_sym_LPAREN] = ACTIONS(1500), - [aux_sym_cast_type_token1] = ACTIONS(1502), - [aux_sym_echo_statement_token1] = ACTIONS(1502), - [aux_sym_exit_statement_token1] = ACTIONS(1502), - [anon_sym_unset] = ACTIONS(1502), - [aux_sym_declare_statement_token1] = ACTIONS(1502), - [aux_sym_declare_statement_token2] = ACTIONS(1502), - [sym_float] = ACTIONS(1502), - [aux_sym_try_statement_token1] = ACTIONS(1502), - [aux_sym_goto_statement_token1] = ACTIONS(1502), - [aux_sym_continue_statement_token1] = ACTIONS(1502), - [aux_sym_break_statement_token1] = ACTIONS(1502), - [sym_integer] = ACTIONS(1502), - [aux_sym_return_statement_token1] = ACTIONS(1502), - [aux_sym_throw_expression_token1] = ACTIONS(1502), - [aux_sym_while_statement_token1] = ACTIONS(1502), - [aux_sym_while_statement_token2] = ACTIONS(1502), - [aux_sym_do_statement_token1] = ACTIONS(1502), - [aux_sym_for_statement_token1] = ACTIONS(1502), - [aux_sym_for_statement_token2] = ACTIONS(1502), - [aux_sym_foreach_statement_token1] = ACTIONS(1502), - [aux_sym_foreach_statement_token2] = ACTIONS(1502), - [aux_sym_if_statement_token1] = ACTIONS(1502), - [aux_sym_if_statement_token2] = ACTIONS(1502), - [aux_sym_else_if_clause_token1] = ACTIONS(1502), - [aux_sym_else_clause_token1] = ACTIONS(1502), - [aux_sym_match_expression_token1] = ACTIONS(1502), - [aux_sym_match_default_expression_token1] = ACTIONS(1502), - [aux_sym_switch_statement_token1] = ACTIONS(1502), - [aux_sym_switch_block_token1] = ACTIONS(1502), - [anon_sym_PLUS] = ACTIONS(1502), - [anon_sym_DASH] = ACTIONS(1502), - [anon_sym_TILDE] = ACTIONS(1500), - [anon_sym_BANG] = ACTIONS(1500), - [anon_sym_AT] = ACTIONS(1500), - [aux_sym_clone_expression_token1] = ACTIONS(1502), - [aux_sym_print_intrinsic_token1] = ACTIONS(1502), - [aux_sym_object_creation_expression_token1] = ACTIONS(1502), - [anon_sym_DASH_DASH] = ACTIONS(1500), - [anon_sym_PLUS_PLUS] = ACTIONS(1500), - [aux_sym__list_destructing_token1] = ACTIONS(1502), - [anon_sym_LBRACK] = ACTIONS(1500), - [anon_sym_self] = ACTIONS(1502), - [anon_sym_parent] = ACTIONS(1502), - [aux_sym__argument_name_token1] = ACTIONS(1502), - [aux_sym__argument_name_token2] = ACTIONS(1502), - [anon_sym_POUND_LBRACK] = ACTIONS(1500), - [aux_sym_encapsed_string_token1] = ACTIONS(1500), - [anon_sym_DQUOTE] = ACTIONS(1500), - [aux_sym_string_token1] = ACTIONS(1500), - [anon_sym_SQUOTE] = ACTIONS(1500), - [anon_sym_LT_LT_LT] = ACTIONS(1500), - [anon_sym_BQUOTE] = ACTIONS(1500), - [anon_sym_DOLLAR] = ACTIONS(1500), - [aux_sym_yield_expression_token1] = ACTIONS(1502), - [aux_sym_include_expression_token1] = ACTIONS(1502), - [aux_sym_include_once_expression_token1] = ACTIONS(1502), - [aux_sym_require_expression_token1] = ACTIONS(1502), - [aux_sym_require_once_expression_token1] = ACTIONS(1502), - [sym_comment] = ACTIONS(5), - }, - [563] = { - [sym_text_interpolation] = STATE(563), - [sym_name] = ACTIONS(1520), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1522), - [aux_sym_function_static_declaration_token1] = ACTIONS(1520), - [aux_sym_global_declaration_token1] = ACTIONS(1520), - [aux_sym_namespace_definition_token1] = ACTIONS(1520), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1520), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1520), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1520), - [anon_sym_BSLASH] = ACTIONS(1522), - [anon_sym_LBRACE] = ACTIONS(1522), - [aux_sym_trait_declaration_token1] = ACTIONS(1520), - [aux_sym_interface_declaration_token1] = ACTIONS(1520), - [aux_sym_enum_declaration_token1] = ACTIONS(1520), - [anon_sym_COLON] = ACTIONS(1522), - [aux_sym_class_declaration_token1] = ACTIONS(1520), - [aux_sym_final_modifier_token1] = ACTIONS(1520), - [aux_sym_abstract_modifier_token1] = ACTIONS(1520), - [aux_sym_readonly_modifier_token1] = ACTIONS(1520), - [sym_var_modifier] = ACTIONS(1520), - [aux_sym_visibility_modifier_token1] = ACTIONS(1520), - [aux_sym_visibility_modifier_token2] = ACTIONS(1520), - [aux_sym_visibility_modifier_token3] = ACTIONS(1520), - [aux_sym__arrow_function_header_token1] = ACTIONS(1520), - [anon_sym_LPAREN] = ACTIONS(1522), - [aux_sym_cast_type_token1] = ACTIONS(1520), - [aux_sym_echo_statement_token1] = ACTIONS(1520), - [aux_sym_exit_statement_token1] = ACTIONS(1520), - [anon_sym_unset] = ACTIONS(1520), - [aux_sym_declare_statement_token1] = ACTIONS(1520), - [sym_float] = ACTIONS(1520), - [aux_sym_try_statement_token1] = ACTIONS(1520), - [aux_sym_goto_statement_token1] = ACTIONS(1520), - [aux_sym_continue_statement_token1] = ACTIONS(1520), - [aux_sym_break_statement_token1] = ACTIONS(1520), - [sym_integer] = ACTIONS(1520), - [aux_sym_return_statement_token1] = ACTIONS(1520), - [aux_sym_throw_expression_token1] = ACTIONS(1520), - [aux_sym_while_statement_token1] = ACTIONS(1520), - [aux_sym_do_statement_token1] = ACTIONS(1520), - [aux_sym_for_statement_token1] = ACTIONS(1520), - [aux_sym_foreach_statement_token1] = ACTIONS(1520), - [aux_sym_if_statement_token1] = ACTIONS(1520), - [aux_sym_match_expression_token1] = ACTIONS(1520), - [aux_sym_switch_statement_token1] = ACTIONS(1520), - [anon_sym_PLUS] = ACTIONS(1520), - [anon_sym_DASH] = ACTIONS(1520), - [anon_sym_TILDE] = ACTIONS(1522), - [anon_sym_BANG] = ACTIONS(1522), - [anon_sym_AT] = ACTIONS(1522), - [aux_sym_clone_expression_token1] = ACTIONS(1520), - [aux_sym_print_intrinsic_token1] = ACTIONS(1520), - [aux_sym_object_creation_expression_token1] = ACTIONS(1520), - [anon_sym_DASH_DASH] = ACTIONS(1522), - [anon_sym_PLUS_PLUS] = ACTIONS(1522), - [aux_sym__list_destructing_token1] = ACTIONS(1520), - [anon_sym_LBRACK] = ACTIONS(1522), - [anon_sym_self] = ACTIONS(1520), - [anon_sym_parent] = ACTIONS(1520), - [aux_sym__argument_name_token1] = ACTIONS(1520), - [aux_sym__argument_name_token2] = ACTIONS(1520), - [anon_sym_POUND_LBRACK] = ACTIONS(1522), - [aux_sym_encapsed_string_token1] = ACTIONS(1522), - [anon_sym_DQUOTE] = ACTIONS(1522), - [aux_sym_string_token1] = ACTIONS(1522), - [anon_sym_SQUOTE] = ACTIONS(1522), - [anon_sym_LT_LT_LT] = ACTIONS(1522), - [anon_sym_BQUOTE] = ACTIONS(1522), - [anon_sym_DOLLAR] = ACTIONS(1522), - [aux_sym_yield_expression_token1] = ACTIONS(1520), - [aux_sym_include_expression_token1] = ACTIONS(1520), - [aux_sym_include_once_expression_token1] = ACTIONS(1520), - [aux_sym_require_expression_token1] = ACTIONS(1520), - [aux_sym_require_once_expression_token1] = ACTIONS(1520), - [sym_comment] = ACTIONS(5), - }, - [564] = { - [sym_text_interpolation] = STATE(564), - [sym_qualified_name] = STATE(695), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2483), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_primary_expression] = STATE(973), - [sym_parenthesized_expression] = STATE(686), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_variable] = STATE(697), - [sym_member_access_expression] = STATE(697), - [sym_nullsafe_member_access_expression] = STATE(697), - [sym_scoped_property_access_expression] = STATE(697), - [sym_function_call_expression] = STATE(639), - [sym_scoped_call_expression] = STATE(639), - [sym__scope_resolution_qualifier] = STATE(2667), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(639), - [sym_nullsafe_member_call_expression] = STATE(639), - [sym_subscript_expression] = STATE(639), - [sym__dereferencable_expression] = STATE(1675), - [sym_array_creation_expression] = STATE(686), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(685), - [sym_dynamic_variable_name] = STATE(639), - [sym_variable_name] = STATE(639), - [sym__reserved_identifier] = STATE(1553), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(1524), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(1526), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(639), - [aux_sym_print_intrinsic_token1] = ACTIONS(649), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(1528), - [sym_comment] = ACTIONS(5), - }, - [565] = { - [sym_text_interpolation] = STATE(565), - [sym_qualified_name] = STATE(695), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2527), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_primary_expression] = STATE(973), - [sym_parenthesized_expression] = STATE(686), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_variable] = STATE(697), - [sym_member_access_expression] = STATE(697), - [sym_nullsafe_member_access_expression] = STATE(697), - [sym_scoped_property_access_expression] = STATE(697), - [sym_function_call_expression] = STATE(639), - [sym_scoped_call_expression] = STATE(639), - [sym__scope_resolution_qualifier] = STATE(2667), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(639), - [sym_nullsafe_member_call_expression] = STATE(639), - [sym_subscript_expression] = STATE(639), - [sym__dereferencable_expression] = STATE(1675), - [sym_array_creation_expression] = STATE(686), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), - [sym_encapsed_string] = STATE(721), - [sym_string] = STATE(721), - [sym_heredoc] = STATE(721), - [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(685), - [sym_dynamic_variable_name] = STATE(639), - [sym_variable_name] = STATE(639), - [sym__reserved_identifier] = STATE(1553), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(1524), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(1526), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(679), - [aux_sym_print_intrinsic_token1] = ACTIONS(689), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(312), - [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), - [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(1528), - [sym_comment] = ACTIONS(5), - }, - [566] = { - [sym_text_interpolation] = STATE(566), - [sym_qualified_name] = STATE(835), - [sym_namespace_name_as_prefix] = STATE(2616), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2270), - [sym__arrow_function_header] = STATE(2613), - [sym_arrow_function] = STATE(1062), - [sym_literal] = STATE(1062), - [sym_throw_expression] = STATE(1062), - [sym_primary_expression] = STATE(1129), - [sym_parenthesized_expression] = STATE(833), - [sym_class_constant_access_expression] = STATE(918), - [sym_print_intrinsic] = STATE(1062), - [sym_anonymous_function_creation_expression] = STATE(1062), - [sym_object_creation_expression] = STATE(1062), - [sym_update_expression] = STATE(1062), - [sym_cast_variable] = STATE(850), - [sym_member_access_expression] = STATE(850), - [sym_nullsafe_member_access_expression] = STATE(850), - [sym_scoped_property_access_expression] = STATE(850), - [sym_function_call_expression] = STATE(766), - [sym_scoped_call_expression] = STATE(766), - [sym__scope_resolution_qualifier] = STATE(2569), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(766), - [sym_nullsafe_member_call_expression] = STATE(766), - [sym_subscript_expression] = STATE(766), - [sym__dereferencable_expression] = STATE(1679), - [sym_array_creation_expression] = STATE(833), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1812), - [sym_encapsed_string] = STATE(868), - [sym_string] = STATE(868), - [sym_heredoc] = STATE(868), - [sym_nowdoc] = STATE(868), - [sym_shell_command_expression] = STATE(1062), - [sym_boolean] = STATE(1105), - [sym_null] = STATE(1105), - [sym__string] = STATE(832), - [sym_dynamic_variable_name] = STATE(766), - [sym_variable_name] = STATE(766), - [sym__reserved_identifier] = STATE(1556), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(1530), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(669), + [516] = { + [sym_text_interpolation] = STATE(516), + [sym_qualified_name] = STATE(857), + [sym__name] = STATE(1588), + [sym_namespace_name] = STATE(2550), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(1078), + [sym__anonymous_function_header] = STATE(2214), + [sym__arrow_function_header] = STATE(2541), + [sym_arrow_function] = STATE(1078), + [sym_literal] = STATE(1078), + [sym_throw_expression] = STATE(1078), + [sym_primary_expression] = STATE(1082), + [sym_parenthesized_expression] = STATE(888), + [sym_class_constant_access_expression] = STATE(957), + [sym_print_intrinsic] = STATE(1078), + [sym_object_creation_expression] = STATE(1078), + [sym__new_non_dereferencable_expression] = STATE(1086), + [sym__new_dereferencable_expression] = STATE(897), + [sym_update_expression] = STATE(1078), + [sym_cast_variable] = STATE(846), + [sym__variable_member_access_expression] = STATE(845), + [sym_member_access_expression] = STATE(846), + [sym__variable_nullsafe_member_access_expression] = STATE(843), + [sym_nullsafe_member_access_expression] = STATE(846), + [sym__variable_scoped_property_access_expression] = STATE(842), + [sym_scoped_property_access_expression] = STATE(846), + [sym_function_call_expression] = STATE(813), + [sym__callable_expression] = STATE(2193), + [sym_scoped_call_expression] = STATE(813), + [sym__scope_resolution_qualifier] = STATE(2471), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(813), + [sym_nullsafe_member_call_expression] = STATE(813), + [sym__variable_subscript_expression] = STATE(827), + [sym__dereferencable_subscript_expression] = STATE(813), + [sym__dereferencable_expression] = STATE(1876), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(898), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(1078), + [sym_boolean] = STATE(1052), + [sym_null] = STATE(1052), + [sym__string] = STATE(902), + [sym_dynamic_variable_name] = STATE(815), + [sym__simple_variable] = STATE(816), + [sym__new_variable] = STATE(847), + [sym__callable_variable] = STATE(805), + [sym_variable_name] = STATE(815), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(599), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(1532), + [anon_sym_LPAREN] = ACTIONS(1368), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), [aux_sym_cast_type_token1] = ACTIONS(256), [sym_float] = ACTIONS(266), [sym_integer] = ACTIONS(266), [aux_sym_throw_expression_token1] = ACTIONS(278), [aux_sym_print_intrinsic_token1] = ACTIONS(302), - [aux_sym_object_creation_expression_token1] = ACTIONS(304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(304), [anon_sym_DASH_DASH] = ACTIONS(306), [anon_sym_PLUS_PLUS] = ACTIONS(306), - [anon_sym_LBRACK] = ACTIONS(1076), + [anon_sym_LBRACK] = ACTIONS(913), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), [aux_sym__argument_name_token1] = ACTIONS(314), @@ -78058,351 +78624,618 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(322), [anon_sym_LT_LT_LT] = ACTIONS(324), [anon_sym_BQUOTE] = ACTIONS(326), - [anon_sym_DOLLAR] = ACTIONS(1534), - [sym_comment] = ACTIONS(5), - }, - [567] = { - [sym_text_interpolation] = STATE(567), - [sym_qualified_name] = STATE(695), - [sym_namespace_name_as_prefix] = STATE(2546), - [sym_namespace_name] = STATE(2615), - [sym_static_modifier] = STATE(2305), - [sym__arrow_function_header] = STATE(2465), - [sym_arrow_function] = STATE(979), - [sym_literal] = STATE(979), - [sym_throw_expression] = STATE(979), - [sym_primary_expression] = STATE(973), - [sym_parenthesized_expression] = STATE(686), - [sym_class_constant_access_expression] = STATE(777), - [sym_print_intrinsic] = STATE(979), - [sym_anonymous_function_creation_expression] = STATE(979), - [sym_object_creation_expression] = STATE(979), - [sym_update_expression] = STATE(979), - [sym_cast_variable] = STATE(697), - [sym_member_access_expression] = STATE(697), - [sym_nullsafe_member_access_expression] = STATE(697), - [sym_scoped_property_access_expression] = STATE(697), - [sym_function_call_expression] = STATE(639), - [sym_scoped_call_expression] = STATE(639), - [sym__scope_resolution_qualifier] = STATE(2667), - [sym_relative_scope] = STATE(2608), - [sym_member_call_expression] = STATE(639), - [sym_nullsafe_member_call_expression] = STATE(639), - [sym_subscript_expression] = STATE(639), - [sym__dereferencable_expression] = STATE(1675), - [sym_array_creation_expression] = STATE(686), - [sym_attribute_group] = STATE(1041), - [sym_attribute_list] = STATE(1829), + [anon_sym_DOLLAR] = ACTIONS(1370), + [sym_comment] = ACTIONS(5), + }, + [517] = { + [sym_text_interpolation] = STATE(517), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1602), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2507), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_primary_expression] = STATE(955), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_variable] = STATE(694), + [sym__variable_member_access_expression] = STATE(695), + [sym_member_access_expression] = STATE(694), + [sym__variable_nullsafe_member_access_expression] = STATE(679), + [sym_nullsafe_member_access_expression] = STATE(694), + [sym__variable_scoped_property_access_expression] = STATE(696), + [sym_scoped_property_access_expression] = STATE(694), + [sym_function_call_expression] = STATE(658), + [sym__callable_expression] = STATE(2218), + [sym_scoped_call_expression] = STATE(658), + [sym__scope_resolution_qualifier] = STATE(2585), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(658), + [sym_nullsafe_member_call_expression] = STATE(658), + [sym__variable_subscript_expression] = STATE(686), + [sym__dereferencable_subscript_expression] = STATE(658), + [sym__dereferencable_expression] = STATE(1806), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), [sym_encapsed_string] = STATE(721), [sym_string] = STATE(721), [sym_heredoc] = STATE(721), [sym_nowdoc] = STATE(721), - [sym_shell_command_expression] = STATE(979), - [sym_boolean] = STATE(948), - [sym_null] = STATE(948), - [sym__string] = STATE(685), - [sym_dynamic_variable_name] = STATE(639), - [sym_variable_name] = STATE(639), - [sym__reserved_identifier] = STATE(1553), - [aux_sym_attribute_list_repeat1] = STATE(989), - [sym_name] = ACTIONS(1524), - [anon_sym_QMARK_GT] = ACTIONS(3), - [aux_sym_function_static_declaration_token1] = ACTIONS(573), - [aux_sym_namespace_definition_token1] = ACTIONS(575), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(577), - [anon_sym_BSLASH] = ACTIONS(226), - [aux_sym__arrow_function_header_token1] = ACTIONS(252), - [anon_sym_LPAREN] = ACTIONS(1526), - [aux_sym_cast_type_token1] = ACTIONS(585), - [sym_float] = ACTIONS(587), - [sym_integer] = ACTIONS(587), - [aux_sym_throw_expression_token1] = ACTIONS(589), - [aux_sym_print_intrinsic_token1] = ACTIONS(601), - [aux_sym_object_creation_expression_token1] = ACTIONS(603), - [anon_sym_DASH_DASH] = ACTIONS(605), - [anon_sym_PLUS_PLUS] = ACTIONS(605), - [anon_sym_LBRACK] = ACTIONS(1062), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(655), + [sym__simple_variable] = STATE(678), + [sym__new_variable] = STATE(680), + [sym__callable_variable] = STATE(673), + [sym_variable_name] = STATE(655), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(1372), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(641), + [aux_sym_print_intrinsic_token1] = ACTIONS(651), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(1374), + [sym_comment] = ACTIONS(5), + }, + [518] = { + [sym_text_interpolation] = STATE(518), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1602), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2404), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_primary_expression] = STATE(955), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_variable] = STATE(694), + [sym__variable_member_access_expression] = STATE(695), + [sym_member_access_expression] = STATE(694), + [sym__variable_nullsafe_member_access_expression] = STATE(679), + [sym_nullsafe_member_access_expression] = STATE(694), + [sym__variable_scoped_property_access_expression] = STATE(696), + [sym_scoped_property_access_expression] = STATE(694), + [sym_function_call_expression] = STATE(658), + [sym__callable_expression] = STATE(2218), + [sym_scoped_call_expression] = STATE(658), + [sym__scope_resolution_qualifier] = STATE(2585), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(658), + [sym_nullsafe_member_call_expression] = STATE(658), + [sym__variable_subscript_expression] = STATE(686), + [sym__dereferencable_subscript_expression] = STATE(658), + [sym__dereferencable_expression] = STATE(1806), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(655), + [sym__simple_variable] = STATE(678), + [sym__new_variable] = STATE(680), + [sym__callable_variable] = STATE(673), + [sym_variable_name] = STATE(655), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(1372), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(553), + [aux_sym_print_intrinsic_token1] = ACTIONS(565), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), [anon_sym_self] = ACTIONS(312), [anon_sym_parent] = ACTIONS(312), - [aux_sym__argument_name_token1] = ACTIONS(609), - [aux_sym__argument_name_token2] = ACTIONS(611), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), [anon_sym_POUND_LBRACK] = ACTIONS(318), - [aux_sym_encapsed_string_token1] = ACTIONS(613), - [anon_sym_DQUOTE] = ACTIONS(613), - [aux_sym_string_token1] = ACTIONS(615), - [anon_sym_SQUOTE] = ACTIONS(615), - [anon_sym_LT_LT_LT] = ACTIONS(617), - [anon_sym_BQUOTE] = ACTIONS(619), - [anon_sym_DOLLAR] = ACTIONS(1528), - [sym_comment] = ACTIONS(5), - }, - [568] = { - [sym_text_interpolation] = STATE(568), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1536), - [anon_sym_AMP] = ACTIONS(1538), - [anon_sym_COMMA] = ACTIONS(1536), - [anon_sym_EQ] = ACTIONS(1538), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(1536), - [anon_sym_LBRACE] = ACTIONS(1536), - [anon_sym_RBRACE] = ACTIONS(1536), - [aux_sym_base_clause_token1] = ACTIONS(1536), - [anon_sym_COLON] = ACTIONS(1538), - [aux_sym_class_interface_clause_token1] = ACTIONS(1536), - [anon_sym_EQ_GT] = ACTIONS(1536), - [anon_sym_LPAREN] = ACTIONS(1536), - [anon_sym_RPAREN] = ACTIONS(1536), - [anon_sym_QMARK] = ACTIONS(1538), - [anon_sym_PIPE] = ACTIONS(1538), - [anon_sym_PLUS] = ACTIONS(1538), - [anon_sym_DASH] = ACTIONS(1538), - [anon_sym_COLON_COLON] = ACTIONS(1536), - [anon_sym_DASH_DASH] = ACTIONS(1536), - [anon_sym_PLUS_PLUS] = ACTIONS(1536), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1536), - [anon_sym_STAR_EQ] = ACTIONS(1536), - [anon_sym_SLASH_EQ] = ACTIONS(1536), - [anon_sym_PERCENT_EQ] = ACTIONS(1536), - [anon_sym_PLUS_EQ] = ACTIONS(1536), - [anon_sym_DASH_EQ] = ACTIONS(1536), - [anon_sym_DOT_EQ] = ACTIONS(1536), - [anon_sym_LT_LT_EQ] = ACTIONS(1536), - [anon_sym_GT_GT_EQ] = ACTIONS(1536), - [anon_sym_AMP_EQ] = ACTIONS(1536), - [anon_sym_CARET_EQ] = ACTIONS(1536), - [anon_sym_PIPE_EQ] = ACTIONS(1536), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1536), - [anon_sym_DASH_GT] = ACTIONS(1536), - [anon_sym_QMARK_DASH_GT] = ACTIONS(1536), - [anon_sym_LBRACK] = ACTIONS(1536), - [anon_sym_RBRACK] = ACTIONS(1536), - [aux_sym_binary_expression_token1] = ACTIONS(1536), - [anon_sym_QMARK_QMARK] = ACTIONS(1538), - [anon_sym_STAR_STAR] = ACTIONS(1538), - [aux_sym_binary_expression_token2] = ACTIONS(1536), - [aux_sym_binary_expression_token3] = ACTIONS(1536), - [aux_sym_binary_expression_token4] = ACTIONS(1536), - [anon_sym_PIPE_PIPE] = ACTIONS(1536), - [anon_sym_AMP_AMP] = ACTIONS(1536), - [anon_sym_CARET] = ACTIONS(1538), - [anon_sym_EQ_EQ] = ACTIONS(1538), - [anon_sym_BANG_EQ] = ACTIONS(1538), - [anon_sym_LT_GT] = ACTIONS(1536), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1536), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1536), - [anon_sym_LT] = ACTIONS(1538), - [anon_sym_GT] = ACTIONS(1538), - [anon_sym_LT_EQ] = ACTIONS(1538), - [anon_sym_GT_EQ] = ACTIONS(1536), - [anon_sym_LT_EQ_GT] = ACTIONS(1536), - [anon_sym_LT_LT] = ACTIONS(1538), - [anon_sym_GT_GT] = ACTIONS(1538), - [anon_sym_DOT] = ACTIONS(1538), - [anon_sym_STAR] = ACTIONS(1538), - [anon_sym_SLASH] = ACTIONS(1538), - [anon_sym_PERCENT] = ACTIONS(1538), - [sym_comment] = ACTIONS(1540), - }, - [569] = { - [sym_text_interpolation] = STATE(569), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1542), - [anon_sym_AMP] = ACTIONS(1544), - [anon_sym_COMMA] = ACTIONS(1542), - [anon_sym_EQ] = ACTIONS(1544), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(1542), - [anon_sym_LBRACE] = ACTIONS(1542), - [anon_sym_RBRACE] = ACTIONS(1542), - [aux_sym_base_clause_token1] = ACTIONS(1542), - [anon_sym_COLON] = ACTIONS(1544), - [aux_sym_class_interface_clause_token1] = ACTIONS(1542), - [anon_sym_EQ_GT] = ACTIONS(1542), - [anon_sym_LPAREN] = ACTIONS(1542), - [anon_sym_RPAREN] = ACTIONS(1542), - [anon_sym_QMARK] = ACTIONS(1544), - [anon_sym_PIPE] = ACTIONS(1544), - [anon_sym_PLUS] = ACTIONS(1544), - [anon_sym_DASH] = ACTIONS(1544), - [anon_sym_COLON_COLON] = ACTIONS(1542), - [anon_sym_DASH_DASH] = ACTIONS(1542), - [anon_sym_PLUS_PLUS] = ACTIONS(1542), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1542), - [anon_sym_STAR_EQ] = ACTIONS(1542), - [anon_sym_SLASH_EQ] = ACTIONS(1542), - [anon_sym_PERCENT_EQ] = ACTIONS(1542), - [anon_sym_PLUS_EQ] = ACTIONS(1542), - [anon_sym_DASH_EQ] = ACTIONS(1542), - [anon_sym_DOT_EQ] = ACTIONS(1542), - [anon_sym_LT_LT_EQ] = ACTIONS(1542), - [anon_sym_GT_GT_EQ] = ACTIONS(1542), - [anon_sym_AMP_EQ] = ACTIONS(1542), - [anon_sym_CARET_EQ] = ACTIONS(1542), - [anon_sym_PIPE_EQ] = ACTIONS(1542), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1542), - [anon_sym_DASH_GT] = ACTIONS(1542), - [anon_sym_QMARK_DASH_GT] = ACTIONS(1542), - [anon_sym_LBRACK] = ACTIONS(1542), - [anon_sym_RBRACK] = ACTIONS(1542), - [aux_sym_binary_expression_token1] = ACTIONS(1542), - [anon_sym_QMARK_QMARK] = ACTIONS(1544), - [anon_sym_STAR_STAR] = ACTIONS(1544), - [aux_sym_binary_expression_token2] = ACTIONS(1542), - [aux_sym_binary_expression_token3] = ACTIONS(1542), - [aux_sym_binary_expression_token4] = ACTIONS(1542), - [anon_sym_PIPE_PIPE] = ACTIONS(1542), - [anon_sym_AMP_AMP] = ACTIONS(1542), - [anon_sym_CARET] = ACTIONS(1544), - [anon_sym_EQ_EQ] = ACTIONS(1544), - [anon_sym_BANG_EQ] = ACTIONS(1544), - [anon_sym_LT_GT] = ACTIONS(1542), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1542), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1542), - [anon_sym_LT] = ACTIONS(1544), - [anon_sym_GT] = ACTIONS(1544), - [anon_sym_LT_EQ] = ACTIONS(1544), - [anon_sym_GT_EQ] = ACTIONS(1542), - [anon_sym_LT_EQ_GT] = ACTIONS(1542), - [anon_sym_LT_LT] = ACTIONS(1544), - [anon_sym_GT_GT] = ACTIONS(1544), - [anon_sym_DOT] = ACTIONS(1544), - [anon_sym_STAR] = ACTIONS(1544), - [anon_sym_SLASH] = ACTIONS(1544), - [anon_sym_PERCENT] = ACTIONS(1544), - [sym_comment] = ACTIONS(1540), - }, - [570] = { - [sym_text_interpolation] = STATE(570), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1546), - [anon_sym_AMP] = ACTIONS(1548), - [anon_sym_COMMA] = ACTIONS(1546), - [anon_sym_EQ] = ACTIONS(1548), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(1546), - [anon_sym_LBRACE] = ACTIONS(1546), - [anon_sym_RBRACE] = ACTIONS(1546), - [aux_sym_base_clause_token1] = ACTIONS(1546), - [anon_sym_COLON] = ACTIONS(1548), - [aux_sym_class_interface_clause_token1] = ACTIONS(1546), - [anon_sym_EQ_GT] = ACTIONS(1546), - [anon_sym_LPAREN] = ACTIONS(1546), - [anon_sym_RPAREN] = ACTIONS(1546), - [anon_sym_QMARK] = ACTIONS(1548), - [anon_sym_PIPE] = ACTIONS(1548), - [anon_sym_PLUS] = ACTIONS(1548), - [anon_sym_DASH] = ACTIONS(1548), - [anon_sym_COLON_COLON] = ACTIONS(1546), - [anon_sym_DASH_DASH] = ACTIONS(1546), - [anon_sym_PLUS_PLUS] = ACTIONS(1546), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1546), - [anon_sym_STAR_EQ] = ACTIONS(1546), - [anon_sym_SLASH_EQ] = ACTIONS(1546), - [anon_sym_PERCENT_EQ] = ACTIONS(1546), - [anon_sym_PLUS_EQ] = ACTIONS(1546), - [anon_sym_DASH_EQ] = ACTIONS(1546), - [anon_sym_DOT_EQ] = ACTIONS(1546), - [anon_sym_LT_LT_EQ] = ACTIONS(1546), - [anon_sym_GT_GT_EQ] = ACTIONS(1546), - [anon_sym_AMP_EQ] = ACTIONS(1546), - [anon_sym_CARET_EQ] = ACTIONS(1546), - [anon_sym_PIPE_EQ] = ACTIONS(1546), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1546), - [anon_sym_DASH_GT] = ACTIONS(1546), - [anon_sym_QMARK_DASH_GT] = ACTIONS(1546), - [anon_sym_LBRACK] = ACTIONS(1546), - [anon_sym_RBRACK] = ACTIONS(1546), - [aux_sym_binary_expression_token1] = ACTIONS(1546), - [anon_sym_QMARK_QMARK] = ACTIONS(1548), - [anon_sym_STAR_STAR] = ACTIONS(1548), - [aux_sym_binary_expression_token2] = ACTIONS(1546), - [aux_sym_binary_expression_token3] = ACTIONS(1546), - [aux_sym_binary_expression_token4] = ACTIONS(1546), - [anon_sym_PIPE_PIPE] = ACTIONS(1546), - [anon_sym_AMP_AMP] = ACTIONS(1546), - [anon_sym_CARET] = ACTIONS(1548), - [anon_sym_EQ_EQ] = ACTIONS(1548), - [anon_sym_BANG_EQ] = ACTIONS(1548), - [anon_sym_LT_GT] = ACTIONS(1546), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1546), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1546), - [anon_sym_LT] = ACTIONS(1548), - [anon_sym_GT] = ACTIONS(1548), - [anon_sym_LT_EQ] = ACTIONS(1548), - [anon_sym_GT_EQ] = ACTIONS(1546), - [anon_sym_LT_EQ_GT] = ACTIONS(1546), - [anon_sym_LT_LT] = ACTIONS(1548), - [anon_sym_GT_GT] = ACTIONS(1548), - [anon_sym_DOT] = ACTIONS(1548), - [anon_sym_STAR] = ACTIONS(1548), - [anon_sym_SLASH] = ACTIONS(1548), - [anon_sym_PERCENT] = ACTIONS(1548), - [sym_comment] = ACTIONS(1540), - }, - [571] = { - [sym_text_interpolation] = STATE(571), - [anon_sym_QMARK_GT] = ACTIONS(3), - [anon_sym_SEMI] = ACTIONS(1550), - [anon_sym_AMP] = ACTIONS(1552), - [anon_sym_COMMA] = ACTIONS(1550), - [anon_sym_EQ] = ACTIONS(1552), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(1550), - [anon_sym_LBRACE] = ACTIONS(1550), - [anon_sym_RBRACE] = ACTIONS(1550), - [aux_sym_base_clause_token1] = ACTIONS(1550), - [anon_sym_COLON] = ACTIONS(1552), - [aux_sym_class_interface_clause_token1] = ACTIONS(1550), - [anon_sym_EQ_GT] = ACTIONS(1550), - [anon_sym_LPAREN] = ACTIONS(1550), - [anon_sym_RPAREN] = ACTIONS(1550), - [anon_sym_QMARK] = ACTIONS(1552), - [anon_sym_PIPE] = ACTIONS(1552), - [anon_sym_PLUS] = ACTIONS(1552), - [anon_sym_DASH] = ACTIONS(1552), - [anon_sym_COLON_COLON] = ACTIONS(1550), - [anon_sym_DASH_DASH] = ACTIONS(1550), - [anon_sym_PLUS_PLUS] = ACTIONS(1550), - [anon_sym_STAR_STAR_EQ] = ACTIONS(1550), - [anon_sym_STAR_EQ] = ACTIONS(1550), - [anon_sym_SLASH_EQ] = ACTIONS(1550), - [anon_sym_PERCENT_EQ] = ACTIONS(1550), - [anon_sym_PLUS_EQ] = ACTIONS(1550), - [anon_sym_DASH_EQ] = ACTIONS(1550), - [anon_sym_DOT_EQ] = ACTIONS(1550), - [anon_sym_LT_LT_EQ] = ACTIONS(1550), - [anon_sym_GT_GT_EQ] = ACTIONS(1550), - [anon_sym_AMP_EQ] = ACTIONS(1550), - [anon_sym_CARET_EQ] = ACTIONS(1550), - [anon_sym_PIPE_EQ] = ACTIONS(1550), - [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1550), - [anon_sym_DASH_GT] = ACTIONS(1550), - [anon_sym_QMARK_DASH_GT] = ACTIONS(1550), - [anon_sym_LBRACK] = ACTIONS(1550), - [anon_sym_RBRACK] = ACTIONS(1550), - [aux_sym_binary_expression_token1] = ACTIONS(1550), - [anon_sym_QMARK_QMARK] = ACTIONS(1552), - [anon_sym_STAR_STAR] = ACTIONS(1552), - [aux_sym_binary_expression_token2] = ACTIONS(1550), - [aux_sym_binary_expression_token3] = ACTIONS(1550), - [aux_sym_binary_expression_token4] = ACTIONS(1550), - [anon_sym_PIPE_PIPE] = ACTIONS(1550), - [anon_sym_AMP_AMP] = ACTIONS(1550), - [anon_sym_CARET] = ACTIONS(1552), - [anon_sym_EQ_EQ] = ACTIONS(1552), - [anon_sym_BANG_EQ] = ACTIONS(1552), - [anon_sym_LT_GT] = ACTIONS(1550), - [anon_sym_EQ_EQ_EQ] = ACTIONS(1550), - [anon_sym_BANG_EQ_EQ] = ACTIONS(1550), - [anon_sym_LT] = ACTIONS(1552), - [anon_sym_GT] = ACTIONS(1552), - [anon_sym_LT_EQ] = ACTIONS(1552), - [anon_sym_GT_EQ] = ACTIONS(1550), - [anon_sym_LT_EQ_GT] = ACTIONS(1550), - [anon_sym_LT_LT] = ACTIONS(1552), - [anon_sym_GT_GT] = ACTIONS(1552), - [anon_sym_DOT] = ACTIONS(1552), - [anon_sym_STAR] = ACTIONS(1552), - [anon_sym_SLASH] = ACTIONS(1552), - [anon_sym_PERCENT] = ACTIONS(1552), - [sym_comment] = ACTIONS(1540), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(1374), + [sym_comment] = ACTIONS(5), + }, + [519] = { + [sym_text_interpolation] = STATE(519), + [sym_qualified_name] = STATE(700), + [sym__name] = STATE(1602), + [sym_namespace_name] = STATE(2472), + [sym_static_modifier] = STATE(2273), + [sym_anonymous_function] = STATE(968), + [sym__anonymous_function_header] = STATE(2348), + [sym__arrow_function_header] = STATE(2412), + [sym_arrow_function] = STATE(968), + [sym_literal] = STATE(968), + [sym_throw_expression] = STATE(968), + [sym_primary_expression] = STATE(955), + [sym_parenthesized_expression] = STATE(704), + [sym_class_constant_access_expression] = STATE(800), + [sym_print_intrinsic] = STATE(968), + [sym_object_creation_expression] = STATE(968), + [sym__new_non_dereferencable_expression] = STATE(960), + [sym__new_dereferencable_expression] = STATE(707), + [sym_update_expression] = STATE(968), + [sym_cast_variable] = STATE(694), + [sym__variable_member_access_expression] = STATE(695), + [sym_member_access_expression] = STATE(694), + [sym__variable_nullsafe_member_access_expression] = STATE(679), + [sym_nullsafe_member_access_expression] = STATE(694), + [sym__variable_scoped_property_access_expression] = STATE(696), + [sym_scoped_property_access_expression] = STATE(694), + [sym_function_call_expression] = STATE(658), + [sym__callable_expression] = STATE(2218), + [sym_scoped_call_expression] = STATE(658), + [sym__scope_resolution_qualifier] = STATE(2585), + [sym_relative_scope] = STATE(2529), + [sym_member_call_expression] = STATE(658), + [sym_nullsafe_member_call_expression] = STATE(658), + [sym__variable_subscript_expression] = STATE(686), + [sym__dereferencable_subscript_expression] = STATE(658), + [sym__dereferencable_expression] = STATE(1806), + [sym__dereferencable_scalar] = STATE(1730), + [sym_array_creation_expression] = STATE(710), + [sym_attribute_group] = STATE(1113), + [sym_attribute_list] = STATE(1817), + [sym_encapsed_string] = STATE(721), + [sym_string] = STATE(721), + [sym_heredoc] = STATE(721), + [sym_nowdoc] = STATE(721), + [sym_shell_command_expression] = STATE(968), + [sym_boolean] = STATE(946), + [sym_null] = STATE(946), + [sym__string] = STATE(722), + [sym_dynamic_variable_name] = STATE(655), + [sym__simple_variable] = STATE(678), + [sym__new_variable] = STATE(680), + [sym__callable_variable] = STATE(673), + [sym_variable_name] = STATE(655), + [sym__reserved_identifier] = STATE(652), + [sym__identifier] = STATE(1435), + [aux_sym_namespace_name_repeat1] = STATE(2042), + [aux_sym_attribute_list_repeat1] = STATE(990), + [sym_name] = ACTIONS(531), + [anon_sym_QMARK_GT] = ACTIONS(3), + [aux_sym_function_static_declaration_token1] = ACTIONS(537), + [aux_sym_namespace_use_clause_token1] = ACTIONS(539), + [anon_sym_BSLASH] = ACTIONS(543), + [anon_sym_LPAREN] = ACTIONS(1372), + [aux_sym__arrow_function_header_token1] = ACTIONS(254), + [aux_sym_cast_type_token1] = ACTIONS(549), + [sym_float] = ACTIONS(551), + [sym_integer] = ACTIONS(551), + [aux_sym_throw_expression_token1] = ACTIONS(611), + [aux_sym_print_intrinsic_token1] = ACTIONS(621), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(567), + [anon_sym_DASH_DASH] = ACTIONS(569), + [anon_sym_PLUS_PLUS] = ACTIONS(569), + [anon_sym_LBRACK] = ACTIONS(911), + [anon_sym_self] = ACTIONS(312), + [anon_sym_parent] = ACTIONS(312), + [aux_sym__argument_name_token1] = ACTIONS(573), + [aux_sym__argument_name_token2] = ACTIONS(575), + [anon_sym_POUND_LBRACK] = ACTIONS(318), + [aux_sym_encapsed_string_token1] = ACTIONS(577), + [anon_sym_DQUOTE] = ACTIONS(577), + [aux_sym_string_token1] = ACTIONS(579), + [anon_sym_SQUOTE] = ACTIONS(579), + [anon_sym_LT_LT_LT] = ACTIONS(581), + [anon_sym_BQUOTE] = ACTIONS(583), + [anon_sym_DOLLAR] = ACTIONS(1374), + [sym_comment] = ACTIONS(5), + }, + [520] = { + [sym_text_interpolation] = STATE(520), + [sym_name] = ACTIONS(1376), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1378), + [aux_sym_function_static_declaration_token1] = ACTIONS(1376), + [aux_sym_global_declaration_token1] = ACTIONS(1376), + [aux_sym_namespace_definition_token1] = ACTIONS(1376), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1376), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1376), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1376), + [anon_sym_BSLASH] = ACTIONS(1378), + [anon_sym_LBRACE] = ACTIONS(1378), + [aux_sym_trait_declaration_token1] = ACTIONS(1376), + [aux_sym_interface_declaration_token1] = ACTIONS(1376), + [aux_sym_enum_declaration_token1] = ACTIONS(1376), + [anon_sym_COLON] = ACTIONS(1378), + [aux_sym_class_declaration_token1] = ACTIONS(1376), + [aux_sym_final_modifier_token1] = ACTIONS(1376), + [aux_sym_abstract_modifier_token1] = ACTIONS(1376), + [aux_sym_readonly_modifier_token1] = ACTIONS(1376), + [sym_var_modifier] = ACTIONS(1376), + [aux_sym_visibility_modifier_token1] = ACTIONS(1376), + [aux_sym_visibility_modifier_token2] = ACTIONS(1376), + [aux_sym_visibility_modifier_token3] = ACTIONS(1376), + [anon_sym_LPAREN] = ACTIONS(1378), + [aux_sym__arrow_function_header_token1] = ACTIONS(1376), + [aux_sym_cast_type_token1] = ACTIONS(1376), + [aux_sym_echo_statement_token1] = ACTIONS(1376), + [aux_sym_exit_statement_token1] = ACTIONS(1376), + [anon_sym_unset] = ACTIONS(1376), + [aux_sym_declare_statement_token1] = ACTIONS(1376), + [sym_float] = ACTIONS(1376), + [aux_sym_try_statement_token1] = ACTIONS(1376), + [aux_sym_goto_statement_token1] = ACTIONS(1376), + [aux_sym_continue_statement_token1] = ACTIONS(1376), + [aux_sym_break_statement_token1] = ACTIONS(1376), + [sym_integer] = ACTIONS(1376), + [aux_sym_return_statement_token1] = ACTIONS(1376), + [aux_sym_throw_expression_token1] = ACTIONS(1376), + [aux_sym_while_statement_token1] = ACTIONS(1376), + [aux_sym_do_statement_token1] = ACTIONS(1376), + [aux_sym_for_statement_token1] = ACTIONS(1376), + [aux_sym_foreach_statement_token1] = ACTIONS(1376), + [aux_sym_if_statement_token1] = ACTIONS(1376), + [aux_sym_match_expression_token1] = ACTIONS(1376), + [aux_sym_switch_statement_token1] = ACTIONS(1376), + [anon_sym_PLUS] = ACTIONS(1376), + [anon_sym_DASH] = ACTIONS(1376), + [anon_sym_TILDE] = ACTIONS(1378), + [anon_sym_BANG] = ACTIONS(1378), + [anon_sym_AT] = ACTIONS(1378), + [aux_sym_clone_expression_token1] = ACTIONS(1376), + [aux_sym_print_intrinsic_token1] = ACTIONS(1376), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1376), + [anon_sym_DASH_DASH] = ACTIONS(1378), + [anon_sym_PLUS_PLUS] = ACTIONS(1378), + [aux_sym__list_destructing_token1] = ACTIONS(1376), + [anon_sym_LBRACK] = ACTIONS(1378), + [anon_sym_self] = ACTIONS(1376), + [anon_sym_parent] = ACTIONS(1376), + [aux_sym__argument_name_token1] = ACTIONS(1376), + [aux_sym__argument_name_token2] = ACTIONS(1376), + [anon_sym_POUND_LBRACK] = ACTIONS(1378), + [aux_sym_encapsed_string_token1] = ACTIONS(1378), + [anon_sym_DQUOTE] = ACTIONS(1378), + [aux_sym_string_token1] = ACTIONS(1378), + [anon_sym_SQUOTE] = ACTIONS(1378), + [anon_sym_LT_LT_LT] = ACTIONS(1378), + [anon_sym_BQUOTE] = ACTIONS(1378), + [anon_sym_DOLLAR] = ACTIONS(1378), + [aux_sym_yield_expression_token1] = ACTIONS(1376), + [aux_sym_include_expression_token1] = ACTIONS(1376), + [aux_sym_include_once_expression_token1] = ACTIONS(1376), + [aux_sym_require_expression_token1] = ACTIONS(1376), + [aux_sym_require_once_expression_token1] = ACTIONS(1376), + [sym_comment] = ACTIONS(5), + }, + [521] = { + [sym_text_interpolation] = STATE(521), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1380), + [anon_sym_AMP] = ACTIONS(1382), + [anon_sym_COMMA] = ACTIONS(1380), + [anon_sym_EQ] = ACTIONS(1382), + [aux_sym_namespace_use_clause_token3] = ACTIONS(1380), + [anon_sym_LBRACE] = ACTIONS(1380), + [anon_sym_RBRACE] = ACTIONS(1380), + [aux_sym_base_clause_token1] = ACTIONS(1380), + [anon_sym_COLON] = ACTIONS(1382), + [aux_sym_class_interface_clause_token1] = ACTIONS(1380), + [anon_sym_EQ_GT] = ACTIONS(1380), + [anon_sym_LPAREN] = ACTIONS(1380), + [anon_sym_RPAREN] = ACTIONS(1380), + [anon_sym_QMARK] = ACTIONS(1382), + [anon_sym_PIPE] = ACTIONS(1382), + [anon_sym_PLUS] = ACTIONS(1382), + [anon_sym_DASH] = ACTIONS(1382), + [anon_sym_COLON_COLON] = ACTIONS(1380), + [anon_sym_DASH_DASH] = ACTIONS(1380), + [anon_sym_PLUS_PLUS] = ACTIONS(1380), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1380), + [anon_sym_STAR_EQ] = ACTIONS(1380), + [anon_sym_SLASH_EQ] = ACTIONS(1380), + [anon_sym_PERCENT_EQ] = ACTIONS(1380), + [anon_sym_PLUS_EQ] = ACTIONS(1380), + [anon_sym_DASH_EQ] = ACTIONS(1380), + [anon_sym_DOT_EQ] = ACTIONS(1380), + [anon_sym_LT_LT_EQ] = ACTIONS(1380), + [anon_sym_GT_GT_EQ] = ACTIONS(1380), + [anon_sym_AMP_EQ] = ACTIONS(1380), + [anon_sym_CARET_EQ] = ACTIONS(1380), + [anon_sym_PIPE_EQ] = ACTIONS(1380), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1380), + [anon_sym_DASH_GT] = ACTIONS(1380), + [anon_sym_QMARK_DASH_GT] = ACTIONS(1380), + [anon_sym_LBRACK] = ACTIONS(1380), + [anon_sym_RBRACK] = ACTIONS(1380), + [aux_sym_binary_expression_token1] = ACTIONS(1380), + [anon_sym_QMARK_QMARK] = ACTIONS(1382), + [anon_sym_STAR_STAR] = ACTIONS(1382), + [aux_sym_binary_expression_token2] = ACTIONS(1380), + [aux_sym_binary_expression_token3] = ACTIONS(1380), + [aux_sym_binary_expression_token4] = ACTIONS(1380), + [anon_sym_PIPE_PIPE] = ACTIONS(1380), + [anon_sym_AMP_AMP] = ACTIONS(1380), + [anon_sym_CARET] = ACTIONS(1382), + [anon_sym_EQ_EQ] = ACTIONS(1382), + [anon_sym_BANG_EQ] = ACTIONS(1382), + [anon_sym_LT_GT] = ACTIONS(1380), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1380), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1380), + [anon_sym_LT] = ACTIONS(1382), + [anon_sym_GT] = ACTIONS(1382), + [anon_sym_LT_EQ] = ACTIONS(1382), + [anon_sym_GT_EQ] = ACTIONS(1380), + [anon_sym_LT_EQ_GT] = ACTIONS(1380), + [anon_sym_LT_LT] = ACTIONS(1382), + [anon_sym_GT_GT] = ACTIONS(1382), + [anon_sym_DOT] = ACTIONS(1382), + [anon_sym_STAR] = ACTIONS(1382), + [anon_sym_SLASH] = ACTIONS(1382), + [anon_sym_PERCENT] = ACTIONS(1382), + [sym_comment] = ACTIONS(1384), + }, + [522] = { + [sym_text_interpolation] = STATE(522), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1386), + [anon_sym_AMP] = ACTIONS(1388), + [anon_sym_COMMA] = ACTIONS(1386), + [anon_sym_EQ] = ACTIONS(1388), + [aux_sym_namespace_use_clause_token3] = ACTIONS(1386), + [anon_sym_LBRACE] = ACTIONS(1386), + [anon_sym_RBRACE] = ACTIONS(1386), + [aux_sym_base_clause_token1] = ACTIONS(1386), + [anon_sym_COLON] = ACTIONS(1388), + [aux_sym_class_interface_clause_token1] = ACTIONS(1386), + [anon_sym_EQ_GT] = ACTIONS(1386), + [anon_sym_LPAREN] = ACTIONS(1386), + [anon_sym_RPAREN] = ACTIONS(1386), + [anon_sym_QMARK] = ACTIONS(1388), + [anon_sym_PIPE] = ACTIONS(1388), + [anon_sym_PLUS] = ACTIONS(1388), + [anon_sym_DASH] = ACTIONS(1388), + [anon_sym_COLON_COLON] = ACTIONS(1386), + [anon_sym_DASH_DASH] = ACTIONS(1386), + [anon_sym_PLUS_PLUS] = ACTIONS(1386), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1386), + [anon_sym_STAR_EQ] = ACTIONS(1386), + [anon_sym_SLASH_EQ] = ACTIONS(1386), + [anon_sym_PERCENT_EQ] = ACTIONS(1386), + [anon_sym_PLUS_EQ] = ACTIONS(1386), + [anon_sym_DASH_EQ] = ACTIONS(1386), + [anon_sym_DOT_EQ] = ACTIONS(1386), + [anon_sym_LT_LT_EQ] = ACTIONS(1386), + [anon_sym_GT_GT_EQ] = ACTIONS(1386), + [anon_sym_AMP_EQ] = ACTIONS(1386), + [anon_sym_CARET_EQ] = ACTIONS(1386), + [anon_sym_PIPE_EQ] = ACTIONS(1386), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1386), + [anon_sym_DASH_GT] = ACTIONS(1386), + [anon_sym_QMARK_DASH_GT] = ACTIONS(1386), + [anon_sym_LBRACK] = ACTIONS(1386), + [anon_sym_RBRACK] = ACTIONS(1386), + [aux_sym_binary_expression_token1] = ACTIONS(1386), + [anon_sym_QMARK_QMARK] = ACTIONS(1388), + [anon_sym_STAR_STAR] = ACTIONS(1388), + [aux_sym_binary_expression_token2] = ACTIONS(1386), + [aux_sym_binary_expression_token3] = ACTIONS(1386), + [aux_sym_binary_expression_token4] = ACTIONS(1386), + [anon_sym_PIPE_PIPE] = ACTIONS(1386), + [anon_sym_AMP_AMP] = ACTIONS(1386), + [anon_sym_CARET] = ACTIONS(1388), + [anon_sym_EQ_EQ] = ACTIONS(1388), + [anon_sym_BANG_EQ] = ACTIONS(1388), + [anon_sym_LT_GT] = ACTIONS(1386), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1386), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1386), + [anon_sym_LT] = ACTIONS(1388), + [anon_sym_GT] = ACTIONS(1388), + [anon_sym_LT_EQ] = ACTIONS(1388), + [anon_sym_GT_EQ] = ACTIONS(1386), + [anon_sym_LT_EQ_GT] = ACTIONS(1386), + [anon_sym_LT_LT] = ACTIONS(1388), + [anon_sym_GT_GT] = ACTIONS(1388), + [anon_sym_DOT] = ACTIONS(1388), + [anon_sym_STAR] = ACTIONS(1388), + [anon_sym_SLASH] = ACTIONS(1388), + [anon_sym_PERCENT] = ACTIONS(1388), + [sym_comment] = ACTIONS(1384), + }, + [523] = { + [sym_text_interpolation] = STATE(523), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1390), + [anon_sym_AMP] = ACTIONS(1392), + [anon_sym_COMMA] = ACTIONS(1390), + [anon_sym_EQ] = ACTIONS(1392), + [aux_sym_namespace_use_clause_token3] = ACTIONS(1390), + [anon_sym_LBRACE] = ACTIONS(1390), + [anon_sym_RBRACE] = ACTIONS(1390), + [aux_sym_base_clause_token1] = ACTIONS(1390), + [anon_sym_COLON] = ACTIONS(1392), + [aux_sym_class_interface_clause_token1] = ACTIONS(1390), + [anon_sym_EQ_GT] = ACTIONS(1390), + [anon_sym_LPAREN] = ACTIONS(1390), + [anon_sym_RPAREN] = ACTIONS(1390), + [anon_sym_QMARK] = ACTIONS(1392), + [anon_sym_PIPE] = ACTIONS(1392), + [anon_sym_PLUS] = ACTIONS(1392), + [anon_sym_DASH] = ACTIONS(1392), + [anon_sym_COLON_COLON] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1390), + [anon_sym_PLUS_PLUS] = ACTIONS(1390), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1390), + [anon_sym_STAR_EQ] = ACTIONS(1390), + [anon_sym_SLASH_EQ] = ACTIONS(1390), + [anon_sym_PERCENT_EQ] = ACTIONS(1390), + [anon_sym_PLUS_EQ] = ACTIONS(1390), + [anon_sym_DASH_EQ] = ACTIONS(1390), + [anon_sym_DOT_EQ] = ACTIONS(1390), + [anon_sym_LT_LT_EQ] = ACTIONS(1390), + [anon_sym_GT_GT_EQ] = ACTIONS(1390), + [anon_sym_AMP_EQ] = ACTIONS(1390), + [anon_sym_CARET_EQ] = ACTIONS(1390), + [anon_sym_PIPE_EQ] = ACTIONS(1390), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1390), + [anon_sym_DASH_GT] = ACTIONS(1390), + [anon_sym_QMARK_DASH_GT] = ACTIONS(1390), + [anon_sym_LBRACK] = ACTIONS(1390), + [anon_sym_RBRACK] = ACTIONS(1390), + [aux_sym_binary_expression_token1] = ACTIONS(1390), + [anon_sym_QMARK_QMARK] = ACTIONS(1392), + [anon_sym_STAR_STAR] = ACTIONS(1392), + [aux_sym_binary_expression_token2] = ACTIONS(1390), + [aux_sym_binary_expression_token3] = ACTIONS(1390), + [aux_sym_binary_expression_token4] = ACTIONS(1390), + [anon_sym_PIPE_PIPE] = ACTIONS(1390), + [anon_sym_AMP_AMP] = ACTIONS(1390), + [anon_sym_CARET] = ACTIONS(1392), + [anon_sym_EQ_EQ] = ACTIONS(1392), + [anon_sym_BANG_EQ] = ACTIONS(1392), + [anon_sym_LT_GT] = ACTIONS(1390), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1390), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1390), + [anon_sym_LT] = ACTIONS(1392), + [anon_sym_GT] = ACTIONS(1392), + [anon_sym_LT_EQ] = ACTIONS(1392), + [anon_sym_GT_EQ] = ACTIONS(1390), + [anon_sym_LT_EQ_GT] = ACTIONS(1390), + [anon_sym_LT_LT] = ACTIONS(1392), + [anon_sym_GT_GT] = ACTIONS(1392), + [anon_sym_DOT] = ACTIONS(1392), + [anon_sym_STAR] = ACTIONS(1392), + [anon_sym_SLASH] = ACTIONS(1392), + [anon_sym_PERCENT] = ACTIONS(1392), + [sym_comment] = ACTIONS(1384), + }, + [524] = { + [sym_text_interpolation] = STATE(524), + [anon_sym_QMARK_GT] = ACTIONS(3), + [anon_sym_SEMI] = ACTIONS(1394), + [anon_sym_AMP] = ACTIONS(1396), + [anon_sym_COMMA] = ACTIONS(1394), + [anon_sym_EQ] = ACTIONS(1396), + [aux_sym_namespace_use_clause_token3] = ACTIONS(1394), + [anon_sym_LBRACE] = ACTIONS(1394), + [anon_sym_RBRACE] = ACTIONS(1394), + [aux_sym_base_clause_token1] = ACTIONS(1394), + [anon_sym_COLON] = ACTIONS(1396), + [aux_sym_class_interface_clause_token1] = ACTIONS(1394), + [anon_sym_EQ_GT] = ACTIONS(1394), + [anon_sym_LPAREN] = ACTIONS(1394), + [anon_sym_RPAREN] = ACTIONS(1394), + [anon_sym_QMARK] = ACTIONS(1396), + [anon_sym_PIPE] = ACTIONS(1396), + [anon_sym_PLUS] = ACTIONS(1396), + [anon_sym_DASH] = ACTIONS(1396), + [anon_sym_COLON_COLON] = ACTIONS(1394), + [anon_sym_DASH_DASH] = ACTIONS(1394), + [anon_sym_PLUS_PLUS] = ACTIONS(1394), + [anon_sym_STAR_STAR_EQ] = ACTIONS(1394), + [anon_sym_STAR_EQ] = ACTIONS(1394), + [anon_sym_SLASH_EQ] = ACTIONS(1394), + [anon_sym_PERCENT_EQ] = ACTIONS(1394), + [anon_sym_PLUS_EQ] = ACTIONS(1394), + [anon_sym_DASH_EQ] = ACTIONS(1394), + [anon_sym_DOT_EQ] = ACTIONS(1394), + [anon_sym_LT_LT_EQ] = ACTIONS(1394), + [anon_sym_GT_GT_EQ] = ACTIONS(1394), + [anon_sym_AMP_EQ] = ACTIONS(1394), + [anon_sym_CARET_EQ] = ACTIONS(1394), + [anon_sym_PIPE_EQ] = ACTIONS(1394), + [anon_sym_QMARK_QMARK_EQ] = ACTIONS(1394), + [anon_sym_DASH_GT] = ACTIONS(1394), + [anon_sym_QMARK_DASH_GT] = ACTIONS(1394), + [anon_sym_LBRACK] = ACTIONS(1394), + [anon_sym_RBRACK] = ACTIONS(1394), + [aux_sym_binary_expression_token1] = ACTIONS(1394), + [anon_sym_QMARK_QMARK] = ACTIONS(1396), + [anon_sym_STAR_STAR] = ACTIONS(1396), + [aux_sym_binary_expression_token2] = ACTIONS(1394), + [aux_sym_binary_expression_token3] = ACTIONS(1394), + [aux_sym_binary_expression_token4] = ACTIONS(1394), + [anon_sym_PIPE_PIPE] = ACTIONS(1394), + [anon_sym_AMP_AMP] = ACTIONS(1394), + [anon_sym_CARET] = ACTIONS(1396), + [anon_sym_EQ_EQ] = ACTIONS(1396), + [anon_sym_BANG_EQ] = ACTIONS(1396), + [anon_sym_LT_GT] = ACTIONS(1394), + [anon_sym_EQ_EQ_EQ] = ACTIONS(1394), + [anon_sym_BANG_EQ_EQ] = ACTIONS(1394), + [anon_sym_LT] = ACTIONS(1396), + [anon_sym_GT] = ACTIONS(1396), + [anon_sym_LT_EQ] = ACTIONS(1396), + [anon_sym_GT_EQ] = ACTIONS(1394), + [anon_sym_LT_EQ_GT] = ACTIONS(1394), + [anon_sym_LT_LT] = ACTIONS(1396), + [anon_sym_GT_GT] = ACTIONS(1396), + [anon_sym_DOT] = ACTIONS(1396), + [anon_sym_STAR] = ACTIONS(1396), + [anon_sym_SLASH] = ACTIONS(1396), + [anon_sym_PERCENT] = ACTIONS(1396), + [sym_comment] = ACTIONS(1384), }, }; @@ -78410,15 +79243,15 @@ static const uint16_t ts_small_parse_table[] = { [0] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(572), 1, + STATE(525), 1, sym_text_interpolation, - STATE(586), 1, + STATE(542), 1, sym_arguments, - ACTIONS(1556), 21, + ACTIONS(1400), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78440,10 +79273,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1554), 38, + ACTIONS(1398), 38, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78482,15 +79315,15 @@ static const uint16_t ts_small_parse_table[] = { [79] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(573), 1, + STATE(526), 1, sym_text_interpolation, - STATE(590), 1, + STATE(551), 1, sym_arguments, - ACTIONS(1562), 21, + ACTIONS(1406), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78512,10 +79345,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1560), 38, + ACTIONS(1404), 38, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78551,18 +79384,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [158] = 7, + [158] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1412), 1, anon_sym_LPAREN, - STATE(574), 1, + STATE(527), 1, sym_text_interpolation, - STATE(584), 1, - sym_arguments, - ACTIONS(1566), 21, + ACTIONS(1410), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78584,10 +79415,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1564), 38, + ACTIONS(1408), 38, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78623,94 +79454,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [237] = 11, + [234] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1572), 1, - anon_sym_EQ, - STATE(575), 1, - sym_text_interpolation, - STATE(578), 1, - sym_arguments, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1578), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 18, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1570), 20, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [324] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(576), 1, + STATE(528), 1, sym_text_interpolation, - STATE(588), 1, - sym_arguments, - ACTIONS(1582), 21, + ACTIONS(1416), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78732,13 +79483,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1580), 38, + ACTIONS(1414), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -78771,18 +79523,83 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [403] = 7, + [308] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + STATE(529), 1, + sym_text_interpolation, + ACTIONS(1420), 21, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1418), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - STATE(577), 1, + anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [382] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(530), 1, sym_text_interpolation, - STATE(587), 1, - sym_arguments, - ACTIONS(1586), 21, + ACTIONS(1424), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78804,13 +79621,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1584), 38, + ACTIONS(1422), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -78843,14 +79661,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [482] = 5, + [456] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(578), 1, + STATE(531), 1, sym_text_interpolation, - ACTIONS(1590), 21, + ACTIONS(1428), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78872,10 +79690,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1588), 39, + ACTIONS(1426), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78912,14 +79730,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [556] = 5, + [530] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(579), 1, + STATE(532), 1, sym_text_interpolation, - ACTIONS(1594), 21, + ACTIONS(1432), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78941,10 +79759,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1592), 39, + ACTIONS(1430), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78981,14 +79799,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [630] = 5, + [604] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(580), 1, + ACTIONS(1438), 1, + anon_sym_EQ, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(533), 1, + sym_text_interpolation, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1446), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 19, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1436), 20, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [688] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(534), 1, sym_text_interpolation, - ACTIONS(1598), 21, + ACTIONS(1450), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79010,10 +79902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1596), 39, + ACTIONS(1448), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79050,14 +79942,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [704] = 5, + [762] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(581), 1, + STATE(535), 1, sym_text_interpolation, - ACTIONS(1602), 21, + ACTIONS(1420), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79079,10 +79971,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1600), 39, + ACTIONS(1418), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79119,14 +80011,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [778] = 5, + [836] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(582), 1, + STATE(536), 1, sym_text_interpolation, - ACTIONS(1606), 21, + ACTIONS(1454), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79148,10 +80040,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1604), 39, + ACTIONS(1452), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79188,14 +80080,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [852] = 5, + [910] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(583), 1, + STATE(537), 1, sym_text_interpolation, - ACTIONS(1610), 21, + ACTIONS(1458), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79217,10 +80109,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1608), 39, + ACTIONS(1456), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79257,14 +80149,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [926] = 5, + [984] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(584), 1, + STATE(538), 1, sym_text_interpolation, - ACTIONS(1614), 21, + ACTIONS(1462), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79286,10 +80178,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1612), 39, + ACTIONS(1460), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79326,14 +80218,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1000] = 5, + [1058] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(585), 1, + STATE(539), 1, sym_text_interpolation, - ACTIONS(1618), 21, + ACTIONS(1466), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79355,10 +80247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1616), 39, + ACTIONS(1464), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79395,14 +80287,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1074] = 5, + [1132] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(586), 1, + STATE(540), 1, sym_text_interpolation, - ACTIONS(1622), 21, + ACTIONS(1470), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79424,10 +80316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1620), 39, + ACTIONS(1468), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79464,14 +80356,152 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1148] = 5, + [1206] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(587), 1, + STATE(541), 1, + sym_text_interpolation, + ACTIONS(1474), 21, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1472), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [1280] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(542), 1, + sym_text_interpolation, + ACTIONS(1478), 21, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1476), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [1354] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(543), 1, sym_text_interpolation, - ACTIONS(1626), 21, + ACTIONS(1482), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79493,10 +80523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1624), 39, + ACTIONS(1480), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79533,14 +80563,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1222] = 5, + [1428] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(588), 1, + STATE(544), 1, sym_text_interpolation, - ACTIONS(1630), 21, + ACTIONS(1486), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79562,10 +80592,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1628), 39, + ACTIONS(1484), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79602,14 +80632,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1296] = 5, + [1502] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(589), 1, + STATE(545), 1, sym_text_interpolation, - ACTIONS(1634), 21, + ACTIONS(1490), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79631,10 +80661,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1632), 39, + ACTIONS(1488), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79671,14 +80701,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1370] = 5, + [1576] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(590), 1, + STATE(546), 1, sym_text_interpolation, - ACTIONS(1638), 21, + ACTIONS(1494), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -79700,10 +80730,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1636), 39, + ACTIONS(1492), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -79740,61 +80770,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1444] = 11, + [1650] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1640), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(591), 1, + STATE(547), 1, sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1642), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 16, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1570), 20, + ACTIONS(1498), 21, anon_sym_AMP, + anon_sym_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, @@ -79814,25 +80799,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [1529] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1572), 1, - anon_sym_EQ, - STATE(592), 1, - sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, + ACTIONS(1496), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1578), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79846,13 +80824,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 18, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -79865,8 +80839,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 20, + [1724] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(548), 1, + sym_text_interpolation, + ACTIONS(1502), 21, anon_sym_AMP, + anon_sym_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, @@ -79886,29 +80868,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [1610] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, + ACTIONS(1500), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - ACTIONS(1644), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(593), 1, - sym_text_interpolation, - ACTIONS(1576), 2, + anon_sym_RPAREN, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1646), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79922,11 +80893,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 16, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -79939,40 +80908,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [1694] = 7, + [1798] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(594), 1, + STATE(549), 1, sym_text_interpolation, - STATE(604), 1, - sym_arguments, - ACTIONS(1556), 20, + ACTIONS(1504), 21, anon_sym_AMP, anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -79991,12 +80937,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1554), 35, - sym__automatic_semicolon, + ACTIONS(1412), 39, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80016,6 +80965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80027,20 +80977,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1769] = 7, + [1872] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, + ACTIONS(1496), 1, anon_sym_LPAREN, - STATE(595), 1, + STATE(550), 1, sym_text_interpolation, - STATE(605), 1, - sym_arguments, - ACTIONS(1562), 20, + ACTIONS(1424), 21, anon_sym_AMP, anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80059,12 +81008,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1560), 35, - sym__automatic_semicolon, + ACTIONS(1422), 38, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80084,6 +81035,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80095,92 +81047,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1844] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1572), 1, - anon_sym_EQ, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(596), 1, - sym_text_interpolation, - STATE(606), 1, - sym_arguments, - ACTIONS(1650), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1578), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 15, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [1927] = 7, + [1948] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(597), 1, + STATE(551), 1, sym_text_interpolation, - STATE(620), 1, - sym_arguments, - ACTIONS(1582), 20, + ACTIONS(1508), 21, anon_sym_AMP, anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80199,65 +81076,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1580), 35, - sym__automatic_semicolon, + ACTIONS(1506), 39, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - [2002] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1648), 1, anon_sym_LPAREN, - ACTIONS(1652), 1, - anon_sym_EQ, - STATE(598), 1, - sym_text_interpolation, - STATE(606), 1, - sym_arguments, - ACTIONS(1650), 2, + anon_sym_RPAREN, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1654), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80271,72 +81101,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 15, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [2085] = 14, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1640), 1, - anon_sym_EQ, - ACTIONS(1656), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(599), 1, - sym_text_interpolation, - STATE(2124), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80348,54 +81116,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1642), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [2174] = 7, + [2022] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(600), 1, + STATE(552), 1, sym_text_interpolation, - STATE(616), 1, - sym_arguments, - ACTIONS(1586), 20, + ACTIONS(1512), 21, anon_sym_AMP, anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80414,12 +81145,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1584), 35, - sym__automatic_semicolon, + ACTIONS(1510), 39, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80439,6 +81173,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80450,20 +81185,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2249] = 7, + [2096] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(601), 1, + STATE(553), 1, sym_text_interpolation, - STATE(617), 1, - sym_arguments, - ACTIONS(1566), 20, + ACTIONS(1516), 21, anon_sym_AMP, anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80482,12 +81214,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1564), 35, - sym__automatic_semicolon, + ACTIONS(1514), 39, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80507,6 +81242,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80518,44 +81254,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2324] = 11, + [2170] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1572), 1, + ACTIONS(1438), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(602), 1, + STATE(554), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1578), 16, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1446), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80569,9 +81285,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 19, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_RBRACK, - ACTIONS(1570), 19, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1436), 20, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80590,25 +81326,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [2407] = 9, + [2251] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1640), 1, + ACTIONS(1438), 1, anon_sym_EQ, - STATE(603), 1, + STATE(555), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1642), 13, + ACTIONS(1446), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80622,12 +81357,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 16, + ACTIONS(1434), 19, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80639,7 +81377,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 20, + ACTIONS(1436), 20, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -80660,44 +81398,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [2486] = 5, + [2332] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(604), 1, - sym_text_interpolation, - ACTIONS(1622), 20, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1620), 36, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, + ACTIONS(1440), 1, anon_sym_LPAREN, - anon_sym_COLON_COLON, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(556), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1520), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80711,9 +81431,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + ACTIONS(1434), 16, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80725,16 +81448,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2556] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(605), 1, - sym_text_interpolation, - ACTIONS(1638), 20, + ACTIONS(1436), 20, anon_sym_AMP, - anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80753,31 +81469,268 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1636), 36, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, + [2413] = 42, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(308), 1, + aux_sym__list_destructing_token1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(557), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1512), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1570), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2295), 1, + sym_by_ref, + STATE(2299), 1, + sym__list_destructing, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1569), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [2558] = 42, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(308), 1, + aux_sym__list_destructing_token1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(558), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1477), 1, + sym__callable_variable, + STATE(1492), 1, + sym__new_variable, + STATE(1544), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2023), 1, + sym__list_destructing, + STATE(2037), 1, + sym_by_ref, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1493), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [2703] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1528), 1, + anon_sym_LPAREN, + STATE(559), 1, + sym_text_interpolation, + STATE(565), 1, + sym_arguments, + ACTIONS(1406), 20, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1404), 35, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -80790,14 +81743,119 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2626] = 5, + [2778] = 40, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, sym_comment, - STATE(606), 1, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1530), 1, + sym_name, + ACTIONS(1532), 1, + anon_sym_RBRACE, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(560), 1, + sym_text_interpolation, + STATE(562), 1, + aux_sym_use_list_repeat1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1544), 1, + sym__name, + STATE(1599), 1, + sym_class_constant_access_expression, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1850), 1, + sym__new_variable, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(2132), 2, + sym_use_instead_of_clause, + sym_use_as_clause, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1730), 3, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym__callable_variable, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1843), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [2919] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1528), 1, + anon_sym_LPAREN, + STATE(561), 1, sym_text_interpolation, - ACTIONS(1590), 20, + STATE(589), 1, + sym_arguments, + ACTIONS(1400), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80818,13 +81876,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1588), 36, + ACTIONS(1398), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80855,45 +81912,227 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2696] = 12, + [2994] = 39, ACTIONS(3), 1, anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1534), 1, + sym_name, ACTIONS(1540), 1, + anon_sym_BSLASH, + ACTIONS(1543), 1, + anon_sym_RBRACE, + ACTIONS(1545), 1, + anon_sym_LPAREN, + ACTIONS(1548), 1, + aux_sym_cast_type_token1, + ACTIONS(1551), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1554), 1, + anon_sym_LBRACK, + ACTIONS(1563), 1, + anon_sym_LT_LT_LT, + ACTIONS(1566), 1, + anon_sym_DOLLAR, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(652), 1, + sym__reserved_identifier, + STATE(1544), 1, + sym__name, + STATE(1599), 1, + sym_class_constant_access_expression, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1850), 1, + sym__new_variable, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(1557), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(1560), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(562), 2, + sym_text_interpolation, + aux_sym_use_list_repeat1, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(2132), 2, + sym_use_instead_of_clause, + sym_use_as_clause, + ACTIONS(1537), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1730), 3, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym__callable_variable, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1843), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [3133] = 40, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1530), 1, + sym_name, + ACTIONS(1569), 1, + anon_sym_RBRACE, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(560), 1, + aux_sym_use_list_repeat1, + STATE(563), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1544), 1, + sym__name, + STATE(1599), 1, + sym_class_constant_access_expression, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1850), 1, + sym__new_variable, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(2132), 2, + sym_use_instead_of_clause, + sym_use_as_clause, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1730), 3, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym__callable_variable, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1843), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [3274] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1440), 1, anon_sym_LPAREN, - ACTIONS(1644), 1, + ACTIONS(1571), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(607), 1, + STATE(564), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1658), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1646), 13, + ACTIONS(1573), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80907,7 +82146,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + ACTIONS(1434), 16, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1436), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80927,14 +82183,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [2780] = 5, + [3354] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(608), 1, + STATE(565), 1, sym_text_interpolation, - ACTIONS(1544), 20, + ACTIONS(1508), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80955,7 +82211,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1542), 36, + ACTIONS(1506), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -80992,14 +82248,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2850] = 5, + [3424] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(609), 1, + ACTIONS(1412), 1, + anon_sym_LPAREN, + STATE(566), 1, sym_text_interpolation, - ACTIONS(1602), 20, + ACTIONS(1410), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81020,13 +82278,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1600), 36, + ACTIONS(1408), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -81057,14 +82314,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2920] = 5, + [3496] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(610), 1, + STATE(567), 1, sym_text_interpolation, - ACTIONS(1548), 20, + ACTIONS(1416), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81085,7 +82342,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1546), 36, + ACTIONS(1414), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81122,45 +82379,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2990] = 12, + [3566] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1640), 1, + ACTIONS(1438), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(611), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(568), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1661), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1642), 13, + ACTIONS(1446), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -81174,7 +82412,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + ACTIONS(1434), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1436), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -81194,14 +82449,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [3074] = 5, + [3646] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(612), 1, + STATE(569), 1, sym_text_interpolation, - ACTIONS(1538), 20, + ACTIONS(1504), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81222,7 +82477,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1536), 36, + ACTIONS(1412), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81259,14 +82514,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3144] = 5, + [3716] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(613), 1, + STATE(570), 1, sym_text_interpolation, - ACTIONS(1594), 20, + ACTIONS(1502), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81287,7 +82542,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1592), 36, + ACTIONS(1500), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81324,25 +82579,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3214] = 9, + [3786] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1644), 1, - anon_sym_EQ, - STATE(614), 1, + STATE(571), 1, sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, + ACTIONS(1450), 20, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1448), 36, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1646), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -81356,12 +82630,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 16, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -81373,8 +82644,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, + [3856] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(572), 1, + sym_text_interpolation, + ACTIONS(1396), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -81393,35 +82672,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [3292] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(615), 1, - sym_text_interpolation, - ACTIONS(1552), 20, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1550), 36, + ACTIONS(1394), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81458,44 +82709,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3362] = 5, + [3926] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(616), 1, - sym_text_interpolation, - ACTIONS(1626), 20, - anon_sym_AMP, + ACTIONS(1518), 1, anon_sym_EQ, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1624), 36, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, + STATE(573), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1520), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -81509,9 +82740,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + ACTIONS(1434), 16, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -81523,16 +82757,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3432] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(617), 1, - sym_text_interpolation, - ACTIONS(1614), 20, + ACTIONS(1436), 20, anon_sym_AMP, - anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -81551,51 +82778,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1612), 36, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - [3502] = 5, + [4004] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(618), 1, + STATE(574), 1, sym_text_interpolation, - ACTIONS(1618), 20, + ACTIONS(1490), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81616,7 +82806,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1616), 36, + ACTIONS(1488), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81653,14 +82843,115 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3572] = 5, + [4074] = 41, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(797), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, sym_comment, - STATE(619), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(575), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1527), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1627), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2239), 1, + sym_by_ref, + STATE(2246), 1, + sym__array_destructing, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1626), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [4216] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(576), 1, sym_text_interpolation, - ACTIONS(1634), 20, + ACTIONS(1512), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81681,7 +82972,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1632), 36, + ACTIONS(1510), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81718,14 +83009,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3642] = 5, + [4286] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(620), 1, + STATE(577), 1, sym_text_interpolation, - ACTIONS(1630), 20, + ACTIONS(1462), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81746,7 +83037,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1628), 36, + ACTIONS(1460), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81783,14 +83074,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3712] = 5, + [4356] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(621), 1, + STATE(578), 1, sym_text_interpolation, - ACTIONS(1598), 20, + ACTIONS(1474), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -81811,7 +83102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1596), 36, + ACTIONS(1472), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -81848,29 +83139,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3782] = 11, + [4426] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1440), 1, anon_sym_LPAREN, - ACTIONS(1663), 1, + ACTIONS(1577), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(622), 1, + STATE(579), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1665), 13, + ACTIONS(1579), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -81884,67 +83172,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 14, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [3864] = 12, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1640), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(623), 1, - sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1667), 2, + ACTIONS(1434), 16, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1568), 12, anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -81957,21 +83189,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1642), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + ACTIONS(1436), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -81991,14 +83209,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [3948] = 5, + [4506] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(624), 1, + STATE(580), 1, sym_text_interpolation, - ACTIONS(1606), 20, + ACTIONS(1458), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -82019,7 +83237,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1604), 36, + ACTIONS(1456), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -82056,14 +83274,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [4018] = 5, + [4576] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(625), 1, + STATE(581), 1, sym_text_interpolation, - ACTIONS(1610), 20, + ACTIONS(1388), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -82084,7 +83302,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1608), 36, + ACTIONS(1386), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -82121,25 +83339,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [4088] = 9, + [4646] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1652), 1, - anon_sym_EQ, - STATE(626), 1, + STATE(582), 1, sym_text_interpolation, - ACTIONS(1650), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, + ACTIONS(1382), 20, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1380), 36, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1654), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82153,11 +83390,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 15, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82169,8 +83404,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, + [4716] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(583), 1, + sym_text_interpolation, + ACTIONS(1466), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82189,25 +83432,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4165] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1572), 1, - anon_sym_EQ, - STATE(627), 1, - sym_text_interpolation, - ACTIONS(1650), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, + ACTIONS(1464), 36, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1578), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82221,11 +83455,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 15, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82237,8 +83469,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, + [4786] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1496), 1, + anon_sym_LPAREN, + STATE(584), 1, + sym_text_interpolation, + ACTIONS(1424), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82257,26 +83499,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4242] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1572), 1, - anon_sym_EQ, - STATE(628), 1, - sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, + ACTIONS(1422), 35, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82288,9 +83535,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1578), 16, + [4858] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(585), 1, + sym_text_interpolation, + ACTIONS(1482), 20, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1480), 36, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82304,9 +83586,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - anon_sym_RBRACK, - ACTIONS(1570), 19, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [4928] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(586), 1, + sym_text_interpolation, + ACTIONS(1392), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82325,32 +83628,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4319] = 12, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(871), 1, + ACTIONS(1390), 36, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1640), 1, - anon_sym_EQ, - ACTIONS(1656), 1, - anon_sym_RPAREN, - STATE(629), 1, - sym_text_interpolation, - STATE(2124), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82362,22 +83665,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1642), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + [4998] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(587), 1, + sym_text_interpolation, + ACTIONS(1498), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82396,32 +83693,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4402] = 12, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1644), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - STATE(630), 1, - sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1669), 2, + ACTIONS(1496), 36, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 11, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82433,22 +83730,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1646), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + [5068] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(588), 1, + sym_text_interpolation, + ACTIONS(1470), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82467,29 +83758,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4485] = 10, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1640), 1, - anon_sym_EQ, - STATE(631), 1, - sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1667), 2, + ACTIONS(1468), 36, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82501,22 +83795,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1642), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + [5138] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(589), 1, + sym_text_interpolation, + ACTIONS(1478), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82535,29 +83823,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4563] = 10, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1644), 1, - anon_sym_EQ, - STATE(632), 1, - sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1658), 2, + ACTIONS(1476), 36, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82569,7 +83860,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1646), 13, + [5208] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(590), 1, + sym_text_interpolation, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1520), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82583,8 +83891,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + ACTIONS(1434), 16, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1436), 20, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -82603,29 +83929,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4641] = 10, + [5286] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_EQ, - STATE(633), 1, + STATE(591), 1, sym_text_interpolation, - ACTIONS(1576), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1661), 2, + ACTIONS(1420), 20, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1418), 35, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82637,7 +83993,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1642), 13, + [5355] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1577), 1, + anon_sym_EQ, + STATE(592), 1, + sym_text_interpolation, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1579), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82651,7 +84024,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + ACTIONS(1434), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1436), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -82671,25 +84061,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4719] = 9, + [5432] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1663), 1, + ACTIONS(1577), 1, anon_sym_EQ, - STATE(634), 1, + STATE(593), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1665), 13, + ACTIONS(1579), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82703,10 +84092,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1568), 14, + ACTIONS(1434), 16, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82718,7 +84109,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1570), 19, + ACTIONS(1436), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -82738,28 +84129,33 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4795] = 10, + [5509] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1644), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + ACTIONS(1518), 1, anon_sym_EQ, - STATE(635), 1, + ACTIONS(1581), 1, + anon_sym_RPAREN, + STATE(594), 1, sym_text_interpolation, - ACTIONS(1576), 2, + STATE(1906), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1669), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 11, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -82771,7 +84167,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1646), 13, + ACTIONS(1520), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -82785,7 +84181,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1570), 19, + ACTIONS(1436), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -82805,3553 +84201,3616 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4872] = 5, + [5594] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(636), 1, + ACTIONS(1438), 1, + anon_sym_EQ, + STATE(595), 1, sym_text_interpolation, - ACTIONS(1672), 22, - anon_sym_AMP, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_COLON, - aux_sym_class_interface_clause_token1, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_self, - anon_sym_parent, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - sym_name, - ACTIONS(1674), 28, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOLLAR, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(1446), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + ACTIONS(1436), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [4936] = 31, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(242), 1, - aux_sym_final_modifier_token1, - ACTIONS(244), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(246), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(248), 1, - sym_var_modifier, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1678), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(1680), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(1682), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(1690), 1, - anon_sym_DOLLAR, - STATE(637), 1, - sym_text_interpolation, - STATE(992), 1, - aux_sym_class_declaration_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1743), 1, - sym_variable_name, - STATE(1797), 1, - sym_property_element, - STATE(1800), 1, - sym__function_definition_header, - STATE(2133), 1, - sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1332), 5, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [5051] = 31, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(242), 1, - aux_sym_final_modifier_token1, - ACTIONS(244), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(246), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(248), 1, - sym_var_modifier, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1678), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(1680), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(1682), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(1690), 1, - anon_sym_DOLLAR, - STATE(638), 1, - sym_text_interpolation, - STATE(992), 1, - aux_sym_class_declaration_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1743), 1, - sym_variable_name, - STATE(1892), 1, - sym_property_element, - STATE(1894), 1, - sym__function_definition_header, - STATE(1958), 1, - sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1332), 5, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [5166] = 9, + [5671] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(639), 1, + ACTIONS(1438), 1, + anon_sym_EQ, + STATE(596), 1, sym_text_interpolation, - STATE(668), 1, - sym_arguments, - ACTIONS(1576), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1570), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 25, + ACTIONS(1446), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 16, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5235] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(640), 1, - sym_text_interpolation, - STATE(660), 1, - sym_arguments, - ACTIONS(1586), 13, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + anon_sym_PERCENT, + [5748] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1438), 1, + anon_sym_EQ, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(597), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + ACTIONS(1446), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_RBRACK, + ACTIONS(1436), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5300] = 7, + [5827] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(641), 1, + STATE(598), 1, sym_text_interpolation, - STATE(657), 1, - sym_arguments, - ACTIONS(1582), 13, + ACTIONS(1454), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 32, + anon_sym_PERCENT, + ACTIONS(1452), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5365] = 10, + [5896] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(642), 1, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(599), 1, sym_text_interpolation, - STATE(734), 1, - sym_arguments, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1696), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1694), 26, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 16, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5436] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(643), 1, - sym_text_interpolation, - STATE(666), 1, - sym_arguments, - ACTIONS(1566), 13, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1564), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5501] = 7, + [5973] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(644), 1, + STATE(600), 1, sym_text_interpolation, - STATE(659), 1, - sym_arguments, - ACTIONS(1556), 13, + ACTIONS(1424), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 32, + anon_sym_PERCENT, + ACTIONS(1422), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5566] = 10, + [6042] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(645), 1, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(601), 1, sym_text_interpolation, - STATE(668), 1, - sym_arguments, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 26, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 16, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5637] = 7, + ACTIONS(1436), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [6119] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(646), 1, + STATE(602), 1, sym_text_interpolation, - STATE(652), 1, - sym_arguments, - ACTIONS(1562), 13, + ACTIONS(1428), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1560), 32, + anon_sym_PERCENT, + ACTIONS(1426), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5702] = 5, + [6188] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(647), 1, + STATE(603), 1, sym_text_interpolation, - ACTIONS(1594), 13, + ACTIONS(1432), 20, anon_sym_AMP, anon_sym_EQ, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1592), 34, + anon_sym_PERCENT, + ACTIONS(1430), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_class_interface_clause_token1, - aux_sym_use_instead_of_clause_token1, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5763] = 8, + [6257] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(648), 1, + STATE(604), 1, sym_text_interpolation, - STATE(668), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1572), 13, + ACTIONS(1516), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 27, + anon_sym_PERCENT, + ACTIONS(1514), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_RBRACK, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5830] = 10, + [6326] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1440), 1, anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(649), 1, + ACTIONS(1583), 1, + anon_sym_EQ, + STATE(605), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 26, - anon_sym_SEMI, + ACTIONS(1585), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 15, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + ACTIONS(1436), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5901] = 10, + [6405] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(650), 1, + STATE(606), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 12, + ACTIONS(1494), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 26, + anon_sym_PERCENT, + ACTIONS(1492), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5972] = 7, + [6474] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(585), 1, - sym_arguments, - STATE(651), 1, + STATE(607), 1, sym_text_interpolation, - ACTIONS(1709), 12, + ACTIONS(1420), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1707), 32, + anon_sym_PERCENT, + ACTIONS(1418), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_use_instead_of_clause_token1, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6036] = 5, + [6543] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(652), 1, + STATE(608), 1, sym_text_interpolation, - ACTIONS(1638), 13, + ACTIONS(1486), 20, anon_sym_AMP, - anon_sym_COLON, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1636), 33, + anon_sym_PERCENT, + ACTIONS(1484), 35, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6096] = 30, + [6612] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1713), 1, + ACTIONS(1438), 1, + anon_sym_EQ, + STATE(609), 1, + sym_text_interpolation, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1446), 16, anon_sym_COMMA, - ACTIONS(1715), 1, - anon_sym_LPAREN, - ACTIONS(1717), 1, anon_sym_RPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_RBRACK, + ACTIONS(1436), 19, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(653), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1943), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [6206] = 30, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [6688] = 39, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, + ACTIONS(549), 1, aux_sym_cast_type_token1, - ACTIONS(617), 1, + ACTIONS(581), 1, anon_sym_LT_LT_LT, - ACTIONS(1062), 1, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, anon_sym_LBRACK, - ACTIONS(1725), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, sym_name, - ACTIONS(1729), 1, - aux_sym_class_declaration_token1, - ACTIONS(1731), 1, + ACTIONS(1524), 1, anon_sym_LPAREN, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - STATE(654), 1, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1587), 1, + anon_sym_RPAREN, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(610), 1, sym_text_interpolation, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1722), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1532), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1616), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, sym__dereferencable_expression, - STATE(2538), 1, - sym_attribute_list, - STATE(2587), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, sym__scope_resolution_qualifier, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, + STATE(2472), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - ACTIONS(613), 2, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(615), 2, + ACTIONS(579), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(852), 2, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, sym_qualified_name, - sym__reserved_identifier, - STATE(1724), 2, - sym_class_constant_access_expression, - sym_cast_variable, - ACTIONS(1727), 3, - aux_sym_function_static_declaration_token1, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(838), 3, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1615), 4, + sym_cast_variable, sym_member_access_expression, sym_nullsafe_member_access_expression, sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [6824] = 39, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1589), 1, + anon_sym_RPAREN, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(611), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1532), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1616), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, STATE(721), 4, sym_encapsed_string, sym_string, sym_heredoc, sym_nowdoc, - STATE(853), 4, - sym_parenthesized_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 6, + STATE(1615), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, sym_function_call_expression, sym_scoped_call_expression, sym_member_call_expression, sym_nullsafe_member_call_expression, - sym_array_creation_expression, - sym__string, - [6316] = 5, + sym__dereferencable_subscript_expression, + [6960] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(655), 1, - sym_text_interpolation, - ACTIONS(1548), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1546), 33, - anon_sym_SEMI, + ACTIONS(802), 1, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1518), 1, + anon_sym_EQ, + ACTIONS(1581), 1, anon_sym_RPAREN, - anon_sym_COLON_COLON, + STATE(612), 1, + sym_text_interpolation, + STATE(1906), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6376] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(656), 1, - sym_text_interpolation, - ACTIONS(1602), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 33, - anon_sym_SEMI, + anon_sym_PERCENT, + [7042] = 12, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(802), 1, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1518), 1, + anon_sym_EQ, + ACTIONS(1581), 1, anon_sym_RPAREN, - anon_sym_COLON_COLON, + STATE(613), 1, + sym_text_interpolation, + STATE(1906), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6436] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(657), 1, - sym_text_interpolation, - ACTIONS(1630), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1628), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7124] = 39, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1591), 1, anon_sym_RPAREN, - anon_sym_COLON_COLON, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(614), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1532), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1616), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1615), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [7260] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1583), 1, + anon_sym_EQ, + STATE(615), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1585), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 15, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6496] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(658), 1, - sym_text_interpolation, - ACTIONS(1634), 13, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1632), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + anon_sym_PERCENT, + [7336] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1583), 1, + anon_sym_EQ, + STATE(616), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1585), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1434), 15, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6556] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(659), 1, - sym_text_interpolation, - ACTIONS(1622), 13, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1620), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7412] = 39, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1593), 1, anon_sym_RPAREN, - anon_sym_COLON_COLON, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(617), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1532), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1616), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1615), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [7548] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1440), 1, + anon_sym_LPAREN, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(618), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1595), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6616] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(660), 1, - sym_text_interpolation, - ACTIONS(1626), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1624), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7628] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1440), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(619), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1597), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6676] = 30, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(1735), 1, - anon_sym_COMMA, - ACTIONS(1737), 1, - anon_sym_RPAREN, - STATE(661), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1927), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [6786] = 30, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1739), 1, - sym_name, - ACTIONS(1741), 1, - aux_sym_class_declaration_token1, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - STATE(662), 1, - sym_text_interpolation, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1727), 1, - sym__dereferencable_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2551), 1, - sym_attribute_list, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2655), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(693), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1724), 2, - sym_class_constant_access_expression, - sym_cast_variable, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(687), 3, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(690), 4, - sym_parenthesized_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1567), 6, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_array_creation_expression, - sym__string, - [6896] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(588), 1, - sym_arguments, - STATE(663), 1, - sym_text_interpolation, - ACTIONS(1749), 12, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1747), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_use_instead_of_clause_token1, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_PERCENT, + [7708] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1438), 1, + anon_sym_EQ, + STATE(620), 1, + sym_text_interpolation, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6960] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(664), 1, - sym_text_interpolation, - ACTIONS(1538), 13, + ACTIONS(1446), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_RBRACK, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7784] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1440), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(621), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1600), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7020] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(665), 1, - sym_text_interpolation, - ACTIONS(1544), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1542), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7864] = 38, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1602), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + STATE(622), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(859), 1, + sym__callable_variable, + STATE(876), 1, + sym__simple_variable, + STATE(878), 1, + sym__variable_subscript_expression, + STATE(882), 1, + sym__variable_scoped_property_access_expression, + STATE(883), 1, + sym__variable_nullsafe_member_access_expression, + STATE(887), 1, + sym__variable_member_access_expression, + STATE(945), 1, + sym__new_variable, + STATE(1593), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1801), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2188), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + STATE(2570), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(967), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(879), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [7997] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(623), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1600), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7080] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(666), 1, - sym_text_interpolation, - ACTIONS(1614), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1612), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [8074] = 38, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(624), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(1483), 1, + sym__callable_variable, + STATE(1523), 1, + sym__new_variable, + STATE(1544), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1524), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [8207] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(625), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1600), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7140] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(667), 1, - sym_text_interpolation, - ACTIONS(1594), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1592), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, + anon_sym_PERCENT, + [8284] = 38, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7200] = 5, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1602), 1, + anon_sym_LPAREN, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + STATE(626), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(876), 1, + sym__simple_variable, + STATE(878), 1, + sym__variable_subscript_expression, + STATE(881), 1, + sym__callable_variable, + STATE(882), 1, + sym__variable_scoped_property_access_expression, + STATE(883), 1, + sym__variable_nullsafe_member_access_expression, + STATE(887), 1, + sym__variable_member_access_expression, + STATE(963), 1, + sym__new_variable, + STATE(1593), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1801), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2188), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + STATE(2570), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(942), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(879), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [8417] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, sym_comment, - STATE(668), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(627), 1, sym_text_interpolation, - ACTIONS(1590), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1588), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + STATE(652), 1, + sym__reserved_identifier, + STATE(1464), 1, + sym__callable_variable, + STATE(1502), 1, + sym__new_variable, + STATE(1544), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(1497), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [8550] = 38, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1606), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(628), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(757), 1, + sym__simple_variable, + STATE(758), 1, + sym__variable_subscript_expression, + STATE(760), 1, + sym__variable_scoped_property_access_expression, + STATE(770), 1, + sym__variable_nullsafe_member_access_expression, + STATE(771), 1, + sym__variable_member_access_expression, + STATE(774), 1, + sym__callable_variable, + STATE(786), 1, + sym__new_variable, + STATE(1604), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1831), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2242), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + STATE(2537), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(787), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(759), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [8683] = 38, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1602), 1, + anon_sym_LPAREN, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + STATE(629), 1, + sym_text_interpolation, + STATE(652), 1, + sym__reserved_identifier, + STATE(860), 1, + sym__callable_variable, + STATE(876), 1, + sym__simple_variable, + STATE(878), 1, + sym__variable_subscript_expression, + STATE(882), 1, + sym__variable_scoped_property_access_expression, + STATE(883), 1, + sym__variable_nullsafe_member_access_expression, + STATE(887), 1, + sym__variable_member_access_expression, + STATE(944), 1, + sym__new_variable, + STATE(1593), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1801), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2188), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + STATE(2570), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(971), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(879), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [8816] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(630), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1597), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7260] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(669), 1, - sym_text_interpolation, - ACTIONS(1598), 13, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1596), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [7320] = 5, + [8893] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(670), 1, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(631), 1, sym_text_interpolation, - ACTIONS(1552), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1550), 33, - anon_sym_SEMI, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1595), 2, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, + ACTIONS(1442), 4, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7380] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(671), 1, - sym_text_interpolation, - ACTIONS(1606), 13, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1604), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [8970] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1440), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(632), 1, + sym_text_interpolation, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1610), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 11, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7440] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(672), 1, - sym_text_interpolation, - ACTIONS(1610), 13, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1608), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [7500] = 5, + [9049] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(673), 1, - sym_text_interpolation, - ACTIONS(1618), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1616), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7560] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1370), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1613), 1, anon_sym_LPAREN, - STATE(674), 1, + STATE(633), 1, sym_text_interpolation, - STATE(757), 1, - sym_arguments, - ACTIONS(1556), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1554), 31, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7623] = 6, + STATE(652), 1, + sym__reserved_identifier, + STATE(803), 1, + sym__callable_variable, + STATE(816), 1, + sym__simple_variable, + STATE(827), 1, + sym__variable_subscript_expression, + STATE(833), 1, + sym__new_variable, + STATE(842), 1, + sym__variable_scoped_property_access_expression, + STATE(843), 1, + sym__variable_nullsafe_member_access_expression, + STATE(845), 1, + sym__variable_member_access_expression, + STATE(1588), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1876), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2193), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2515), 1, + sym__scope_resolution_qualifier, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(815), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(849), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(813), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [9182] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(590), 1, - sym_arguments, - STATE(675), 1, - sym_text_interpolation, - ACTIONS(1562), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1560), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7684] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1701), 1, + ACTIONS(1372), 1, anon_sym_LPAREN, - STATE(676), 1, - sym_text_interpolation, - STATE(744), 1, - sym_arguments, - ACTIONS(1562), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1560), 31, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7747] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1374), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - STATE(587), 1, - sym_arguments, - STATE(677), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(634), 1, sym_text_interpolation, - ACTIONS(1586), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1584), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7808] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, + STATE(652), 1, + sym__reserved_identifier, + STATE(664), 1, + sym__callable_variable, STATE(678), 1, - sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1753), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1751), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7873] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(657), 1, - sym_arguments, + sym__simple_variable, STATE(679), 1, - sym_text_interpolation, - ACTIONS(1749), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1747), 31, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7936] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(586), 1, - sym_arguments, - STATE(680), 1, - sym_text_interpolation, - ACTIONS(1556), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1554), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [7997] = 29, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(1755), 1, - anon_sym_RPAREN, - STATE(681), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + sym__variable_nullsafe_member_access_expression, + STATE(686), 1, + sym__variable_subscript_expression, + STATE(687), 1, + sym__new_variable, + STATE(695), 1, + sym__variable_member_access_expression, + STATE(696), 1, + sym__variable_scoped_property_access_expression, + STATE(1602), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1806), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2218), 1, + sym__callable_expression, + STATE(2472), 1, sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2217), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [8104] = 7, + STATE(2529), 1, + sym_relative_scope, + STATE(2585), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(655), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(698), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(658), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [9315] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1606), 1, anon_sym_LPAREN, - STATE(673), 1, - sym_arguments, - STATE(682), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(635), 1, sym_text_interpolation, - ACTIONS(1709), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1707), 31, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8167] = 8, + STATE(652), 1, + sym__reserved_identifier, + STATE(750), 1, + sym__callable_variable, + STATE(757), 1, + sym__simple_variable, + STATE(758), 1, + sym__variable_subscript_expression, + STATE(760), 1, + sym__variable_scoped_property_access_expression, + STATE(770), 1, + sym__variable_nullsafe_member_access_expression, + STATE(771), 1, + sym__variable_member_access_expression, + STATE(799), 1, + sym__new_variable, + STATE(1604), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1831), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2242), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + STATE(2537), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(796), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(759), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [9448] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(683), 1, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(636), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 26, - anon_sym_SEMI, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1597), 2, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8232] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(684), 1, - sym_text_interpolation, - STATE(724), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1759), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1757), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + ACTIONS(1434), 12, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8297] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(668), 1, - sym_arguments, - STATE(685), 1, - sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1753), 12, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1751), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, + anon_sym_DASH, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8362] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(668), 1, - sym_arguments, - STATE(686), 1, - sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [8427] = 8, + [9525] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1761), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1524), 1, anon_sym_LPAREN, - STATE(687), 1, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(637), 1, sym_text_interpolation, - STATE(955), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1696), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1694), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8492] = 8, + STATE(652), 1, + sym__reserved_identifier, + STATE(664), 1, + sym__callable_variable, + STATE(687), 1, + sym__new_variable, + STATE(1544), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(1872), 1, + sym__dereferencable_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, + sym__scope_resolution_qualifier, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(698), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(547), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [9658] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(549), 1, + aux_sym_cast_type_token1, + ACTIONS(581), 1, + anon_sym_LT_LT_LT, + ACTIONS(911), 1, + anon_sym_LBRACK, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1606), 1, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(688), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(638), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8557] = 6, + STATE(652), 1, + sym__reserved_identifier, + STATE(723), 1, + sym__callable_variable, + STATE(757), 1, + sym__simple_variable, + STATE(758), 1, + sym__variable_subscript_expression, + STATE(760), 1, + sym__variable_scoped_property_access_expression, + STATE(770), 1, + sym__variable_nullsafe_member_access_expression, + STATE(771), 1, + sym__variable_member_access_expression, + STATE(791), 1, + sym__new_variable, + STATE(1604), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1831), 1, + sym__dereferencable_expression, + STATE(1843), 1, + sym_class_constant_access_expression, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2242), 1, + sym__callable_expression, + STATE(2472), 1, + sym_namespace_name, + STATE(2529), 1, + sym_relative_scope, + STATE(2537), 1, + sym__scope_resolution_qualifier, + ACTIONS(577), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(579), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, + ACTIONS(312), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(721), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + STATE(792), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(759), 5, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + [9791] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(588), 1, - sym_arguments, - STATE(689), 1, + ACTIONS(1518), 1, + anon_sym_EQ, + STATE(639), 1, sym_text_interpolation, - ACTIONS(1582), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1580), 32, - anon_sym_SEMI, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1595), 2, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1434), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8618] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(690), 1, - sym_text_interpolation, - STATE(734), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1696), 12, + ACTIONS(1520), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1694), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [8683] = 29, + [9868] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(308), 1, - aux_sym__list_destructing_token1, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, + ACTIONS(549), 1, aux_sym_cast_type_token1, - ACTIONS(617), 1, + ACTIONS(581), 1, anon_sym_LT_LT_LT, - ACTIONS(621), 1, + ACTIONS(585), 1, anon_sym_DOLLAR, - ACTIONS(745), 1, - anon_sym_AMP, - ACTIONS(1062), 1, + ACTIONS(911), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, + ACTIONS(1522), 1, sym_name, - STATE(691), 1, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(640), 1, sym_text_interpolation, - STATE(1724), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(723), 1, + sym__callable_variable, + STATE(791), 1, + sym__new_variable, + STATE(1544), 1, + sym__name, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, sym_class_constant_access_expression, - STATE(1735), 1, + STATE(1872), 1, sym__dereferencable_expression, - STATE(2093), 1, - sym_by_ref, - STATE(2094), 1, - sym__list_destructing, - STATE(2535), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, + STATE(2472), 1, sym_namespace_name, - ACTIONS(613), 2, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(615), 2, + ACTIONS(579), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(1565), 2, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, sym_qualified_name, - sym__reserved_identifier, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, ACTIONS(312), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, STATE(721), 4, sym_encapsed_string, sym_string, sym_heredoc, sym_nowdoc, - STATE(1548), 4, + STATE(792), 4, sym_cast_variable, sym_member_access_expression, sym_nullsafe_member_access_expression, sym_scoped_property_access_expression, - STATE(1458), 7, + STATE(547), 5, sym_function_call_expression, sym_scoped_call_expression, sym_member_call_expression, sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [8790] = 29, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(1765), 1, - anon_sym_RPAREN, - STATE(692), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2217), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [8897] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(693), 1, - sym_text_interpolation, - STATE(734), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1696), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1694), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [8962] = 27, + sym__dereferencable_subscript_expression, + [10001] = 38, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, + ACTIONS(549), 1, aux_sym_cast_type_token1, - ACTIONS(617), 1, + ACTIONS(581), 1, anon_sym_LT_LT_LT, - ACTIONS(621), 1, + ACTIONS(585), 1, anon_sym_DOLLAR, - ACTIONS(1062), 1, + ACTIONS(911), 1, anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1767), 1, + ACTIONS(1522), 1, sym_name, - ACTIONS(1769), 1, - anon_sym_RBRACE, - STATE(694), 1, + ACTIONS(1524), 1, + anon_sym_LPAREN, + ACTIONS(1526), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(530), 1, + sym__variable_subscript_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(550), 1, + sym__simple_variable, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(641), 1, sym_text_interpolation, - STATE(708), 1, - aux_sym_use_list_repeat1, - STATE(1580), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1532), 1, + sym__callable_variable, + STATE(1544), 1, + sym__name, + STATE(1616), 1, + sym__new_variable, + STATE(1688), 1, + sym__new_dereferencable_expression, + STATE(1843), 1, sym_class_constant_access_expression, - STATE(1735), 1, + STATE(1872), 1, sym__dereferencable_expression, - STATE(2535), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2353), 1, + sym__callable_expression, + STATE(2398), 1, sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, + STATE(2472), 1, sym_namespace_name, - ACTIONS(613), 2, + STATE(2529), 1, + sym_relative_scope, + ACTIONS(577), 2, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(615), 2, + ACTIONS(579), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(1565), 2, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, sym_qualified_name, - sym__reserved_identifier, - STATE(2263), 2, - sym_use_instead_of_clause, - sym_use_as_clause, + sym__identifier, + STATE(1681), 2, + sym_array_creation_expression, + sym__string, + STATE(1730), 2, + sym_parenthesized_expression, + sym__dereferencable_scalar, ACTIONS(312), 3, aux_sym_function_static_declaration_token1, anon_sym_self, @@ -86361,284 +87820,171 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_heredoc, sym_nowdoc, - STATE(1724), 4, + STATE(1615), 4, sym_cast_variable, sym_member_access_expression, sym_nullsafe_member_access_expression, sym_scoped_property_access_expression, - STATE(1567), 10, - sym_parenthesized_expression, + STATE(547), 5, sym_function_call_expression, sym_scoped_call_expression, sym_member_call_expression, sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_array_creation_expression, - sym__string, - sym_dynamic_variable_name, - sym_variable_name, - [9065] = 8, + sym__dereferencable_subscript_expression, + [10134] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(668), 1, - sym_arguments, - STATE(695), 1, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(642), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1610), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, + ACTIONS(1434), 11, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [9130] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(696), 1, - sym_text_interpolation, - STATE(724), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1773), 12, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1771), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [9195] = 7, + [10210] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(697), 1, + ACTIONS(1571), 1, + anon_sym_EQ, + STATE(643), 1, sym_text_interpolation, - ACTIONS(1576), 2, + ACTIONS(1444), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1610), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1570), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 25, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_RBRACK, + ACTIONS(1434), 11, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + ACTIONS(1573), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1436), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [9258] = 26, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1775), 1, - sym_name, - ACTIONS(1781), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1784), 1, - anon_sym_BSLASH, - ACTIONS(1787), 1, - anon_sym_RBRACE, - ACTIONS(1789), 1, - anon_sym_LPAREN, - ACTIONS(1792), 1, - aux_sym_cast_type_token1, - ACTIONS(1795), 1, - anon_sym_LBRACK, - ACTIONS(1804), 1, - anon_sym_LT_LT_LT, - ACTIONS(1807), 1, - anon_sym_DOLLAR, - STATE(1580), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(1798), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(1801), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(698), 2, - sym_text_interpolation, - aux_sym_use_list_repeat1, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2263), 2, - sym_use_instead_of_clause, - sym_use_as_clause, - ACTIONS(1778), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1724), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1567), 10, - sym_parenthesized_expression, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_array_creation_expression, - sym__string, - sym_dynamic_variable_name, - sym_variable_name, - [9359] = 7, + [10286] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(699), 1, - sym_text_interpolation, - STATE(758), 1, - sym_arguments, - ACTIONS(1586), 12, + STATE(644), 1, + sym_text_interpolation, + ACTIONS(1615), 22, anon_sym_AMP, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token3, anon_sym_COLON, + aux_sym_class_interface_clause_token1, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, + anon_sym_self, + anon_sym_parent, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -86646,13 +87992,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 31, + sym_name, + ACTIONS(1617), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, @@ -86660,12 +88007,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, anon_sym_RBRACK, - aux_sym_binary_expression_token1, + anon_sym_DOLLAR, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -86678,23 +88022,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9422] = 7, + [10350] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(700), 1, + STATE(645), 1, sym_text_interpolation, - STATE(743), 1, - sym_arguments, - ACTIONS(1566), 12, + ACTIONS(1619), 9, + aux_sym_function_static_declaration_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + ACTIONS(1512), 11, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -86702,19 +88051,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 31, + ACTIONS(1510), 30, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -86734,29 +88082,111 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9485] = 8, + [10416] = 30, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(244), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(248), 1, + sym_var_modifier, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1623), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1625), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(1627), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1631), 1, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(701), 1, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(1635), 1, + anon_sym_DOLLAR, + STATE(646), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 12, + STATE(1032), 1, + aux_sym_class_declaration_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(1526), 1, + sym_property_element, + STATE(1747), 1, + sym__function_definition_header, + STATE(1749), 1, + sym_variable_name, + STATE(1979), 1, + sym_type, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [10528] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1637), 1, + sym_name, + ACTIONS(1643), 1, + anon_sym_BSLASH, + STATE(647), 1, + sym_text_interpolation, + ACTIONS(1641), 18, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, anon_sym_COLON, + aux_sym_class_interface_clause_token1, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -86764,21 +88194,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 26, + ACTIONS(1639), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, - aux_sym_binary_expression_token1, + anon_sym_DOLLAR, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -86791,20 +88223,100 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9550] = 6, + [10594] = 30, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(244), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(248), 1, + sym_var_modifier, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - STATE(702), 1, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1623), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1625), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(1627), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1631), 1, + anon_sym_LPAREN, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(1635), 1, + anon_sym_DOLLAR, + STATE(648), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1572), 13, + STATE(1032), 1, + aux_sym_class_declaration_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(1499), 1, + sym_property_element, + STATE(1654), 1, + sym__function_definition_header, + STATE(1749), 1, + sym_variable_name, + STATE(2028), 1, + sym_type, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [10706] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(649), 1, + sym_text_interpolation, + STATE(671), 1, + sym_arguments, + ACTIONS(1406), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86818,15 +88330,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 27, + ACTIONS(1404), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -86846,28 +88363,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9611] = 8, + [10771] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(703), 1, + STATE(650), 1, sym_text_interpolation, - STATE(724), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1572), 12, + ACTIONS(1202), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + aux_sym_else_clause_token1, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -86876,14 +88384,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 26, + ACTIONS(1200), 34, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -86903,23 +88419,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9676] = 7, + [10832] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1817), 1, - anon_sym_EQ, - STATE(704), 1, + STATE(651), 1, sym_text_interpolation, - ACTIONS(1814), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1812), 12, + ACTIONS(1178), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + aux_sym_else_clause_token1, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -86928,19 +88440,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 30, + ACTIONS(1176), 34, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -86959,25 +88475,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9739] = 8, + [10893] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(705), 1, + STATE(652), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 12, + ACTIONS(1462), 13, anon_sym_AMP, + anon_sym_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, @@ -86989,14 +88496,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 26, + ACTIONS(1460), 34, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + aux_sym_class_interface_clause_token1, anon_sym_EQ_GT, + aux_sym_use_instead_of_clause_token1, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -87016,20 +88531,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9804] = 6, + [10954] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(584), 1, - sym_arguments, - STATE(706), 1, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(653), 1, sym_text_interpolation, - ACTIONS(1566), 12, + STATE(669), 1, + sym_arguments, + ACTIONS(1400), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87038,17 +88556,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 32, + ACTIONS(1398), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87071,22 +88589,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9865] = 7, + [11019] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(588), 1, - sym_arguments, - STATE(707), 1, + STATE(654), 1, sym_text_interpolation, - ACTIONS(1582), 12, + ACTIONS(1382), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87095,16 +88610,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 31, + ACTIONS(1380), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87127,98 +88644,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9928] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1767), 1, - sym_name, - ACTIONS(1819), 1, - anon_sym_RBRACE, - STATE(698), 1, - aux_sym_use_list_repeat1, - STATE(708), 1, - sym_text_interpolation, - STATE(1580), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2263), 2, - sym_use_instead_of_clause, - sym_use_as_clause, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1724), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1567), 10, - sym_parenthesized_expression, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_array_creation_expression, - sym__string, - sym_dynamic_variable_name, - sym_variable_name, - [10031] = 7, + [11079] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(709), 1, + STATE(655), 1, sym_text_interpolation, - STATE(742), 1, - sym_arguments, - ACTIONS(1582), 12, + ACTIONS(1482), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87227,16 +88665,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 31, + ACTIONS(1480), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87259,100 +88699,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10094] = 29, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(1821), 1, - anon_sym_RPAREN, - STATE(710), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2217), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [10201] = 7, + [11139] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(586), 1, - sym_arguments, - STATE(711), 1, + STATE(656), 1, sym_text_interpolation, - ACTIONS(1556), 12, + ACTIONS(1458), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87361,16 +88720,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 31, + ACTIONS(1456), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87393,100 +88754,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10264] = 29, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(308), 1, - aux_sym__list_destructing_token1, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(745), 1, - anon_sym_AMP, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - STATE(712), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2348), 1, - sym_by_ref, - STATE(2351), 1, - sym__list_destructing, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1568), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1513), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [10371] = 7, + [11199] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(587), 1, - sym_arguments, - STATE(713), 1, + STATE(657), 1, sym_text_interpolation, - ACTIONS(1586), 12, + ACTIONS(1392), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87495,16 +88775,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 31, + ACTIONS(1390), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87527,22 +88809,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10434] = 7, + [11259] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(590), 1, - sym_arguments, - STATE(714), 1, + STATE(658), 1, sym_text_interpolation, - ACTIONS(1562), 12, + ACTIONS(1498), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87551,16 +88830,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1560), 31, + ACTIONS(1496), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87583,100 +88864,79 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10497] = 29, + [11319] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, + ACTIONS(1647), 1, sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, + ACTIONS(1649), 1, + anon_sym_BSLASH, + STATE(659), 1, + sym_text_interpolation, + ACTIONS(1460), 5, anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 17, + anon_sym_AMP, + aux_sym_namespace_use_clause_token3, + anon_sym_COLON, anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(1823), 1, + anon_sym_PIPE, + anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1434), 22, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_RPAREN, - STATE(715), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2217), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [10604] = 7, + anon_sym_PLUS, + anon_sym_RBRACK, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [11385] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1412), 1, anon_sym_LPAREN, - STATE(584), 1, - sym_arguments, - STATE(716), 1, + STATE(660), 1, sym_text_interpolation, - ACTIONS(1566), 12, + ACTIONS(1410), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87685,16 +88945,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 31, + ACTIONS(1408), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87717,18 +88978,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10667] = 5, + [11447] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(717), 1, + STATE(661), 1, sym_text_interpolation, - ACTIONS(1827), 12, + ACTIONS(1504), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87737,17 +88999,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1825), 32, + ACTIONS(1412), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87770,18 +89033,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10725] = 5, + [11507] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(718), 1, + STATE(662), 1, sym_text_interpolation, - ACTIONS(1831), 12, + ACTIONS(1490), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87790,17 +89054,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1829), 32, + ACTIONS(1488), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87823,18 +89088,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10783] = 5, + [11567] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(719), 1, + STATE(663), 1, sym_text_interpolation, - ACTIONS(1835), 12, + ACTIONS(1512), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87843,17 +89109,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1833), 32, + ACTIONS(1510), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87876,18 +89143,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10841] = 5, + [11627] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(720), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(664), 1, sym_text_interpolation, - ACTIONS(1520), 12, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87896,17 +89171,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1522), 32, + ACTIONS(1446), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [11691] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(665), 1, + sym_text_interpolation, + ACTIONS(1450), 13, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_PLUS, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1448), 33, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87929,18 +89255,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10899] = 5, + [11751] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(721), 1, + STATE(666), 1, sym_text_interpolation, - ACTIONS(1839), 12, + ACTIONS(1502), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -87949,17 +89276,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1837), 32, + ACTIONS(1500), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -87982,18 +89310,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10957] = 5, + [11811] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(722), 1, + STATE(667), 1, sym_text_interpolation, - ACTIONS(1606), 12, + ACTIONS(1396), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88002,17 +89331,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1604), 32, + ACTIONS(1394), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88035,18 +89365,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11015] = 5, + [11871] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(723), 1, + STATE(668), 1, sym_text_interpolation, - ACTIONS(1843), 12, + ACTIONS(1470), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88055,17 +89386,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1841), 32, + ACTIONS(1468), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88088,18 +89420,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11073] = 5, + [11931] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(724), 1, + STATE(669), 1, sym_text_interpolation, - ACTIONS(1590), 12, + ACTIONS(1478), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88108,17 +89441,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1588), 32, + ACTIONS(1476), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88141,18 +89475,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11131] = 5, + [11991] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(725), 1, + STATE(670), 1, sym_text_interpolation, - ACTIONS(1847), 12, + ACTIONS(1462), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88161,17 +89496,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1845), 32, + ACTIONS(1460), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88194,18 +89530,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11189] = 5, + [12051] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(726), 1, + STATE(671), 1, sym_text_interpolation, - ACTIONS(1851), 12, + ACTIONS(1508), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88214,17 +89551,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1849), 32, + ACTIONS(1506), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88247,18 +89585,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11247] = 5, + [12111] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(727), 1, + STATE(672), 1, sym_text_interpolation, - ACTIONS(1855), 12, + ACTIONS(1474), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88267,17 +89606,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1853), 32, + ACTIONS(1472), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88300,20 +89640,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11305] = 6, + [12171] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1857), 1, - anon_sym_COLON_COLON, - STATE(728), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(673), 1, sym_text_interpolation, - ACTIONS(1594), 12, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88322,19 +89671,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1592), 31, + ACTIONS(1434), 26, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88354,18 +89698,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11365] = 5, + [12237] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(729), 1, + STATE(674), 1, sym_text_interpolation, - ACTIONS(1610), 12, + ACTIONS(1416), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88374,17 +89719,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1608), 32, + ACTIONS(1414), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88407,18 +89753,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11423] = 5, + [12297] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(730), 1, + STATE(675), 1, sym_text_interpolation, - ACTIONS(1552), 12, + ACTIONS(1466), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88427,17 +89774,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 32, + ACTIONS(1464), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88460,18 +89808,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11481] = 5, + [12357] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(731), 1, + STATE(676), 1, sym_text_interpolation, - ACTIONS(1861), 12, + ACTIONS(1619), 9, + aux_sym_function_static_declaration_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + ACTIONS(1512), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1510), 27, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [12419] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(677), 1, + sym_text_interpolation, + ACTIONS(1388), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88480,17 +89885,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1859), 32, + ACTIONS(1386), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88513,18 +89919,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11539] = 5, + [12479] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(732), 1, + ACTIONS(1496), 1, + anon_sym_LPAREN, + STATE(678), 1, sym_text_interpolation, - ACTIONS(1812), 12, + ACTIONS(1424), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88533,17 +89942,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 32, + ACTIONS(1422), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88566,18 +89975,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11597] = 5, + [12541] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(733), 1, + STATE(679), 1, sym_text_interpolation, - ACTIONS(1865), 12, + ACTIONS(1420), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88586,17 +89996,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1863), 32, + ACTIONS(1418), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88619,25 +90029,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11655] = 6, + [12600] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(734), 1, + STATE(680), 1, sym_text_interpolation, - ACTIONS(1588), 6, - anon_sym_LBRACE, - anon_sym_LPAREN, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1869), 12, + ACTIONS(1436), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88646,14 +90058,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1867), 26, + ACTIONS(1434), 26, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88673,90 +90085,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11715] = 28, + [12663] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, - anon_sym_LPAREN, - ACTIONS(1719), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1721), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(735), 1, - sym_text_interpolation, - STATE(986), 1, - sym_attribute_list, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1206), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1698), 1, - sym_type, - STATE(1935), 1, - sym_variable_name, - STATE(1947), 1, - sym_reference_modifier, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2217), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [11819] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(736), 1, + STATE(681), 1, sym_text_interpolation, - ACTIONS(1873), 12, + ACTIONS(1512), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88769,13 +90105,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1871), 32, + ACTIONS(1510), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + aux_sym_use_instead_of_clause_token1, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, @@ -88802,18 +90139,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11877] = 5, + [12722] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(737), 1, + STATE(682), 1, sym_text_interpolation, - ACTIONS(1538), 12, + ACTIONS(1494), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88822,17 +90160,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 32, + ACTIONS(1492), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -88855,14 +90193,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11935] = 5, + [12781] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(738), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(683), 1, sym_text_interpolation, - ACTIONS(1877), 12, + STATE(729), 1, + sym_arguments, + ACTIONS(1400), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88875,14 +90217,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1875), 32, + ACTIONS(1398), 31, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, @@ -88908,14 +90249,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11993] = 5, + [12844] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(739), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(684), 1, sym_text_interpolation, - ACTIONS(1881), 12, + STATE(728), 1, + sym_arguments, + ACTIONS(1406), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88928,14 +90273,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1879), 32, + ACTIONS(1404), 31, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, @@ -88961,18 +90305,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12051] = 5, + [12907] = 29, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(740), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1655), 1, + anon_sym_COMMA, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, + anon_sym_LPAREN, + ACTIONS(1661), 1, + anon_sym_RPAREN, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(685), 1, + sym_text_interpolation, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1993), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [13014] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(686), 1, sym_text_interpolation, - ACTIONS(1598), 12, + ACTIONS(1424), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88981,17 +90404,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1596), 32, + ACTIONS(1422), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89014,18 +90437,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12109] = 5, + [13073] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(741), 1, + STATE(687), 1, sym_text_interpolation, - ACTIONS(1885), 12, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89034,20 +90463,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1883), 32, + ACTIONS(1446), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -89067,14 +90492,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12167] = 5, + [13134] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(742), 1, + ACTIONS(1464), 1, + anon_sym_LPAREN, + STATE(688), 1, sym_text_interpolation, - ACTIONS(1630), 12, + ACTIONS(1671), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89087,14 +90514,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1628), 32, + ACTIONS(1669), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, + aux_sym_use_instead_of_clause_token1, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, @@ -89120,18 +90547,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12225] = 5, + [13195] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(743), 1, + STATE(689), 1, sym_text_interpolation, - ACTIONS(1614), 12, + ACTIONS(1428), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89140,17 +90568,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1612), 32, + ACTIONS(1426), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89173,14 +90601,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12283] = 5, + [13254] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(744), 1, + ACTIONS(1412), 1, + anon_sym_LPAREN, + STATE(690), 1, sym_text_interpolation, - ACTIONS(1638), 12, + ACTIONS(1675), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89193,14 +90623,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1636), 32, + ACTIONS(1673), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, + aux_sym_use_instead_of_clause_token1, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, @@ -89226,18 +90656,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12341] = 5, + [13315] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(745), 1, + STATE(691), 1, sym_text_interpolation, - ACTIONS(1889), 12, + ACTIONS(1432), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89246,17 +90677,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1887), 32, + ACTIONS(1430), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89279,18 +90710,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12399] = 5, + [13374] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(746), 1, + STATE(692), 1, sym_text_interpolation, - ACTIONS(1893), 12, + ACTIONS(1486), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89299,17 +90731,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1891), 32, + ACTIONS(1484), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89332,18 +90764,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12457] = 5, + [13433] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(747), 1, + STATE(693), 1, sym_text_interpolation, - ACTIONS(1602), 12, + ACTIONS(1454), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89352,17 +90785,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 32, + ACTIONS(1452), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89385,18 +90818,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12515] = 5, + [13492] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(748), 1, + STATE(694), 1, sym_text_interpolation, - ACTIONS(1897), 12, + ACTIONS(1444), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89405,20 +90847,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1895), 32, + ACTIONS(1434), 26, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -89438,18 +90874,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12573] = 5, + [13555] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(749), 1, + STATE(695), 1, sym_text_interpolation, - ACTIONS(1634), 12, + ACTIONS(1420), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89458,17 +90895,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1632), 32, + ACTIONS(1418), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89491,18 +90928,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12631] = 5, + [13614] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(750), 1, + STATE(696), 1, sym_text_interpolation, - ACTIONS(1901), 12, + ACTIONS(1516), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89511,17 +90949,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1899), 32, + ACTIONS(1514), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -89544,18 +90982,102 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12689] = 5, + [13673] = 29, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(751), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(1677), 1, + anon_sym_COMMA, + ACTIONS(1679), 1, + anon_sym_RPAREN, + STATE(697), 1, sym_text_interpolation, - ACTIONS(1905), 12, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1966), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [13780] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(698), 1, + sym_text_interpolation, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89564,20 +91086,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1903), 32, + ACTIONS(1446), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -89597,90 +91115,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12747] = 28, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(745), 1, - anon_sym_AMP, - ACTIONS(863), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - STATE(752), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2206), 1, - sym_by_ref, - STATE(2281), 1, - sym__array_destructing, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1566), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1534), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [12851] = 5, + [13841] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(753), 1, + STATE(699), 1, sym_text_interpolation, - ACTIONS(1909), 12, + ACTIONS(1388), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89693,10 +91135,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1907), 32, + ACTIONS(1386), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -89726,14 +91168,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12909] = 5, + [13899] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(754), 1, + STATE(700), 1, sym_text_interpolation, - ACTIONS(1913), 12, + ACTIONS(1681), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89746,20 +91194,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1911), 32, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -89779,14 +91222,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12967] = 5, + [13959] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(755), 1, + STATE(701), 1, sym_text_interpolation, - ACTIONS(1917), 12, + ACTIONS(1685), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89799,10 +91242,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1915), 32, + ACTIONS(1683), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -89832,14 +91275,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13025] = 5, + [14017] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(756), 1, + STATE(702), 1, sym_text_interpolation, - ACTIONS(1921), 12, + ACTIONS(1689), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89852,10 +91295,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1919), 32, + ACTIONS(1687), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -89885,14 +91328,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13083] = 5, + [14075] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(757), 1, + STATE(703), 1, sym_text_interpolation, - ACTIONS(1622), 12, + ACTIONS(1693), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89905,10 +91348,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1620), 32, + ACTIONS(1691), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -89938,14 +91381,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13141] = 5, + [14133] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(758), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(704), 1, sym_text_interpolation, - ACTIONS(1626), 12, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -89958,20 +91408,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1624), 32, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -89991,14 +91436,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13199] = 5, + [14195] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(759), 1, + STATE(705), 1, sym_text_interpolation, - ACTIONS(1925), 12, + ACTIONS(1697), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90011,10 +91456,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1923), 32, + ACTIONS(1695), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -90044,14 +91489,97 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13257] = 5, + [14253] = 28, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(760), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(1699), 1, + anon_sym_RPAREN, + STATE(706), 1, sym_text_interpolation, - ACTIONS(1618), 12, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2293), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [14357] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1705), 1, + anon_sym_LPAREN, + STATE(707), 1, + sym_text_interpolation, + ACTIONS(1707), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1703), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90064,20 +91592,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1616), 32, + ACTIONS(1701), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -90097,14 +91620,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13315] = 5, + [14419] = 28, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(761), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(1709), 1, + anon_sym_RPAREN, + STATE(708), 1, sym_text_interpolation, - ACTIONS(1544), 12, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2293), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [14523] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(709), 1, + sym_text_interpolation, + ACTIONS(1713), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90117,10 +91716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1542), 32, + ACTIONS(1711), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -90150,14 +91749,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13373] = 5, + [14581] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(762), 1, + STATE(710), 1, sym_text_interpolation, - ACTIONS(1929), 12, + ACTIONS(1715), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90170,20 +91775,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1927), 32, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -90203,14 +91803,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13431] = 5, + [14641] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(763), 1, + STATE(711), 1, sym_text_interpolation, - ACTIONS(1548), 12, + ACTIONS(1719), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90223,10 +91823,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1546), 32, + ACTIONS(1717), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -90256,14 +91856,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13489] = 5, + [14699] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(764), 1, + STATE(712), 1, sym_text_interpolation, - ACTIONS(1933), 12, + ACTIONS(1723), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90276,10 +91876,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1931), 32, + ACTIONS(1721), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -90309,14 +91909,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13547] = 5, + [14757] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(765), 1, + ACTIONS(1729), 1, + anon_sym_COLON_COLON, + ACTIONS(1731), 1, + anon_sym_DASH_GT, + ACTIONS(1733), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(1735), 1, + anon_sym_LBRACK, + STATE(713), 1, sym_text_interpolation, - ACTIONS(1937), 12, + ACTIONS(1727), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90329,20 +91937,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1935), 32, + ACTIONS(1725), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -90362,31 +91966,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13605] = 9, + [14823] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(766), 1, + STATE(714), 1, sym_text_interpolation, - STATE(786), 1, - sym_arguments, - ACTIONS(1650), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 12, + ACTIONS(1416), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90395,11 +91986,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 22, - sym__automatic_semicolon, + ACTIONS(1414), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90418,22 +92019,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13670] = 7, + [14881] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(767), 1, + STATE(715), 1, sym_text_interpolation, - STATE(793), 1, - sym_arguments, - ACTIONS(1556), 12, + ACTIONS(1739), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90442,18 +92039,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 29, - sym__automatic_semicolon, + ACTIONS(1737), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90472,18 +92072,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13731] = 5, + [14939] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(768), 1, + STATE(716), 1, sym_text_interpolation, - ACTIONS(1027), 11, + ACTIONS(1502), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -90491,20 +92092,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1025), 32, + ACTIONS(1500), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -90524,22 +92125,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13788] = 7, + [14997] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(769), 1, + STATE(717), 1, sym_text_interpolation, - STATE(797), 1, - sym_arguments, - ACTIONS(1586), 12, + ACTIONS(1450), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90548,18 +92145,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 29, - sym__automatic_semicolon, + ACTIONS(1448), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90578,19 +92178,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13849] = 7, + [15055] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1814), 1, - anon_sym_RPAREN, - ACTIONS(1817), 1, - anon_sym_EQ, - STATE(770), 1, + STATE(718), 1, sym_text_interpolation, - ACTIONS(1812), 11, + ACTIONS(1743), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -90601,13 +92198,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 30, + ACTIONS(1741), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -90632,22 +92231,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13910] = 7, + [15113] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(771), 1, + STATE(719), 1, sym_text_interpolation, - STATE(802), 1, - sym_arguments, - ACTIONS(1566), 12, + ACTIONS(1482), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90656,18 +92251,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 29, - sym__automatic_semicolon, + ACTIONS(1480), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90686,22 +92284,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13971] = 7, + [15171] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(772), 1, + STATE(720), 1, sym_text_interpolation, - STATE(810), 1, - sym_arguments, - ACTIONS(1562), 12, + ACTIONS(1747), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90710,18 +92304,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1560), 29, - sym__automatic_semicolon, + ACTIONS(1745), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90740,29 +92337,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14032] = 10, + [15229] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(773), 1, + STATE(721), 1, sym_text_interpolation, - STATE(880), 1, - sym_arguments, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1696), 11, + ACTIONS(1751), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -90773,12 +92357,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1694), 23, - sym__automatic_semicolon, + ACTIONS(1749), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90797,20 +92390,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14099] = 6, + [15287] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(774), 1, + STATE(722), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1715), 5, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1572), 12, + ACTIONS(1755), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90823,10 +92416,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 26, + ACTIONS(1753), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, @@ -90850,20 +92444,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14158] = 6, + [15347] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(775), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(723), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1773), 12, + ACTIONS(1759), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90876,10 +92471,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1771), 26, + ACTIONS(1757), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, @@ -90903,18 +92499,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14217] = 5, + [15409] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(776), 1, + STATE(724), 1, sym_text_interpolation, - ACTIONS(1042), 11, + ACTIONS(1466), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -90922,20 +92519,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1040), 32, + ACTIONS(1464), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -90955,20 +92552,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14274] = 6, + [15467] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(777), 1, + STATE(725), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 12, + ACTIONS(1382), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -90981,14 +92572,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 26, + ACTIONS(1380), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -91008,29 +92605,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14333] = 10, + [15525] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(778), 1, + STATE(726), 1, sym_text_interpolation, - STATE(786), 1, - sym_arguments, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1494), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -91041,12 +92625,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, - sym__automatic_semicolon, + ACTIONS(1492), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91065,20 +92658,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14400] = 6, + [15583] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(779), 1, + STATE(727), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 12, + ACTIONS(1474), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -91091,14 +92678,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 26, + ACTIONS(1472), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -91118,22 +92711,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14459] = 7, + [15641] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(780), 1, + STATE(728), 1, sym_text_interpolation, - STATE(790), 1, - sym_arguments, - ACTIONS(1582), 12, + ACTIONS(1508), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91142,18 +92731,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 29, - sym__automatic_semicolon, + ACTIONS(1506), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91172,29 +92764,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14520] = 10, + [15699] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(781), 1, + STATE(729), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 11, + ACTIONS(1478), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -91205,12 +92784,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 23, - sym__automatic_semicolon, + ACTIONS(1476), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91229,25 +92817,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14587] = 6, + [15757] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(782), 1, + STATE(730), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1759), 12, + ACTIONS(963), 11, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, + aux_sym_else_clause_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -91255,14 +92836,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 26, + ACTIONS(961), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -91282,81 +92870,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14646] = 5, + [15815] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(783), 1, - sym_text_interpolation, - ACTIONS(1945), 18, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_BANG, - anon_sym_AT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_LBRACK, - anon_sym_POUND_LBRACK, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - aux_sym_string_token1, - anon_sym_SQUOTE, - anon_sym_LT_LT_LT, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - ACTIONS(1943), 25, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - aux_sym_cast_type_token1, - sym_float, - sym_integer, - aux_sym_throw_expression_token1, - aux_sym_match_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_clone_expression_token1, - aux_sym_print_intrinsic_token1, - aux_sym_object_creation_expression_token1, - aux_sym__list_destructing_token1, - anon_sym_self, - anon_sym_parent, - aux_sym__argument_name_token1, - aux_sym__argument_name_token2, - aux_sym_yield_expression_token1, - aux_sym_include_expression_token1, - aux_sym_include_once_expression_token1, - aux_sym_require_expression_token1, - aux_sym_require_once_expression_token1, - sym_name, - [14703] = 10, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(606), 1, - sym_arguments, - STATE(784), 1, + STATE(731), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1470), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -91367,12 +92890,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, - sym__automatic_semicolon, + ACTIONS(1468), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91391,28 +92923,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14770] = 8, + [15873] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(785), 1, + STATE(732), 1, sym_text_interpolation, - STATE(786), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1572), 12, + ACTIONS(1396), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91421,13 +92943,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 24, - sym__automatic_semicolon, + ACTIONS(1394), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91446,18 +92976,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14833] = 5, + [15931] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(786), 1, + STATE(733), 1, sym_text_interpolation, - ACTIONS(1590), 12, + ACTIONS(1428), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91466,121 +92996,51 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1588), 30, - sym__automatic_semicolon, + ACTIONS(1426), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [14889] = 26, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - ACTIONS(1947), 1, - anon_sym_RPAREN, - STATE(787), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1570), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1509), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [14987] = 5, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [15989] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(788), 1, + STATE(734), 1, sym_text_interpolation, - ACTIONS(1606), 12, + ACTIONS(1432), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91589,19 +93049,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1604), 30, - sym__automatic_semicolon, + ACTIONS(1430), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91620,18 +93082,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15043] = 5, + [16047] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(789), 1, + STATE(735), 1, sym_text_interpolation, - ACTIONS(1634), 12, + ACTIONS(1486), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91640,19 +93102,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1632), 30, - sym__automatic_semicolon, + ACTIONS(1484), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91671,18 +93135,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15099] = 5, + [16105] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(790), 1, + STATE(736), 1, sym_text_interpolation, - ACTIONS(1630), 12, + ACTIONS(1490), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91691,19 +93155,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1628), 30, - sym__automatic_semicolon, + ACTIONS(1488), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91722,18 +93188,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15155] = 5, + [16163] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(791), 1, + STATE(737), 1, sym_text_interpolation, - ACTIONS(1594), 12, + ACTIONS(1763), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91742,19 +93208,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1592), 30, - sym__automatic_semicolon, + ACTIONS(1761), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91773,18 +93241,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15211] = 5, + [16221] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(792), 1, + ACTIONS(1772), 1, + anon_sym_EQ, + STATE(738), 1, sym_text_interpolation, - ACTIONS(1548), 12, + ACTIONS(1769), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1767), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91793,16 +93266,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1546), 30, - sym__automatic_semicolon, + ACTIONS(1765), 29, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91824,18 +93296,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15267] = 5, + [16283] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(793), 1, + STATE(739), 1, sym_text_interpolation, - ACTIONS(1622), 12, + ACTIONS(1376), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91844,19 +93316,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1620), 30, - sym__automatic_semicolon, + ACTIONS(1378), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91875,31 +93349,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15323] = 11, + [16341] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1949), 1, - anon_sym_COLON, - STATE(578), 1, - sym_arguments, - STATE(794), 1, + STATE(740), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1504), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -91910,10 +93369,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 21, + ACTIONS(1412), 32, + anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91932,18 +93402,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15391] = 5, + [16399] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(795), 1, + STATE(741), 1, sym_text_interpolation, - ACTIONS(1602), 12, + ACTIONS(1776), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91952,19 +93422,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 30, - sym__automatic_semicolon, + ACTIONS(1774), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91983,90 +93455,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15447] = 26, + [16457] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1743), 1, + ACTIONS(1412), 1, anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - ACTIONS(1951), 1, - anon_sym_RPAREN, - STATE(796), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1570), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1509), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [15545] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(797), 1, + STATE(742), 1, sym_text_interpolation, - ACTIONS(1626), 12, + ACTIONS(1410), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92075,19 +93477,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1624), 30, - sym__automatic_semicolon, + ACTIONS(1408), 31, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92106,69 +93509,71 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15601] = 5, + [16517] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(798), 1, + STATE(743), 1, sym_text_interpolation, - ACTIONS(1955), 17, - anon_sym_BSLASH, + ACTIONS(1780), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1778), 32, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_BANG, - anon_sym_AT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_LBRACK, - anon_sym_POUND_LBRACK, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - aux_sym_string_token1, - anon_sym_SQUOTE, - anon_sym_LT_LT_LT, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - ACTIONS(1953), 25, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - aux_sym_cast_type_token1, - sym_float, - sym_integer, - aux_sym_throw_expression_token1, - aux_sym_match_expression_token1, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - aux_sym_clone_expression_token1, - aux_sym_print_intrinsic_token1, - aux_sym_object_creation_expression_token1, - aux_sym__list_destructing_token1, - anon_sym_self, - anon_sym_parent, - aux_sym__argument_name_token1, - aux_sym__argument_name_token2, - aux_sym_yield_expression_token1, - aux_sym_include_expression_token1, - aux_sym_include_once_expression_token1, - aux_sym_require_expression_token1, - aux_sym_require_once_expression_token1, - sym_name, - [15657] = 5, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [16575] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(799), 1, + STATE(744), 1, sym_text_interpolation, - ACTIONS(1610), 12, + ACTIONS(1784), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92177,19 +93582,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1608), 30, - sym__automatic_semicolon, + ACTIONS(1782), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92208,18 +93615,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15713] = 5, + [16633] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(800), 1, + STATE(745), 1, sym_text_interpolation, - ACTIONS(1538), 12, + ACTIONS(1788), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92228,19 +93635,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 30, - sym__automatic_semicolon, + ACTIONS(1786), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92259,90 +93668,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15769] = 26, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - ACTIONS(1957), 1, - anon_sym_RPAREN, - STATE(801), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1570), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1509), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [15867] = 5, + [16691] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(802), 1, + STATE(746), 1, sym_text_interpolation, - ACTIONS(1614), 12, + ACTIONS(1792), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92351,19 +93688,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1612), 30, - sym__automatic_semicolon, + ACTIONS(1790), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92382,31 +93721,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15923] = 11, + [16749] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1959), 1, - anon_sym_COLON, - STATE(606), 1, - sym_arguments, - STATE(803), 1, + STATE(747), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1454), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -92417,10 +93741,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 21, - sym__automatic_semicolon, + ACTIONS(1452), 32, anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92439,31 +93774,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15991] = 11, + [16807] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1961), 1, - anon_sym_COLON, - STATE(606), 1, - sym_arguments, - STATE(804), 1, + STATE(748), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1392), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -92474,10 +93794,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 21, - sym__automatic_semicolon, + ACTIONS(1390), 32, anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92496,90 +93827,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16059] = 26, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - ACTIONS(1963), 1, - anon_sym_RPAREN, - STATE(805), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1570), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1509), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [16157] = 5, + [16865] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(806), 1, + STATE(749), 1, sym_text_interpolation, - ACTIONS(1544), 12, + ACTIONS(1796), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92588,19 +93847,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1542), 30, - sym__automatic_semicolon, + ACTIONS(1794), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92619,18 +93880,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16213] = 5, + [16923] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(807), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(750), 1, sym_text_interpolation, - ACTIONS(1598), 12, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1800), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92639,19 +93907,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1596), 30, - sym__automatic_semicolon, + ACTIONS(1798), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92670,18 +93935,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16269] = 5, + [16985] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(808), 1, + STATE(751), 1, sym_text_interpolation, - ACTIONS(1552), 12, + ACTIONS(1458), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92690,19 +93955,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 30, - sym__automatic_semicolon, + ACTIONS(1456), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92721,18 +93988,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16325] = 5, + [17043] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(809), 1, + STATE(752), 1, sym_text_interpolation, - ACTIONS(1618), 12, + ACTIONS(1767), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92741,19 +94008,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1616), 30, - sym__automatic_semicolon, + ACTIONS(1765), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92772,19 +94041,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16381] = 5, + [17101] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(810), 1, + STATE(753), 1, sym_text_interpolation, - ACTIONS(1638), 12, + ACTIONS(967), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + aux_sym_else_clause_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -92792,19 +94060,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1636), 30, - sym__automatic_semicolon, + ACTIONS(965), 33, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92823,25 +94094,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16437] = 8, + [17159] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(811), 1, + STATE(754), 1, sym_text_interpolation, - STATE(885), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1773), 11, + ACTIONS(1804), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -92852,12 +94114,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1771), 23, - sym__automatic_semicolon, + ACTIONS(1802), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92876,155 +94147,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16498] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(1965), 1, - sym_name, - ACTIONS(1967), 1, - anon_sym_LPAREN, - STATE(812), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1733), 1, - sym__dereferencable_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2634), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1593), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1561), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(782), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(684), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [16593] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1526), 1, - anon_sym_LPAREN, - ACTIONS(1528), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1969), 1, - sym_name, - STATE(813), 1, - sym_text_interpolation, - STATE(1675), 1, - sym__dereferencable_expression, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2667), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1553), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1581), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(702), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(648), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [16688] = 5, + [17217] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(814), 1, + STATE(755), 1, sym_text_interpolation, - ACTIONS(1672), 11, + ACTIONS(1808), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93035,19 +94167,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1674), 30, - sym__automatic_semicolon, + ACTIONS(1806), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93066,165 +94200,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16743] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1971), 1, - sym_name, - STATE(815), 1, - sym_text_interpolation, - STATE(1719), 1, - sym__dereferencable_expression, - STATE(2480), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(919), 2, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - STATE(1558), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1576), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(1724), 3, - sym_class_constant_access_expression, - sym_cast_variable, - sym_scoped_property_access_expression, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(811), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [16838] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1731), 1, - anon_sym_LPAREN, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(1973), 1, - sym_name, - STATE(816), 1, - sym_text_interpolation, - STATE(1748), 1, - sym__dereferencable_expression, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(2623), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(847), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1724), 2, - sym_class_constant_access_expression, - sym_cast_variable, - ACTIONS(1727), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(915), 3, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(846), 4, - sym_parenthesized_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 6, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_array_creation_expression, - sym__string, - [16933] = 8, + [17275] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(817), 1, + STATE(756), 1, sym_text_interpolation, - STATE(885), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1572), 11, + ACTIONS(1812), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93235,12 +94220,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 23, - sym__automatic_semicolon, + ACTIONS(1810), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93259,25 +94253,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16994] = 8, + [17333] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, + ACTIONS(1496), 1, anon_sym_LPAREN, - STATE(606), 1, - sym_arguments, - STATE(818), 1, + STATE(757), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1753), 11, + ACTIONS(1424), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93288,12 +94275,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1751), 23, - sym__automatic_semicolon, + ACTIONS(1422), 31, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93312,89 +94307,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17055] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - STATE(819), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1570), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1509), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [17150] = 7, + [17393] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(790), 1, - sym_arguments, - STATE(820), 1, + STATE(758), 1, sym_text_interpolation, - ACTIONS(1749), 11, + ACTIONS(1424), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93405,17 +94327,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1747), 28, - sym__automatic_semicolon, + ACTIONS(1422), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93434,155 +94360,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17209] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - STATE(821), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(702), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1461), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [17304] = 25, + [17451] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(1965), 1, - sym_name, - ACTIONS(1967), 1, - anon_sym_LPAREN, - STATE(822), 1, + STATE(759), 1, sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1733), 1, - sym__dereferencable_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2634), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1593), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1561), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(774), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(703), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [17399] = 5, + ACTIONS(1498), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1496), 32, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [17509] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(823), 1, + STATE(760), 1, sym_text_interpolation, - ACTIONS(1594), 11, + ACTIONS(1516), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93593,19 +94433,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1592), 30, - sym__automatic_semicolon, + ACTIONS(1514), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93624,17 +94466,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17454] = 6, + [17567] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1817), 1, - anon_sym_EQ, - STATE(824), 1, + STATE(761), 1, sym_text_interpolation, - ACTIONS(1812), 11, + ACTIONS(1816), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93645,18 +94486,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 29, - sym__automatic_semicolon, + ACTIONS(1814), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93675,19 +94519,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17511] = 7, + [17625] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(809), 1, - sym_arguments, - STATE(825), 1, + STATE(762), 1, sym_text_interpolation, - ACTIONS(1709), 11, + ACTIONS(1820), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93698,17 +94539,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1707), 28, - sym__automatic_semicolon, + ACTIONS(1818), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93727,95 +94572,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17570] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - STATE(826), 1, - sym_text_interpolation, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(775), 2, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(1724), 3, - sym_class_constant_access_expression, - sym_cast_variable, - sym_scoped_property_access_expression, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1456), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [17665] = 8, + [17683] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(827), 1, + STATE(763), 1, sym_text_interpolation, - STATE(885), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1759), 11, + ACTIONS(1824), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93826,12 +94592,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 23, - sym__automatic_semicolon, + ACTIONS(1822), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93850,89 +94625,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17726] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, - sym_name, - STATE(828), 1, - sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1540), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1469), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [17821] = 7, + [17741] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(618), 1, - sym_arguments, - STATE(829), 1, + STATE(764), 1, sym_text_interpolation, - ACTIONS(1709), 11, + ACTIONS(1828), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -93943,17 +94645,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1707), 28, - sym__automatic_semicolon, + ACTIONS(1826), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93972,87 +94678,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17880] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(1971), 1, - sym_name, - ACTIONS(1975), 1, - anon_sym_LPAREN, - STATE(830), 1, - sym_text_interpolation, - STATE(1719), 1, - sym__dereferencable_expression, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2629), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1558), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1576), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(916), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(827), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [17975] = 6, + [17799] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(588), 1, - sym_arguments, - STATE(831), 1, + STATE(765), 1, sym_text_interpolation, - ACTIONS(1582), 11, + ACTIONS(1832), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94063,18 +94698,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 29, - sym__automatic_semicolon, + ACTIONS(1830), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94093,25 +94731,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18032] = 8, + [17857] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(786), 1, - sym_arguments, - STATE(832), 1, + STATE(766), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1753), 11, + ACTIONS(1836), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94122,12 +94751,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1751), 23, - sym__automatic_semicolon, + ACTIONS(1834), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94146,25 +94784,92 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18093] = 8, + [17915] = 28, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1939), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, anon_sym_LPAREN, - STATE(786), 1, - sym_arguments, - STATE(833), 1, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(1838), 1, + anon_sym_RPAREN, + STATE(767), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2293), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [18019] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(768), 1, + sym_text_interpolation, + ACTIONS(1842), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94175,12 +94880,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, - sym__automatic_semicolon, + ACTIONS(1840), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94199,25 +94913,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18154] = 8, + [18077] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(606), 1, - sym_arguments, - STATE(834), 1, + STATE(769), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1846), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94228,12 +94933,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, - sym__automatic_semicolon, + ACTIONS(1844), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94252,25 +94966,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18215] = 8, + [18135] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(786), 1, - sym_arguments, - STATE(835), 1, + STATE(770), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1420), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94281,12 +94986,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, - sym__automatic_semicolon, + ACTIONS(1418), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94305,17 +95019,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18276] = 6, + [18193] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(586), 1, - sym_arguments, - STATE(836), 1, + STATE(771), 1, sym_text_interpolation, - ACTIONS(1556), 11, + ACTIONS(1420), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94326,18 +95039,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 29, - sym__automatic_semicolon, + ACTIONS(1418), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94356,17 +95072,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18333] = 6, + [18251] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(587), 1, - sym_arguments, - STATE(837), 1, + STATE(772), 1, sym_text_interpolation, - ACTIONS(1586), 11, + ACTIONS(1850), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94377,18 +95092,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 29, - sym__automatic_semicolon, + ACTIONS(1848), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94407,25 +95125,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18390] = 8, + [18309] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1977), 1, - anon_sym_LPAREN, - STATE(838), 1, + STATE(773), 1, sym_text_interpolation, - STATE(1135), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1696), 11, + ACTIONS(1854), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94436,12 +95145,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1694), 23, - sym__automatic_semicolon, + ACTIONS(1852), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94460,19 +95178,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18451] = 7, + [18367] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1440), 1, anon_sym_LPAREN, - STATE(588), 1, - sym_arguments, - STATE(839), 1, + STATE(774), 1, sym_text_interpolation, - ACTIONS(1582), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94483,17 +95205,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 28, - sym__automatic_semicolon, + ACTIONS(1446), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94512,18 +95233,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18510] = 5, + [18429] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(840), 1, + STATE(775), 1, sym_text_interpolation, - ACTIONS(1138), 11, + ACTIONS(1858), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -94531,18 +95253,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1136), 30, + ACTIONS(1856), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -94562,19 +95286,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18565] = 7, + [18487] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(584), 1, - sym_arguments, - STATE(841), 1, + STATE(776), 1, sym_text_interpolation, - ACTIONS(1566), 11, + ACTIONS(1862), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94585,17 +95306,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 28, - sym__automatic_semicolon, + ACTIONS(1860), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94614,19 +95339,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18624] = 7, + [18545] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(590), 1, - sym_arguments, - STATE(842), 1, + STATE(777), 1, sym_text_interpolation, - ACTIONS(1562), 11, + ACTIONS(1866), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94637,17 +95359,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1560), 28, - sym__automatic_semicolon, + ACTIONS(1864), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94666,19 +95392,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18683] = 7, + [18603] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(620), 1, - sym_arguments, - STATE(843), 1, + STATE(778), 1, sym_text_interpolation, - ACTIONS(1749), 11, + ACTIONS(1870), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94689,17 +95412,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1747), 28, - sym__automatic_semicolon, + ACTIONS(1868), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94718,18 +95445,95 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18742] = 5, + [18661] = 28, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(844), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, + anon_sym_LPAREN, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(1872), 1, + anon_sym_RPAREN, + STATE(779), 1, + sym_text_interpolation, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2293), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [18765] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(780), 1, sym_text_interpolation, - ACTIONS(1080), 11, + ACTIONS(1876), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -94737,18 +95541,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1078), 30, + ACTIONS(1874), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -94768,25 +95574,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18797] = 8, + [18823] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(606), 1, - sym_arguments, - STATE(845), 1, + STATE(781), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1880), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94797,12 +95594,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, - sym__automatic_semicolon, + ACTIONS(1878), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94821,25 +95627,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18858] = 8, + [18881] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(846), 1, + STATE(782), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 11, + ACTIONS(1884), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94850,12 +95647,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 23, - sym__automatic_semicolon, + ACTIONS(1882), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94874,25 +95680,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18919] = 8, + [18939] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(847), 1, + STATE(783), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1705), 11, + ACTIONS(1888), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -94903,12 +95700,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 23, - sym__automatic_semicolon, + ACTIONS(1886), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94927,211 +95733,178 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18980] = 25, + [18997] = 27, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(1971), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1621), 1, sym_name, - ACTIONS(1975), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, anon_sym_LPAREN, - STATE(848), 1, + ACTIONS(1663), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(784), 1, sym_text_interpolation, - STATE(1719), 1, - sym__dereferencable_expression, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - STATE(2629), 1, - sym__scope_resolution_qualifier, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1558), 2, + STATE(982), 1, + sym_attribute_list, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1185), 1, + sym_visibility_modifier, + STATE(1431), 1, sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1576), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(917), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(817), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, + STATE(1489), 1, + sym__types, + STATE(1738), 1, + sym_type, + STATE(1960), 1, + sym_reference_modifier, + STATE(1968), 1, sym_variable_name, - [19075] = 25, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2293), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [19098] = 36, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1745), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(244), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(248), 1, + sym_var_modifier, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1604), 1, anon_sym_DOLLAR, - ACTIONS(1979), 1, + ACTIONS(1890), 1, sym_name, - STATE(849), 1, + ACTIONS(1892), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1894), 1, + anon_sym_BSLASH, + ACTIONS(1896), 1, + aux_sym_class_declaration_token1, + ACTIONS(1898), 1, + anon_sym_LPAREN, + STATE(785), 1, sym_text_interpolation, - STATE(1739), 1, - sym__dereferencable_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2598), 1, - sym__scope_resolution_qualifier, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(705), 2, - sym_qualified_name, + STATE(882), 1, + sym__variable_scoped_property_access_expression, + STATE(883), 1, + sym__variable_nullsafe_member_access_expression, + STATE(887), 1, + sym__variable_member_access_expression, + STATE(890), 1, + sym__new_variable, + STATE(893), 1, + sym_anonymous_class, + STATE(977), 1, sym__reserved_identifier, - STATE(1724), 2, - sym_class_constant_access_expression, - sym_cast_variable, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, + STATE(978), 1, + sym__name, + STATE(979), 1, + sym__class_name_reference, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1010), 1, + sym_parenthesized_expression, + STATE(1113), 1, + sym_attribute_group, + STATE(1276), 1, + sym__modifier, + STATE(1324), 1, + aux_sym_class_declaration_repeat1, + STATE(1327), 1, + sym_attribute_list, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2432), 1, + sym_namespace_name, + ACTIONS(1900), 2, anon_sym_self, anon_sym_parent, - STATE(779), 3, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(701), 4, - sym_parenthesized_expression, - sym_subscript_expression, + STATE(877), 2, sym_dynamic_variable_name, sym_variable_name, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1567), 6, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_array_creation_expression, - sym__string, - [19170] = 7, + STATE(878), 2, + sym__variable_subscript_expression, + sym__simple_variable, + STATE(975), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [19217] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(850), 1, + STATE(786), 1, sym_text_interpolation, - ACTIONS(1650), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1570), 12, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 22, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [19229] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(586), 1, - sym_arguments, - STATE(851), 1, - sym_text_interpolation, - ACTIONS(1556), 11, + ACTIONS(1438), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -95142,17 +95915,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 28, - sym__automatic_semicolon, + ACTIONS(1446), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95171,25 +95943,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19288] = 8, + [19276] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(852), 1, + STATE(787), 1, sym_text_interpolation, - STATE(880), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1696), 11, + ACTIONS(1438), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -95200,12 +95968,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1694), 23, - sym__automatic_semicolon, + ACTIONS(1446), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95224,28 +95996,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19349] = 8, + [19335] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(853), 1, + ACTIONS(1637), 1, + sym_name, + ACTIONS(1643), 1, + anon_sym_BSLASH, + STATE(788), 1, sym_text_interpolation, - STATE(880), 1, - sym_arguments, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1696), 11, + ACTIONS(1641), 16, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95253,18 +96024,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1694), 23, - sym__automatic_semicolon, + ACTIONS(1639), 25, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, - aux_sym_binary_expression_token1, + anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_RBRACK, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -95277,20 +96050,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19410] = 6, + [19396] = 36, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(584), 1, - sym_arguments, - STATE(854), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(244), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(248), 1, + sym_var_modifier, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(1522), 1, + sym_name, + ACTIONS(1902), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1904), 1, + aux_sym_class_declaration_token1, + ACTIONS(1906), 1, + anon_sym_LPAREN, + STATE(529), 1, + sym__variable_nullsafe_member_access_expression, + STATE(535), 1, + sym__variable_member_access_expression, + STATE(553), 1, + sym__variable_scoped_property_access_expression, + STATE(652), 1, + sym__reserved_identifier, + STATE(702), 1, + sym_anonymous_class, + STATE(789), 1, + sym_text_interpolation, + STATE(889), 1, + sym_parenthesized_expression, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1276), 1, + sym__modifier, + STATE(1321), 1, + aux_sym_class_declaration_repeat1, + STATE(1326), 1, + sym_attribute_list, + STATE(1762), 1, + sym__new_variable, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2324), 1, + sym__class_name_reference, + STATE(2343), 1, + sym__name, + STATE(2472), 1, + sym_namespace_name, + ACTIONS(1908), 2, + anon_sym_self, + anon_sym_parent, + STATE(530), 2, + sym__variable_subscript_expression, + sym__simple_variable, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [19515] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1637), 1, + sym_name, + ACTIONS(1643), 1, + anon_sym_BSLASH, + STATE(790), 1, sym_text_interpolation, - ACTIONS(1566), 11, + ACTIONS(1641), 16, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95298,7 +96161,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 29, + ACTIONS(1639), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95310,12 +96173,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -95328,24 +96187,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19467] = 6, + [19576] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(855), 1, + STATE(791), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1572), 12, + ACTIONS(1759), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -95354,13 +96212,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 24, - sym__automatic_semicolon, + ACTIONS(1757), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95379,19 +96240,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19524] = 7, + [19635] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(587), 1, - sym_arguments, - STATE(856), 1, + STATE(792), 1, sym_text_interpolation, - ACTIONS(1586), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1759), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -95402,17 +96265,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 28, - sym__automatic_semicolon, + ACTIONS(1757), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95431,160 +96293,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19583] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(1965), 1, - sym_name, - STATE(857), 1, - sym_text_interpolation, - STATE(1733), 1, - sym__dereferencable_expression, - STATE(2529), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(775), 2, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - STATE(1593), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1561), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(1724), 3, - sym_class_constant_access_expression, - sym_cast_variable, - sym_scoped_property_access_expression, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(696), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [19678] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1534), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1981), 1, - sym_name, - ACTIONS(1983), 1, - anon_sym_LPAREN, - STATE(858), 1, - sym_text_interpolation, - STATE(1679), 1, - sym__dereferencable_expression, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2594), 1, - sym__scope_resolution_qualifier, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1556), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1586), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(855), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(785), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - [19773] = 6, + [19694] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(590), 1, - sym_arguments, - STATE(859), 1, + STATE(793), 1, sym_text_interpolation, - ACTIONS(1562), 11, + ACTIONS(1512), 12, anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95592,18 +96313,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1560), 29, - sym__automatic_semicolon, + ACTIONS(1510), 31, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_class_interface_clause_token1, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95622,21 +96345,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19830] = 7, + [19751] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1910), 1, anon_sym_LPAREN, - STATE(860), 1, + STATE(794), 1, sym_text_interpolation, - STATE(904), 1, + STATE(811), 1, sym_arguments, - ACTIONS(1566), 11, + ACTIONS(1406), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -95645,14 +96369,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1564), 28, + ACTIONS(1404), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -95674,21 +96399,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19889] = 7, + [19812] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1910), 1, anon_sym_LPAREN, - STATE(861), 1, + STATE(795), 1, sym_text_interpolation, - STATE(907), 1, + STATE(809), 1, sym_arguments, - ACTIONS(1562), 11, + ACTIONS(1400), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -95697,14 +96423,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1560), 28, + ACTIONS(1398), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -95726,19 +96453,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19948] = 7, + [19873] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(862), 1, + STATE(796), 1, sym_text_interpolation, - STATE(913), 1, - sym_arguments, - ACTIONS(1586), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1800), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -95749,17 +96478,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1584), 28, - sym__automatic_semicolon, + ACTIONS(1798), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95778,92 +96506,110 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20007] = 25, + [19932] = 36, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(585), 1, - aux_sym_cast_type_token1, - ACTIONS(617), 1, - anon_sym_LT_LT_LT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1062), 1, - anon_sym_LBRACK, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1743), 1, - anon_sym_LPAREN, - ACTIONS(1763), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(244), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(248), 1, + sym_var_modifier, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1902), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1904), 1, + aux_sym_class_declaration_token1, + ACTIONS(1912), 1, sym_name, - STATE(863), 1, + ACTIONS(1914), 1, + anon_sym_BSLASH, + ACTIONS(1916), 1, + anon_sym_LPAREN, + STATE(702), 1, + sym_anonymous_class, + STATE(713), 1, + sym__new_variable, + STATE(760), 1, + sym__variable_scoped_property_access_expression, + STATE(770), 1, + sym__variable_nullsafe_member_access_expression, + STATE(771), 1, + sym__variable_member_access_expression, + STATE(797), 1, sym_text_interpolation, - STATE(1724), 1, - sym_class_constant_access_expression, - STATE(1735), 1, - sym__dereferencable_expression, - STATE(2535), 1, - sym__scope_resolution_qualifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2608), 1, - sym_relative_scope, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(613), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(615), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1565), 2, - sym_qualified_name, + STATE(838), 1, + sym__name, + STATE(840), 1, sym__reserved_identifier, - ACTIONS(312), 3, - aux_sym_function_static_declaration_token1, + STATE(841), 1, + sym__class_name_reference, + STATE(889), 1, + sym_parenthesized_expression, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1276), 1, + sym__modifier, + STATE(1321), 1, + aux_sym_class_declaration_repeat1, + STATE(1326), 1, + sym_attribute_list, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2519), 1, + sym_namespace_name, + ACTIONS(1908), 2, anon_sym_self, anon_sym_parent, - STATE(1567), 3, - sym_parenthesized_expression, - sym_array_creation_expression, - sym__string, - STATE(721), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - STATE(1543), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1453), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, + STATE(719), 2, sym_dynamic_variable_name, sym_variable_name, - [20102] = 7, + STATE(758), 2, + sym__variable_subscript_expression, + sym__simple_variable, + STATE(839), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [20051] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(864), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + STATE(798), 1, sym_text_interpolation, - STATE(914), 1, - sym_arguments, - ACTIONS(1556), 11, + ACTIONS(1462), 16, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95871,23 +96617,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 28, - sym__automatic_semicolon, + ACTIONS(1460), 25, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, + anon_sym_RBRACK, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -95900,19 +96643,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20161] = 7, + [20112] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(865), 1, + STATE(799), 1, sym_text_interpolation, - STATE(887), 1, - sym_arguments, - ACTIONS(1582), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1800), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -95923,17 +96668,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1580), 28, - sym__automatic_semicolon, + ACTIONS(1798), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95952,15 +96696,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20220] = 5, + [20171] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(866), 1, + STATE(800), 1, sym_text_interpolation, - ACTIONS(1548), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -95971,18 +96721,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1546), 29, - sym__automatic_semicolon, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96001,17 +96749,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20274] = 5, + [20230] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(867), 1, + ACTIONS(1412), 1, + anon_sym_LPAREN, + STATE(801), 1, sym_text_interpolation, - ACTIONS(1634), 11, + ACTIONS(1410), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96020,15 +96771,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1632), 29, + ACTIONS(1408), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96050,17 +96801,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20328] = 5, + [20288] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(868), 1, + STATE(802), 1, sym_text_interpolation, - ACTIONS(1839), 11, + ACTIONS(1474), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96069,15 +96821,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1837), 29, + ACTIONS(1472), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96099,17 +96852,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20382] = 5, + [20344] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(869), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(803), 1, sym_text_interpolation, - ACTIONS(1925), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96118,18 +96879,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1923), 29, + ACTIONS(1446), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96148,117 +96905,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20436] = 5, + [20404] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(870), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + STATE(804), 1, sym_text_interpolation, - ACTIONS(1889), 11, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1887), 29, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, + ACTIONS(1460), 5, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [20490] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1857), 1, - anon_sym_COLON_COLON, - STATE(871), 1, - sym_text_interpolation, - ACTIONS(1594), 11, + ACTIONS(1436), 15, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1592), 28, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [20546] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(872), 1, - sym_text_interpolation, - ACTIONS(1855), 11, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96266,24 +96938,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1853), 29, + ACTIONS(1434), 20, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -96296,17 +96959,28 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20600] = 5, + [20466] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(873), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(805), 1, sym_text_interpolation, - ACTIONS(1937), 11, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96315,18 +96989,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1935), 29, + ACTIONS(1434), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96345,17 +97013,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20654] = 5, + [20528] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(874), 1, + STATE(806), 1, sym_text_interpolation, - ACTIONS(1929), 11, + ACTIONS(1462), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96364,15 +97033,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1927), 29, + ACTIONS(1460), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96394,17 +97064,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20708] = 5, + [20584] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(875), 1, + STATE(807), 1, sym_text_interpolation, - ACTIONS(1520), 11, + ACTIONS(1416), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96413,15 +97084,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1522), 29, + ACTIONS(1414), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96443,17 +97115,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20762] = 5, + [20640] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(876), 1, + STATE(808), 1, sym_text_interpolation, - ACTIONS(1835), 11, + ACTIONS(1470), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96462,15 +97135,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1833), 29, + ACTIONS(1468), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96492,17 +97166,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20816] = 5, + [20696] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(877), 1, + STATE(809), 1, sym_text_interpolation, - ACTIONS(1827), 11, + ACTIONS(1478), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96511,15 +97186,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1825), 29, + ACTIONS(1476), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96541,17 +97217,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20870] = 5, + [20752] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(878), 1, + STATE(810), 1, sym_text_interpolation, - ACTIONS(1812), 11, + ACTIONS(1512), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96560,15 +97237,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 29, + ACTIONS(1510), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96590,19 +97268,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20924] = 6, + [20808] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1817), 1, - anon_sym_EQ, - STATE(879), 1, + STATE(811), 1, sym_text_interpolation, - ACTIONS(1812), 11, + ACTIONS(1508), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96611,14 +97288,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 28, + ACTIONS(1506), 30, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96640,67 +97319,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20980] = 6, + [20864] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(880), 1, + STATE(812), 1, sym_text_interpolation, - ACTIONS(1588), 6, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1869), 11, + ACTIONS(1382), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1867), 23, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, anon_sym_PLUS, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [21036] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(881), 1, - sym_text_interpolation, - ACTIONS(1877), 11, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96709,15 +97339,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1875), 29, + ACTIONS(1380), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96739,17 +97370,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21090] = 5, + [20920] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(882), 1, + STATE(813), 1, sym_text_interpolation, - ACTIONS(1610), 11, + ACTIONS(1498), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96758,15 +97390,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1608), 29, + ACTIONS(1496), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96788,17 +97421,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21144] = 5, + [20976] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(883), 1, + STATE(814), 1, + sym_text_interpolation, + ACTIONS(1920), 18, + anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_BANG, + anon_sym_AT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_LBRACK, + anon_sym_POUND_LBRACK, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + aux_sym_string_token1, + anon_sym_SQUOTE, + anon_sym_LT_LT_LT, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + ACTIONS(1918), 24, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + aux_sym_cast_type_token1, + sym_float, + sym_integer, + aux_sym_throw_expression_token1, + aux_sym_match_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_clone_expression_token1, + aux_sym_print_intrinsic_token1, + aux_sym__new_non_dereferencable_expression_token1, + aux_sym__list_destructing_token1, + anon_sym_self, + anon_sym_parent, + aux_sym__argument_name_token1, + aux_sym__argument_name_token2, + aux_sym_yield_expression_token1, + aux_sym_include_expression_token1, + aux_sym_include_once_expression_token1, + aux_sym_require_expression_token1, + aux_sym_require_once_expression_token1, + sym_name, + [21032] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(815), 1, sym_text_interpolation, - ACTIONS(1606), 11, + ACTIONS(1482), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96807,15 +97492,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1604), 29, + ACTIONS(1480), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96837,17 +97523,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21198] = 5, + [21088] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(884), 1, + ACTIONS(1496), 1, + anon_sym_LPAREN, + STATE(816), 1, sym_text_interpolation, - ACTIONS(1861), 11, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96856,15 +97545,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1859), 29, + ACTIONS(1422), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96886,17 +97575,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21252] = 5, + [21146] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(885), 1, + STATE(817), 1, sym_text_interpolation, - ACTIONS(1590), 11, + ACTIONS(1466), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96905,15 +97595,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1588), 29, + ACTIONS(1464), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96935,17 +97626,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21306] = 5, + [21202] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(886), 1, + STATE(818), 1, sym_text_interpolation, - ACTIONS(1538), 11, + ACTIONS(1388), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -96954,15 +97646,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 29, + ACTIONS(1386), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -96984,14 +97677,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21360] = 5, + [21258] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(887), 1, + ACTIONS(1769), 1, + anon_sym_RPAREN, + ACTIONS(1772), 1, + anon_sym_EQ, + STATE(819), 1, sym_text_interpolation, - ACTIONS(1630), 11, + ACTIONS(1767), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97003,11 +97700,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1628), 29, - sym__automatic_semicolon, + ACTIONS(1765), 29, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_PLUS, @@ -97015,6 +97711,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97033,17 +97730,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21414] = 5, + [21318] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(888), 1, + STATE(820), 1, sym_text_interpolation, - ACTIONS(1905), 11, + ACTIONS(1450), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97052,15 +97750,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1903), 29, + ACTIONS(1448), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97082,17 +97781,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21468] = 5, + [21374] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(889), 1, + STATE(821), 1, sym_text_interpolation, - ACTIONS(1881), 11, + ACTIONS(1502), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97101,15 +97801,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1879), 29, + ACTIONS(1500), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97131,17 +97832,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21522] = 5, + [21430] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(890), 1, + STATE(822), 1, sym_text_interpolation, - ACTIONS(1552), 11, + ACTIONS(1458), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97150,15 +97852,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 29, + ACTIONS(1456), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97180,17 +97883,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21576] = 5, + [21486] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(891), 1, + STATE(823), 1, sym_text_interpolation, - ACTIONS(1602), 11, + ACTIONS(1392), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97199,15 +97903,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1600), 29, + ACTIONS(1390), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97229,17 +97934,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21630] = 5, + [21542] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(892), 1, + STATE(824), 1, sym_text_interpolation, - ACTIONS(1865), 11, + ACTIONS(1396), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97248,15 +97954,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1863), 29, + ACTIONS(1394), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97278,17 +97985,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21684] = 5, + [21598] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(893), 1, + STATE(825), 1, sym_text_interpolation, - ACTIONS(1847), 11, + ACTIONS(1504), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97297,15 +98005,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1845), 29, + ACTIONS(1412), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97327,17 +98036,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21738] = 5, + [21654] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(894), 1, + STATE(826), 1, sym_text_interpolation, - ACTIONS(1933), 11, + ACTIONS(1490), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97346,15 +98056,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1931), 29, + ACTIONS(1488), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97376,17 +98087,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21792] = 5, + [21710] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(895), 1, + STATE(827), 1, sym_text_interpolation, - ACTIONS(1851), 11, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97395,15 +98107,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1849), 29, + ACTIONS(1422), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97425,17 +98137,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21846] = 5, + [21765] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(896), 1, + STATE(828), 1, sym_text_interpolation, - ACTIONS(1913), 11, + ACTIONS(1432), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97444,15 +98157,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1911), 29, + ACTIONS(1430), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97474,17 +98187,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21900] = 5, + [21820] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(897), 1, + STATE(829), 1, sym_text_interpolation, - ACTIONS(1831), 11, + ACTIONS(1428), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97493,15 +98207,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1829), 29, + ACTIONS(1426), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97523,17 +98237,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21954] = 5, + [21875] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(898), 1, + STATE(830), 1, sym_text_interpolation, - ACTIONS(1885), 11, + ACTIONS(1486), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97542,15 +98257,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1883), 29, + ACTIONS(1484), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97572,14 +98287,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22008] = 5, + [21930] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(899), 1, + ACTIONS(1772), 1, + anon_sym_EQ, + STATE(831), 1, sym_text_interpolation, - ACTIONS(1598), 11, + ACTIONS(1767), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97591,7 +98308,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1596), 29, + ACTIONS(1765), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -97621,14 +98338,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22062] = 5, + [21987] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(900), 1, + ACTIONS(1922), 1, + anon_sym_LPAREN, + STATE(832), 1, sym_text_interpolation, - ACTIONS(1921), 11, + STATE(933), 1, + sym_arguments, + ACTIONS(1406), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97640,13 +98361,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1919), 29, + ACTIONS(1404), 28, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -97670,22 +98390,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22116] = 7, + [22046] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1817), 1, - anon_sym_EQ, - STATE(901), 1, + STATE(833), 1, sym_text_interpolation, - ACTIONS(1985), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1812), 11, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97694,15 +98415,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1810), 26, + ACTIONS(1446), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97721,14 +98441,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22174] = 5, + [22103] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(902), 1, + ACTIONS(1922), 1, + anon_sym_LPAREN, + STATE(834), 1, sym_text_interpolation, - ACTIONS(1893), 11, + STATE(932), 1, + sym_arguments, + ACTIONS(1400), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97740,13 +98464,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1891), 29, + ACTIONS(1398), 28, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -97770,17 +98493,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22228] = 5, + [22162] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(903), 1, + STATE(835), 1, sym_text_interpolation, - ACTIONS(1843), 11, + ACTIONS(1454), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97789,15 +98513,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1841), 29, + ACTIONS(1452), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97819,17 +98543,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22282] = 5, + [22217] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(904), 1, + STATE(836), 1, sym_text_interpolation, - ACTIONS(1614), 11, + ACTIONS(1926), 17, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_BANG, + anon_sym_AT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_LBRACK, + anon_sym_POUND_LBRACK, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + aux_sym_string_token1, + anon_sym_SQUOTE, + anon_sym_LT_LT_LT, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + ACTIONS(1924), 24, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + aux_sym_cast_type_token1, + sym_float, + sym_integer, + aux_sym_throw_expression_token1, + aux_sym_match_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_clone_expression_token1, + aux_sym_print_intrinsic_token1, + aux_sym__new_non_dereferencable_expression_token1, + aux_sym__list_destructing_token1, + anon_sym_self, + anon_sym_parent, + aux_sym__argument_name_token1, + aux_sym__argument_name_token2, + aux_sym_yield_expression_token1, + aux_sym_include_expression_token1, + aux_sym_include_once_expression_token1, + aux_sym_require_expression_token1, + aux_sym_require_once_expression_token1, + sym_name, + [22272] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(837), 1, + sym_text_interpolation, + ACTIONS(1494), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97838,15 +98613,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1612), 29, + ACTIONS(1492), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -97868,18 +98643,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22336] = 5, + [22327] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(905), 1, + ACTIONS(1729), 1, + anon_sym_COLON_COLON, + STATE(838), 1, sym_text_interpolation, - ACTIONS(1901), 11, + ACTIONS(1727), 11, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1725), 29, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [22384] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(839), 1, + sym_text_interpolation, + ACTIONS(1928), 11, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97887,18 +98713,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1899), 29, - sym__automatic_semicolon, + ACTIONS(1681), 30, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97917,18 +98744,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22390] = 5, + [22439] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(906), 1, + STATE(840), 1, sym_text_interpolation, - ACTIONS(1909), 11, + ACTIONS(1462), 11, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97936,18 +98763,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1907), 29, - sym__automatic_semicolon, + ACTIONS(1460), 30, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97966,17 +98794,70 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22444] = 5, + [22494] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(907), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(766), 1, + sym_arguments, + STATE(841), 1, + sym_text_interpolation, + ACTIONS(1932), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1930), 29, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [22553] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(842), 1, sym_text_interpolation, - ACTIONS(1638), 11, + ACTIONS(1516), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -97985,15 +98866,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1636), 29, + ACTIONS(1514), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -98015,17 +98896,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22498] = 5, + [22608] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(908), 1, + STATE(843), 1, sym_text_interpolation, - ACTIONS(1618), 11, + ACTIONS(1420), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -98034,15 +98916,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1616), 29, + ACTIONS(1418), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -98064,14 +98946,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22552] = 5, + [22663] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(909), 1, + STATE(844), 1, sym_text_interpolation, - ACTIONS(1917), 11, + ACTIONS(1615), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98083,10 +98965,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1915), 29, + ACTIONS(1617), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, @@ -98113,17 +98996,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22606] = 5, + [22718] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(910), 1, + STATE(845), 1, sym_text_interpolation, - ACTIONS(1544), 11, + ACTIONS(1420), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -98132,15 +99016,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1542), 29, + ACTIONS(1418), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -98162,66 +99046,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22660] = 5, + [22773] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(911), 1, + STATE(846), 1, sym_text_interpolation, - ACTIONS(1873), 11, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1871), 29, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [22714] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(912), 1, - sym_text_interpolation, - ACTIONS(1897), 11, + ACTIONS(1436), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -98230,18 +99074,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1895), 29, + ACTIONS(1434), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98260,17 +99098,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22768] = 5, + [22832] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(913), 1, + STATE(847), 1, sym_text_interpolation, - ACTIONS(1626), 11, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -98279,18 +99126,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1624), 29, + ACTIONS(1434), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98309,18 +99150,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22822] = 5, + [22891] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(914), 1, + STATE(848), 1, sym_text_interpolation, - ACTIONS(1622), 11, + ACTIONS(1615), 11, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98328,18 +99169,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1620), 29, - sym__automatic_semicolon, + ACTIONS(1617), 30, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98358,23 +99200,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22876] = 6, + [22946] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(915), 1, + STATE(849), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1705), 11, + ACTIONS(1438), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -98383,12 +99225,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 23, + ACTIONS(1446), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98407,20 +99251,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22931] = 6, + [23003] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(916), 1, + STATE(850), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1759), 11, + ACTIONS(1804), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98432,12 +99270,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 23, + ACTIONS(1802), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98456,20 +99300,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22986] = 6, + [23057] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(917), 1, + STATE(851), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1572), 11, + ACTIONS(1854), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98481,12 +99319,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 23, + ACTIONS(1852), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98505,20 +99349,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23041] = 6, + [23111] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(918), 1, + STATE(852), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1570), 11, + ACTIONS(1490), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98530,12 +99368,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, + ACTIONS(1488), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98554,20 +99398,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23096] = 6, + [23165] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(919), 1, + STATE(853), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1773), 11, + ACTIONS(1504), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98579,12 +99417,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1771), 23, + ACTIONS(1412), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98603,17 +99447,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23151] = 5, + [23219] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(920), 1, + STATE(854), 1, sym_text_interpolation, - ACTIONS(1989), 10, + ACTIONS(1870), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98621,17 +99466,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1987), 28, + ACTIONS(1868), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98650,17 +99496,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23203] = 5, + [23273] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(921), 1, + ACTIONS(1412), 1, + anon_sym_LPAREN, + STATE(855), 1, sym_text_interpolation, - ACTIONS(1993), 10, + ACTIONS(1410), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98668,17 +99517,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1991), 28, + ACTIONS(1408), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98697,17 +99546,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23255] = 5, + [23329] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(922), 1, + STATE(856), 1, sym_text_interpolation, - ACTIONS(1997), 10, + ACTIONS(1454), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98715,17 +99565,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1995), 28, + ACTIONS(1452), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98744,17 +99595,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23307] = 5, + [23383] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(923), 1, + STATE(857), 1, sym_text_interpolation, - ACTIONS(1552), 10, + ACTIONS(1681), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98762,17 +99620,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 28, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98791,17 +99645,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23359] = 5, + [23439] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(924), 1, + STATE(858), 1, sym_text_interpolation, - ACTIONS(2001), 10, + ACTIONS(1392), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98809,17 +99664,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 28, + ACTIONS(1390), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98838,17 +99694,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23411] = 5, + [23493] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(925), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(859), 1, sym_text_interpolation, - ACTIONS(2005), 10, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1800), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98856,17 +99720,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2003), 28, + ACTIONS(1798), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98885,17 +99745,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23463] = 5, + [23551] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(926), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(860), 1, sym_text_interpolation, - ACTIONS(2009), 10, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1759), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98903,17 +99771,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2007), 28, + ACTIONS(1757), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98932,17 +99796,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23515] = 5, + [23609] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(927), 1, + STATE(861), 1, sym_text_interpolation, - ACTIONS(2013), 10, + ACTIONS(1458), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98950,17 +99815,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2011), 28, + ACTIONS(1456), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98979,17 +99845,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23567] = 5, + [23663] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(928), 1, + STATE(862), 1, sym_text_interpolation, - ACTIONS(2017), 10, + ACTIONS(1462), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98997,17 +99864,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2015), 28, + ACTIONS(1460), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99026,17 +99894,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23619] = 5, + [23717] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(929), 1, + STATE(863), 1, sym_text_interpolation, - ACTIONS(2021), 10, + ACTIONS(1502), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99044,17 +99913,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2019), 28, + ACTIONS(1500), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99073,17 +99943,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23671] = 5, + [23771] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(930), 1, + STATE(864), 1, sym_text_interpolation, - ACTIONS(2025), 10, + ACTIONS(1450), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99091,17 +99962,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2023), 28, + ACTIONS(1448), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99120,17 +99992,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23723] = 5, + [23825] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(931), 1, + ACTIONS(1772), 1, + anon_sym_EQ, + STATE(865), 1, sym_text_interpolation, - ACTIONS(2029), 10, + ACTIONS(1767), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99138,17 +100013,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2027), 28, - anon_sym_SEMI, + ACTIONS(1765), 28, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99167,17 +100042,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23775] = 5, + [23881] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(932), 1, + STATE(866), 1, sym_text_interpolation, - ACTIONS(2033), 10, + ACTIONS(1713), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99185,17 +100061,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2031), 28, + ACTIONS(1711), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99214,17 +100091,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23827] = 5, + [23935] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(933), 1, + STATE(867), 1, sym_text_interpolation, - ACTIONS(2037), 10, + ACTIONS(1723), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99232,17 +100110,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2035), 28, + ACTIONS(1721), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99261,17 +100140,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23879] = 5, + [23989] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(934), 1, + STATE(868), 1, sym_text_interpolation, - ACTIONS(2041), 10, + ACTIONS(1202), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99279,17 +100159,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2039), 28, + ACTIONS(1200), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99308,17 +100189,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23931] = 5, + [24043] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(935), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1934), 1, + anon_sym_COLON, + STATE(869), 1, sym_text_interpolation, - ACTIONS(2045), 10, + ACTIONS(1460), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 15, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99326,23 +100224,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2043), 28, + ACTIONS(1434), 17, + sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -99355,17 +100242,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23983] = 5, + [24105] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(936), 1, + STATE(870), 1, sym_text_interpolation, - ACTIONS(2049), 10, + ACTIONS(1796), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99373,17 +100261,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2047), 28, + ACTIONS(1794), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99402,17 +100291,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24035] = 5, + [24159] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(937), 1, + STATE(871), 1, sym_text_interpolation, - ACTIONS(2053), 10, + ACTIONS(1719), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99420,17 +100310,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2051), 28, + ACTIONS(1717), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99449,17 +100340,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24087] = 5, + [24213] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(938), 1, + STATE(872), 1, sym_text_interpolation, - ACTIONS(2057), 10, + ACTIONS(1816), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99467,17 +100359,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2055), 28, + ACTIONS(1814), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99496,17 +100389,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24139] = 5, + [24267] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(939), 1, + STATE(873), 1, sym_text_interpolation, - ACTIONS(2061), 10, + ACTIONS(1697), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99514,17 +100408,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2059), 28, + ACTIONS(1695), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99543,17 +100438,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24191] = 5, + [24321] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(940), 1, + STATE(874), 1, sym_text_interpolation, - ACTIONS(2065), 10, + ACTIONS(1739), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99561,17 +100457,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2063), 28, + ACTIONS(1737), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99590,17 +100487,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24243] = 5, + [24375] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(941), 1, + STATE(875), 1, sym_text_interpolation, - ACTIONS(2069), 10, + ACTIONS(1832), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99608,17 +100506,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2067), 28, + ACTIONS(1830), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99637,17 +100536,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24295] = 5, + [24429] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(942), 1, + ACTIONS(1496), 1, + anon_sym_LPAREN, + STATE(876), 1, sym_text_interpolation, - ACTIONS(2073), 10, + ACTIONS(1424), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99655,17 +100557,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2071), 28, + ACTIONS(1422), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99684,17 +100586,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24347] = 5, + [24485] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(943), 1, + STATE(877), 1, sym_text_interpolation, - ACTIONS(1538), 10, + ACTIONS(1482), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99702,17 +100605,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 28, + ACTIONS(1480), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99731,17 +100635,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24399] = 5, + [24539] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(944), 1, + STATE(878), 1, sym_text_interpolation, - ACTIONS(2077), 10, + ACTIONS(1424), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99749,17 +100654,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2075), 28, + ACTIONS(1422), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99778,17 +100684,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24451] = 5, + [24593] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(945), 1, + STATE(879), 1, sym_text_interpolation, - ACTIONS(2081), 10, + ACTIONS(1498), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99796,17 +100703,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2079), 28, + ACTIONS(1496), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99825,17 +100733,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24503] = 5, + [24647] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(946), 1, + STATE(880), 1, sym_text_interpolation, - ACTIONS(2085), 10, + ACTIONS(1866), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99843,17 +100752,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2083), 28, + ACTIONS(1864), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99872,17 +100782,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24555] = 5, + [24701] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(947), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(881), 1, sym_text_interpolation, - ACTIONS(2089), 10, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99890,17 +100808,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2087), 28, + ACTIONS(1446), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99919,17 +100833,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24607] = 5, + [24759] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(948), 1, + STATE(882), 1, sym_text_interpolation, - ACTIONS(1753), 10, + ACTIONS(1516), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99937,17 +100852,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1751), 28, + ACTIONS(1514), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -99966,17 +100882,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24659] = 5, + [24813] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(949), 1, + STATE(883), 1, sym_text_interpolation, - ACTIONS(2093), 10, + ACTIONS(1420), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -99984,17 +100901,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2091), 28, + ACTIONS(1418), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100013,17 +100931,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24711] = 5, + [24867] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(950), 1, + STATE(884), 1, sym_text_interpolation, - ACTIONS(2097), 10, + ACTIONS(1842), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100031,17 +100950,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2095), 28, + ACTIONS(1840), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100060,17 +100980,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24763] = 5, + [24921] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(951), 1, + STATE(885), 1, sym_text_interpolation, - ACTIONS(2101), 10, + ACTIONS(1743), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100078,17 +100999,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2099), 28, + ACTIONS(1741), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100107,17 +101029,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24815] = 5, + [24975] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(952), 1, + STATE(886), 1, sym_text_interpolation, - ACTIONS(2105), 10, + ACTIONS(1858), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100125,17 +101048,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2103), 28, + ACTIONS(1856), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100154,17 +101078,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24867] = 5, + [25029] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(953), 1, + STATE(887), 1, sym_text_interpolation, - ACTIONS(2109), 10, + ACTIONS(1420), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100172,17 +101097,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2107), 28, + ACTIONS(1418), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100201,17 +101127,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24919] = 5, + [25083] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(954), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(888), 1, sym_text_interpolation, - ACTIONS(2113), 10, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100219,17 +101153,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2111), 28, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100248,14 +101178,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24971] = 5, + [25141] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(955), 1, + STATE(889), 1, sym_text_interpolation, - ACTIONS(1869), 10, + ACTIONS(1727), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -100266,13 +101196,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1867), 28, + ACTIONS(1725), 30, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -100295,17 +101227,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25023] = 5, + [25195] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(956), 1, + ACTIONS(1936), 1, + anon_sym_COLON_COLON, + ACTIONS(1938), 1, + anon_sym_DASH_GT, + ACTIONS(1940), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(1942), 1, + anon_sym_LBRACK, + STATE(890), 1, sym_text_interpolation, - ACTIONS(2117), 10, + ACTIONS(1727), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100313,17 +101254,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2115), 28, + ACTIONS(1725), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100342,19 +101280,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25075] = 6, + [25257] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2123), 1, - aux_sym_binary_expression_token1, - STATE(957), 1, + STATE(891), 1, sym_text_interpolation, - ACTIONS(2121), 10, + ACTIONS(1747), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100362,17 +101299,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2119), 27, + ACTIONS(1745), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, aux_sym_binary_expression_token2, @@ -100390,14 +101329,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25129] = 5, + [25311] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(958), 1, + STATE(892), 1, sym_text_interpolation, - ACTIONS(2127), 10, + ACTIONS(1376), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -100408,13 +101347,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2125), 28, + ACTIONS(1378), 30, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, @@ -100437,17 +101378,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25181] = 5, + [25365] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(959), 1, + STATE(893), 1, sym_text_interpolation, - ACTIONS(2131), 10, + ACTIONS(1689), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100455,17 +101397,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2129), 28, + ACTIONS(1687), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100484,17 +101427,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25233] = 5, + [25419] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(960), 1, + STATE(894), 1, sym_text_interpolation, - ACTIONS(2135), 10, + ACTIONS(1836), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100502,17 +101446,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2133), 28, + ACTIONS(1834), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100531,17 +101476,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25285] = 5, + [25473] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(961), 1, + STATE(895), 1, sym_text_interpolation, - ACTIONS(1544), 10, + ACTIONS(1812), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100549,17 +101495,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1542), 28, + ACTIONS(1810), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100578,17 +101525,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25337] = 5, + [25527] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(962), 1, + STATE(896), 1, sym_text_interpolation, - ACTIONS(2139), 10, + ACTIONS(1767), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100596,17 +101544,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2137), 28, + ACTIONS(1765), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100625,17 +101574,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25389] = 5, + [25581] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(963), 1, + ACTIONS(1705), 1, + anon_sym_LPAREN, + STATE(897), 1, sym_text_interpolation, - ACTIONS(2143), 10, + ACTIONS(1707), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1703), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100643,17 +101600,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2141), 28, + ACTIONS(1701), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100672,17 +101625,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25441] = 5, + [25639] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(964), 1, + STATE(898), 1, sym_text_interpolation, - ACTIONS(2121), 10, + ACTIONS(1715), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100690,17 +101650,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2119), 28, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100719,17 +101675,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25493] = 5, + [25695] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(965), 1, + STATE(899), 1, sym_text_interpolation, - ACTIONS(2147), 10, + ACTIONS(1784), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100737,17 +101694,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 28, + ACTIONS(1782), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100766,17 +101724,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25545] = 5, + [25749] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(966), 1, + STATE(900), 1, sym_text_interpolation, - ACTIONS(2151), 10, + ACTIONS(1376), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100784,17 +101743,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2149), 28, + ACTIONS(1378), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100813,17 +101773,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25597] = 5, + [25803] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(967), 1, + STATE(901), 1, sym_text_interpolation, - ACTIONS(2155), 10, + ACTIONS(1751), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100831,17 +101792,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2153), 28, + ACTIONS(1749), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100860,17 +101822,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25649] = 5, + [25857] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(968), 1, + STATE(902), 1, sym_text_interpolation, - ACTIONS(2159), 10, + ACTIONS(1715), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1755), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100878,17 +101847,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2157), 28, + ACTIONS(1753), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100907,17 +101872,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25701] = 5, + [25913] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(969), 1, + STATE(903), 1, sym_text_interpolation, - ACTIONS(2163), 10, + ACTIONS(1486), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100925,17 +101891,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 28, + ACTIONS(1484), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -100954,17 +101921,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25753] = 5, + [25967] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(970), 1, + STATE(904), 1, sym_text_interpolation, - ACTIONS(2167), 10, + ACTIONS(1850), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -100972,17 +101940,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2165), 28, + ACTIONS(1848), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101001,17 +101970,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25805] = 5, + [26021] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(971), 1, + STATE(905), 1, sym_text_interpolation, - ACTIONS(2171), 10, + ACTIONS(1828), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101019,17 +101989,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2169), 28, + ACTIONS(1826), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101048,17 +102019,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25857] = 5, + [26075] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(972), 1, + STATE(906), 1, sym_text_interpolation, - ACTIONS(1548), 10, + ACTIONS(1693), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101066,17 +102038,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1546), 28, + ACTIONS(1691), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101095,17 +102068,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25909] = 5, + [26129] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(973), 1, + STATE(907), 1, sym_text_interpolation, - ACTIONS(2175), 10, + ACTIONS(1808), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101113,17 +102087,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2173), 28, + ACTIONS(1806), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101142,17 +102117,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25961] = 5, + [26183] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(974), 1, + STATE(908), 1, sym_text_interpolation, - ACTIONS(2179), 10, + ACTIONS(1763), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101160,17 +102136,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2177), 28, + ACTIONS(1761), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101189,17 +102166,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26013] = 5, + [26237] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(975), 1, + STATE(909), 1, sym_text_interpolation, - ACTIONS(2183), 10, + ACTIONS(1788), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101207,17 +102185,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 28, + ACTIONS(1786), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101236,17 +102215,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26065] = 5, + [26291] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(976), 1, + STATE(910), 1, sym_text_interpolation, - ACTIONS(2187), 10, + ACTIONS(1780), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101254,17 +102234,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2185), 28, + ACTIONS(1778), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101283,17 +102264,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26117] = 5, + [26345] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(977), 1, + STATE(911), 1, sym_text_interpolation, - ACTIONS(2191), 10, + ACTIONS(1820), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101301,17 +102283,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2189), 28, + ACTIONS(1818), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101330,17 +102313,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26169] = 5, + [26399] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(978), 1, + STATE(912), 1, sym_text_interpolation, - ACTIONS(2195), 10, + ACTIONS(1824), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101348,17 +102332,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2193), 28, + ACTIONS(1822), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101377,17 +102362,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26221] = 5, + [26453] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(979), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1944), 1, + anon_sym_COLON, + STATE(913), 1, sym_text_interpolation, - ACTIONS(1570), 10, + ACTIONS(1460), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 15, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101395,23 +102397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 28, + ACTIONS(1434), 17, + sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -101424,17 +102415,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26273] = 5, + [26515] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(980), 1, + STATE(914), 1, sym_text_interpolation, - ACTIONS(2199), 10, + ACTIONS(1776), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101442,17 +102434,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2197), 28, + ACTIONS(1774), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101471,17 +102464,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26325] = 5, + [26569] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(981), 1, + STATE(915), 1, sym_text_interpolation, - ACTIONS(2203), 10, + ACTIONS(1685), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101489,17 +102483,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2201), 28, + ACTIONS(1683), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101518,17 +102513,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26377] = 5, + [26623] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(982), 1, + STATE(916), 1, sym_text_interpolation, - ACTIONS(2207), 10, + ACTIONS(1388), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101536,17 +102532,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2205), 28, + ACTIONS(1386), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101565,17 +102562,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26429] = 5, + [26677] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(983), 1, + STATE(917), 1, sym_text_interpolation, - ACTIONS(2211), 10, + ACTIONS(1432), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101583,17 +102581,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2209), 28, + ACTIONS(1430), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101612,17 +102611,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26481] = 5, + [26731] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(984), 1, + STATE(918), 1, sym_text_interpolation, - ACTIONS(2215), 10, + ACTIONS(1428), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101630,17 +102630,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2213), 28, + ACTIONS(1426), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101659,17 +102660,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26533] = 5, + [26785] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(985), 1, + STATE(919), 1, sym_text_interpolation, - ACTIONS(2219), 10, + ACTIONS(1416), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101677,17 +102679,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2217), 28, + ACTIONS(1414), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101706,82 +102709,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26585] = 23, + [26839] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1715), 1, + ACTIONS(1412), 1, anon_sym_LPAREN, - ACTIONS(1721), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(2221), 1, - anon_sym_DOT_DOT_DOT, - STATE(986), 1, - sym_text_interpolation, - STATE(1204), 1, - sym_visibility_modifier, - STATE(1448), 1, - sym_qualified_name, - STATE(1569), 1, - sym__types, - STATE(1696), 1, - sym_type, - STATE(2046), 1, - sym_reference_modifier, - STATE(2049), 1, - sym_variable_name, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(250), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [26672] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(987), 1, + STATE(920), 1, sym_text_interpolation, - ACTIONS(1138), 11, + ACTIONS(1675), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101789,15 +102730,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1136), 26, + ACTIONS(1673), 28, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101816,18 +102759,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26723] = 5, + [26895] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(988), 1, + STATE(921), 1, sym_text_interpolation, - ACTIONS(1080), 11, + ACTIONS(1396), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -101835,15 +102778,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1078), 26, + ACTIONS(1394), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -101862,306 +102808,45 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [26774] = 8, + [26949] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - STATE(989), 1, - sym_text_interpolation, - STATE(990), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - ACTIONS(2225), 5, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - ACTIONS(2223), 29, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, + ACTIONS(1647), 1, sym_name, - [26831] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2231), 1, - anon_sym_POUND_LBRACK, - STATE(1041), 1, - sym_attribute_group, - STATE(990), 2, - sym_text_interpolation, - aux_sym_attribute_list_repeat1, - ACTIONS(2229), 5, - anon_sym_AMP, + ACTIONS(1649), 1, anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - ACTIONS(2227), 29, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [26886] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, + STATE(922), 1, + sym_text_interpolation, + ACTIONS(1462), 15, anon_sym_AMP, - ACTIONS(2238), 1, + aux_sym_namespace_use_clause_token3, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2248), 1, + aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(991), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2234), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [26974] = 13, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2278), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2283), 1, - aux_sym_final_modifier_token1, - ACTIONS(2286), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2289), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2292), 1, - sym_var_modifier, - STATE(1333), 1, - sym__modifier, - STATE(992), 2, - sym_text_interpolation, - aux_sym_class_declaration_repeat1, - ACTIONS(2281), 3, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOLLAR, - ACTIONS(2295), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1332), 5, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - ACTIONS(2276), 18, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_class_declaration_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [27040] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(993), 1, - sym_text_interpolation, - STATE(1333), 1, - sym__modifier, - STATE(1378), 1, - aux_sym_class_declaration_repeat1, - STATE(1417), 1, - sym__const_declaration, - ACTIONS(2300), 3, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOLLAR, - STATE(1332), 5, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - ACTIONS(2298), 25, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [27098] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(994), 1, - sym_text_interpolation, - ACTIONS(2272), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1703), 24, + ACTIONS(1460), 23, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, - aux_sym_binary_expression_token1, + anon_sym_COLON_COLON, anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + anon_sym_STAR_STAR, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -102173,106 +102858,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [27154] = 17, + anon_sym_PERCENT, + [27007] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(995), 1, + STATE(923), 1, sym_text_interpolation, - ACTIONS(1705), 2, + ACTIONS(1178), 11, + anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 13, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [27228] = 13, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(996), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1705), 5, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1703), 18, + ACTIONS(1176), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -102282,47 +102902,47 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [27294] = 11, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27061] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(997), 1, + ACTIONS(1464), 1, + anon_sym_LPAREN, + STATE(924), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1671), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 19, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1669), 28, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -102334,41 +102954,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [27356] = 9, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27117] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(998), 1, + STATE(925), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1466), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 22, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1464), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -102383,108 +103006,41 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [27414] = 24, + anon_sym_PERCENT, + [27171] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(926), 1, + sym_text_interpolation, + ACTIONS(1470), 11, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(999), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2302), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [27502] = 10, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1000), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1703), 20, + ACTIONS(1468), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -102496,20 +103052,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - [27562] = 6, + anon_sym_PERCENT, + [27225] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - STATE(1001), 1, + STATE(927), 1, sym_text_interpolation, - ACTIONS(1705), 10, + ACTIONS(1382), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -102517,17 +103075,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 25, + ACTIONS(1380), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -102543,1107 +103105,655 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [27614] = 21, + [27279] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(928), 1, + sym_text_interpolation, + ACTIONS(1846), 11, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1002), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2304), 10, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [27696] = 15, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1003), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 3, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2264), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 14, + ACTIONS(1844), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [27766] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1004), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2262), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2306), 10, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [27848] = 22, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27333] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(929), 1, + sym_text_interpolation, + ACTIONS(1494), 11, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1005), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1492), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [27932] = 23, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2252), 1, + aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1006), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2262), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 8, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - [28018] = 24, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27387] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1946), 1, + anon_sym_COLON, + STATE(930), 1, + sym_text_interpolation, + ACTIONS(1460), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 15, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2248), 1, + anon_sym_DASH, + aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1007), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1434), 17, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2308), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [28106] = 18, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27449] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2236), 1, + STATE(931), 1, + sym_text_interpolation, + ACTIONS(1862), 11, anon_sym_AMP, - ACTIONS(2240), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1008), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 13, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1860), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [28182] = 9, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27503] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1009), 1, + STATE(932), 1, sym_text_interpolation, - STATE(1333), 1, - sym__modifier, - STATE(1378), 1, - aux_sym_class_declaration_repeat1, - STATE(1415), 1, - sym__const_declaration, - ACTIONS(2300), 3, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOLLAR, - STATE(1332), 5, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - ACTIONS(2298), 25, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [28240] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, + ACTIONS(1478), 11, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1010), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2310), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1476), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - [28328] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1011), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2262), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2312), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [28416] = 21, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27557] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(933), 1, + sym_text_interpolation, + ACTIONS(1508), 11, anon_sym_AMP, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - ACTIONS(2316), 1, anon_sym_QMARK, - STATE(1012), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2314), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1506), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [28498] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1013), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2262), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2055), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [28586] = 16, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27611] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - STATE(1014), 1, + STATE(934), 1, sym_text_interpolation, - ACTIONS(1705), 2, + ACTIONS(1474), 11, + anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2242), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 14, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1472), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [28658] = 21, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27665] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(935), 1, + sym_text_interpolation, + ACTIONS(1792), 11, anon_sym_AMP, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2254), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, - anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - ACTIONS(2320), 1, anon_sym_QMARK, - STATE(1015), 1, - sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2318), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1790), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [28740] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1016), 1, + [27719] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(936), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + ACTIONS(1888), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2322), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1886), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [28822] = 19, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2256), 1, + anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1017), 1, + [27773] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(937), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + ACTIONS(1884), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 12, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1882), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - [28900] = 24, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27827] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(938), 1, + sym_text_interpolation, + ACTIONS(1880), 11, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1878), 29, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1018), 1, + [27881] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(939), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + ACTIONS(1512), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2324), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1510), 29, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - [28988] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1019), 1, + [27935] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(940), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + ACTIONS(1876), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1874), 29, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2326), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [29076] = 6, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27989] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - STATE(1020), 1, + STATE(941), 1, sym_text_interpolation, - ACTIONS(1705), 10, + ACTIONS(1950), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103654,17 +103764,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 25, + ACTIONS(1948), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -103680,691 +103794,643 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [29128] = 24, + [28042] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + STATE(942), 1, + sym_text_interpolation, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 11, anon_sym_AMP, - ACTIONS(2238), 1, anon_sym_QMARK, - ACTIONS(2240), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1446), 24, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1021), 1, + [28097] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(943), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(1954), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2328), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1952), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [29216] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1022), 1, + [28150] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(944), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1759), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2330), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1757), 24, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, aux_sym_binary_expression_token1, - [29304] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - ACTIONS(2332), 1, - anon_sym_EQ_GT, - STATE(1023), 1, + [28205] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(945), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1800), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2260), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2193), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1798), 24, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_RPAREN, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, aux_sym_binary_expression_token1, - [29394] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, anon_sym_STAR_STAR, - ACTIONS(2254), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1024), 1, + [28260] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(946), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(1755), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1753), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29476] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2236), 1, - anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, - anon_sym_STAR_STAR, - ACTIONS(2254), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, anon_sym_CARET, - ACTIONS(2266), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2270), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2274), 1, anon_sym_PERCENT, - STATE(1025), 1, + [28313] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(947), 1, sym_text_interpolation, - ACTIONS(2242), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(1958), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2272), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2264), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1956), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29558] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2316), 1, - anon_sym_QMARK, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - STATE(1026), 1, + [28366] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(948), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1962), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2314), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1960), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29639] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - STATE(1027), 1, + [28419] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(949), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1966), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1964), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29720] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - STATE(1028), 1, + [28472] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(950), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1970), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2322), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1968), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29801] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2320), 1, - anon_sym_QMARK, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - STATE(1029), 1, + [28525] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(951), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1974), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2318), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1972), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29882] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - STATE(1030), 1, + [28578] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(952), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1978), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2306), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1976), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29963] = 21, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [28631] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(1637), 1, + sym_name, + ACTIONS(1643), 1, + anon_sym_BSLASH, + STATE(953), 1, + sym_text_interpolation, + ACTIONS(1641), 14, anon_sym_AMP, - ACTIONS(2336), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2340), 1, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1639), 23, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - STATE(1031), 1, + [28688] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(954), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1982), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2304), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1980), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [30044] = 6, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [28741] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - STATE(1032), 1, + STATE(955), 1, sym_text_interpolation, - ACTIONS(1705), 10, + ACTIONS(1986), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104375,16 +104441,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 24, + ACTIONS(1984), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104400,27 +104471,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [30095] = 10, + [28794] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1033), 1, + STATE(956), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1990), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104429,14 +104487,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 19, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1988), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104448,41 +104515,44 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - [30154] = 9, + anon_sym_PERCENT, + [28847] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1034), 1, + STATE(957), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1436), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 21, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104497,29 +104567,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [30211] = 11, + anon_sym_PERCENT, + [28902] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2360), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1035), 1, + STATE(958), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1994), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104528,14 +104584,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 18, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1992), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104547,48 +104612,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [30272] = 13, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [28955] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2356), 1, - anon_sym_GT_EQ, - ACTIONS(2360), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1036), 1, + STATE(959), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1705), 5, + ACTIONS(1998), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1703), 17, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1996), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104598,1101 +104658,840 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [30337] = 24, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29008] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + STATE(960), 1, + sym_text_interpolation, + ACTIONS(1703), 10, anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, - anon_sym_AMP_AMP, - ACTIONS(2348), 1, - anon_sym_CARET, - ACTIONS(2356), 1, - anon_sym_GT_EQ, - ACTIONS(2360), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_PERCENT, - ACTIONS(2366), 1, anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1037), 1, - sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2312), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1701), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [30424] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1038), 1, - sym_text_interpolation, - ACTIONS(2376), 6, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2374), 29, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [30473] = 16, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2342), 1, + anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - ACTIONS(2356), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - STATE(1039), 1, + [29061] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(961), 1, sym_text_interpolation, - ACTIONS(1705), 2, + ACTIONS(2002), 10, + anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 13, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2000), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [30544] = 18, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29114] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2334), 1, + STATE(962), 1, + sym_text_interpolation, + ACTIONS(2006), 10, anon_sym_AMP, - ACTIONS(2336), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2348), 1, - anon_sym_CARET, - ACTIONS(2356), 1, - anon_sym_GT_EQ, - ACTIONS(2360), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1040), 1, - sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 12, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2004), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [30619] = 5, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29167] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1041), 1, + STATE(963), 1, sym_text_interpolation, - ACTIONS(2380), 6, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1438), 11, anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2378), 29, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [30668] = 19, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1705), 1, anon_sym_QMARK, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, anon_sym_PIPE, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2346), 1, - anon_sym_AMP_AMP, - ACTIONS(2348), 1, - anon_sym_CARET, - ACTIONS(2356), 1, - anon_sym_GT_EQ, - ACTIONS(2360), 1, - anon_sym_DOT, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1042), 1, - sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 11, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1446), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - [30745] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1043), 1, + [29222] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(964), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2010), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2310), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [30832] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1044), 1, + [29275] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(965), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2014), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2302), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2012), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [30919] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2382), 1, - anon_sym_EQ_GT, - STATE(1045), 1, + [29328] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(966), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2018), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2193), 5, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2016), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [31008] = 22, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - STATE(1046), 1, + [29381] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(967), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1800), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2350), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 8, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1798), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [31091] = 23, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1047), 1, + [29436] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(968), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1436), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1434), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - [31176] = 24, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29489] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(1772), 1, + anon_sym_EQ, + STATE(969), 1, + sym_text_interpolation, + ACTIONS(2020), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1767), 11, anon_sym_AMP, - ACTIONS(2336), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2340), 1, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1765), 25, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1048), 1, + [29546] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(970), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2024), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2330), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [31263] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1049), 1, - sym_text_interpolation, - ACTIONS(2386), 6, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2384), 29, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [31312] = 24, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29599] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + STATE(971), 1, + sym_text_interpolation, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1759), 11, anon_sym_AMP, - ACTIONS(2336), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2340), 1, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1757), 24, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1050), 1, + [29654] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(972), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2028), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2328), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2026), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [31399] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1051), 1, - sym_text_interpolation, - ACTIONS(2390), 6, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2388), 29, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [31448] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1052), 1, + [29707] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(973), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2032), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2326), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2030), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [31535] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2336), 1, - anon_sym_PIPE, - ACTIONS(2340), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1053), 1, + [29760] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2034), 1, + aux_sym_binary_expression_token1, + STATE(974), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2032), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2308), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2030), 28, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_RBRACK, - aux_sym_binary_expression_token1, - [31622] = 15, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2342), 1, + anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - ACTIONS(2356), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - STATE(1054), 1, + [29815] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(975), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 3, + ACTIONS(1928), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2354), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 13, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1681), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [31691] = 17, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2334), 1, - anon_sym_AMP, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2348), 1, - anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - STATE(1055), 1, + [29867] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(976), 1, sym_text_interpolation, - ACTIONS(1705), 2, + ACTIONS(1512), 10, + anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 12, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1510), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [31764] = 6, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29919] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - STATE(1056), 1, + STATE(977), 1, sym_text_interpolation, - ACTIONS(1705), 10, + ACTIONS(1462), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105703,16 +105502,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1703), 24, + ACTIONS(1460), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105728,21 +105531,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31815] = 8, + [29971] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2364), 1, - anon_sym_PERCENT, - STATE(1057), 1, + ACTIONS(1936), 1, + anon_sym_COLON_COLON, + STATE(978), 1, sym_text_interpolation, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1727), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105751,16 +105549,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 23, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1725), 26, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105775,263 +105577,407 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [31870] = 24, + anon_sym_PERCENT, + [30024] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(1922), 1, + anon_sym_LPAREN, + STATE(894), 1, + sym_arguments, + STATE(979), 1, + sym_text_interpolation, + ACTIONS(1932), 10, anon_sym_AMP, - ACTIONS(2336), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2340), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1930), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1058), 1, + [30079] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(980), 1, sym_text_interpolation, - ACTIONS(2338), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(1615), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2362), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2354), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2055), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1617), 27, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, aux_sym_binary_expression_token1, - [31957] = 24, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [30130] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2050), 1, + aux_sym_binary_expression_token2, + ACTIONS(2052), 1, + aux_sym_binary_expression_token3, + ACTIONS(2054), 1, + aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1059), 1, + STATE(981), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2234), 6, + ACTIONS(2036), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [32044] = 24, + [30218] = 22, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1659), 1, + anon_sym_LPAREN, + ACTIONS(1665), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(2078), 1, + anon_sym_DOT_DOT_DOT, + STATE(982), 1, + sym_text_interpolation, + STATE(1183), 1, + sym_visibility_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1489), 1, + sym__types, + STATE(1651), 1, + sym_type, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2157), 1, + sym_variable_name, + STATE(2160), 1, + sym_reference_modifier, + STATE(2513), 1, + sym_namespace_name, + ACTIONS(250), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [30302] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + STATE(983), 1, + sym_text_interpolation, + ACTIONS(2024), 10, anon_sym_AMP, - ACTIONS(2336), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2340), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 25, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, anon_sym_CARET, - ACTIONS(2356), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2360), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2364), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1060), 1, + [30354] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(984), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2024), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2324), 6, + ACTIONS(2022), 20, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [32131] = 21, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_DOT, + [30414] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, + ACTIONS(2082), 1, anon_sym_QMARK, - STATE(1061), 1, + STATE(985), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 9, + ACTIONS(2080), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [32212] = 5, + [30496] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1062), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(986), 1, sym_text_interpolation, - ACTIONS(1570), 10, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -106040,18 +105986,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1568), 24, - sym__automatic_semicolon, + ACTIONS(2022), 19, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -106063,219 +106006,249 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32260] = 5, + [30558] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1063), 1, - sym_text_interpolation, - ACTIONS(1042), 10, + ACTIONS(2038), 1, anon_sym_AMP, + ACTIONS(2040), 1, anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, + ACTIONS(2046), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2056), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, + anon_sym_AMP_AMP, + ACTIONS(2060), 1, + anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(987), 1, + sym_text_interpolation, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1040), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2084), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32308] = 15, + [30640] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2056), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, + anon_sym_AMP_AMP, + ACTIONS(2060), 1, + anon_sym_CARET, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - STATE(1064), 1, + STATE(988), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 3, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2400), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 12, - sym__automatic_semicolon, + ACTIONS(2086), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [32376] = 24, + [30722] = 23, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2060), 1, anon_sym_CARET, - STATE(1065), 1, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(989), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2308), 5, - sym__automatic_semicolon, + ACTIONS(2022), 8, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [32462] = 5, + aux_sym_binary_expression_token3, + [30808] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1066), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + STATE(990), 1, sym_text_interpolation, - ACTIONS(1997), 10, + STATE(999), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + ACTIONS(2090), 5, anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + ACTIONS(2088), 28, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1995), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32510] = 5, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [30864] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1067), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + STATE(991), 1, sym_text_interpolation, - ACTIONS(1548), 10, + ACTIONS(2024), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -106286,16 +106259,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1546), 24, - sym__automatic_semicolon, + ACTIONS(2022), 25, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -106311,76 +106285,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32558] = 24, + [30916] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2024), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2060), 1, anon_sym_CARET, - STATE(1068), 1, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(992), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2234), 5, - sym__automatic_semicolon, + ACTIONS(2022), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [32644] = 5, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [30998] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1069), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(993), 1, sym_text_interpolation, - ACTIONS(2127), 10, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -106389,18 +106369,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2125), 24, - sym__automatic_semicolon, + ACTIONS(2022), 24, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -106415,230 +106394,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [32692] = 5, + [31054] = 17, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1070), 1, - sym_text_interpolation, - ACTIONS(2117), 10, + ACTIONS(2038), 1, anon_sym_AMP, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2060), 1, + anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(994), 1, + sym_text_interpolation, + ACTIONS(2024), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2115), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 13, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32740] = 5, + [31128] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1071), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(995), 1, sym_text_interpolation, - ACTIONS(1544), 10, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 3, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1542), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 14, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32788] = 5, + [31198] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1072), 1, - sym_text_interpolation, - ACTIONS(2101), 10, + ACTIONS(2038), 1, anon_sym_AMP, + ACTIONS(2040), 1, anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2099), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [32836] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1073), 1, + STATE(996), 1, sym_text_interpolation, - ACTIONS(2143), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2141), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2092), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [31286] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [32884] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1074), 1, + STATE(997), 1, sym_text_interpolation, - ACTIONS(2199), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2197), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32932] = 5, + ACTIONS(2094), 7, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [31374] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1075), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(998), 1, sym_text_interpolation, - ACTIONS(1552), 10, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -106647,18 +106660,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1550), 24, - sym__automatic_semicolon, + ACTIONS(2022), 22, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -106673,250 +106683,417 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [32980] = 5, + [31432] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1076), 1, + ACTIONS(2100), 1, + anon_sym_POUND_LBRACK, + STATE(1113), 1, + sym_attribute_group, + STATE(999), 2, sym_text_interpolation, - ACTIONS(2203), 10, + aux_sym_attribute_list_repeat1, + ACTIONS(2098), 5, anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + ACTIONS(2096), 28, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2201), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [31486] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [33028] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1077), 1, + STATE(1000), 1, sym_text_interpolation, - ACTIONS(2183), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2181), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2103), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [31574] = 25, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [33076] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1078), 1, + ACTIONS(2105), 1, + anon_sym_EQ_GT, + STATE(1001), 1, sym_text_interpolation, - ACTIONS(2139), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2137), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1968), 6, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [31664] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [33124] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1079), 1, + STATE(1002), 1, sym_text_interpolation, - ACTIONS(1989), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1987), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2107), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [31752] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [33172] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1080), 1, + STATE(1003), 1, sym_text_interpolation, - ACTIONS(2159), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2157), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2109), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [31840] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1004), 1, + sym_text_interpolation, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33220] = 5, + ACTIONS(2111), 7, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [31928] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1081), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1005), 1, sym_text_interpolation, - ACTIONS(2155), 10, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2024), 5, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2153), 24, - sym__automatic_semicolon, + ACTIONS(2022), 18, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -106926,252 +107103,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33268] = 21, + [31994] = 22, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2316), 1, - anon_sym_QMARK, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2416), 1, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2050), 1, + aux_sym_binary_expression_token2, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2060), 1, anon_sym_CARET, - STATE(1082), 1, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1006), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2314), 8, - sym__automatic_semicolon, + ACTIONS(2022), 9, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [33348] = 5, + [32078] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1083), 1, - sym_text_interpolation, - ACTIONS(2131), 10, - anon_sym_AMP, + ACTIONS(2024), 1, anon_sym_QMARK, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2042), 1, anon_sym_PIPE, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2058), 1, + anon_sym_AMP_AMP, + ACTIONS(2060), 1, + anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1007), 1, + sym_text_interpolation, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2129), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 12, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33396] = 6, + [32156] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - STATE(1084), 1, - sym_text_interpolation, - ACTIONS(1705), 10, + ACTIONS(2038), 1, anon_sym_AMP, + ACTIONS(2040), 1, anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1703), 23, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [33446] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1085), 1, + STATE(1008), 1, sym_text_interpolation, - ACTIONS(2073), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2071), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1964), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [32244] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2068), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2072), 1, anon_sym_DOT, + ACTIONS(2076), 1, anon_sym_PERCENT, - [33494] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1086), 1, + STATE(1009), 1, sym_text_interpolation, - ACTIONS(2113), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2111), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33542] = 5, + ACTIONS(2113), 7, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [32332] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1087), 1, + STATE(1010), 1, sym_text_interpolation, - ACTIONS(2069), 10, + ACTIONS(1727), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107182,11 +107371,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2067), 24, + ACTIONS(1725), 26, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, @@ -107207,162 +107398,136 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [33590] = 8, + [32382] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2410), 1, - anon_sym_PERCENT, - STATE(1088), 1, - sym_text_interpolation, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(2038), 1, anon_sym_AMP, + ACTIONS(2040), 1, anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1703), 22, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [33644] = 21, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1089), 1, + STATE(1011), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 8, - sym__automatic_semicolon, + ACTIONS(2115), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [33724] = 5, + [32470] = 18, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1090), 1, - sym_text_interpolation, - ACTIONS(2179), 10, - anon_sym_AMP, + ACTIONS(2024), 1, anon_sym_QMARK, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2042), 1, anon_sym_PIPE, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2060), 1, + anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1012), 1, + sym_text_interpolation, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2177), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 13, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33772] = 5, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [32546] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1091), 1, + STATE(1013), 1, sym_text_interpolation, - ACTIONS(2017), 10, + ACTIONS(1376), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107373,11 +107538,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2015), 24, + ACTIONS(1378), 26, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, @@ -107398,138 +107565,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [33820] = 24, + [32596] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2060), 1, anon_sym_CARET, - STATE(1092), 1, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1014), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2324), 5, - sym__automatic_semicolon, + ACTIONS(2117), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [33906] = 5, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [32678] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1093), 1, - sym_text_interpolation, - ACTIONS(2121), 10, + ACTIONS(2038), 1, anon_sym_AMP, + ACTIONS(2040), 1, anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, + ACTIONS(2046), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2056), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, + anon_sym_AMP_AMP, + ACTIONS(2060), 1, + anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1015), 1, + sym_text_interpolation, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2119), 24, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, + [32760] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2042), 1, + anon_sym_PIPE, + ACTIONS(2046), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2048), 1, + anon_sym_STAR_STAR, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, + ACTIONS(2058), 1, anon_sym_AMP_AMP, + ACTIONS(2060), 1, anon_sym_CARET, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + ACTIONS(2121), 1, + anon_sym_QMARK, + STATE(1016), 1, + sym_text_interpolation, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33954] = 6, + ACTIONS(2119), 10, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [32842] = 16, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2038), 1, + anon_sym_AMP, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - STATE(1094), 1, + ACTIONS(2068), 1, + anon_sym_GT_EQ, + ACTIONS(2072), 1, + anon_sym_DOT, + ACTIONS(2076), 1, + anon_sym_PERCENT, + STATE(1017), 1, sym_text_interpolation, - ACTIONS(1705), 10, - anon_sym_AMP, + ACTIONS(2024), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2044), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2070), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2074), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1703), 23, - sym__automatic_semicolon, + ACTIONS(2064), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 14, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -107538,67 +107804,131 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, + [32914] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1018), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [34004] = 6, + ACTIONS(2086), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [32995] = 18, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2432), 1, - aux_sym_binary_expression_token1, - STATE(1095), 1, - sym_text_interpolation, - ACTIONS(2121), 10, - anon_sym_AMP, + ACTIONS(2024), 1, anon_sym_QMARK, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + STATE(1019), 1, + sym_text_interpolation, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2119), 23, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 12, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [34054] = 5, + [33070] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1096), 1, + STATE(1020), 1, sym_text_interpolation, - ACTIONS(2109), 10, + ACTIONS(2028), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107609,10 +107939,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2107), 24, + ACTIONS(2026), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -107634,194 +107965,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [34102] = 21, + [33119] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1097), 1, - sym_text_interpolation, - ACTIONS(2392), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2396), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2404), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2400), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2398), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 8, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [34182] = 23, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2424), 1, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1098), 1, + STATE(1021), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 6, + ACTIONS(2094), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - [34266] = 22, + [33206] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2426), 1, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1099), 1, + STATE(1022), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 7, + ACTIONS(2103), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [34348] = 5, + [33293] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1100), 1, + STATE(1023), 1, sym_text_interpolation, - ACTIONS(2049), 10, + ACTIONS(963), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107832,10 +108109,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2047), 24, + ACTIONS(961), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -107857,71 +108135,140 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [34396] = 19, + [33342] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2428), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1101), 1, + STATE(1024), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 10, + ACTIONS(2107), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, + [33429] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - [34472] = 5, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1025), 1, + sym_text_interpolation, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2113), 6, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + [33516] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1102), 1, + STATE(1026), 1, sym_text_interpolation, - ACTIONS(2005), 10, + ACTIONS(2006), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107932,10 +108279,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2003), 24, + ACTIONS(2004), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -107957,14 +108305,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [34520] = 5, + [33565] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1103), 1, + STATE(1027), 1, sym_text_interpolation, - ACTIONS(2163), 10, + ACTIONS(2018), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107975,10 +108323,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2161), 24, + ACTIONS(2016), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -108000,167 +108349,366 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [34568] = 18, + [33614] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, + ACTIONS(2082), 1, anon_sym_QMARK, - ACTIONS(2394), 1, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, + STATE(1028), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2080), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [33695] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2082), 1, + anon_sym_QMARK, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2416), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2430), 1, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, anon_sym_CARET, - STATE(1104), 1, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1029), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 11, + ACTIONS(2080), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [34642] = 5, + [33776] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1105), 1, - sym_text_interpolation, - ACTIONS(1753), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1030), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1751), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2117), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, + [33857] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2121), 1, + anon_sym_QMARK, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1031), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [34690] = 16, + ACTIONS(2119), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [33938] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2199), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2204), 1, + aux_sym_final_modifier_token1, + ACTIONS(2207), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2210), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2213), 1, + sym_var_modifier, + STATE(1276), 1, + sym__modifier, + STATE(1032), 2, + sym_text_interpolation, + aux_sym_class_declaration_repeat1, + ACTIONS(2202), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + ACTIONS(2216), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + ACTIONS(2197), 17, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_class_declaration_token1, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [34003] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - STATE(1106), 1, + STATE(1033), 1, sym_text_interpolation, - ACTIONS(1705), 2, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 12, - sym__automatic_semicolon, + ACTIONS(2084), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [34760] = 5, + [34084] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1107), 1, + STATE(1034), 1, sym_text_interpolation, - ACTIONS(2081), 10, + ACTIONS(1950), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108171,10 +108719,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2079), 24, + ACTIONS(1948), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -108196,14 +108745,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [34808] = 5, + [34133] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1108), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + STATE(1035), 1, sym_text_interpolation, - ACTIONS(2195), 10, + ACTIONS(2024), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108214,16 +108765,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2193), 24, - sym__automatic_semicolon, + ACTIONS(2022), 24, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -108239,206 +108790,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [34856] = 5, + [34184] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1109), 1, - sym_text_interpolation, - ACTIONS(2021), 10, + ACTIONS(2157), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2159), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2019), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(2165), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2173), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2177), 1, anon_sym_DOT, + ACTIONS(2181), 1, anon_sym_PERCENT, - [34904] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1110), 1, - sym_text_interpolation, - ACTIONS(2191), 10, - anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2189), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [34952] = 17, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1111), 1, + STATE(1036), 1, sym_text_interpolation, - ACTIONS(1705), 2, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2392), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 11, + ACTIONS(1964), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [35024] = 13, + [34271] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1112), 1, + STATE(1037), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1705), 5, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1703), 16, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [35088] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1113), 1, - sym_text_interpolation, - ACTIONS(1538), 10, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108447,18 +108882,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1536), 24, - sym__automatic_semicolon, + ACTIONS(2022), 19, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -108470,18 +108901,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [35136] = 5, + [34330] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1114), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1038), 1, sym_text_interpolation, - ACTIONS(1027), 10, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108490,18 +108928,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1025), 24, - sym__automatic_semicolon, + ACTIONS(2022), 21, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -108516,15 +108950,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [35184] = 5, + [34387] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1115), 1, + STATE(1039), 1, + sym_text_interpolation, + STATE(1276), 1, + sym__modifier, + STATE(1322), 1, + aux_sym_class_declaration_repeat1, + STATE(1385), 1, + sym__const_declaration, + ACTIONS(2221), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + ACTIONS(2219), 24, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [34444] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1040), 1, sym_text_interpolation, - ACTIONS(2207), 10, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108533,18 +109029,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2205), 24, - sym__automatic_semicolon, + ACTIONS(2022), 18, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -108556,18 +109048,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35232] = 5, + [34505] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1116), 1, + STATE(1041), 1, sym_text_interpolation, - ACTIONS(2215), 10, + ACTIONS(1966), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108578,10 +109066,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2213), 24, + ACTIONS(1964), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -108603,42 +109092,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [35280] = 11, + [34554] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2406), 1, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1117), 1, + STATE(1042), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(2145), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2024), 5, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1703), 17, - sym__automatic_semicolon, + ACTIONS(2022), 17, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -108650,254 +109143,305 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [35340] = 5, + [34619] = 16, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1118), 1, - sym_text_interpolation, - ACTIONS(2219), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1043), 1, + sym_text_interpolation, + ACTIONS(2024), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2217), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 13, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35388] = 5, + [34690] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1119), 1, - sym_text_interpolation, - ACTIONS(2057), 10, + ACTIONS(2157), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2159), 1, anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1044), 1, + sym_text_interpolation, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2055), 24, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2117), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35436] = 5, + [34771] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1120), 1, - sym_text_interpolation, - ACTIONS(2167), 10, - anon_sym_AMP, + ACTIONS(2121), 1, anon_sym_QMARK, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1045), 1, + sym_text_interpolation, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2165), 24, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2119), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35484] = 24, + [34852] = 18, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2024), 1, + anon_sym_QMARK, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1121), 1, + STATE(1046), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2312), 5, - sym__automatic_semicolon, + ACTIONS(2022), 12, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [35570] = 9, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [34927] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2024), 1, + anon_sym_QMARK, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2410), 1, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1122), 1, + STATE(1047), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 20, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 11, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [35626] = 5, + [35004] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1123), 1, + STATE(1048), 1, sym_text_interpolation, - ACTIONS(2065), 10, + ACTIONS(2010), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -108908,10 +109452,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2063), 24, + ACTIONS(2008), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -108933,162 +109478,200 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [35674] = 5, + [35053] = 22, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1124), 1, - sym_text_interpolation, - ACTIONS(2089), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + STATE(1049), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2087), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 8, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35722] = 5, + [35136] = 23, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1125), 1, - sym_text_interpolation, - ACTIONS(2085), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + STATE(1050), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2083), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 7, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35770] = 24, + [35221] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2139), 1, anon_sym_CARET, - STATE(1126), 1, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1051), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2310), 5, - sym__automatic_semicolon, + ACTIONS(1964), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [35856] = 5, + [35308] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1127), 1, + STATE(1052), 1, sym_text_interpolation, - ACTIONS(1993), 10, + ACTIONS(1755), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109099,10 +109682,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1991), 24, + ACTIONS(1753), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -109124,57 +109708,76 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [35904] = 5, + [35357] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1128), 1, - sym_text_interpolation, - ACTIONS(2171), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, + anon_sym_AMP_AMP, + ACTIONS(2139), 1, + anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1053), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2169), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35952] = 5, + [35438] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1129), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + STATE(1054), 1, sym_text_interpolation, - ACTIONS(2175), 10, + ACTIONS(2024), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109185,16 +109788,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2173), 24, - sym__automatic_semicolon, + ACTIONS(2022), 24, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -109210,76 +109813,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [36000] = 24, + [35489] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2024), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2139), 1, anon_sym_CARET, - STATE(1130), 1, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1055), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2302), 5, - sym__automatic_semicolon, + ACTIONS(2022), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [36086] = 5, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [35570] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1131), 1, + STATE(1056), 1, sym_text_interpolation, - ACTIONS(2077), 10, + ACTIONS(1954), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109290,10 +109891,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2075), 24, + ACTIONS(1952), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -109315,14 +109917,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [36134] = 5, + [35619] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1132), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2155), 1, + anon_sym_PERCENT, + STATE(1057), 1, sym_text_interpolation, - ACTIONS(2097), 10, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109331,18 +109940,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2095), 24, - sym__automatic_semicolon, + ACTIONS(2022), 23, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -109357,380 +109964,510 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [36182] = 5, + [35674] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1133), 1, - sym_text_interpolation, - ACTIONS(2093), 10, + ACTIONS(2157), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2159), 1, anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + ACTIONS(2229), 1, + anon_sym_EQ_GT, + STATE(1058), 1, + sym_text_interpolation, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2091), 24, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1968), 5, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_LBRACE, aux_sym_binary_expression_token1, + [35763] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2147), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2151), 1, anon_sym_DOT, + ACTIONS(2155), 1, anon_sym_PERCENT, - [36230] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1134), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1059), 1, sym_text_interpolation, - ACTIONS(2187), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2185), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2113), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + [35850] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2147), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2151), 1, anon_sym_DOT, + ACTIONS(2155), 1, anon_sym_PERCENT, - [36278] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1135), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1060), 1, sym_text_interpolation, - ACTIONS(1869), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1867), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2107), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + [35937] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2123), 1, + anon_sym_AMP, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, + anon_sym_PIPE, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1061), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [36326] = 21, + ACTIONS(2103), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + [36024] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2320), 1, - anon_sym_QMARK, - ACTIONS(2394), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1136), 1, + STATE(1062), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2024), 3, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2318), 8, - sym__automatic_semicolon, + ACTIONS(2022), 13, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [36406] = 21, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [36093] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2139), 1, anon_sym_CARET, - STATE(1137), 1, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1063), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2322), 8, - sym__automatic_semicolon, + ACTIONS(2094), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36486] = 21, + [36180] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2139), 1, anon_sym_CARET, - STATE(1138), 1, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1064), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2306), 8, - sym__automatic_semicolon, + ACTIONS(2092), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36566] = 21, + [36267] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2426), 1, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2139), 1, anon_sym_CARET, - STATE(1139), 1, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1065), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2304), 8, - sym__automatic_semicolon, + ACTIONS(2036), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36646] = 5, + [36354] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1140), 1, + STATE(1066), 1, sym_text_interpolation, - ACTIONS(2025), 10, + ACTIONS(1990), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109741,10 +110478,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2023), 24, + ACTIONS(1988), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -109766,143 +110504,139 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [36694] = 5, + [36403] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1141), 1, - sym_text_interpolation, - ACTIONS(2105), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2103), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2147), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2151), 1, anon_sym_DOT, + ACTIONS(2155), 1, anon_sym_PERCENT, - [36742] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1142), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2231), 1, + anon_sym_EQ_GT, + STATE(1067), 1, sym_text_interpolation, - ACTIONS(2053), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2051), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1968), 5, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACE, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + [36492] = 22, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(2165), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2173), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2177), 1, anon_sym_DOT, + ACTIONS(2181), 1, anon_sym_PERCENT, - [36790] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1143), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1068), 1, sym_text_interpolation, - ACTIONS(2135), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2133), 24, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 8, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [36838] = 5, + [36575] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1144), 1, + STATE(1069), 1, sym_text_interpolation, - ACTIONS(2147), 10, + ACTIONS(1982), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109913,10 +110647,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 24, + ACTIONS(1980), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -109938,14 +110673,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [36886] = 5, + [36624] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1145), 1, + STATE(1070), 1, sym_text_interpolation, - ACTIONS(2037), 10, + ACTIONS(1970), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109956,10 +110691,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2035), 24, + ACTIONS(1968), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -109981,14 +110717,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [36934] = 5, + [36673] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1146), 1, + STATE(1071), 1, sym_text_interpolation, - ACTIONS(2211), 10, + ACTIONS(1974), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -109999,10 +110735,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2209), 24, + ACTIONS(1972), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110024,57 +110761,77 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [36982] = 5, + [36722] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1147), 1, - sym_text_interpolation, - ACTIONS(2151), 10, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2149), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, + ACTIONS(2147), 1, + anon_sym_GT_EQ, + ACTIONS(2151), 1, + anon_sym_DOT, + ACTIONS(2155), 1, + anon_sym_PERCENT, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1072), 1, + sym_text_interpolation, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [37030] = 5, + ACTIONS(2109), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + [36809] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1148), 1, + STATE(1073), 1, sym_text_interpolation, - ACTIONS(2061), 10, + ACTIONS(1998), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -110085,10 +110842,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2059), 24, + ACTIONS(1996), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110110,14 +110868,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [37078] = 5, + [36858] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1149), 1, + STATE(1074), 1, sym_text_interpolation, - ACTIONS(2033), 10, + ACTIONS(2014), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -110128,10 +110886,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2031), 24, + ACTIONS(2012), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110153,210 +110912,133 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [37126] = 10, + [36907] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2410), 1, - anon_sym_PERCENT, - STATE(1150), 1, - sym_text_interpolation, - ACTIONS(2392), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2404), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(2123), 1, anon_sym_AMP, + ACTIONS(2125), 1, anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1703), 18, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2133), 1, + anon_sym_STAR_STAR, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DOT, - [37184] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2223), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1151), 1, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1075), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2055), 5, - sym__automatic_semicolon, + ACTIONS(2115), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [37270] = 5, + [36994] = 17, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1152), 1, - sym_text_interpolation, - ACTIONS(2045), 10, + ACTIONS(2123), 1, anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2043), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, + ACTIONS(2139), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2147), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2151), 1, anon_sym_DOT, + ACTIONS(2155), 1, anon_sym_PERCENT, - [37318] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1153), 1, + STATE(1076), 1, sym_text_interpolation, - ACTIONS(2029), 10, - anon_sym_AMP, + ACTIONS(2024), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2129), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2149), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2153), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2027), 24, - sym__automatic_semicolon, + ACTIONS(2143), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 12, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [37366] = 5, + [37067] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1154), 1, + STATE(1077), 1, sym_text_interpolation, - ACTIONS(2013), 10, + ACTIONS(1978), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -110367,10 +111049,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2011), 24, + ACTIONS(1976), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110392,14 +111075,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [37414] = 5, + [37116] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1155), 1, + STATE(1078), 1, sym_text_interpolation, - ACTIONS(2041), 10, + ACTIONS(1436), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -110410,10 +111093,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2039), 24, + ACTIONS(1434), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110435,14 +111119,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [37462] = 5, + [37165] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1156), 1, + STATE(1079), 1, sym_text_interpolation, - ACTIONS(2001), 10, + ACTIONS(2032), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -110453,10 +111137,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1999), 24, + ACTIONS(2030), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110478,77 +111163,125 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [37510] = 25, + [37214] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(1080), 1, + sym_text_interpolation, + STATE(1276), 1, + sym__modifier, + STATE(1322), 1, + aux_sym_class_declaration_repeat1, + STATE(1376), 1, + sym__const_declaration, + ACTIONS(2221), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + ACTIONS(2219), 24, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [37271] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - ACTIONS(2434), 1, - anon_sym_EQ_GT, - STATE(1157), 1, + STATE(1081), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2193), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_binary_expression_token1, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37598] = 5, + ACTIONS(2109), 6, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + [37358] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1158), 1, + STATE(1082), 1, sym_text_interpolation, - ACTIONS(2009), 10, + ACTIONS(1986), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -110559,10 +111292,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2007), 24, + ACTIONS(1984), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -110584,553 +111318,361 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [37646] = 24, + [37407] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2233), 1, + aux_sym_binary_expression_token1, + STATE(1083), 1, + sym_text_interpolation, + ACTIONS(2032), 10, anon_sym_AMP, - ACTIONS(2414), 1, anon_sym_QMARK, - ACTIONS(2416), 1, anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1159), 1, - sym_text_interpolation, - ACTIONS(2392), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2396), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2400), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2330), 5, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2030), 24, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - [37732] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, anon_sym_CARET, - STATE(1160), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [37458] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1084), 1, sym_text_interpolation, - ACTIONS(2392), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2002), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2400), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2328), 5, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2000), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - [37818] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, anon_sym_CARET, - STATE(1161), 1, - sym_text_interpolation, - ACTIONS(2392), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2396), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2404), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2400), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2398), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2326), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - [37904] = 19, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2436), 1, - sym_name, - STATE(1162), 1, - sym_text_interpolation, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1652), 1, - sym_type, - STATE(1852), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [37979] = 19, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [37507] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2436), 1, - sym_name, - STATE(1163), 1, + STATE(1085), 1, sym_text_interpolation, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1640), 1, - sym_type, - STATE(1913), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [38054] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2440), 1, + ACTIONS(1962), 10, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1960), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2474), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2478), 1, anon_sym_PERCENT, - STATE(1164), 1, + [37556] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1086), 1, sym_text_interpolation, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(1703), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2476), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2468), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2312), 4, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1701), 25, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [38139] = 19, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [37605] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2440), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2444), 1, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2450), 1, + ACTIONS(2131), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2460), 1, + ACTIONS(2135), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1165), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1087), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 9, + ACTIONS(2111), 6, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + [37692] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1088), 1, + sym_text_interpolation, + ACTIONS(1958), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1956), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - [38214] = 21, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [37741] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2316), 1, - anon_sym_QMARK, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1166), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1089), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2314), 7, + ACTIONS(2115), 6, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [38293] = 19, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2436), 1, - sym_name, - STATE(1167), 1, - sym_text_interpolation, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1621), 1, - sym_type, - STATE(1818), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [38368] = 9, + [37828] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1168), 1, + STATE(1090), 1, sym_text_interpolation, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2476), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(967), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -111139,12 +111681,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 19, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(965), 25, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -111159,29 +111708,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [38423] = 11, + anon_sym_PERCENT, + [37877] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1169), 1, + STATE(1091), 1, sym_text_interpolation, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2472), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2476), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(1994), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -111190,12 +111725,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 16, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1992), 25, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -111207,215 +111749,302 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [38482] = 13, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [37926] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2470), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1170), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1092), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2472), 2, + ACTIONS(2167), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1705), 5, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1703), 15, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2036), 6, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, + [38013] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - anon_sym_CARET, + STATE(1093), 1, + sym_text_interpolation, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38545] = 16, + ACTIONS(2111), 6, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + [38100] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2450), 1, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2470), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1171), 1, - sym_text_interpolation, - ACTIONS(1705), 2, + ACTIONS(2183), 1, anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2446), 2, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1094), 1, + sym_text_interpolation, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 11, + ACTIONS(2092), 6, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [38614] = 21, + [38187] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1172), 1, + STATE(1095), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2024), 3, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2322), 7, + ACTIONS(2022), 13, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [38693] = 18, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [38256] = 17, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2462), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1173), 1, + STATE(1096), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2024), 2, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 10, + ACTIONS(2022), 12, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -111423,270 +112052,385 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [38766] = 22, + [38329] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2181), 1, + anon_sym_PERCENT, + STATE(1097), 1, + sym_text_interpolation, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2022), 23, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2458), 1, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + [38384] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2024), 1, + anon_sym_QMARK, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1174), 1, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1098), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 6, + ACTIONS(2022), 9, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [38847] = 24, + [38465] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + STATE(1099), 1, + sym_text_interpolation, + ACTIONS(2024), 10, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 24, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [38516] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1175), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1100), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2055), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38932] = 23, + ACTIONS(2022), 9, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [38597] = 23, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1176), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1101), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 5, + ACTIONS(2022), 7, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token3, - [39015] = 21, + [38682] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2024), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1177), 1, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1102), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 7, + ACTIONS(2022), 11, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [39094] = 6, + anon_sym_PIPE_PIPE, + [38759] = 16, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - STATE(1178), 1, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + STATE(1103), 1, sym_text_interpolation, - ACTIONS(1705), 10, - anon_sym_AMP, + ACTIONS(2024), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1703), 22, + ACTIONS(2169), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 13, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -111695,216 +112439,236 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [39143] = 24, + [38830] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1179), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1104), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2234), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39228] = 21, + ACTIONS(2086), 9, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [38911] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1705), 1, - anon_sym_QMARK, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1180), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1105), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1703), 7, + ACTIONS(2084), 9, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [39307] = 24, + [38992] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + STATE(1106), 1, + sym_text_interpolation, + ACTIONS(2024), 10, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2474), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2478), 1, anon_sym_PERCENT, - STATE(1181), 1, + [39041] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2163), 1, + anon_sym_STAR_STAR, + STATE(1107), 1, sym_text_interpolation, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2024), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2476), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2468), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2302), 4, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 24, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [39392] = 10, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [39092] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1182), 1, + STATE(1108), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -111913,10 +112677,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1703), 17, + ACTIONS(2022), 19, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -111931,16 +112697,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, anon_sym_DOT, - [39449] = 6, + [39151] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - STATE(1183), 1, + ACTIONS(2181), 1, + anon_sym_PERCENT, + STATE(1109), 1, sym_text_interpolation, - ACTIONS(1705), 10, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2179), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -111949,14 +112723,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1703), 22, + ACTIONS(2022), 21, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -111973,153 +112745,96 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [39498] = 24, + [39208] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1184), 1, + STATE(1110), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2024), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2310), 4, + ACTIONS(2022), 18, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [39583] = 19, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2436), 1, - sym_name, - STATE(1185), 1, - sym_text_interpolation, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1633), 1, - sym_type, - STATE(1855), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [39658] = 8, + [39269] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2478), 1, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1186), 1, + STATE(1111), 1, sym_text_interpolation, - ACTIONS(2476), 2, + ACTIONS(2161), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2175), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 8, + ACTIONS(2171), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2024), 5, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1703), 21, + ACTIONS(2022), 17, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -112131,117 +112846,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [39711] = 24, + [39334] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1187), 1, + STATE(1112), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2324), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39796] = 17, + ACTIONS(2092), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [39420] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, + sym_comment, + STATE(1113), 1, + sym_text_interpolation, + ACTIONS(2277), 6, + anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_POUND_LBRACK, + anon_sym_DOLLAR, + ACTIONS(2275), 28, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [39468] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, sym_comment, - ACTIONS(2440), 1, + STATE(1114), 1, + sym_text_interpolation, + ACTIONS(2281), 6, anon_sym_AMP, - ACTIONS(2450), 1, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_POUND_LBRACK, + anon_sym_DOLLAR, + ACTIONS(2279), 28, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [39516] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1188), 1, + STATE(1115), 1, sym_text_interpolation, - ACTIONS(1705), 2, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2024), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 10, + ACTIONS(2022), 17, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, @@ -112251,48 +113038,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [39867] = 15, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [39576] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1189), 1, + STATE(1116), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2472), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1705), 3, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2468), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1703), 11, + ACTIONS(2022), 20, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, @@ -112303,193 +113083,263 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [39934] = 21, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + [39632] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1190), 1, + STATE(1117), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2304), 7, + ACTIONS(2111), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [40013] = 24, + [39718] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, + sym_comment, + STATE(1118), 1, + sym_text_interpolation, + ACTIONS(2285), 6, + anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_POUND_LBRACK, + anon_sym_DOLLAR, + ACTIONS(2283), 28, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [39766] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1191), 1, + STATE(1119), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2308), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40098] = 21, + ACTIONS(2113), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [39852] = 23, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1192), 1, + STATE(1120), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2306), 7, + ACTIONS(2022), 6, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [40177] = 6, + [39936] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2480), 1, - anon_sym_COLON, - STATE(1193), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1121), 1, sym_text_interpolation, - ACTIONS(2017), 10, + ACTIONS(2241), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2267), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2271), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -112498,16 +113348,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2015), 22, + ACTIONS(2022), 18, anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -112519,261 +113366,189 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [40226] = 24, + [39994] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2082), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1194), 1, + STATE(1122), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2326), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40311] = 24, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1195), 1, - sym_text_interpolation, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2464), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2472), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2476), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2468), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2328), 4, + ACTIONS(2080), 8, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - ACTIONS(2466), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [40396] = 21, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [40074] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2320), 1, - anon_sym_QMARK, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2444), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2458), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1196), 1, + STATE(1123), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2318), 7, + ACTIONS(2107), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [40475] = 24, + [40160] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1197), 1, + STATE(1124), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2330), 4, + ACTIONS(2024), 5, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2022), 16, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - ACTIONS(2466), 4, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40560] = 6, + [40224] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2480), 1, - anon_sym_COLON, - STATE(1198), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + STATE(1125), 1, sym_text_interpolation, - ACTIONS(2179), 10, + ACTIONS(2024), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -112784,14 +113559,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2177), 22, + ACTIONS(2022), 23, anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -112807,475 +113583,324 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [40609] = 25, + [40274] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2482), 1, - anon_sym_EQ_GT, - STATE(1199), 1, + STATE(1126), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2193), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40696] = 25, + ACTIONS(2084), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [40354] = 16, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2484), 1, - anon_sym_EQ_GT, - STATE(1200), 1, + STATE(1127), 1, sym_text_interpolation, - ACTIONS(2193), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2446), 2, + ACTIONS(2024), 2, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40782] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2022), 12, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, anon_sym_CARET, - ACTIONS(2488), 1, - anon_sym_COMMA, - STATE(1201), 1, - sym_text_interpolation, - ACTIONS(2392), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2396), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2404), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2408), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2486), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2398), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [40868] = 24, + [40424] = 18, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2024), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2257), 1, + anon_sym_CARET, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, - aux_sym_binary_expression_token2, - ACTIONS(2422), 1, - aux_sym_binary_expression_token3, - ACTIONS(2424), 1, - aux_sym_binary_expression_token4, - ACTIONS(2426), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, - anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1202), 1, + STATE(1128), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2490), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40952] = 25, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, - anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2022), 11, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + [40498] = 19, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2024), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_AMP_AMP, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2488), 1, - anon_sym_COMMA, - STATE(1203), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1129), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2492), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41038] = 20, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(246), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(1204), 1, - sym_text_interpolation, - STATE(1318), 1, - sym_readonly_modifier, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(2150), 1, - sym_variable_name, - STATE(2225), 1, - sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [41114] = 26, + ACTIONS(2022), 10, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + [40574] = 22, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2494), 1, - anon_sym_COMMA, - ACTIONS(2496), 1, - anon_sym_EQ_GT, - STATE(1205), 1, + STATE(1130), 1, sym_text_interpolation, - STATE(2104), 1, - aux_sym_match_condition_list_repeat1, - ACTIONS(2338), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41202] = 20, + ACTIONS(2022), 7, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [40656] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(246), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1686), 1, + STATE(1131), 1, + sym_text_interpolation, + ACTIONS(2289), 6, + anon_sym_AMP, + anon_sym_BSLASH, anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, + anon_sym_DOT_DOT_DOT, + anon_sym_POUND_LBRACK, anon_sym_DOLLAR, - STATE(1206), 1, - sym_text_interpolation, - STATE(1310), 1, - sym_readonly_modifier, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(2041), 1, - sym_variable_name, - STATE(2363), 1, - sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, + ACTIONS(2287), 28, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, anon_sym_string, anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_QMARK, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -113286,7325 +113911,7686 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [41278] = 24, + sym_name, + [40704] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2257), 1, anon_sym_CARET, - STATE(1207), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1132), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2498), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41362] = 25, + ACTIONS(1964), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [40790] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2500), 1, - anon_sym_EQ_GT, - STATE(1208), 1, + STATE(1133), 1, sym_text_interpolation, - ACTIONS(2193), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2338), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41448] = 25, + ACTIONS(2103), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [40876] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2502), 1, - anon_sym_EQ_GT, - STATE(1209), 1, + STATE(1134), 1, sym_text_interpolation, - ACTIONS(2193), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2338), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41534] = 24, + ACTIONS(2094), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [40962] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2257), 1, anon_sym_CARET, - STATE(1210), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1135), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2400), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2504), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41618] = 24, + ACTIONS(2115), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [41048] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2121), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1211), 1, + STATE(1136), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2506), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41701] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2516), 1, - anon_sym_RBRACE, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1212), 1, - sym_text_interpolation, - STATE(1258), 1, - aux_sym_declaration_list_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [41790] = 25, + ACTIONS(2119), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [41128] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2486), 1, - anon_sym_SEMI, - ACTIONS(2528), 1, - anon_sym_COMMA, - STATE(1213), 1, + STATE(1137), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41875] = 24, + ACTIONS(2109), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [41214] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, - anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, - anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1214), 1, + STATE(1138), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2530), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2024), 3, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [41958] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2532), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1212), 1, - aux_sym_declaration_list_repeat1, - STATE(1215), 1, - sym_text_interpolation, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [42047] = 24, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2022), 12, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [41282] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1216), 1, + STATE(1139), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2534), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42130] = 24, + ACTIONS(2036), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [41368] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + STATE(1140), 1, + sym_text_interpolation, + ACTIONS(2024), 10, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 23, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [41418] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2024), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2243), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2253), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2255), 1, + anon_sym_AMP_AMP, + ACTIONS(2257), 1, + anon_sym_CARET, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1217), 1, + STATE(1141), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2536), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42213] = 24, + ACTIONS(2022), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [41498] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1218), 1, + ACTIONS(2291), 1, + anon_sym_EQ_GT, + STATE(1142), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2538), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(1968), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42296] = 24, + [41586] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1219), 1, + STATE(1143), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2540), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42379] = 24, + ACTIONS(2086), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [41666] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1144), 1, + sym_text_interpolation, + ACTIONS(2271), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2024), 8, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2022), 22, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, - anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + [41720] = 17, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2257), 1, + anon_sym_CARET, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1220), 1, + STATE(1145), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2024), 2, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2542), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42462] = 25, + ACTIONS(2022), 11, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [41792] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2544), 1, - anon_sym_EQ_GT, - ACTIONS(2546), 1, - anon_sym_RPAREN, - STATE(1221), 1, + STATE(1146), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42547] = 25, + ACTIONS(2117), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [41872] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2544), 1, - anon_sym_EQ_GT, - ACTIONS(2548), 1, - anon_sym_RPAREN, - STATE(1222), 1, + STATE(1147), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42632] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2550), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1223), 1, - sym_text_interpolation, - STATE(1258), 1, - aux_sym_declaration_list_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [42721] = 25, + ACTIONS(2022), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [41952] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2492), 1, - anon_sym_SEMI, - ACTIONS(2528), 1, - anon_sym_COMMA, - STATE(1224), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1148), 1, sym_text_interpolation, - ACTIONS(2338), 2, + STATE(2263), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2293), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42806] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2552), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1225), 1, - sym_text_interpolation, - STATE(1229), 1, - aux_sym_declaration_list_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [42895] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2554), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1226), 1, - sym_text_interpolation, - STATE(1258), 1, - aux_sym_declaration_list_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [42984] = 24, + [42041] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1227), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1149), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2361), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2556), 2, + ACTIONS(2297), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43067] = 24, + [42130] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2299), 1, + sym_name, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2303), 1, + anon_sym_LPAREN, + ACTIONS(2305), 1, + anon_sym_QMARK, + STATE(652), 1, + sym__reserved_identifier, + STATE(1150), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1458), 1, + sym__types, + STATE(1533), 1, + sym_type, + STATE(1724), 1, + sym_const_element, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [42205] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2307), 1, + anon_sym_COLON, + STATE(1151), 1, + sym_text_interpolation, + ACTIONS(1982), 10, anon_sym_AMP, - ACTIONS(2442), 1, anon_sym_QMARK, - ACTIONS(2444), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1980), 22, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, anon_sym_CARET, - ACTIONS(2470), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2474), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2478), 1, anon_sym_PERCENT, - STATE(1228), 1, + [42254] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2307), 1, + anon_sym_COLON, + STATE(1152), 1, sym_text_interpolation, - ACTIONS(2446), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(1974), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2476), 2, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2558), 2, + ACTIONS(1972), 22, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2468), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2466), 4, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [43150] = 27, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [42303] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2560), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1229), 1, + ACTIONS(2299), 1, + sym_name, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2303), 1, + anon_sym_LPAREN, + ACTIONS(2305), 1, + anon_sym_QMARK, + STATE(652), 1, + sym__reserved_identifier, + STATE(1153), 1, sym_text_interpolation, - STATE(1258), 1, - aux_sym_declaration_list_repeat1, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [43239] = 24, + STATE(1431), 1, + sym_qualified_name, + STATE(1458), 1, + sym__types, + STATE(1503), 1, + sym_type, + STATE(1666), 1, + sym_const_element, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [42378] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1230), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1154), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2332), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2562), 2, + ACTIONS(2309), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43322] = 24, + [42467] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2257), 1, anon_sym_CARET, - STATE(1231), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1155), 1, sym_text_interpolation, - ACTIONS(2392), 2, + STATE(2209), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2564), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2311), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43405] = 27, + [42556] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2566), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1226), 1, - aux_sym_declaration_list_repeat1, - STATE(1232), 1, + ACTIONS(2299), 1, + sym_name, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2303), 1, + anon_sym_LPAREN, + ACTIONS(2305), 1, + anon_sym_QMARK, + STATE(652), 1, + sym__reserved_identifier, + STATE(1156), 1, sym_text_interpolation, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [43494] = 24, + STATE(1431), 1, + sym_qualified_name, + STATE(1458), 1, + sym__types, + STATE(1496), 1, + sym_type, + STATE(1759), 1, + sym_const_element, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [42631] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1233), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1157), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2226), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 2, + ACTIONS(2313), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43577] = 24, + [42720] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1234), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1158), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2366), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2570), 2, + ACTIONS(2315), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43660] = 24, + [42809] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2299), 1, + sym_name, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2303), 1, + anon_sym_LPAREN, + ACTIONS(2305), 1, + anon_sym_QMARK, + STATE(652), 1, + sym__reserved_identifier, + STATE(1159), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1458), 1, + sym__types, + STATE(1517), 1, + sym_type, + STATE(1751), 1, + sym_const_element, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [42884] = 26, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2257), 1, anon_sym_CARET, - STATE(1235), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1160), 1, sym_text_interpolation, - ACTIONS(2392), 2, + STATE(2268), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2572), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2317), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43743] = 27, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2574), 1, - anon_sym_RBRACE, - STATE(637), 1, - aux_sym_class_declaration_repeat1, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(993), 1, - sym_final_modifier, - STATE(1041), 1, - sym_attribute_group, - STATE(1223), 1, - aux_sym_declaration_list_repeat1, - STATE(1236), 1, - sym_text_interpolation, - STATE(1333), 1, - sym__modifier, - STATE(1368), 1, - sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, - sym__member_declaration, - STATE(1821), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1409), 3, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 4, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [43832] = 24, + [42973] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - STATE(1237), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + STATE(1161), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2364), 1, + sym_property_hook_list, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2576), 2, + ACTIONS(2319), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [43915] = 25, + [43062] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - ACTIONS(2486), 1, - anon_sym_RPAREN, - ACTIONS(2578), 1, - anon_sym_COMMA, - STATE(1238), 1, + STATE(1162), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44000] = 24, + ACTIONS(2321), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + [43147] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1239), 1, + STATE(1163), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2580), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2323), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44083] = 24, + [43231] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1240), 1, + STATE(489), 1, + sym__semicolon, + STATE(1164), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2582), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44166] = 24, + [43317] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1241), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2325), 1, + anon_sym_EQ_GT, + STATE(1165), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(1968), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44249] = 24, + [43403] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - STATE(1242), 1, + ACTIONS(2327), 1, + anon_sym_EQ_GT, + STATE(1166), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(1968), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2586), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2354), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44332] = 24, + [43489] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1243), 1, + STATE(1167), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2152), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2588), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44415] = 25, + [43575] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - ACTIONS(2544), 1, - anon_sym_EQ_GT, - ACTIONS(2590), 1, - anon_sym_RPAREN, - STATE(1244), 1, + STATE(1168), 1, sym_text_interpolation, - ACTIONS(2242), 2, + STATE(2150), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44500] = 24, + [43661] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, - anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2370), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2372), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - STATE(1245), 1, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(1169), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2592), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2354), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2329), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44583] = 24, + [43745] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, - anon_sym_CARET, - ACTIONS(2470), 1, - anon_sym_GT_EQ, - ACTIONS(2474), 1, - anon_sym_DOT, - ACTIONS(2478), 1, - anon_sym_PERCENT, - STATE(1246), 1, + STATE(1170), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(1765), 1, + sym__semicolon, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2594), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44666] = 25, + [43831] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2238), 1, - anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2244), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, + anon_sym_GT_EQ, + ACTIONS(2177), 1, + anon_sym_DOT, + ACTIONS(2181), 1, + anon_sym_PERCENT, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, - anon_sym_CARET, - ACTIONS(2266), 1, - anon_sym_GT_EQ, - ACTIONS(2270), 1, - anon_sym_DOT, - ACTIONS(2274), 1, - anon_sym_PERCENT, - ACTIONS(2544), 1, - anon_sym_EQ_GT, - ACTIONS(2596), 1, - anon_sym_RPAREN, - STATE(1247), 1, + ACTIONS(2335), 1, + anon_sym_COMMA, + STATE(1171), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2333), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44751] = 24, + [43917] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1248), 1, + STATE(1172), 1, sym_text_interpolation, - ACTIONS(2392), 2, + STATE(2158), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2598), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44834] = 24, + [44003] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1249), 1, + STATE(496), 1, + sym__semicolon, + STATE(1173), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2600), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [44917] = 24, + [44089] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2340), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, - anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2370), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2372), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - STATE(1250), 1, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + STATE(493), 1, + sym__semicolon, + STATE(1174), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2602), 2, - anon_sym_COMMA, - anon_sym_EQ_GT, - ACTIONS(2354), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45000] = 24, + [44175] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1251), 1, + STATE(1175), 1, sym_text_interpolation, - ACTIONS(2392), 2, + STATE(2057), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2604), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45083] = 24, + [44261] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2157), 1, anon_sym_AMP, - ACTIONS(2442), 1, - anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2159), 1, anon_sym_PIPE, - ACTIONS(2448), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, - anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2165), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - STATE(1252), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2187), 1, + aux_sym_binary_expression_token2, + ACTIONS(2189), 1, + aux_sym_binary_expression_token3, + ACTIONS(2191), 1, + aux_sym_binary_expression_token4, + ACTIONS(2193), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2195), 1, + anon_sym_AMP_AMP, + ACTIONS(2335), 1, + anon_sym_COMMA, + STATE(1176), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2606), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2337), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45166] = 24, + [44347] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1253), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2339), 1, + anon_sym_EQ_GT, + STATE(1177), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(1968), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2608), 2, - anon_sym_SEMI, - anon_sym_COLON, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45249] = 24, + [44433] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_AMP, + ACTIONS(2159), 1, + anon_sym_PIPE, + ACTIONS(2163), 1, anon_sym_STAR_STAR, - ACTIONS(2402), 1, + ACTIONS(2165), 1, + anon_sym_CARET, + ACTIONS(2173), 1, anon_sym_GT_EQ, - ACTIONS(2406), 1, + ACTIONS(2177), 1, anon_sym_DOT, - ACTIONS(2410), 1, + ACTIONS(2181), 1, anon_sym_PERCENT, - ACTIONS(2412), 1, - anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2416), 1, - anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2185), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2187), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2193), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2195), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, - anon_sym_CARET, - STATE(1254), 1, + STATE(513), 1, + sym__semicolon, + STATE(1178), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2161), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2167), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2175), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2179), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2610), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2171), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2169), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45332] = 24, + [44519] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, - aux_sym_binary_expression_token2, - ACTIONS(2454), 1, - aux_sym_binary_expression_token3, - ACTIONS(2456), 1, - aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - STATE(1255), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2341), 1, + anon_sym_COMMA, + ACTIONS(2343), 1, + anon_sym_EQ_GT, + STATE(1179), 1, sym_text_interpolation, - ACTIONS(2446), 2, + STATE(2072), 1, + aux_sym_match_condition_list_repeat1, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2612), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2468), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45415] = 24, + [44607] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2257), 1, anon_sym_CARET, - STATE(1256), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1180), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2614), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2345), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45498] = 24, + [44690] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2394), 1, - anon_sym_STAR_STAR, - ACTIONS(2402), 1, - anon_sym_GT_EQ, - ACTIONS(2406), 1, - anon_sym_DOT, - ACTIONS(2410), 1, - anon_sym_PERCENT, - ACTIONS(2412), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2414), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2416), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2418), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2420), 1, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2422), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2424), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2426), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2428), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2430), 1, + ACTIONS(2257), 1, anon_sym_CARET, - STATE(1257), 1, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + ACTIONS(2337), 1, + anon_sym_RPAREN, + ACTIONS(2347), 1, + anon_sym_COMMA, + STATE(1181), 1, sym_text_interpolation, - ACTIONS(2392), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2396), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2404), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2408), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2616), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2400), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2398), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45581] = 26, + [44775] = 27, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - ACTIONS(2618), 1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2621), 1, + ACTIONS(2351), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2624), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2627), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2630), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2357), 1, anon_sym_RBRACE, - ACTIONS(2632), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2635), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2638), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2641), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2647), 1, - anon_sym_POUND_LBRACK, - STATE(637), 1, + STATE(646), 1, aux_sym_class_declaration_repeat1, - STATE(989), 1, + STATE(990), 1, aux_sym_attribute_list_repeat1, - STATE(993), 1, + STATE(1080), 1, sym_final_modifier, - STATE(1041), 1, + STATE(1113), 1, sym_attribute_group, - STATE(1333), 1, + STATE(1182), 1, + sym_text_interpolation, + STATE(1203), 1, + aux_sym_declaration_list_repeat1, + STATE(1276), 1, sym__modifier, - STATE(1368), 1, + STATE(1308), 1, sym_attribute_list, - STATE(1405), 1, - sym__const_declaration, - STATE(1419), 1, - sym__class_const_declaration, - STATE(1420), 1, + STATE(1362), 1, sym__member_declaration, - STATE(1821), 1, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, sym__function_definition_header, - STATE(1258), 2, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1369), 3, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 4, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [44864] = 19, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1631), 1, + anon_sym_LPAREN, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(1183), 1, + sym_text_interpolation, + STATE(1262), 1, + sym_readonly_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(1720), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2282), 1, + sym_type, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [44937] = 27, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2351), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2369), 1, + anon_sym_RBRACE, + STATE(646), 1, + aux_sym_class_declaration_repeat1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1080), 1, + sym_final_modifier, + STATE(1113), 1, + sym_attribute_group, + STATE(1184), 1, sym_text_interpolation, + STATE(1199), 1, aux_sym_declaration_list_repeat1, - ACTIONS(2644), 3, + STATE(1276), 1, + sym__modifier, + STATE(1308), 1, + sym_attribute_list, + STATE(1362), 1, + sym__member_declaration, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, + sym__function_definition_header, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1409), 3, + STATE(1369), 3, sym_property_declaration, sym_method_declaration, sym_use_declaration, - STATE(1332), 4, + STATE(1272), 4, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [45668] = 25, + [45026] = 19, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(246), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1631), 1, + anon_sym_LPAREN, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(1185), 1, + sym_text_interpolation, + STATE(1263), 1, + sym_readonly_modifier, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(1647), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2180), 1, + sym_type, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [45099] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2440), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2442), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2444), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2450), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2452), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2454), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2456), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2458), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2460), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2462), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2470), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2474), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2478), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2492), 1, - anon_sym_RPAREN, - ACTIONS(2578), 1, - anon_sym_COMMA, - STATE(1259), 1, + STATE(1186), 1, sym_text_interpolation, - ACTIONS(2446), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2464), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2472), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2476), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 3, + ACTIONS(2371), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2466), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45753] = 24, + [45182] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2223), 1, aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token4, - ACTIONS(2650), 1, - anon_sym_RBRACK, - STATE(1260), 1, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2337), 1, + anon_sym_SEMI, + ACTIONS(2373), 1, + anon_sym_COMMA, + STATE(1187), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45835] = 24, + [45267] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2652), 1, - anon_sym_RBRACE, - STATE(1261), 1, + ACTIONS(2333), 1, + anon_sym_RPAREN, + ACTIONS(2347), 1, + anon_sym_COMMA, + STATE(1188), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45917] = 24, + [45352] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2654), 1, - anon_sym_RBRACE, - STATE(1262), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1189), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2375), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [45999] = 24, + [45435] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2656), 1, - anon_sym_RBRACE, - STATE(1263), 1, + STATE(1190), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2377), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46081] = 24, + [45518] = 26, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, + sym_comment, + ACTIONS(2379), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2382), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2385), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2388), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2391), 1, + anon_sym_RBRACE, + ACTIONS(2393), 1, + aux_sym_final_modifier_token1, + ACTIONS(2396), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2399), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2402), 1, + sym_var_modifier, + ACTIONS(2408), 1, + anon_sym_POUND_LBRACK, + STATE(646), 1, + aux_sym_class_declaration_repeat1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1080), 1, + sym_final_modifier, + STATE(1113), 1, + sym_attribute_group, + STATE(1276), 1, + sym__modifier, + STATE(1308), 1, + sym_attribute_list, + STATE(1362), 1, + sym__member_declaration, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, + sym__function_definition_header, + STATE(1191), 2, + sym_text_interpolation, + aux_sym_declaration_list_repeat1, + ACTIONS(2405), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1369), 3, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 4, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [45605] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2658), 1, - anon_sym_RBRACE, - STATE(1264), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1192), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2411), 2, + anon_sym_COMMA, + anon_sym_EQ_GT, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46163] = 24, + [45688] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2660), 1, - anon_sym_RBRACE, - STATE(1265), 1, + ACTIONS(2413), 1, + anon_sym_EQ_GT, + ACTIONS(2415), 1, + anon_sym_RPAREN, + STATE(1193), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46245] = 24, + [45773] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2662), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1266), 1, + STATE(1194), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2417), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46327] = 24, + [45856] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2664), 1, - anon_sym_RPAREN, - STATE(1267), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + STATE(1195), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2419), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46409] = 24, + [45939] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2237), 1, + anon_sym_QMARK, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2247), 1, + aux_sym_binary_expression_token2, + ACTIONS(2249), 1, + aux_sym_binary_expression_token3, + ACTIONS(2251), 1, + aux_sym_binary_expression_token4, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, + STATE(1196), 1, + sym_text_interpolation, + ACTIONS(2241), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2259), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2267), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2271), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2261), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [46022] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2239), 1, + anon_sym_PIPE, + ACTIONS(2243), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2245), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2370), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2372), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2666), 1, - anon_sym_RBRACK, - STATE(1268), 1, + ACTIONS(2253), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2255), 1, + anon_sym_AMP_AMP, + ACTIONS(2257), 1, + anon_sym_CARET, + ACTIONS(2265), 1, + anon_sym_GT_EQ, + ACTIONS(2269), 1, + anon_sym_DOT, + ACTIONS(2273), 1, + anon_sym_PERCENT, + STATE(1197), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2423), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46491] = 24, + [46105] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2666), 1, - anon_sym_RBRACE, - STATE(1269), 1, + STATE(1198), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2425), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46573] = 24, + [46188] = 27, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, + sym_comment, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2351), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2427), 1, + anon_sym_RBRACE, + STATE(646), 1, + aux_sym_class_declaration_repeat1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1080), 1, + sym_final_modifier, + STATE(1113), 1, + sym_attribute_group, + STATE(1191), 1, + aux_sym_declaration_list_repeat1, + STATE(1199), 1, + sym_text_interpolation, + STATE(1276), 1, + sym__modifier, + STATE(1308), 1, + sym_attribute_list, + STATE(1362), 1, + sym__member_declaration, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, + sym__function_definition_header, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1369), 3, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 4, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [46277] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2668), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1270), 1, + STATE(1200), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2429), 2, + anon_sym_SEMI, + anon_sym_COLON, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46655] = 24, + [46360] = 27, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2351), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2431), 1, + anon_sym_RBRACE, + STATE(646), 1, + aux_sym_class_declaration_repeat1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1080), 1, + sym_final_modifier, + STATE(1113), 1, + sym_attribute_group, + STATE(1191), 1, + aux_sym_declaration_list_repeat1, + STATE(1201), 1, + sym_text_interpolation, + STATE(1276), 1, + sym__modifier, + STATE(1308), 1, + sym_attribute_list, + STATE(1362), 1, + sym__member_declaration, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, + sym__function_definition_header, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1369), 3, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 4, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [46449] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2670), 1, - anon_sym_RBRACE, - STATE(1271), 1, + STATE(1202), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2433), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46737] = 24, + [46532] = 27, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, + sym_comment, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2351), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2435), 1, + anon_sym_RBRACE, + STATE(646), 1, + aux_sym_class_declaration_repeat1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1080), 1, + sym_final_modifier, + STATE(1113), 1, + sym_attribute_group, + STATE(1191), 1, + aux_sym_declaration_list_repeat1, + STATE(1203), 1, + sym_text_interpolation, + STATE(1276), 1, + sym__modifier, + STATE(1308), 1, + sym_attribute_list, + STATE(1362), 1, + sym__member_declaration, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, + sym__function_definition_header, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1369), 3, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 4, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [46621] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2672), 1, - anon_sym_RBRACE, - STATE(1272), 1, + STATE(1204), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2437), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46819] = 24, + [46704] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2674), 1, - anon_sym_RBRACE, - STATE(1273), 1, + STATE(1205), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2439), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46901] = 24, + [46787] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2676), 1, - anon_sym_RPAREN, - STATE(1274), 1, + STATE(1206), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2441), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [46983] = 24, + [46870] = 25, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2678), 1, - anon_sym_RBRACE, - STATE(1275), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2333), 1, + anon_sym_SEMI, + ACTIONS(2373), 1, + anon_sym_COMMA, + STATE(1207), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47065] = 24, + [46955] = 27, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, + sym_comment, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2351), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2443), 1, + anon_sym_RBRACE, + STATE(646), 1, + aux_sym_class_declaration_repeat1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1080), 1, + sym_final_modifier, + STATE(1113), 1, + sym_attribute_group, + STATE(1201), 1, + aux_sym_declaration_list_repeat1, + STATE(1208), 1, + sym_text_interpolation, + STATE(1276), 1, + sym__modifier, + STATE(1308), 1, + sym_attribute_list, + STATE(1362), 1, + sym__member_declaration, + STATE(1372), 1, + sym__class_const_declaration, + STATE(1378), 1, + sym__const_declaration, + STATE(1705), 1, + sym__function_definition_header, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1369), 3, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 4, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [47044] = 24, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2237), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2239), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2243), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2245), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2247), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2249), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2251), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2253), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2255), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2257), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2265), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2269), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2273), 1, anon_sym_PERCENT, - ACTIONS(2680), 1, - anon_sym_RBRACE, - STATE(1276), 1, + STATE(1209), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2241), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2259), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2267), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2271), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2445), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2263), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2261), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47147] = 24, + [47127] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2682), 1, - anon_sym_RBRACE, - STATE(1277), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2447), 1, + anon_sym_RBRACK, + STATE(1210), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47229] = 24, + [47209] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2684), 1, - anon_sym_RBRACE, - STATE(1278), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2449), 1, + anon_sym_RBRACK, + STATE(1211), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47311] = 24, + [47291] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2686), 1, - anon_sym_EQ_GT, - STATE(1279), 1, + ACTIONS(2451), 1, + anon_sym_RBRACE, + STATE(1212), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47393] = 24, + [47373] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2688), 1, + ACTIONS(2453), 1, anon_sym_RBRACE, - STATE(1280), 1, + STATE(1213), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47475] = 24, + [47455] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2690), 1, + ACTIONS(2455), 1, anon_sym_RBRACE, - STATE(1281), 1, + STATE(1214), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47557] = 24, + [47537] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2692), 1, - anon_sym_RBRACE, - STATE(1282), 1, + ACTIONS(2415), 1, + anon_sym_RPAREN, + STATE(1215), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47639] = 24, + [47619] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2694), 1, + ACTIONS(2457), 1, anon_sym_EQ_GT, - STATE(1283), 1, + STATE(1216), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47721] = 24, + [47701] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2696), 1, + ACTIONS(2459), 1, anon_sym_RPAREN, - STATE(1284), 1, + STATE(1217), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47803] = 24, + [47783] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2698), 1, - anon_sym_RBRACE, - STATE(1285), 1, + ACTIONS(2461), 1, + aux_sym_namespace_use_clause_token3, + STATE(1218), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47885] = 24, + [47865] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2700), 1, - anon_sym_EQ_GT, - STATE(1286), 1, + ACTIONS(2463), 1, + anon_sym_RPAREN, + STATE(1219), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [47967] = 24, + [47947] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2702), 1, + ACTIONS(2465), 1, anon_sym_RBRACE, - STATE(1287), 1, + STATE(1220), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48049] = 24, + [48029] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2704), 1, - anon_sym_RBRACE, - STATE(1288), 1, + ACTIONS(2467), 1, + anon_sym_COLON, + STATE(1221), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48131] = 24, + [48111] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2706), 1, + ACTIONS(2469), 1, anon_sym_COLON, - STATE(1289), 1, + STATE(1222), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48213] = 24, + [48193] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2708), 1, - anon_sym_RBRACE, - STATE(1290), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2471), 1, + anon_sym_RBRACK, + STATE(1223), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48295] = 24, + [48275] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2710), 1, - anon_sym_RBRACE, - STATE(1291), 1, + ACTIONS(2473), 1, + aux_sym_namespace_use_clause_token3, + STATE(1224), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48377] = 24, + [48357] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2712), 1, - anon_sym_RBRACE, - STATE(1292), 1, + ACTIONS(2475), 1, + anon_sym_EQ_GT, + STATE(1225), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48459] = 24, + [48439] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2714), 1, - anon_sym_RBRACE, - STATE(1293), 1, + ACTIONS(2477), 1, + anon_sym_EQ_GT, + STATE(1226), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48541] = 24, + [48521] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2716), 1, + ACTIONS(2479), 1, anon_sym_RBRACE, - STATE(1294), 1, + STATE(1227), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48623] = 24, + [48603] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2718), 1, + ACTIONS(2481), 1, anon_sym_RBRACE, - STATE(1295), 1, + STATE(1228), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48705] = 24, + [48685] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2720), 1, + ACTIONS(2483), 1, anon_sym_RBRACE, - STATE(1296), 1, + STATE(1229), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48787] = 24, + [48767] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2722), 1, - anon_sym_RBRACE, - STATE(1297), 1, + ACTIONS(2485), 1, + aux_sym_namespace_use_clause_token3, + STATE(1230), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48869] = 24, + [48849] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2724), 1, - anon_sym_RBRACE, - STATE(1298), 1, + ACTIONS(2487), 1, + anon_sym_RPAREN, + STATE(1231), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [48951] = 24, + [48931] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2726), 1, + ACTIONS(2489), 1, anon_sym_RBRACE, - STATE(1299), 1, + STATE(1232), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49033] = 24, + [49013] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2728), 1, + ACTIONS(2491), 1, anon_sym_RBRACE, - STATE(1300), 1, + STATE(1233), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49115] = 24, + [49095] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2730), 1, - anon_sym_RBRACE, - STATE(1301), 1, + ACTIONS(2493), 1, + anon_sym_RPAREN, + STATE(1234), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49197] = 24, + [49177] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2732), 1, + ACTIONS(2495), 1, anon_sym_COLON, - STATE(1302), 1, + STATE(1235), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49279] = 24, + [49259] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2650), 1, - anon_sym_RBRACE, - STATE(1303), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2497), 1, + anon_sym_RBRACK, + STATE(1236), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49361] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1304), 1, - sym_text_interpolation, - ACTIONS(2736), 3, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOLLAR, - ACTIONS(2734), 27, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [49405] = 24, + [49341] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2738), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1305), 1, + ACTIONS(2499), 1, + anon_sym_RBRACE, + STATE(1237), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49487] = 24, + [49423] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2050), 1, + aux_sym_binary_expression_token2, + ACTIONS(2052), 1, + aux_sym_binary_expression_token3, + ACTIONS(2054), 1, + aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2740), 1, - anon_sym_RBRACK, - STATE(1306), 1, + ACTIONS(2501), 1, + anon_sym_RBRACE, + STATE(1238), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49569] = 24, + [49505] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2742), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1307), 1, + ACTIONS(2503), 1, + anon_sym_RBRACE, + STATE(1239), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49651] = 24, + [49587] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2744), 1, - anon_sym_RPAREN, - STATE(1308), 1, + ACTIONS(2505), 1, + anon_sym_RBRACE, + STATE(1240), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49733] = 24, + [49669] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2050), 1, + aux_sym_binary_expression_token2, + ACTIONS(2052), 1, + aux_sym_binary_expression_token3, + ACTIONS(2054), 1, + aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2746), 1, - anon_sym_RBRACK, - STATE(1309), 1, + ACTIONS(2507), 1, + anon_sym_RBRACE, + STATE(1241), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49815] = 18, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(1310), 1, - sym_text_interpolation, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(2164), 1, - sym_variable_name, - STATE(2212), 1, - sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [49885] = 24, + [49751] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2748), 1, - anon_sym_RBRACE, - STATE(1311), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2509), 1, + anon_sym_RBRACK, + STATE(1242), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [49967] = 24, + [49833] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2740), 1, - anon_sym_RBRACE, - STATE(1312), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2511), 1, + anon_sym_RBRACK, + STATE(1243), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50049] = 24, + [49915] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2750), 1, - anon_sym_RPAREN, - STATE(1313), 1, + ACTIONS(2513), 1, + anon_sym_RBRACE, + STATE(1244), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50131] = 24, + [49997] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2746), 1, + ACTIONS(2515), 1, anon_sym_RBRACE, - STATE(1314), 1, + STATE(1245), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50213] = 24, + [50079] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2752), 1, - anon_sym_COLON, - STATE(1315), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2517), 1, + anon_sym_RBRACK, + STATE(1246), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50295] = 24, + [50161] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2754), 1, - anon_sym_RBRACE, - STATE(1316), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2519), 1, + anon_sym_RBRACK, + STATE(1247), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50377] = 24, + [50243] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2756), 1, - anon_sym_COLON, - STATE(1317), 1, + ACTIONS(2521), 1, + aux_sym_namespace_use_clause_token3, + STATE(1248), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50459] = 18, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1676), 1, - sym_name, - ACTIONS(1686), 1, - anon_sym_LPAREN, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(1318), 1, - sym_text_interpolation, - STATE(1437), 1, - sym__types, - STATE(1448), 1, - sym_qualified_name, - STATE(1942), 1, - sym_variable_name, - STATE(2460), 1, - sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1442), 3, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1526), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [50529] = 24, + [50325] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2758), 1, + ACTIONS(2523), 1, anon_sym_RBRACE, - STATE(1319), 1, + STATE(1249), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50611] = 24, + [50407] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2760), 1, - anon_sym_RBRACE, - STATE(1320), 1, + ACTIONS(2525), 1, + anon_sym_COLON, + STATE(1250), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50693] = 24, + [50489] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2762), 1, - anon_sym_RBRACE, - STATE(1321), 1, + ACTIONS(2527), 1, + anon_sym_RPAREN, + STATE(1251), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50775] = 24, + [50571] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2764), 1, - anon_sym_RPAREN, - STATE(1322), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2529), 1, + anon_sym_RBRACK, + STATE(1252), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50857] = 24, + [50653] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2040), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2050), 1, + aux_sym_binary_expression_token2, + ACTIONS(2052), 1, + aux_sym_binary_expression_token3, + ACTIONS(2054), 1, + aux_sym_binary_expression_token4, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, - aux_sym_binary_expression_token4, - ACTIONS(2718), 1, - anon_sym_RBRACK, - STATE(1323), 1, + ACTIONS(2531), 1, + anon_sym_RPAREN, + STATE(1253), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [50939] = 24, + [50735] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2766), 1, + ACTIONS(2533), 1, anon_sym_RBRACE, - STATE(1324), 1, + STATE(1254), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51021] = 24, + [50817] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2768), 1, - anon_sym_RBRACE, - STATE(1325), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2535), 1, + anon_sym_RBRACK, + STATE(1255), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51103] = 24, + [50899] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2125), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, - aux_sym_binary_expression_token2, - ACTIONS(2250), 1, - aux_sym_binary_expression_token3, - ACTIONS(2252), 1, - aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2770), 1, - anon_sym_RBRACE, - STATE(1326), 1, + ACTIONS(2223), 1, + aux_sym_binary_expression_token2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token4, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2537), 1, + anon_sym_RBRACK, + STATE(1256), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51185] = 24, + [50981] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2334), 1, + ACTIONS(2123), 1, anon_sym_AMP, - ACTIONS(2336), 1, + ACTIONS(2125), 1, + anon_sym_QMARK, + ACTIONS(2127), 1, anon_sym_PIPE, - ACTIONS(2340), 1, + ACTIONS(2131), 1, anon_sym_QMARK_QMARK, - ACTIONS(2342), 1, + ACTIONS(2133), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2135), 1, anon_sym_PIPE_PIPE, - ACTIONS(2346), 1, + ACTIONS(2137), 1, anon_sym_AMP_AMP, - ACTIONS(2348), 1, + ACTIONS(2139), 1, anon_sym_CARET, - ACTIONS(2356), 1, + ACTIONS(2147), 1, anon_sym_GT_EQ, - ACTIONS(2360), 1, + ACTIONS(2151), 1, anon_sym_DOT, - ACTIONS(2364), 1, + ACTIONS(2155), 1, anon_sym_PERCENT, - ACTIONS(2366), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2223), 1, aux_sym_binary_expression_token2, - ACTIONS(2370), 1, - aux_sym_binary_expression_token3, - ACTIONS(2372), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token4, - ACTIONS(2770), 1, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2539), 1, anon_sym_RBRACK, - STATE(1327), 1, + STATE(1257), 1, sym_text_interpolation, - ACTIONS(2338), 2, + ACTIONS(2129), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2350), 2, + ACTIONS(2141), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2358), 2, + ACTIONS(2149), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2362), 2, + ACTIONS(2153), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2354), 3, + ACTIONS(2145), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2352), 4, + ACTIONS(2143), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51267] = 24, + [51063] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2772), 1, + ACTIONS(2541), 1, anon_sym_RBRACE, - STATE(1328), 1, + STATE(1258), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51349] = 24, + [51145] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2774), 1, - anon_sym_RBRACE, - STATE(1329), 1, + ACTIONS(2543), 1, + anon_sym_RPAREN, + STATE(1259), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51431] = 24, + [51227] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2236), 1, + ACTIONS(2038), 1, anon_sym_AMP, - ACTIONS(2238), 1, + ACTIONS(2040), 1, anon_sym_QMARK, - ACTIONS(2240), 1, + ACTIONS(2042), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2046), 1, anon_sym_QMARK_QMARK, - ACTIONS(2246), 1, + ACTIONS(2048), 1, anon_sym_STAR_STAR, - ACTIONS(2248), 1, + ACTIONS(2050), 1, aux_sym_binary_expression_token2, - ACTIONS(2250), 1, + ACTIONS(2052), 1, aux_sym_binary_expression_token3, - ACTIONS(2252), 1, + ACTIONS(2054), 1, aux_sym_binary_expression_token4, - ACTIONS(2254), 1, + ACTIONS(2056), 1, anon_sym_PIPE_PIPE, - ACTIONS(2256), 1, + ACTIONS(2058), 1, anon_sym_AMP_AMP, - ACTIONS(2258), 1, + ACTIONS(2060), 1, anon_sym_CARET, - ACTIONS(2266), 1, + ACTIONS(2068), 1, anon_sym_GT_EQ, - ACTIONS(2270), 1, + ACTIONS(2072), 1, anon_sym_DOT, - ACTIONS(2274), 1, + ACTIONS(2076), 1, anon_sym_PERCENT, - ACTIONS(2776), 1, + ACTIONS(2545), 1, anon_sym_RBRACE, - STATE(1330), 1, + STATE(1260), 1, sym_text_interpolation, - ACTIONS(2242), 2, + ACTIONS(2044), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2260), 2, + ACTIONS(2062), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2268), 2, + ACTIONS(2070), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2272), 2, + ACTIONS(2074), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2264), 3, + ACTIONS(2066), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2262), 4, + ACTIONS(2064), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [51513] = 5, + [51309] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1331), 1, - sym_text_interpolation, - ACTIONS(2780), 3, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOLLAR, - ACTIONS(2778), 26, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_class_declaration_token1, + ACTIONS(2351), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, sym_var_modifier, + ACTIONS(2547), 1, + anon_sym_RBRACE, + ACTIONS(2549), 1, + aux_sym_enum_case_token1, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1261), 1, + sym_text_interpolation, + STATE(1264), 1, + aux_sym_enum_declaration_list_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1311), 1, + sym_attribute_list, + STATE(1314), 1, + aux_sym_class_declaration_repeat1, + STATE(1375), 1, + sym__enum_member_declaration, + STATE(1705), 1, + sym__function_definition_header, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - anon_sym_QMARK, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [51556] = 5, + STATE(1374), 3, + sym_enum_case, + sym_method_declaration, + sym_use_declaration, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [51390] = 17, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1332), 1, - sym_text_interpolation, - ACTIONS(2300), 3, + ACTIONS(543), 1, anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1631), 1, anon_sym_LPAREN, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, anon_sym_DOLLAR, - ACTIONS(2298), 26, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + STATE(1262), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(1645), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2229), 1, + sym_type, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_QMARK, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -120615,34 +121601,46 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - sym_name, - [51599] = 5, + [51457] = 17, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1333), 1, - sym_text_interpolation, - ACTIONS(2784), 3, + ACTIONS(543), 1, anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1631), 1, anon_sym_LPAREN, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(1667), 1, anon_sym_DOLLAR, - ACTIONS(2782), 26, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + STATE(1263), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(1689), 1, + sym_variable_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2296), 1, + sym_type, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_QMARK, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -120653,80 +121651,78 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - sym_name, - [51642] = 24, + [51524] = 23, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - ACTIONS(318), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, + ACTIONS(2551), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, + ACTIONS(2554), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2557), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2560), 1, + anon_sym_RBRACE, + ACTIONS(2562), 1, + aux_sym_enum_case_token1, + ACTIONS(2565), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2568), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2571), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2574), 1, sym_var_modifier, - ACTIONS(2786), 1, - anon_sym_RBRACE, - ACTIONS(2788), 1, - aux_sym_enum_case_token1, - STATE(989), 1, + ACTIONS(2580), 1, + anon_sym_POUND_LBRACK, + STATE(990), 1, aux_sym_attribute_list_repeat1, - STATE(1041), 1, + STATE(1113), 1, sym_attribute_group, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1334), 1, - sym_text_interpolation, - STATE(1336), 1, - aux_sym_enum_declaration_list_repeat1, - STATE(1369), 1, + STATE(1311), 1, sym_attribute_list, - STATE(1374), 1, + STATE(1314), 1, aux_sym_class_declaration_repeat1, - STATE(1423), 1, + STATE(1375), 1, sym__enum_member_declaration, - STATE(1821), 1, + STATE(1705), 1, sym__function_definition_header, - ACTIONS(2526), 3, + STATE(1264), 2, + sym_text_interpolation, + aux_sym_enum_declaration_list_repeat1, + ACTIONS(2577), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1421), 3, + STATE(1374), 3, sym_enum_case, sym_method_declaration, sym_use_declaration, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [51723] = 5, + [51603] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1335), 1, + STATE(1265), 1, sym_text_interpolation, - ACTIONS(2792), 3, + ACTIONS(2585), 4, + anon_sym_AMP, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2790), 26, + ACTIONS(2583), 25, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -120749,78 +121745,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [51766] = 23, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - ACTIONS(2794), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2797), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2800), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2803), 1, - anon_sym_RBRACE, - ACTIONS(2805), 1, - aux_sym_enum_case_token1, - ACTIONS(2808), 1, - aux_sym_final_modifier_token1, - ACTIONS(2811), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2814), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2817), 1, - sym_var_modifier, - ACTIONS(2823), 1, - anon_sym_POUND_LBRACK, - STATE(989), 1, - aux_sym_attribute_list_repeat1, - STATE(1041), 1, - sym_attribute_group, - STATE(1333), 1, - sym__modifier, - STATE(1369), 1, - sym_attribute_list, - STATE(1374), 1, - aux_sym_class_declaration_repeat1, - STATE(1423), 1, - sym__enum_member_declaration, - STATE(1821), 1, - sym__function_definition_header, - STATE(1336), 2, - sym_text_interpolation, - aux_sym_enum_declaration_list_repeat1, - ACTIONS(2820), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1421), 3, - sym_enum_case, - sym_method_declaration, - sym_use_declaration, - STATE(1332), 5, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_static_modifier, - sym_visibility_modifier, - [51845] = 5, + [51646] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1337), 1, + STATE(1266), 1, sym_text_interpolation, - ACTIONS(2828), 3, + ACTIONS(1619), 3, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2826), 26, + ACTIONS(2587), 26, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -120831,6 +121770,7 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, anon_sym_QMARK, anon_sym_array, aux_sym_primitive_type_token1, @@ -120843,215 +121783,409 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [51888] = 24, + [51689] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, ACTIONS(318), 1, anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, + ACTIONS(2351), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2788), 1, + ACTIONS(2549), 1, aux_sym_enum_case_token1, - ACTIONS(2830), 1, + ACTIONS(2589), 1, anon_sym_RBRACE, - STATE(989), 1, + STATE(990), 1, aux_sym_attribute_list_repeat1, - STATE(1041), 1, + STATE(1113), 1, sym_attribute_group, - STATE(1333), 1, - sym__modifier, - STATE(1334), 1, - aux_sym_enum_declaration_list_repeat1, - STATE(1338), 1, + STATE(1267), 1, sym_text_interpolation, - STATE(1369), 1, + STATE(1268), 1, + aux_sym_enum_declaration_list_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1311), 1, sym_attribute_list, - STATE(1374), 1, + STATE(1314), 1, aux_sym_class_declaration_repeat1, - STATE(1423), 1, + STATE(1375), 1, sym__enum_member_declaration, - STATE(1821), 1, + STATE(1705), 1, sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1421), 3, + STATE(1374), 3, sym_enum_case, sym_method_declaration, sym_use_declaration, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [51969] = 24, + [51770] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, ACTIONS(318), 1, anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, + ACTIONS(2351), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2788), 1, + ACTIONS(2549), 1, aux_sym_enum_case_token1, - ACTIONS(2832), 1, + ACTIONS(2591), 1, anon_sym_RBRACE, - STATE(989), 1, + STATE(990), 1, aux_sym_attribute_list_repeat1, - STATE(1041), 1, + STATE(1113), 1, sym_attribute_group, - STATE(1333), 1, - sym__modifier, - STATE(1336), 1, + STATE(1264), 1, aux_sym_enum_declaration_list_repeat1, - STATE(1339), 1, + STATE(1268), 1, sym_text_interpolation, - STATE(1369), 1, + STATE(1276), 1, + sym__modifier, + STATE(1311), 1, sym_attribute_list, - STATE(1374), 1, + STATE(1314), 1, aux_sym_class_declaration_repeat1, - STATE(1423), 1, + STATE(1375), 1, sym__enum_member_declaration, - STATE(1821), 1, + STATE(1705), 1, sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1421), 3, + STATE(1374), 3, sym_enum_case, sym_method_declaration, sym_use_declaration, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [52050] = 24, + [51851] = 24, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, ACTIONS(318), 1, anon_sym_POUND_LBRACK, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2510), 1, + ACTIONS(2351), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2788), 1, + ACTIONS(2549), 1, aux_sym_enum_case_token1, - ACTIONS(2834), 1, + ACTIONS(2593), 1, anon_sym_RBRACE, - STATE(989), 1, + STATE(990), 1, aux_sym_attribute_list_repeat1, - STATE(1041), 1, + STATE(1113), 1, sym_attribute_group, - STATE(1333), 1, - sym__modifier, - STATE(1339), 1, + STATE(1261), 1, aux_sym_enum_declaration_list_repeat1, - STATE(1340), 1, + STATE(1269), 1, sym_text_interpolation, - STATE(1369), 1, + STATE(1276), 1, + sym__modifier, + STATE(1311), 1, sym_attribute_list, - STATE(1374), 1, + STATE(1314), 1, aux_sym_class_declaration_repeat1, - STATE(1423), 1, + STATE(1375), 1, sym__enum_member_declaration, - STATE(1821), 1, + STATE(1705), 1, sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1421), 3, + STATE(1374), 3, sym_enum_case, sym_method_declaration, sym_use_declaration, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [52131] = 17, + [51932] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1270), 1, + sym_text_interpolation, + ACTIONS(2597), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + ACTIONS(2595), 25, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [51974] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1271), 1, + sym_text_interpolation, + ACTIONS(2601), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + ACTIONS(2599), 25, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [52016] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1272), 1, + sym_text_interpolation, + ACTIONS(2221), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + ACTIONS(2219), 25, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [52058] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1273), 1, + sym_text_interpolation, + ACTIONS(2605), 3, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOLLAR, + ACTIONS(2603), 25, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_QMARK, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [52100] = 16, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1631), 1, + anon_sym_LPAREN, + ACTIONS(1633), 1, + anon_sym_QMARK, + ACTIONS(2607), 1, + sym_bottom_type, + STATE(1274), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1469), 1, + sym__types, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2205), 1, + sym_type, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(1456), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [52164] = 16, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(226), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2609), 1, sym_name, - ACTIONS(1686), 1, + ACTIONS(2613), 1, anon_sym_LPAREN, - ACTIONS(1688), 1, + ACTIONS(2615), 1, anon_sym_QMARK, - ACTIONS(2836), 1, + ACTIONS(2617), 1, sym_bottom_type, - STATE(1341), 1, + STATE(1275), 1, sym_text_interpolation, - STATE(1437), 1, + STATE(1482), 1, sym__types, - STATE(1448), 1, + STATE(1779), 1, sym_qualified_name, - STATE(2334), 1, + STATE(2007), 1, sym_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1780), 3, sym_named_type, sym_optional_type, sym_primitive_type, - STATE(1526), 3, + STATE(1990), 3, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - ACTIONS(1684), 12, + ACTIONS(2611), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121064,22 +122198,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52198] = 5, + [52228] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1342), 1, + STATE(1276), 1, sym_text_interpolation, - ACTIONS(2840), 3, + ACTIONS(2621), 3, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_DOLLAR, - ACTIONS(2838), 26, + ACTIONS(2619), 25, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -121102,44 +122235,122 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [52241] = 17, + [52270] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2301), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(2305), 1, + anon_sym_QMARK, + ACTIONS(2623), 1, + sym_name, + ACTIONS(2625), 1, + anon_sym_LPAREN, + STATE(1277), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1438), 1, + sym__types, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [52323] = 21, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + ACTIONS(1890), 1, sym_name, - ACTIONS(2846), 1, + ACTIONS(1894), 1, + anon_sym_BSLASH, + ACTIONS(1898), 1, anon_sym_LPAREN, - ACTIONS(2848), 1, + STATE(882), 1, + sym__variable_scoped_property_access_expression, + STATE(883), 1, + sym__variable_nullsafe_member_access_expression, + STATE(887), 1, + sym__variable_member_access_expression, + STATE(890), 1, + sym__new_variable, + STATE(977), 1, + sym__reserved_identifier, + STATE(978), 1, + sym__name, + STATE(1010), 1, + sym_parenthesized_expression, + STATE(1106), 1, + sym__class_name_reference, + STATE(1278), 1, + sym_text_interpolation, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2432), 1, + sym_namespace_name, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(878), 2, + sym__variable_subscript_expression, + sym__simple_variable, + STATE(975), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1900), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [52392] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1633), 1, anon_sym_QMARK, - ACTIONS(2850), 1, - sym_bottom_type, - STATE(1343), 1, + STATE(1279), 1, sym_text_interpolation, - STATE(1536), 1, - sym__types, - STATE(1760), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1969), 1, - sym_type, - STATE(2615), 1, + STATE(1982), 1, + sym__types, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1759), 3, + STATE(2488), 1, + sym_intersection_type, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - STATE(2178), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - ACTIONS(2844), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121152,36 +122363,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52308] = 14, + [52445] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(226), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2609), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(2615), 1, anon_sym_QMARK, - ACTIONS(2852), 1, + ACTIONS(2627), 1, anon_sym_LPAREN, - STATE(1344), 1, + STATE(1280), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1779), 1, sym_qualified_name, - STATE(1468), 1, + STATE(1799), 1, sym__types, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1780), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(2611), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121194,36 +122403,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52364] = 14, + [52498] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1345), 1, + ACTIONS(2625), 1, + anon_sym_LPAREN, + STATE(1281), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1929), 1, + STATE(1442), 1, sym__types, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(2625), 1, - sym_intersection_type, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121236,36 +122443,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52420] = 14, + [52551] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(226), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2609), 1, sym_name, - ACTIONS(1721), 1, + ACTIONS(2615), 1, anon_sym_QMARK, - ACTIONS(2852), 1, + ACTIONS(2627), 1, anon_sym_LPAREN, - STATE(1346), 1, + STATE(1282), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1779), 1, sym_qualified_name, - STATE(1468), 1, + STATE(1811), 1, sym__types, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1780), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(2611), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121278,36 +122483,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52476] = 14, + [52604] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1665), 1, anon_sym_QMARK, - ACTIONS(2852), 1, + ACTIONS(2625), 1, anon_sym_LPAREN, - STATE(1347), 1, + STATE(1283), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1470), 1, + STATE(1438), 1, sym__types, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121320,36 +122523,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52532] = 14, + [52657] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2301), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(2305), 1, + anon_sym_QMARK, + ACTIONS(2623), 1, + sym_name, + ACTIONS(2625), 1, + anon_sym_LPAREN, + STATE(1284), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1442), 1, + sym__types, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [52710] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1348), 1, + ACTIONS(2625), 1, + anon_sym_LPAREN, + STATE(1285), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1929), 1, + STATE(1438), 1, sym__types, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(2643), 1, - sym_intersection_type, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121362,36 +122603,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52588] = 14, + [52763] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(2848), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - ACTIONS(2854), 1, - anon_sym_LPAREN, - STATE(1349), 1, + STATE(1286), 1, sym_text_interpolation, - STATE(1760), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1912), 1, + STATE(1982), 1, sym__types, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2439), 1, + sym_intersection_type, + STATE(2472), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1759), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2844), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121404,36 +122643,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52644] = 14, + [52816] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1350), 1, + STATE(1287), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1929), 1, + STATE(1982), 1, sym__types, - STATE(2499), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2395), 1, sym_intersection_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2472), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121446,36 +122683,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52700] = 14, + [52869] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1721), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - ACTIONS(2852), 1, - anon_sym_LPAREN, - STATE(1351), 1, + STATE(1288), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1470), 1, + STATE(1982), 1, sym__types, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2457), 1, + sym_intersection_type, + STATE(2472), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121488,36 +122723,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52756] = 14, + [52922] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1352), 1, + STATE(1289), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1929), 1, + STATE(1982), 1, sym__types, - STATE(2501), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2390), 1, sym_intersection_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2472), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121530,36 +122763,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52812] = 14, + [52975] = 21, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1912), 1, + sym_name, + ACTIONS(1914), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1916), 1, + anon_sym_LPAREN, + STATE(713), 1, + sym__new_variable, + STATE(760), 1, + sym__variable_scoped_property_access_expression, + STATE(770), 1, + sym__variable_nullsafe_member_access_expression, + STATE(771), 1, + sym__variable_member_access_expression, + STATE(838), 1, + sym__name, + STATE(840), 1, + sym__reserved_identifier, + STATE(889), 1, + sym_parenthesized_expression, + STATE(970), 1, + sym__class_name_reference, + STATE(1290), 1, + sym_text_interpolation, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2519), 1, + sym_namespace_name, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(758), 2, + sym__variable_subscript_expression, + sym__simple_variable, + STATE(839), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [53044] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(2848), 1, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1665), 1, anon_sym_QMARK, - ACTIONS(2854), 1, + ACTIONS(2625), 1, anon_sym_LPAREN, - STATE(1353), 1, + STATE(1291), 1, sym_text_interpolation, - STATE(1760), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1875), 1, + STATE(1442), 1, sym__types, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1759), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2844), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121572,36 +122851,34 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52868] = 14, + [53097] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1354), 1, + STATE(1292), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1929), 1, + STATE(1982), 1, sym__types, - STATE(2474), 1, - sym_intersection_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(1442), 3, + STATE(2484), 1, + sym_intersection_type, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121614,34 +122891,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52924] = 13, + [53150] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1621), 1, + sym_name, + ACTIONS(1657), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1665), 1, + anon_sym_QMARK, + STATE(1293), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1441), 1, + sym__types, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [53200] = 12, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2305), 1, + anon_sym_QMARK, + ACTIONS(2623), 1, sym_name, - ACTIONS(1688), 1, + STATE(1294), 1, + sym_text_interpolation, + STATE(1431), 1, + sym_qualified_name, + STATE(1446), 1, + sym__types, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(1426), 3, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [53250] = 12, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2305), 1, anon_sym_QMARK, - STATE(1355), 1, + ACTIONS(2623), 1, + sym_name, + STATE(1295), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1473), 1, + STATE(1441), 1, sym__types, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121654,34 +123005,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [52977] = 13, + [53300] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(1721), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1356), 1, + STATE(1296), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1473), 1, + STATE(1446), 1, sym__types, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121694,34 +123043,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53030] = 13, + [53350] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(226), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2609), 1, sym_name, - ACTIONS(1688), 1, + ACTIONS(2615), 1, anon_sym_QMARK, - STATE(1357), 1, + STATE(1297), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1779), 1, sym_qualified_name, - STATE(1471), 1, + STATE(1795), 1, sym__types, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1780), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(2611), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121734,34 +123081,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53083] = 13, + [53400] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(2848), 1, + ACTIONS(1657), 1, + anon_sym_BSLASH, + ACTIONS(1665), 1, anon_sym_QMARK, - STATE(1358), 1, + STATE(1298), 1, sym_text_interpolation, - STATE(1760), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1904), 1, + STATE(1446), 1, sym__types, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1759), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2844), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121774,34 +123119,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53136] = 13, + [53450] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(226), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2609), 1, sym_name, - ACTIONS(1721), 1, + ACTIONS(2615), 1, anon_sym_QMARK, - STATE(1359), 1, + STATE(1299), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1779), 1, sym_qualified_name, - STATE(1471), 1, + STATE(1812), 1, sym__types, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, sym_namespace_name, - STATE(1442), 3, + STATE(1780), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(2611), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121814,34 +123157,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53189] = 13, + [53500] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(1621), 1, sym_name, - ACTIONS(2848), 1, + ACTIONS(1633), 1, anon_sym_QMARK, - STATE(1360), 1, + STATE(1300), 1, sym_text_interpolation, - STATE(1760), 1, + STATE(1431), 1, sym_qualified_name, - STATE(1883), 1, + STATE(1441), 1, sym__types, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1759), 3, + STATE(1426), 3, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2844), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121854,31 +123195,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53242] = 9, + [53550] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(1635), 1, anon_sym_DOLLAR, - ACTIONS(1857), 1, + ACTIONS(2629), 1, anon_sym_COLON_COLON, - STATE(1361), 1, + STATE(1301), 1, sym_text_interpolation, - STATE(1789), 1, + STATE(1711), 1, sym_static_variable_declaration, - STATE(1791), 1, + STATE(1803), 1, sym_variable_name, - ACTIONS(1592), 5, - anon_sym_LBRACE, + ACTIONS(1510), 4, anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(2736), 12, + ACTIONS(1619), 12, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, aux_sym_class_declaration_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -121888,31 +123228,114 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, aux_sym__arrow_function_header_token1, - [53285] = 9, + [53592] = 18, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2631), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2633), 1, + aux_sym_enum_declaration_token1, + ACTIONS(2635), 1, + aux_sym_class_declaration_token1, + ACTIONS(2637), 1, + aux_sym__arrow_function_header_token1, + STATE(1276), 1, + sym__modifier, + STATE(1302), 1, + sym_text_interpolation, + STATE(1317), 1, + aux_sym_class_declaration_repeat1, + STATE(1423), 1, + sym_static_modifier, + STATE(2371), 1, + sym__function_definition_header, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1272), 4, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_visibility_modifier, + [53652] = 18, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2359), 1, + aux_sym_final_modifier_token1, + ACTIONS(2361), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, + sym_var_modifier, + ACTIONS(2631), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2637), 1, + aux_sym__arrow_function_header_token1, + ACTIONS(2639), 1, + aux_sym_enum_declaration_token1, + ACTIONS(2641), 1, + aux_sym_class_declaration_token1, + STATE(1276), 1, + sym__modifier, + STATE(1303), 1, + sym_text_interpolation, + STATE(1320), 1, + aux_sym_class_declaration_repeat1, + STATE(1423), 1, + sym_static_modifier, + STATE(2350), 1, + sym__function_definition_header, + ACTIONS(2367), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1272), 4, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_visibility_modifier, + [53712] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(1635), 1, anon_sym_DOLLAR, - ACTIONS(1857), 1, + ACTIONS(2629), 1, anon_sym_COLON_COLON, - STATE(1362), 1, + STATE(1304), 1, sym_text_interpolation, - STATE(1791), 1, - sym_variable_name, - STATE(1848), 1, + STATE(1740), 1, sym_static_variable_declaration, - ACTIONS(1592), 5, - anon_sym_LBRACE, + STATE(1803), 1, + sym_variable_name, + ACTIONS(1510), 4, anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(2736), 12, + ACTIONS(1619), 12, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, aux_sym_class_declaration_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -121922,29 +123345,27 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, aux_sym__arrow_function_header_token1, - [53328] = 11, + [53754] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1621), 1, sym_name, - STATE(1363), 1, + ACTIONS(1657), 1, + anon_sym_BSLASH, + STATE(1305), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(2586), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2513), 1, sym_namespace_name, - STATE(1450), 2, + STATE(1429), 2, sym_named_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121957,29 +123378,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53374] = 11, + [53797] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(1306), 1, + sym_text_interpolation, + ACTIONS(1026), 9, + aux_sym_function_static_declaration_token1, + aux_sym_cast_type_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + aux_sym_else_clause_token1, + aux_sym__new_non_dereferencable_expression_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(1024), 10, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_LBRACK, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + aux_sym_string_token1, + anon_sym_SQUOTE, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR, + [53830] = 10, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(2301), 1, + anon_sym_BSLASH, + ACTIONS(2623), 1, sym_name, - STATE(1364), 1, + STATE(1307), 1, sym_text_interpolation, - STATE(1448), 1, + STATE(1431), 1, sym_qualified_name, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(1450), 2, + STATE(1429), 2, sym_named_type, sym_primitive_type, - ACTIONS(1684), 12, + ACTIONS(1629), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -121992,71 +123439,67 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53420] = 18, + [53873] = 17, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2355), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2856), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2858), 1, - aux_sym_enum_declaration_token1, - ACTIONS(2860), 1, - aux_sym_class_declaration_token1, - ACTIONS(2862), 1, - aux_sym__arrow_function_header_token1, - STATE(1333), 1, + STATE(648), 1, + aux_sym_class_declaration_repeat1, + STATE(1039), 1, + sym_final_modifier, + STATE(1276), 1, sym__modifier, - STATE(1365), 1, + STATE(1308), 1, sym_text_interpolation, - STATE(1377), 1, - aux_sym_class_declaration_repeat1, - STATE(1440), 1, - sym_static_modifier, - STATE(2387), 1, + STATE(1360), 1, + sym__const_declaration, + STATE(1742), 1, sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 4, - sym_final_modifier, + STATE(1272), 4, sym_abstract_modifier, sym_readonly_modifier, + sym_static_modifier, sym_visibility_modifier, - [53480] = 11, + [53930] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(226), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2842), 1, + ACTIONS(2609), 1, sym_name, - STATE(1366), 1, + STATE(1309), 1, sym_text_interpolation, - STATE(1760), 1, + STATE(1779), 1, sym_qualified_name, - STATE(2615), 1, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1737), 2, + STATE(1699), 2, sym_named_type, sym_primitive_type, - ACTIONS(2844), 12, + ACTIONS(2611), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -122069,256 +123512,242 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [53526] = 18, + [53973] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, - aux_sym_final_modifier_token1, - ACTIONS(2520), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, - sym_var_modifier, - ACTIONS(2856), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2862), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(2864), 1, - aux_sym_enum_declaration_token1, - ACTIONS(2866), 1, - aux_sym_class_declaration_token1, - STATE(1333), 1, - sym__modifier, - STATE(1367), 1, + ACTIONS(1621), 1, + sym_name, + STATE(1310), 1, sym_text_interpolation, - STATE(1376), 1, - aux_sym_class_declaration_repeat1, - STATE(1440), 1, - sym_static_modifier, - STATE(2389), 1, - sym__function_definition_header, - ACTIONS(2526), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1332), 4, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym_visibility_modifier, - [53586] = 17, + STATE(1431), 1, + sym_qualified_name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(1429), 2, + sym_named_type, + sym_primitive_type, + ACTIONS(1629), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [54016] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2514), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - STATE(638), 1, - aux_sym_class_declaration_repeat1, - STATE(1009), 1, - sym_final_modifier, - STATE(1333), 1, + ACTIONS(2643), 1, + aux_sym_enum_case_token1, + STATE(1276), 1, sym__modifier, - STATE(1368), 1, + STATE(1311), 1, sym_text_interpolation, - STATE(1412), 1, - sym__const_declaration, - STATE(1795), 1, + STATE(1315), 1, + aux_sym_class_declaration_repeat1, + STATE(1742), 1, sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 4, + STATE(1272), 5, + sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [53643] = 15, + [54068] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2868), 1, - aux_sym_enum_case_token1, - STATE(1333), 1, + ACTIONS(2645), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2647), 1, + aux_sym_class_declaration_token1, + STATE(1032), 1, + aux_sym_class_declaration_repeat1, + STATE(1276), 1, sym__modifier, - STATE(1369), 1, + STATE(1312), 1, sym_text_interpolation, - STATE(1370), 1, - aux_sym_class_declaration_repeat1, - STATE(1795), 1, - sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [53695] = 14, + [54117] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - STATE(992), 1, + ACTIONS(2649), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2651), 1, + aux_sym_class_declaration_token1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1370), 1, + STATE(1313), 1, sym_text_interpolation, - STATE(1894), 1, - sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [53744] = 14, + [54166] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2870), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2872), 1, - aux_sym_class_declaration_token1, - STATE(992), 1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1371), 1, + STATE(1314), 1, sym_text_interpolation, - ACTIONS(2526), 3, + STATE(1747), 1, + sym__function_definition_header, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [53793] = 14, + [54215] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, + ACTIONS(2353), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2874), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2876), 1, - aux_sym_class_declaration_token1, - STATE(992), 1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1372), 1, + STATE(1315), 1, sym_text_interpolation, - ACTIONS(2526), 3, + STATE(1654), 1, + sym__function_definition_header, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [53842] = 13, + [54264] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(587), 1, + ACTIONS(551), 1, sym_integer, - ACTIONS(617), 1, + ACTIONS(581), 1, anon_sym_LT_LT_LT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2878), 1, + ACTIONS(2653), 1, sym_float, - ACTIONS(2880), 1, + ACTIONS(2655), 1, aux_sym__argument_name_token1, - ACTIONS(2882), 1, + ACTIONS(2657), 1, aux_sym__argument_name_token2, - STATE(1373), 1, + STATE(1316), 1, sym_text_interpolation, - STATE(2617), 1, + STATE(2379), 1, sym_literal, - ACTIONS(613), 2, + ACTIONS(577), 2, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(615), 2, + ACTIONS(579), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(948), 3, + STATE(946), 3, sym_boolean, sym_null, sym__string, @@ -122327,56 +123756,54 @@ static const uint16_t ts_small_parse_table[] = { sym_string, sym_heredoc, sym_nowdoc, - [53889] = 14, + [54311] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2512), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2518), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - STATE(992), 1, + ACTIONS(2659), 1, + aux_sym_class_declaration_token1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1374), 1, + STATE(1317), 1, sym_text_interpolation, - STATE(1800), 1, - sym__function_definition_header, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [53938] = 5, + [54357] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1375), 1, + STATE(1318), 1, sym_text_interpolation, - ACTIONS(2884), 6, + ACTIONS(2661), 6, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, aux_sym_cast_type_token1, + aux_sym__new_non_dereferencable_expression_token1, anon_sym_self, anon_sym_parent, sym_name, - ACTIONS(1787), 10, + ACTIONS(1543), 10, anon_sym_BSLASH, anon_sym_RBRACE, anon_sym_LPAREN, @@ -122387,778 +123814,553 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_SQUOTE, anon_sym_LT_LT_LT, anon_sym_DOLLAR, - [53968] = 13, + [54387] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2886), 1, + ACTIONS(2663), 1, aux_sym_class_declaration_token1, - STATE(992), 1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1376), 1, + STATE(1319), 1, sym_text_interpolation, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [54014] = 13, + [54433] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2888), 1, + ACTIONS(2665), 1, aux_sym_class_declaration_token1, - STATE(992), 1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1377), 1, + STATE(1320), 1, sym_text_interpolation, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [54060] = 13, + [54479] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2518), 1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, - ACTIONS(2520), 1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2522), 1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2524), 1, + ACTIONS(2365), 1, sym_var_modifier, - ACTIONS(2874), 1, - aux_sym_namespace_use_declaration_token3, - STATE(992), 1, + ACTIONS(2667), 1, + aux_sym_class_declaration_token1, + STATE(1032), 1, aux_sym_class_declaration_repeat1, - STATE(1333), 1, + STATE(1276), 1, sym__modifier, - STATE(1378), 1, + STATE(1321), 1, sym_text_interpolation, - ACTIONS(2526), 3, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1332), 5, + STATE(1272), 5, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym_static_modifier, sym_visibility_modifier, - [54106] = 15, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(2890), 1, - anon_sym_LBRACE, - ACTIONS(2894), 1, - anon_sym_BSLASHu, - ACTIONS(2896), 1, - sym__new_line, - ACTIONS(2899), 1, - anon_sym_DOLLAR, - ACTIONS(2901), 1, - sym_heredoc_end, - STATE(1379), 1, - sym_text_interpolation, - STATE(1380), 1, - aux_sym_heredoc_body_repeat1, - STATE(1388), 1, - aux_sym__interpolated_string_body_heredoc, - STATE(1454), 1, - sym_variable_name, - STATE(1572), 1, - sym__simple_string_member_access_expression, - ACTIONS(2892), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - STATE(1549), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, - sym__complex_string_part, - sym__simple_string_part, - [54155] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(2903), 1, - anon_sym_LBRACE, - ACTIONS(2909), 1, - anon_sym_BSLASHu, - ACTIONS(2912), 1, - sym__new_line, - ACTIONS(2915), 1, - anon_sym_DOLLAR, - ACTIONS(2918), 1, - sym_heredoc_end, - STATE(1388), 1, - aux_sym__interpolated_string_body_heredoc, - STATE(1454), 1, - sym_variable_name, - STATE(1572), 1, - sym__simple_string_member_access_expression, - ACTIONS(2906), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - STATE(1380), 2, - sym_text_interpolation, - aux_sym_heredoc_body_repeat1, - STATE(1549), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, - sym__complex_string_part, - sym__simple_string_part, - [54202] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1381), 1, - sym_text_interpolation, - ACTIONS(2920), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54228] = 14, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(2890), 1, - anon_sym_LBRACE, - ACTIONS(2894), 1, - anon_sym_BSLASHu, - ACTIONS(2899), 1, - anon_sym_DOLLAR, - ACTIONS(2922), 1, - sym__new_line, - STATE(1379), 1, - aux_sym_heredoc_body_repeat1, - STATE(1382), 1, - sym_text_interpolation, - STATE(1388), 1, - aux_sym__interpolated_string_body_heredoc, - STATE(1454), 1, - sym_variable_name, - STATE(1572), 1, - sym__simple_string_member_access_expression, - ACTIONS(2892), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - STATE(1549), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, - sym__complex_string_part, - sym__simple_string_part, - [54274] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1383), 1, - sym_text_interpolation, - ACTIONS(2924), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54300] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1384), 1, - sym_text_interpolation, - ACTIONS(2926), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54326] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1385), 1, - sym_text_interpolation, - ACTIONS(2928), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54352] = 4, + [54525] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1386), 1, - sym_text_interpolation, - ACTIONS(2930), 14, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54378] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1387), 1, + ACTIONS(2649), 1, + aux_sym_namespace_use_clause_token2, + STATE(1032), 1, + aux_sym_class_declaration_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1322), 1, sym_text_interpolation, - ACTIONS(2932), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54404] = 13, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [54571] = 16, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(2890), 1, + ACTIONS(2669), 1, anon_sym_LBRACE, - ACTIONS(2894), 1, + ACTIONS(2673), 1, anon_sym_BSLASHu, - ACTIONS(2899), 1, + ACTIONS(2675), 1, + sym__new_line, + ACTIONS(2678), 1, anon_sym_DOLLAR, - STATE(1388), 1, + ACTIONS(2680), 1, + sym_heredoc_end, + STATE(1323), 1, sym_text_interpolation, - STATE(1398), 1, + STATE(1328), 1, + aux_sym_heredoc_body_repeat1, + STATE(1329), 1, aux_sym__interpolated_string_body_heredoc, - STATE(1454), 1, + STATE(1444), 1, sym_variable_name, - STATE(1572), 1, + STATE(1511), 1, sym__simple_string_member_access_expression, - ACTIONS(2892), 2, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2671), 2, sym_encapsed_string_chars_heredoc, sym_escape_sequence, - ACTIONS(2934), 2, - sym_heredoc_end, - sym__new_line, - STATE(1549), 2, + STATE(1509), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, + sym__simple_variable, + STATE(1516), 2, sym__complex_string_part, sym__simple_string_part, - [54448] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1389), 1, - sym_text_interpolation, - ACTIONS(2936), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54474] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1390), 1, - sym_text_interpolation, - ACTIONS(2938), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54500] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1391), 1, - sym_text_interpolation, - ACTIONS(2938), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54526] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1392), 1, - sym_text_interpolation, - ACTIONS(2940), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54552] = 4, + [54623] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1393), 1, - sym_text_interpolation, - ACTIONS(2942), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, sym_var_modifier, + ACTIONS(2682), 1, + aux_sym_class_declaration_token1, + STATE(1032), 1, + aux_sym_class_declaration_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1324), 1, + sym_text_interpolation, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54578] = 4, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [54669] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1394), 1, - sym_text_interpolation, - ACTIONS(2944), 14, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, sym_var_modifier, + ACTIONS(2684), 1, + aux_sym_class_declaration_token1, + STATE(1032), 1, + aux_sym_class_declaration_repeat1, + STATE(1276), 1, + sym__modifier, + STATE(1325), 1, + sym_text_interpolation, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54604] = 4, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [54715] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1395), 1, - sym_text_interpolation, - ACTIONS(2930), 14, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, sym_var_modifier, + ACTIONS(2686), 1, + aux_sym_class_declaration_token1, + STATE(1276), 1, + sym__modifier, + STATE(1319), 1, + aux_sym_class_declaration_repeat1, + STATE(1326), 1, + sym_text_interpolation, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54630] = 4, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [54761] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1396), 1, - sym_text_interpolation, - ACTIONS(2940), 14, + ACTIONS(2349), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, + ACTIONS(2359), 1, aux_sym_final_modifier_token1, + ACTIONS(2361), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2363), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2365), 1, sym_var_modifier, + ACTIONS(2688), 1, + aux_sym_class_declaration_token1, + STATE(1276), 1, + sym__modifier, + STATE(1325), 1, + aux_sym_class_declaration_repeat1, + STATE(1327), 1, + sym_text_interpolation, + ACTIONS(2367), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54656] = 13, + STATE(1272), 5, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym_static_modifier, + sym_visibility_modifier, + [54807] = 15, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(2890), 1, + ACTIONS(2690), 1, anon_sym_LBRACE, - ACTIONS(2894), 1, + ACTIONS(2696), 1, anon_sym_BSLASHu, - ACTIONS(2899), 1, + ACTIONS(2699), 1, + sym__new_line, + ACTIONS(2702), 1, anon_sym_DOLLAR, - STATE(1397), 1, - sym_text_interpolation, - STATE(1398), 1, + ACTIONS(2705), 1, + sym_heredoc_end, + STATE(1329), 1, aux_sym__interpolated_string_body_heredoc, - STATE(1454), 1, + STATE(1444), 1, sym_variable_name, - STATE(1572), 1, + STATE(1511), 1, sym__simple_string_member_access_expression, - ACTIONS(2892), 2, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2693), 2, sym_encapsed_string_chars_heredoc, sym_escape_sequence, - ACTIONS(2918), 2, - sym_heredoc_end, - sym__new_line, - STATE(1549), 2, + STATE(1328), 2, + sym_text_interpolation, + aux_sym_heredoc_body_repeat1, + STATE(1509), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, + sym__simple_variable, + STATE(1516), 2, sym__complex_string_part, sym__simple_string_part, - [54700] = 12, + [54857] = 14, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(2946), 1, + ACTIONS(2669), 1, anon_sym_LBRACE, - ACTIONS(2952), 1, + ACTIONS(2673), 1, anon_sym_BSLASHu, - ACTIONS(2957), 1, + ACTIONS(2678), 1, anon_sym_DOLLAR, - STATE(1454), 1, + STATE(1329), 1, + sym_text_interpolation, + STATE(1333), 1, + aux_sym__interpolated_string_body_heredoc, + STATE(1444), 1, sym_variable_name, - STATE(1572), 1, + STATE(1511), 1, sym__simple_string_member_access_expression, - ACTIONS(2949), 2, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2671), 2, sym_encapsed_string_chars_heredoc, sym_escape_sequence, - ACTIONS(2955), 2, + ACTIONS(2707), 2, sym_heredoc_end, sym__new_line, - STATE(1398), 2, - sym_text_interpolation, - aux_sym__interpolated_string_body_heredoc, - STATE(1549), 2, + STATE(1509), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, + sym__simple_variable, + STATE(1516), 2, sym__complex_string_part, sym__simple_string_part, - [54742] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1399), 1, - sym_text_interpolation, - ACTIONS(2960), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54768] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, + [54904] = 15, ACTIONS(5), 1, sym_comment, - STATE(1400), 1, - sym_text_interpolation, - ACTIONS(2936), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [54794] = 13, - ACTIONS(3), 1, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2962), 1, + ACTIONS(2669), 1, anon_sym_LBRACE, - ACTIONS(2966), 1, + ACTIONS(2673), 1, anon_sym_BSLASHu, - ACTIONS(2968), 1, - anon_sym_DQUOTE, - ACTIONS(2970), 1, + ACTIONS(2678), 1, anon_sym_DOLLAR, - STATE(1401), 1, + ACTIONS(2709), 1, + sym__new_line, + STATE(1323), 1, + aux_sym_heredoc_body_repeat1, + STATE(1329), 1, + aux_sym__interpolated_string_body_heredoc, + STATE(1330), 1, sym_text_interpolation, - STATE(1434), 1, - aux_sym__interpolated_string_body, - STATE(1501), 1, + STATE(1444), 1, sym_variable_name, - STATE(1628), 1, + STATE(1511), 1, sym__simple_string_member_access_expression, - ACTIONS(2964), 2, - sym_encapsed_string_chars, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2671), 2, + sym_encapsed_string_chars_heredoc, sym_escape_sequence, - STATE(1627), 2, + STATE(1509), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1516), 2, sym__complex_string_part, sym__simple_string_part, - STATE(1629), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - [54837] = 12, + [54953] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(226), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2972), 1, + ACTIONS(1890), 1, sym_name, - ACTIONS(2978), 1, - anon_sym_BSLASH, - STATE(1402), 1, + STATE(977), 1, + sym__reserved_identifier, + STATE(1331), 1, sym_text_interpolation, - STATE(1798), 1, + STATE(1719), 1, sym_namespace_use_clause, - STATE(2578), 1, + STATE(1785), 1, + sym__name, + STATE(1948), 1, + sym_namespace_use_group, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2502), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - ACTIONS(2976), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - STATE(1768), 2, + ACTIONS(2711), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + STATE(975), 2, sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, + sym__identifier, + ACTIONS(1900), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [54878] = 12, - ACTIONS(3), 1, + [55000] = 14, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(2669), 1, + anon_sym_LBRACE, + ACTIONS(2673), 1, + anon_sym_BSLASHu, + ACTIONS(2678), 1, + anon_sym_DOLLAR, + STATE(1332), 1, + sym_text_interpolation, + STATE(1333), 1, + aux_sym__interpolated_string_body_heredoc, + STATE(1444), 1, + sym_variable_name, + STATE(1511), 1, + sym__simple_string_member_access_expression, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2671), 2, + sym_encapsed_string_chars_heredoc, + sym_escape_sequence, + ACTIONS(2705), 2, + sym_heredoc_end, + sym__new_line, + STATE(1509), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1516), 2, + sym__complex_string_part, + sym__simple_string_part, + [55047] = 13, + ACTIONS(5), 1, sym_comment, - ACTIONS(2980), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(2713), 1, anon_sym_LBRACE, - ACTIONS(2986), 1, + ACTIONS(2719), 1, anon_sym_BSLASHu, - ACTIONS(2989), 1, - anon_sym_BQUOTE, - ACTIONS(2991), 1, + ACTIONS(2724), 1, anon_sym_DOLLAR, - STATE(1488), 1, + STATE(1444), 1, sym_variable_name, - STATE(1604), 1, + STATE(1511), 1, sym__simple_string_member_access_expression, - ACTIONS(2983), 2, - sym_execution_string_chars, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2716), 2, + sym_encapsed_string_chars_heredoc, sym_escape_sequence, - STATE(1403), 2, + ACTIONS(2722), 2, + sym_heredoc_end, + sym__new_line, + STATE(1333), 2, sym_text_interpolation, - aux_sym__interpolated_execution_operator_body, - STATE(1606), 2, + aux_sym__interpolated_string_body_heredoc, + STATE(1509), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1632), 2, + sym__simple_variable, + STATE(1516), 2, sym__complex_string_part, sym__simple_string_part, - [54919] = 12, + [55092] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(226), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2972), 1, + ACTIONS(1890), 1, sym_name, - ACTIONS(2996), 1, - anon_sym_BSLASH, - STATE(1404), 1, + STATE(977), 1, + sym__reserved_identifier, + STATE(1334), 1, sym_text_interpolation, - STATE(1851), 1, + STATE(1761), 1, sym_namespace_use_clause, - STATE(2570), 1, + STATE(1785), 1, + sym__name, + STATE(2008), 1, + sym_namespace_use_group, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2502), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - ACTIONS(2994), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - STATE(1768), 2, + ACTIONS(2711), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + STATE(975), 2, sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, + sym__identifier, + ACTIONS(1900), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [54960] = 4, + [55139] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1405), 1, + STATE(1335), 1, sym_text_interpolation, - ACTIONS(2998), 13, + ACTIONS(2727), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123167,47 +124369,82 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [54985] = 13, + [55165] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3000), 1, + ACTIONS(2729), 1, anon_sym_LBRACE, - ACTIONS(3004), 1, + ACTIONS(2733), 1, anon_sym_BSLASHu, - ACTIONS(3006), 1, + ACTIONS(2735), 1, anon_sym_BQUOTE, - ACTIONS(3008), 1, + ACTIONS(2737), 1, anon_sym_DOLLAR, - STATE(1406), 1, + STATE(1336), 1, sym_text_interpolation, - STATE(1426), 1, + STATE(1354), 1, aux_sym__interpolated_execution_operator_body, - STATE(1488), 1, + STATE(1457), 1, sym_variable_name, - STATE(1604), 1, + STATE(1585), 1, + sym_dynamic_variable_name, + STATE(1629), 1, sym__simple_string_member_access_expression, - ACTIONS(3002), 2, + ACTIONS(2731), 2, sym_execution_string_chars, sym_escape_sequence, - STATE(1606), 2, + STATE(1628), 2, sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1634), 2, + sym__complex_string_part, + sym__simple_string_part, + [55211] = 14, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2739), 1, + anon_sym_LBRACE, + ACTIONS(2743), 1, + anon_sym_BSLASHu, + ACTIONS(2745), 1, + anon_sym_DQUOTE, + ACTIONS(2747), 1, + anon_sym_DOLLAR, + STATE(1337), 1, + sym_text_interpolation, + STATE(1344), 1, + aux_sym__interpolated_string_body, + STATE(1450), 1, + sym_variable_name, + STATE(1597), 1, sym_dynamic_variable_name, - STATE(1632), 2, + STATE(1637), 1, + sym__simple_string_member_access_expression, + ACTIONS(2741), 2, + sym_encapsed_string_chars, + sym_escape_sequence, + STATE(1636), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1638), 2, sym__complex_string_part, sym__simple_string_part, - [55028] = 4, + [55257] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1407), 1, + STATE(1338), 1, sym_text_interpolation, - ACTIONS(3010), 13, + ACTIONS(2749), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -123218,48 +124455,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55053] = 12, + [55283] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3012), 1, + ACTIONS(2729), 1, anon_sym_LBRACE, - ACTIONS(3018), 1, + ACTIONS(2733), 1, anon_sym_BSLASHu, - ACTIONS(3021), 1, - anon_sym_DQUOTE, - ACTIONS(3023), 1, + ACTIONS(2737), 1, anon_sym_DOLLAR, - STATE(1501), 1, + ACTIONS(2751), 1, + anon_sym_BQUOTE, + STATE(1339), 1, + sym_text_interpolation, + STATE(1351), 1, + aux_sym__interpolated_execution_operator_body, + STATE(1457), 1, sym_variable_name, - STATE(1628), 1, + STATE(1585), 1, + sym_dynamic_variable_name, + STATE(1629), 1, sym__simple_string_member_access_expression, - ACTIONS(3015), 2, - sym_encapsed_string_chars, + ACTIONS(2731), 2, + sym_execution_string_chars, sym_escape_sequence, - STATE(1408), 2, - sym_text_interpolation, - aux_sym__interpolated_string_body, - STATE(1627), 2, + STATE(1628), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1634), 2, sym__complex_string_part, sym__simple_string_part, - STATE(1629), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - [55094] = 4, + [55329] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1409), 1, + STATE(1340), 1, sym_text_interpolation, - ACTIONS(3026), 13, + ACTIONS(2753), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123268,79 +124509,159 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55119] = 13, + [55355] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(2962), 1, + STATE(1341), 1, + sym_text_interpolation, + ACTIONS(2755), 14, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [55381] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1342), 1, + sym_text_interpolation, + STATE(1939), 1, + sym_namespace_use_clause, + STATE(1995), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + ACTIONS(2757), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [55425] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + STATE(1343), 1, + sym_text_interpolation, + ACTIONS(2759), 14, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [55451] = 14, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2739), 1, anon_sym_LBRACE, - ACTIONS(2966), 1, + ACTIONS(2743), 1, anon_sym_BSLASHu, - ACTIONS(2970), 1, + ACTIONS(2747), 1, anon_sym_DOLLAR, - ACTIONS(3028), 1, + ACTIONS(2761), 1, anon_sym_DQUOTE, - STATE(1410), 1, + STATE(1344), 1, sym_text_interpolation, - STATE(1428), 1, + STATE(1352), 1, aux_sym__interpolated_string_body, - STATE(1501), 1, + STATE(1450), 1, sym_variable_name, - STATE(1628), 1, + STATE(1597), 1, + sym_dynamic_variable_name, + STATE(1637), 1, sym__simple_string_member_access_expression, - ACTIONS(2964), 2, + ACTIONS(2741), 2, sym_encapsed_string_chars, sym_escape_sequence, - STATE(1627), 2, + STATE(1636), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1638), 2, sym__complex_string_part, sym__simple_string_part, - STATE(1629), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - [55162] = 13, + [55497] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3000), 1, + ACTIONS(2739), 1, anon_sym_LBRACE, - ACTIONS(3004), 1, + ACTIONS(2743), 1, anon_sym_BSLASHu, - ACTIONS(3008), 1, + ACTIONS(2747), 1, anon_sym_DOLLAR, - ACTIONS(3030), 1, - anon_sym_BQUOTE, - STATE(1403), 1, - aux_sym__interpolated_execution_operator_body, - STATE(1411), 1, + ACTIONS(2763), 1, + anon_sym_DQUOTE, + STATE(1345), 1, sym_text_interpolation, - STATE(1488), 1, + STATE(1356), 1, + aux_sym__interpolated_string_body, + STATE(1450), 1, sym_variable_name, - STATE(1604), 1, + STATE(1597), 1, + sym_dynamic_variable_name, + STATE(1637), 1, sym__simple_string_member_access_expression, - ACTIONS(3002), 2, - sym_execution_string_chars, + ACTIONS(2741), 2, + sym_encapsed_string_chars, sym_escape_sequence, - STATE(1606), 2, + STATE(1636), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1632), 2, + sym__simple_variable, + STATE(1638), 2, sym__complex_string_part, sym__simple_string_part, - [55205] = 4, + [55543] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1412), 1, + STATE(1346), 1, sym_text_interpolation, - ACTIONS(3032), 13, + ACTIONS(2765), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123349,19 +124670,95 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55230] = 4, + [55569] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1413), 1, + STATE(1347), 1, + sym_text_interpolation, + ACTIONS(2767), 14, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [55595] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + STATE(1348), 1, + sym_text_interpolation, + ACTIONS(2769), 14, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [55621] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(226), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1890), 1, + sym_name, + STATE(977), 1, + sym__reserved_identifier, + STATE(1349), 1, + sym_text_interpolation, + STATE(1785), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2155), 1, + sym_namespace_use_clause, + STATE(2550), 1, + sym_namespace_name, + ACTIONS(2711), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + STATE(975), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1900), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [55665] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + STATE(1350), 1, sym_text_interpolation, - ACTIONS(3034), 13, + ACTIONS(2771), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123370,85 +124767,146 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55255] = 7, + [55691] = 14, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2729), 1, + anon_sym_LBRACE, + ACTIONS(2733), 1, + anon_sym_BSLASHu, + ACTIONS(2737), 1, + anon_sym_DOLLAR, + ACTIONS(2773), 1, + anon_sym_BQUOTE, + STATE(1351), 1, + sym_text_interpolation, + STATE(1354), 1, + aux_sym__interpolated_execution_operator_body, + STATE(1457), 1, + sym_variable_name, + STATE(1585), 1, + sym_dynamic_variable_name, + STATE(1629), 1, + sym__simple_string_member_access_expression, + ACTIONS(2731), 2, + sym_execution_string_chars, + sym_escape_sequence, + STATE(1628), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1634), 2, + sym__complex_string_part, + sym__simple_string_part, + [55737] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2775), 1, + anon_sym_LBRACE, + ACTIONS(2781), 1, + anon_sym_BSLASHu, + ACTIONS(2784), 1, + anon_sym_DQUOTE, + ACTIONS(2786), 1, + anon_sym_DOLLAR, + STATE(1450), 1, + sym_variable_name, + STATE(1597), 1, + sym_dynamic_variable_name, + STATE(1637), 1, + sym__simple_string_member_access_expression, + ACTIONS(2778), 2, + sym_encapsed_string_chars, + sym_escape_sequence, + STATE(1352), 2, + sym_text_interpolation, + aux_sym__interpolated_string_body, + STATE(1636), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1638), 2, + sym__complex_string_part, + sym__simple_string_part, + [55781] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(1414), 1, - sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3036), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3038), 7, - anon_sym_AMP, + ACTIONS(2729), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, + ACTIONS(2733), 1, + anon_sym_BSLASHu, + ACTIONS(2737), 1, anon_sym_DOLLAR, - [55286] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(5), 1, - sym_comment, - STATE(1415), 1, + ACTIONS(2789), 1, + anon_sym_BQUOTE, + STATE(1336), 1, + aux_sym__interpolated_execution_operator_body, + STATE(1353), 1, sym_text_interpolation, - ACTIONS(3040), 13, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [55311] = 4, + STATE(1457), 1, + sym_variable_name, + STATE(1585), 1, + sym_dynamic_variable_name, + STATE(1629), 1, + sym__simple_string_member_access_expression, + ACTIONS(2731), 2, + sym_execution_string_chars, + sym_escape_sequence, + STATE(1628), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1634), 2, + sym__complex_string_part, + sym__simple_string_part, + [55827] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1416), 1, + ACTIONS(2791), 1, + anon_sym_LBRACE, + ACTIONS(2797), 1, + anon_sym_BSLASHu, + ACTIONS(2800), 1, + anon_sym_BQUOTE, + ACTIONS(2802), 1, + anon_sym_DOLLAR, + STATE(1457), 1, + sym_variable_name, + STATE(1585), 1, + sym_dynamic_variable_name, + STATE(1629), 1, + sym__simple_string_member_access_expression, + ACTIONS(2794), 2, + sym_execution_string_chars, + sym_escape_sequence, + STATE(1354), 2, sym_text_interpolation, - ACTIONS(3042), 13, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [55336] = 4, + aux_sym__interpolated_execution_operator_body, + STATE(1628), 2, + sym__simple_string_subscript_expression, + sym__simple_variable, + STATE(1634), 2, + sym__complex_string_part, + sym__simple_string_part, + [55871] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1417), 1, + STATE(1355), 1, sym_text_interpolation, - ACTIONS(3044), 13, + ACTIONS(2805), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123457,49 +124915,83 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55361] = 13, + [55897] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3000), 1, + ACTIONS(2739), 1, anon_sym_LBRACE, - ACTIONS(3004), 1, + ACTIONS(2743), 1, anon_sym_BSLASHu, - ACTIONS(3008), 1, + ACTIONS(2747), 1, anon_sym_DOLLAR, - ACTIONS(3046), 1, - anon_sym_BQUOTE, - STATE(1411), 1, - aux_sym__interpolated_execution_operator_body, - STATE(1418), 1, + ACTIONS(2807), 1, + anon_sym_DQUOTE, + STATE(1352), 1, + aux_sym__interpolated_string_body, + STATE(1356), 1, sym_text_interpolation, - STATE(1488), 1, + STATE(1450), 1, sym_variable_name, - STATE(1604), 1, + STATE(1597), 1, + sym_dynamic_variable_name, + STATE(1637), 1, sym__simple_string_member_access_expression, - ACTIONS(3002), 2, - sym_execution_string_chars, + ACTIONS(2741), 2, + sym_encapsed_string_chars, sym_escape_sequence, - STATE(1606), 2, + STATE(1636), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1632), 2, + sym__simple_variable, + STATE(1638), 2, sym__complex_string_part, sym__simple_string_part, - [55404] = 4, + [55943] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1357), 1, + sym_text_interpolation, + STATE(1995), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2337), 1, + sym_namespace_use_clause, + STATE(2472), 1, + sym_namespace_name, + ACTIONS(2757), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [55987] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1419), 1, + STATE(1358), 1, sym_text_interpolation, - ACTIONS(3048), 13, + ACTIONS(2809), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123508,19 +125000,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55429] = 4, + [56013] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1420), 1, + STATE(1359), 1, sym_text_interpolation, - ACTIONS(3050), 13, + ACTIONS(2811), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123529,19 +125022,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55454] = 4, + [56039] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1421), 1, + STATE(1360), 1, sym_text_interpolation, - ACTIONS(3052), 13, + ACTIONS(2813), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, - aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123550,18 +125043,48 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55479] = 4, + [56064] = 13, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + ACTIONS(2815), 1, + anon_sym_RBRACK, + STATE(652), 1, + sym__reserved_identifier, + STATE(1361), 1, + sym_text_interpolation, + STATE(1861), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2328), 1, + sym_attribute, + STATE(2472), 1, + sym_namespace_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [56107] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1422), 1, + STATE(1362), 1, sym_text_interpolation, - ACTIONS(3054), 13, + ACTIONS(2817), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -123571,19 +125094,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55504] = 4, + [56132] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1423), 1, + STATE(1363), 1, sym_text_interpolation, - ACTIONS(3056), 13, + ACTIONS(2819), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, - aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123592,17 +125115,17 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55529] = 4, + [56157] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1424), 1, + STATE(1364), 1, sym_text_interpolation, - ACTIONS(3058), 13, + ACTIONS(2821), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -123613,18 +125136,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55554] = 4, + [56182] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1425), 1, + STATE(1365), 1, sym_text_interpolation, - ACTIONS(3060), 13, + ACTIONS(2823), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -123634,49 +125157,49 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55579] = 13, + [56207] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3000), 1, - anon_sym_LBRACE, - ACTIONS(3004), 1, + ACTIONS(2673), 1, anon_sym_BSLASHu, - ACTIONS(3008), 1, + ACTIONS(2825), 1, + anon_sym_LBRACE, + ACTIONS(2827), 1, anon_sym_DOLLAR, - ACTIONS(3062), 1, - anon_sym_BQUOTE, - STATE(1403), 1, - aux_sym__interpolated_execution_operator_body, - STATE(1426), 1, + STATE(1332), 1, + aux_sym__interpolated_string_body_heredoc, + STATE(1366), 1, sym_text_interpolation, - STATE(1488), 1, + STATE(1444), 1, sym_variable_name, - STATE(1604), 1, + STATE(1511), 1, sym__simple_string_member_access_expression, - ACTIONS(3002), 2, - sym_execution_string_chars, + STATE(1542), 1, + sym_dynamic_variable_name, + ACTIONS(2671), 2, + sym_encapsed_string_chars_heredoc, sym_escape_sequence, - STATE(1606), 2, + STATE(1509), 2, sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1632), 2, + sym__simple_variable, + STATE(1516), 2, sym__complex_string_part, sym__simple_string_part, - [55622] = 4, + [56250] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1427), 1, + STATE(1367), 1, sym_text_interpolation, - ACTIONS(3064), 13, + ACTIONS(2829), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123685,49 +125208,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55647] = 13, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2962), 1, - anon_sym_LBRACE, - ACTIONS(2966), 1, - anon_sym_BSLASHu, - ACTIONS(2970), 1, - anon_sym_DOLLAR, - ACTIONS(3066), 1, - anon_sym_DQUOTE, - STATE(1408), 1, - aux_sym__interpolated_string_body, - STATE(1428), 1, - sym_text_interpolation, - STATE(1501), 1, - sym_variable_name, - STATE(1628), 1, - sym__simple_string_member_access_expression, - ACTIONS(2964), 2, - sym_encapsed_string_chars, - sym_escape_sequence, - STATE(1627), 2, - sym__complex_string_part, - sym__simple_string_part, - STATE(1629), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - [55690] = 4, + [56275] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1429), 1, + STATE(1368), 1, sym_text_interpolation, - ACTIONS(3068), 13, + ACTIONS(2831), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, - aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123736,18 +125229,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55715] = 4, + [56300] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1430), 1, + STATE(1369), 1, sym_text_interpolation, - ACTIONS(3070), 13, + ACTIONS(2833), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -123757,18 +125250,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55740] = 4, + [56325] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1431), 1, + STATE(1370), 1, sym_text_interpolation, - ACTIONS(3072), 13, + ACTIONS(2835), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -123778,19 +125271,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55765] = 4, + [56350] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1432), 1, + STATE(1371), 1, sym_text_interpolation, - ACTIONS(3074), 13, + ACTIONS(2837), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, - aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123799,18 +125292,18 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55790] = 4, + [56375] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - STATE(1433), 1, + STATE(1372), 1, sym_text_interpolation, - ACTIONS(3076), 13, + ACTIONS(2839), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -123820,51 +125313,19 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [55815] = 13, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2962), 1, - anon_sym_LBRACE, - ACTIONS(2966), 1, - anon_sym_BSLASHu, - ACTIONS(2970), 1, - anon_sym_DOLLAR, - ACTIONS(3078), 1, - anon_sym_DQUOTE, - STATE(1408), 1, - aux_sym__interpolated_string_body, - STATE(1434), 1, - sym_text_interpolation, - STATE(1501), 1, - sym_variable_name, - STATE(1628), 1, - sym__simple_string_member_access_expression, - ACTIONS(2964), 2, - sym_encapsed_string_chars, - sym_escape_sequence, - STATE(1627), 2, - sym__complex_string_part, - sym__simple_string_part, - STATE(1629), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - [55858] = 6, + [56400] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3080), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3082), 1, - aux_sym__arrow_function_header_token1, - STATE(1435), 1, + STATE(1373), 1, sym_text_interpolation, - ACTIONS(2300), 10, + ACTIONS(2841), 13, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token3, - aux_sym_class_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -123872,130 +125333,20 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - [55886] = 12, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2894), 1, - anon_sym_BSLASHu, - ACTIONS(3084), 1, - anon_sym_LBRACE, - ACTIONS(3086), 1, - anon_sym_DOLLAR, - STATE(1397), 1, - aux_sym__interpolated_string_body_heredoc, - STATE(1436), 1, - sym_text_interpolation, - STATE(1454), 1, - sym_variable_name, - STATE(1572), 1, - sym__simple_string_member_access_expression, - ACTIONS(2892), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - STATE(1549), 2, - sym__simple_string_subscript_expression, - sym_dynamic_variable_name, - STATE(1573), 2, - sym__complex_string_part, - sym__simple_string_part, - [55926] = 10, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3093), 1, - anon_sym_AMP, - ACTIONS(3100), 1, - anon_sym_PIPE, - STATE(1437), 1, - sym_text_interpolation, - STATE(1462), 1, - aux_sym_intersection_type_repeat1, - STATE(1502), 1, - aux_sym_union_type_repeat1, - STATE(1503), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3095), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3088), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - [55962] = 12, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3102), 1, - sym_name, - ACTIONS(3104), 1, - anon_sym_RBRACK, - STATE(1438), 1, - sym_text_interpolation, - STATE(2222), 1, - sym_attribute, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1857), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56002] = 12, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3102), 1, - sym_name, - ACTIONS(3106), 1, - anon_sym_RBRACK, - STATE(1439), 1, - sym_text_interpolation, - STATE(2222), 1, - sym_attribute, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1857), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56042] = 6, + anon_sym_POUND_LBRACK, + [56425] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3108), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3110), 1, - aux_sym__arrow_function_header_token1, - STATE(1440), 1, + STATE(1374), 1, sym_text_interpolation, - ACTIONS(2300), 9, + ACTIONS(2843), 13, aux_sym_function_static_declaration_token1, - aux_sym_class_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -124003,1899 +125354,1995 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - [56069] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1857), 1, - anon_sym_COLON_COLON, - ACTIONS(1949), 1, - anon_sym_COLON, - STATE(1441), 1, - sym_text_interpolation, - ACTIONS(2736), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - ACTIONS(1592), 7, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [56098] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1442), 1, - sym_text_interpolation, - ACTIONS(3112), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3114), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56123] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3102), 1, - sym_name, - STATE(1443), 1, - sym_text_interpolation, - STATE(2005), 1, - sym_attribute, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1857), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56160] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(324), 1, - anon_sym_LT_LT_LT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3116), 1, - sym_integer, - STATE(1444), 1, - sym_text_interpolation, - STATE(2243), 1, - sym__string, - ACTIONS(320), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(322), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(868), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - [56193] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(324), 1, - anon_sym_LT_LT_LT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3118), 1, - sym_integer, - STATE(1445), 1, - sym_text_interpolation, - STATE(2261), 1, - sym__string, - ACTIONS(320), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(322), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(868), 4, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - [56226] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2972), 1, - sym_name, - ACTIONS(3120), 1, - anon_sym_BSLASH, - STATE(1446), 1, - sym_text_interpolation, - STATE(1898), 1, - sym_namespace_use_clause, - STATE(2579), 1, - sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1768), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56263] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3102), 1, - sym_name, - STATE(1447), 1, - sym_text_interpolation, - STATE(2222), 1, - sym_attribute, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1857), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56300] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1448), 1, - sym_text_interpolation, - ACTIONS(3036), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3038), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56325] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(2972), 1, - sym_name, - ACTIONS(3122), 1, - anon_sym_BSLASH, - STATE(1449), 1, - sym_text_interpolation, - STATE(1907), 1, - sym_namespace_use_clause, - STATE(2494), 1, - sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1768), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56362] = 5, + anon_sym_POUND_LBRACK, + [56450] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1450), 1, + STATE(1375), 1, sym_text_interpolation, - ACTIONS(3124), 4, + ACTIONS(2845), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3126), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56387] = 5, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56475] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1451), 1, + STATE(1376), 1, sym_text_interpolation, - ACTIONS(3128), 4, + ACTIONS(2847), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3130), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56412] = 11, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56500] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(2972), 1, - sym_name, - STATE(1452), 1, + STATE(1377), 1, sym_text_interpolation, - STATE(2031), 1, - sym_namespace_use_clause, - STATE(2615), 1, - sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1768), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, + ACTIONS(2849), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56449] = 9, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56525] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(3132), 1, - anon_sym_COMMA, - ACTIONS(3134), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(1453), 1, - sym_text_interpolation, - STATE(2085), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [56481] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3138), 1, - anon_sym_DASH_GT, - ACTIONS(3140), 1, - anon_sym_LBRACK, - ACTIONS(3144), 1, - sym_encapsed_string_chars_after_variable_heredoc, - STATE(1454), 1, + STATE(1378), 1, sym_text_interpolation, - ACTIONS(3136), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3142), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [56511] = 9, + ACTIONS(2851), 13, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56550] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(3146), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(578), 1, - sym_arguments, - STATE(1455), 1, + STATE(1379), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [56543] = 7, + ACTIONS(2853), 13, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56575] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1456), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + STATE(1380), 1, sym_text_interpolation, - ACTIONS(1771), 3, + ACTIONS(1462), 2, + aux_sym_namespace_use_clause_token3, + aux_sym_class_interface_clause_token1, + ACTIONS(1460), 9, anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1574), 5, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [56571] = 10, + anon_sym_RBRACK, + [56606] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3148), 1, - sym_name, - STATE(1457), 1, + STATE(1381), 1, sym_text_interpolation, - STATE(2615), 1, - sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1792), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, + ACTIONS(2855), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [56605] = 9, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56631] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(3150), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(1458), 1, - sym_text_interpolation, - STATE(2025), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [56637] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1459), 1, + STATE(1382), 1, sym_text_interpolation, - ACTIONS(1608), 5, - sym_encapsed_string_chars_heredoc, - sym_encapsed_string_chars_after_variable_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - ACTIONS(1610), 5, - anon_sym_LBRACE, - anon_sym_DASH_GT, - anon_sym_LBRACK, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - [56661] = 10, + ACTIONS(2857), 13, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56656] = 13, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3152), 1, + ACTIONS(1522), 1, sym_name, - STATE(1460), 1, + ACTIONS(2859), 1, + anon_sym_RBRACK, + STATE(652), 1, + sym__reserved_identifier, + STATE(1383), 1, sym_text_interpolation, - STATE(2615), 1, + STATE(1861), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2328), 1, + sym_attribute, + STATE(2472), 1, sym_namespace_name, - STATE(2616), 1, - sym_namespace_name_as_prefix, - STATE(1613), 2, + STATE(1435), 2, sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2974), 3, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [56695] = 7, + [56699] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1461), 1, + STATE(1384), 1, sym_text_interpolation, - ACTIONS(1578), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [56723] = 7, + ACTIONS(2861), 13, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56724] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3093), 1, - anon_sym_AMP, - STATE(1462), 1, + STATE(1385), 1, sym_text_interpolation, - STATE(1464), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3154), 4, + ACTIONS(2863), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3156), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOLLAR, - [56751] = 10, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56749] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3158), 1, - sym_name, - STATE(1463), 1, + STATE(1386), 1, sym_text_interpolation, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - STATE(1972), 2, - sym_qualified_name, + ACTIONS(2865), 13, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [56774] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2867), 1, + sym_name, + ACTIONS(2871), 1, + anon_sym_LBRACE, + STATE(652), 1, sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(735), 1, + sym__member_name, + STATE(1387), 1, + sym_text_interpolation, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(740), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [56785] = 6, + [56812] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3162), 1, - anon_sym_AMP, - STATE(1464), 2, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2867), 1, + sym_name, + ACTIONS(2871), 1, + anon_sym_LBRACE, + STATE(652), 1, + sym__reserved_identifier, + STATE(683), 1, + sym__member_name, + STATE(1388), 1, sym_text_interpolation, - aux_sym_intersection_type_repeat1, - ACTIONS(3160), 4, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(740), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3165), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOLLAR, - [56811] = 10, + [56850] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3167), 1, + ACTIONS(1522), 1, sym_name, - STATE(1465), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1389), 1, sym_text_interpolation, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(1861), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2328), 1, + sym_attribute, + STATE(2472), 1, sym_namespace_name, - STATE(2081), 2, + STATE(1435), 2, sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2438), 3, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [56845] = 10, + [56890] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3169), 1, + ACTIONS(1522), 1, sym_name, - STATE(1466), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1390), 1, sym_text_interpolation, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, + STATE(1861), 1, + sym__name, + STATE(1922), 1, + sym_attribute, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, sym_namespace_name, - STATE(1816), 2, + STATE(1435), 2, sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2438), 3, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [56879] = 5, + [56930] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1370), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - STATE(1467), 1, + ACTIONS(2873), 1, + sym_name, + ACTIONS(2877), 1, + anon_sym_LBRACE, + STATE(801), 1, + sym__simple_variable, + STATE(862), 1, + sym__reserved_identifier, + STATE(920), 1, + sym__identifier, + STATE(1391), 1, sym_text_interpolation, - ACTIONS(3171), 4, + STATE(2258), 1, + sym__member_name, + STATE(815), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2875), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3173), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56903] = 5, + [56970] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - STATE(1468), 1, + ACTIONS(2879), 1, + sym_name, + ACTIONS(2883), 1, + anon_sym_LBRACE, + STATE(525), 1, + sym__member_name, + STATE(538), 1, + sym__reserved_identifier, + STATE(1392), 1, sym_text_interpolation, - ACTIONS(3175), 4, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(549), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2881), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3178), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56927] = 9, + [57008] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(3181), 1, - anon_sym_COMMA, - ACTIONS(3183), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(1469), 1, - sym_text_interpolation, - STATE(2060), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1574), 5, + ACTIONS(2879), 1, + sym_name, + ACTIONS(2883), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [56959] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1470), 1, + STATE(526), 1, + sym__member_name, + STATE(538), 1, + sym__reserved_identifier, + STATE(1393), 1, sym_text_interpolation, - ACTIONS(3185), 4, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(549), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2881), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3187), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [56983] = 5, + [57046] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1471), 1, + ACTIONS(2885), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2887), 1, + aux_sym__arrow_function_header_token1, + STATE(1394), 1, sym_text_interpolation, - ACTIONS(3189), 4, + ACTIONS(2221), 10, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3191), 6, + aux_sym_namespace_use_clause_token2, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + [57074] = 15, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1653), 1, anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [57007] = 6, + ACTIONS(2889), 1, + sym_name, + ACTIONS(2891), 1, + anon_sym_RBRACE, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1395), 1, + sym_text_interpolation, + STATE(1396), 1, + aux_sym_property_hook_list_repeat1, + STATE(1732), 1, + sym_property_hook, + STATE(1733), 1, + sym_attribute_list, + STATE(2048), 1, + sym_final_modifier, + STATE(2528), 1, + sym_reference_modifier, + [57120] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1857), 1, - anon_sym_COLON_COLON, - STATE(1472), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2889), 1, + sym_name, + ACTIONS(2893), 1, + anon_sym_RBRACE, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1396), 1, sym_text_interpolation, - ACTIONS(2736), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - ACTIONS(1592), 7, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [57033] = 5, + STATE(1398), 1, + aux_sym_property_hook_list_repeat1, + STATE(1732), 1, + sym_property_hook, + STATE(1733), 1, + sym_attribute_list, + STATE(2048), 1, + sym_final_modifier, + STATE(2528), 1, + sym_reference_modifier, + [57166] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1473), 1, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + ACTIONS(2867), 1, + sym_name, + ACTIONS(2895), 1, + anon_sym_LBRACE, + STATE(652), 1, + sym__reserved_identifier, + STATE(690), 1, + sym__identifier, + STATE(855), 1, + sym__simple_variable, + STATE(1397), 1, sym_text_interpolation, - ACTIONS(3160), 4, + STATE(2204), 1, + sym__member_name, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3165), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [57057] = 8, + [57206] = 14, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(3193), 1, + ACTIONS(2897), 1, sym_name, - ACTIONS(3195), 1, - anon_sym_LBRACE, - STATE(1474), 1, + ACTIONS(2900), 1, + anon_sym_AMP, + ACTIONS(2903), 1, + anon_sym_RBRACE, + ACTIONS(2905), 1, + aux_sym_final_modifier_token1, + ACTIONS(2908), 1, + anon_sym_POUND_LBRACK, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1732), 1, + sym_property_hook, + STATE(1733), 1, + sym_attribute_list, + STATE(2048), 1, + sym_final_modifier, + STATE(2528), 1, + sym_reference_modifier, + STATE(1398), 2, sym_text_interpolation, - ACTIONS(2974), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(856), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57086] = 9, + aux_sym_property_hook_list_repeat1, + [57250] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, + ACTIONS(585), 1, anon_sym_DOLLAR, - ACTIONS(3197), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2867), 1, sym_name, - ACTIONS(3199), 1, + ACTIONS(2883), 1, anon_sym_LBRACE, - STATE(663), 1, + STATE(525), 1, + sym__member_name, + STATE(652), 1, sym__reserved_identifier, - STATE(1475), 1, + STATE(1399), 1, sym_text_interpolation, - STATE(831), 2, + STATE(543), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2438), 3, + STATE(549), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57117] = 7, + [57288] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3205), 1, - anon_sym_PIPE, - STATE(1476), 1, - sym_text_interpolation, - STATE(1484), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3203), 3, + ACTIONS(2867), 1, + sym_name, + ACTIONS(2883), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3201), 4, + STATE(526), 1, + sym__member_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1400), 1, + sym_text_interpolation, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(549), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [57144] = 9, + [57326] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, + ACTIONS(585), 1, anon_sym_DOLLAR, - ACTIONS(3207), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2867), 1, sym_name, - ACTIONS(3209), 1, + ACTIONS(2883), 1, anon_sym_LBRACE, - STATE(1477), 1, - sym_text_interpolation, - STATE(1559), 1, + STATE(544), 1, + sym__member_name, + STATE(652), 1, sym__reserved_identifier, - STATE(865), 2, + STATE(1401), 1, + sym_text_interpolation, + STATE(543), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2438), 3, + STATE(549), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57175] = 8, + [57364] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, + ACTIONS(585), 1, anon_sym_DOLLAR, - ACTIONS(3211), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2867), 1, sym_name, - ACTIONS(3213), 1, + ACTIONS(2883), 1, anon_sym_LBRACE, - STATE(1478), 1, + STATE(532), 1, + sym__member_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1402), 1, sym_text_interpolation, - ACTIONS(2974), 3, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(549), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(851), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57204] = 9, + [57402] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(328), 1, + ACTIONS(1370), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3215), 1, + ACTIONS(2911), 1, sym_name, - ACTIONS(3217), 1, + ACTIONS(2915), 1, anon_sym_LBRACE, - STATE(843), 1, + STATE(795), 1, + sym__member_name, + STATE(806), 1, sym__reserved_identifier, - STATE(1479), 1, + STATE(1403), 1, sym_text_interpolation, - STATE(597), 2, + STATE(815), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2974), 3, + STATE(825), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2913), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57235] = 7, + [57440] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1370), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3205), 1, - anon_sym_PIPE, - STATE(1476), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1480), 1, - sym_text_interpolation, - ACTIONS(3221), 3, + ACTIONS(2911), 1, + sym_name, + ACTIONS(2915), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3219), 4, + STATE(794), 1, + sym__member_name, + STATE(806), 1, + sym__reserved_identifier, + STATE(1404), 1, + sym_text_interpolation, + STATE(815), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(825), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2913), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [57262] = 8, + [57478] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(328), 1, + ACTIONS(1374), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3223), 1, + ACTIONS(2867), 1, sym_name, - ACTIONS(3227), 1, + ACTIONS(2895), 1, anon_sym_LBRACE, - STATE(1481), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(660), 1, + sym__simple_variable, + STATE(690), 1, + sym__identifier, + STATE(1405), 1, sym_text_interpolation, - ACTIONS(3225), 3, + STATE(2230), 1, + sym__member_name, + STATE(655), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(594), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57291] = 8, + [57518] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(328), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3229), 1, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + ACTIONS(2873), 1, sym_name, - ACTIONS(3231), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - STATE(1482), 1, + STATE(834), 1, + sym__member_name, + STATE(862), 1, + sym__reserved_identifier, + STATE(1406), 1, sym_text_interpolation, - ACTIONS(3225), 3, + STATE(853), 2, + sym__simple_variable, + sym__identifier, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2875), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(600), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57320] = 9, + [57556] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, + ACTIONS(1604), 1, anon_sym_DOLLAR, - ACTIONS(3197), 1, + ACTIONS(2873), 1, sym_name, - ACTIONS(3199), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - STATE(663), 1, + STATE(832), 1, + sym__member_name, + STATE(862), 1, sym__reserved_identifier, - STATE(1483), 1, + STATE(1407), 1, sym_text_interpolation, - STATE(707), 2, + STATE(853), 2, + sym__simple_variable, + sym__identifier, + STATE(877), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2438), 3, + ACTIONS(2875), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57351] = 6, + [57594] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3233), 1, - anon_sym_PIPE, - STATE(1484), 2, - sym_text_interpolation, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3187), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, + ACTIONS(1604), 1, anon_sym_DOLLAR, - ACTIONS(3185), 4, + ACTIONS(2873), 1, + sym_name, + ACTIONS(2917), 1, + anon_sym_LBRACE, + STATE(862), 1, + sym__reserved_identifier, + STATE(903), 1, + sym__member_name, + STATE(1408), 1, + sym_text_interpolation, + STATE(853), 2, + sym__simple_variable, + sym__identifier, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2875), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [57376] = 10, + [57632] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3236), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2867), 1, sym_name, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1485), 1, - sym_text_interpolation, - STATE(1584), 1, - sym_reference_modifier, - STATE(1610), 1, - sym_formal_parameters, - STATE(2265), 1, + ACTIONS(2871), 1, + anon_sym_LBRACE, + STATE(652), 1, sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(684), 1, + sym__member_name, + STATE(1409), 1, + sym_text_interpolation, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(740), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57409] = 8, + [57670] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, + ACTIONS(1370), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3240), 1, + ACTIONS(2867), 1, sym_name, - ACTIONS(3244), 1, + ACTIONS(2895), 1, anon_sym_LBRACE, - STATE(1486), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(690), 1, + sym__identifier, + STATE(801), 1, + sym__simple_variable, + STATE(1410), 1, sym_text_interpolation, - ACTIONS(3242), 3, + STATE(2258), 1, + sym__member_name, + STATE(815), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(572), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57438] = 9, + [57710] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3197), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2867), 1, sym_name, - ACTIONS(3199), 1, + ACTIONS(2871), 1, anon_sym_LBRACE, - STATE(663), 1, + STATE(652), 1, sym__reserved_identifier, - STATE(1487), 1, + STATE(734), 1, + sym__member_name, + STATE(1411), 1, sym_text_interpolation, - STATE(576), 2, + STATE(719), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2438), 3, + STATE(740), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57469] = 8, + [57748] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3136), 1, - anon_sym_BSLASHu, - ACTIONS(3246), 1, - anon_sym_DASH_GT, - ACTIONS(3248), 1, - anon_sym_LBRACK, - ACTIONS(3250), 1, - sym_execution_string_chars_after_variable, - STATE(1488), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2889), 1, + sym_name, + ACTIONS(2919), 1, + anon_sym_RBRACE, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1412), 1, sym_text_interpolation, - ACTIONS(3142), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [57498] = 8, + STATE(1419), 1, + aux_sym_property_hook_list_repeat1, + STATE(1732), 1, + sym_property_hook, + STATE(1733), 1, + sym_attribute_list, + STATE(2048), 1, + sym_final_modifier, + STATE(2528), 1, + sym_reference_modifier, + [57794] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(786), 1, - sym_arguments, - STATE(1489), 1, - sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [57527] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1528), 1, + ACTIONS(1604), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3252), 1, + ACTIONS(2873), 1, sym_name, - ACTIONS(3256), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - STATE(1490), 1, + STATE(862), 1, + sym__reserved_identifier, + STATE(917), 1, + sym__member_name, + STATE(1413), 1, sym_text_interpolation, - ACTIONS(3254), 3, + STATE(853), 2, + sym__simple_variable, + sym__identifier, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2875), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(644), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57556] = 8, + [57832] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1528), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3258), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2867), 1, sym_name, - ACTIONS(3260), 1, + ACTIONS(2895), 1, anon_sym_LBRACE, - STATE(1491), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(690), 1, + sym__identifier, + STATE(742), 1, + sym__simple_variable, + STATE(1414), 1, sym_text_interpolation, - ACTIONS(3254), 3, + STATE(2251), 1, + sym__member_name, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(640), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57585] = 9, + [57872] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1528), 1, + ACTIONS(328), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3262), 1, + ACTIONS(2921), 1, sym_name, - ACTIONS(3264), 1, + ACTIONS(2925), 1, anon_sym_LBRACE, - STATE(679), 1, + STATE(559), 1, + sym__member_name, + STATE(577), 1, sym__reserved_identifier, - STATE(1492), 1, + STATE(1415), 1, sym_text_interpolation, - STATE(641), 2, + STATE(569), 2, + sym__simple_variable, + sym__identifier, + STATE(585), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2438), 3, + ACTIONS(2923), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57616] = 8, + [57910] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, + ACTIONS(328), 1, anon_sym_DOLLAR, - ACTIONS(3266), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2921), 1, sym_name, - ACTIONS(3268), 1, + ACTIONS(2925), 1, anon_sym_LBRACE, - STATE(1493), 1, + STATE(561), 1, + sym__member_name, + STATE(577), 1, + sym__reserved_identifier, + STATE(1416), 1, sym_text_interpolation, - ACTIONS(2974), 3, + STATE(569), 2, + sym__simple_variable, + sym__identifier, + STATE(585), 2, + sym_dynamic_variable_name, + sym_variable_name, + ACTIONS(2923), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(836), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57645] = 9, + [57948] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, + ACTIONS(1374), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3270), 1, + ACTIONS(2927), 1, sym_name, - ACTIONS(3272), 1, + ACTIONS(2931), 1, anon_sym_LBRACE, - STATE(1494), 1, - sym_text_interpolation, - STATE(1585), 1, + STATE(649), 1, + sym__member_name, + STATE(670), 1, sym__reserved_identifier, - STATE(1587), 2, + STATE(1417), 1, + sym_text_interpolation, + STATE(655), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2438), 3, + STATE(661), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2929), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57676] = 8, + [57986] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, + ACTIONS(328), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3274), 1, + ACTIONS(2873), 1, sym_name, - ACTIONS(3276), 1, + ACTIONS(2877), 1, anon_sym_LBRACE, - STATE(1495), 1, + STATE(566), 1, + sym__simple_variable, + STATE(862), 1, + sym__reserved_identifier, + STATE(920), 1, + sym__identifier, + STATE(1418), 1, sym_text_interpolation, - ACTIONS(3242), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(577), 3, + STATE(2220), 1, + sym__member_name, + STATE(585), 2, sym_dynamic_variable_name, sym_variable_name, - sym__reserved_identifier, - [57705] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(3278), 1, - sym_name, - ACTIONS(3280), 1, - anon_sym_LBRACE, - STATE(1496), 1, - sym_text_interpolation, - ACTIONS(2974), 3, + ACTIONS(2875), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(837), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57734] = 7, + [58026] = 15, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1497), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(318), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2889), 1, + sym_name, + ACTIONS(2933), 1, + anon_sym_RBRACE, + STATE(990), 1, + aux_sym_attribute_list_repeat1, + STATE(1113), 1, + sym_attribute_group, + STATE(1398), 1, + aux_sym_property_hook_list_repeat1, + STATE(1419), 1, sym_text_interpolation, - ACTIONS(2542), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [57761] = 8, + STATE(1732), 1, + sym_property_hook, + STATE(1733), 1, + sym_attribute_list, + STATE(2048), 1, + sym_final_modifier, + STATE(2528), 1, + sym_reference_modifier, + [58072] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1374), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(668), 1, - sym_arguments, - STATE(1498), 1, - sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, + ACTIONS(2927), 1, + sym_name, + ACTIONS(2931), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [57790] = 9, + STATE(653), 1, + sym__member_name, + STATE(670), 1, + sym__reserved_identifier, + STATE(1420), 1, + sym_text_interpolation, + STATE(655), 2, + sym_dynamic_variable_name, + sym_variable_name, + STATE(661), 2, + sym__simple_variable, + sym__identifier, + ACTIONS(2929), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [58110] = 12, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1534), 1, + ACTIONS(585), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3282), 1, + ACTIONS(2867), 1, sym_name, - ACTIONS(3284), 1, + ACTIONS(2895), 1, anon_sym_LBRACE, - STATE(820), 1, + STATE(527), 1, + sym__simple_variable, + STATE(652), 1, sym__reserved_identifier, - STATE(1499), 1, + STATE(690), 1, + sym__identifier, + STATE(1421), 1, sym_text_interpolation, - STATE(780), 2, + STATE(2319), 1, + sym__member_name, + STATE(543), 2, sym_dynamic_variable_name, sym_variable_name, - ACTIONS(2974), 3, + ACTIONS(2869), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [57821] = 8, + [58150] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3286), 1, + ACTIONS(1522), 1, sym_name, - ACTIONS(3288), 1, - anon_sym_LBRACE, - STATE(1500), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1422), 1, sym_text_interpolation, - ACTIONS(2438), 3, + STATE(1891), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(680), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57850] = 8, + [58187] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3136), 1, - anon_sym_BSLASHu, - ACTIONS(3290), 1, - anon_sym_DASH_GT, - ACTIONS(3292), 1, - anon_sym_LBRACK, - ACTIONS(3294), 1, - sym_encapsed_string_chars_after_variable, - STATE(1501), 1, + ACTIONS(2935), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2937), 1, + aux_sym__arrow_function_header_token1, + STATE(1423), 1, sym_text_interpolation, - ACTIONS(3142), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [57879] = 7, + ACTIONS(2221), 9, + aux_sym_function_static_declaration_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + [58214] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(226), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3300), 1, - anon_sym_PIPE, - STATE(1502), 1, + ACTIONS(1890), 1, + sym_name, + STATE(977), 1, + sym__reserved_identifier, + STATE(1424), 1, sym_text_interpolation, - STATE(1508), 1, - aux_sym_union_type_repeat1, - ACTIONS(3298), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3296), 4, + STATE(1484), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, + sym_namespace_name, + STATE(975), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1900), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [58251] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1425), 1, + sym_text_interpolation, + STATE(1829), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [57906] = 7, + [58288] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3205), 1, - anon_sym_PIPE, - STATE(1484), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1503), 1, + STATE(1426), 1, sym_text_interpolation, - ACTIONS(3304), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3302), 4, + ACTIONS(2939), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - [57933] = 8, + ACTIONS(2941), 7, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58313] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1698), 1, + ACTIONS(543), 1, anon_sym_BSLASH, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(724), 1, - sym_arguments, - STATE(1504), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1522), 1, + sym_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1427), 1, sym_text_interpolation, - STATE(2380), 1, + STATE(2042), 1, aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [57962] = 8, + STATE(2047), 1, + sym__name, + STATE(2472), 1, + sym_namespace_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [58350] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(226), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3306), 1, + ACTIONS(1890), 1, sym_name, - ACTIONS(3308), 1, - anon_sym_LBRACE, - STATE(1505), 1, + STATE(977), 1, + sym__reserved_identifier, + STATE(1428), 1, sym_text_interpolation, - ACTIONS(2438), 3, + STATE(1820), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, + sym_namespace_name, + STATE(975), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1900), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(677), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [57991] = 6, + [58387] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1857), 1, - anon_sym_COLON_COLON, - ACTIONS(1949), 1, - anon_sym_COLON, - STATE(1506), 1, + STATE(1429), 1, sym_text_interpolation, - ACTIONS(1592), 7, - anon_sym_COMMA, + ACTIONS(2943), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(2945), 7, + anon_sym_AMP, anon_sym_LBRACE, - anon_sym_LPAREN, + anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [58016] = 9, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58412] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(324), 1, + anon_sym_LT_LT_LT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3207), 1, - sym_name, - ACTIONS(3209), 1, - anon_sym_LBRACE, - STATE(1507), 1, + ACTIONS(2947), 1, + sym_integer, + STATE(1430), 1, sym_text_interpolation, - STATE(1559), 1, - sym__reserved_identifier, - STATE(1557), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [58047] = 6, + STATE(1925), 1, + sym__string, + ACTIONS(320), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(322), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(901), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + [58445] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3310), 1, - anon_sym_PIPE, - STATE(1508), 2, + STATE(1431), 1, sym_text_interpolation, - aux_sym_union_type_repeat1, - ACTIONS(3191), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3189), 4, + ACTIONS(2949), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - [58072] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1509), 1, - sym_text_interpolation, - ACTIONS(3313), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, + ACTIONS(2951), 7, + anon_sym_AMP, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [58099] = 8, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58470] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1534), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3315), 1, + ACTIONS(1522), 1, sym_name, - ACTIONS(3319), 1, - anon_sym_LBRACE, - STATE(1510), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1432), 1, sym_text_interpolation, - ACTIONS(3317), 3, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2089), 1, + sym__name, + STATE(2472), 1, + sym_namespace_name, + STATE(1435), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(769), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58128] = 8, + [58507] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(885), 1, - sym_arguments, - STATE(1511), 1, + STATE(1433), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, + ACTIONS(2953), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(2955), 7, + anon_sym_AMP, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [58157] = 9, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58532] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1534), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(226), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3321), 1, + ACTIONS(1890), 1, sym_name, - ACTIONS(3323), 1, - anon_sym_LBRACE, - STATE(1512), 1, - sym_text_interpolation, - STATE(1571), 1, + STATE(977), 1, sym__reserved_identifier, - STATE(780), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2438), 3, + STATE(1434), 1, + sym_text_interpolation, + STATE(1873), 1, + sym__name, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2550), 1, + sym_namespace_name, + STATE(975), 2, + sym_qualified_name, + sym__identifier, + ACTIONS(1900), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [58188] = 7, + [58569] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1513), 1, + STATE(1435), 1, sym_text_interpolation, - ACTIONS(3325), 2, + ACTIONS(1681), 11, anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_class_interface_clause_token1, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [58215] = 7, + anon_sym_RBRACK, + [58592] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(324), 1, + anon_sym_LT_LT_LT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1514), 1, + ACTIONS(2957), 1, + sym_integer, + STATE(1436), 1, sym_text_interpolation, - ACTIONS(2612), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, + STATE(2055), 1, + sym__string, + ACTIONS(320), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(322), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(901), 4, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + [58625] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1437), 1, + sym_text_interpolation, + ACTIONS(2959), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(2961), 6, + anon_sym_AMP, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [58242] = 5, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58649] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1610), 1, - anon_sym_BSLASHu, - STATE(1515), 1, + STATE(1438), 1, sym_text_interpolation, - ACTIONS(1608), 8, - sym_encapsed_string_chars, - sym_encapsed_string_chars_after_variable, + ACTIONS(2963), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(2965), 6, + anon_sym_AMP, anon_sym_LBRACE, - anon_sym_DASH_GT, - anon_sym_LBRACK, - sym_escape_sequence, - anon_sym_DQUOTE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - [58265] = 10, + [58673] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, + ACTIONS(1653), 1, anon_sym_AMP, - ACTIONS(3236), 1, + ACTIONS(2867), 1, sym_name, - ACTIONS(3238), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - STATE(1516), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1439), 1, sym_text_interpolation, - STATE(1592), 1, + STATE(1480), 1, sym_reference_modifier, - STATE(1634), 1, + STATE(1774), 1, sym_formal_parameters, - STATE(2265), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(2175), 1, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [58298] = 8, + [58709] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1534), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3327), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2867), 1, sym_name, - ACTIONS(3329), 1, - anon_sym_LBRACE, - STATE(1517), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(652), 1, + sym__reserved_identifier, + STATE(1440), 1, sym_text_interpolation, - ACTIONS(3317), 3, + STATE(1463), 1, + sym_reference_modifier, + STATE(1678), 1, + sym_formal_parameters, + STATE(2175), 1, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(767), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58327] = 8, + [58745] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(1518), 1, + STATE(1441), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1574), 5, + ACTIONS(2969), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(2971), 6, + anon_sym_AMP, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [58356] = 8, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [58769] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(3331), 1, - sym_name, - ACTIONS(3333), 1, - anon_sym_LBRACE, - STATE(1519), 1, + STATE(1442), 1, sym_text_interpolation, - ACTIONS(2974), 3, + ACTIONS(2973), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(864), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58385] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + sym_name, + ACTIONS(2976), 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58793] = 5, + ACTIONS(5), 1, sym_comment, - ACTIONS(1733), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1443), 1, + sym_text_interpolation, + ACTIONS(1448), 5, + sym_encapsed_string_chars_heredoc, + sym_encapsed_string_chars_after_variable_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + ACTIONS(1450), 5, + anon_sym_LBRACE, + anon_sym_DASH_GT, + anon_sym_LBRACK, + anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3335), 1, - sym_name, - ACTIONS(3337), 1, + [58817] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(2979), 1, + anon_sym_DASH_GT, + ACTIONS(2981), 1, + anon_sym_LBRACK, + ACTIONS(2983), 1, + sym_encapsed_string_chars_after_variable_heredoc, + STATE(1444), 1, + sym_text_interpolation, + ACTIONS(1482), 3, anon_sym_LBRACE, - STATE(1520), 1, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(1480), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [58847] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1946), 1, + anon_sym_COLON, + ACTIONS(2629), 1, + anon_sym_COLON_COLON, + STATE(1445), 1, sym_text_interpolation, - ACTIONS(2974), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(862), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58414] = 8, + ACTIONS(1619), 2, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + ACTIONS(1510), 6, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [58875] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3339), 1, - sym_name, - ACTIONS(3341), 1, - anon_sym_LBRACE, - STATE(1521), 1, + STATE(1446), 1, sym_text_interpolation, - ACTIONS(2438), 3, + ACTIONS(2985), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(713), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58443] = 8, + sym_name, + ACTIONS(2987), 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [58899] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3343), 1, - sym_name, - ACTIONS(3345), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - STATE(1522), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1447), 1, sym_text_interpolation, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(711), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58472] = 9, + STATE(1490), 1, + sym_formal_parameters, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1680), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58934] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(3197), 1, - sym_name, - ACTIONS(3199), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - STATE(663), 1, - sym__reserved_identifier, - STATE(1523), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1448), 1, sym_text_interpolation, - STATE(839), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [58503] = 8, + STATE(1515), 1, + sym_formal_parameters, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1723), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58969] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3274), 1, - sym_name, - ACTIONS(3276), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - STATE(1524), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1449), 1, sym_text_interpolation, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(577), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58532] = 9, + STATE(1520), 1, + sym_formal_parameters, + STATE(1656), 1, + sym__property_hook_body, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59004] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, + ACTIONS(1482), 1, + anon_sym_BSLASHu, + ACTIONS(2995), 1, + anon_sym_DASH_GT, + ACTIONS(2997), 1, + anon_sym_LBRACK, + ACTIONS(2999), 1, + sym_encapsed_string_chars_after_variable, + STATE(1450), 1, + sym_text_interpolation, + ACTIONS(1480), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, anon_sym_DOLLAR, - ACTIONS(3197), 1, - sym_name, - ACTIONS(3199), 1, + [59033] = 11, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2989), 1, anon_sym_LBRACE, - STATE(663), 1, - sym__reserved_identifier, - STATE(1525), 1, - sym_text_interpolation, - STATE(689), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [58563] = 5, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1451), 1, + sym_text_interpolation, + STATE(1519), 1, + sym_formal_parameters, + STATE(1660), 1, + sym__property_hook_body, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59068] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1526), 1, - sym_text_interpolation, - ACTIONS(3347), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3349), 5, - anon_sym_AMP, + ACTIONS(2989), 1, anon_sym_LBRACE, + ACTIONS(2991), 1, anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [58586] = 8, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1452), 1, + sym_text_interpolation, + STATE(1487), 1, + sym_formal_parameters, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1770), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59103] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3240), 1, - sym_name, - ACTIONS(3244), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - STATE(1527), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1453), 1, sym_text_interpolation, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(572), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58615] = 9, + STATE(1488), 1, + sym_formal_parameters, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1775), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59138] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3270), 1, - sym_name, - ACTIONS(3272), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - STATE(1528), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1454), 1, sym_text_interpolation, - STATE(1585), 1, - sym__reserved_identifier, - STATE(709), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [58646] = 5, + STATE(1500), 1, + sym_formal_parameters, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1756), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59173] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1610), 1, + ACTIONS(1450), 1, anon_sym_BSLASHu, - STATE(1529), 1, + STATE(1455), 1, sym_text_interpolation, - ACTIONS(1608), 8, + ACTIONS(1448), 8, sym_execution_string_chars, sym_execution_string_chars_after_variable, anon_sym_LBRACE, @@ -125904,18755 +127351,18936 @@ static const uint16_t ts_small_parse_table[] = { sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR, - [58669] = 8, + [59196] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3351), 1, - sym_name, - ACTIONS(3353), 1, - anon_sym_LBRACE, - STATE(1530), 1, + STATE(1456), 1, sym_text_interpolation, - ACTIONS(2438), 3, + ACTIONS(3001), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(699), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58698] = 7, + sym_name, + ACTIONS(3003), 5, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [59219] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1531), 1, - sym_text_interpolation, - ACTIONS(2606), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, + ACTIONS(1482), 1, + anon_sym_BSLASHu, + ACTIONS(3005), 1, anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, + ACTIONS(3007), 1, anon_sym_LBRACK, - [58725] = 8, + ACTIONS(3009), 1, + sym_execution_string_chars_after_variable, + STATE(1457), 1, + sym_text_interpolation, + ACTIONS(1480), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [59248] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(3355), 1, - anon_sym_EQ, - STATE(1532), 1, - sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3038), 2, + ACTIONS(3016), 1, anon_sym_AMP, + ACTIONS(3018), 1, anon_sym_PIPE, - ACTIONS(3036), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - [58754] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3357), 1, - sym_name, - ACTIONS(3359), 1, - anon_sym_LBRACE, - STATE(1533), 1, + STATE(1458), 1, sym_text_interpolation, - ACTIONS(2438), 3, + STATE(1543), 1, + aux_sym_intersection_type_repeat1, + STATE(1624), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1625), 1, + aux_sym_union_type_repeat1, + ACTIONS(3011), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(674), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [58783] = 7, + sym_name, + [59279] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1534), 1, + ACTIONS(1450), 1, + anon_sym_BSLASHu, + STATE(1459), 1, sym_text_interpolation, - ACTIONS(3361), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, + ACTIONS(1448), 8, + sym_encapsed_string_chars, + sym_encapsed_string_chars_after_variable, anon_sym_LBRACE, - anon_sym_COLON_COLON, anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [58810] = 7, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [59302] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1535), 1, - sym_text_interpolation, - ACTIONS(2594), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1574), 5, + ACTIONS(2989), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [58837] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3363), 1, - anon_sym_AMP, - ACTIONS(3365), 1, - anon_sym_PIPE, - STATE(1536), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1460), 1, sym_text_interpolation, + STATE(1508), 1, + sym_formal_parameters, + STATE(1671), 1, + sym__semicolon, STATE(1674), 1, - aux_sym_intersection_type_repeat1, - STATE(1734), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1736), 1, - aux_sym_union_type_repeat1, - ACTIONS(3095), 3, + sym_compound_statement, + STATE(1753), 1, + sym__property_hook_body, + ACTIONS(2331), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [58867] = 11, + [59337] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1073), 1, - sym_declaration_list, - STATE(1537), 1, + ACTIONS(2629), 1, + anon_sym_COLON_COLON, + STATE(1461), 1, sym_text_interpolation, - STATE(1618), 1, - sym_arguments, - STATE(1806), 1, - sym_base_clause, - STATE(2244), 1, - sym_class_interface_clause, - [58901] = 10, + ACTIONS(1619), 2, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + ACTIONS(1510), 6, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [59362] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, + STATE(1462), 1, + sym_text_interpolation, + ACTIONS(1649), 2, anon_sym_BSLASH, - ACTIONS(3375), 1, - anon_sym_COMMA, - ACTIONS(3377), 1, + sym_name, + ACTIONS(2951), 7, + anon_sym_AMP, anon_sym_LBRACE, - STATE(1394), 1, - sym_use_list, - STATE(1538), 1, - sym_text_interpolation, - STATE(1642), 1, - aux_sym_base_clause_repeat1, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3373), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58933] = 8, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [59385] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(985), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3379), 1, - aux_sym_catch_clause_token1, - ACTIONS(3382), 1, - aux_sym_finally_clause_token1, - ACTIONS(983), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - STATE(1539), 2, + ACTIONS(2867), 1, + sym_name, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(652), 1, + sym__reserved_identifier, + STATE(1463), 1, sym_text_interpolation, - aux_sym_try_statement_repeat1, - STATE(1726), 2, - sym_catch_clause, - sym_finally_clause, - [58961] = 7, + STATE(1703), 1, + sym_formal_parameters, + STATE(2378), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [59415] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3181), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + ACTIONS(3020), 1, anon_sym_COMMA, - ACTIONS(3183), 1, + ACTIONS(3022), 1, anon_sym_RPAREN, - STATE(1540), 1, + STATE(1464), 1, sym_text_interpolation, - STATE(2060), 1, + STATE(2024), 1, aux_sym_unset_statement_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [58987] = 11, + [59443] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1460), 1, + anon_sym_EQ, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(3024), 1, sym_name, - STATE(1448), 1, - sym_qualified_name, - STATE(1541), 1, + STATE(1465), 1, sym_text_interpolation, - STATE(1804), 1, - sym_named_type, - STATE(2118), 1, - sym_type_list, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - [59021] = 11, + ACTIONS(2951), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2949), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [59471] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(955), 1, - sym_declaration_list, - STATE(1542), 1, - sym_text_interpolation, - STATE(1648), 1, - sym_arguments, - STATE(1772), 1, - sym_base_clause, - STATE(2439), 1, - sym_class_interface_clause, - [59055] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3132), 1, - anon_sym_COMMA, - ACTIONS(3134), 1, - anon_sym_RPAREN, - STATE(1543), 1, - sym_text_interpolation, - STATE(2085), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1574), 5, + ACTIONS(3027), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59081] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(3369), 1, + ACTIONS(3029), 1, aux_sym_base_clause_token1, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(963), 1, + STATE(763), 1, sym_declaration_list, - STATE(1544), 1, + STATE(1466), 1, sym_text_interpolation, - STATE(1668), 1, + STATE(1577), 1, sym_arguments, - STATE(1877), 1, + STATE(1824), 1, sym_base_clause, - STATE(2418), 1, + STATE(2292), 1, sym_class_interface_clause, - [59115] = 11, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1676), 1, - sym_name, - STATE(1448), 1, - sym_qualified_name, - STATE(1545), 1, - sym_text_interpolation, - STATE(1804), 1, - sym_named_type, - STATE(2050), 1, - sym_type_list, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - [59149] = 11, + [59505] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - ACTIONS(3367), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, + ACTIONS(3029), 1, aux_sym_base_clause_token1, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - STATE(1135), 1, + STATE(756), 1, sym_declaration_list, - STATE(1546), 1, + STATE(1467), 1, sym_text_interpolation, - STATE(1673), 1, + STATE(1560), 1, sym_arguments, - STATE(1887), 1, + STATE(1792), 1, sym_base_clause, - STATE(2431), 1, + STATE(2330), 1, sym_class_interface_clause, - [59183] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(995), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3387), 1, - aux_sym_catch_clause_token1, - ACTIONS(3389), 1, - aux_sym_finally_clause_token1, - STATE(1539), 1, - aux_sym_try_statement_repeat1, - STATE(1547), 1, - sym_text_interpolation, - ACTIONS(993), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - STATE(1726), 2, - sym_catch_clause, - sym_finally_clause, - [59213] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3150), 1, - anon_sym_RPAREN, - STATE(1548), 1, - sym_text_interpolation, - STATE(2025), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59239] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1549), 1, - sym_text_interpolation, - ACTIONS(3136), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3142), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [59260] = 10, + [59539] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(226), 1, - anon_sym_BSLASH, - ACTIONS(575), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1676), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2867), 1, sym_name, - STATE(1448), 1, - sym_qualified_name, - STATE(1550), 1, - sym_text_interpolation, - STATE(2135), 1, - sym_named_type, - STATE(2546), 1, - sym_namespace_name_as_prefix, - STATE(2615), 1, - sym_namespace_name, - [59291] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1648), 1, - anon_sym_LPAREN, - STATE(606), 1, - sym_arguments, - STATE(1551), 1, - sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59314] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1941), 1, - anon_sym_LPAREN, - STATE(908), 1, - sym_arguments, - STATE(1552), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1468), 1, sym_text_interpolation, - ACTIONS(1707), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59337] = 6, + STATE(1605), 1, + sym_reference_modifier, + STATE(2367), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [59569] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(668), 1, - sym_arguments, - STATE(1553), 1, - sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59360] = 5, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1554), 1, + ACTIONS(3033), 1, + anon_sym_AMP, + ACTIONS(3040), 1, + anon_sym_PIPE, + STATE(1469), 1, sym_text_interpolation, - ACTIONS(3391), 3, + STATE(1631), 1, + aux_sym_intersection_type_repeat1, + STATE(1664), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1669), 1, + aux_sym_union_type_repeat1, + ACTIONS(3035), 3, anon_sym_LBRACE, - anon_sym_BSLASHu, + anon_sym_EQ_GT, anon_sym_DOLLAR, - ACTIONS(2955), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [59381] = 7, + [59599] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(917), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3395), 1, - aux_sym_enum_case_token1, - ACTIONS(3398), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3393), 2, - anon_sym_RBRACE, - aux_sym_switch_block_token1, - STATE(1555), 2, + ACTIONS(3042), 1, + aux_sym_catch_clause_token1, + ACTIONS(3044), 1, + aux_sym_finally_clause_token1, + STATE(1470), 1, sym_text_interpolation, - aux_sym_switch_block_repeat1, - STATE(1808), 2, - sym_case_statement, - sym_default_statement, - [59406] = 6, + STATE(1478), 1, + aux_sym_try_statement_repeat1, + ACTIONS(915), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + STATE(1661), 2, + sym_catch_clause, + sym_finally_clause, + [59629] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(786), 1, - sym_arguments, - STATE(1556), 1, + ACTIONS(1647), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(3046), 1, + aux_sym_namespace_use_clause_token3, + STATE(1471), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(1460), 5, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [59429] = 6, + [59655] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(887), 1, - sym_arguments, - STATE(1557), 1, - sym_text_interpolation, - ACTIONS(1580), 5, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59452] = 6, + STATE(895), 1, + sym_declaration_list, + STATE(1472), 1, + sym_text_interpolation, + STATE(1619), 1, + sym_arguments, + STATE(1788), 1, + sym_base_clause, + STATE(2331), 1, + sym_class_interface_clause, + [59689] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(885), 1, - sym_arguments, - STATE(1558), 1, - sym_text_interpolation, - ACTIONS(1574), 5, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59475] = 6, + STATE(912), 1, + sym_declaration_list, + STATE(1473), 1, + sym_text_interpolation, + STATE(1551), 1, + sym_arguments, + STATE(1853), 1, + sym_base_clause, + STATE(2352), 1, + sym_class_interface_clause, + [59723] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1941), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(887), 1, - sym_arguments, - STATE(1559), 1, - sym_text_interpolation, - ACTIONS(1747), 5, + ACTIONS(3027), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59498] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1560), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(746), 1, + sym_declaration_list, + STATE(1474), 1, sym_text_interpolation, - ACTIONS(1610), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(1608), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [59519] = 6, + STATE(1574), 1, + sym_arguments, + STATE(1825), 1, + sym_base_clause, + STATE(2290), 1, + sym_class_interface_clause, + [59757] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(724), 1, - sym_arguments, - STATE(1561), 1, - sym_text_interpolation, - ACTIONS(1574), 5, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59542] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1562), 1, + STATE(935), 1, + sym_declaration_list, + STATE(1475), 1, sym_text_interpolation, - ACTIONS(1602), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(1600), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [59563] = 8, + STATE(1549), 1, + sym_arguments, + STATE(1856), 1, + sym_base_clause, + STATE(2342), 1, + sym_class_interface_clause, + [59791] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3403), 1, - anon_sym_DASH, - STATE(1563), 1, - sym_text_interpolation, - STATE(2642), 1, - sym__simple_string_array_access_argument, - ACTIONS(3401), 2, - sym_integer, - sym_name, - STATE(2639), 2, - sym__simple_string_subscript_unary_expression, - sym_variable_name, - [59590] = 5, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1564), 1, - sym_text_interpolation, - ACTIONS(1606), 3, + ACTIONS(1402), 1, + anon_sym_LPAREN, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(1604), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [59611] = 6, + STATE(850), 1, + sym_declaration_list, + STATE(1476), 1, + sym_text_interpolation, + STATE(1622), 1, + sym_arguments, + STATE(1787), 1, + sym_base_clause, + STATE(2249), 1, + sym_class_interface_clause, + [59825] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1440), 1, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - STATE(1565), 1, + ACTIONS(3050), 1, + anon_sym_RPAREN, + STATE(1477), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + STATE(2061), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [59634] = 5, + [59853] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(925), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(1566), 1, + ACTIONS(3052), 1, + aux_sym_catch_clause_token1, + ACTIONS(3055), 1, + aux_sym_finally_clause_token1, + ACTIONS(923), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + STATE(1478), 2, sym_text_interpolation, - ACTIONS(3361), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59655] = 6, + aux_sym_try_statement_repeat1, + STATE(1661), 2, + sym_catch_clause, + sym_finally_clause, + [59881] = 11, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(578), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(754), 1, + sym_declaration_list, + STATE(1479), 1, + sym_text_interpolation, + STATE(1580), 1, sym_arguments, - STATE(1567), 1, + STATE(1839), 1, + sym_base_clause, + STATE(2250), 1, + sym_class_interface_clause, + [59915] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2867), 1, + sym_name, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(652), 1, + sym__reserved_identifier, + STATE(1480), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59678] = 5, + STATE(1739), 1, + sym_formal_parameters, + STATE(2378), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [59945] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1568), 1, + ACTIONS(1946), 1, + anon_sym_COLON, + ACTIONS(2629), 1, + anon_sym_COLON_COLON, + STATE(1481), 1, sym_text_interpolation, - ACTIONS(3325), 2, + ACTIONS(1510), 6, anon_sym_COMMA, + anon_sym_LPAREN, anon_sym_RPAREN, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [59699] = 9, + [59969] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3405), 1, + ACTIONS(3058), 1, anon_sym_AMP, - ACTIONS(3411), 1, + ACTIONS(3060), 1, anon_sym_PIPE, - STATE(1569), 1, + STATE(1482), 1, sym_text_interpolation, - STATE(1752), 1, - aux_sym_union_type_repeat1, - STATE(1753), 1, + STATE(1687), 1, aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1830), 1, + STATE(1691), 1, + aux_sym_union_type_repeat1, + STATE(1750), 1, aux_sym_intersection_type_repeat1, - ACTIONS(3095), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [59728] = 5, + ACTIONS(3035), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [59999] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1570), 1, - sym_text_interpolation, - ACTIONS(3313), 2, + ACTIONS(1440), 1, + anon_sym_LPAREN, + ACTIONS(3062), 1, anon_sym_COMMA, + ACTIONS(3064), 1, anon_sym_RPAREN, - ACTIONS(1574), 5, - anon_sym_LBRACE, + STATE(1483), 1, + sym_text_interpolation, + STATE(2053), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [59749] = 6, + [60027] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(790), 1, - sym_arguments, - STATE(1571), 1, - sym_text_interpolation, - ACTIONS(1747), 5, + ACTIONS(3066), 1, + anon_sym_COMMA, + ACTIONS(3068), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59772] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1572), 1, + STATE(1484), 1, sym_text_interpolation, - ACTIONS(3413), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3415), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [59793] = 5, + STATE(1498), 1, + aux_sym_base_clause_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1335), 2, + sym_use_list, + sym__semicolon, + [60054] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - STATE(1573), 1, + STATE(1485), 1, sym_text_interpolation, - ACTIONS(3417), 3, + ACTIONS(3070), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3419), 4, + ACTIONS(3072), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [59814] = 8, + [60075] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(3423), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1574), 1, + STATE(1486), 1, sym_text_interpolation, - STATE(1951), 1, - sym_namespace_aliasing_clause, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3421), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2345), 2, anon_sym_COMMA, - [59841] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3403), 1, - anon_sym_DASH, - STATE(1575), 1, - sym_text_interpolation, - STATE(2619), 1, - sym__simple_string_array_access_argument, - ACTIONS(3401), 2, - sym_integer, - sym_name, - STATE(2639), 2, - sym__simple_string_subscript_unary_expression, - sym_variable_name, - [59868] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1941), 1, + anon_sym_RPAREN, + ACTIONS(1460), 5, anon_sym_LPAREN, - STATE(885), 1, - sym_arguments, - STATE(1576), 1, - sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [59891] = 6, + [60096] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(809), 1, - sym_arguments, - STATE(1577), 1, - sym_text_interpolation, - ACTIONS(1707), 5, + ACTIONS(2989), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59914] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(1578), 1, - sym_text_interpolation, - ACTIONS(1955), 3, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - ACTIONS(1953), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - [59935] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(1579), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1487), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3038), 5, + STATE(1653), 1, + sym__property_hook_body, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + ACTIONS(2331), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [59958] = 6, + [60125] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3146), 1, - aux_sym_namespace_aliasing_clause_token1, - ACTIONS(3425), 1, - aux_sym_use_instead_of_clause_token1, - STATE(1580), 1, - sym_text_interpolation, - ACTIONS(1574), 5, + ACTIONS(2989), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [59981] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1692), 1, - anon_sym_LPAREN, - STATE(668), 1, - sym_arguments, - STATE(1581), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1488), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [60004] = 8, + STATE(1650), 1, + sym__property_hook_body, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60154] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3403), 1, - anon_sym_DASH, - STATE(1582), 1, + ACTIONS(3074), 1, + anon_sym_AMP, + ACTIONS(3080), 1, + anon_sym_PIPE, + STATE(1489), 1, sym_text_interpolation, - STATE(2489), 1, - sym__simple_string_array_access_argument, - ACTIONS(3401), 2, - sym_integer, - sym_name, - STATE(2639), 2, - sym__simple_string_subscript_unary_expression, - sym_variable_name, - [60031] = 6, + STATE(1771), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1773), 1, + aux_sym_union_type_repeat1, + STATE(1844), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3035), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [60183] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(760), 1, - sym_arguments, - STATE(1583), 1, - sym_text_interpolation, - ACTIONS(1707), 5, + ACTIONS(2989), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [60054] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - ACTIONS(3427), 1, - sym_name, - STATE(1584), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1490), 1, sym_text_interpolation, - STATE(1646), 1, - sym_formal_parameters, - STATE(2440), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [60081] = 6, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1777), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60212] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(742), 1, - sym_arguments, - STATE(1585), 1, - sym_text_interpolation, - ACTIONS(1747), 5, + ACTIONS(3082), 1, + anon_sym_COMMA, + ACTIONS(3084), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [60104] = 6, + STATE(1491), 1, + sym_text_interpolation, + STATE(1722), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1382), 2, + sym_property_hook_list, + sym__semicolon, + [60239] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1939), 1, - anon_sym_LPAREN, - STATE(786), 1, - sym_arguments, - STATE(1586), 1, + ACTIONS(3050), 1, + anon_sym_RPAREN, + STATE(1492), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + STATE(2061), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [60127] = 6, + [60264] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(742), 1, - sym_arguments, - STATE(1587), 1, + ACTIONS(3050), 1, + anon_sym_RPAREN, + STATE(1493), 1, sym_text_interpolation, - ACTIONS(1580), 5, - anon_sym_LBRACE, + STATE(2061), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [60150] = 8, + [60289] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3429), 1, + ACTIONS(2867), 1, sym_name, - STATE(1588), 1, - sym_text_interpolation, - STATE(1744), 1, - sym_reference_modifier, - STATE(2347), 1, + STATE(652), 1, sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(1494), 1, + sym_text_interpolation, + STATE(2118), 1, + sym_const_element, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [60177] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1589), 1, - sym_text_interpolation, - ACTIONS(3431), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3433), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [60198] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, + [60316] = 7, + ACTIONS(3), 1, anon_sym_QMARK_GT, - STATE(1590), 1, - sym_text_interpolation, - ACTIONS(3435), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3437), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [60219] = 5, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1591), 1, + ACTIONS(1643), 1, + anon_sym_BSLASH, + ACTIONS(3086), 1, + sym_name, + STATE(1495), 1, sym_text_interpolation, - ACTIONS(3439), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3441), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [60240] = 8, + ACTIONS(1639), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1641), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [60341] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - ACTIONS(3427), 1, + ACTIONS(2867), 1, sym_name, - STATE(1592), 1, - sym_text_interpolation, - STATE(1596), 1, - sym_formal_parameters, - STATE(2440), 1, + STATE(652), 1, sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(1496), 1, + sym_text_interpolation, + STATE(1769), 1, + sym_const_element, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [60267] = 6, + [60368] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1701), 1, - anon_sym_LPAREN, - STATE(724), 1, - sym_arguments, - STATE(1593), 1, + ACTIONS(3020), 1, + anon_sym_COMMA, + ACTIONS(3022), 1, + anon_sym_RPAREN, + STATE(1497), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + STATE(2024), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [60290] = 9, + [60393] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3066), 1, + anon_sym_COMMA, + ACTIONS(3068), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1594), 1, + STATE(1498), 1, sym_text_interpolation, - STATE(1755), 1, - sym_declaration_list, - STATE(1771), 1, - sym_base_clause, - STATE(2364), 1, - sym_class_interface_clause, - [60318] = 8, + STATE(1655), 1, + aux_sym_base_clause_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1348), 2, + sym_use_list, + sym__semicolon, + [60420] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_enum_case_token1, - ACTIONS(3445), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3447), 1, - aux_sym_switch_block_token1, - STATE(1595), 1, + ACTIONS(3082), 1, + anon_sym_COMMA, + ACTIONS(3084), 1, + anon_sym_LBRACE, + STATE(1499), 1, sym_text_interpolation, - STATE(1620), 1, - aux_sym_switch_block_repeat1, - STATE(1808), 2, - sym_case_statement, - sym_default_statement, - [60344] = 9, + STATE(1510), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1365), 2, + sym_property_hook_list, + sym__semicolon, + [60447] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1079), 1, - sym_compound_statement, - STATE(1596), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1500), 1, sym_text_interpolation, - STATE(1817), 1, - sym_anonymous_function_use_clause, - STATE(2318), 1, - sym__return_type, - [60372] = 5, + STATE(1658), 1, + sym__property_hook_body, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60476] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1606), 1, - anon_sym_BSLASHu, - STATE(1597), 1, - sym_text_interpolation, - ACTIONS(1604), 5, - sym_execution_string_chars, + ACTIONS(3082), 1, + anon_sym_COMMA, + ACTIONS(3084), 1, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [60392] = 9, + STATE(1501), 1, + sym_text_interpolation, + STATE(1534), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1384), 2, + sym_property_hook_list, + sym__semicolon, + [60503] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1087), 1, - sym_compound_statement, - STATE(1598), 1, + ACTIONS(3020), 1, + anon_sym_COMMA, + ACTIONS(3022), 1, + anon_sym_RPAREN, + STATE(1502), 1, sym_text_interpolation, - STATE(1814), 1, - sym_anonymous_function_use_clause, - STATE(2289), 1, - sym__return_type, - [60420] = 5, + STATE(2024), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [60528] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1602), 1, - anon_sym_BSLASHu, - STATE(1599), 1, + ACTIONS(2867), 1, + sym_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1503), 1, sym_text_interpolation, - ACTIONS(1600), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [60440] = 5, + STATE(1676), 1, + sym_const_element, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [60555] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3431), 1, - anon_sym_BSLASHu, - STATE(1600), 1, + STATE(1504), 1, sym_text_interpolation, - ACTIONS(3433), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [60460] = 9, + ACTIONS(2371), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1460), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [60576] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(447), 1, - sym_declaration_list, - STATE(1601), 1, + STATE(1505), 1, sym_text_interpolation, - STATE(1856), 1, - sym_base_clause, - STATE(2397), 1, - sym_class_interface_clause, - [60488] = 9, + ACTIONS(2421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1460), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [60597] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(3457), 1, - anon_sym_SQUOTE, - ACTIONS(3459), 1, - aux_sym_string_token2, - ACTIONS(3461), 1, - aux_sym_string_content_token1, - STATE(1602), 1, - sym_text_interpolation, - STATE(1630), 1, - aux_sym_string_repeat1, - STATE(1874), 1, - aux_sym_string_content_repeat1, - STATE(1991), 1, - sym_string_content, - [60516] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1602), 1, - anon_sym_BSLASHu, - STATE(1603), 1, - sym_text_interpolation, - ACTIONS(1600), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [60536] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3413), 1, - anon_sym_BSLASHu, - STATE(1604), 1, + STATE(1506), 1, sym_text_interpolation, - ACTIONS(3415), 5, - sym_execution_string_chars, + ACTIONS(3089), 3, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [60556] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3439), 1, anon_sym_BSLASHu, - STATE(1605), 1, - sym_text_interpolation, - ACTIONS(3441), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, anon_sym_DOLLAR, - [60576] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3136), 1, - anon_sym_BSLASHu, - STATE(1606), 1, - sym_text_interpolation, - ACTIONS(3142), 5, - sym_execution_string_chars, - anon_sym_LBRACE, + ACTIONS(3091), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [60596] = 5, + sym__new_line, + [60618] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1606), 1, - anon_sym_BSLASHu, - STATE(1607), 1, + STATE(1507), 1, sym_text_interpolation, - ACTIONS(1604), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, + ACTIONS(1926), 3, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, anon_sym_DOLLAR, - [60616] = 9, + ACTIONS(1924), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [60639] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1076), 1, - sym_compound_statement, - STATE(1608), 1, - sym_text_interpolation, - STATE(1844), 1, - sym_anonymous_function_use_clause, - STATE(2412), 1, - sym__return_type, - [60644] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3435), 1, - anon_sym_BSLASHu, - STATE(1609), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1508), 1, sym_text_interpolation, - ACTIONS(3437), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [60664] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1142), 1, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, sym_compound_statement, - STATE(1610), 1, - sym_text_interpolation, - STATE(1921), 1, - sym_anonymous_function_use_clause, - STATE(2443), 1, - sym__return_type, - [60692] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + STATE(1726), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60668] = 5, + ACTIONS(5), 1, sym_comment, - ACTIONS(1610), 1, - anon_sym_BSLASHu, - STATE(1611), 1, - sym_text_interpolation, - ACTIONS(1608), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [60712] = 6, - ACTIONS(3), 1, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(1612), 1, + STATE(1509), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3463), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(3093), 3, anon_sym_LBRACE, - [60734] = 8, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(3095), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [60689] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3375), 1, + ACTIONS(3082), 1, anon_sym_COMMA, - ACTIONS(3377), 1, + ACTIONS(3084), 1, anon_sym_LBRACE, - STATE(1394), 1, - sym_use_list, - STATE(1613), 1, + STATE(1510), 1, sym_text_interpolation, - STATE(1642), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3373), 2, + STATE(1722), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [60760] = 9, + STATE(1371), 2, + sym_property_hook_list, + sym__semicolon, + [60716] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(3465), 1, - sym_php_tag, - ACTIONS(3467), 1, - aux_sym_text_token1, - ACTIONS(3469), 1, - aux_sym_text_token2, - ACTIONS(3471), 1, - sym__eof, - STATE(1614), 1, - sym_text_interpolation, - STATE(1769), 1, - aux_sym_text_repeat1, - STATE(2201), 1, - sym_text, - [60788] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1610), 1, - anon_sym_BSLASHu, - STATE(1615), 1, + STATE(1511), 1, sym_text_interpolation, - ACTIONS(1608), 5, - sym_execution_string_chars, + ACTIONS(3097), 3, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, + anon_sym_BSLASHu, anon_sym_DOLLAR, - [60808] = 9, + ACTIONS(3099), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [60737] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(448), 1, - sym_declaration_list, - STATE(1616), 1, - sym_text_interpolation, - STATE(1917), 1, - sym_base_clause, - STATE(2457), 1, - sym_class_interface_clause, - [60836] = 9, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3459), 1, - aux_sym_string_token2, - ACTIONS(3461), 1, - aux_sym_string_content_token1, - ACTIONS(3473), 1, - anon_sym_SQUOTE, - STATE(1617), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(1512), 1, sym_text_interpolation, - STATE(1636), 1, - aux_sym_string_repeat1, - STATE(1874), 1, - aux_sym_string_content_repeat1, - STATE(1991), 1, - sym_string_content, - [60864] = 9, + ACTIONS(3101), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [60760] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1115), 1, - sym_declaration_list, - STATE(1618), 1, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(3024), 1, + sym_name, + STATE(1513), 1, sym_text_interpolation, - STATE(1809), 1, - sym_base_clause, - STATE(2279), 1, - sym_class_interface_clause, - [60892] = 9, + ACTIONS(2951), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2949), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [60785] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1011), 1, - aux_sym_while_statement_token1, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3475), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3478), 1, - aux_sym_else_clause_token1, - STATE(1619), 1, + ACTIONS(3103), 1, + sym_name, + STATE(1431), 1, + sym_qualified_name, + STATE(1514), 1, sym_text_interpolation, - STATE(1684), 1, - aux_sym_if_statement_repeat1, - STATE(1944), 1, - sym_else_if_clause, - STATE(2062), 1, - sym_else_clause, - [60920] = 8, + STATE(1782), 1, + sym_named_type, + STATE(2027), 1, + sym_type_list, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + [60816] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_enum_case_token1, - ACTIONS(3445), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3481), 1, - aux_sym_switch_block_token1, - STATE(1555), 1, - aux_sym_switch_block_repeat1, - STATE(1620), 1, + ACTIONS(2989), 1, + anon_sym_LBRACE, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1515), 1, sym_text_interpolation, - STATE(1808), 2, - sym_case_statement, - sym_default_statement, - [60946] = 7, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1717), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60845] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1516), 1, + sym_text_interpolation, + ACTIONS(3105), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(3107), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [60866] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3483), 1, + ACTIONS(2867), 1, sym_name, - STATE(1621), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1517), 1, sym_text_interpolation, - STATE(1920), 1, + STATE(1675), 1, sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [60970] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + [60893] = 5, + ACTIONS(5), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_enum_case_token1, - ACTIONS(3445), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3485), 1, - anon_sym_RBRACE, - STATE(1555), 1, - aux_sym_switch_block_repeat1, - STATE(1622), 1, - sym_text_interpolation, - STATE(1808), 2, - sym_case_statement, - sym_default_statement, - [60996] = 9, - ACTIONS(3), 1, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1001), 1, - aux_sym_while_statement_token1, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3487), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3490), 1, - aux_sym_else_clause_token1, - STATE(1619), 1, - aux_sym_if_statement_repeat1, - STATE(1623), 1, + STATE(1518), 1, sym_text_interpolation, - STATE(1944), 1, - sym_else_if_clause, - STATE(1945), 1, - sym_else_clause, - [61024] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(3109), 3, anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(937), 1, - sym_compound_statement, - STATE(1624), 1, - sym_text_interpolation, - STATE(1906), 1, - sym_anonymous_function_use_clause, - STATE(2407), 1, - sym__return_type, - [61052] = 8, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(2722), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [60914] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(1625), 1, + ACTIONS(2989), 1, + anon_sym_LBRACE, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1519), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - STATE(2419), 1, - sym_arguments, - ACTIONS(3493), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [61078] = 9, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1727), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60943] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(2989), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1626), 1, + ACTIONS(2991), 1, + anon_sym_EQ_GT, + STATE(1520), 1, sym_text_interpolation, - STATE(1729), 1, - sym_declaration_list, - STATE(1914), 1, - sym_base_clause, - STATE(2417), 1, - sym_class_interface_clause, - [61106] = 5, + STATE(1671), 1, + sym__semicolon, + STATE(1674), 1, + sym_compound_statement, + STATE(1716), 1, + sym__property_hook_body, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [60972] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3497), 1, - anon_sym_BSLASHu, - STATE(1627), 1, + STATE(1521), 1, sym_text_interpolation, - ACTIONS(3495), 5, - sym_encapsed_string_chars, + ACTIONS(1649), 2, + anon_sym_BSLASH, + sym_name, + ACTIONS(2951), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_AMP, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [61126] = 5, + anon_sym_PIPE, + [60993] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3413), 1, - anon_sym_BSLASHu, - STATE(1628), 1, - sym_text_interpolation, - ACTIONS(3415), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, + ACTIONS(1667), 1, anon_sym_DOLLAR, - [61146] = 5, + ACTIONS(3113), 1, + anon_sym_DASH, + STATE(1522), 1, + sym_text_interpolation, + STATE(2590), 1, + sym__simple_string_array_access_argument, + ACTIONS(3111), 2, + sym_integer, + sym_name, + STATE(2435), 2, + sym__simple_string_subscript_unary_expression, + sym_variable_name, + [61020] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3136), 1, - anon_sym_BSLASHu, - STATE(1629), 1, + ACTIONS(3062), 1, + anon_sym_COMMA, + ACTIONS(3064), 1, + anon_sym_RPAREN, + STATE(1523), 1, sym_text_interpolation, - ACTIONS(3142), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [61166] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, + STATE(2053), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61045] = 7, + ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(3459), 1, - aux_sym_string_token2, - ACTIONS(3461), 1, - aux_sym_string_content_token1, - ACTIONS(3499), 1, - anon_sym_SQUOTE, - STATE(1630), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3062), 1, + anon_sym_COMMA, + ACTIONS(3064), 1, + anon_sym_RPAREN, + STATE(1524), 1, sym_text_interpolation, - STATE(1666), 1, - aux_sym_string_repeat1, - STATE(1874), 1, - aux_sym_string_content_repeat1, - STATE(1991), 1, - sym_string_content, - [61194] = 9, + STATE(2053), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61070] = 10, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3501), 1, - aux_sym_if_statement_token2, - ACTIONS(3503), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3505), 1, - aux_sym_else_clause_token1, - STATE(1631), 1, + ACTIONS(3103), 1, + sym_name, + STATE(1431), 1, + sym_qualified_name, + STATE(1525), 1, sym_text_interpolation, - STATE(1725), 1, - aux_sym_if_statement_repeat2, - STATE(2090), 1, - sym_else_if_clause_2, - STATE(2590), 1, - sym_else_clause_2, - [61222] = 5, + STATE(1782), 1, + sym_named_type, + STATE(1991), 1, + sym_type_list, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2472), 1, + sym_namespace_name, + [61101] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3509), 1, - anon_sym_BSLASHu, - STATE(1632), 1, - sym_text_interpolation, - ACTIONS(3507), 5, - sym_execution_string_chars, + ACTIONS(3082), 1, + anon_sym_COMMA, + ACTIONS(3084), 1, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [61242] = 7, + STATE(1491), 1, + aux_sym_property_declaration_repeat1, + STATE(1526), 1, + sym_text_interpolation, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1386), 2, + sym_property_hook_list, + sym__semicolon, + [61128] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3483), 1, - sym_name, - STATE(1633), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(1527), 1, sym_text_interpolation, - STATE(1908), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [61266] = 9, + ACTIONS(3115), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61151] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, + ACTIONS(3082), 1, + anon_sym_COMMA, + ACTIONS(3084), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1140), 1, - sym_compound_statement, - STATE(1634), 1, + STATE(1528), 1, sym_text_interpolation, - STATE(1773), 1, - sym_anonymous_function_use_clause, - STATE(2200), 1, - sym__return_type, - [61294] = 5, + STATE(1722), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1363), 2, + sym_property_hook_list, + sym__semicolon, + [61178] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3431), 1, - anon_sym_BSLASHu, - STATE(1635), 1, - sym_text_interpolation, - ACTIONS(3433), 5, - sym_encapsed_string_chars, + ACTIONS(3082), 1, + anon_sym_COMMA, + ACTIONS(3084), 1, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [61314] = 9, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3459), 1, - aux_sym_string_token2, - ACTIONS(3461), 1, - aux_sym_string_content_token1, - ACTIONS(3511), 1, - anon_sym_SQUOTE, - STATE(1636), 1, + STATE(1528), 1, + aux_sym_property_declaration_repeat1, + STATE(1529), 1, sym_text_interpolation, - STATE(1666), 1, - aux_sym_string_repeat1, - STATE(1874), 1, - aux_sym_string_content_repeat1, - STATE(1991), 1, - sym_string_content, - [61342] = 9, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1370), 2, + sym_property_hook_list, + sym__semicolon, + [61205] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3503), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3505), 1, - aux_sym_else_clause_token1, - ACTIONS(3513), 1, - aux_sym_if_statement_token2, - STATE(1637), 1, + STATE(1530), 1, sym_text_interpolation, - STATE(1644), 1, - aux_sym_if_statement_repeat2, - STATE(2090), 1, - sym_else_if_clause_2, - STATE(2541), 1, - sym_else_clause_2, - [61370] = 8, + ACTIONS(2433), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1460), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61226] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_enum_case_token1, - ACTIONS(3445), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3515), 1, - aux_sym_switch_block_token1, - STATE(1638), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3113), 1, + anon_sym_DASH, + STATE(1531), 1, sym_text_interpolation, - STATE(1645), 1, - aux_sym_switch_block_repeat1, - STATE(1808), 2, - sym_case_statement, - sym_default_statement, - [61396] = 9, + STATE(2440), 1, + sym__simple_string_array_access_argument, + ACTIONS(3111), 2, + sym_integer, + sym_name, + STATE(2435), 2, + sym__simple_string_subscript_unary_expression, + sym_variable_name, + [61253] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(950), 1, - sym_compound_statement, - STATE(1639), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(1532), 1, sym_text_interpolation, - STATE(1902), 1, - sym_anonymous_function_use_clause, - STATE(2447), 1, - sym__return_type, - [61424] = 7, + ACTIONS(3117), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61276] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3483), 1, + ACTIONS(2867), 1, sym_name, - STATE(1640), 1, + STATE(652), 1, + sym__reserved_identifier, + STATE(1533), 1, sym_text_interpolation, - STATE(1863), 1, + STATE(1698), 1, sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, + STATE(2487), 1, + sym__identifier, + ACTIONS(1908), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [61448] = 8, + [61303] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(3517), 1, - anon_sym_COMMA, - STATE(1641), 1, - sym_text_interpolation, - STATE(1801), 1, - aux_sym_base_clause_repeat1, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3519), 2, - anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [61474] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3375), 1, + ACTIONS(3082), 1, anon_sym_COMMA, - ACTIONS(3377), 1, + ACTIONS(3084), 1, anon_sym_LBRACE, - STATE(1381), 1, - sym_use_list, - STATE(1642), 1, + STATE(1534), 1, sym_text_interpolation, - STATE(1745), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3521), 2, + STATE(1722), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61500] = 8, + STATE(1368), 2, + sym_property_hook_list, + sym__semicolon, + [61330] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_enum_case_token1, - ACTIONS(3445), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3523), 1, - anon_sym_RBRACE, - STATE(1643), 1, + ACTIONS(2629), 1, + anon_sym_COLON_COLON, + STATE(1535), 1, sym_text_interpolation, - STATE(1672), 1, - aux_sym_switch_block_repeat1, - STATE(1808), 2, - sym_case_statement, - sym_default_statement, - [61526] = 9, + ACTIONS(1510), 6, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61351] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3503), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3505), 1, - aux_sym_else_clause_token1, - ACTIONS(3525), 1, - aux_sym_if_statement_token2, - STATE(1644), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3113), 1, + anon_sym_DASH, + STATE(1536), 1, sym_text_interpolation, - STATE(1725), 1, - aux_sym_if_statement_repeat2, - STATE(2090), 1, - sym_else_if_clause_2, - STATE(2523), 1, - sym_else_clause_2, - [61554] = 8, + STATE(2469), 1, + sym__simple_string_array_access_argument, + ACTIONS(3111), 2, + sym_integer, + sym_name, + STATE(2435), 2, + sym__simple_string_subscript_unary_expression, + sym_variable_name, + [61378] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1537), 1, + sym_text_interpolation, + ACTIONS(1450), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(1448), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [61399] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1538), 1, + sym_text_interpolation, + ACTIONS(3119), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(3121), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [61420] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1539), 1, + sym_text_interpolation, + ACTIONS(1416), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(1414), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [61441] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1540), 1, + sym_text_interpolation, + ACTIONS(1502), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(1500), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [61462] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3125), 1, aux_sym_enum_case_token1, - ACTIONS(3445), 1, + ACTIONS(3128), 1, aux_sym_match_default_expression_token1, - ACTIONS(3527), 1, + ACTIONS(3123), 2, + anon_sym_RBRACE, aux_sym_switch_block_token1, - STATE(1555), 1, - aux_sym_switch_block_repeat1, - STATE(1645), 1, + STATE(1541), 2, sym_text_interpolation, + aux_sym_switch_block_repeat1, STATE(1808), 2, sym_case_statement, sym_default_statement, - [61580] = 9, + [61487] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1542), 1, + sym_text_interpolation, + ACTIONS(1482), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(1480), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [61508] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1132), 1, - sym_compound_statement, - STATE(1646), 1, + ACTIONS(3016), 1, + anon_sym_AMP, + STATE(1543), 1, sym_text_interpolation, - STATE(1834), 1, - sym_anonymous_function_use_clause, - STATE(2344), 1, - sym__return_type, - [61608] = 9, + STATE(1583), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3131), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [61530] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1116), 1, - sym_compound_statement, - STATE(1647), 1, + ACTIONS(1402), 1, + anon_sym_LPAREN, + STATE(537), 1, + sym_arguments, + STATE(1544), 1, sym_text_interpolation, - STATE(1825), 1, - sym_anonymous_function_use_clause, - STATE(2296), 1, - sym__return_type, - [61636] = 9, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [61552] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, + ACTIONS(3133), 1, + sym_name, + ACTIONS(3135), 1, anon_sym_LBRACE, - STATE(951), 1, - sym_declaration_list, - STATE(1648), 1, + STATE(548), 1, + sym__simple_variable, + STATE(1545), 1, sym_text_interpolation, - STATE(1881), 1, - sym_base_clause, - STATE(2420), 1, - sym_class_interface_clause, - [61664] = 9, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + [61578] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(984), 1, - sym_compound_statement, - STATE(1649), 1, + ACTIONS(3137), 1, + anon_sym_RBRACE, + ACTIONS(3139), 1, + aux_sym_enum_case_token1, + ACTIONS(3141), 1, + aux_sym_match_default_expression_token1, + STATE(1546), 1, sym_text_interpolation, - STATE(1826), 1, - sym_anonymous_function_use_clause, - STATE(2335), 1, - sym__return_type, - [61692] = 7, - ACTIONS(3), 1, + STATE(1572), 1, + aux_sym_switch_block_repeat1, + STATE(1808), 2, + sym_case_statement, + sym_default_statement, + [61604] = 9, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(3143), 1, + anon_sym_SQUOTE, + ACTIONS(3145), 1, + aux_sym_string_token2, + ACTIONS(3147), 1, + aux_sym_string_content_token1, + STATE(1547), 1, + sym_text_interpolation, + STATE(1548), 1, + aux_sym_string_repeat1, + STATE(1879), 1, + aux_sym_string_content_repeat1, + STATE(1885), 1, + sym_string_content, + [61632] = 9, + ACTIONS(5), 1, sym_comment, - ACTIONS(3483), 1, - sym_name, - STATE(1650), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3145), 1, + aux_sym_string_token2, + ACTIONS(3147), 1, + aux_sym_string_content_token1, + ACTIONS(3149), 1, + anon_sym_SQUOTE, + STATE(1548), 1, sym_text_interpolation, - STATE(2061), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [61716] = 9, + STATE(1614), 1, + aux_sym_string_repeat1, + STATE(1879), 1, + aux_sym_string_content_repeat1, + STATE(1885), 1, + sym_string_content, + [61660] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3369), 1, + ACTIONS(3029), 1, aux_sym_base_clause_token1, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, + ACTIONS(3048), 1, anon_sym_LBRACE, - STATE(454), 1, + STATE(850), 1, sym_declaration_list, - STATE(1651), 1, + STATE(1549), 1, sym_text_interpolation, - STATE(1776), 1, + STATE(1787), 1, sym_base_clause, - STATE(2190), 1, + STATE(2249), 1, sym_class_interface_clause, - [61744] = 7, + [61688] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3483), 1, - sym_name, - STATE(1652), 1, - sym_text_interpolation, - STATE(1774), 1, - sym_const_element, - STATE(2502), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [61768] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(976), 1, - sym_compound_statement, - STATE(1653), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1550), 1, sym_text_interpolation, - STATE(1869), 1, - sym_anonymous_function_use_clause, - STATE(2409), 1, - sym__return_type, - [61796] = 9, + STATE(1830), 1, + sym_base_clause, + STATE(1934), 1, + sym_declaration_list, + STATE(2275), 1, + sym_class_interface_clause, + [61716] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3369), 1, + ACTIONS(3029), 1, aux_sym_base_clause_token1, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, + ACTIONS(3048), 1, anon_sym_LBRACE, - STATE(450), 1, + STATE(908), 1, sym_declaration_list, - STATE(1654), 1, + STATE(1551), 1, sym_text_interpolation, - STATE(1779), 1, + STATE(1789), 1, sym_base_clause, - STATE(2194), 1, + STATE(2254), 1, sym_class_interface_clause, - [61824] = 9, + [61744] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(386), 1, anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(930), 1, - sym_compound_statement, - STATE(1655), 1, + ACTIONS(3151), 1, + sym_name, + ACTIONS(3153), 1, + anon_sym_BSLASH, + STATE(1552), 1, sym_text_interpolation, - STATE(1866), 1, - sym_anonymous_function_use_clause, - STATE(2405), 1, - sym__return_type, - [61852] = 9, + STATE(1640), 1, + aux_sym_namespace_name_repeat1, + STATE(1714), 1, + sym_namespace_name, + STATE(1997), 1, + sym_compound_statement, + [61772] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1011), 1, - aux_sym_while_statement_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3529), 1, + ACTIONS(3155), 1, + aux_sym_if_statement_token2, + ACTIONS(3157), 1, aux_sym_else_if_clause_token1, - ACTIONS(3531), 1, + ACTIONS(3159), 1, aux_sym_else_clause_token1, - STATE(1656), 1, + STATE(1553), 1, sym_text_interpolation, - STATE(1684), 1, - aux_sym_if_statement_repeat1, - STATE(1944), 1, - sym_else_if_clause, - STATE(2062), 1, - sym_else_clause, - [61880] = 9, + STATE(1571), 1, + aux_sym_if_statement_repeat2, + STATE(1974), 1, + sym_else_if_clause_2, + STATE(2463), 1, + sym_else_clause_2, + [61800] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(543), 1, + anon_sym_BSLASH, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1134), 1, - sym_compound_statement, - STATE(1657), 1, + ACTIONS(3103), 1, + sym_name, + STATE(1431), 1, + sym_qualified_name, + STATE(1554), 1, sym_text_interpolation, - STATE(1778), 1, - sym_anonymous_function_use_clause, - STATE(2203), 1, - sym__return_type, - [61908] = 5, + STATE(2042), 1, + aux_sym_namespace_name_repeat1, + STATE(2043), 1, + sym_named_type, + STATE(2472), 1, + sym_namespace_name, + [61828] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3435), 1, - anon_sym_BSLASHu, - STATE(1658), 1, + ACTIONS(3157), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3159), 1, + aux_sym_else_clause_token1, + ACTIONS(3161), 1, + aux_sym_if_statement_token2, + STATE(1555), 1, sym_text_interpolation, - ACTIONS(3437), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [61928] = 5, + STATE(1768), 1, + aux_sym_if_statement_repeat2, + STATE(1974), 1, + sym_else_if_clause_2, + STATE(2503), 1, + sym_else_clause_2, + [61856] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3439), 1, + ACTIONS(1450), 1, anon_sym_BSLASHu, - STATE(1659), 1, + STATE(1556), 1, sym_text_interpolation, - ACTIONS(3441), 5, + ACTIONS(1448), 5, sym_execution_string_chars, anon_sym_LBRACE, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR, - [61948] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(981), 1, - sym_compound_statement, - STATE(1660), 1, - sym_text_interpolation, - STATE(1837), 1, - sym_anonymous_function_use_clause, - STATE(2369), 1, - sym__return_type, - [61976] = 9, + [61876] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, + ACTIONS(3029), 1, aux_sym_base_clause_token1, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - STATE(1661), 1, + STATE(1557), 1, sym_text_interpolation, - STATE(1683), 1, - sym_declaration_list, - STATE(1865), 1, + STATE(1784), 1, sym_base_clause, - STATE(2402), 1, - sym_class_interface_clause, - [62004] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(920), 1, - sym_compound_statement, - STATE(1662), 1, - sym_text_interpolation, - STATE(1840), 1, - sym_anonymous_function_use_clause, - STATE(2373), 1, - sym__return_type, - [62032] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1663), 1, - sym_text_interpolation, - STATE(1680), 1, + STATE(2127), 1, sym_declaration_list, - STATE(1859), 1, - sym_base_clause, - STATE(2401), 1, + STATE(2354), 1, sym_class_interface_clause, - [62060] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3449), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(941), 1, - sym_compound_statement, - STATE(1664), 1, - sym_text_interpolation, - STATE(1842), 1, - sym_anonymous_function_use_clause, - STATE(2376), 1, - sym__return_type, - [62088] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3533), 1, - anon_sym_BSLASHu, - STATE(1665), 1, - sym_text_interpolation, - ACTIONS(2989), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [62108] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3535), 1, - anon_sym_SQUOTE, - ACTIONS(3537), 1, - aux_sym_string_token2, - ACTIONS(3540), 1, - aux_sym_string_content_token1, - STATE(1874), 1, - aux_sym_string_content_repeat1, - STATE(1991), 1, - sym_string_content, - STATE(1666), 2, - sym_text_interpolation, - aux_sym_string_repeat1, - [62134] = 8, + [61904] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3139), 1, aux_sym_enum_case_token1, - ACTIONS(3445), 1, + ACTIONS(3141), 1, aux_sym_match_default_expression_token1, - ACTIONS(3543), 1, + ACTIONS(3163), 1, anon_sym_RBRACE, - STATE(1622), 1, + STATE(1541), 1, aux_sym_switch_block_repeat1, - STATE(1667), 1, + STATE(1558), 1, sym_text_interpolation, STATE(1808), 2, sym_case_statement, sym_default_statement, - [62160] = 9, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(982), 1, - sym_declaration_list, - STATE(1668), 1, - sym_text_interpolation, - STATE(1847), 1, - sym_base_clause, - STATE(2383), 1, - sym_class_interface_clause, - [62188] = 5, + [61930] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3545), 1, + ACTIONS(1450), 1, anon_sym_BSLASHu, - STATE(1669), 1, + STATE(1559), 1, sym_text_interpolation, - ACTIONS(3021), 5, + ACTIONS(1448), 5, sym_encapsed_string_chars, anon_sym_LBRACE, sym_escape_sequence, anon_sym_DQUOTE, anon_sym_DOLLAR, - [62208] = 9, + [61950] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3503), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3505), 1, - aux_sym_else_clause_token1, - ACTIONS(3547), 1, - aux_sym_if_statement_token2, - STATE(1631), 1, - aux_sym_if_statement_repeat2, - STATE(1670), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(763), 1, + sym_declaration_list, + STATE(1560), 1, sym_text_interpolation, - STATE(2090), 1, - sym_else_if_clause_2, - STATE(2568), 1, - sym_else_clause_2, - [62236] = 9, + STATE(1824), 1, + sym_base_clause, + STATE(2292), 1, + sym_class_interface_clause, + [61978] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1001), 1, - aux_sym_while_statement_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3529), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3531), 1, - aux_sym_else_clause_token1, - STATE(1656), 1, - aux_sym_if_statement_repeat1, - STATE(1671), 1, + ACTIONS(3139), 1, + aux_sym_enum_case_token1, + ACTIONS(3141), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3165), 1, + aux_sym_switch_block_token1, + STATE(1561), 1, sym_text_interpolation, - STATE(1944), 1, - sym_else_if_clause, - STATE(1945), 1, - sym_else_clause, - [62264] = 8, + STATE(1573), 1, + aux_sym_switch_block_repeat1, + STATE(1808), 2, + sym_case_statement, + sym_default_statement, + [62004] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3443), 1, + ACTIONS(3139), 1, aux_sym_enum_case_token1, - ACTIONS(3445), 1, + ACTIONS(3141), 1, aux_sym_match_default_expression_token1, - ACTIONS(3549), 1, - anon_sym_RBRACE, - STATE(1555), 1, + ACTIONS(3167), 1, + aux_sym_switch_block_token1, + STATE(1541), 1, aux_sym_switch_block_repeat1, - STATE(1672), 1, + STATE(1562), 1, sym_text_interpolation, STATE(1808), 2, sym_case_statement, sym_default_statement, - [62290] = 9, + [62030] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1072), 1, - sym_declaration_list, - STATE(1673), 1, + ACTIONS(3089), 1, + anon_sym_BSLASHu, + STATE(1563), 1, sym_text_interpolation, - STATE(1807), 1, - sym_base_clause, - STATE(2249), 1, - sym_class_interface_clause, - [62318] = 6, + ACTIONS(3091), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [62050] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3363), 1, - anon_sym_AMP, - STATE(1674), 1, + ACTIONS(3070), 1, + anon_sym_BSLASHu, + STATE(1564), 1, sym_text_interpolation, - STATE(1701), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3156), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3072), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - [62339] = 8, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [62070] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3551), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(3169), 1, + sym_name, + ACTIONS(3171), 1, anon_sym_LBRACE, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3555), 1, - anon_sym_DASH_GT, - ACTIONS(3557), 1, - anon_sym_QMARK_DASH_GT, - ACTIONS(3559), 1, - anon_sym_LBRACK, - STATE(1675), 1, + STATE(716), 1, + sym__simple_variable, + STATE(1565), 1, sym_text_interpolation, - [62364] = 7, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + [62096] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(933), 1, + aux_sym_while_statement_token1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3173), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3175), 1, + aux_sym_else_clause_token1, + STATE(1566), 1, + sym_text_interpolation, + STATE(1646), 1, + aux_sym_if_statement_repeat1, + STATE(1896), 1, + sym_else_if_clause, + STATE(1992), 1, + sym_else_clause, + [62124] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3561), 1, - sym_name, - STATE(1676), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1567), 1, sym_text_interpolation, - STATE(1780), 1, - sym_namespace_name, - STATE(2275), 1, - sym_namespace_use_group_clause, - ACTIONS(3563), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - [62387] = 6, + STATE(1835), 1, + sym_base_clause, + STATE(1940), 1, + sym_declaration_list, + STATE(2267), 1, + sym_class_interface_clause, + [62152] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_BSLASH, - STATE(1677), 1, + ACTIONS(1416), 1, + anon_sym_BSLASHu, + STATE(1568), 1, sym_text_interpolation, - STATE(1681), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3565), 3, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [62408] = 6, + ACTIONS(1414), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [62172] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_PIPE, - STATE(1678), 1, + STATE(1569), 1, sym_text_interpolation, - STATE(1700), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3203), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [62429] = 8, + ACTIONS(3101), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [62192] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, + STATE(1570), 1, + sym_text_interpolation, + ACTIONS(3101), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, anon_sym_COLON_COLON, - ACTIONS(3571), 1, - anon_sym_LBRACE, - ACTIONS(3573), 1, anon_sym_DASH_GT, - ACTIONS(3575), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3577), 1, anon_sym_LBRACK, - STATE(1679), 1, - sym_text_interpolation, - [62454] = 6, + [62212] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1132), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3157), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3159), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(3177), 1, + aux_sym_if_statement_token2, + STATE(1571), 1, + sym_text_interpolation, + STATE(1768), 1, + aux_sym_if_statement_repeat2, + STATE(1974), 1, + sym_else_if_clause_2, + STATE(2504), 1, + sym_else_clause_2, + [62240] = 8, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - STATE(1680), 1, + ACTIONS(3139), 1, + aux_sym_enum_case_token1, + ACTIONS(3141), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3179), 1, + anon_sym_RBRACE, + STATE(1541), 1, + aux_sym_switch_block_repeat1, + STATE(1572), 1, sym_text_interpolation, - ACTIONS(1130), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3579), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62475] = 6, + STATE(1808), 2, + sym_case_statement, + sym_default_statement, + [62266] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3567), 1, - anon_sym_BSLASH, - STATE(1681), 1, + ACTIONS(3139), 1, + aux_sym_enum_case_token1, + ACTIONS(3141), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3181), 1, + aux_sym_switch_block_token1, + STATE(1541), 1, + aux_sym_switch_block_repeat1, + STATE(1573), 1, sym_text_interpolation, - STATE(1688), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3581), 3, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [62496] = 8, + STATE(1808), 2, + sym_case_statement, + sym_default_statement, + [62292] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3583), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - ACTIONS(3585), 1, - anon_sym_DASH_GT, - ACTIONS(3587), 1, - anon_sym_QMARK_DASH_GT, - ACTIONS(3589), 1, - anon_sym_LBRACK, - STATE(1682), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(754), 1, + sym_declaration_list, + STATE(1574), 1, sym_text_interpolation, - [62521] = 6, + STATE(1839), 1, + sym_base_clause, + STATE(2250), 1, + sym_class_interface_clause, + [62320] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1114), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1683), 1, + ACTIONS(3089), 1, + anon_sym_BSLASHu, + STATE(1575), 1, sym_text_interpolation, - ACTIONS(1112), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3591), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62542] = 7, + ACTIONS(3091), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [62340] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1029), 1, - aux_sym_while_statement_token1, - ACTIONS(1031), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3593), 1, - aux_sym_else_if_clause_token1, - STATE(1944), 1, - sym_else_if_clause, - STATE(1684), 2, + ACTIONS(3070), 1, + anon_sym_BSLASHu, + STATE(1576), 1, sym_text_interpolation, - aux_sym_if_statement_repeat1, - [62565] = 8, + ACTIONS(3072), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [62360] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(2480), 1, - anon_sym_COLON, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1685), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(737), 1, + sym_declaration_list, + STATE(1577), 1, sym_text_interpolation, - STATE(2063), 1, - sym_formal_parameters, - STATE(2291), 1, - sym_reference_modifier, - [62590] = 5, + STATE(1841), 1, + sym_base_clause, + STATE(2253), 1, + sym_class_interface_clause, + [62388] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1054), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1686), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1578), 1, sym_text_interpolation, - ACTIONS(1052), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [62609] = 8, + STATE(1846), 1, + sym_base_clause, + STATE(2045), 1, + sym_declaration_list, + STATE(2236), 1, + sym_class_interface_clause, + [62416] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3596), 1, + ACTIONS(3183), 1, anon_sym_LBRACE, - ACTIONS(3598), 1, - anon_sym_COLON, - STATE(1687), 1, + STATE(486), 1, + sym_declaration_list, + STATE(1579), 1, sym_text_interpolation, - STATE(1948), 1, - sym_enum_declaration_list, - STATE(2404), 1, + STATE(1860), 1, + sym_base_clause, + STATE(2308), 1, sym_class_interface_clause, - [62634] = 5, + [62444] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3602), 1, - anon_sym_BSLASH, - STATE(1688), 2, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(775), 1, + sym_declaration_list, + STATE(1580), 1, sym_text_interpolation, - aux_sym_namespace_name_repeat1, - ACTIONS(3600), 3, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [62653] = 6, + STATE(1849), 1, + sym_base_clause, + STATE(2225), 1, + sym_class_interface_clause, + [62472] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1120), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1689), 1, + ACTIONS(3185), 1, + anon_sym_PIPE, + STATE(1581), 2, sym_text_interpolation, - ACTIONS(1118), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3605), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62674] = 8, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(2963), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [62492] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3607), 1, - anon_sym_LBRACE, - ACTIONS(3609), 1, - anon_sym_COLON, - STATE(528), 1, - sym_enum_declaration_list, - STATE(1690), 1, + ACTIONS(1502), 1, + anon_sym_BSLASHu, + STATE(1582), 1, sym_text_interpolation, - STATE(2195), 1, - sym_class_interface_clause, - [62699] = 5, + ACTIONS(1500), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [62512] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1038), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1691), 1, + ACTIONS(3188), 1, + anon_sym_AMP, + STATE(1583), 2, sym_text_interpolation, - ACTIONS(1036), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [62718] = 6, + aux_sym_intersection_type_repeat1, + ACTIONS(2969), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [62532] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1096), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1692), 1, + ACTIONS(3191), 1, + anon_sym_PIPE, + STATE(1584), 2, sym_text_interpolation, - ACTIONS(1094), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3611), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62739] = 7, + aux_sym_union_type_repeat1, + ACTIONS(2985), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [62552] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, + ACTIONS(1482), 1, + anon_sym_BSLASHu, + STATE(1585), 1, + sym_text_interpolation, + ACTIONS(1480), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, anon_sym_DOLLAR, - ACTIONS(3613), 1, - anon_sym_AMP, - ACTIONS(3615), 1, - anon_sym_RPAREN, - STATE(1693), 1, + [62572] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3196), 1, + anon_sym_PIPE, + STATE(1586), 1, sym_text_interpolation, - STATE(2264), 2, - sym_variable_name, - sym_variable_reference, - [62762] = 7, + STATE(1598), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3194), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [62594] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1370), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3561), 1, + ACTIONS(3198), 1, sym_name, - STATE(1694), 1, + ACTIONS(3200), 1, + anon_sym_LBRACE, + STATE(821), 1, + sym__simple_variable, + STATE(1587), 1, sym_text_interpolation, - STATE(1780), 1, - sym_namespace_name, - STATE(2168), 1, - sym_namespace_use_group_clause, - ACTIONS(3563), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - [62785] = 6, + STATE(815), 2, + sym_dynamic_variable_name, + sym_variable_name, + [62620] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1066), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1695), 1, + ACTIONS(1910), 1, + anon_sym_LPAREN, + STATE(822), 1, + sym_arguments, + STATE(1588), 1, sym_text_interpolation, - ACTIONS(1064), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3617), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62806] = 8, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [62642] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(947), 1, + aux_sym_while_statement_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3619), 1, - anon_sym_DOT_DOT_DOT, - STATE(1696), 1, + ACTIONS(3173), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3175), 1, + aux_sym_else_clause_token1, + STATE(1566), 1, + aux_sym_if_statement_repeat1, + STATE(1589), 1, sym_text_interpolation, - STATE(2144), 1, - sym_variable_name, - STATE(2145), 1, - sym_reference_modifier, - [62831] = 6, + STATE(1895), 1, + sym_else_clause, + STATE(1896), 1, + sym_else_if_clause, + [62670] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3621), 1, - anon_sym_PIPE, - STATE(1697), 1, + ACTIONS(1416), 1, + anon_sym_BSLASHu, + STATE(1590), 1, sym_text_interpolation, - STATE(1699), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3203), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, + ACTIONS(1414), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, anon_sym_DOLLAR, - [62852] = 8, + [62690] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3623), 1, - anon_sym_DOT_DOT_DOT, - STATE(1698), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(514), 1, + sym_declaration_list, + STATE(1591), 1, sym_text_interpolation, - STATE(2044), 1, - sym_reference_modifier, - STATE(2045), 1, - sym_variable_name, - [62877] = 5, + STATE(1851), 1, + sym_base_clause, + STATE(2190), 1, + sym_class_interface_clause, + [62718] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3625), 1, - anon_sym_PIPE, - STATE(1699), 2, - sym_text_interpolation, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3187), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, + ACTIONS(1604), 1, anon_sym_DOLLAR, - [62896] = 5, + ACTIONS(3202), 1, + sym_name, + ACTIONS(3204), 1, + anon_sym_LBRACE, + STATE(863), 1, + sym__simple_variable, + STATE(1592), 1, + sym_text_interpolation, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + [62744] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3628), 1, - anon_sym_PIPE, - STATE(1700), 2, + ACTIONS(1922), 1, + anon_sym_LPAREN, + STATE(861), 1, + sym_arguments, + STATE(1593), 1, sym_text_interpolation, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3187), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [62915] = 5, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [62766] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3631), 1, - anon_sym_AMP, - STATE(1701), 2, + ACTIONS(1502), 1, + anon_sym_BSLASHu, + STATE(1594), 1, sym_text_interpolation, - aux_sym_intersection_type_repeat1, - ACTIONS(3165), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(1500), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - [62934] = 5, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [62786] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3634), 1, - anon_sym_PIPE, - STATE(1702), 2, - sym_text_interpolation, - aux_sym_union_type_repeat1, - ACTIONS(3191), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, anon_sym_LBRACE, - [62953] = 5, + STATE(482), 1, + sym_declaration_list, + STATE(1595), 1, + sym_text_interpolation, + STATE(1848), 1, + sym_base_clause, + STATE(2300), 1, + sym_class_interface_clause, + [62814] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3637), 1, - anon_sym_PIPE, - STATE(1703), 2, + STATE(1596), 1, sym_text_interpolation, - aux_sym_union_type_repeat1, - ACTIONS(3191), 3, + ACTIONS(1643), 2, + anon_sym_BSLASH, + sym_name, + ACTIONS(1639), 4, anon_sym_AMP, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - [62972] = 6, + [62834] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(1704), 1, + ACTIONS(1482), 1, + anon_sym_BSLASHu, + STATE(1597), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3463), 3, - anon_sym_COMMA, + ACTIONS(1480), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [62993] = 8, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [62854] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - ACTIONS(3517), 1, - anon_sym_COMMA, - ACTIONS(3640), 1, - anon_sym_LBRACE, - STATE(1705), 1, + ACTIONS(3196), 1, + anon_sym_PIPE, + STATE(1581), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1598), 1, sym_text_interpolation, - STATE(2125), 1, - aux_sym_base_clause_repeat1, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - [63018] = 6, + ACTIONS(3206), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [62876] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_PIPE, - STATE(1678), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1706), 1, + ACTIONS(3208), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(3210), 1, + aux_sym_use_instead_of_clause_token1, + STATE(1599), 1, sym_text_interpolation, - ACTIONS(3221), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [63039] = 5, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [62898] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1046), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1707), 1, + ACTIONS(3212), 1, + sym_name, + ACTIONS(3214), 1, + anon_sym_LBRACE, + ACTIONS(3216), 1, + anon_sym_DOLLAR, + STATE(1594), 1, + sym__simple_variable, + STATE(1600), 1, sym_text_interpolation, - ACTIONS(1044), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, + STATE(1597), 2, + sym_dynamic_variable_name, + sym_variable_name, + [62924] = 9, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(933), 1, aux_sym_while_statement_token1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3218), 1, aux_sym_else_if_clause_token1, - [63058] = 6, + ACTIONS(3221), 1, + aux_sym_else_clause_token1, + STATE(1601), 1, + sym_text_interpolation, + STATE(1646), 1, + aux_sym_if_statement_repeat1, + STATE(1896), 1, + sym_else_if_clause, + STATE(1992), 1, + sym_else_clause, + [62952] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3644), 1, - anon_sym_COLON, - STATE(1708), 1, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(656), 1, + sym_arguments, + STATE(1602), 1, sym_text_interpolation, - STATE(1957), 1, - sym__return_type, - ACTIONS(3642), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [63079] = 6, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [62974] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1084), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1709), 1, + ACTIONS(3224), 1, + sym_name, + ACTIONS(3226), 1, + anon_sym_LBRACE, + ACTIONS(3228), 1, + anon_sym_DOLLAR, + STATE(1582), 1, + sym__simple_variable, + STATE(1603), 1, sym_text_interpolation, - ACTIONS(1082), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3646), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63100] = 8, + STATE(1585), 2, + sym_dynamic_variable_name, + sym_variable_name, + [63000] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(751), 1, + sym_arguments, + STATE(1604), 1, + sym_text_interpolation, + ACTIONS(1442), 4, anon_sym_COLON_COLON, - ACTIONS(3648), 1, - anon_sym_LBRACE, - ACTIONS(3650), 1, anon_sym_DASH_GT, - ACTIONS(3652), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3654), 1, anon_sym_LBRACK, - STATE(1710), 1, - sym_text_interpolation, - [63125] = 8, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(13), 1, - aux_sym_text_token1, - ACTIONS(15), 1, - aux_sym_text_token2, - ACTIONS(3656), 1, - ts_builtin_sym_end, - ACTIONS(3658), 1, - sym_php_tag, - STATE(1711), 1, - sym_text_interpolation, - STATE(1754), 1, - aux_sym_text_repeat1, - [63150] = 7, + [63022] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3387), 1, - aux_sym_catch_clause_token1, - ACTIONS(3389), 1, - aux_sym_finally_clause_token1, - STATE(1547), 1, - aux_sym_try_statement_repeat1, - STATE(1712), 1, + ACTIONS(2867), 1, + sym_name, + STATE(652), 1, + sym__reserved_identifier, + STATE(1605), 1, sym_text_interpolation, - STATE(1726), 2, - sym_catch_clause, - sym_finally_clause, - [63173] = 7, + STATE(2365), 1, + sym__identifier, + ACTIONS(1908), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [63046] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1534), 1, + ACTIONS(1374), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3660), 1, + ACTIONS(3230), 1, sym_name, - ACTIONS(3662), 1, + ACTIONS(3232), 1, anon_sym_LBRACE, - STATE(1713), 1, + STATE(666), 1, + sym__simple_variable, + STATE(1606), 1, sym_text_interpolation, - STATE(788), 2, + STATE(655), 2, sym_dynamic_variable_name, sym_variable_name, - [63196] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1058), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, - sym_comment, - STATE(1714), 1, - sym_text_interpolation, - ACTIONS(1056), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3664), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63217] = 6, + [63072] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1072), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1715), 1, + ACTIONS(3234), 1, + anon_sym_BSLASHu, + STATE(1607), 1, sym_text_interpolation, - ACTIONS(1070), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3666), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63238] = 5, + ACTIONS(2800), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [63092] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(228), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3668), 1, + ACTIONS(3151), 1, + sym_name, + ACTIONS(3153), 1, anon_sym_BSLASH, - STATE(1716), 2, + STATE(495), 1, + sym_compound_statement, + STATE(1608), 1, sym_text_interpolation, + STATE(1640), 1, aux_sym_namespace_name_repeat1, - ACTIONS(3600), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [63257] = 8, + STATE(1746), 1, + sym_namespace_name, + [63120] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3596), 1, + ACTIONS(3214), 1, anon_sym_LBRACE, - ACTIONS(3671), 1, - anon_sym_COLON, - STATE(1717), 1, + ACTIONS(3216), 1, + anon_sym_DOLLAR, + ACTIONS(3236), 1, + sym_name, + STATE(1594), 1, + sym__simple_variable, + STATE(1609), 1, sym_text_interpolation, - STATE(2042), 1, - sym_enum_declaration_list, - STATE(2416), 1, - sym_class_interface_clause, - [63282] = 7, + STATE(1597), 2, + sym_dynamic_variable_name, + sym_variable_name, + [63146] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3673), 1, - sym_name, - ACTIONS(3675), 1, + ACTIONS(3226), 1, anon_sym_LBRACE, - ACTIONS(3677), 1, + ACTIONS(3228), 1, anon_sym_DOLLAR, - STATE(1718), 1, + ACTIONS(3238), 1, + sym_name, + STATE(1582), 1, + sym__simple_variable, + STATE(1610), 1, sym_text_interpolation, - STATE(1564), 2, + STATE(1585), 2, sym_dynamic_variable_name, sym_variable_name, - [63305] = 8, + [63172] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3679), 1, + ACTIONS(3240), 1, + sym_name, + ACTIONS(3242), 1, anon_sym_LBRACE, - ACTIONS(3681), 1, - anon_sym_DASH_GT, - ACTIONS(3683), 1, - anon_sym_QMARK_DASH_GT, - ACTIONS(3685), 1, - anon_sym_LBRACK, - STATE(1719), 1, + ACTIONS(3244), 1, + anon_sym_DOLLAR, + STATE(1540), 1, + sym__simple_variable, + STATE(1611), 1, sym_text_interpolation, - [63330] = 7, + STATE(1542), 2, + sym_dynamic_variable_name, + sym_variable_name, + [63198] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(947), 1, + aux_sym_while_statement_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3689), 1, - anon_sym_BSLASH, - STATE(1720), 1, + ACTIONS(3246), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3249), 1, + aux_sym_else_clause_token1, + STATE(1601), 1, + aux_sym_if_statement_repeat1, + STATE(1612), 1, sym_text_interpolation, - STATE(2065), 1, - sym_compound_statement, - ACTIONS(3687), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63353] = 7, + STATE(1895), 1, + sym_else_clause, + STATE(1896), 1, + sym_else_if_clause, + [63226] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3675), 1, + ACTIONS(3242), 1, anon_sym_LBRACE, - ACTIONS(3677), 1, + ACTIONS(3244), 1, anon_sym_DOLLAR, - ACTIONS(3691), 1, + ACTIONS(3252), 1, sym_name, - STATE(1721), 1, + STATE(1540), 1, + sym__simple_variable, + STATE(1613), 1, sym_text_interpolation, - STATE(1564), 2, + STATE(1542), 2, sym_dynamic_variable_name, sym_variable_name, - [63376] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + [63252] = 8, + ACTIONS(5), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3679), 1, - anon_sym_LBRACE, - ACTIONS(3685), 1, - anon_sym_LBRACK, - ACTIONS(3693), 1, - anon_sym_DASH_GT, - ACTIONS(3695), 1, - anon_sym_QMARK_DASH_GT, - STATE(1722), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3254), 1, + anon_sym_SQUOTE, + ACTIONS(3256), 1, + aux_sym_string_token2, + ACTIONS(3259), 1, + aux_sym_string_content_token1, + STATE(1879), 1, + aux_sym_string_content_repeat1, + STATE(1885), 1, + sym_string_content, + STATE(1614), 2, sym_text_interpolation, - [63401] = 8, + aux_sym_string_repeat1, + [63278] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(2480), 1, - anon_sym_COLON, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1624), 1, - sym_formal_parameters, - STATE(1723), 1, + STATE(1615), 1, sym_text_interpolation, - STATE(2458), 1, - sym_reference_modifier, - [63426] = 4, + ACTIONS(3117), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [63298] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1724), 1, + STATE(1616), 1, sym_text_interpolation, - ACTIONS(1574), 5, - anon_sym_LBRACE, + ACTIONS(3117), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1442), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [63443] = 7, + [63318] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3697), 1, - aux_sym_if_statement_token2, - ACTIONS(3699), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3702), 1, - aux_sym_else_clause_token1, - STATE(2090), 1, - sym_else_if_clause_2, - STATE(1725), 2, + ACTIONS(3262), 1, + sym_name, + ACTIONS(3265), 1, + anon_sym_BSLASH, + STATE(1617), 2, sym_text_interpolation, - aux_sym_if_statement_repeat2, - [63466] = 5, + aux_sym_namespace_name_repeat1, + ACTIONS(1643), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [63340] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1050), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1726), 1, + ACTIONS(3268), 1, + anon_sym_BSLASHu, + STATE(1618), 1, sym_text_interpolation, - ACTIONS(1048), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [63485] = 8, + ACTIONS(2784), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [63360] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3704), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - ACTIONS(3706), 1, - anon_sym_DASH_GT, - ACTIONS(3708), 1, - anon_sym_QMARK_DASH_GT, - ACTIONS(3710), 1, - anon_sym_LBRACK, - STATE(1727), 1, + STATE(912), 1, + sym_declaration_list, + STATE(1619), 1, sym_text_interpolation, - [63510] = 7, + STATE(1853), 1, + sym_base_clause, + STATE(2352), 1, + sym_class_interface_clause, + [63388] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3712), 1, - sym_name, - ACTIONS(3714), 1, - anon_sym_LBRACE, - ACTIONS(3716), 1, - anon_sym_DOLLAR, - STATE(1728), 1, + ACTIONS(3139), 1, + aux_sym_enum_case_token1, + ACTIONS(3141), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3270), 1, + aux_sym_switch_block_token1, + STATE(1562), 1, + aux_sym_switch_block_repeat1, + STATE(1620), 1, sym_text_interpolation, - STATE(1597), 2, - sym_dynamic_variable_name, - sym_variable_name, - [63533] = 6, + STATE(1808), 2, + sym_case_statement, + sym_default_statement, + [63414] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1108), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1729), 1, + ACTIONS(3139), 1, + aux_sym_enum_case_token1, + ACTIONS(3141), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3272), 1, + anon_sym_RBRACE, + STATE(1558), 1, + aux_sym_switch_block_repeat1, + STATE(1621), 1, sym_text_interpolation, - ACTIONS(1106), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3718), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63554] = 7, + STATE(1808), 2, + sym_case_statement, + sym_default_statement, + [63440] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(621), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3720), 1, - sym_name, - ACTIONS(3722), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - STATE(1730), 1, + STATE(886), 1, + sym_declaration_list, + STATE(1622), 1, sym_text_interpolation, - STATE(582), 2, - sym_dynamic_variable_name, - sym_variable_name, - [63577] = 7, + STATE(1807), 1, + sym_base_clause, + STATE(2317), 1, + sym_class_interface_clause, + [63468] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3724), 1, - aux_sym_catch_clause_token1, - ACTIONS(3726), 1, - aux_sym_finally_clause_token1, - STATE(425), 1, - aux_sym_try_statement_repeat1, - STATE(1731), 1, + ACTIONS(3157), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3159), 1, + aux_sym_else_clause_token1, + ACTIONS(3274), 1, + aux_sym_if_statement_token2, + STATE(1555), 1, + aux_sym_if_statement_repeat2, + STATE(1623), 1, sym_text_interpolation, - STATE(435), 2, - sym_catch_clause, - sym_finally_clause, - [63600] = 7, + STATE(1974), 1, + sym_else_if_clause_2, + STATE(2394), 1, + sym_else_clause_2, + [63496] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3728), 1, - sym_name, - ACTIONS(3730), 1, - anon_sym_LBRACE, - ACTIONS(3732), 1, - anon_sym_DOLLAR, - STATE(1732), 1, + ACTIONS(3196), 1, + anon_sym_PIPE, + STATE(1581), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1624), 1, sym_text_interpolation, - STATE(1607), 2, - sym_dynamic_variable_name, - sym_variable_name, - [63623] = 8, + ACTIONS(3276), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [63518] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3704), 1, - anon_sym_LBRACE, - ACTIONS(3710), 1, - anon_sym_LBRACK, - ACTIONS(3734), 1, - anon_sym_DASH_GT, - ACTIONS(3736), 1, - anon_sym_QMARK_DASH_GT, - STATE(1733), 1, + ACTIONS(3280), 1, + anon_sym_PIPE, + STATE(1584), 1, + aux_sym_union_type_repeat1, + STATE(1625), 1, sym_text_interpolation, - [63648] = 6, + ACTIONS(3278), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [63540] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3569), 1, - anon_sym_PIPE, - STATE(1700), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1734), 1, + STATE(1626), 1, sym_text_interpolation, - ACTIONS(3304), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [63669] = 8, + ACTIONS(3115), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [63560] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, + STATE(1627), 1, + sym_text_interpolation, + ACTIONS(3115), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1442), 4, anon_sym_COLON_COLON, - ACTIONS(3648), 1, - anon_sym_LBRACE, - ACTIONS(3654), 1, - anon_sym_LBRACK, - ACTIONS(3738), 1, anon_sym_DASH_GT, - ACTIONS(3740), 1, anon_sym_QMARK_DASH_GT, - STATE(1735), 1, - sym_text_interpolation, - [63694] = 6, + anon_sym_LBRACK, + [63580] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3742), 1, - anon_sym_PIPE, - STATE(1702), 1, - aux_sym_union_type_repeat1, - STATE(1736), 1, + ACTIONS(3093), 1, + anon_sym_BSLASHu, + STATE(1628), 1, sym_text_interpolation, - ACTIONS(3298), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3095), 5, + sym_execution_string_chars, anon_sym_LBRACE, - [63715] = 4, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [63600] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1737), 1, + ACTIONS(3097), 1, + anon_sym_BSLASHu, + STATE(1629), 1, sym_text_interpolation, - ACTIONS(3126), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_AMP, + ACTIONS(3099), 5, + sym_execution_string_chars, anon_sym_LBRACE, - anon_sym_PIPE, - [63732] = 6, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [63620] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3644), 1, - anon_sym_COLON, - STATE(1738), 1, + ACTIONS(3119), 1, + anon_sym_BSLASHu, + STATE(1630), 1, sym_text_interpolation, - STATE(1978), 1, - sym__return_type, - ACTIONS(3744), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3121), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - [63753] = 8, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [63640] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3704), 1, - anon_sym_LBRACE, - ACTIONS(3710), 1, - anon_sym_LBRACK, - ACTIONS(3746), 1, - anon_sym_DASH_GT, - ACTIONS(3748), 1, - anon_sym_QMARK_DASH_GT, - STATE(1739), 1, + ACTIONS(3033), 1, + anon_sym_AMP, + STATE(1631), 1, sym_text_interpolation, - [63778] = 7, + STATE(1632), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3282), 4, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOLLAR, + [63662] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1745), 1, - anon_sym_DOLLAR, - ACTIONS(3750), 1, - sym_name, - ACTIONS(3752), 1, - anon_sym_LBRACE, - STATE(1740), 1, + ACTIONS(3284), 1, + anon_sym_AMP, + STATE(1632), 2, sym_text_interpolation, - STATE(722), 2, - sym_dynamic_variable_name, - sym_variable_name, - [63801] = 8, + aux_sym_intersection_type_repeat1, + ACTIONS(2971), 4, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOLLAR, + [63682] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3607), 1, - anon_sym_LBRACE, - ACTIONS(3754), 1, - anon_sym_COLON, - STATE(491), 1, - sym_enum_declaration_list, - STATE(1741), 1, + ACTIONS(3119), 1, + anon_sym_BSLASHu, + STATE(1633), 1, sym_text_interpolation, - STATE(2453), 1, - sym_class_interface_clause, - [63826] = 8, + ACTIONS(3121), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [63702] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3289), 1, + anon_sym_BSLASHu, + STATE(1634), 1, + sym_text_interpolation, + ACTIONS(3287), 5, + sym_execution_string_chars, anon_sym_LBRACE, - ACTIONS(1540), 1, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [63722] = 9, + ACTIONS(5), 1, sym_comment, - ACTIONS(3756), 1, - sym_name, - ACTIONS(3758), 1, - anon_sym_BSLASH, - STATE(1720), 1, - sym_namespace_name, - STATE(1742), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3145), 1, + aux_sym_string_token2, + ACTIONS(3147), 1, + aux_sym_string_content_token1, + ACTIONS(3291), 1, + anon_sym_SQUOTE, + STATE(1614), 1, + aux_sym_string_repeat1, + STATE(1635), 1, sym_text_interpolation, - STATE(2177), 1, - sym_compound_statement, - [63851] = 6, + STATE(1879), 1, + aux_sym_string_content_repeat1, + STATE(1885), 1, + sym_string_content, + [63750] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3762), 1, - anon_sym_EQ, - STATE(1743), 1, + ACTIONS(3093), 1, + anon_sym_BSLASHu, + STATE(1636), 1, sym_text_interpolation, - STATE(1959), 1, - sym_property_initializer, - ACTIONS(3760), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [63872] = 6, + ACTIONS(3095), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [63770] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3764), 1, - sym_name, - STATE(1744), 1, + ACTIONS(3097), 1, + anon_sym_BSLASHu, + STATE(1637), 1, sym_text_interpolation, - STATE(2393), 1, - sym__reserved_identifier, - ACTIONS(2438), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [63893] = 5, + ACTIONS(3099), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [63790] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3766), 1, - anon_sym_COMMA, - STATE(1745), 2, + ACTIONS(3295), 1, + anon_sym_BSLASHu, + STATE(1638), 1, sym_text_interpolation, - aux_sym_base_clause_repeat1, - ACTIONS(3463), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3293), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - [63912] = 7, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [63810] = 9, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1733), 1, - anon_sym_DOLLAR, - ACTIONS(3769), 1, - sym_name, - ACTIONS(3771), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, anon_sym_LBRACE, - STATE(1746), 1, + STATE(455), 1, + sym_declaration_list, + STATE(1639), 1, sym_text_interpolation, - STATE(883), 2, - sym_dynamic_variable_name, - sym_variable_name, - [63935] = 6, + STATE(1781), 1, + sym_base_clause, + STATE(2358), 1, + sym_class_interface_clause, + [63838] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3773), 1, + ACTIONS(3151), 1, + sym_name, + ACTIONS(3153), 1, anon_sym_BSLASH, - STATE(1716), 1, + STATE(1617), 1, aux_sym_namespace_name_repeat1, - STATE(1747), 1, + STATE(1640), 1, sym_text_interpolation, - ACTIONS(3581), 3, + ACTIONS(3297), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - [63956] = 8, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + [63862] = 9, + ACTIONS(5), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - ACTIONS(3679), 1, - anon_sym_LBRACE, - ACTIONS(3685), 1, - anon_sym_LBRACK, - ACTIONS(3776), 1, - anon_sym_DASH_GT, - ACTIONS(3778), 1, - anon_sym_QMARK_DASH_GT, - STATE(1748), 1, - sym_text_interpolation, - [63981] = 7, - ACTIONS(3), 1, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3613), 1, - anon_sym_AMP, - ACTIONS(3780), 1, - anon_sym_RPAREN, - STATE(1749), 1, + ACTIONS(3299), 1, + sym_php_tag, + ACTIONS(3301), 1, + aux_sym_text_token1, + ACTIONS(3303), 1, + aux_sym_text_token2, + ACTIONS(3305), 1, + sym__eof, + STATE(1641), 1, sym_text_interpolation, - STATE(2264), 2, - sym_variable_name, - sym_variable_reference, - [64004] = 6, + STATE(1695), 1, + aux_sym_text_repeat1, + STATE(2183), 1, + sym_text, + [63890] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1126), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1750), 1, + ACTIONS(1528), 1, + anon_sym_LPAREN, + STATE(580), 1, + sym_arguments, + STATE(1642), 1, sym_text_interpolation, - ACTIONS(1124), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3782), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [64025] = 7, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [63912] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1528), 1, + ACTIONS(328), 1, anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3784), 1, + ACTIONS(3307), 1, sym_name, - ACTIONS(3786), 1, + ACTIONS(3309), 1, anon_sym_LBRACE, - STATE(1751), 1, + STATE(570), 1, + sym__simple_variable, + STATE(1643), 1, sym_text_interpolation, - STATE(671), 2, + STATE(585), 2, sym_dynamic_variable_name, sym_variable_name, - [64048] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3788), 1, - anon_sym_PIPE, - STATE(1703), 1, - aux_sym_union_type_repeat1, - STATE(1752), 1, - sym_text_interpolation, - ACTIONS(3298), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [64069] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3621), 1, - anon_sym_PIPE, - STATE(1699), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1753), 1, - sym_text_interpolation, - ACTIONS(3304), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [64090] = 7, + [63938] = 9, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(3790), 1, - ts_builtin_sym_end, - ACTIONS(3792), 1, - sym_php_tag, - ACTIONS(3794), 1, - aux_sym_text_token1, - ACTIONS(3797), 1, - aux_sym_text_token2, - STATE(1754), 2, + ACTIONS(3145), 1, + aux_sym_string_token2, + ACTIONS(3147), 1, + aux_sym_string_content_token1, + ACTIONS(3311), 1, + anon_sym_SQUOTE, + STATE(1635), 1, + aux_sym_string_repeat1, + STATE(1644), 1, sym_text_interpolation, - aux_sym_text_repeat1, - [64113] = 6, + STATE(1879), 1, + aux_sym_string_content_repeat1, + STATE(1885), 1, + sym_string_content, + [63966] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1102), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1755), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(3315), 1, + anon_sym_EQ, + STATE(1645), 1, sym_text_interpolation, - ACTIONS(1100), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3800), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [64134] = 6, + STATE(2201), 1, + sym_property_hook_list, + ACTIONS(3313), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [63989] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(969), 1, + aux_sym_while_statement_token1, + ACTIONS(971), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3621), 1, - anon_sym_PIPE, - STATE(1697), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1756), 1, + ACTIONS(3317), 1, + aux_sym_else_if_clause_token1, + STATE(1896), 1, + sym_else_if_clause, + STATE(1646), 2, sym_text_interpolation, - ACTIONS(3221), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [64155] = 6, + aux_sym_if_statement_repeat1, + [64012] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3802), 1, - anon_sym_BSLASH, - STATE(1747), 1, - aux_sym_namespace_name_repeat1, - STATE(1757), 1, - sym_text_interpolation, - ACTIONS(3565), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2295), 1, anon_sym_LBRACE, - [64176] = 7, + ACTIONS(3322), 1, + anon_sym_EQ, + STATE(1647), 1, + sym_text_interpolation, + STATE(2255), 1, + sym_property_hook_list, + ACTIONS(3320), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [64035] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3730), 1, - anon_sym_LBRACE, - ACTIONS(3732), 1, + ACTIONS(1667), 1, anon_sym_DOLLAR, - ACTIONS(3805), 1, - sym_name, - STATE(1758), 1, + ACTIONS(3324), 1, + anon_sym_RPAREN, + STATE(1648), 1, sym_text_interpolation, - STATE(1607), 2, - sym_dynamic_variable_name, + STATE(2185), 2, sym_variable_name, - [64199] = 4, + sym_by_ref, + [64058] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1759), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + STATE(1649), 1, sym_text_interpolation, - ACTIONS(3114), 5, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + STATE(2123), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [64216] = 4, + [64081] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1760), 1, + STATE(1650), 1, sym_text_interpolation, - ACTIONS(3038), 5, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3328), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3330), 3, anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [64233] = 4, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64100] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1761), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3332), 1, + anon_sym_DOT_DOT_DOT, + STATE(1651), 1, + sym_text_interpolation, + STATE(1954), 1, + sym_reference_modifier, + STATE(1955), 1, + sym_variable_name, + [64125] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1652), 1, sym_text_interpolation, - ACTIONS(3130), 5, + ACTIONS(3334), 5, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_AMP, anon_sym_LBRACE, - anon_sym_PIPE, - [64250] = 6, + anon_sym_COLON, + anon_sym_EQ_GT, + [64142] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3807), 1, - sym_name, - STATE(1762), 1, + STATE(1653), 1, sym_text_interpolation, - STATE(2154), 1, - sym_visibility_modifier, - ACTIONS(3809), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - [64271] = 8, + ACTIONS(3336), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3338), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64161] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, ACTIONS(228), 1, anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3756), 1, - sym_name, - ACTIONS(3758), 1, - anon_sym_BSLASH, - STATE(531), 1, + STATE(1347), 1, + sym__semicolon, + STATE(1350), 1, sym_compound_statement, - STATE(1763), 1, - sym_text_interpolation, - STATE(1766), 1, - sym_namespace_name, - [64296] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3790), 1, - sym__eof, - ACTIONS(3792), 1, - sym_php_tag, - ACTIONS(3811), 1, - aux_sym_text_token1, - ACTIONS(3814), 1, - aux_sym_text_token2, - STATE(1764), 2, - sym_text_interpolation, - aux_sym_text_repeat1, - [64319] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1090), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, - sym_comment, - STATE(1765), 1, + STATE(1654), 1, sym_text_interpolation, - ACTIONS(1088), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3817), 2, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [64340] = 7, + [64184] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3689), 1, - anon_sym_BSLASH, - STATE(512), 1, - sym_compound_statement, - STATE(1766), 1, + ACTIONS(3342), 1, + anon_sym_COMMA, + STATE(1655), 2, sym_text_interpolation, - ACTIONS(3819), 2, + aux_sym_base_clause_repeat1, + ACTIONS(3340), 3, sym__automatic_semicolon, anon_sym_SEMI, - [64363] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(328), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3821), 1, - sym_name, - ACTIONS(3823), 1, anon_sym_LBRACE, - STATE(1767), 1, - sym_text_interpolation, - STATE(624), 2, - sym_dynamic_variable_name, - sym_variable_name, - [64386] = 6, + [64203] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3423), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1768), 1, - sym_text_interpolation, - STATE(1951), 1, - sym_namespace_aliasing_clause, - ACTIONS(3421), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [64407] = 8, ACTIONS(5), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3467), 1, - aux_sym_text_token1, - ACTIONS(3469), 1, - aux_sym_text_token2, - ACTIONS(3656), 1, - sym__eof, - ACTIONS(3658), 1, - sym_php_tag, - STATE(1764), 1, - aux_sym_text_repeat1, - STATE(1769), 1, + STATE(1656), 1, sym_text_interpolation, - [64432] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3714), 1, - anon_sym_LBRACE, - ACTIONS(3716), 1, - anon_sym_DOLLAR, - ACTIONS(3825), 1, + ACTIONS(3345), 2, + aux_sym_final_modifier_token1, sym_name, - STATE(1770), 1, - sym_text_interpolation, - STATE(1597), 2, - sym_dynamic_variable_name, - sym_variable_name, - [64455] = 7, + ACTIONS(3347), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64222] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3351), 1, anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1714), 1, - sym_declaration_list, - STATE(1771), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + STATE(1657), 1, sym_text_interpolation, - STATE(2331), 1, - sym_class_interface_clause, - [64477] = 7, + STATE(2065), 1, + sym_anonymous_function_use_clause, + STATE(2556), 1, + sym__return_type, + [64247] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(951), 1, - sym_declaration_list, - STATE(1772), 1, + STATE(1658), 1, sym_text_interpolation, - STATE(2420), 1, - sym_class_interface_clause, - [64499] = 7, + ACTIONS(3355), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3357), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64266] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(982), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1077), 1, - sym_compound_statement, - STATE(1773), 1, + STATE(1659), 1, sym_text_interpolation, - STATE(2324), 1, - sym__return_type, - [64521] = 6, + ACTIONS(980), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [64285] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1774), 1, + STATE(1660), 1, sym_text_interpolation, - STATE(1864), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3827), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [64541] = 6, + ACTIONS(3359), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3361), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64304] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(959), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1775), 1, + STATE(1661), 1, sym_text_interpolation, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3831), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [64561] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(957), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [64323] = 8, + ACTIONS(5), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(453), 1, - sym_declaration_list, - STATE(1776), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(13), 1, + aux_sym_text_token1, + ACTIONS(15), 1, + aux_sym_text_token2, + ACTIONS(3363), 1, + ts_builtin_sym_end, + ACTIONS(3365), 1, + sym_php_tag, + STATE(1662), 1, sym_text_interpolation, - STATE(2406), 1, - sym_class_interface_clause, - [64583] = 5, + STATE(1737), 1, + aux_sym_text_repeat1, + [64348] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1777), 1, + ACTIONS(3369), 1, + anon_sym_PIPE, + STATE(1663), 1, sym_text_interpolation, - STATE(2584), 1, - sym_declare_directive, - ACTIONS(3833), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [64601] = 7, + STATE(1683), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3367), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [64369] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1131), 1, - sym_compound_statement, - STATE(1778), 1, + ACTIONS(3369), 1, + anon_sym_PIPE, + STATE(1664), 1, sym_text_interpolation, - STATE(2315), 1, - sym__return_type, - [64623] = 7, + STATE(1708), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3371), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [64390] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, + ACTIONS(2295), 1, anon_sym_LBRACE, - STATE(445), 1, - sym_declaration_list, - STATE(1779), 1, + ACTIONS(3375), 1, + anon_sym_EQ, + STATE(1665), 1, sym_text_interpolation, - STATE(2346), 1, - sym_class_interface_clause, - [64645] = 6, + STATE(2369), 1, + sym_property_hook_list, + ACTIONS(3373), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [64413] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3837), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1780), 1, - sym_text_interpolation, - STATE(2411), 1, - sym_namespace_aliasing_clause, - ACTIONS(3835), 2, + ACTIONS(3326), 1, anon_sym_COMMA, - anon_sym_RBRACE, - [64665] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - STATE(1781), 1, + STATE(478), 1, + sym__semicolon, + STATE(1666), 1, sym_text_interpolation, - ACTIONS(3839), 2, - sym_php_tag, - aux_sym_text_token1, - ACTIONS(3841), 2, - sym__eof, - aux_sym_text_token2, - [64683] = 6, + STATE(1679), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [64436] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1782), 1, + STATE(476), 1, + sym__semicolon, + STATE(1667), 1, sym_text_interpolation, - STATE(1803), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3843), 2, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [64703] = 7, + [64459] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1783), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(3379), 1, + anon_sym_EQ, + STATE(1668), 1, sym_text_interpolation, - STATE(2063), 1, - sym_formal_parameters, - STATE(2291), 1, - sym_reference_modifier, - [64725] = 4, + STATE(2233), 1, + sym_property_hook_list, + ACTIONS(3377), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [64482] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1784), 1, + ACTIONS(3383), 1, + anon_sym_PIPE, + STATE(1669), 1, sym_text_interpolation, - ACTIONS(3847), 4, - aux_sym_namespace_use_declaration_token1, + STATE(1713), 1, + aux_sym_union_type_repeat1, + ACTIONS(3381), 3, anon_sym_LBRACE, - anon_sym_COLON, anon_sym_EQ_GT, - [64741] = 4, + anon_sym_DOLLAR, + [64503] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1785), 1, + ACTIONS(3385), 1, + sym_name, + STATE(1670), 1, sym_text_interpolation, - ACTIONS(3849), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, + STATE(1916), 1, + sym_visibility_modifier, + ACTIONS(3387), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + [64524] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(5), 1, + sym_comment, + STATE(1671), 1, + sym_text_interpolation, + ACTIONS(3389), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3391), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64543] = 8, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, anon_sym_COLON, - [64757] = 4, + ACTIONS(3393), 1, + anon_sym_LBRACE, + STATE(1672), 1, + sym_text_interpolation, + STATE(2103), 1, + sym_anonymous_function_use_clause, + STATE(2581), 1, + sym__return_type, + [64568] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1786), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + STATE(500), 1, + sym__semicolon, + STATE(1673), 1, sym_text_interpolation, - ACTIONS(3173), 4, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PIPE, - [64773] = 5, + [64591] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1787), 1, + STATE(1674), 1, sym_text_interpolation, - STATE(2469), 1, - sym_declare_directive, - ACTIONS(3833), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [64791] = 6, + ACTIONS(3395), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3397), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64610] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1788), 1, + STATE(1649), 1, + aux_sym__const_declaration_repeat1, + STATE(1675), 1, sym_text_interpolation, - STATE(1803), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3851), 2, + STATE(2171), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [64811] = 6, + [64633] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3855), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1789), 1, + STATE(515), 1, + sym__semicolon, + STATE(1673), 1, + aux_sym__const_declaration_repeat1, + STATE(1676), 1, sym_text_interpolation, - STATE(1901), 1, - aux_sym_function_static_declaration_repeat1, - ACTIONS(3853), 2, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [64831] = 6, + [64656] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3613), 1, - anon_sym_AMP, - STATE(1790), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3399), 1, + anon_sym_LBRACE, + ACTIONS(3401), 1, + anon_sym_COLON, + STATE(487), 1, + sym_enum_declaration_list, + STATE(1677), 1, sym_text_interpolation, - STATE(2264), 2, - sym_variable_name, - sym_variable_reference, - [64851] = 5, + STATE(2311), 1, + sym_class_interface_clause, + [64681] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3859), 1, - anon_sym_EQ, - STATE(1791), 1, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3403), 1, + anon_sym_LBRACE, + STATE(1678), 1, sym_text_interpolation, - ACTIONS(3857), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [64869] = 4, + STATE(1918), 1, + sym_anonymous_function_use_clause, + STATE(2453), 1, + sym__return_type, + [64706] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1792), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + STATE(420), 1, + sym__semicolon, + STATE(1679), 1, sym_text_interpolation, - ACTIONS(3463), 4, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - [64885] = 5, + [64729] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3863), 1, - sym_nowdoc_string, - ACTIONS(3861), 2, - sym_heredoc_end, - sym__new_line, - STATE(1793), 2, + STATE(1680), 1, sym_text_interpolation, - aux_sym_nowdoc_body_repeat1, - [64903] = 4, + ACTIONS(3405), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3407), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [64748] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1794), 1, + STATE(1681), 1, sym_text_interpolation, - ACTIONS(3866), 4, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_RBRACK, - [64919] = 7, + ACTIONS(1715), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [64765] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3409), 1, anon_sym_LBRACE, - ACTIONS(1540), 1, + STATE(1682), 1, + sym_text_interpolation, + STATE(1910), 1, + sym_anonymous_function_use_clause, + STATE(2450), 1, + sym__return_type, + [64790] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3868), 1, - anon_sym_SEMI, - ACTIONS(3870), 1, - sym__automatic_semicolon, - STATE(1385), 1, - sym_compound_statement, - STATE(1795), 1, + ACTIONS(3369), 1, + anon_sym_PIPE, + STATE(1683), 1, sym_text_interpolation, - [64941] = 6, + STATE(1708), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3411), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [64811] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3874), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1796), 1, + STATE(1684), 1, sym_text_interpolation, - STATE(1905), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3872), 2, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + STATE(1953), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [64961] = 6, + [64834] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(986), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, - anon_sym_COMMA, - STATE(1797), 1, + STATE(1685), 1, sym_text_interpolation, - STATE(1891), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3876), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [64981] = 6, + ACTIONS(984), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [64853] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3413), 1, anon_sym_COMMA, - STATE(1798), 1, + STATE(509), 1, + sym__semicolon, + STATE(1686), 1, sym_text_interpolation, - STATE(1911), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3878), 2, + STATE(1859), 1, + aux_sym_function_static_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [65001] = 5, + [64876] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3884), 1, + ACTIONS(3415), 1, anon_sym_PIPE, - ACTIONS(3882), 2, - anon_sym_RPAREN, - anon_sym_DOLLAR, - STATE(1799), 2, + STATE(1687), 1, sym_text_interpolation, - aux_sym_type_list_repeat1, - [65019] = 7, + STATE(1757), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3371), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [64897] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3887), 1, - anon_sym_SEMI, - ACTIONS(3889), 1, - sym__automatic_semicolon, - STATE(1399), 1, - sym_compound_statement, - STATE(1800), 1, + ACTIONS(1705), 1, + anon_sym_LPAREN, + STATE(1688), 1, sym_text_interpolation, - [65041] = 6, + ACTIONS(1707), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [64916] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3517), 1, - anon_sym_COMMA, - STATE(1801), 1, - sym_text_interpolation, - STATE(1882), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3891), 2, + ACTIONS(2295), 1, anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [65061] = 6, + ACTIONS(3419), 1, + anon_sym_EQ, + STATE(1689), 1, + sym_text_interpolation, + STATE(2182), 1, + sym_property_hook_list, + ACTIONS(3417), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [64939] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, - anon_sym_COMMA, - STATE(1802), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(3423), 1, + anon_sym_EQ, + STATE(1690), 1, sym_text_interpolation, - STATE(1803), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3893), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [65081] = 5, + STATE(2177), 1, + sym_property_hook_list, + ACTIONS(3421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [64962] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3897), 1, - anon_sym_COMMA, - ACTIONS(3895), 2, + ACTIONS(3425), 1, + anon_sym_PIPE, + STATE(1691), 1, + sym_text_interpolation, + STATE(1754), 1, + aux_sym_union_type_repeat1, + ACTIONS(3381), 3, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1803), 2, - sym_text_interpolation, - aux_sym_property_declaration_repeat1, - [65099] = 6, + anon_sym_LBRACE, + [64983] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_PIPE, - STATE(1804), 1, + STATE(1692), 1, sym_text_interpolation, - STATE(1878), 1, - aux_sym_type_list_repeat1, - ACTIONS(3900), 2, - anon_sym_RPAREN, - anon_sym_DOLLAR, - [65119] = 6, + ACTIONS(963), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(961), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65002] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1788), 1, - aux_sym_property_declaration_repeat1, - STATE(1805), 1, + STATE(1693), 1, sym_text_interpolation, - ACTIONS(3904), 2, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + STATE(2164), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [65139] = 7, + [65025] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3427), 1, anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1115), 1, - sym_declaration_list, - STATE(1806), 1, + STATE(1694), 1, sym_text_interpolation, - STATE(2279), 1, - sym_class_interface_clause, - [65161] = 7, + STATE(2092), 1, + sym_anonymous_function_use_clause, + STATE(2494), 1, + sym__return_type, + [65050] = 8, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3301), 1, + aux_sym_text_token1, + ACTIONS(3303), 1, + aux_sym_text_token2, + ACTIONS(3363), 1, + sym__eof, + ACTIONS(3365), 1, + sym_php_tag, + STATE(1695), 1, + sym_text_interpolation, + STATE(1760), 1, + aux_sym_text_repeat1, + [65075] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1083), 1, - sym_declaration_list, - STATE(1807), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2307), 1, + anon_sym_COLON, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1696), 1, sym_text_interpolation, - STATE(2277), 1, - sym_class_interface_clause, - [65183] = 4, + STATE(1901), 1, + sym_formal_parameters, + STATE(2274), 1, + sym_reference_modifier, + [65100] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1808), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2307), 1, + anon_sym_COLON, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1697), 1, sym_text_interpolation, - ACTIONS(3906), 4, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_match_default_expression_token1, - aux_sym_switch_block_token1, - [65199] = 7, + STATE(1774), 1, + sym_formal_parameters, + STATE(2357), 1, + sym_reference_modifier, + [65125] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1081), 1, - sym_declaration_list, - STATE(1809), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + STATE(1698), 1, sym_text_interpolation, - STATE(2188), 1, - sym_class_interface_clause, - [65221] = 5, + STATE(1758), 1, + aux_sym__const_declaration_repeat1, + STATE(1985), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65148] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1810), 1, + STATE(1699), 1, sym_text_interpolation, - STATE(2553), 1, - sym_declare_directive, - ACTIONS(3833), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [65239] = 7, + ACTIONS(2945), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_PIPE, + [65165] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(978), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1653), 1, - sym_formal_parameters, - STATE(1811), 1, + STATE(1700), 1, sym_text_interpolation, - STATE(2314), 1, - sym_reference_modifier, - [65261] = 7, + ACTIONS(976), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [65184] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2862), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(3908), 1, - aux_sym_namespace_use_declaration_token2, - STATE(1812), 1, + ACTIONS(3431), 1, + anon_sym_COLON, + STATE(1701), 1, sym_text_interpolation, - STATE(2262), 1, - sym_static_modifier, - [65283] = 7, + STATE(2006), 1, + sym__return_type, + ACTIONS(3429), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [65205] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1634), 1, - sym_formal_parameters, - STATE(1813), 1, + STATE(1702), 1, sym_text_interpolation, - STATE(2329), 1, - sym_reference_modifier, - [65305] = 7, + ACTIONS(3433), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [65222] = 8, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3435), 1, + anon_sym_LBRACE, + STATE(1703), 1, + sym_text_interpolation, + STATE(2070), 1, + sym_anonymous_function_use_clause, + STATE(2449), 1, + sym__return_type, + [65247] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(3437), 1, + anon_sym_COMMA, + STATE(1704), 1, + sym_text_interpolation, + STATE(1882), 1, + aux_sym_namespace_use_declaration_repeat1, + STATE(2016), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65270] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(228), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1102), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(1358), 1, sym_compound_statement, - STATE(1814), 1, + STATE(1359), 1, + sym__semicolon, + STATE(1705), 1, sym_text_interpolation, - STATE(2313), 1, - sym__return_type, - [65327] = 7, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65293] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3607), 1, - anon_sym_LBRACE, - STATE(509), 1, - sym_enum_declaration_list, - STATE(1815), 1, + STATE(1706), 1, sym_text_interpolation, - STATE(2235), 1, - sym_class_interface_clause, - [65349] = 6, + ACTIONS(967), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(965), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65312] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3517), 1, - anon_sym_COMMA, - STATE(1801), 1, - aux_sym_base_clause_repeat1, - STATE(1816), 1, + STATE(1707), 1, sym_text_interpolation, - ACTIONS(3519), 2, + ACTIONS(3439), 5, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [65369] = 7, + anon_sym_COLON, + anon_sym_EQ_GT, + [65329] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1109), 1, - sym_compound_statement, - STATE(1817), 1, + ACTIONS(3441), 1, + anon_sym_PIPE, + STATE(1708), 2, sym_text_interpolation, - STATE(2307), 1, - sym__return_type, - [65391] = 6, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(2965), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [65348] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3444), 1, anon_sym_COMMA, - STATE(1818), 1, + STATE(503), 1, + sym__semicolon, + STATE(1709), 1, sym_text_interpolation, - STATE(1918), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3910), 2, + STATE(1869), 1, + aux_sym_global_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [65411] = 7, + [65371] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3912), 1, - anon_sym_LBRACE, - STATE(495), 1, - sym_declaration_list, - STATE(1819), 1, + ACTIONS(3444), 1, + anon_sym_COMMA, + STATE(1710), 1, sym_text_interpolation, - STATE(2450), 1, - sym_base_clause, - [65433] = 7, + STATE(1869), 1, + aux_sym_global_declaration_repeat1, + STATE(2021), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65394] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1660), 1, - sym_formal_parameters, - STATE(1820), 1, + ACTIONS(3413), 1, + anon_sym_COMMA, + STATE(1711), 1, sym_text_interpolation, - STATE(2341), 1, - sym_reference_modifier, - [65455] = 7, + STATE(1715), 1, + aux_sym_function_static_declaration_repeat1, + STATE(2066), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65417] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3914), 1, - anon_sym_SEMI, - ACTIONS(3916), 1, - sym__automatic_semicolon, - STATE(1393), 1, - sym_compound_statement, - STATE(1821), 1, + ACTIONS(3444), 1, + anon_sym_COMMA, + STATE(1710), 1, + aux_sym_global_declaration_repeat1, + STATE(1712), 1, sym_text_interpolation, - [65477] = 7, + STATE(2071), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65440] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3607), 1, - anon_sym_LBRACE, - STATE(467), 1, - sym_enum_declaration_list, - STATE(1822), 1, + ACTIONS(3446), 1, + anon_sym_PIPE, + STATE(1713), 2, sym_text_interpolation, - STATE(2303), 1, - sym_class_interface_clause, - [65499] = 5, + aux_sym_union_type_repeat1, + ACTIONS(2987), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [65459] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(386), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3918), 1, - anon_sym_AMP, - ACTIONS(3165), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - STATE(1823), 2, + STATE(1714), 1, sym_text_interpolation, - aux_sym_intersection_type_repeat1, - [65517] = 5, + STATE(2086), 1, + sym_compound_statement, + STATE(2087), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [65482] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3923), 1, + ACTIONS(3413), 1, anon_sym_COMMA, - ACTIONS(3921), 2, + STATE(1715), 1, + sym_text_interpolation, + STATE(1859), 1, + aux_sym_function_static_declaration_repeat1, + STATE(2022), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1824), 2, - sym_text_interpolation, - aux_sym__const_declaration_repeat1, - [65535] = 7, + [65505] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1144), 1, - sym_compound_statement, - STATE(1825), 1, + STATE(1716), 1, sym_text_interpolation, - STATE(2247), 1, - sym__return_type, - [65557] = 7, + ACTIONS(3449), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3451), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65524] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(965), 1, - sym_compound_statement, - STATE(1826), 1, + STATE(1717), 1, sym_text_interpolation, - STATE(2326), 1, - sym__return_type, - [65579] = 7, + ACTIONS(3453), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3455), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65543] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1624), 1, - sym_formal_parameters, - STATE(1827), 1, + ACTIONS(3457), 1, + aux_sym_catch_clause_token1, + ACTIONS(3459), 1, + aux_sym_finally_clause_token1, + STATE(405), 1, + aux_sym_try_statement_repeat1, + STATE(1718), 1, sym_text_interpolation, - STATE(2458), 1, - sym_reference_modifier, - [65601] = 4, + STATE(411), 2, + sym_catch_clause, + sym_finally_clause, + [65566] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1828), 1, + ACTIONS(3437), 1, + anon_sym_COMMA, + STATE(1704), 1, + aux_sym_namespace_use_declaration_repeat1, + STATE(1719), 1, sym_text_interpolation, - ACTIONS(3926), 4, + STATE(2139), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, + [65589] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2295), 1, anon_sym_LBRACE, - anon_sym_COLON, - [65617] = 7, + ACTIONS(3463), 1, + anon_sym_EQ, + STATE(1720), 1, + sym_text_interpolation, + STATE(2243), 1, + sym_property_hook_list, + ACTIONS(3461), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [65612] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2508), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2862), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(3928), 1, - aux_sym_namespace_use_declaration_token2, - STATE(1829), 1, + STATE(1721), 1, sym_text_interpolation, - STATE(2456), 1, - sym_static_modifier, - [65639] = 6, + ACTIONS(1643), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_BSLASH, + anon_sym_LBRACE, + sym_name, + [65629] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3930), 1, - anon_sym_AMP, - STATE(1823), 1, - aux_sym_intersection_type_repeat1, - STATE(1830), 1, + ACTIONS(3467), 1, + anon_sym_COMMA, + STATE(1722), 2, sym_text_interpolation, - ACTIONS(3156), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [65659] = 5, + aux_sym_property_declaration_repeat1, + ACTIONS(3465), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [65648] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1831), 1, + STATE(1723), 1, sym_text_interpolation, - STATE(2472), 1, - sym_declare_directive, - ACTIONS(3833), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [65677] = 6, + ACTIONS(3470), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3472), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65667] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1824), 1, + STATE(1684), 1, aux_sym__const_declaration_repeat1, - STATE(1832), 1, + STATE(1724), 1, sym_text_interpolation, - ACTIONS(3933), 2, + STATE(2109), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [65697] = 6, + [65690] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(3613), 1, - anon_sym_AMP, - STATE(1833), 1, + ACTIONS(3474), 1, + anon_sym_PIPE, + STATE(1725), 2, sym_text_interpolation, - STATE(2140), 2, - sym_variable_name, - sym_variable_reference, - [65717] = 7, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(2965), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [65709] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1154), 1, - sym_compound_statement, - STATE(1834), 1, + STATE(1726), 1, sym_text_interpolation, - STATE(2230), 1, - sym__return_type, - [65739] = 6, + ACTIONS(3477), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3479), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65728] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, ACTIONS(5), 1, sym_comment, - ACTIONS(11), 1, + STATE(1727), 1, + sym_text_interpolation, + ACTIONS(3481), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3483), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65747] = 5, + ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(3937), 1, - sym_nowdoc_string, - STATE(1793), 1, - aux_sym_nowdoc_body_repeat1, - STATE(1835), 1, + ACTIONS(5), 1, + sym_comment, + STATE(1728), 1, sym_text_interpolation, - ACTIONS(3935), 2, - sym_heredoc_end, - sym__new_line, - [65759] = 6, + ACTIONS(1026), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(1024), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65766] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3437), 1, anon_sym_COMMA, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - STATE(1836), 1, + STATE(501), 1, + sym__semicolon, + STATE(1729), 1, sym_text_interpolation, - ACTIONS(3939), 2, + STATE(1882), 1, + aux_sym_namespace_use_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [65779] = 7, + [65789] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(970), 1, - sym_compound_statement, - STATE(1837), 1, + ACTIONS(1440), 1, + anon_sym_LPAREN, + STATE(1730), 1, sym_text_interpolation, - STATE(2332), 1, - sym__return_type, - [65801] = 4, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [65808] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1838), 1, + ACTIONS(3485), 1, + anon_sym_PIPE, + STATE(1731), 1, sym_text_interpolation, - ACTIONS(3941), 4, - aux_sym_namespace_use_declaration_token1, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [65817] = 7, + STATE(1734), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3367), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [65829] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3596), 1, - anon_sym_LBRACE, - STATE(1839), 1, + STATE(1732), 1, sym_text_interpolation, - STATE(2106), 1, - sym_enum_declaration_list, - STATE(2337), 1, - sym_class_interface_clause, - [65839] = 7, + ACTIONS(3487), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3489), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [65848] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(242), 1, + aux_sym_final_modifier_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(929), 1, - sym_compound_statement, - STATE(1840), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(3491), 1, + sym_name, + STATE(1733), 1, sym_text_interpolation, - STATE(2338), 1, - sym__return_type, - [65861] = 5, + STATE(2141), 1, + sym_final_modifier, + STATE(2552), 1, + sym_reference_modifier, + [65873] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3945), 1, - anon_sym_COMMA, - ACTIONS(3943), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - STATE(1841), 2, + ACTIONS(3485), 1, + anon_sym_PIPE, + STATE(1725), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1734), 1, sym_text_interpolation, - aux_sym_namespace_use_declaration_repeat1, - [65879] = 7, + ACTIONS(3411), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [65894] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + ACTIONS(3495), 1, anon_sym_COLON, - STATE(925), 1, - sym_compound_statement, - STATE(1842), 1, + STATE(1735), 1, sym_text_interpolation, - STATE(2339), 1, - sym__return_type, - [65901] = 5, + STATE(2122), 1, + sym_enum_declaration_list, + STATE(2356), 1, + sym_class_interface_clause, + [65919] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3042), 1, + aux_sym_catch_clause_token1, + ACTIONS(3044), 1, + aux_sym_finally_clause_token1, + STATE(1470), 1, + aux_sym_try_statement_repeat1, + STATE(1736), 1, + sym_text_interpolation, + STATE(1661), 2, + sym_catch_clause, + sym_finally_clause, + [65942] = 7, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - STATE(1843), 1, - sym_text_interpolation, - ACTIONS(3839), 2, + ACTIONS(3497), 1, + ts_builtin_sym_end, + ACTIONS(3499), 1, sym_php_tag, + ACTIONS(3501), 1, aux_sym_text_token1, - ACTIONS(3841), 2, - ts_builtin_sym_end, + ACTIONS(3504), 1, aux_sym_text_token2, - [65919] = 7, + STATE(1737), 2, + sym_text_interpolation, + aux_sym_text_repeat1, + [65965] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - ACTIONS(3453), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3507), 1, + anon_sym_DOT_DOT_DOT, + STATE(1738), 1, + sym_text_interpolation, + STATE(2165), 1, + sym_variable_name, + STATE(2166), 1, + sym_reference_modifier, + [65990] = 8, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, anon_sym_COLON, - STATE(1120), 1, - sym_compound_statement, - STATE(1844), 1, + ACTIONS(3509), 1, + anon_sym_LBRACE, + STATE(1739), 1, sym_text_interpolation, - STATE(2290), 1, + STATE(2151), 1, + sym_anonymous_function_use_clause, + STATE(2563), 1, sym__return_type, - [65941] = 6, + [66015] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, + ACTIONS(3413), 1, anon_sym_COMMA, - STATE(1841), 1, - aux_sym_namespace_use_declaration_repeat1, - STATE(1845), 1, + STATE(477), 1, + sym__semicolon, + STATE(1686), 1, + aux_sym_function_static_declaration_repeat1, + STATE(1740), 1, sym_text_interpolation, - ACTIONS(3948), 2, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [65961] = 5, + [66038] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3952), 1, + ACTIONS(2295), 1, + anon_sym_LBRACE, + ACTIONS(3513), 1, + anon_sym_EQ, + STATE(1741), 1, + sym_text_interpolation, + STATE(2200), 1, + sym_property_hook_list, + ACTIONS(3511), 2, anon_sym_COMMA, - ACTIONS(3950), 2, + anon_sym_RPAREN, + [66061] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(228), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, + sym_comment, + STATE(1340), 1, + sym__semicolon, + STATE(1341), 1, + sym_compound_statement, + STATE(1742), 1, + sym_text_interpolation, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1846), 2, - sym_text_interpolation, - aux_sym_global_declaration_repeat1, - [65979] = 7, + [66084] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(967), 1, - sym_declaration_list, - STATE(1847), 1, + ACTIONS(3515), 1, + anon_sym_PIPE, + STATE(1743), 2, sym_text_interpolation, - STATE(2345), 1, - sym_class_interface_clause, - [66001] = 6, + aux_sym_union_type_repeat1, + ACTIONS(2987), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [66103] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3855), 1, + ACTIONS(3444), 1, anon_sym_COMMA, - STATE(1848), 1, + STATE(461), 1, + sym__semicolon, + STATE(1709), 1, + aux_sym_global_declaration_repeat1, + STATE(1744), 1, sym_text_interpolation, - STATE(1896), 1, - aux_sym_function_static_declaration_repeat1, - ACTIONS(3955), 2, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [66021] = 6, + [66126] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3874), 1, - anon_sym_COMMA, - STATE(1849), 1, + STATE(1745), 1, sym_text_interpolation, - STATE(1897), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3957), 2, + ACTIONS(1649), 5, sym__automatic_semicolon, anon_sym_SEMI, - [66041] = 5, + anon_sym_BSLASH, + anon_sym_LBRACE, + sym_name, + [66143] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(228), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3961), 1, - anon_sym_COMMA, - ACTIONS(3959), 2, + STATE(456), 1, + sym__semicolon, + STATE(457), 1, + sym_compound_statement, + STATE(1746), 1, + sym_text_interpolation, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - STATE(1850), 2, - sym_text_interpolation, - aux_sym_function_static_declaration_repeat1, - [66059] = 6, + [66166] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(228), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1851), 1, + STATE(1338), 1, + sym_compound_statement, + STATE(1346), 1, + sym__semicolon, + STATE(1747), 1, sym_text_interpolation, - STATE(1900), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3964), 2, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [66079] = 6, + [66189] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1775), 1, - aux_sym__const_declaration_repeat1, - STATE(1852), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + ACTIONS(3518), 1, + anon_sym_COLON, + STATE(1748), 1, sym_text_interpolation, - ACTIONS(3966), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [66099] = 7, + STATE(1915), 1, + sym_enum_declaration_list, + STATE(2277), 1, + sym_class_interface_clause, + [66214] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1853), 1, + ACTIONS(3522), 1, + anon_sym_EQ, + STATE(1749), 1, sym_text_interpolation, - STATE(2180), 1, - sym_formal_parameters, - STATE(2191), 1, - sym_reference_modifier, - [66121] = 7, + ACTIONS(3520), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + [66233] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, + ACTIONS(3058), 1, anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1608), 1, - sym_formal_parameters, - STATE(1854), 1, + STATE(1750), 1, sym_text_interpolation, - STATE(2193), 1, - sym_reference_modifier, - [66143] = 6, + STATE(1755), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3282), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [66254] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1855), 1, - sym_text_interpolation, - STATE(1909), 1, + STATE(1693), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3968), 2, + STATE(1751), 1, + sym_text_interpolation, + STATE(1953), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [66163] = 7, + [66277] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, + ACTIONS(3399), 1, anon_sym_LBRACE, - STATE(437), 1, - sym_declaration_list, - STATE(1856), 1, + ACTIONS(3524), 1, + anon_sym_COLON, + STATE(454), 1, + sym_enum_declaration_list, + STATE(1752), 1, sym_text_interpolation, - STATE(2342), 1, + STATE(2360), 1, sym_class_interface_clause, - [66185] = 6, + [66302] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1558), 1, - anon_sym_LPAREN, - STATE(1857), 1, + STATE(1753), 1, sym_text_interpolation, - STATE(2419), 1, - sym_arguments, - ACTIONS(3493), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [66205] = 7, + ACTIONS(3526), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3528), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [66321] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_base_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(1858), 1, + ACTIONS(3530), 1, + anon_sym_PIPE, + STATE(1754), 2, sym_text_interpolation, - STATE(1955), 1, - sym_declaration_list, - STATE(2414), 1, - sym_base_clause, - [66227] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3367), 1, + aux_sym_union_type_repeat1, + ACTIONS(2987), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1750), 1, - sym_declaration_list, - STATE(1859), 1, - sym_text_interpolation, - STATE(2362), 1, - sym_class_interface_clause, - [66249] = 4, + [66340] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1860), 1, + ACTIONS(3533), 1, + anon_sym_AMP, + STATE(1755), 2, sym_text_interpolation, - ACTIONS(3600), 4, + aux_sym_intersection_type_repeat1, + ACTIONS(2971), 3, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_BSLASH, anon_sym_LBRACE, - [66265] = 7, + [66359] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1610), 1, - sym_formal_parameters, - STATE(1861), 1, + STATE(1756), 1, sym_text_interpolation, - STATE(2423), 1, - sym_reference_modifier, - [66287] = 6, + ACTIONS(3536), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3538), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [66378] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - STATE(1862), 1, + ACTIONS(3540), 1, + anon_sym_PIPE, + STATE(1757), 2, sym_text_interpolation, - ACTIONS(3970), 2, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(2965), 3, sym__automatic_semicolon, anon_sym_SEMI, - [66307] = 6, + anon_sym_LBRACE, + [66397] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1836), 1, - aux_sym__const_declaration_repeat1, - STATE(1863), 1, + STATE(1758), 1, sym_text_interpolation, - ACTIONS(3972), 2, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + STATE(1958), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [66327] = 6, + [66420] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + ACTIONS(3326), 1, anon_sym_COMMA, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - STATE(1864), 1, + STATE(430), 1, + sym__semicolon, + STATE(1759), 1, sym_text_interpolation, - ACTIONS(3974), 2, + STATE(1776), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [66347] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + [66443] = 7, + ACTIONS(5), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1765), 1, - sym_declaration_list, - STATE(1865), 1, - sym_text_interpolation, - STATE(2371), 1, - sym_class_interface_clause, - [66369] = 7, - ACTIONS(3), 1, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(975), 1, - sym_compound_statement, - STATE(1866), 1, + ACTIONS(3497), 1, + sym__eof, + ACTIONS(3499), 1, + sym_php_tag, + ACTIONS(3543), 1, + aux_sym_text_token1, + ACTIONS(3546), 1, + aux_sym_text_token2, + STATE(1760), 2, sym_text_interpolation, - STATE(2372), 1, - sym__return_type, - [66391] = 7, + aux_sym_text_repeat1, + [66466] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2480), 1, - anon_sym_COLON, - ACTIONS(3758), 1, - anon_sym_BSLASH, - ACTIONS(3976), 1, - sym_name, - STATE(1867), 1, + ACTIONS(3437), 1, + anon_sym_COMMA, + STATE(451), 1, + sym__semicolon, + STATE(1729), 1, + aux_sym_namespace_use_declaration_repeat1, + STATE(1761), 1, sym_text_interpolation, - STATE(2461), 1, - sym_namespace_name, - [66413] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [66489] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3837), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1868), 1, + ACTIONS(1725), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, + anon_sym_COLON_COLON, + ACTIONS(3551), 1, + anon_sym_DASH_GT, + ACTIONS(3553), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3555), 1, + anon_sym_LBRACK, + STATE(1762), 1, sym_text_interpolation, - STATE(2285), 1, - sym_namespace_aliasing_clause, - ACTIONS(3978), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [66433] = 7, + [66514] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(944), 1, - sym_compound_statement, - STATE(1869), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3557), 1, + anon_sym_RPAREN, + STATE(1763), 1, sym_text_interpolation, - STATE(2375), 1, - sym__return_type, - [66455] = 4, + STATE(2185), 2, + sym_variable_name, + sym_by_ref, + [66537] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1870), 1, + STATE(1764), 1, sym_text_interpolation, - ACTIONS(3600), 4, - anon_sym_COMMA, - anon_sym_BSLASH, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [66471] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, + ACTIONS(3559), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [66554] = 5, + ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(3980), 1, - anon_sym_DQUOTE2, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(3984), 1, - sym_heredoc_end, - STATE(1871), 1, - sym_text_interpolation, - STATE(2209), 1, - sym_heredoc_body, - [66493] = 5, ACTIONS(5), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3988), 1, - aux_sym_string_content_token1, - ACTIONS(3986), 2, - anon_sym_SQUOTE, - aux_sym_string_token2, - STATE(1872), 2, + STATE(1765), 1, sym_text_interpolation, - aux_sym_string_content_repeat1, - [66511] = 4, + ACTIONS(3561), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3563), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [66573] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1873), 1, + ACTIONS(3415), 1, + anon_sym_PIPE, + STATE(1766), 1, sym_text_interpolation, - ACTIONS(3941), 4, + STATE(1772), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3367), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_COLON, - [66527] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3461), 1, - aux_sym_string_content_token1, - STATE(1872), 1, - aux_sym_string_content_repeat1, - STATE(1874), 1, - sym_text_interpolation, - ACTIONS(3991), 2, - anon_sym_SQUOTE, - aux_sym_string_token2, - [66547] = 4, + [66594] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1875), 1, + ACTIONS(3431), 1, + anon_sym_COLON, + STATE(1767), 1, sym_text_interpolation, - ACTIONS(3187), 4, + STATE(2064), 1, + sym__return_type, + ACTIONS(3565), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PIPE, - [66563] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(3993), 1, - anon_sym_DQUOTE2, - ACTIONS(3995), 1, - sym_heredoc_end, - STATE(1876), 1, - sym_text_interpolation, - STATE(2394), 1, - sym_heredoc_body, - [66585] = 7, + [66615] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(982), 1, - sym_declaration_list, - STATE(1877), 1, + ACTIONS(3567), 1, + aux_sym_if_statement_token2, + ACTIONS(3569), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3572), 1, + aux_sym_else_clause_token1, + STATE(1974), 1, + sym_else_if_clause_2, + STATE(1768), 2, sym_text_interpolation, - STATE(2383), 1, - sym_class_interface_clause, - [66607] = 6, + aux_sym_if_statement_repeat2, + [66638] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3902), 1, - anon_sym_PIPE, - STATE(1799), 1, - aux_sym_type_list_repeat1, - STATE(1878), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + STATE(484), 1, + sym__semicolon, + STATE(1667), 1, + aux_sym__const_declaration_repeat1, + STATE(1769), 1, sym_text_interpolation, - ACTIONS(3997), 2, - anon_sym_RPAREN, - anon_sym_DOLLAR, - [66627] = 7, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [66661] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1657), 1, - sym_formal_parameters, - STATE(1879), 1, + STATE(1770), 1, sym_text_interpolation, - STATE(2398), 1, - sym_reference_modifier, - [66649] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1711), 1, + ACTIONS(3574), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3576), 3, anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1880), 1, - sym_text_interpolation, - STATE(2008), 1, - sym_formal_parameters, - STATE(2396), 1, - sym_reference_modifier, - [66671] = 7, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(959), 1, - sym_declaration_list, - STATE(1881), 1, - sym_text_interpolation, - STATE(2384), 1, - sym_class_interface_clause, - [66693] = 5, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [66680] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3999), 1, - anon_sym_COMMA, - ACTIONS(3463), 2, - anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - STATE(1882), 2, + ACTIONS(3485), 1, + anon_sym_PIPE, + STATE(1725), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1771), 1, sym_text_interpolation, - aux_sym_base_clause_repeat1, - [66711] = 4, + ACTIONS(3371), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [66701] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1883), 1, + ACTIONS(3415), 1, + anon_sym_PIPE, + STATE(1757), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1772), 1, sym_text_interpolation, - ACTIONS(3191), 4, + ACTIONS(3411), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PIPE, - [66727] = 4, + [66722] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1884), 1, + ACTIONS(3578), 1, + anon_sym_PIPE, + STATE(1743), 1, + aux_sym_union_type_repeat1, + STATE(1773), 1, sym_text_interpolation, - ACTIONS(4002), 4, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_RBRACK, - [66743] = 7, + ACTIONS(3381), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [66743] = 8, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4004), 1, - anon_sym_EQ, - ACTIONS(4006), 1, - anon_sym_RPAREN, - STATE(1885), 1, - sym_text_interpolation, - STATE(2127), 1, - aux_sym__list_destructing_repeat1, - [66765] = 7, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(4008), 1, - anon_sym_DQUOTE2, - ACTIONS(4010), 1, - sym_heredoc_end, - STATE(1886), 1, + ACTIONS(3349), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3580), 1, + anon_sym_LBRACE, + STATE(1774), 1, sym_text_interpolation, - STATE(2448), 1, - sym_heredoc_body, - [66787] = 7, + STATE(1973), 1, + sym_anonymous_function_use_clause, + STATE(2385), 1, + sym__return_type, + [66768] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - STATE(1072), 1, - sym_declaration_list, - STATE(1887), 1, + STATE(1775), 1, sym_text_interpolation, - STATE(2249), 1, - sym_class_interface_clause, - [66809] = 7, + ACTIONS(3582), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3584), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [66787] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3596), 1, - anon_sym_LBRACE, - STATE(1888), 1, + ACTIONS(3326), 1, + anon_sym_COMMA, + STATE(478), 1, + sym__semicolon, + STATE(1776), 1, sym_text_interpolation, - STATE(1996), 1, - sym_enum_declaration_list, - STATE(2392), 1, - sym_class_interface_clause, - [66831] = 4, + STATE(1847), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [66810] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(5), 1, sym_comment, - STATE(1889), 1, + STATE(1777), 1, sym_text_interpolation, - ACTIONS(3849), 4, - aux_sym_namespace_use_declaration_token1, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [66847] = 6, + ACTIONS(3586), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3588), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [66829] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, - anon_sym_COMMA, - STATE(1802), 1, - aux_sym_property_declaration_repeat1, - STATE(1890), 1, + STATE(1778), 1, sym_text_interpolation, - ACTIONS(4012), 2, + ACTIONS(2955), 5, sym__automatic_semicolon, anon_sym_SEMI, - [66867] = 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_PIPE, + [66846] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, - anon_sym_COMMA, - STATE(1803), 1, - aux_sym_property_declaration_repeat1, - STATE(1891), 1, + STATE(1779), 1, sym_text_interpolation, - ACTIONS(4014), 2, + ACTIONS(2951), 5, sym__automatic_semicolon, anon_sym_SEMI, - [66887] = 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_PIPE, + [66863] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3845), 1, - anon_sym_COMMA, - STATE(1782), 1, - aux_sym_property_declaration_repeat1, - STATE(1892), 1, + STATE(1780), 1, sym_text_interpolation, - ACTIONS(4016), 2, + ACTIONS(2941), 5, sym__automatic_semicolon, anon_sym_SEMI, - [66907] = 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_PIPE, + [66880] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - STATE(1893), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(445), 1, + sym_declaration_list, + STATE(1781), 1, sym_text_interpolation, - ACTIONS(4018), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [66927] = 7, + STATE(2309), 1, + sym_class_interface_clause, + [66902] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4020), 1, - anon_sym_SEMI, - ACTIONS(4022), 1, - sym__automatic_semicolon, - STATE(1387), 1, - sym_compound_statement, - STATE(1894), 1, + ACTIONS(3592), 1, + anon_sym_PIPE, + STATE(1782), 1, sym_text_interpolation, - [66949] = 7, + STATE(1862), 1, + aux_sym_type_list_repeat1, + ACTIONS(3590), 2, + anon_sym_RPAREN, + anon_sym_DOLLAR, + [66922] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, + ACTIONS(1653), 1, anon_sym_AMP, - ACTIONS(3238), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - STATE(1895), 1, - sym_text_interpolation, - STATE(2011), 1, + STATE(1678), 1, sym_formal_parameters, - STATE(2391), 1, + STATE(1783), 1, + sym_text_interpolation, + STATE(2310), 1, sym_reference_modifier, - [66971] = 6, + [66944] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3855), 1, - anon_sym_COMMA, - STATE(1850), 1, - aux_sym_function_static_declaration_repeat1, - STATE(1896), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1784), 1, sym_text_interpolation, - ACTIONS(4024), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [66991] = 6, + STATE(1930), 1, + sym_declaration_list, + STATE(2307), 1, + sym_class_interface_clause, + [66966] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3874), 1, - anon_sym_COMMA, - STATE(1846), 1, - aux_sym_global_declaration_repeat1, - STATE(1897), 1, + ACTIONS(3596), 1, + aux_sym_namespace_use_clause_token3, + STATE(1785), 1, sym_text_interpolation, - ACTIONS(4026), 2, + ACTIONS(3594), 3, sym__automatic_semicolon, anon_sym_SEMI, - [67011] = 6, + anon_sym_COMMA, + [66984] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3600), 1, + sym_nowdoc_string, + ACTIONS(3598), 2, + sym_heredoc_end, + sym__new_line, + STATE(1786), 2, + sym_text_interpolation, + aux_sym_nowdoc_body_repeat1, + [67002] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1898), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(886), 1, + sym_declaration_list, + STATE(1787), 1, sym_text_interpolation, - STATE(1910), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(4028), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67031] = 4, + STATE(2317), 1, + sym_class_interface_clause, + [67024] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1899), 1, - sym_text_interpolation, - ACTIONS(3847), 4, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, anon_sym_LBRACE, - anon_sym_COLON, - [67047] = 6, + STATE(912), 1, + sym_declaration_list, + STATE(1788), 1, + sym_text_interpolation, + STATE(2352), 1, + sym_class_interface_clause, + [67046] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1841), 1, - aux_sym_namespace_use_declaration_repeat1, - STATE(1900), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(880), 1, + sym_declaration_list, + STATE(1789), 1, sym_text_interpolation, - ACTIONS(4028), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67067] = 6, + STATE(2306), 1, + sym_class_interface_clause, + [67068] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3855), 1, - anon_sym_COMMA, - STATE(1850), 1, - aux_sym_function_static_declaration_repeat1, - STATE(1901), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(473), 1, + sym_declaration_list, + STATE(1790), 1, sym_text_interpolation, - ACTIONS(4030), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67087] = 7, + STATE(2363), 1, + sym_base_clause, + [67090] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(585), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(927), 1, - sym_compound_statement, - STATE(1902), 1, + STATE(536), 1, + sym__simple_variable, + STATE(1791), 1, sym_text_interpolation, - STATE(2395), 1, - sym__return_type, - [67109] = 4, + STATE(543), 2, + sym_dynamic_variable_name, + sym_variable_name, + [67110] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1903), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(763), 1, + sym_declaration_list, + STATE(1792), 1, sym_text_interpolation, - ACTIONS(1674), 4, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [67125] = 4, + STATE(2292), 1, + sym_class_interface_clause, + [67132] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1904), 1, + ACTIONS(3603), 1, + anon_sym_EQ, + STATE(1373), 1, + sym__semicolon, + STATE(1793), 1, sym_text_interpolation, - ACTIONS(3165), 4, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - [67141] = 6, + [67152] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3874), 1, + ACTIONS(3605), 1, anon_sym_COMMA, - STATE(1846), 1, - aux_sym_global_declaration_repeat1, - STATE(1905), 1, + STATE(1794), 1, sym_text_interpolation, - ACTIONS(4032), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67161] = 7, + STATE(1874), 1, + aux_sym_base_clause_repeat1, + ACTIONS(3607), 2, + anon_sym_LBRACE, + aux_sym_class_interface_clause_token1, + [67172] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(1795), 1, + sym_text_interpolation, + ACTIONS(2971), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_AMP, anon_sym_LBRACE, - ACTIONS(1540), 1, + [67188] = 7, + ACTIONS(5), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(940), 1, - sym_compound_statement, - STATE(1906), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3609), 1, + anon_sym_DQUOTE2, + ACTIONS(3611), 1, + sym__new_line, + ACTIONS(3613), 1, + sym_heredoc_end, + STATE(1796), 1, sym_text_interpolation, - STATE(2442), 1, - sym__return_type, - [67183] = 6, + STATE(2285), 1, + sym_heredoc_body, + [67210] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3880), 1, + ACTIONS(802), 1, anon_sym_COMMA, - STATE(1845), 1, - aux_sym_namespace_use_declaration_repeat1, - STATE(1907), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3615), 1, + anon_sym_EQ, + ACTIONS(3617), 1, + anon_sym_RPAREN, + STATE(1797), 1, sym_text_interpolation, - ACTIONS(4034), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67203] = 6, + STATE(1904), 1, + aux_sym__list_destructing_repeat1, + [67232] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3611), 1, + sym__new_line, + ACTIONS(3619), 1, + anon_sym_DQUOTE2, + ACTIONS(3621), 1, + sym_heredoc_end, + STATE(1798), 1, + sym_text_interpolation, + STATE(2323), 1, + sym_heredoc_body, + [67254] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1893), 1, - aux_sym__const_declaration_repeat1, - STATE(1908), 1, + STATE(1799), 1, sym_text_interpolation, - ACTIONS(4036), 2, + ACTIONS(2976), 4, sym__automatic_semicolon, anon_sym_SEMI, - [67223] = 6, + anon_sym_LBRACE, + anon_sym_PIPE, + [67270] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, + STATE(1800), 1, + sym_text_interpolation, + ACTIONS(3623), 4, anon_sym_COMMA, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - STATE(1909), 1, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_RBRACK, + [67286] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3627), 1, + anon_sym_DASH_GT, + ACTIONS(3629), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3631), 1, + anon_sym_LBRACK, + STATE(1801), 1, sym_text_interpolation, - ACTIONS(4038), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67243] = 6, + [67308] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1841), 1, - aux_sym_namespace_use_declaration_repeat1, - STATE(1910), 1, + STATE(1802), 1, sym_text_interpolation, - ACTIONS(4040), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67263] = 6, + ACTIONS(1617), 4, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [67324] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3880), 1, - anon_sym_COMMA, - STATE(1841), 1, - aux_sym_namespace_use_declaration_repeat1, - STATE(1911), 1, + ACTIONS(3635), 1, + anon_sym_EQ, + STATE(1803), 1, sym_text_interpolation, - ACTIONS(4034), 2, + ACTIONS(3633), 3, sym__automatic_semicolon, anon_sym_SEMI, - [67283] = 4, + anon_sym_COMMA, + [67342] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1912), 1, + ACTIONS(3637), 1, + anon_sym_AMP, + ACTIONS(2971), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + STATE(1804), 2, sym_text_interpolation, - ACTIONS(3178), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PIPE, - [67299] = 6, + aux_sym_intersection_type_repeat1, + [67360] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1805), 1, + sym_text_interpolation, + ACTIONS(3640), 2, + sym_php_tag, + aux_sym_text_token1, + ACTIONS(3642), 2, + sym__eof, + aux_sym_text_token2, + [67378] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1862), 1, - aux_sym__const_declaration_repeat1, - STATE(1913), 1, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3644), 1, + anon_sym_DASH_GT, + ACTIONS(3646), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3648), 1, + anon_sym_LBRACK, + STATE(1806), 1, sym_text_interpolation, - ACTIONS(4038), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [67319] = 7, + [67400] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - ACTIONS(3371), 1, + ACTIONS(3031), 1, aux_sym_class_interface_clause_token1, - STATE(1695), 1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(907), 1, sym_declaration_list, - STATE(1914), 1, + STATE(1807), 1, sym_text_interpolation, - STATE(2435), 1, + STATE(2336), 1, sym_class_interface_clause, - [67341] = 4, + [67422] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1915), 1, + STATE(1808), 1, sym_text_interpolation, - ACTIONS(3926), 4, - aux_sym_namespace_use_declaration_token1, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [67357] = 7, + ACTIONS(3650), 4, + anon_sym_RBRACE, + aux_sym_enum_case_token1, + aux_sym_match_default_expression_token1, + aux_sym_switch_block_token1, + [67438] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1711), 1, - anon_sym_AMP, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1655), 1, - sym_formal_parameters, - STATE(1916), 1, + STATE(1809), 1, sym_text_interpolation, - STATE(2302), 1, - sym_reference_modifier, - [67379] = 7, + ACTIONS(3433), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [67454] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3371), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym_declaration_list, - STATE(1917), 1, + ACTIONS(3654), 1, + anon_sym_PIPE, + ACTIONS(3652), 2, + anon_sym_RPAREN, + anon_sym_DOLLAR, + STATE(1810), 2, sym_text_interpolation, - STATE(2304), 1, - sym_class_interface_clause, - [67401] = 6, + aux_sym_type_list_repeat1, + [67472] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1824), 1, - aux_sym__const_declaration_repeat1, - STATE(1918), 1, + STATE(1811), 1, sym_text_interpolation, - ACTIONS(3966), 2, + ACTIONS(2965), 4, sym__automatic_semicolon, anon_sym_SEMI, - [67421] = 7, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(4042), 1, - anon_sym_DQUOTE2, - ACTIONS(4044), 1, - sym_heredoc_end, - STATE(1919), 1, - sym_text_interpolation, - STATE(2312), 1, - sym_heredoc_body, - [67443] = 6, + anon_sym_LBRACE, + anon_sym_PIPE, + [67488] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3829), 1, - anon_sym_COMMA, - STATE(1832), 1, - aux_sym__const_declaration_repeat1, - STATE(1920), 1, + STATE(1812), 1, sym_text_interpolation, - ACTIONS(4046), 2, + ACTIONS(2987), 4, sym__automatic_semicolon, anon_sym_SEMI, - [67463] = 7, + anon_sym_LBRACE, + anon_sym_PIPE, + [67504] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - ACTIONS(3453), 1, - anon_sym_COLON, - STATE(1123), 1, - sym_compound_statement, - STATE(1921), 1, + ACTIONS(3029), 1, + aux_sym_base_clause_token1, + STATE(1813), 1, sym_text_interpolation, - STATE(2333), 1, - sym__return_type, - [67485] = 5, + STATE(2120), 1, + sym_declaration_list, + STATE(2359), 1, + sym_base_clause, + [67526] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1190), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1922), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1774), 1, + sym_formal_parameters, + STATE(1814), 1, sym_text_interpolation, - ACTIONS(1188), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67502] = 5, + STATE(2357), 1, + sym_reference_modifier, + [67548] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1430), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1923), 1, + STATE(1815), 1, sym_text_interpolation, - ACTIONS(1428), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67519] = 6, + ACTIONS(3334), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [67564] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - ACTIONS(3744), 1, - anon_sym_LBRACE, - STATE(1924), 1, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3657), 1, + anon_sym_DASH_GT, + ACTIONS(3659), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3661), 1, + anon_sym_LBRACK, + STATE(1816), 1, sym_text_interpolation, - STATE(2532), 1, - sym__return_type, - [67538] = 5, + [67586] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1170), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1925), 1, + ACTIONS(2349), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2637), 1, + aux_sym__arrow_function_header_token1, + ACTIONS(3663), 1, + aux_sym_namespace_use_clause_token1, + STATE(1817), 1, sym_text_interpolation, - ACTIONS(1168), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67555] = 5, + STATE(2355), 1, + sym_static_modifier, + [67608] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1358), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1926), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1818), 1, sym_text_interpolation, - ACTIONS(1356), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67572] = 6, + STATE(1961), 1, + sym_enum_declaration_list, + STATE(2264), 1, + sym_class_interface_clause, + [67630] = 7, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3399), 1, + anon_sym_LBRACE, + STATE(469), 1, + sym_enum_declaration_list, + STATE(1819), 1, + sym_text_interpolation, + STATE(2265), 1, + sym_class_interface_clause, + [67652] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4048), 1, - anon_sym_COMMA, - ACTIONS(4050), 1, - anon_sym_RPAREN, - STATE(1927), 1, + ACTIONS(3667), 1, + aux_sym_namespace_use_clause_token3, + STATE(1820), 1, sym_text_interpolation, - STATE(1952), 1, - aux_sym_formal_parameters_repeat1, - [67591] = 5, + ACTIONS(3665), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + [67670] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1342), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1928), 1, + STATE(1821), 1, sym_text_interpolation, - ACTIONS(1340), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67608] = 6, + ACTIONS(3465), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + [67686] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3093), 1, - anon_sym_AMP, - ACTIONS(4052), 1, - anon_sym_RPAREN, - STATE(1462), 1, - aux_sym_intersection_type_repeat1, - STATE(1929), 1, + STATE(1822), 1, sym_text_interpolation, - [67627] = 6, + STATE(2405), 1, + sym_declare_directive, + ACTIONS(3669), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [67704] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(847), 1, - anon_sym_RBRACK, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4054), 1, - anon_sym_COMMA, - STATE(1930), 1, + STATE(1823), 1, sym_text_interpolation, - STATE(2151), 1, - aux_sym_array_creation_expression_repeat1, - [67646] = 5, + STATE(2411), 1, + sym_declare_directive, + ACTIONS(3669), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [67722] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4058), 1, - anon_sym_EQ, - STATE(1931), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(737), 1, + sym_declaration_list, + STATE(1824), 1, sym_text_interpolation, - ACTIONS(4056), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [67663] = 6, + STATE(2253), 1, + sym_class_interface_clause, + [67744] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3615), 1, - anon_sym_RPAREN, - ACTIONS(4060), 1, - anon_sym_COMMA, - STATE(1932), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(754), 1, + sym_declaration_list, + STATE(1825), 1, sym_text_interpolation, - STATE(2112), 1, - aux_sym_anonymous_function_use_clause_repeat1, - [67682] = 6, + STATE(2250), 1, + sym_class_interface_clause, + [67766] = 6, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(4062), 1, - sym_heredoc_end, - STATE(1933), 1, + ACTIONS(3673), 1, + sym_nowdoc_string, + STATE(1786), 1, + aux_sym_nowdoc_body_repeat1, + STATE(1826), 1, sym_text_interpolation, - STATE(2415), 1, - sym_heredoc_body, - [67701] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1338), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(3671), 2, + sym_heredoc_end, + sym__new_line, + [67786] = 5, + ACTIONS(5), 1, sym_comment, - STATE(1934), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3677), 1, + aux_sym_string_content_token1, + ACTIONS(3675), 2, + anon_sym_SQUOTE, + aux_sym_string_token2, + STATE(1827), 2, sym_text_interpolation, - ACTIONS(1336), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67718] = 5, + aux_sym_string_content_repeat1, + [67804] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4066), 1, - anon_sym_EQ, - STATE(1935), 1, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3680), 1, + anon_sym_DASH_GT, + ACTIONS(3682), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3684), 1, + anon_sym_LBRACK, + STATE(1828), 1, sym_text_interpolation, - ACTIONS(4064), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [67735] = 5, + [67826] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1318), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1936), 1, + ACTIONS(3605), 1, + anon_sym_COMMA, + STATE(1794), 1, + aux_sym_base_clause_repeat1, + STATE(1829), 1, sym_text_interpolation, - ACTIONS(1316), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67752] = 6, + ACTIONS(3686), 2, + anon_sym_LBRACE, + aux_sym_class_interface_clause_token1, + [67846] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4068), 1, - anon_sym_COMMA, - ACTIONS(4070), 1, - anon_sym_RPAREN, - STATE(1937), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1830), 1, sym_text_interpolation, - STATE(1962), 1, - aux_sym_array_creation_expression_repeat1, - [67771] = 6, + STATE(2124), 1, + sym_declaration_list, + STATE(2238), 1, + sym_class_interface_clause, + [67868] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4072), 1, - anon_sym_COMMA, - ACTIONS(4074), 1, - anon_sym_RPAREN, - STATE(1938), 1, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3688), 1, + anon_sym_DASH_GT, + ACTIONS(3690), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3692), 1, + anon_sym_LBRACK, + STATE(1831), 1, sym_text_interpolation, - STATE(1988), 1, - aux_sym_arguments_repeat1, - [67790] = 5, + [67890] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1226), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(328), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - STATE(1939), 1, + STATE(1712), 1, + sym__simple_variable, + STATE(1832), 1, sym_text_interpolation, - ACTIONS(1224), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67807] = 6, + STATE(585), 2, + sym_dynamic_variable_name, + sym_variable_name, + [67910] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, + STATE(1833), 1, + sym_text_interpolation, + ACTIONS(3439), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(4076), 1, anon_sym_EQ_GT, - STATE(1940), 1, + [67926] = 7, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3611), 1, + sym__new_line, + ACTIONS(3694), 1, + anon_sym_DQUOTE2, + ACTIONS(3696), 1, + sym_heredoc_end, + STATE(1834), 1, sym_text_interpolation, - STATE(2555), 1, - sym__return_type, - [67826] = 5, + STATE(2325), 1, + sym_heredoc_body, + [67948] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4080), 1, - anon_sym_EQ, - STATE(1941), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1835), 1, sym_text_interpolation, - ACTIONS(4078), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [67843] = 5, + STATE(2162), 1, + sym_declaration_list, + STATE(2235), 1, + sym_class_interface_clause, + [67970] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4084), 1, - anon_sym_EQ, - STATE(1942), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3399), 1, + anon_sym_LBRACE, + STATE(481), 1, + sym_enum_declaration_list, + STATE(1836), 1, sym_text_interpolation, - ACTIONS(4082), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [67860] = 6, + STATE(2261), 1, + sym_class_interface_clause, + [67992] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4086), 1, - anon_sym_COMMA, - ACTIONS(4088), 1, - anon_sym_RPAREN, - STATE(1943), 1, + ACTIONS(3698), 1, + anon_sym_LPAREN, + STATE(428), 1, + sym__semicolon, + STATE(1837), 1, sym_text_interpolation, - STATE(2043), 1, - aux_sym_formal_parameters_repeat1, - [67879] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [68012] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1162), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(328), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - STATE(1944), 1, + STATE(1838), 1, sym_text_interpolation, - ACTIONS(1160), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67896] = 5, + STATE(2149), 1, + sym__simple_variable, + STATE(585), 2, + sym_dynamic_variable_name, + sym_variable_name, + [68032] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1158), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1945), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(775), 1, + sym_declaration_list, + STATE(1839), 1, sym_text_interpolation, - ACTIONS(1156), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67913] = 5, + STATE(2225), 1, + sym_class_interface_clause, + [68054] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1378), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1946), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1840), 1, sym_text_interpolation, - ACTIONS(1376), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67930] = 6, + STATE(1901), 1, + sym_formal_parameters, + STATE(2274), 1, + sym_reference_modifier, + [68076] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(4090), 1, - anon_sym_DOT_DOT_DOT, - STATE(1947), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(777), 1, + sym_declaration_list, + STATE(1841), 1, sym_text_interpolation, - STATE(2038), 1, - sym_variable_name, - [67949] = 5, + STATE(2174), 1, + sym_class_interface_clause, + [68098] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1390), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1948), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(747), 1, + sym__simple_variable, + STATE(1842), 1, sym_text_interpolation, - ACTIONS(1388), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [67966] = 6, + STATE(719), 2, + sym_dynamic_variable_name, + sym_variable_name, + [68118] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4092), 1, - sym_name, - ACTIONS(4094), 1, - anon_sym_LBRACE, - STATE(1949), 1, + STATE(1843), 1, sym_text_interpolation, - STATE(2370), 1, - sym_namespace_use_group, - [67985] = 6, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [68134] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4096), 1, - anon_sym_COMMA, - ACTIONS(4098), 1, - anon_sym_RPAREN, - STATE(1950), 1, + ACTIONS(3700), 1, + anon_sym_AMP, + STATE(1804), 1, + aux_sym_intersection_type_repeat1, + STATE(1844), 1, sym_text_interpolation, - STATE(2083), 1, - aux_sym_array_creation_expression_repeat1, - [68004] = 4, + ACTIONS(3282), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [68154] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1951), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1845), 1, sym_text_interpolation, - ACTIONS(4100), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [68019] = 6, + STATE(2128), 1, + sym_enum_declaration_list, + STATE(2181), 1, + sym_class_interface_clause, + [68176] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1823), 1, - anon_sym_RPAREN, - ACTIONS(4102), 1, - anon_sym_COMMA, - STATE(1952), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(1846), 1, sym_text_interpolation, - STATE(2158), 1, - aux_sym_formal_parameters_repeat1, - [68038] = 5, + STATE(2125), 1, + sym_declaration_list, + STATE(2217), 1, + sym_class_interface_clause, + [68198] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1478), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1953), 1, + ACTIONS(3705), 1, + anon_sym_COMMA, + ACTIONS(3703), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1847), 2, sym_text_interpolation, - ACTIONS(1476), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68055] = 5, + aux_sym__const_declaration_repeat1, + [68216] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(328), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1954), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(471), 1, + sym_declaration_list, + STATE(1848), 1, sym_text_interpolation, - STATE(2023), 2, - sym_dynamic_variable_name, - sym_variable_name, - [68072] = 5, + STATE(2189), 1, + sym_class_interface_clause, + [68238] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1282), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1955), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + STATE(755), 1, + sym_declaration_list, + STATE(1849), 1, sym_text_interpolation, - ACTIONS(1280), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68089] = 6, + STATE(2211), 1, + sym_class_interface_clause, + [68260] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_DOLLAR, - STATE(1791), 1, - sym_variable_name, - STATE(1956), 1, + STATE(1850), 1, sym_text_interpolation, - STATE(2020), 1, - sym_static_variable_declaration, - [68108] = 4, + ACTIONS(1442), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [68276] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1957), 1, - sym_text_interpolation, - ACTIONS(4104), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, anon_sym_LBRACE, - [68123] = 6, + STATE(483), 1, + sym_declaration_list, + STATE(1851), 1, + sym_text_interpolation, + STATE(2248), 1, + sym_class_interface_clause, + [68298] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(1667), 1, anon_sym_DOLLAR, - STATE(1743), 1, - sym_variable_name, - STATE(1805), 1, - sym_property_element, - STATE(1958), 1, + STATE(1852), 1, sym_text_interpolation, - [68142] = 4, + STATE(2185), 2, + sym_variable_name, + sym_by_ref, + [68318] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1959), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(908), 1, + sym_declaration_list, + STATE(1853), 1, sym_text_interpolation, - ACTIONS(4106), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [68157] = 6, + STATE(2254), 1, + sym_class_interface_clause, + [68340] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4108), 1, - anon_sym_LBRACE, - ACTIONS(4110), 1, - anon_sym_COLON, - STATE(460), 1, - sym_switch_block, - STATE(1960), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1854), 1, sym_text_interpolation, - [68176] = 5, + STATE(2129), 1, + sym_formal_parameters, + STATE(2215), 1, + sym_reference_modifier, + [68362] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4114), 1, - anon_sym_EQ, - STATE(1961), 1, + STATE(1855), 1, sym_text_interpolation, - ACTIONS(4112), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [68193] = 6, + STATE(2538), 1, + sym_declare_directive, + ACTIONS(3669), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [68380] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(835), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4116), 1, - anon_sym_COMMA, - STATE(1962), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(850), 1, + sym_declaration_list, + STATE(1856), 1, sym_text_interpolation, - STATE(2148), 1, - aux_sym_array_creation_expression_repeat1, - [68212] = 5, + STATE(2249), 1, + sym_class_interface_clause, + [68402] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1166), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1963), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1672), 1, + sym_formal_parameters, + STATE(1857), 1, sym_text_interpolation, - ACTIONS(1164), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68229] = 4, + STATE(2303), 1, + sym_reference_modifier, + [68424] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1964), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1858), 1, sym_text_interpolation, - ACTIONS(4118), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [68244] = 6, + STATE(1935), 1, + sym_formal_parameters, + STATE(2301), 1, + sym_reference_modifier, + [68446] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4120), 1, + ACTIONS(3710), 1, anon_sym_COMMA, - ACTIONS(4122), 1, - anon_sym_RBRACE, - STATE(1965), 1, + ACTIONS(3708), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1859), 2, sym_text_interpolation, - STATE(2077), 1, - aux_sym_namespace_use_group_repeat1, - [68263] = 5, + aux_sym_function_static_declaration_repeat1, + [68464] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1350), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1966), 1, + ACTIONS(3031), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(508), 1, + sym_declaration_list, + STATE(1860), 1, sym_text_interpolation, - ACTIONS(1348), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68280] = 6, + STATE(2191), 1, + sym_class_interface_clause, + [68486] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1656), 1, - anon_sym_RPAREN, - STATE(1967), 1, + ACTIONS(1402), 1, + anon_sym_LPAREN, + STATE(1861), 1, sym_text_interpolation, - STATE(2124), 1, - aux_sym__list_destructing_repeat1, - [68299] = 6, + STATE(2302), 1, + sym_arguments, + ACTIONS(3713), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [68506] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1656), 1, - anon_sym_RPAREN, - STATE(1968), 1, + ACTIONS(3592), 1, + anon_sym_PIPE, + STATE(1810), 1, + aux_sym_type_list_repeat1, + STATE(1862), 1, sym_text_interpolation, - STATE(2139), 1, - aux_sym__list_destructing_repeat1, - [68318] = 4, + ACTIONS(3715), 2, + anon_sym_RPAREN, + anon_sym_DOLLAR, + [68526] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1969), 1, + ACTIONS(3717), 1, + anon_sym_LPAREN, + STATE(1863), 1, sym_text_interpolation, - ACTIONS(4124), 3, + STATE(1956), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [68333] = 6, + [68546] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(328), 1, + anon_sym_DOLLAR, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4126), 1, - anon_sym_COMMA, - ACTIONS(4128), 1, - anon_sym_RBRACK, - STATE(1970), 1, + STATE(1744), 1, + sym__simple_variable, + STATE(1864), 1, sym_text_interpolation, - STATE(1974), 1, - aux_sym__array_destructing_repeat1, - [68352] = 6, + STATE(585), 2, + sym_dynamic_variable_name, + sym_variable_name, + [68566] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4130), 1, - anon_sym_COMMA, - ACTIONS(4132), 1, - anon_sym_RBRACE, - STATE(1971), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1865), 1, sym_text_interpolation, - STATE(2018), 1, - aux_sym_match_block_repeat1, - [68371] = 4, + STATE(2115), 1, + sym_formal_parameters, + STATE(2232), 1, + sym_reference_modifier, + [68588] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(671), 1, + anon_sym_AMP, + ACTIONS(1384), 1, sym_comment, - STATE(1972), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(1866), 1, sym_text_interpolation, - ACTIONS(3463), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [68386] = 6, + STATE(1957), 2, + sym_variable_name, + sym_by_ref, + [68608] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(837), 1, - anon_sym_RBRACK, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4134), 1, - anon_sym_COMMA, - STATE(1973), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1682), 1, + sym_formal_parameters, + STATE(1867), 1, sym_text_interpolation, - STATE(2151), 1, - aux_sym_array_creation_expression_repeat1, - [68405] = 5, + STATE(2234), 1, + sym_reference_modifier, + [68630] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4136), 1, - anon_sym_COMMA, - ACTIONS(4139), 1, - anon_sym_RBRACK, - STATE(1974), 2, + ACTIONS(1604), 1, + anon_sym_DOLLAR, + STATE(856), 1, + sym__simple_variable, + STATE(1868), 1, sym_text_interpolation, - aux_sym__array_destructing_repeat1, - [68422] = 6, + STATE(877), 2, + sym_dynamic_variable_name, + sym_variable_name, + [68650] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3104), 1, - anon_sym_RBRACK, - ACTIONS(4141), 1, + ACTIONS(3721), 1, anon_sym_COMMA, - STATE(1975), 1, + ACTIONS(3719), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1869), 2, sym_text_interpolation, - STATE(2153), 1, - aux_sym_attribute_group_repeat1, - [68441] = 6, + aux_sym_global_declaration_repeat1, + [68668] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4143), 1, - anon_sym_COMMA, - ACTIONS(4145), 1, - anon_sym_RBRACK, - STATE(1930), 1, - aux_sym_array_creation_expression_repeat1, - STATE(1976), 1, + STATE(1870), 1, + sym_text_interpolation, + ACTIONS(3559), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [68684] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(1871), 1, sym_text_interpolation, - [68460] = 5, + ACTIONS(3640), 2, + sym_php_tag, + aux_sym_text_token1, + ACTIONS(3642), 2, + ts_builtin_sym_end, + aux_sym_text_token2, + [68702] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4149), 1, - anon_sym_EQ, - STATE(1977), 1, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3684), 1, + anon_sym_LBRACK, + ACTIONS(3724), 1, + anon_sym_DASH_GT, + ACTIONS(3726), 1, + anon_sym_QMARK_DASH_GT, + STATE(1872), 1, sym_text_interpolation, - ACTIONS(4147), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [68477] = 4, + [68724] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1978), 1, + STATE(1873), 1, sym_text_interpolation, - ACTIONS(4151), 3, + ACTIONS(3340), 4, sym__automatic_semicolon, anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, - [68492] = 5, + [68740] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1186), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1979), 1, + ACTIONS(3728), 1, + anon_sym_COMMA, + ACTIONS(3340), 2, + anon_sym_LBRACE, + aux_sym_class_interface_clause_token1, + STATE(1874), 2, sym_text_interpolation, - ACTIONS(1184), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68509] = 5, + aux_sym_base_clause_repeat1, + [68758] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1518), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1980), 1, + STATE(1875), 1, sym_text_interpolation, - ACTIONS(1516), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68526] = 5, + STATE(2420), 1, + sym_declare_directive, + ACTIONS(3669), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [68776] = 7, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1218), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1981), 1, + ACTIONS(3625), 1, + anon_sym_COLON_COLON, + ACTIONS(3731), 1, + anon_sym_DASH_GT, + ACTIONS(3733), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3735), 1, + anon_sym_LBRACK, + STATE(1876), 1, sym_text_interpolation, - ACTIONS(1216), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68543] = 6, + [68798] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4153), 1, - anon_sym_LBRACE, - ACTIONS(4155), 1, - anon_sym_COLON, - STATE(1982), 1, + ACTIONS(3737), 1, + anon_sym_EQ, + STATE(1379), 1, + sym__semicolon, + STATE(1877), 1, sym_text_interpolation, - STATE(2012), 1, - sym_switch_block, - [68562] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [68818] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1878), 1, + sym_text_interpolation, + ACTIONS(3739), 4, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + anon_sym_RBRACK, + [68834] = 6, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(4157), 1, - sym_heredoc_end, - STATE(1983), 1, + ACTIONS(3147), 1, + aux_sym_string_content_token1, + STATE(1827), 1, + aux_sym_string_content_repeat1, + STATE(1879), 1, sym_text_interpolation, - STATE(2213), 1, - sym_heredoc_body, - [68581] = 6, + ACTIONS(3741), 2, + anon_sym_SQUOTE, + aux_sym_string_token2, + [68854] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1880), 1, + sym_text_interpolation, + ACTIONS(2961), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PIPE, + [68870] = 7, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(3982), 1, + ACTIONS(3611), 1, sym__new_line, - ACTIONS(4159), 1, + ACTIONS(3743), 1, + anon_sym_DQUOTE2, + ACTIONS(3745), 1, sym_heredoc_end, - STATE(1984), 1, + STATE(1881), 1, sym_text_interpolation, - STATE(2381), 1, + STATE(2270), 1, sym_heredoc_body, - [68600] = 5, + [68892] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4163), 1, - aux_sym_else_clause_token1, - STATE(1985), 1, + ACTIONS(3749), 1, + anon_sym_COMMA, + ACTIONS(3747), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1882), 2, sym_text_interpolation, - ACTIONS(4161), 2, - aux_sym_if_statement_token2, - aux_sym_else_if_clause_token1, - [68617] = 6, + aux_sym_namespace_use_declaration_repeat1, + [68910] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1883), 1, + sym_text_interpolation, + STATE(1981), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [68927] = 6, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(4165), 1, + ACTIONS(3611), 1, sym__new_line, - ACTIONS(4167), 1, + ACTIONS(3752), 1, sym_heredoc_end, - STATE(1986), 1, + STATE(1884), 1, sym_text_interpolation, - STATE(2377), 1, - sym_nowdoc_body, - [68636] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1238), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + STATE(2287), 1, + sym_heredoc_body, + [68946] = 5, + ACTIONS(5), 1, sym_comment, - STATE(1987), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3756), 1, + aux_sym_string_content_token1, + STATE(1885), 1, sym_text_interpolation, - ACTIONS(1236), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68653] = 6, + ACTIONS(3754), 2, + anon_sym_SQUOTE, + aux_sym_string_token2, + [68963] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(809), 1, + ACTIONS(739), 1, anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4169), 1, + ACTIONS(3758), 1, anon_sym_COMMA, - STATE(1988), 1, + STATE(1886), 1, sym_text_interpolation, - STATE(2080), 1, + STATE(2058), 1, aux_sym_arguments_repeat1, - [68672] = 5, + [68982] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1290), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1989), 1, + ACTIONS(1635), 1, + anon_sym_DOLLAR, + STATE(1749), 1, + sym_variable_name, + STATE(1821), 1, + sym_property_element, + STATE(1887), 1, sym_text_interpolation, - ACTIONS(1288), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68689] = 5, + [69001] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(4173), 1, + ACTIONS(3762), 1, aux_sym_string_content_token1, - STATE(1990), 1, + STATE(1888), 1, sym_text_interpolation, - ACTIONS(4171), 2, + ACTIONS(3760), 2, anon_sym_SQUOTE, aux_sym_string_token2, - [68706] = 5, + [69018] = 6, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(4177), 1, - aux_sym_string_content_token1, - STATE(1991), 1, - sym_text_interpolation, - ACTIONS(4175), 2, - anon_sym_SQUOTE, - aux_sym_string_token2, - [68723] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4179), 1, - anon_sym_COMMA, - ACTIONS(4182), 1, - anon_sym_RBRACE, - STATE(1992), 2, + ACTIONS(3764), 1, + sym__new_line, + ACTIONS(3766), 1, + sym_heredoc_end, + STATE(1889), 1, sym_text_interpolation, - aux_sym_match_block_repeat1, - [68740] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1450), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + STATE(2210), 1, + sym_nowdoc_body, + [69037] = 6, + ACTIONS(5), 1, sym_comment, - STATE(1993), 1, - sym_text_interpolation, - ACTIONS(1448), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68757] = 5, - ACTIONS(3), 1, + ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(1290), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, - sym_comment, - STATE(1994), 1, + ACTIONS(3611), 1, + sym__new_line, + ACTIONS(3768), 1, + sym_heredoc_end, + STATE(1890), 1, sym_text_interpolation, - ACTIONS(1288), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68774] = 5, + STATE(2219), 1, + sym_heredoc_body, + [69056] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1310), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1995), 1, + STATE(1891), 1, sym_text_interpolation, - ACTIONS(1308), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68791] = 5, + ACTIONS(3340), 3, + anon_sym_COMMA, + anon_sym_LBRACE, + aux_sym_class_interface_clause_token1, + [69071] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1322), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1996), 1, + STATE(1892), 1, sym_text_interpolation, - ACTIONS(1320), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68808] = 5, + STATE(2030), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69088] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1438), 1, + ACTIONS(1314), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1997), 1, + STATE(1893), 1, sym_text_interpolation, - ACTIONS(1436), 2, + ACTIONS(1312), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [68825] = 6, + [69105] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2480), 1, - anon_sym_COLON, - ACTIONS(4184), 1, - anon_sym_LPAREN, - STATE(1998), 1, + STATE(1894), 1, sym_text_interpolation, - STATE(2366), 1, - sym_parenthesized_expression, - [68844] = 5, + STATE(2011), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69122] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1422), 1, + ACTIONS(1270), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1999), 1, + STATE(1895), 1, sym_text_interpolation, - ACTIONS(1420), 2, + ACTIONS(1268), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [68861] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4186), 1, - anon_sym_COMMA, - ACTIONS(4188), 1, - anon_sym_RPAREN, - STATE(2000), 1, - sym_text_interpolation, - STATE(2185), 1, - aux_sym_arguments_repeat1, - [68880] = 5, + [69139] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1142), 1, + ACTIONS(1246), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2001), 1, + STATE(1896), 1, sym_text_interpolation, - ACTIONS(1140), 2, + ACTIONS(1244), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [68897] = 5, + [69156] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2602), 1, - anon_sym_EQ_GT, - ACTIONS(4190), 1, + ACTIONS(3770), 1, anon_sym_COMMA, - STATE(2002), 2, - sym_text_interpolation, - aux_sym_match_condition_list_repeat1, - [68914] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1366), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, - sym_comment, - STATE(2003), 1, + ACTIONS(3773), 1, + anon_sym_RBRACK, + STATE(1897), 2, sym_text_interpolation, - ACTIONS(1364), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68931] = 5, + aux_sym_attribute_group_repeat1, + [69173] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1398), 1, + ACTIONS(1162), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2004), 1, + STATE(1898), 1, sym_text_interpolation, - ACTIONS(1396), 2, + ACTIONS(1160), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [68948] = 6, + [69190] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4193), 1, + ACTIONS(3775), 1, anon_sym_COMMA, - ACTIONS(4195), 1, + ACTIONS(3778), 1, anon_sym_RBRACK, - STATE(1975), 1, - aux_sym_attribute_group_repeat1, - STATE(2005), 1, - sym_text_interpolation, - [68967] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1142), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, - sym_comment, - STATE(2006), 1, + STATE(1899), 2, sym_text_interpolation, - ACTIONS(1140), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [68984] = 5, + aux_sym_array_creation_expression_repeat1, + [69207] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1386), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2007), 1, + STATE(1900), 1, sym_text_interpolation, - ACTIONS(1384), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69001] = 6, + ACTIONS(3778), 3, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_RBRACK, + [69222] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, + ACTIONS(3353), 1, anon_sym_COLON, - ACTIONS(4197), 1, + ACTIONS(3780), 1, anon_sym_EQ_GT, - STATE(2008), 1, + STATE(1901), 1, sym_text_interpolation, - STATE(2658), 1, + STATE(2399), 1, sym__return_type, - [69020] = 5, + [69241] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1410), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2009), 1, + ACTIONS(3615), 1, + anon_sym_EQ, + STATE(1902), 1, sym_text_interpolation, - ACTIONS(1408), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69037] = 5, + ACTIONS(3782), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [69258] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1418), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2010), 1, + ACTIONS(1595), 1, + anon_sym_RPAREN, + ACTIONS(3784), 1, + anon_sym_COMMA, + STATE(1903), 2, sym_text_interpolation, - ACTIONS(1416), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69054] = 6, + aux_sym__list_destructing_repeat1, + [69275] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - ACTIONS(4199), 1, - anon_sym_EQ_GT, - STATE(2011), 1, + ACTIONS(3787), 1, + anon_sym_RPAREN, + STATE(1903), 1, + aux_sym__list_destructing_repeat1, + STATE(1904), 1, sym_text_interpolation, - STATE(2662), 1, - sym__return_type, - [69073] = 5, + [69294] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1154), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2012), 1, + STATE(1905), 1, sym_text_interpolation, - ACTIONS(1152), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69090] = 5, + ACTIONS(3789), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [69309] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1354), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - STATE(2013), 1, + ACTIONS(3791), 1, + anon_sym_RPAREN, + STATE(1903), 1, + aux_sym__list_destructing_repeat1, + STATE(1906), 1, sym_text_interpolation, - ACTIONS(1352), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69107] = 5, + [69328] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1194), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2014), 1, + STATE(1907), 1, sym_text_interpolation, - ACTIONS(1192), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69124] = 5, + ACTIONS(3793), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [69343] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1414), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2015), 1, + STATE(1908), 1, sym_text_interpolation, - ACTIONS(1412), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69141] = 6, + STATE(1983), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69360] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4126), 1, - anon_sym_COMMA, - ACTIONS(4201), 1, - anon_sym_RBRACK, - STATE(1974), 1, - aux_sym__array_destructing_repeat1, - STATE(2016), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3795), 1, + anon_sym_EQ_GT, + STATE(1909), 1, sym_text_interpolation, - [69160] = 6, + STATE(2558), 1, + sym__return_type, + [69379] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, + ACTIONS(3353), 1, anon_sym_COLON, - ACTIONS(4203), 1, - anon_sym_EQ_GT, - STATE(2017), 1, + ACTIONS(3797), 1, + anon_sym_LBRACE, + STATE(1910), 1, sym_text_interpolation, - STATE(2562), 1, + STATE(2557), 1, sym__return_type, - [69179] = 6, + [69398] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(857), 1, - anon_sym_RBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4205), 1, - anon_sym_COMMA, - STATE(1992), 1, - aux_sym_match_block_repeat1, - STATE(2018), 1, + STATE(431), 1, + sym__semicolon, + STATE(1911), 1, sym_text_interpolation, - [69198] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69415] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1394), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2019), 1, + STATE(1912), 1, sym_text_interpolation, - ACTIONS(1392), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69215] = 4, + STATE(1972), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69432] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2020), 1, + STATE(1913), 1, sym_text_interpolation, - ACTIONS(3959), 3, + STATE(1970), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [69230] = 4, + [69449] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1038), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2021), 1, + STATE(1914), 1, sym_text_interpolation, - ACTIONS(4207), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [69245] = 5, + ACTIONS(1036), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [69466] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1202), 1, + ACTIONS(1254), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2022), 1, + STATE(1915), 1, sym_text_interpolation, - ACTIONS(1200), 2, + ACTIONS(1252), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69262] = 4, + [69483] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2023), 1, + ACTIONS(3799), 1, + sym_name, + STATE(1916), 1, sym_text_interpolation, - ACTIONS(3950), 3, + ACTIONS(3801), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [69277] = 6, + [69500] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1042), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4209), 1, - anon_sym_COMMA, - ACTIONS(4211), 1, - anon_sym_RBRACK, - STATE(1973), 1, - aux_sym_array_creation_expression_repeat1, - STATE(2024), 1, + STATE(1917), 1, sym_text_interpolation, - [69296] = 6, + ACTIONS(1040), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [69517] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4213), 1, - anon_sym_RPAREN, - STATE(2025), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3803), 1, + anon_sym_LBRACE, + STATE(1918), 1, sym_text_interpolation, - STATE(2139), 1, - aux_sym__list_destructing_repeat1, - [69315] = 6, + STATE(2559), 1, + sym__return_type, + [69536] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4092), 1, - sym_name, - ACTIONS(4094), 1, - anon_sym_LBRACE, - STATE(2026), 1, + STATE(466), 1, + sym__semicolon, + STATE(1919), 1, sym_text_interpolation, - STATE(2429), 1, - sym_namespace_use_group, - [69334] = 4, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69553] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2027), 1, + ACTIONS(3615), 1, + anon_sym_EQ, + STATE(1920), 1, sym_text_interpolation, - ACTIONS(4215), 3, + ACTIONS(3805), 2, anon_sym_COMMA, - anon_sym_EQ, anon_sym_RPAREN, - [69349] = 6, + [69570] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1018), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4094), 1, - anon_sym_LBRACE, - ACTIONS(4217), 1, - sym_name, - STATE(2028), 1, + STATE(1921), 1, sym_text_interpolation, - STATE(2429), 1, - sym_namespace_use_group, - [69368] = 5, + ACTIONS(1016), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [69587] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1206), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2029), 1, + ACTIONS(3807), 1, + anon_sym_COMMA, + ACTIONS(3809), 1, + anon_sym_RBRACK, + STATE(1922), 1, sym_text_interpolation, - ACTIONS(1204), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69385] = 4, + STATE(2054), 1, + aux_sym_attribute_group_repeat1, + [69606] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2030), 1, + ACTIONS(3811), 1, + anon_sym_COMMA, + ACTIONS(3813), 1, + anon_sym_RBRACK, + STATE(1923), 1, + sym_text_interpolation, + STATE(2049), 1, + aux_sym__array_destructing_repeat1, + [69625] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(488), 1, + sym__semicolon, + STATE(1924), 1, sym_text_interpolation, - ACTIONS(4219), 3, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [69400] = 4, + [69642] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2031), 1, + STATE(1364), 1, + sym__semicolon, + STATE(1925), 1, sym_text_interpolation, - ACTIONS(3943), 3, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, + [69659] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3815), 1, + anon_sym_EQ_GT, + STATE(1926), 1, + sym_text_interpolation, + STATE(2575), 1, + sym__return_type, + [69678] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3817), 1, anon_sym_COMMA, - [69415] = 6, + ACTIONS(3819), 1, + anon_sym_RBRACK, + STATE(1927), 1, + sym_text_interpolation, + STATE(2046), 1, + aux_sym_array_creation_expression_repeat1, + [69697] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4126), 1, + ACTIONS(3811), 1, anon_sym_COMMA, - ACTIONS(4201), 1, + ACTIONS(3813), 1, anon_sym_RBRACK, - STATE(1970), 1, + STATE(1928), 1, + sym_text_interpolation, + STATE(2039), 1, aux_sym__array_destructing_repeat1, - STATE(2032), 1, + [69716] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3823), 1, + aux_sym_else_clause_token1, + STATE(1929), 1, sym_text_interpolation, - [69434] = 6, + ACTIONS(3821), 2, + aux_sym_if_statement_token2, + aux_sym_else_if_clause_token1, + [69733] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1086), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4221), 1, - anon_sym_RPAREN, - STATE(2033), 1, + STATE(1930), 1, sym_text_interpolation, - STATE(2139), 1, - aux_sym__list_destructing_repeat1, - [69453] = 5, + ACTIONS(1084), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [69750] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1426), 1, + ACTIONS(1094), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2034), 1, + STATE(1931), 1, sym_text_interpolation, - ACTIONS(1424), 2, + ACTIONS(1092), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69470] = 5, + [69767] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4004), 1, + ACTIONS(3615), 1, anon_sym_EQ, - STATE(2035), 1, + STATE(1932), 1, sym_text_interpolation, - ACTIONS(4223), 2, + ACTIONS(3825), 2, anon_sym_COMMA, anon_sym_RBRACK, - [69487] = 5, + [69784] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1214), 1, + ACTIONS(1158), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2036), 1, + STATE(1933), 1, sym_text_interpolation, - ACTIONS(1212), 2, + ACTIONS(1156), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69504] = 5, + [69801] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1470), 1, + ACTIONS(1250), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2037), 1, + STATE(1934), 1, sym_text_interpolation, - ACTIONS(1468), 2, + ACTIONS(1248), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69521] = 5, + [69818] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4227), 1, - anon_sym_EQ, - STATE(2038), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3827), 1, + anon_sym_EQ_GT, + STATE(1935), 1, sym_text_interpolation, - ACTIONS(4225), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [69538] = 5, + STATE(2582), 1, + sym__return_type, + [69837] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1246), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2039), 1, + ACTIONS(3829), 1, + sym_name, + ACTIONS(3832), 1, + anon_sym_BSLASH, + STATE(1936), 2, sym_text_interpolation, - ACTIONS(1244), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69555] = 6, + aux_sym_namespace_name_repeat1, + [69854] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - ACTIONS(4229), 1, - anon_sym_EQ_GT, - STATE(2040), 1, + ACTIONS(1635), 1, + anon_sym_DOLLAR, + STATE(1803), 1, + sym_variable_name, + STATE(1937), 1, sym_text_interpolation, - STATE(2544), 1, - sym__return_type, - [69574] = 5, + STATE(2142), 1, + sym_static_variable_declaration, + [69873] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4233), 1, - anon_sym_EQ, - STATE(2041), 1, + STATE(1938), 1, sym_text_interpolation, - ACTIONS(4231), 2, + ACTIONS(3835), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, - [69591] = 5, + [69888] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1270), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3837), 1, + anon_sym_COMMA, + ACTIONS(3839), 1, + anon_sym_RBRACE, + STATE(1939), 1, + sym_text_interpolation, + STATE(2134), 1, + aux_sym_namespace_use_declaration_repeat1, + [69907] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1234), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2042), 1, + STATE(1940), 1, sym_text_interpolation, - ACTIONS(1268), 2, + ACTIONS(1232), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69608] = 6, + [69924] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(990), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1755), 1, - anon_sym_RPAREN, - ACTIONS(4235), 1, + STATE(1941), 1, + sym_text_interpolation, + ACTIONS(988), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [69941] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3841), 1, anon_sym_COMMA, - STATE(2043), 1, + ACTIONS(3844), 1, + anon_sym_RPAREN, + STATE(1942), 2, sym_text_interpolation, - STATE(2158), 1, aux_sym_formal_parameters_repeat1, - [69627] = 6, + [69958] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(4237), 1, - anon_sym_DOT_DOT_DOT, - STATE(2044), 1, + STATE(423), 1, + sym__semicolon, + STATE(1943), 1, sym_text_interpolation, - STATE(2155), 1, - sym_variable_name, - [69646] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69975] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4241), 1, - anon_sym_EQ, - STATE(2045), 1, + STATE(1944), 1, sym_text_interpolation, - ACTIONS(4239), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [69663] = 6, + STATE(2148), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [69992] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(4243), 1, - anon_sym_DOT_DOT_DOT, - STATE(2046), 1, + ACTIONS(3846), 1, + anon_sym_LBRACE, + ACTIONS(3848), 1, + anon_sym_COLON, + STATE(422), 1, + sym_switch_block, + STATE(1945), 1, sym_text_interpolation, - STATE(2152), 1, - sym_variable_name, - [69682] = 5, + [70011] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1146), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2047), 1, + ACTIONS(3852), 1, + anon_sym_EQ, + STATE(1946), 1, sym_text_interpolation, - ACTIONS(1144), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69699] = 5, + ACTIONS(3850), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [70028] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1242), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2048), 1, + STATE(449), 1, + sym__semicolon, + STATE(1947), 1, sym_text_interpolation, - ACTIONS(1240), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69716] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70045] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(1948), 1, + sym_text_interpolation, + STATE(2139), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70062] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4247), 1, + ACTIONS(3856), 1, anon_sym_EQ, - STATE(2049), 1, + STATE(1949), 1, sym_text_interpolation, - ACTIONS(4245), 2, + ACTIONS(3854), 2, anon_sym_COMMA, anon_sym_RPAREN, - [69733] = 6, + [70079] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(4249), 1, - anon_sym_RPAREN, - STATE(2050), 1, + STATE(467), 1, + sym__semicolon, + STATE(1950), 1, sym_text_interpolation, - STATE(2522), 1, - sym_variable_name, - [69752] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70096] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - ACTIONS(3642), 1, - anon_sym_LBRACE, - STATE(2051), 1, + STATE(440), 1, + sym__semicolon, + STATE(1951), 1, sym_text_interpolation, - STATE(2626), 1, - sym__return_type, - [69771] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70113] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1242), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(446), 1, + sym__semicolon, + STATE(1952), 1, + sym_text_interpolation, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70130] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1218), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2052), 1, + STATE(1953), 1, sym_text_interpolation, - ACTIONS(1240), 2, + ACTIONS(1216), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69788] = 6, + [70147] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4094), 1, - anon_sym_LBRACE, - ACTIONS(4217), 1, - sym_name, - STATE(2053), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3858), 1, + anon_sym_DOT_DOT_DOT, + STATE(1954), 1, sym_text_interpolation, - STATE(2361), 1, - sym_namespace_use_group, - [69807] = 4, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, + STATE(2019), 1, + sym_variable_name, + [70166] = 5, + ACTIONS(3), 1, anon_sym_QMARK_GT, - STATE(2054), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3862), 1, + anon_sym_EQ, + STATE(1955), 1, sym_text_interpolation, - ACTIONS(4251), 3, - sym_heredoc_end, - sym_nowdoc_string, - sym__new_line, - [69822] = 5, + ACTIONS(3860), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [70183] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1174), 1, + ACTIONS(1022), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2055), 1, + STATE(1956), 1, sym_text_interpolation, - ACTIONS(1172), 2, + ACTIONS(1020), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69839] = 5, + [70200] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1302), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2056), 1, + ACTIONS(3864), 1, + anon_sym_COMMA, + ACTIONS(3866), 1, + anon_sym_RPAREN, + STATE(1957), 1, sym_text_interpolation, - ACTIONS(1300), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69856] = 5, + STATE(1967), 1, + aux_sym_anonymous_function_use_clause_repeat1, + [70219] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1494), 1, + ACTIONS(1210), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2057), 1, + STATE(1958), 1, sym_text_interpolation, - ACTIONS(1492), 2, + ACTIONS(1208), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69873] = 5, + [70236] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1286), 1, + ACTIONS(1194), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2058), 1, + STATE(1959), 1, sym_text_interpolation, - ACTIONS(1284), 2, + ACTIONS(1192), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69890] = 5, + [70253] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1294), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3868), 1, + anon_sym_DOT_DOT_DOT, + STATE(1960), 1, + sym_text_interpolation, + STATE(2172), 1, + sym_variable_name, + [70272] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1182), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2059), 1, + STATE(1961), 1, sym_text_interpolation, - ACTIONS(1292), 2, + ACTIONS(1180), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69907] = 6, + [70289] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1951), 1, + ACTIONS(767), 1, anon_sym_RPAREN, - ACTIONS(4253), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3870), 1, anon_sym_COMMA, - STATE(2060), 1, + STATE(1962), 1, sym_text_interpolation, - STATE(2123), 1, - aux_sym_unset_statement_repeat1, - [69926] = 4, + STATE(2056), 1, + aux_sym_array_creation_expression_repeat1, + [70308] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2061), 1, + STATE(1963), 1, sym_text_interpolation, - ACTIONS(3921), 3, + STATE(2137), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, + [70325] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3872), 1, anon_sym_COMMA, - [69941] = 5, + ACTIONS(3874), 1, + anon_sym_RBRACE, + STATE(1964), 1, + sym_text_interpolation, + STATE(2009), 1, + aux_sym_match_block_repeat1, + [70344] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1382), 1, + ACTIONS(1166), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2062), 1, + STATE(1965), 1, sym_text_interpolation, - ACTIONS(1380), 2, + ACTIONS(1164), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [69958] = 6, + [70361] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, - anon_sym_COLON, - ACTIONS(4255), 1, - anon_sym_EQ_GT, - STATE(2063), 1, + ACTIONS(3876), 1, + anon_sym_COMMA, + ACTIONS(3878), 1, + anon_sym_RPAREN, + STATE(1966), 1, sym_text_interpolation, - STATE(2566), 1, - sym__return_type, - [69977] = 5, + STATE(2169), 1, + aux_sym_formal_parameters_repeat1, + [70380] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1330), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2064), 1, + ACTIONS(3557), 1, + anon_sym_RPAREN, + ACTIONS(3880), 1, + anon_sym_COMMA, + STATE(1967), 1, sym_text_interpolation, - ACTIONS(1328), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [69994] = 5, + STATE(2168), 1, + aux_sym_anonymous_function_use_clause_repeat1, + [70399] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3884), 1, + anon_sym_EQ, + STATE(1968), 1, + sym_text_interpolation, + ACTIONS(3882), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [70416] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1334), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2065), 1, + ACTIONS(3886), 1, + anon_sym_LBRACE, + ACTIONS(3888), 1, + anon_sym_COLON, + STATE(1969), 1, sym_text_interpolation, - ACTIONS(1332), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70011] = 5, + STATE(2167), 1, + sym_switch_block, + [70435] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1502), 1, + ACTIONS(1114), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2066), 1, + STATE(1970), 1, sym_text_interpolation, - ACTIONS(1500), 2, + ACTIONS(1112), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70028] = 5, + [70452] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4259), 1, - anon_sym_LPAREN, - STATE(2067), 1, + STATE(1971), 1, sym_text_interpolation, - ACTIONS(4257), 2, + STATE(2156), 1, + sym__semicolon, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [70045] = 5, + [70469] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1502), 1, + ACTIONS(1098), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2068), 1, + STATE(1972), 1, sym_text_interpolation, - ACTIONS(1500), 2, + ACTIONS(1096), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70062] = 6, + [70486] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4094), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3890), 1, anon_sym_LBRACE, - ACTIONS(4217), 1, - sym_name, - STATE(2069), 1, + STATE(1973), 1, sym_text_interpolation, - STATE(2399), 1, - sym_namespace_use_group, - [70081] = 6, + STATE(2555), 1, + sym__return_type, + [70505] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4092), 1, - sym_name, - ACTIONS(4094), 1, - anon_sym_LBRACE, - STATE(2070), 1, + ACTIONS(3894), 1, + aux_sym_else_clause_token1, + STATE(1974), 1, sym_text_interpolation, - STATE(2399), 1, - sym_namespace_use_group, - [70100] = 5, + ACTIONS(3892), 2, + aux_sym_if_statement_token2, + aux_sym_else_if_clause_token1, + [70522] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1454), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2071), 1, + ACTIONS(3896), 1, + anon_sym_COMMA, + ACTIONS(3898), 1, + anon_sym_RBRACK, + STATE(1975), 1, sym_text_interpolation, - ACTIONS(1452), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70117] = 5, + STATE(2025), 1, + aux_sym_array_creation_expression_repeat1, + [70541] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1346), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2072), 1, + ACTIONS(3900), 1, + anon_sym_COMMA, + ACTIONS(3903), 1, + anon_sym_RBRACE, + STATE(1976), 2, sym_text_interpolation, - ACTIONS(1344), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70134] = 5, + aux_sym_match_block_repeat1, + [70558] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1362), 1, + ACTIONS(1026), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2073), 1, + STATE(1977), 1, sym_text_interpolation, - ACTIONS(1360), 2, + ACTIONS(1024), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70151] = 5, + [70575] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1370), 1, + ACTIONS(1078), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2074), 1, + STATE(1978), 1, sym_text_interpolation, - ACTIONS(1368), 2, + ACTIONS(1076), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70168] = 5, + [70592] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1462), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2075), 1, + ACTIONS(1635), 1, + anon_sym_DOLLAR, + STATE(1501), 1, + sym_property_element, + STATE(1749), 1, + sym_variable_name, + STATE(1979), 1, sym_text_interpolation, - ACTIONS(1460), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70185] = 5, + [70611] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1258), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3429), 1, + anon_sym_LBRACE, + STATE(1980), 1, + sym_text_interpolation, + STATE(2554), 1, + sym__return_type, + [70630] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1074), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2076), 1, + STATE(1981), 1, sym_text_interpolation, - ACTIONS(1256), 2, + ACTIONS(1072), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70202] = 5, + [70647] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4261), 1, - anon_sym_COMMA, - ACTIONS(4264), 1, - anon_sym_RBRACE, - STATE(2077), 2, + ACTIONS(3033), 1, + anon_sym_AMP, + ACTIONS(3905), 1, + anon_sym_RPAREN, + STATE(1631), 1, + aux_sym_intersection_type_repeat1, + STATE(1982), 1, sym_text_interpolation, - aux_sym_namespace_use_group_repeat1, - [70219] = 5, + [70666] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1258), 1, + ACTIONS(1058), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2078), 1, + STATE(1983), 1, sym_text_interpolation, - ACTIONS(1256), 2, + ACTIONS(1056), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70236] = 5, + [70683] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3605), 1, + anon_sym_COMMA, + ACTIONS(3907), 1, + anon_sym_LBRACE, + STATE(1874), 1, + aux_sym_base_clause_repeat1, + STATE(1984), 1, + sym_text_interpolation, + [70702] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1178), 1, + ACTIONS(1242), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2079), 1, + STATE(1985), 1, sym_text_interpolation, - ACTIONS(1176), 2, + ACTIONS(1240), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70253] = 5, + [70719] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4266), 1, - anon_sym_COMMA, - ACTIONS(4269), 1, - anon_sym_RPAREN, - STATE(2080), 2, + STATE(494), 1, + sym__semicolon, + STATE(1986), 1, sym_text_interpolation, - aux_sym_arguments_repeat1, - [70270] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70736] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3517), 1, - anon_sym_COMMA, - ACTIONS(3640), 1, - anon_sym_LBRACE, - STATE(2081), 1, + STATE(458), 1, + sym__semicolon, + STATE(1987), 1, sym_text_interpolation, - STATE(2125), 1, - aux_sym_base_clause_repeat1, - [70289] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70753] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1466), 1, + ACTIONS(1010), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2082), 1, + STATE(1988), 1, sym_text_interpolation, - ACTIONS(1464), 2, + ACTIONS(1008), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70306] = 6, + [70770] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(853), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4271), 1, + ACTIONS(3117), 1, + anon_sym_RPAREN, + ACTIONS(3909), 1, anon_sym_COMMA, - STATE(2083), 1, + STATE(1989), 2, sym_text_interpolation, - STATE(2148), 1, - aux_sym_array_creation_expression_repeat1, - [70325] = 6, + aux_sym_unset_statement_repeat1, + [70787] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4092), 1, - sym_name, - ACTIONS(4094), 1, - anon_sym_LBRACE, - STATE(2084), 1, + STATE(1990), 1, sym_text_interpolation, - STATE(2413), 1, - sym_namespace_use_group, - [70344] = 6, + ACTIONS(3003), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [70802] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1957), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3912), 1, anon_sym_RPAREN, - ACTIONS(4273), 1, - anon_sym_COMMA, - STATE(2085), 1, + STATE(1991), 1, sym_text_interpolation, - STATE(2123), 1, - aux_sym_unset_statement_repeat1, - [70363] = 5, + STATE(2417), 1, + sym_variable_name, + [70821] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1222), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4277), 1, - anon_sym_EQ, - STATE(2086), 1, + STATE(1992), 1, sym_text_interpolation, - ACTIONS(4275), 2, + ACTIONS(1220), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [70838] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3914), 1, anon_sym_COMMA, + ACTIONS(3916), 1, anon_sym_RPAREN, - [70380] = 5, + STATE(1993), 1, + sym_text_interpolation, + STATE(2044), 1, + aux_sym_formal_parameters_repeat1, + [70857] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1178), 1, + ACTIONS(1326), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2087), 1, + STATE(1994), 1, sym_text_interpolation, - ACTIONS(1176), 2, + ACTIONS(1324), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70397] = 5, + [70874] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1306), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2088), 1, + ACTIONS(3918), 1, + aux_sym_namespace_use_clause_token3, + STATE(1995), 1, sym_text_interpolation, - ACTIONS(1304), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70414] = 5, + ACTIONS(3594), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [70891] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1298), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(497), 1, + sym__semicolon, + STATE(1996), 1, + sym_text_interpolation, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70908] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1286), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2089), 1, + STATE(1997), 1, sym_text_interpolation, - ACTIONS(1296), 2, + ACTIONS(1284), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70431] = 5, + [70925] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4281), 1, - aux_sym_else_clause_token1, - STATE(2090), 1, + STATE(437), 1, + sym__semicolon, + STATE(1998), 1, sym_text_interpolation, - ACTIONS(4279), 2, - aux_sym_if_statement_token2, - aux_sym_else_if_clause_token1, - [70448] = 4, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70942] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2091), 1, + STATE(436), 1, + sym__semicolon, + STATE(1999), 1, sym_text_interpolation, - ACTIONS(4283), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [70463] = 4, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70959] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2092), 1, + STATE(441), 1, + sym__semicolon, + STATE(2000), 1, sym_text_interpolation, - ACTIONS(4285), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [70478] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [70976] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3150), 1, - anon_sym_RPAREN, - STATE(2025), 1, - aux_sym__list_destructing_repeat1, - STATE(2093), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3920), 1, + anon_sym_EQ_GT, + STATE(2001), 1, sym_text_interpolation, - [70497] = 6, + STATE(2454), 1, + sym__return_type, + [70995] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4287), 1, - anon_sym_RPAREN, - STATE(2033), 1, - aux_sym__list_destructing_repeat1, - STATE(2094), 1, + STATE(438), 1, + sym__semicolon, + STATE(2002), 1, sym_text_interpolation, - [70516] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71012] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1486), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2095), 1, + ACTIONS(3922), 1, + anon_sym_COMMA, + ACTIONS(3924), 1, + anon_sym_RPAREN, + STATE(1962), 1, + aux_sym_array_creation_expression_repeat1, + STATE(2003), 1, sym_text_interpolation, - ACTIONS(1484), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70533] = 5, + [71031] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1326), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2096), 1, + STATE(432), 1, + sym__semicolon, + STATE(2004), 1, sym_text_interpolation, - ACTIONS(1324), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70550] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71048] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1506), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2097), 1, + ACTIONS(3926), 1, + anon_sym_COMMA, + ACTIONS(3928), 1, + anon_sym_RPAREN, + STATE(2005), 1, sym_text_interpolation, - ACTIONS(1504), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70567] = 6, + STATE(2051), 1, + aux_sym_array_creation_expression_repeat1, + [71067] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4289), 1, - anon_sym_DQUOTE, - ACTIONS(4291), 1, - anon_sym_SQUOTE, - ACTIONS(4293), 1, - sym_heredoc_start, - STATE(2098), 1, + STATE(2006), 1, sym_text_interpolation, - [70586] = 6, + ACTIONS(3930), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [71082] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4295), 1, - anon_sym_COMMA, - ACTIONS(4297), 1, - anon_sym_RBRACE, - STATE(2099), 1, + STATE(2007), 1, sym_text_interpolation, - STATE(2105), 1, - aux_sym_match_block_repeat1, - [70605] = 5, + ACTIONS(3932), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [71097] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1490), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2100), 1, + STATE(451), 1, + sym__semicolon, + STATE(2008), 1, sym_text_interpolation, - ACTIONS(1488), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70622] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71114] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(328), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(791), 1, + anon_sym_RBRACE, + ACTIONS(1384), 1, sym_comment, - STATE(2101), 1, + ACTIONS(3934), 1, + anon_sym_COMMA, + STATE(1976), 1, + aux_sym_match_block_repeat1, + STATE(2009), 1, sym_text_interpolation, - STATE(1849), 2, - sym_dynamic_variable_name, - sym_variable_name, - [70639] = 5, + [71133] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1442), 1, + ACTIONS(1354), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2102), 1, + STATE(2010), 1, sym_text_interpolation, - ACTIONS(1440), 2, + ACTIONS(1352), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70656] = 5, + [71150] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1198), 1, + ACTIONS(1138), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2103), 1, + STATE(2011), 1, sym_text_interpolation, - ACTIONS(1196), 2, + ACTIONS(1136), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70673] = 6, + [71167] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(953), 1, - anon_sym_EQ_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4299), 1, - anon_sym_COMMA, - STATE(2002), 1, - aux_sym_match_condition_list_repeat1, - STATE(2104), 1, + STATE(2012), 1, sym_text_interpolation, - [70692] = 6, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(875), 1, - anon_sym_RBRACE, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4301), 1, + ACTIONS(3936), 3, anon_sym_COMMA, - STATE(1992), 1, - aux_sym_match_block_repeat1, - STATE(2105), 1, - sym_text_interpolation, - [70711] = 5, + anon_sym_EQ, + anon_sym_RPAREN, + [71182] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1182), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2106), 1, + STATE(2013), 1, sym_text_interpolation, - ACTIONS(1180), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70728] = 5, + STATE(2144), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71199] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1446), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2107), 1, + STATE(2014), 1, sym_text_interpolation, - ACTIONS(1444), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70745] = 5, + ACTIONS(3938), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [71214] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1498), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2108), 1, + ACTIONS(3747), 1, + anon_sym_RBRACE, + ACTIONS(3940), 1, + anon_sym_COMMA, + STATE(2015), 2, sym_text_interpolation, - ACTIONS(1496), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70762] = 5, + aux_sym_namespace_use_declaration_repeat1, + [71231] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1234), 1, + ACTIONS(1310), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2109), 1, + STATE(2016), 1, sym_text_interpolation, - ACTIONS(1232), 2, + ACTIONS(1308), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70779] = 5, + [71248] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1234), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2110), 1, + STATE(459), 1, + sym__semicolon, + STATE(2017), 1, sym_text_interpolation, - ACTIONS(1232), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70796] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71265] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1262), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2111), 1, + STATE(2018), 1, sym_text_interpolation, - ACTIONS(1260), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70813] = 5, + STATE(2143), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71282] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4303), 1, + ACTIONS(3945), 1, + anon_sym_EQ, + STATE(2019), 1, + sym_text_interpolation, + ACTIONS(3943), 2, anon_sym_COMMA, - ACTIONS(4306), 1, anon_sym_RPAREN, - STATE(2112), 2, - sym_text_interpolation, - aux_sym_anonymous_function_use_clause_repeat1, - [70830] = 5, + [71299] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1274), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2113), 1, + STATE(470), 1, + sym__semicolon, + STATE(2020), 1, sym_text_interpolation, - ACTIONS(1272), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [70847] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71316] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1510), 1, + ACTIONS(1318), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2114), 1, + STATE(2021), 1, sym_text_interpolation, - ACTIONS(1508), 2, + ACTIONS(1316), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70864] = 5, + [71333] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1374), 1, + ACTIONS(1342), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2115), 1, + STATE(2022), 1, sym_text_interpolation, - ACTIONS(1372), 2, + ACTIONS(1340), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [70881] = 5, + [71350] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4004), 1, - anon_sym_EQ, - STATE(2116), 1, - sym_text_interpolation, - ACTIONS(4308), 2, + ACTIONS(802), 1, anon_sym_COMMA, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3947), 1, anon_sym_RPAREN, - [70898] = 6, + STATE(2023), 1, + sym_text_interpolation, + STATE(2067), 1, + aux_sym__list_destructing_repeat1, + [71369] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(803), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4310), 1, + ACTIONS(1589), 1, + anon_sym_RPAREN, + ACTIONS(3949), 1, anon_sym_COMMA, - STATE(2080), 1, - aux_sym_arguments_repeat1, - STATE(2117), 1, + STATE(1989), 1, + aux_sym_unset_statement_repeat1, + STATE(2024), 1, sym_text_interpolation, - [70917] = 6, + [71388] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(777), 1, + anon_sym_RBRACK, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(4312), 1, - anon_sym_RPAREN, - STATE(2118), 1, + ACTIONS(3951), 1, + anon_sym_COMMA, + STATE(1899), 1, + aux_sym_array_creation_expression_repeat1, + STATE(2025), 1, sym_text_interpolation, - STATE(2517), 1, - sym_variable_name, - [70936] = 6, + [71407] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4314), 1, - anon_sym_COMMA, - ACTIONS(4316), 1, - anon_sym_RPAREN, - STATE(2117), 1, - aux_sym_arguments_repeat1, - STATE(2119), 1, + STATE(448), 1, + sym__semicolon, + STATE(2026), 1, sym_text_interpolation, - [70955] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71424] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_COMMA, - ACTIONS(4320), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(3953), 1, anon_sym_RPAREN, - STATE(2120), 1, + STATE(2027), 1, sym_text_interpolation, - STATE(2128), 1, - aux_sym_arguments_repeat1, - [70974] = 6, + STATE(2442), 1, + sym_variable_name, + [71443] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(1635), 1, anon_sym_DOLLAR, - STATE(1743), 1, + STATE(1529), 1, + sym_property_element, + STATE(1749), 1, sym_variable_name, - STATE(2121), 1, + STATE(2028), 1, sym_text_interpolation, - STATE(2131), 1, - sym_property_element, - [70993] = 4, + [71462] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2122), 1, + STATE(2029), 1, sym_text_interpolation, - ACTIONS(4322), 3, + ACTIONS(3955), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, - [71008] = 5, + [71477] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1070), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3313), 1, - anon_sym_RPAREN, - ACTIONS(4324), 1, - anon_sym_COMMA, - STATE(2123), 2, + STATE(2030), 1, sym_text_interpolation, - aux_sym_unset_statement_repeat1, - [71025] = 6, + ACTIONS(1068), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [71494] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4327), 1, - anon_sym_RPAREN, - STATE(2124), 1, + STATE(452), 1, + sym__semicolon, + STATE(2031), 1, sym_text_interpolation, - STATE(2139), 1, - aux_sym__list_destructing_repeat1, - [71044] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71511] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3517), 1, - anon_sym_COMMA, - ACTIONS(4329), 1, - anon_sym_LBRACE, - STATE(1882), 1, - aux_sym_base_clause_repeat1, - STATE(2125), 1, + STATE(2032), 1, sym_text_interpolation, - [71063] = 4, + STATE(2136), 1, + sym__semicolon, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71528] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2126), 1, - sym_text_interpolation, - ACTIONS(4331), 3, + ACTIONS(3957), 1, anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(3959), 1, anon_sym_RPAREN, - [71078] = 6, + STATE(2033), 1, + sym_text_interpolation, + STATE(2078), 1, + aux_sym_arguments_repeat1, + [71547] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(871), 1, + ACTIONS(802), 1, anon_sym_COMMA, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4333), 1, + ACTIONS(1581), 1, anon_sym_RPAREN, - STATE(2127), 1, - sym_text_interpolation, - STATE(2139), 1, + STATE(1906), 1, aux_sym__list_destructing_repeat1, - [71097] = 6, + STATE(2034), 1, + sym_text_interpolation, + [71566] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(785), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4335), 1, + ACTIONS(802), 1, anon_sym_COMMA, - STATE(2080), 1, - aux_sym_arguments_repeat1, - STATE(2128), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1581), 1, + anon_sym_RPAREN, + STATE(1903), 1, + aux_sym__list_destructing_repeat1, + STATE(2035), 1, sym_text_interpolation, - [71116] = 5, + [71585] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1374), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2129), 1, + ACTIONS(2411), 1, + anon_sym_EQ_GT, + ACTIONS(3961), 1, + anon_sym_COMMA, + STATE(2036), 2, sym_text_interpolation, - ACTIONS(1372), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [71133] = 5, + aux_sym_match_condition_list_repeat1, + [71602] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4339), 1, - anon_sym_EQ, - STATE(2130), 1, + ACTIONS(3050), 1, + anon_sym_RPAREN, + STATE(2037), 1, sym_text_interpolation, - ACTIONS(4337), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [71150] = 4, + STATE(2061), 1, + aux_sym__list_destructing_repeat1, + [71621] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2131), 1, + STATE(2038), 1, sym_text_interpolation, - ACTIONS(3895), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3964), 3, anon_sym_COMMA, - [71165] = 5, + anon_sym_EQ, + anon_sym_RPAREN, + [71636] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1458), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2132), 1, + ACTIONS(3811), 1, + anon_sym_COMMA, + ACTIONS(3966), 1, + anon_sym_RBRACK, + STATE(2039), 1, sym_text_interpolation, - ACTIONS(1456), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [71182] = 6, + STATE(2049), 1, + aux_sym__array_destructing_repeat1, + [71655] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_DOLLAR, - STATE(1743), 1, - sym_variable_name, - STATE(1890), 1, - sym_property_element, - STATE(2133), 1, + STATE(2040), 1, sym_text_interpolation, - [71201] = 5, + ACTIONS(3968), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [71670] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1210), 1, + ACTIONS(1350), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2134), 1, + STATE(2041), 1, sym_text_interpolation, - ACTIONS(1208), 2, + ACTIONS(1348), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71218] = 4, + [71687] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2135), 1, + ACTIONS(3297), 1, + anon_sym_BSLASH, + ACTIONS(3970), 1, + sym_name, + STATE(1936), 1, + aux_sym_namespace_name_repeat1, + STATE(2042), 1, sym_text_interpolation, - ACTIONS(3882), 3, + [71706] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2043), 1, + sym_text_interpolation, + ACTIONS(3652), 3, anon_sym_RPAREN, anon_sym_PIPE, anon_sym_DOLLAR, - [71233] = 6, + [71721] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3758), 1, - anon_sym_BSLASH, - ACTIONS(3976), 1, - sym_name, - STATE(2136), 1, + ACTIONS(1699), 1, + anon_sym_RPAREN, + ACTIONS(3972), 1, + anon_sym_COMMA, + STATE(1942), 1, + aux_sym_formal_parameters_repeat1, + STATE(2044), 1, sym_text_interpolation, - STATE(2461), 1, - sym_namespace_name, - [71252] = 5, + [71740] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1474), 1, + ACTIONS(1362), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2137), 1, + STATE(2045), 1, sym_text_interpolation, - ACTIONS(1472), 2, + ACTIONS(1360), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71269] = 5, + [71757] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1482), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(781), 1, + anon_sym_RBRACK, + ACTIONS(1384), 1, sym_comment, - STATE(2138), 1, + ACTIONS(3974), 1, + anon_sym_COMMA, + STATE(1899), 1, + aux_sym_array_creation_expression_repeat1, + STATE(2046), 1, sym_text_interpolation, - ACTIONS(1480), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [71286] = 5, + [71776] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1661), 1, - anon_sym_RPAREN, - ACTIONS(4341), 1, + ACTIONS(3605), 1, anon_sym_COMMA, - STATE(2139), 2, + ACTIONS(3976), 1, + anon_sym_LBRACE, + STATE(1984), 1, + aux_sym_base_clause_repeat1, + STATE(2047), 1, sym_text_interpolation, - aux_sym__list_destructing_repeat1, - [71303] = 6, + [71795] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4344), 1, - anon_sym_COMMA, - ACTIONS(4346), 1, - anon_sym_RPAREN, - STATE(1932), 1, - aux_sym_anonymous_function_use_clause_repeat1, - STATE(2140), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(3978), 1, + sym_name, + STATE(2048), 1, sym_text_interpolation, - [71322] = 5, + STATE(2547), 1, + sym_reference_modifier, + [71814] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4004), 1, - anon_sym_EQ, - STATE(2141), 1, - sym_text_interpolation, - ACTIONS(4348), 2, + ACTIONS(3980), 1, anon_sym_COMMA, + ACTIONS(3983), 1, anon_sym_RBRACK, - [71339] = 4, + STATE(2049), 2, + sym_text_interpolation, + aux_sym__array_destructing_repeat1, + [71831] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1330), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2142), 1, + STATE(2050), 1, sym_text_interpolation, - ACTIONS(4350), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [71354] = 6, + ACTIONS(1328), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [71848] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(827), 1, + ACTIONS(783), 1, anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4352), 1, + ACTIONS(3985), 1, anon_sym_COMMA, - STATE(2080), 1, - aux_sym_arguments_repeat1, - STATE(2143), 1, + STATE(2051), 1, sym_text_interpolation, - [71373] = 5, + STATE(2056), 1, + aux_sym_array_creation_expression_repeat1, + [71867] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4356), 1, - anon_sym_EQ, - STATE(2144), 1, + STATE(453), 1, + sym__semicolon, + STATE(2052), 1, sym_text_interpolation, - ACTIONS(4354), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [71390] = 6, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71884] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - ACTIONS(4358), 1, - anon_sym_DOT_DOT_DOT, - STATE(1931), 1, - sym_variable_name, - STATE(2145), 1, + ACTIONS(1587), 1, + anon_sym_RPAREN, + ACTIONS(3987), 1, + anon_sym_COMMA, + STATE(1989), 1, + aux_sym_unset_statement_repeat1, + STATE(2053), 1, sym_text_interpolation, - [71409] = 4, + [71903] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2146), 1, - sym_text_interpolation, - ACTIONS(4360), 3, + ACTIONS(2859), 1, + anon_sym_RBRACK, + ACTIONS(3989), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [71424] = 4, + STATE(1897), 1, + aux_sym_attribute_group_repeat1, + STATE(2054), 1, + sym_text_interpolation, + [71922] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2147), 1, + STATE(1367), 1, + sym__semicolon, + STATE(2055), 1, sym_text_interpolation, - ACTIONS(4362), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - [71439] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [71939] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4362), 1, + ACTIONS(3778), 1, anon_sym_RPAREN, - ACTIONS(4364), 1, + ACTIONS(3991), 1, anon_sym_COMMA, - STATE(2148), 2, + STATE(2056), 2, sym_text_interpolation, aux_sym_array_creation_expression_repeat1, - [71456] = 6, + [71956] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1358), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, + sym_comment, + STATE(2057), 1, + sym_text_interpolation, + ACTIONS(1356), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [71973] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4367), 1, + ACTIONS(3994), 1, anon_sym_COMMA, - ACTIONS(4369), 1, + ACTIONS(3997), 1, anon_sym_RPAREN, - STATE(2143), 1, + STATE(2058), 2, + sym_text_interpolation, aux_sym_arguments_repeat1, - STATE(2149), 1, + [71990] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3999), 1, + anon_sym_COMMA, + ACTIONS(4001), 1, + anon_sym_RBRACE, + STATE(2059), 1, sym_text_interpolation, - [71475] = 5, + STATE(2099), 1, + aux_sym_match_block_repeat1, + [72009] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4373), 1, - anon_sym_EQ, - STATE(2150), 1, + STATE(2060), 1, sym_text_interpolation, - ACTIONS(4371), 2, + ACTIONS(4003), 3, anon_sym_COMMA, + anon_sym_EQ, anon_sym_RPAREN, - [71492] = 5, + [72024] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4362), 1, - anon_sym_RBRACK, - ACTIONS(4375), 1, + ACTIONS(802), 1, anon_sym_COMMA, - STATE(2151), 2, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(4005), 1, + anon_sym_RPAREN, + STATE(1903), 1, + aux_sym__list_destructing_repeat1, + STATE(2061), 1, sym_text_interpolation, - aux_sym_array_creation_expression_repeat1, - [71509] = 5, + [72043] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4380), 1, - anon_sym_EQ, - STATE(2152), 1, + STATE(2062), 1, sym_text_interpolation, - ACTIONS(4378), 2, + ACTIONS(4007), 3, anon_sym_COMMA, + anon_sym_EQ, anon_sym_RPAREN, - [71526] = 5, + [72058] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4382), 1, - anon_sym_COMMA, - ACTIONS(4385), 1, - anon_sym_RBRACK, - STATE(2153), 2, + STATE(498), 1, + sym__semicolon, + STATE(2063), 1, sym_text_interpolation, - aux_sym_attribute_group_repeat1, - [71543] = 5, + ACTIONS(366), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72075] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4387), 1, - sym_name, - STATE(2154), 1, + STATE(2064), 1, sym_text_interpolation, - ACTIONS(4389), 2, + ACTIONS(4009), 3, sym__automatic_semicolon, anon_sym_SEMI, - [71560] = 5, + anon_sym_LBRACE, + [72090] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4393), 1, - anon_sym_EQ, - STATE(2155), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4011), 1, + anon_sym_LBRACE, + STATE(2065), 1, sym_text_interpolation, - ACTIONS(4391), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [71577] = 5, + STATE(2483), 1, + sym__return_type, + [72109] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1254), 1, + ACTIONS(1214), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2156), 1, + STATE(2066), 1, sym_text_interpolation, - ACTIONS(1252), 2, + ACTIONS(1212), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71594] = 5, + [72126] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1250), 1, + ACTIONS(802), 1, + anon_sym_COMMA, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(4013), 1, + anon_sym_RPAREN, + STATE(1903), 1, + aux_sym__list_destructing_repeat1, + STATE(2067), 1, + sym_text_interpolation, + [72145] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(4015), 1, + anon_sym_DQUOTE, + ACTIONS(4017), 1, + anon_sym_SQUOTE, + ACTIONS(4019), 1, + sym_heredoc_start, + STATE(2068), 1, + sym_text_interpolation, + [72164] = 4, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + STATE(2069), 1, + sym_text_interpolation, + ACTIONS(4021), 3, + sym_heredoc_end, + sym_nowdoc_string, + sym__new_line, + [72179] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4023), 1, + anon_sym_LBRACE, + STATE(2070), 1, + sym_text_interpolation, + STATE(2486), 1, + sym__return_type, + [72198] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1150), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2157), 1, + STATE(2071), 1, sym_text_interpolation, - ACTIONS(1248), 2, + ACTIONS(1148), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71611] = 5, + [72215] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(877), 1, + anon_sym_EQ_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4395), 1, + ACTIONS(4025), 1, anon_sym_COMMA, - ACTIONS(4398), 1, - anon_sym_RPAREN, - STATE(2158), 2, + STATE(2036), 1, + aux_sym_match_condition_list_repeat1, + STATE(2072), 1, sym_text_interpolation, - aux_sym_formal_parameters_repeat1, - [71628] = 5, + [72234] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1230), 1, + ACTIONS(1346), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2159), 1, + STATE(2073), 1, sym_text_interpolation, - ACTIONS(1228), 2, + ACTIONS(1344), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71645] = 6, + [72251] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3611), 1, + sym__new_line, + ACTIONS(4027), 1, + sym_heredoc_end, + STATE(2074), 1, + sym_text_interpolation, + STATE(2245), 1, + sym_heredoc_body, + [72270] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4400), 1, - anon_sym_COMMA, - ACTIONS(4402), 1, - anon_sym_RPAREN, - STATE(2160), 1, + ACTIONS(4029), 1, + anon_sym_DQUOTE, + ACTIONS(4031), 1, + anon_sym_SQUOTE, + ACTIONS(4033), 1, + sym_heredoc_start, + STATE(2075), 1, sym_text_interpolation, - STATE(2166), 1, - aux_sym_arguments_repeat1, - [71664] = 6, + [72289] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3764), 1, + sym__new_line, + ACTIONS(4035), 1, + sym_heredoc_end, + STATE(2076), 1, + sym_text_interpolation, + STATE(2241), 1, + sym_nowdoc_body, + [72308] = 6, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(3611), 1, + sym__new_line, + ACTIONS(4037), 1, + sym_heredoc_end, + STATE(2077), 1, + sym_text_interpolation, + STATE(2327), 1, + sym_heredoc_body, + [72327] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(783), 1, + ACTIONS(729), 1, anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4404), 1, + ACTIONS(4039), 1, anon_sym_COMMA, - STATE(2080), 1, + STATE(2058), 1, aux_sym_arguments_repeat1, - STATE(2161), 1, + STATE(2078), 1, sym_text_interpolation, - [71683] = 6, + [72346] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4406), 1, - anon_sym_DQUOTE, - ACTIONS(4408), 1, - anon_sym_SQUOTE, - ACTIONS(4410), 1, - sym_heredoc_start, - STATE(2162), 1, + STATE(2073), 1, + sym__semicolon, + STATE(2079), 1, + sym_text_interpolation, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72363] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(1914), 1, + sym__semicolon, + STATE(2080), 1, + sym_text_interpolation, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72380] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1298), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, + sym_comment, + STATE(2081), 1, + sym_text_interpolation, + ACTIONS(1296), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72397] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2081), 1, + sym__semicolon, + STATE(2082), 1, + sym_text_interpolation, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72414] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1294), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, + sym_comment, + STATE(2083), 1, + sym_text_interpolation, + ACTIONS(1292), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72431] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1170), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, + sym_comment, + STATE(2084), 1, sym_text_interpolation, - [71702] = 5, + ACTIONS(1168), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72448] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4414), 1, - anon_sym_EQ, - STATE(2163), 1, + STATE(2083), 1, + sym__semicolon, + STATE(2085), 1, sym_text_interpolation, - ACTIONS(4412), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [71719] = 5, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72465] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4418), 1, - anon_sym_EQ, - STATE(2164), 1, - sym_text_interpolation, - ACTIONS(4416), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [71736] = 6, - ACTIONS(5), 1, + ACTIONS(1134), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(3982), 1, - sym__new_line, - ACTIONS(4420), 1, - sym_heredoc_end, - STATE(2165), 1, + STATE(2086), 1, sym_text_interpolation, - STATE(2297), 1, - sym_heredoc_body, - [71755] = 6, + ACTIONS(1132), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72482] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(811), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1130), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4422), 1, - anon_sym_COMMA, - STATE(2080), 1, - aux_sym_arguments_repeat1, - STATE(2166), 1, + STATE(2087), 1, sym_text_interpolation, - [71774] = 6, + ACTIONS(1128), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72499] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1258), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4424), 1, - anon_sym_COMMA, - ACTIONS(4426), 1, - anon_sym_RPAREN, - STATE(2161), 1, - aux_sym_arguments_repeat1, - STATE(2167), 1, + STATE(2088), 1, sym_text_interpolation, - [71793] = 6, + ACTIONS(1256), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72516] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4120), 1, + ACTIONS(4041), 1, + aux_sym_namespace_use_clause_token3, + STATE(2089), 1, + sym_text_interpolation, + ACTIONS(3665), 2, anon_sym_COMMA, - ACTIONS(4428), 1, anon_sym_RBRACE, - STATE(1965), 1, - aux_sym_namespace_use_group_repeat1, - STATE(2168), 1, - sym_text_interpolation, - [71812] = 5, + [72533] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4432), 1, - anon_sym_LPAREN, - STATE(2169), 1, + STATE(510), 1, + sym__semicolon, + STATE(2090), 1, sym_text_interpolation, - ACTIONS(4430), 2, + ACTIONS(366), 2, sym__automatic_semicolon, anon_sym_SEMI, - [71829] = 6, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(4165), 1, - sym__new_line, - ACTIONS(4434), 1, - sym_heredoc_end, - STATE(2170), 1, - sym_text_interpolation, - STATE(2306), 1, - sym_nowdoc_body, - [71848] = 5, + [72550] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1434), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2171), 1, + STATE(2084), 1, + sym__semicolon, + STATE(2091), 1, sym_text_interpolation, - ACTIONS(1432), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [71865] = 6, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72567] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4094), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4043), 1, anon_sym_LBRACE, - ACTIONS(4217), 1, - sym_name, - STATE(2172), 1, + STATE(2092), 1, sym_text_interpolation, - STATE(2408), 1, - sym_namespace_use_group, - [71884] = 4, + STATE(2402), 1, + sym__return_type, + [72586] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2173), 1, + STATE(2088), 1, + sym__semicolon, + STATE(2093), 1, sym_text_interpolation, - ACTIONS(2792), 3, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - sym_name, - [71899] = 5, + [72603] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1314), 1, + ACTIONS(1186), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2174), 1, + STATE(2094), 1, sym_text_interpolation, - ACTIONS(1312), 2, + ACTIONS(1184), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71916] = 5, + [72620] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1222), 1, + ACTIONS(1118), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2175), 1, + STATE(2095), 1, sym_text_interpolation, - ACTIONS(1220), 2, + ACTIONS(1116), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71933] = 6, + [72637] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(795), 1, + ACTIONS(733), 1, anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4436), 1, + ACTIONS(4045), 1, anon_sym_COMMA, - STATE(2080), 1, + STATE(2058), 1, aux_sym_arguments_repeat1, - STATE(2176), 1, + STATE(2096), 1, sym_text_interpolation, - [71952] = 5, + [72656] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1402), 1, + ACTIONS(1266), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2177), 1, + STATE(2097), 1, sym_text_interpolation, - ACTIONS(1400), 2, + ACTIONS(1264), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [71969] = 4, + [72673] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1226), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2178), 1, + STATE(2098), 1, sym_text_interpolation, - ACTIONS(3349), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [71984] = 5, + ACTIONS(1224), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72690] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1150), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(789), 1, + anon_sym_RBRACE, + ACTIONS(1384), 1, sym_comment, - STATE(2179), 1, + ACTIONS(4047), 1, + anon_sym_COMMA, + STATE(1976), 1, + aux_sym_match_block_repeat1, + STATE(2099), 1, sym_text_interpolation, - ACTIONS(1148), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [72001] = 6, + [72709] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(4049), 1, + anon_sym_COMMA, + ACTIONS(4051), 1, + anon_sym_RPAREN, + STATE(2096), 1, + aux_sym_arguments_repeat1, + STATE(2100), 1, + sym_text_interpolation, + [72728] = 6, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, + ACTIONS(1906), 1, + anon_sym_LPAREN, + ACTIONS(2307), 1, anon_sym_COLON, - ACTIONS(4438), 1, - anon_sym_EQ_GT, - STATE(2180), 1, + STATE(2101), 1, sym_text_interpolation, - STATE(2504), 1, - sym__return_type, - [72020] = 5, + STATE(2377), 1, + sym_parenthesized_expression, + [72747] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1514), 1, - aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2181), 1, + STATE(2102), 1, sym_text_interpolation, - ACTIONS(1512), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [72037] = 5, + ACTIONS(2605), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + sym_name, + [72762] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(328), 1, - anon_sym_DOLLAR, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2182), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4053), 1, + anon_sym_LBRACE, + STATE(2103), 1, sym_text_interpolation, - STATE(1796), 2, - sym_dynamic_variable_name, - sym_variable_name, - [72054] = 5, + STATE(2497), 1, + sym__return_type, + [72781] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1266), 1, + ACTIONS(1090), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2183), 1, + STATE(2104), 1, sym_text_interpolation, - ACTIONS(1264), 2, + ACTIONS(1088), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [72071] = 5, + [72798] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1406), 1, + ACTIONS(1082), 1, aux_sym_else_clause_token1, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2184), 1, + STATE(2105), 1, sym_text_interpolation, - ACTIONS(1404), 2, + ACTIONS(1080), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [72088] = 6, + [72815] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(805), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4440), 1, + ACTIONS(4055), 1, anon_sym_COMMA, - STATE(2080), 1, + ACTIONS(4057), 1, + anon_sym_RPAREN, + STATE(1886), 1, aux_sym_arguments_repeat1, - STATE(2185), 1, + STATE(2106), 1, sym_text_interpolation, - [72107] = 6, + [72834] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1050), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4442), 1, - anon_sym_COMMA, - ACTIONS(4444), 1, - anon_sym_RPAREN, - STATE(2176), 1, - aux_sym_arguments_repeat1, - STATE(2186), 1, + STATE(2107), 1, sym_text_interpolation, - [72126] = 6, + ACTIONS(1048), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72851] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3453), 1, + ACTIONS(3353), 1, anon_sym_COLON, - ACTIONS(4446), 1, + ACTIONS(4059), 1, anon_sym_EQ_GT, - STATE(2187), 1, + STATE(2108), 1, sym_text_interpolation, - STATE(2525), 1, + STATE(2505), 1, sym__return_type, - [72145] = 5, + [72870] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1030), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1148), 1, - sym_declaration_list, - STATE(2188), 1, + STATE(2109), 1, sym_text_interpolation, - [72161] = 4, + ACTIONS(1028), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72887] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1046), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2189), 1, + STATE(2110), 1, + sym_text_interpolation, + ACTIONS(1044), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72904] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2094), 1, + sym__semicolon, + STATE(2111), 1, sym_text_interpolation, - ACTIONS(4448), 2, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [72175] = 5, + [72921] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(453), 1, - sym_declaration_list, - STATE(2190), 1, + STATE(2095), 1, + sym__semicolon, + STATE(2112), 1, sym_text_interpolation, - [72191] = 5, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [72938] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(737), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(2017), 1, - sym_formal_parameters, - STATE(2191), 1, + ACTIONS(4061), 1, + anon_sym_COMMA, + STATE(2058), 1, + aux_sym_arguments_repeat1, + STATE(2113), 1, sym_text_interpolation, - [72207] = 5, + [72957] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1034), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_LPAREN, - STATE(81), 1, - sym_parenthesized_expression, - STATE(2192), 1, + STATE(2114), 1, sym_text_interpolation, - [72223] = 5, + ACTIONS(1032), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [72974] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1647), 1, - sym_formal_parameters, - STATE(2193), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4063), 1, + anon_sym_EQ_GT, + STATE(2115), 1, sym_text_interpolation, - [72239] = 5, + STATE(2451), 1, + sym__return_type, + [72993] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1006), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(445), 1, - sym_declaration_list, - STATE(2194), 1, + STATE(2116), 1, sym_text_interpolation, - [72255] = 5, + ACTIONS(1004), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73010] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3607), 1, - anon_sym_LBRACE, - STATE(560), 1, - sym_enum_declaration_list, - STATE(2195), 1, + ACTIONS(4065), 1, + anon_sym_COMMA, + ACTIONS(4067), 1, + anon_sym_RPAREN, + STATE(2113), 1, + aux_sym_arguments_repeat1, + STATE(2117), 1, sym_text_interpolation, - [72271] = 4, + [73029] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2196), 1, + STATE(2118), 1, sym_text_interpolation, - ACTIONS(4219), 2, + ACTIONS(3703), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, - [72285] = 5, + [73044] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(561), 1, - ts_builtin_sym_end, - ACTIONS(1540), 1, + ACTIONS(998), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4452), 1, - sym_php_tag, - STATE(2197), 1, + STATE(2119), 1, sym_text_interpolation, - [72301] = 4, + ACTIONS(996), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73061] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1198), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2198), 1, + STATE(2120), 1, sym_text_interpolation, - ACTIONS(2492), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [72315] = 4, + ACTIONS(1196), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73078] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1334), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2199), 1, + STATE(2121), 1, sym_text_interpolation, - ACTIONS(4454), 2, - anon_sym_string, - anon_sym_int, - [72329] = 5, + ACTIONS(1332), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73095] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1122), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1078), 1, - sym_compound_statement, - STATE(2200), 1, + STATE(2122), 1, sym_text_interpolation, - [72345] = 4, + ACTIONS(1120), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73112] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1306), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2201), 1, + STATE(2123), 1, sym_text_interpolation, - ACTIONS(4456), 2, - sym__eof, - sym_php_tag, - [72359] = 5, + ACTIONS(1304), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73129] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1338), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1698), 1, - anon_sym_BSLASH, - STATE(2202), 1, + STATE(2124), 1, sym_text_interpolation, - STATE(2380), 1, - aux_sym_namespace_name_repeat1, - [72375] = 5, + ACTIONS(1336), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73146] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1238), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1085), 1, - sym_compound_statement, - STATE(2203), 1, + STATE(2125), 1, sym_text_interpolation, - [72391] = 4, + ACTIONS(1236), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73163] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1154), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2204), 1, + STATE(2126), 1, sym_text_interpolation, - ACTIONS(2594), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [72405] = 4, + ACTIONS(1152), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73180] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1126), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2205), 1, + STATE(2127), 1, sym_text_interpolation, - ACTIONS(2606), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [72419] = 4, + ACTIONS(1124), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73197] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1230), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2206), 1, + STATE(2128), 1, sym_text_interpolation, - ACTIONS(3361), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [72433] = 4, + ACTIONS(1228), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73214] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2207), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4069), 1, + anon_sym_EQ_GT, + STATE(2129), 1, sym_text_interpolation, - ACTIONS(4458), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72447] = 5, + STATE(2458), 1, + sym__return_type, + [73233] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4460), 1, - sym_name, - STATE(1868), 1, - sym_namespace_name, - STATE(2208), 1, - sym_text_interpolation, - [72463] = 5, - ACTIONS(5), 1, + ACTIONS(1066), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(4462), 1, - sym__new_line, - ACTIONS(4464), 1, - sym_heredoc_end, - STATE(2209), 1, + STATE(2130), 1, sym_text_interpolation, - [72479] = 4, + ACTIONS(1064), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73250] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1146), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2210), 1, + STATE(2131), 1, sym_text_interpolation, - ACTIONS(4466), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [72493] = 5, + ACTIONS(1144), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73267] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4468), 1, - sym_name, - STATE(2211), 1, + STATE(1318), 1, + sym__semicolon, + STATE(2132), 1, sym_text_interpolation, - STATE(2461), 1, - sym_namespace_name, - [72509] = 5, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [73284] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(1961), 1, - sym_variable_name, - STATE(2212), 1, - sym_text_interpolation, - [72525] = 5, - ACTIONS(5), 1, + ACTIONS(1014), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(4471), 1, - sym__new_line, - ACTIONS(4473), 1, - sym_heredoc_end, - STATE(2213), 1, + STATE(2133), 1, sym_text_interpolation, - [72541] = 5, + ACTIONS(1012), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73301] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4468), 1, - sym_name, - STATE(2214), 1, + ACTIONS(3837), 1, + anon_sym_COMMA, + ACTIONS(4071), 1, + anon_sym_RBRACE, + STATE(2015), 1, + aux_sym_namespace_use_declaration_repeat1, + STATE(2134), 1, sym_text_interpolation, - STATE(2588), 1, - sym_namespace_name, - [72557] = 4, + [73320] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(741), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - STATE(2215), 1, + ACTIONS(4073), 1, + anon_sym_COMMA, + STATE(2058), 1, + aux_sym_arguments_repeat1, + STATE(2135), 1, sym_text_interpolation, - ACTIONS(4475), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72571] = 5, + [73339] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1142), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4468), 1, - sym_name, - STATE(2216), 1, + STATE(2136), 1, sym_text_interpolation, - STATE(2580), 1, - sym_namespace_name, - [72587] = 4, + ACTIONS(1140), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73356] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1174), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2217), 1, + STATE(2137), 1, sym_text_interpolation, - ACTIONS(4398), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [72601] = 4, + ACTIONS(1172), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73373] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2218), 1, + STATE(2104), 1, + sym__semicolon, + STATE(2138), 1, sym_text_interpolation, - ACTIONS(4477), 2, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [72615] = 4, + [73390] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1110), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2219), 1, + STATE(2139), 1, sym_text_interpolation, - ACTIONS(4479), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72629] = 4, + ACTIONS(1108), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73407] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2220), 1, - sym_text_interpolation, - ACTIONS(4481), 2, + ACTIONS(4075), 1, anon_sym_COMMA, + ACTIONS(4077), 1, anon_sym_RPAREN, - [72643] = 4, + STATE(2135), 1, + aux_sym_arguments_repeat1, + STATE(2140), 1, + sym_text_interpolation, + [73426] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2221), 1, + ACTIONS(1653), 1, + anon_sym_AMP, + ACTIONS(4079), 1, + sym_name, + STATE(2141), 1, sym_text_interpolation, - ACTIONS(4483), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [72657] = 4, + STATE(2384), 1, + sym_reference_modifier, + [73445] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2222), 1, + STATE(2142), 1, sym_text_interpolation, - ACTIONS(4385), 2, + ACTIONS(3708), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - [72671] = 5, + [73460] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1062), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2223), 1, + STATE(2143), 1, sym_text_interpolation, - STATE(2454), 1, - sym_variable_name, - [72687] = 5, + ACTIONS(1060), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73477] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1054), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(1731), 1, - sym_compound_statement, - STATE(2224), 1, + STATE(2144), 1, sym_text_interpolation, - [72703] = 5, + ACTIONS(1052), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73494] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1302), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(1941), 1, - sym_variable_name, - STATE(2225), 1, + STATE(2145), 1, sym_text_interpolation, - [72719] = 5, + ACTIONS(1300), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73511] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1322), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2226), 1, + STATE(2146), 1, sym_text_interpolation, - STATE(2455), 1, - sym_variable_name, - [72735] = 5, + ACTIONS(1320), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73528] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_LPAREN, - STATE(34), 1, - sym_parenthesized_expression, - STATE(2227), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(3565), 1, + anon_sym_LBRACE, + STATE(2147), 1, sym_text_interpolation, - [72751] = 5, + STATE(2481), 1, + sym__return_type, + [73547] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1102), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_LPAREN, - STATE(28), 1, - sym_parenthesized_expression, - STATE(2228), 1, + STATE(2148), 1, sym_text_interpolation, - [72767] = 4, + ACTIONS(1100), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73564] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2229), 1, + STATE(2149), 1, sym_text_interpolation, - ACTIONS(4485), 2, + ACTIONS(3719), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - [72781] = 5, + [73579] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1290), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1086), 1, - sym_compound_statement, - STATE(2230), 1, + STATE(2150), 1, sym_text_interpolation, - [72797] = 5, + ACTIONS(1288), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73596] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2231), 1, + ACTIONS(3353), 1, + anon_sym_COLON, + ACTIONS(4081), 1, + anon_sym_LBRACE, + STATE(2151), 1, sym_text_interpolation, - STATE(2445), 1, - sym_variable_name, - [72813] = 5, + STATE(2476), 1, + sym__return_type, + [73615] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1278), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4184), 1, - anon_sym_LPAREN, - STATE(2232), 1, + STATE(2152), 1, sym_text_interpolation, - STATE(2336), 1, - sym_parenthesized_expression, - [72829] = 5, + ACTIONS(1276), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73632] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4184), 1, - anon_sym_LPAREN, - STATE(1960), 1, - sym_parenthesized_expression, - STATE(2233), 1, + STATE(2114), 1, + sym__semicolon, + STATE(2153), 1, sym_text_interpolation, - [72845] = 4, + ACTIONS(426), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [73649] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2234), 1, + STATE(2116), 1, + sym__semicolon, + STATE(2154), 1, sym_text_interpolation, - ACTIONS(4488), 2, + ACTIONS(426), 2, sym__automatic_semicolon, anon_sym_SEMI, - [72859] = 5, + [73666] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3607), 1, - anon_sym_LBRACE, - STATE(552), 1, - sym_enum_declaration_list, - STATE(2235), 1, + STATE(2155), 1, sym_text_interpolation, - [72875] = 4, + ACTIONS(3747), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + [73681] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1282), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2236), 1, + STATE(2156), 1, sym_text_interpolation, - ACTIONS(4389), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72889] = 4, + ACTIONS(1280), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73698] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2237), 1, + ACTIONS(4085), 1, + anon_sym_EQ, + STATE(2157), 1, sym_text_interpolation, - ACTIONS(4490), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72903] = 4, + ACTIONS(4083), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [73715] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1262), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2238), 1, + STATE(2158), 1, sym_text_interpolation, - ACTIONS(4492), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72917] = 4, + ACTIONS(1260), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73732] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1274), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2239), 1, + STATE(2159), 1, sym_text_interpolation, - ACTIONS(507), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [72931] = 4, + ACTIONS(1272), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73749] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2240), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(4087), 1, + anon_sym_DOT_DOT_DOT, + STATE(1949), 1, + sym_variable_name, + STATE(2160), 1, sym_text_interpolation, - ACTIONS(1661), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [72945] = 5, + [73768] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1206), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(548), 1, - sym_compound_statement, - STATE(2241), 1, + STATE(2161), 1, sym_text_interpolation, - [72961] = 4, + ACTIONS(1204), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73785] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1190), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2242), 1, + STATE(2162), 1, sym_text_interpolation, - ACTIONS(4004), 2, - anon_sym_EQ, - anon_sym_RPAREN, - [72975] = 4, + ACTIONS(1188), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73802] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2243), 1, + STATE(2163), 1, sym_text_interpolation, - ACTIONS(4494), 2, + ACTIONS(4089), 3, sym__automatic_semicolon, anon_sym_SEMI, - [72989] = 5, + anon_sym_COMMA, + [73817] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(994), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1115), 1, - sym_declaration_list, - STATE(2244), 1, + STATE(2164), 1, sym_text_interpolation, - [73005] = 5, + ACTIONS(992), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73834] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2546), 1, - anon_sym_RPAREN, - ACTIONS(4496), 1, + ACTIONS(4093), 1, anon_sym_EQ, - STATE(2245), 1, + STATE(2165), 1, sym_text_interpolation, - [73021] = 4, + ACTIONS(4091), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [73851] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2246), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + ACTIONS(4095), 1, + anon_sym_DOT_DOT_DOT, + STATE(1946), 1, + sym_variable_name, + STATE(2166), 1, sym_text_interpolation, - ACTIONS(4498), 2, - anon_sym_LBRACE, - anon_sym_COLON, - [73035] = 5, + [73870] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1002), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1133), 1, - sym_compound_statement, - STATE(2247), 1, + STATE(2167), 1, sym_text_interpolation, - [73051] = 5, + ACTIONS(1000), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73887] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2590), 1, + ACTIONS(4097), 1, + anon_sym_COMMA, + ACTIONS(4100), 1, anon_sym_RPAREN, - ACTIONS(4496), 1, - anon_sym_EQ, - STATE(2248), 1, + STATE(2168), 2, sym_text_interpolation, - [73067] = 5, + aux_sym_anonymous_function_use_clause_repeat1, + [73904] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1083), 1, - sym_declaration_list, - STATE(2249), 1, + ACTIONS(1872), 1, + anon_sym_RPAREN, + ACTIONS(4102), 1, + anon_sym_COMMA, + STATE(1942), 1, + aux_sym_formal_parameters_repeat1, + STATE(2169), 1, sym_text_interpolation, - [73083] = 5, + [73923] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(455), 1, - anon_sym_COLON, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1985), 1, - sym_colon_block, - STATE(2250), 1, + ACTIONS(4104), 1, + anon_sym_COMMA, + ACTIONS(4106), 1, + anon_sym_RPAREN, + STATE(2170), 1, sym_text_interpolation, - [73099] = 4, + STATE(2173), 1, + aux_sym_arguments_repeat1, + [73942] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1366), 1, + aux_sym_else_clause_token1, + ACTIONS(1384), 1, sym_comment, - STATE(2251), 1, + STATE(2171), 1, sym_text_interpolation, - ACTIONS(3485), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73113] = 5, + ACTIONS(1364), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [73959] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2764), 1, - anon_sym_RPAREN, - ACTIONS(4496), 1, + ACTIONS(4110), 1, anon_sym_EQ, - STATE(2252), 1, + STATE(2172), 1, sym_text_interpolation, - [73129] = 5, + ACTIONS(4108), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [73976] = 6, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(727), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4500), 1, - sym_name, - STATE(2253), 1, + ACTIONS(4112), 1, + anon_sym_COMMA, + STATE(2058), 1, + aux_sym_arguments_repeat1, + STATE(2173), 1, sym_text_interpolation, - STATE(2498), 1, - sym_namespace_name, - [73145] = 4, + [73995] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2254), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(745), 1, + sym_declaration_list, + STATE(2174), 1, sym_text_interpolation, - ACTIONS(4503), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73159] = 5, + [74011] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4505), 1, - anon_sym_SEMI, - ACTIONS(4507), 1, - sym__automatic_semicolon, - STATE(2255), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1980), 1, + sym_formal_parameters, + STATE(2175), 1, sym_text_interpolation, - [73175] = 4, + [74027] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2256), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2176), 1, sym_text_interpolation, - ACTIONS(477), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73189] = 5, + STATE(2298), 1, + sym_variable_name, + [74043] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4509), 1, - anon_sym_LBRACE, - STATE(436), 1, - sym_compound_statement, - STATE(2257), 1, + STATE(2177), 1, sym_text_interpolation, - [73205] = 4, + ACTIONS(4114), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74057] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2258), 1, + STATE(2178), 1, sym_text_interpolation, - ACTIONS(4511), 2, - anon_sym_SEMI, - anon_sym_COLON, - [73219] = 5, + ACTIONS(4116), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74071] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(481), 1, + ts_builtin_sym_end, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4468), 1, - sym_name, - STATE(2259), 1, + ACTIONS(4118), 1, + sym_php_tag, + STATE(2179), 1, sym_text_interpolation, - STATE(2493), 1, - sym_namespace_name, - [73235] = 4, + [74087] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2260), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(1690), 1, + sym_variable_name, + STATE(2180), 1, sym_text_interpolation, - ACTIONS(4513), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73249] = 4, + [74103] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2261), 1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(2098), 1, + sym_enum_declaration_list, + STATE(2181), 1, sym_text_interpolation, - ACTIONS(4515), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73263] = 5, + [74119] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3108), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3110), 1, - aux_sym__arrow_function_header_token1, - STATE(2262), 1, + STATE(2182), 1, sym_text_interpolation, - [73279] = 4, + ACTIONS(4120), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74133] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2263), 1, + STATE(2183), 1, sym_text_interpolation, - ACTIONS(4517), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73293] = 4, + ACTIONS(4122), 2, + sym__eof, + sym_php_tag, + [74147] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2264), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2184), 1, + sym_text_interpolation, + STATE(2291), 1, + sym_variable_name, + [74163] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2185), 1, sym_text_interpolation, - ACTIONS(4306), 2, + ACTIONS(4100), 2, anon_sym_COMMA, anon_sym_RPAREN, - [73307] = 5, + [74177] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1924), 1, - sym_formal_parameters, - STATE(2265), 1, + STATE(2186), 1, sym_text_interpolation, - [73323] = 4, + ACTIONS(4124), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [74191] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2266), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2187), 1, sym_text_interpolation, - ACTIONS(4519), 2, - anon_sym_LBRACE, - anon_sym_COLON, - [73337] = 4, + STATE(2286), 1, + sym_variable_name, + [74207] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2267), 1, + ACTIONS(1922), 1, + anon_sym_LPAREN, + STATE(861), 1, + sym_arguments, + STATE(2188), 1, sym_text_interpolation, - ACTIONS(4521), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [73351] = 4, + [74223] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2268), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(507), 1, + sym_declaration_list, + STATE(2189), 1, sym_text_interpolation, - ACTIONS(4523), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73365] = 5, + [74239] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1712), 1, - sym_compound_statement, - STATE(2269), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(483), 1, + sym_declaration_list, + STATE(2190), 1, sym_text_interpolation, - [73381] = 5, + [74255] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3080), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3082), 1, - aux_sym__arrow_function_header_token1, - STATE(2270), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(462), 1, + sym_declaration_list, + STATE(2191), 1, sym_text_interpolation, - [73397] = 5, + [74271] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(386), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_LPAREN, - STATE(17), 1, - sym_parenthesized_expression, - STATE(2271), 1, + STATE(1718), 1, + sym_compound_statement, + STATE(2192), 1, sym_text_interpolation, - [73413] = 5, + [74287] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4184), 1, + ACTIONS(1910), 1, anon_sym_LPAREN, - STATE(2272), 1, + STATE(822), 1, + sym_arguments, + STATE(2193), 1, sym_text_interpolation, - STATE(2366), 1, - sym_parenthesized_expression, - [73429] = 5, + [74303] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4184), 1, + ACTIONS(4126), 1, anon_sym_LPAREN, - STATE(1982), 1, + STATE(38), 1, sym_parenthesized_expression, - STATE(2273), 1, + STATE(2194), 1, sym_text_interpolation, - [73445] = 5, + [74319] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2274), 1, + STATE(2195), 1, sym_text_interpolation, - STATE(2436), 1, - sym_variable_name, - [73461] = 4, + ACTIONS(4128), 2, + anon_sym_LBRACE, + anon_sym_COLON, + [74333] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2275), 1, + STATE(2196), 1, sym_text_interpolation, - ACTIONS(4264), 2, + ACTIONS(4130), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [73475] = 5, + anon_sym_RPAREN, + [74347] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, + ACTIONS(4126), 1, anon_sym_LPAREN, - STATE(54), 1, + STATE(69), 1, sym_parenthesized_expression, - STATE(2276), 1, - sym_text_interpolation, - [73491] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1080), 1, - sym_declaration_list, - STATE(2277), 1, + STATE(2197), 1, sym_text_interpolation, - [73507] = 5, + [74363] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, + ACTIONS(4126), 1, anon_sym_LPAREN, - STATE(71), 1, + STATE(47), 1, sym_parenthesized_expression, - STATE(2278), 1, + STATE(2198), 1, sym_text_interpolation, - [73523] = 5, + [74379] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1081), 1, - sym_declaration_list, - STATE(2279), 1, + ACTIONS(1906), 1, + anon_sym_LPAREN, + STATE(2199), 1, sym_text_interpolation, - [73539] = 5, + STATE(2289), 1, + sym_parenthesized_expression, + [74395] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(383), 1, - anon_sym_COLON, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2280), 1, + STATE(2200), 1, sym_text_interpolation, - STATE(2595), 1, - sym_colon_block, - [73555] = 4, + ACTIONS(4132), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74409] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2281), 1, + STATE(2201), 1, sym_text_interpolation, - ACTIONS(4348), 2, + ACTIONS(4134), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [73569] = 5, + anon_sym_RPAREN, + [74423] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4184), 1, + ACTIONS(1906), 1, anon_sym_LPAREN, - STATE(2250), 1, + STATE(1945), 1, sym_parenthesized_expression, - STATE(2282), 1, + STATE(2202), 1, sym_text_interpolation, - [73585] = 4, + [74439] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2283), 1, + STATE(2203), 1, sym_text_interpolation, - ACTIONS(4525), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73599] = 4, + ACTIONS(2849), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74453] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2284), 1, + ACTIONS(1922), 1, + anon_sym_LPAREN, + STATE(926), 1, + sym_arguments, + STATE(2204), 1, sym_text_interpolation, - ACTIONS(4527), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73613] = 4, + [74469] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2285), 1, + STATE(2205), 1, + sym_text_interpolation, + ACTIONS(3932), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [74483] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2206), 1, sym_text_interpolation, - ACTIONS(4529), 2, + ACTIONS(2433), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [73627] = 5, + anon_sym_RPAREN, + [74497] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3912), 1, - anon_sym_LBRACE, - STATE(496), 1, - sym_declaration_list, - STATE(2286), 1, + STATE(2207), 1, sym_text_interpolation, - [73643] = 4, + ACTIONS(3997), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74511] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2287), 1, + STATE(2208), 1, sym_text_interpolation, - ACTIONS(4531), 2, + ACTIONS(4136), 2, sym__automatic_semicolon, anon_sym_SEMI, - [73657] = 4, + [74525] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2288), 1, + STATE(2209), 1, sym_text_interpolation, - ACTIONS(2486), 2, - anon_sym_SEMI, + ACTIONS(4138), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [73671] = 5, + [74539] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4140), 1, + sym__new_line, + ACTIONS(4142), 1, + sym_heredoc_end, + STATE(2210), 1, + sym_text_interpolation, + [74555] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(1100), 1, - sym_compound_statement, - STATE(2289), 1, + STATE(703), 1, + sym_declaration_list, + STATE(2211), 1, sym_text_interpolation, - [73687] = 5, + [74571] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1143), 1, - sym_compound_statement, - STATE(2290), 1, + ACTIONS(3673), 1, + sym_nowdoc_string, + STATE(1826), 1, + aux_sym_nowdoc_body_repeat1, + STATE(2212), 1, sym_text_interpolation, - [73703] = 5, + [74587] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(228), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1940), 1, - sym_formal_parameters, - STATE(2291), 1, + STATE(512), 1, + sym_compound_statement, + STATE(2213), 1, sym_text_interpolation, - [73719] = 5, + [74603] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_LPAREN, - STATE(65), 1, - sym_parenthesized_expression, - STATE(2292), 1, + ACTIONS(4144), 1, + anon_sym_LBRACE, + STATE(1026), 1, + sym_compound_statement, + STATE(2214), 1, sym_text_interpolation, - [73735] = 5, + [74619] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - STATE(63), 1, - sym_parenthesized_expression, - STATE(2293), 1, + STATE(1926), 1, + sym_formal_parameters, + STATE(2215), 1, sym_text_interpolation, - [73751] = 4, + [74635] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(386), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - STATE(2294), 1, + STATE(1700), 1, + sym_compound_statement, + STATE(2216), 1, sym_text_interpolation, - ACTIONS(4533), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73765] = 4, + [74651] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2295), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(2097), 1, + sym_declaration_list, + STATE(2217), 1, sym_text_interpolation, - ACTIONS(4535), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73779] = 5, + [74667] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1145), 1, - sym_compound_statement, - STATE(2296), 1, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(656), 1, + sym_arguments, + STATE(2218), 1, sym_text_interpolation, - [73795] = 5, + [74683] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(4537), 1, + ACTIONS(4146), 1, sym__new_line, - ACTIONS(4539), 1, + ACTIONS(4148), 1, sym_heredoc_end, - STATE(2297), 1, + STATE(2219), 1, sym_text_interpolation, - [73811] = 4, + [74699] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2298), 1, + ACTIONS(1528), 1, + anon_sym_LPAREN, + STATE(588), 1, + sym_arguments, + STATE(2220), 1, sym_text_interpolation, - ACTIONS(2486), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [73825] = 5, + [74715] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4541), 1, - anon_sym_LPAREN, - ACTIONS(4543), 1, - anon_sym_RPAREN, - STATE(2299), 1, + STATE(2221), 1, sym_text_interpolation, - [73841] = 4, + ACTIONS(3615), 2, + anon_sym_EQ, + anon_sym_RPAREN, + [74729] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2300), 1, + ACTIONS(1528), 1, + anon_sym_LPAREN, + STATE(580), 1, + sym_arguments, + STATE(2222), 1, sym_text_interpolation, - ACTIONS(4545), 2, - anon_sym_string, - anon_sym_int, - [73855] = 5, + [74745] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3937), 1, - sym_nowdoc_string, - STATE(1835), 1, - aux_sym_nowdoc_body_repeat1, - STATE(2301), 1, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(65), 1, + sym_parenthesized_expression, + STATE(2223), 1, sym_text_interpolation, - [73871] = 5, + [74761] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1662), 1, - sym_formal_parameters, - STATE(2302), 1, + STATE(2224), 1, sym_text_interpolation, - [73887] = 5, + ACTIONS(4150), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74775] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3607), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(549), 1, - sym_enum_declaration_list, - STATE(2303), 1, + STATE(755), 1, + sym_declaration_list, + STATE(2225), 1, sym_text_interpolation, - [73903] = 5, + [74791] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(446), 1, - sym_declaration_list, - STATE(2304), 1, + STATE(2226), 1, sym_text_interpolation, - [73919] = 5, + ACTIONS(4152), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74805] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3082), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(4547), 1, - aux_sym_namespace_use_declaration_token2, - STATE(2305), 1, + STATE(2227), 1, sym_text_interpolation, - [73935] = 5, - ACTIONS(5), 1, + ACTIONS(4154), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74819] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, + STATE(2228), 1, + sym_text_interpolation, + ACTIONS(4156), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [74833] = 5, + ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(4549), 1, - sym__new_line, - ACTIONS(4551), 1, - sym_heredoc_end, - STATE(2306), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(1665), 1, + sym_variable_name, + STATE(2229), 1, sym_text_interpolation, - [73951] = 5, + [74849] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(1645), 1, + anon_sym_LPAREN, + STATE(668), 1, + sym_arguments, + STATE(2230), 1, + sym_text_interpolation, + [74865] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(386), 1, anon_sym_LBRACE, - STATE(1146), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(1685), 1, sym_compound_statement, - STATE(2307), 1, + STATE(2231), 1, sym_text_interpolation, - [73967] = 5, + [74881] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4553), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - STATE(2308), 1, + STATE(1909), 1, + sym_formal_parameters, + STATE(2232), 1, sym_text_interpolation, - STATE(2428), 1, - sym_parenthesized_expression, - [73983] = 4, + [74897] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2309), 1, + STATE(2233), 1, sym_text_interpolation, - ACTIONS(4269), 2, + ACTIONS(4158), 2, anon_sym_COMMA, anon_sym_RPAREN, - [73997] = 4, + [74911] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2310), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1657), 1, + sym_formal_parameters, + STATE(2234), 1, sym_text_interpolation, - ACTIONS(2612), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [74011] = 4, + [74927] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(2311), 1, - sym_text_interpolation, - ACTIONS(4555), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74025] = 5, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(4557), 1, - sym__new_line, - ACTIONS(4559), 1, - sym_heredoc_end, - STATE(2312), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(2121), 1, + sym_declaration_list, + STATE(2235), 1, sym_text_interpolation, - [74041] = 5, + [74943] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(1147), 1, - sym_compound_statement, - STATE(2313), 1, + STATE(2125), 1, + sym_declaration_list, + STATE(2236), 1, sym_text_interpolation, - [74057] = 5, + [74959] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1664), 1, - sym_formal_parameters, - STATE(2314), 1, + STATE(2237), 1, sym_text_interpolation, - [74073] = 5, + ACTIONS(2421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [74973] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(1103), 1, - sym_compound_statement, - STATE(2315), 1, + STATE(2126), 1, + sym_declaration_list, + STATE(2238), 1, sym_text_interpolation, - [74089] = 4, + [74989] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2316), 1, + STATE(2239), 1, sym_text_interpolation, - ACTIONS(2492), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74103] = 4, + ACTIONS(3115), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [75003] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2317), 1, + STATE(2240), 1, sym_text_interpolation, - ACTIONS(4561), 2, + ACTIONS(4160), 2, sym__automatic_semicolon, anon_sym_SEMI, - [74117] = 5, + [75017] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4162), 1, + sym__new_line, + ACTIONS(4164), 1, + sym_heredoc_end, + STATE(2241), 1, + sym_text_interpolation, + [75033] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1107), 1, - sym_compound_statement, - STATE(2318), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(751), 1, + sym_arguments, + STATE(2242), 1, sym_text_interpolation, - [74133] = 5, + [75049] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2082), 1, - sym_compound_statement, - STATE(2319), 1, + STATE(2243), 1, sym_text_interpolation, - [74149] = 4, + ACTIONS(4166), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75063] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2320), 1, + STATE(2244), 1, sym_text_interpolation, - ACTIONS(4563), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74163] = 4, + ACTIONS(4168), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75077] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4170), 1, + sym__new_line, + ACTIONS(4172), 1, + sym_heredoc_end, + STATE(2245), 1, + sym_text_interpolation, + [75093] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2321), 1, + STATE(2246), 1, sym_text_interpolation, - ACTIONS(4565), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74177] = 4, + ACTIONS(3782), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [75107] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2322), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2196), 1, + sym_variable_name, + STATE(2247), 1, sym_text_interpolation, - ACTIONS(4567), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74191] = 4, + [75123] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2323), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(490), 1, + sym_declaration_list, + STATE(2248), 1, sym_text_interpolation, - ACTIONS(4569), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74205] = 5, + [75139] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(3048), 1, anon_sym_LBRACE, - STATE(1110), 1, - sym_compound_statement, - STATE(2324), 1, + STATE(886), 1, + sym_declaration_list, + STATE(2249), 1, sym_text_interpolation, - [74221] = 4, + [75155] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2325), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(775), 1, + sym_declaration_list, + STATE(2250), 1, sym_text_interpolation, - ACTIONS(495), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74235] = 5, + [75171] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(949), 1, - sym_compound_statement, - STATE(2326), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(731), 1, + sym_arguments, + STATE(2251), 1, sym_text_interpolation, - [74251] = 4, + [75187] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2327), 1, + ACTIONS(2307), 1, + anon_sym_COLON, + ACTIONS(4174), 1, + anon_sym_LPAREN, + STATE(2252), 1, sym_text_interpolation, - ACTIONS(501), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74265] = 5, + [75203] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1686), 1, - sym_compound_statement, - STATE(2328), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(777), 1, + sym_declaration_list, + STATE(2253), 1, sym_text_interpolation, - [74281] = 5, + [75219] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1596), 1, - sym_formal_parameters, - STATE(2329), 1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(880), 1, + sym_declaration_list, + STATE(2254), 1, sym_text_interpolation, - [74297] = 4, + [75235] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2330), 1, + STATE(2255), 1, sym_text_interpolation, - ACTIONS(4571), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74311] = 5, + ACTIONS(4176), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75249] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1689), 1, - sym_declaration_list, - STATE(2331), 1, + STATE(2256), 1, sym_text_interpolation, - [74327] = 5, + ACTIONS(1649), 2, + anon_sym_BSLASH, + sym_name, + [75263] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(491), 1, + anon_sym_COLON, + ACTIONS(1384), 1, sym_comment, - STATE(960), 1, - sym_compound_statement, - STATE(2332), 1, + STATE(1929), 1, + sym_colon_block, + STATE(2257), 1, sym_text_interpolation, - [74343] = 5, + [75279] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1155), 1, - sym_compound_statement, - STATE(2333), 1, + ACTIONS(1910), 1, + anon_sym_LPAREN, + STATE(808), 1, + sym_arguments, + STATE(2258), 1, sym_text_interpolation, - [74359] = 4, + [75295] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2334), 1, + ACTIONS(2415), 1, + anon_sym_RPAREN, + ACTIONS(4178), 1, + anon_sym_EQ, + STATE(2259), 1, sym_text_interpolation, - ACTIONS(4124), 2, - anon_sym_LBRACE, - anon_sym_EQ_GT, - [74373] = 5, + [75311] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(933), 1, - sym_compound_statement, - STATE(2335), 1, + STATE(2260), 1, sym_text_interpolation, - [74389] = 5, + ACTIONS(3801), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [75325] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4573), 1, + ACTIONS(3399), 1, anon_sym_LBRACE, - STATE(1141), 1, - sym_match_block, - STATE(2336), 1, + STATE(480), 1, + sym_enum_declaration_list, + STATE(2261), 1, sym_text_interpolation, - [74405] = 5, + [75341] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3596), 1, - anon_sym_LBRACE, - STATE(2037), 1, - sym_enum_declaration_list, - STATE(2337), 1, + STATE(2262), 1, sym_text_interpolation, - [74421] = 5, + ACTIONS(2855), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75355] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(983), 1, - sym_compound_statement, - STATE(2338), 1, + STATE(2263), 1, sym_text_interpolation, - [74437] = 5, + ACTIONS(4180), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75369] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(966), 1, - sym_compound_statement, - STATE(2339), 1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(2159), 1, + sym_enum_declaration_list, + STATE(2264), 1, sym_text_interpolation, - [74453] = 4, + [75385] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2340), 1, + ACTIONS(3399), 1, + anon_sym_LBRACE, + STATE(492), 1, + sym_enum_declaration_list, + STATE(2265), 1, sym_text_interpolation, - ACTIONS(4575), 2, - anon_sym_string, - anon_sym_int, - [74467] = 5, + [75401] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1649), 1, - sym_formal_parameters, - STATE(2341), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(421), 1, + sym_declaration_list, + STATE(2266), 1, sym_text_interpolation, - [74483] = 5, + [75417] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(452), 1, + STATE(2162), 1, sym_declaration_list, - STATE(2342), 1, + STATE(2267), 1, sym_text_interpolation, - [74499] = 4, + [75433] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2343), 1, + STATE(2268), 1, sym_text_interpolation, - ACTIONS(4577), 2, + ACTIONS(4182), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [74513] = 5, + anon_sym_RPAREN, + [75447] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1153), 1, - sym_compound_statement, - STATE(2344), 1, + STATE(2269), 1, + sym_text_interpolation, + ACTIONS(1643), 2, + anon_sym_BSLASH, + sym_name, + [75461] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4184), 1, + sym__new_line, + ACTIONS(4186), 1, + sym_heredoc_end, + STATE(2270), 1, sym_text_interpolation, - [74529] = 5, + [75477] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(939), 1, - sym_declaration_list, - STATE(2345), 1, + STATE(2271), 1, sym_text_interpolation, - [74545] = 5, + ACTIONS(2333), 2, + anon_sym_SEMI, + anon_sym_RPAREN, + [75491] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(440), 1, - sym_declaration_list, - STATE(2346), 1, + ACTIONS(4174), 1, + anon_sym_LPAREN, + ACTIONS(4188), 1, + anon_sym_RPAREN, + STATE(2272), 1, sym_text_interpolation, - [74561] = 5, + [75507] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4580), 1, + ACTIONS(2885), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2887), 1, + aux_sym__arrow_function_header_token1, + STATE(2273), 1, + sym_text_interpolation, + [75523] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2967), 1, anon_sym_LPAREN, - STATE(1738), 1, + STATE(2001), 1, sym_formal_parameters, - STATE(2347), 1, + STATE(2274), 1, sym_text_interpolation, - [74577] = 4, + [75539] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2348), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(2124), 1, + sym_declaration_list, + STATE(2275), 1, sym_text_interpolation, - ACTIONS(3325), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [74591] = 5, + [75555] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4582), 1, - anon_sym_SEMI, - ACTIONS(4584), 1, - sym__automatic_semicolon, - STATE(2349), 1, + STATE(2276), 1, sym_text_interpolation, - [74607] = 5, + ACTIONS(4190), 2, + anon_sym_LBRACE, + anon_sym_COLON, + [75569] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, + ACTIONS(3493), 1, anon_sym_LBRACE, - STATE(2058), 1, - sym_declaration_list, - STATE(2350), 1, + STATE(2050), 1, + sym_enum_declaration_list, + STATE(2277), 1, sym_text_interpolation, - [74623] = 4, + [75585] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(386), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - STATE(2351), 1, + STATE(1736), 1, + sym_compound_statement, + STATE(2278), 1, sym_text_interpolation, - ACTIONS(4586), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [74637] = 5, + [75601] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2596), 1, - anon_sym_RPAREN, - ACTIONS(4496), 1, - anon_sym_EQ, - STATE(2352), 1, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(52), 1, + sym_parenthesized_expression, + STATE(2279), 1, sym_text_interpolation, - [74653] = 4, + [75617] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2353), 1, + ACTIONS(1906), 1, + anon_sym_LPAREN, + STATE(2280), 1, sym_text_interpolation, - ACTIONS(4588), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74667] = 5, + STATE(2377), 1, + sym_parenthesized_expression, + [75633] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1707), 1, - sym_compound_statement, - STATE(2354), 1, + ACTIONS(1906), 1, + anon_sym_LPAREN, + STATE(1969), 1, + sym_parenthesized_expression, + STATE(2281), 1, sym_text_interpolation, - [74683] = 5, + [75649] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, + ACTIONS(1667), 1, anon_sym_DOLLAR, - STATE(2221), 1, + STATE(1741), 1, sym_variable_name, - STATE(2355), 1, + STATE(2282), 1, sym_text_interpolation, - [74699] = 4, + [75665] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2356), 1, + STATE(2283), 1, sym_text_interpolation, - ACTIONS(4590), 2, + ACTIONS(2333), 2, sym__automatic_semicolon, anon_sym_SEMI, - [74713] = 4, + [75679] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2357), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2227), 1, + sym_variable_name, + STATE(2284), 1, sym_text_interpolation, - ACTIONS(4592), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74727] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, + [75695] = 5, + ACTIONS(5), 1, sym_comment, - STATE(2358), 1, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4192), 1, + sym__new_line, + ACTIONS(4194), 1, + sym_heredoc_end, + STATE(2285), 1, sym_text_interpolation, - ACTIONS(4594), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74741] = 4, + [75711] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2359), 1, + STATE(2286), 1, sym_text_interpolation, - ACTIONS(4182), 2, + ACTIONS(4196), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [74755] = 5, + anon_sym_RPAREN, + [75725] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4198), 1, + sym__new_line, + ACTIONS(4200), 1, + sym_heredoc_end, + STATE(2287), 1, + sym_text_interpolation, + [75741] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, + ACTIONS(1667), 1, anon_sym_DOLLAR, - STATE(2220), 1, + STATE(2224), 1, sym_variable_name, - STATE(2360), 1, + STATE(2288), 1, sym_text_interpolation, - [74771] = 4, + [75757] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2361), 1, + ACTIONS(4202), 1, + anon_sym_LBRACE, + STATE(1077), 1, + sym_match_block, + STATE(2289), 1, sym_text_interpolation, - ACTIONS(4596), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74785] = 5, + [75773] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(1709), 1, + STATE(754), 1, sym_declaration_list, - STATE(2362), 1, + STATE(2290), 1, sym_text_interpolation, - [74801] = 5, + [75789] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2163), 1, - sym_variable_name, - STATE(2363), 1, + STATE(2291), 1, sym_text_interpolation, - [74817] = 5, + ACTIONS(4204), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75803] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(1714), 1, + STATE(737), 1, sym_declaration_list, - STATE(2364), 1, + STATE(2292), 1, sym_text_interpolation, - [74833] = 5, + [75819] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4598), 1, - anon_sym_SEMI, - ACTIONS(4600), 1, - sym__automatic_semicolon, - STATE(2365), 1, + STATE(2293), 1, sym_text_interpolation, - [74849] = 5, + ACTIONS(3844), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75833] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4602), 1, - anon_sym_LBRACE, - STATE(952), 1, - sym_match_block, - STATE(2366), 1, + STATE(2294), 1, sym_text_interpolation, - [74865] = 5, + ACTIONS(3835), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [75847] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(2295), 1, + sym_text_interpolation, + ACTIONS(3101), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75861] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, + ACTIONS(1667), 1, anon_sym_DOLLAR, - STATE(2210), 1, + STATE(1668), 1, sym_variable_name, - STATE(2367), 1, + STATE(2296), 1, sym_text_interpolation, - [74881] = 4, + [75877] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2368), 1, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(78), 1, + sym_parenthesized_expression, + STATE(2297), 1, sym_text_interpolation, - ACTIONS(4604), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [74895] = 5, + [75893] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(985), 1, - sym_compound_statement, - STATE(2369), 1, + STATE(2298), 1, sym_text_interpolation, - [74911] = 4, + ACTIONS(4206), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75907] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2370), 1, + STATE(2299), 1, sym_text_interpolation, - ACTIONS(3948), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74925] = 5, + ACTIONS(4208), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [75921] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3183), 1, anon_sym_LBRACE, - STATE(1715), 1, + STATE(471), 1, sym_declaration_list, - STATE(2371), 1, + STATE(2300), 1, sym_text_interpolation, - [74941] = 5, + [75937] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(977), 1, - sym_compound_statement, - STATE(2372), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(2108), 1, + sym_formal_parameters, + STATE(2301), 1, sym_text_interpolation, - [74957] = 5, + [75953] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(945), 1, - sym_compound_statement, - STATE(2373), 1, + STATE(2302), 1, sym_text_interpolation, - [74973] = 4, + ACTIONS(4210), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [75967] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2374), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1694), 1, + sym_formal_parameters, + STATE(2303), 1, sym_text_interpolation, - ACTIONS(4606), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [74987] = 5, + [75983] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(969), 1, - sym_compound_statement, - STATE(2375), 1, + STATE(2304), 1, sym_text_interpolation, - [75003] = 5, + ACTIONS(4212), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [75997] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(936), 1, - sym_compound_statement, - STATE(2376), 1, + STATE(2305), 1, sym_text_interpolation, - [75019] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, + ACTIONS(4215), 2, + anon_sym_string, + anon_sym_int, + [76011] = 5, + ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(4608), 1, - sym__new_line, - ACTIONS(4610), 1, - sym_heredoc_end, - STATE(2377), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(909), 1, + sym_declaration_list, + STATE(2306), 1, sym_text_interpolation, - [75035] = 5, + [76027] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4509), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(434), 1, - sym_compound_statement, - STATE(2378), 1, + STATE(1965), 1, + sym_declaration_list, + STATE(2307), 1, sym_text_interpolation, - [75051] = 4, + [76043] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2379), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(508), 1, + sym_declaration_list, + STATE(2308), 1, sym_text_interpolation, - ACTIONS(4612), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75065] = 5, + [76059] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4614), 1, - anon_sym_BSLASH, - STATE(1688), 1, - aux_sym_namespace_name_repeat1, - STATE(2380), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(465), 1, + sym_declaration_list, + STATE(2309), 1, sym_text_interpolation, - [75081] = 5, - ACTIONS(5), 1, - sym_comment, - ACTIONS(11), 1, + [76075] = 5, + ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(4617), 1, - sym__new_line, - ACTIONS(4619), 1, - sym_heredoc_end, - STATE(2381), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(1703), 1, + sym_formal_parameters, + STATE(2310), 1, sym_text_interpolation, - [75097] = 4, + [76091] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2382), 1, + ACTIONS(3399), 1, + anon_sym_LBRACE, + STATE(506), 1, + sym_enum_declaration_list, + STATE(2311), 1, sym_text_interpolation, - ACTIONS(4621), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75111] = 5, + [76107] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(967), 1, - sym_declaration_list, - STATE(2383), 1, + ACTIONS(4217), 1, + anon_sym_LPAREN, + STATE(1908), 1, + sym_parenthesized_expression, + STATE(2312), 1, sym_text_interpolation, - [75127] = 5, + [76123] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(968), 1, - sym_declaration_list, - STATE(2384), 1, + STATE(2313), 1, sym_text_interpolation, - [75143] = 4, + ACTIONS(4219), 2, + anon_sym_string, + anon_sym_int, + [76137] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2385), 1, + STATE(2314), 1, sym_text_interpolation, - ACTIONS(4623), 2, - sym__automatic_semicolon, + ACTIONS(4221), 2, anon_sym_SEMI, - [75157] = 5, + anon_sym_COLON, + [76151] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4625), 1, - anon_sym_SEMI, - ACTIONS(4627), 1, - sym__automatic_semicolon, - STATE(2386), 1, + STATE(2315), 1, sym_text_interpolation, - [75173] = 5, + ACTIONS(1600), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [76165] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2004), 1, - sym_compound_statement, - STATE(2387), 1, + STATE(2316), 1, sym_text_interpolation, - [75189] = 4, + ACTIONS(3983), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [76179] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2388), 1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(907), 1, + sym_declaration_list, + STATE(2317), 1, sym_text_interpolation, - ACTIONS(4629), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75203] = 5, + [76195] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(228), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(530), 1, - sym_compound_statement, - STATE(2389), 1, + STATE(2318), 1, sym_text_interpolation, - [75219] = 4, + ACTIONS(2345), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [76209] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2390), 1, + ACTIONS(1402), 1, + anon_sym_LPAREN, + STATE(540), 1, + sym_arguments, + STATE(2319), 1, + sym_text_interpolation, + [76225] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2320), 1, sym_text_interpolation, - ACTIONS(4631), 2, + ACTIONS(2337), 2, sym__automatic_semicolon, anon_sym_SEMI, - [75233] = 5, + [76239] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(2187), 1, - sym_formal_parameters, - STATE(2391), 1, + STATE(2321), 1, sym_text_interpolation, - [75249] = 5, + ACTIONS(2371), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [76253] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3596), 1, - anon_sym_LBRACE, - STATE(2138), 1, - sym_enum_declaration_list, - STATE(2392), 1, + STATE(2322), 1, + sym_text_interpolation, + ACTIONS(4223), 2, + anon_sym_string, + anon_sym_int, + [76267] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4225), 1, + sym__new_line, + ACTIONS(4227), 1, + sym_heredoc_end, + STATE(2323), 1, sym_text_interpolation, - [75265] = 5, + [76283] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4580), 1, + ACTIONS(1402), 1, anon_sym_LPAREN, - STATE(1708), 1, - sym_formal_parameters, - STATE(2393), 1, + STATE(766), 1, + sym_arguments, + STATE(2324), 1, sym_text_interpolation, - [75281] = 5, + [76299] = 5, ACTIONS(5), 1, sym_comment, ACTIONS(11), 1, anon_sym_QMARK_GT, - ACTIONS(4633), 1, + ACTIONS(4229), 1, sym__new_line, - ACTIONS(4635), 1, + ACTIONS(4231), 1, sym_heredoc_end, - STATE(2394), 1, + STATE(2325), 1, sym_text_interpolation, - [75297] = 5, + [76315] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(954), 1, + ACTIONS(4233), 1, + anon_sym_LBRACE, + STATE(415), 1, sym_compound_statement, - STATE(2395), 1, + STATE(2326), 1, + sym_text_interpolation, + [76331] = 5, + ACTIONS(5), 1, + sym_comment, + ACTIONS(11), 1, + anon_sym_QMARK_GT, + ACTIONS(4235), 1, + sym__new_line, + ACTIONS(4237), 1, + sym_heredoc_end, + STATE(2327), 1, sym_text_interpolation, - [75313] = 5, + [76347] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(2040), 1, - sym_formal_parameters, - STATE(2396), 1, + STATE(2328), 1, sym_text_interpolation, - [75329] = 5, + ACTIONS(3773), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [76361] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(2329), 1, + sym_text_interpolation, + ACTIONS(4239), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [76375] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(437), 1, + STATE(763), 1, sym_declaration_list, - STATE(2397), 1, + STATE(2330), 1, sym_text_interpolation, - [75345] = 5, + [76391] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1598), 1, - sym_formal_parameters, - STATE(2398), 1, + ACTIONS(3048), 1, + anon_sym_LBRACE, + STATE(912), 1, + sym_declaration_list, + STATE(2331), 1, sym_text_interpolation, - [75361] = 4, + [76407] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2399), 1, + STATE(2332), 1, sym_text_interpolation, - ACTIONS(4637), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75375] = 4, + ACTIONS(4242), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [76421] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2400), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2244), 1, + sym_variable_name, + STATE(2333), 1, + sym_text_interpolation, + [76437] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + STATE(2334), 1, sym_text_interpolation, - ACTIONS(2542), 2, + ACTIONS(1595), 2, anon_sym_COMMA, anon_sym_RPAREN, - [75389] = 5, + [76451] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(4233), 1, anon_sym_LBRACE, - STATE(1750), 1, - sym_declaration_list, - STATE(2401), 1, + STATE(417), 1, + sym_compound_statement, + STATE(2335), 1, sym_text_interpolation, - [75405] = 5, + [76467] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3048), 1, anon_sym_LBRACE, - STATE(1765), 1, + STATE(906), 1, sym_declaration_list, - STATE(2402), 1, + STATE(2336), 1, sym_text_interpolation, - [75421] = 5, + [76483] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2480), 1, - anon_sym_COLON, - ACTIONS(4541), 1, - anon_sym_LPAREN, - STATE(2403), 1, + STATE(2337), 1, sym_text_interpolation, - [75437] = 5, + ACTIONS(3747), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [76497] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3596), 1, - anon_sym_LBRACE, - STATE(2181), 1, - sym_enum_declaration_list, - STATE(2404), 1, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(75), 1, + sym_parenthesized_expression, + STATE(2338), 1, sym_text_interpolation, - [75453] = 5, + [76513] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(962), 1, - sym_compound_statement, - STATE(2405), 1, + ACTIONS(4217), 1, + anon_sym_LPAREN, + STATE(1998), 1, + sym_parenthesized_expression, + STATE(2339), 1, sym_text_interpolation, - [75469] = 5, + [76529] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(444), 1, - sym_declaration_list, - STATE(2406), 1, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(74), 1, + sym_parenthesized_expression, + STATE(2340), 1, sym_text_interpolation, - [75485] = 5, + [76545] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(946), 1, + ACTIONS(4233), 1, + anon_sym_LBRACE, + STATE(416), 1, sym_compound_statement, - STATE(2407), 1, + STATE(2341), 1, sym_text_interpolation, - [75501] = 4, + [76561] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2408), 1, - sym_text_interpolation, - ACTIONS(4639), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75515] = 5, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(3048), 1, anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - STATE(942), 1, - sym_compound_statement, - STATE(2409), 1, + STATE(850), 1, + sym_declaration_list, + STATE(2342), 1, sym_text_interpolation, - [75531] = 5, + [76577] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4468), 1, - sym_name, - STATE(2410), 1, + ACTIONS(1725), 1, + anon_sym_LPAREN, + ACTIONS(3549), 1, + anon_sym_COLON_COLON, + STATE(2343), 1, sym_text_interpolation, - STATE(2516), 1, - sym_namespace_name, - [75547] = 4, + [76593] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2411), 1, + STATE(2344), 1, sym_text_interpolation, - ACTIONS(3978), 2, + ACTIONS(4089), 2, anon_sym_COMMA, anon_sym_RBRACE, - [75561] = 5, + [76607] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, + ACTIONS(4126), 1, + anon_sym_LPAREN, + STATE(41), 1, + sym_parenthesized_expression, + STATE(2345), 1, + sym_text_interpolation, + [76623] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(386), 1, anon_sym_LBRACE, - STATE(1118), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(2010), 1, sym_compound_statement, - STATE(2412), 1, + STATE(2346), 1, sym_text_interpolation, - [75577] = 4, + [76639] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2413), 1, + STATE(2347), 1, sym_text_interpolation, - ACTIONS(4040), 2, - sym__automatic_semicolon, + ACTIONS(2337), 2, anon_sym_SEMI, - [75591] = 5, + anon_sym_RPAREN, + [76653] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(3385), 1, + ACTIONS(386), 1, anon_sym_LBRACE, - STATE(2055), 1, - sym_declaration_list, - STATE(2414), 1, - sym_text_interpolation, - [75607] = 5, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(4641), 1, - sym__new_line, - ACTIONS(4643), 1, - sym_heredoc_end, - STATE(2415), 1, + STATE(962), 1, + sym_compound_statement, + STATE(2348), 1, sym_text_interpolation, - [75623] = 5, + [76669] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(386), 1, + anon_sym_LBRACE, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3596), 1, + STATE(1659), 1, + sym_compound_statement, + STATE(2349), 1, + sym_text_interpolation, + [76685] = 5, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(228), 1, anon_sym_LBRACE, - STATE(1926), 1, - sym_enum_declaration_list, - STATE(2416), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(511), 1, + sym_compound_statement, + STATE(2350), 1, sym_text_interpolation, - [75639] = 5, + [76701] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1695), 1, - sym_declaration_list, - STATE(2417), 1, + STATE(2351), 1, sym_text_interpolation, - [75655] = 5, + ACTIONS(4244), 2, + anon_sym_LBRACE, + anon_sym_COLON, + [76715] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, + ACTIONS(3048), 1, anon_sym_LBRACE, - STATE(982), 1, + STATE(908), 1, sym_declaration_list, - STATE(2418), 1, + STATE(2352), 1, sym_text_interpolation, - [75671] = 4, + [76731] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2419), 1, + ACTIONS(1402), 1, + anon_sym_LPAREN, + STATE(537), 1, + sym_arguments, + STATE(2353), 1, sym_text_interpolation, - ACTIONS(4645), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [75685] = 5, + [76747] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(959), 1, + STATE(1930), 1, sym_declaration_list, - STATE(2420), 1, + STATE(2354), 1, sym_text_interpolation, - [75701] = 4, + [76763] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2421), 1, + ACTIONS(2935), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2937), 1, + aux_sym__arrow_function_header_token1, + STATE(2355), 1, sym_text_interpolation, - ACTIONS(4647), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75715] = 4, + [76779] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2422), 1, + ACTIONS(3493), 1, + anon_sym_LBRACE, + STATE(1931), 1, + sym_enum_declaration_list, + STATE(2356), 1, sym_text_interpolation, - ACTIONS(3549), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75729] = 5, + [76795] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, + ACTIONS(2967), 1, anon_sym_LPAREN, - STATE(1646), 1, + STATE(1739), 1, sym_formal_parameters, - STATE(2423), 1, - sym_text_interpolation, - [75745] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - STATE(2424), 1, + STATE(2357), 1, sym_text_interpolation, - ACTIONS(1667), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [75759] = 4, + [76811] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2425), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(445), 1, + sym_declaration_list, + STATE(2358), 1, sym_text_interpolation, - ACTIONS(4139), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [75773] = 4, + [76827] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2426), 1, + ACTIONS(3027), 1, + anon_sym_LBRACE, + STATE(1898), 1, + sym_declaration_list, + STATE(2359), 1, sym_text_interpolation, - ACTIONS(4649), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75787] = 5, + [76843] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, - anon_sym_LPAREN, - STATE(82), 1, - sym_parenthesized_expression, - STATE(2427), 1, + ACTIONS(3399), 1, + anon_sym_LBRACE, + STATE(447), 1, + sym_enum_declaration_list, + STATE(2360), 1, sym_text_interpolation, - [75803] = 4, + [76859] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2428), 1, + STATE(2361), 1, sym_text_interpolation, - ACTIONS(4651), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75817] = 4, + ACTIONS(4246), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [76873] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2429), 1, + STATE(2362), 1, sym_text_interpolation, - ACTIONS(4653), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75831] = 4, + ACTIONS(4248), 2, + anon_sym_string, + anon_sym_int, + [76887] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2430), 1, + ACTIONS(3183), 1, + anon_sym_LBRACE, + STATE(464), 1, + sym_declaration_list, + STATE(2363), 1, sym_text_interpolation, - ACTIONS(4655), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75845] = 5, + [76903] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, - anon_sym_LBRACE, - STATE(1072), 1, - sym_declaration_list, - STATE(2431), 1, + STATE(2364), 1, sym_text_interpolation, - [75861] = 4, + ACTIONS(4250), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [76917] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2432), 1, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1767), 1, + sym_formal_parameters, + STATE(2365), 1, sym_text_interpolation, - ACTIONS(4657), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75875] = 5, + [76933] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2368), 1, - sym_variable_name, - STATE(2433), 1, + STATE(2366), 1, sym_text_interpolation, - [75891] = 4, + ACTIONS(4252), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [76947] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2434), 1, + ACTIONS(2993), 1, + anon_sym_LPAREN, + STATE(1701), 1, + sym_formal_parameters, + STATE(2367), 1, sym_text_interpolation, - ACTIONS(4659), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [75905] = 5, + [76963] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3027), 1, anon_sym_LBRACE, - STATE(1692), 1, + STATE(2119), 1, sym_declaration_list, - STATE(2435), 1, + STATE(2368), 1, sym_text_interpolation, - [75921] = 4, + [76979] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2436), 1, + STATE(2369), 1, sym_text_interpolation, - ACTIONS(4661), 2, + ACTIONS(4254), 2, anon_sym_COMMA, anon_sym_RPAREN, - [75935] = 5, + [76993] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4450), 1, + ACTIONS(4126), 1, anon_sym_LPAREN, - STATE(22), 1, + STATE(79), 1, sym_parenthesized_expression, - STATE(2437), 1, + STATE(2370), 1, sym_text_interpolation, - [75951] = 5, + [77009] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, + ACTIONS(386), 1, anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(1691), 1, + STATE(2041), 1, sym_compound_statement, - STATE(2438), 1, + STATE(2371), 1, sym_text_interpolation, - [75967] = 5, + [77025] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3385), 1, - anon_sym_LBRACE, - STATE(951), 1, - sym_declaration_list, - STATE(2439), 1, + STATE(2372), 1, sym_text_interpolation, - [75983] = 5, + ACTIONS(3903), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [77039] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, + ACTIONS(1906), 1, anon_sym_LPAREN, - STATE(2051), 1, - sym_formal_parameters, - STATE(2440), 1, + STATE(2257), 1, + sym_parenthesized_expression, + STATE(2373), 1, sym_text_interpolation, - [75999] = 4, + [77055] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2441), 1, - sym_text_interpolation, - ACTIONS(4663), 2, + ACTIONS(4256), 1, + sym_name, + ACTIONS(4258), 1, anon_sym_LBRACE, - anon_sym_COLON, - [76013] = 5, + STATE(2374), 1, + sym_text_interpolation, + [77071] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(934), 1, - sym_compound_statement, - STATE(2442), 1, + ACTIONS(1667), 1, + anon_sym_DOLLAR, + STATE(2178), 1, + sym_variable_name, + STATE(2375), 1, sym_text_interpolation, - [76029] = 5, + [77087] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(354), 1, + anon_sym_COLON, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3451), 1, - anon_sym_LBRACE, - STATE(1125), 1, - sym_compound_statement, - STATE(2443), 1, + STATE(2376), 1, sym_text_interpolation, - [76045] = 5, + STATE(2501), 1, + sym_colon_block, + [77103] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4553), 1, - anon_sym_LPAREN, - STATE(2287), 1, - sym_parenthesized_expression, - STATE(2444), 1, + ACTIONS(4260), 1, + anon_sym_LBRACE, + STATE(952), 1, + sym_match_block, + STATE(2377), 1, sym_text_interpolation, - [76061] = 4, + [77119] = 5, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2445), 1, + ACTIONS(2967), 1, + anon_sym_LPAREN, + STATE(2147), 1, + sym_formal_parameters, + STATE(2378), 1, sym_text_interpolation, - ACTIONS(4665), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [76075] = 5, + [77135] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4509), 1, - anon_sym_LBRACE, - STATE(432), 1, - sym_compound_statement, - STATE(2446), 1, + ACTIONS(4262), 1, + anon_sym_RPAREN, + STATE(2379), 1, sym_text_interpolation, - [76091] = 5, + [77148] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(401), 1, - anon_sym_LBRACE, - ACTIONS(1540), 1, - sym_comment, - STATE(931), 1, - sym_compound_statement, - STATE(2447), 1, - sym_text_interpolation, - [76107] = 5, - ACTIONS(5), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(11), 1, - anon_sym_QMARK_GT, - ACTIONS(4667), 1, - sym__new_line, - ACTIONS(4669), 1, - sym_heredoc_end, - STATE(2448), 1, + ACTIONS(4256), 1, + sym_name, + STATE(2380), 1, sym_text_interpolation, - [76123] = 5, + [77161] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2267), 1, - sym_variable_name, - STATE(2449), 1, + ACTIONS(4264), 1, + anon_sym_LPAREN, + STATE(2381), 1, sym_text_interpolation, - [76139] = 5, + [77174] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3912), 1, - anon_sym_LBRACE, - STATE(465), 1, - sym_declaration_list, - STATE(2450), 1, + ACTIONS(4266), 1, + anon_sym_EQ_GT, + STATE(2382), 1, sym_text_interpolation, - [76155] = 4, + [77187] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2451), 1, + ACTIONS(4268), 1, + anon_sym_EQ_GT, + STATE(2383), 1, sym_text_interpolation, - ACTIONS(4671), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [76169] = 4, + [77200] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2452), 1, + ACTIONS(4270), 1, + sym_name, + STATE(2384), 1, sym_text_interpolation, - ACTIONS(4673), 2, - anon_sym_string, - anon_sym_int, - [76183] = 5, + [77213] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3607), 1, + ACTIONS(4272), 1, anon_sym_LBRACE, - STATE(519), 1, - sym_enum_declaration_list, - STATE(2453), 1, + STATE(2385), 1, sym_text_interpolation, - [76199] = 4, + [77226] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2454), 1, - sym_text_interpolation, - ACTIONS(4675), 2, - anon_sym_COMMA, + ACTIONS(4274), 1, anon_sym_RPAREN, - [76213] = 4, + STATE(2386), 1, + sym_text_interpolation, + [77239] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2455), 1, - sym_text_interpolation, - ACTIONS(4677), 2, - anon_sym_COMMA, + ACTIONS(3878), 1, anon_sym_RPAREN, - [76227] = 5, + STATE(2387), 1, + sym_text_interpolation, + [77252] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3110), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(4679), 1, - aux_sym_namespace_use_declaration_token2, - STATE(2456), 1, + ACTIONS(4276), 1, + sym_name, + STATE(2388), 1, sym_text_interpolation, - [76243] = 5, + [77265] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym_declaration_list, - STATE(2457), 1, + ACTIONS(4278), 1, + sym_name, + STATE(2389), 1, sym_text_interpolation, - [76259] = 5, + [77278] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3238), 1, - anon_sym_LPAREN, - STATE(1639), 1, - sym_formal_parameters, - STATE(2458), 1, + ACTIONS(4280), 1, + anon_sym_RPAREN, + STATE(2390), 1, sym_text_interpolation, - [76275] = 5, + [77291] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(819), 1, + anon_sym_SEMI, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2548), 1, - anon_sym_RPAREN, - ACTIONS(4496), 1, - anon_sym_EQ, - STATE(2459), 1, + STATE(2391), 1, sym_text_interpolation, - [76291] = 5, + [77304] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(1723), 1, - anon_sym_DOLLAR, - STATE(2086), 1, - sym_variable_name, - STATE(2460), 1, + ACTIONS(4282), 1, + sym_name, + STATE(2392), 1, sym_text_interpolation, - [76307] = 4, + [77317] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3689), 1, - anon_sym_BSLASH, - STATE(2461), 1, + ACTIONS(3916), 1, + anon_sym_RPAREN, + STATE(2393), 1, sym_text_interpolation, - [76320] = 4, + [77330] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4050), 1, - anon_sym_RPAREN, - STATE(2462), 1, + ACTIONS(4284), 1, + aux_sym_if_statement_token2, + STATE(2394), 1, sym_text_interpolation, - [76333] = 4, + [77343] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2548), 1, + ACTIONS(4286), 1, anon_sym_RPAREN, - STATE(2463), 1, + STATE(2395), 1, sym_text_interpolation, - [76346] = 4, + [77356] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(891), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2464), 1, + ACTIONS(4288), 1, + sym_name, + STATE(2396), 1, sym_text_interpolation, - [76359] = 4, + [77369] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4681), 1, - anon_sym_EQ_GT, - STATE(2465), 1, + ACTIONS(3133), 1, + sym_name, + STATE(2397), 1, sym_text_interpolation, - [76372] = 4, + [77382] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4683), 1, - anon_sym_RPAREN, - STATE(2466), 1, + ACTIONS(4290), 1, + anon_sym_COLON_COLON, + STATE(2398), 1, sym_text_interpolation, - [76385] = 4, + [77395] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4098), 1, - anon_sym_RPAREN, - STATE(2467), 1, + ACTIONS(4292), 1, + anon_sym_EQ_GT, + STATE(2399), 1, sym_text_interpolation, - [76398] = 4, + [77408] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4685), 1, - anon_sym_RPAREN, - STATE(2468), 1, + ACTIONS(4178), 1, + anon_sym_EQ, + STATE(2400), 1, sym_text_interpolation, - [76411] = 4, + [77421] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4687), 1, - anon_sym_RPAREN, - STATE(2469), 1, + ACTIONS(4294), 1, + sym_name, + STATE(2401), 1, sym_text_interpolation, - [76424] = 4, + [77434] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4689), 1, - anon_sym_EQ, - STATE(2470), 1, + ACTIONS(4296), 1, + anon_sym_LBRACE, + STATE(2402), 1, sym_text_interpolation, - [76437] = 4, + [77447] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4074), 1, + ACTIONS(3928), 1, anon_sym_RPAREN, - STATE(2471), 1, + STATE(2403), 1, sym_text_interpolation, - [76450] = 4, + [77460] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4691), 1, - anon_sym_RPAREN, - STATE(2472), 1, + ACTIONS(4298), 1, + anon_sym_EQ_GT, + STATE(2404), 1, sym_text_interpolation, - [76463] = 4, + [77473] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4693), 1, - anon_sym_LPAREN, - STATE(2473), 1, + ACTIONS(4300), 1, + anon_sym_RPAREN, + STATE(2405), 1, sym_text_interpolation, - [76476] = 4, + [77486] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4695), 1, - anon_sym_RPAREN, - STATE(2474), 1, + ACTIONS(4302), 1, + aux_sym_while_statement_token2, + STATE(2406), 1, sym_text_interpolation, - [76489] = 4, + [77499] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4697), 1, - sym_name, - STATE(2475), 1, + ACTIONS(3924), 1, + anon_sym_RPAREN, + STATE(2407), 1, sym_text_interpolation, - [76502] = 4, + [77512] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4699), 1, + ACTIONS(4304), 1, sym_name, - STATE(2476), 1, + STATE(2408), 1, sym_text_interpolation, - [76515] = 4, + [77525] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4701), 1, - anon_sym_SEMI, - STATE(2477), 1, + ACTIONS(4306), 1, + sym_name, + STATE(2409), 1, sym_text_interpolation, - [76528] = 4, + [77538] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4703), 1, - anon_sym_LPAREN, - STATE(2478), 1, + ACTIONS(4308), 1, + anon_sym_SQUOTE2, + STATE(2410), 1, sym_text_interpolation, - [76541] = 4, + [77551] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4705), 1, + ACTIONS(4310), 1, anon_sym_RPAREN, - STATE(2479), 1, + STATE(2411), 1, sym_text_interpolation, - [76554] = 4, + [77564] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4707), 1, - anon_sym_COLON_COLON, - STATE(2480), 1, + ACTIONS(4312), 1, + anon_sym_EQ_GT, + STATE(2412), 1, sym_text_interpolation, - [76567] = 4, + [77577] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4709), 1, + ACTIONS(4314), 1, anon_sym_EQ, - STATE(2481), 1, + STATE(2413), 1, sym_text_interpolation, - [76580] = 4, + [77590] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4145), 1, - anon_sym_RBRACK, - STATE(2482), 1, + ACTIONS(4316), 1, + sym_name, + STATE(2414), 1, sym_text_interpolation, - [76593] = 4, + [77603] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4711), 1, - anon_sym_EQ_GT, - STATE(2483), 1, + ACTIONS(4318), 1, + anon_sym_RPAREN, + STATE(2415), 1, sym_text_interpolation, - [76606] = 4, + [77616] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4713), 1, - anon_sym_RPAREN, - STATE(2484), 1, + ACTIONS(4320), 1, + anon_sym_LPAREN, + STATE(2416), 1, sym_text_interpolation, - [76619] = 4, + [77629] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4070), 1, + ACTIONS(4322), 1, anon_sym_RPAREN, - STATE(2485), 1, + STATE(2417), 1, sym_text_interpolation, - [76632] = 4, + [77642] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4211), 1, - anon_sym_RBRACK, - STATE(2486), 1, + ACTIONS(4324), 1, + aux_sym_while_statement_token2, + STATE(2418), 1, sym_text_interpolation, - [76645] = 4, + [77655] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4132), 1, - anon_sym_RBRACE, - STATE(2487), 1, + ACTIONS(4326), 1, + anon_sym_SEMI, + STATE(2419), 1, sym_text_interpolation, - [76658] = 4, + [77668] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4088), 1, + ACTIONS(4328), 1, anon_sym_RPAREN, - STATE(2488), 1, + STATE(2420), 1, sym_text_interpolation, - [76671] = 4, + [77681] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4715), 1, - anon_sym_RBRACK, - STATE(2489), 1, + ACTIONS(4330), 1, + anon_sym_RPAREN, + STATE(2421), 1, sym_text_interpolation, - [76684] = 4, + [77694] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4717), 1, + ACTIONS(4332), 1, sym_name, - STATE(2490), 1, + STATE(2422), 1, sym_text_interpolation, - [76697] = 4, + [77707] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4719), 1, - sym_heredoc_end, - STATE(2491), 1, + ACTIONS(4334), 1, + anon_sym_RPAREN, + STATE(2423), 1, sym_text_interpolation, - [76710] = 4, + [77720] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(847), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4721), 1, - sym_name, - STATE(2492), 1, + STATE(2424), 1, sym_text_interpolation, - [76723] = 4, + [77733] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4723), 1, - anon_sym_BSLASH, - STATE(2493), 1, + ACTIONS(4336), 1, + sym_name, + STATE(2425), 1, sym_text_interpolation, - [76736] = 4, + [77746] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4725), 1, - anon_sym_BSLASH, - STATE(2494), 1, + ACTIONS(4338), 1, + anon_sym_RPAREN, + STATE(2426), 1, sym_text_interpolation, - [76749] = 4, + [77759] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(815), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4727), 1, - aux_sym_while_statement_token2, - STATE(2495), 1, + STATE(2427), 1, sym_text_interpolation, - [76762] = 4, + [77772] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4729), 1, - anon_sym_SQUOTE2, - STATE(2496), 1, + ACTIONS(4340), 1, + aux_sym_foreach_statement_token2, + STATE(2428), 1, sym_text_interpolation, - [76775] = 4, + [77785] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4217), 1, - sym_name, - STATE(2497), 1, + ACTIONS(4342), 1, + anon_sym_RPAREN, + STATE(2429), 1, sym_text_interpolation, - [76788] = 4, + [77798] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4731), 1, - anon_sym_BSLASH, - STATE(2498), 1, + ACTIONS(3819), 1, + anon_sym_RBRACK, + STATE(2430), 1, sym_text_interpolation, - [76801] = 4, + [77811] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4733), 1, - anon_sym_RPAREN, - STATE(2499), 1, + ACTIONS(3898), 1, + anon_sym_RBRACK, + STATE(2431), 1, sym_text_interpolation, - [76814] = 4, + [77824] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4188), 1, - anon_sym_RPAREN, - STATE(2500), 1, + ACTIONS(4344), 1, + anon_sym_BSLASH, + STATE(2432), 1, sym_text_interpolation, - [76827] = 4, + [77837] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4735), 1, + ACTIONS(4346), 1, anon_sym_RPAREN, - STATE(2501), 1, + STATE(2433), 1, sym_text_interpolation, - [76840] = 4, + [77850] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3355), 1, - anon_sym_EQ, - STATE(2502), 1, + ACTIONS(4348), 1, + sym_name, + STATE(2434), 1, sym_text_interpolation, - [76853] = 4, + [77863] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4737), 1, - sym_name, - STATE(2503), 1, + ACTIONS(4350), 1, + anon_sym_RBRACK, + STATE(2435), 1, sym_text_interpolation, - [76866] = 4, + [77876] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4739), 1, - anon_sym_EQ_GT, - STATE(2504), 1, + ACTIONS(4352), 1, + sym_heredoc_start, + STATE(2436), 1, sym_text_interpolation, - [76879] = 4, + [77889] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4741), 1, - sym_name, - STATE(2505), 1, + ACTIONS(4354), 1, + sym_heredoc_start, + STATE(2437), 1, sym_text_interpolation, - [76892] = 4, + [77902] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4743), 1, - sym_name, - STATE(2506), 1, + ACTIONS(4356), 1, + sym_integer, + STATE(2438), 1, sym_text_interpolation, - [76905] = 4, + [77915] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4745), 1, - sym_name, - STATE(2507), 1, + ACTIONS(4358), 1, + anon_sym_RPAREN, + STATE(2439), 1, sym_text_interpolation, - [76918] = 4, + [77928] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4747), 1, - sym_name, - STATE(2508), 1, + ACTIONS(4360), 1, + anon_sym_RBRACK, + STATE(2440), 1, sym_text_interpolation, - [76931] = 4, + [77941] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4749), 1, - sym_heredoc_end, - STATE(2509), 1, + ACTIONS(4362), 1, + anon_sym_RPAREN, + STATE(2441), 1, sym_text_interpolation, - [76944] = 4, + [77954] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4092), 1, - sym_name, - STATE(2510), 1, + ACTIONS(4364), 1, + anon_sym_RPAREN, + STATE(2442), 1, sym_text_interpolation, - [76957] = 4, + [77967] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4751), 1, + ACTIONS(4366), 1, sym_heredoc_end, - STATE(2511), 1, + STATE(2443), 1, sym_text_interpolation, - [76970] = 4, + [77980] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(841), 1, + anon_sym_SEMI, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4753), 1, - sym_name, - STATE(2512), 1, + STATE(2444), 1, sym_text_interpolation, - [76983] = 4, + [77993] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4755), 1, - sym_name, - STATE(2513), 1, + ACTIONS(4368), 1, + anon_sym_SEMI, + STATE(2445), 1, sym_text_interpolation, - [76996] = 4, + [78006] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4757), 1, - sym_heredoc_start, - STATE(2514), 1, + ACTIONS(3959), 1, + anon_sym_RPAREN, + STATE(2446), 1, sym_text_interpolation, - [77009] = 4, + [78019] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4759), 1, - sym_heredoc_start, - STATE(2515), 1, + ACTIONS(4370), 1, + anon_sym_SEMI, + STATE(2447), 1, sym_text_interpolation, - [77022] = 4, + [78032] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(831), 1, + anon_sym_SEMI, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4761), 1, - anon_sym_BSLASH, - STATE(2516), 1, + STATE(2448), 1, sym_text_interpolation, - [77035] = 4, + [78045] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4763), 1, - anon_sym_RPAREN, - STATE(2517), 1, + ACTIONS(4372), 1, + anon_sym_LBRACE, + STATE(2449), 1, sym_text_interpolation, - [77048] = 4, + [78058] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4765), 1, - aux_sym_foreach_statement_token2, - STATE(2518), 1, + ACTIONS(4374), 1, + anon_sym_LBRACE, + STATE(2450), 1, sym_text_interpolation, - [77061] = 4, + [78071] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(923), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2519), 1, + ACTIONS(4376), 1, + anon_sym_EQ_GT, + STATE(2451), 1, sym_text_interpolation, - [77074] = 4, + [78084] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4767), 1, - anon_sym_RPAREN, - STATE(2520), 1, + ACTIONS(4378), 1, + sym_name, + STATE(2452), 1, sym_text_interpolation, - [77087] = 4, + [78097] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(901), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2521), 1, + ACTIONS(4380), 1, + anon_sym_LBRACE, + STATE(2453), 1, sym_text_interpolation, - [77100] = 4, + [78110] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4769), 1, - anon_sym_RPAREN, - STATE(2522), 1, + ACTIONS(4382), 1, + anon_sym_EQ_GT, + STATE(2454), 1, sym_text_interpolation, - [77113] = 4, + [78123] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4771), 1, - aux_sym_if_statement_token2, - STATE(2523), 1, + ACTIONS(4384), 1, + anon_sym_SQUOTE2, + STATE(2455), 1, sym_text_interpolation, - [77126] = 4, + [78136] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4773), 1, + ACTIONS(4386), 1, anon_sym_RPAREN, - STATE(2524), 1, - sym_text_interpolation, - [77139] = 4, - ACTIONS(3), 1, - anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4775), 1, - anon_sym_EQ_GT, - STATE(2525), 1, + STATE(2456), 1, sym_text_interpolation, - [77152] = 4, + [78149] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2596), 1, + ACTIONS(4388), 1, anon_sym_RPAREN, - STATE(2526), 1, + STATE(2457), 1, sym_text_interpolation, - [77165] = 4, + [78162] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4777), 1, + ACTIONS(4390), 1, anon_sym_EQ_GT, - STATE(2527), 1, + STATE(2458), 1, sym_text_interpolation, - [77178] = 4, + [78175] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4779), 1, - anon_sym_EQ, - STATE(2528), 1, + ACTIONS(4392), 1, + sym_name, + STATE(2459), 1, sym_text_interpolation, - [77191] = 4, + [78188] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4781), 1, - anon_sym_COLON_COLON, - STATE(2529), 1, + ACTIONS(4394), 1, + sym_name, + STATE(2460), 1, sym_text_interpolation, - [77204] = 4, + [78201] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4783), 1, - anon_sym_RPAREN, - STATE(2530), 1, + ACTIONS(4396), 1, + sym_name, + STATE(2461), 1, sym_text_interpolation, - [77217] = 4, + [78214] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(893), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2531), 1, + ACTIONS(4398), 1, + sym_heredoc_start, + STATE(2462), 1, sym_text_interpolation, - [77230] = 4, + [78227] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4151), 1, - anon_sym_LBRACE, - STATE(2532), 1, + ACTIONS(4400), 1, + aux_sym_if_statement_token2, + STATE(2463), 1, sym_text_interpolation, - [77243] = 4, + [78240] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4785), 1, - sym_heredoc_end, - STATE(2533), 1, + ACTIONS(4001), 1, + anon_sym_RBRACE, + STATE(2464), 1, sym_text_interpolation, - [77256] = 4, + [78253] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3720), 1, - sym_name, - STATE(2534), 1, + ACTIONS(4402), 1, + aux_sym_while_statement_token1, + STATE(2465), 1, sym_text_interpolation, - [77269] = 4, + [78266] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4787), 1, - anon_sym_COLON_COLON, - STATE(2535), 1, + ACTIONS(4404), 1, + sym_name, + STATE(2466), 1, sym_text_interpolation, - [77282] = 4, + [78279] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4496), 1, - anon_sym_EQ, - STATE(2536), 1, + ACTIONS(4406), 1, + sym_heredoc_end, + STATE(2467), 1, sym_text_interpolation, - [77295] = 4, + [78292] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4789), 1, - anon_sym_RPAREN, - STATE(2537), 1, + ACTIONS(4408), 1, + aux_sym_while_statement_token1, + STATE(2468), 1, sym_text_interpolation, - [77308] = 4, + [78305] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4791), 1, - aux_sym_class_declaration_token1, - STATE(2538), 1, + ACTIONS(4410), 1, + anon_sym_RBRACK, + STATE(2469), 1, sym_text_interpolation, - [77321] = 4, + [78318] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4793), 1, + ACTIONS(4412), 1, sym_heredoc_end, - STATE(2539), 1, + STATE(2470), 1, sym_text_interpolation, - [77334] = 4, + [78331] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4795), 1, - sym_heredoc_end, - STATE(2540), 1, + ACTIONS(4414), 1, + anon_sym_COLON_COLON, + STATE(2471), 1, sym_text_interpolation, - [77347] = 4, + [78344] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4797), 1, - aux_sym_if_statement_token2, - STATE(2541), 1, + ACTIONS(4416), 1, + anon_sym_BSLASH, + STATE(2472), 1, sym_text_interpolation, - [77360] = 4, + [78357] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4799), 1, + ACTIONS(4418), 1, sym_name, - STATE(2542), 1, + STATE(2473), 1, sym_text_interpolation, - [77373] = 4, + [78370] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4801), 1, - aux_sym_while_statement_token1, - STATE(2543), 1, + ACTIONS(4174), 1, + anon_sym_LPAREN, + STATE(2474), 1, sym_text_interpolation, - [77386] = 4, + [78383] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4803), 1, - anon_sym_EQ_GT, - STATE(2544), 1, + ACTIONS(4420), 1, + sym_name, + STATE(2475), 1, sym_text_interpolation, - [77399] = 4, + [78396] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4805), 1, - anon_sym_RPAREN, - STATE(2545), 1, + ACTIONS(4422), 1, + anon_sym_LBRACE, + STATE(2476), 1, sym_text_interpolation, - [77412] = 4, + [78409] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4807), 1, - sym_name, - STATE(2546), 1, + ACTIONS(4424), 1, + anon_sym_RPAREN, + STATE(2477), 1, sym_text_interpolation, - [77425] = 4, + [78422] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4809), 1, - sym_heredoc_end, - STATE(2547), 1, + ACTIONS(4426), 1, + sym_name, + STATE(2478), 1, sym_text_interpolation, - [77438] = 4, + [78435] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4811), 1, - sym_name, - STATE(2548), 1, + ACTIONS(4188), 1, + anon_sym_RPAREN, + STATE(2479), 1, sym_text_interpolation, - [77451] = 4, + [78448] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_SQUOTE2, - STATE(2549), 1, + ACTIONS(4428), 1, + sym_name, + STATE(2480), 1, sym_text_interpolation, - [77464] = 4, + [78461] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4815), 1, - anon_sym_RPAREN, - STATE(2550), 1, + ACTIONS(4009), 1, + anon_sym_LBRACE, + STATE(2481), 1, sym_text_interpolation, - [77477] = 4, + [78474] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4817), 1, - aux_sym_class_declaration_token1, - STATE(2551), 1, + ACTIONS(4430), 1, + sym_name, + STATE(2482), 1, sym_text_interpolation, - [77490] = 4, + [78487] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4819), 1, - anon_sym_RPAREN, - STATE(2552), 1, + ACTIONS(4432), 1, + anon_sym_LBRACE, + STATE(2483), 1, sym_text_interpolation, - [77503] = 4, + [78500] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4821), 1, + ACTIONS(4434), 1, anon_sym_RPAREN, - STATE(2553), 1, + STATE(2484), 1, sym_text_interpolation, - [77516] = 4, + [78513] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4543), 1, - anon_sym_RPAREN, - STATE(2554), 1, + ACTIONS(4436), 1, + sym_name, + STATE(2485), 1, sym_text_interpolation, - [77529] = 4, + [78526] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4823), 1, - anon_sym_EQ_GT, - STATE(2555), 1, + ACTIONS(4438), 1, + anon_sym_LBRACE, + STATE(2486), 1, sym_text_interpolation, - [77542] = 4, + [78539] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4825), 1, - sym_heredoc_end, - STATE(2556), 1, + ACTIONS(4440), 1, + anon_sym_EQ, + STATE(2487), 1, sym_text_interpolation, - [77555] = 4, + [78552] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4827), 1, - sym_name, - STATE(2557), 1, + ACTIONS(4442), 1, + anon_sym_RPAREN, + STATE(2488), 1, sym_text_interpolation, - [77568] = 4, + [78565] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(833), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4829), 1, - sym_name, - STATE(2558), 1, + STATE(2489), 1, sym_text_interpolation, - [77581] = 4, + [78578] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4831), 1, - sym_name, - STATE(2559), 1, + ACTIONS(3874), 1, + anon_sym_RBRACE, + STATE(2490), 1, sym_text_interpolation, - [77594] = 4, + [78591] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4833), 1, + ACTIONS(4444), 1, sym_heredoc_end, - STATE(2560), 1, + STATE(2491), 1, sym_text_interpolation, - [77607] = 4, + [78604] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(845), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4835), 1, - anon_sym_RBRACK, - STATE(2561), 1, + STATE(2492), 1, sym_text_interpolation, - [77620] = 4, + [78617] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4837), 1, - anon_sym_EQ_GT, - STATE(2562), 1, + ACTIONS(4446), 1, + anon_sym_SEMI, + STATE(2493), 1, sym_text_interpolation, - [77633] = 4, + [78630] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4839), 1, - sym_heredoc_start, - STATE(2563), 1, + ACTIONS(4448), 1, + anon_sym_LBRACE, + STATE(2494), 1, sym_text_interpolation, - [77646] = 4, + [78643] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(917), 1, - anon_sym_SEMI, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2564), 1, + ACTIONS(4450), 1, + anon_sym_RPAREN, + STATE(2495), 1, sym_text_interpolation, - [77659] = 4, + [78656] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(895), 1, + ACTIONS(827), 1, anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2565), 1, + STATE(2496), 1, sym_text_interpolation, - [77672] = 4, + [78669] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4841), 1, - anon_sym_EQ_GT, - STATE(2566), 1, + ACTIONS(4452), 1, + anon_sym_LBRACE, + STATE(2497), 1, sym_text_interpolation, - [77685] = 4, + [78682] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4843), 1, - aux_sym_while_statement_token2, - STATE(2567), 1, + ACTIONS(2415), 1, + anon_sym_RPAREN, + STATE(2498), 1, sym_text_interpolation, - [77698] = 4, + [78695] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4845), 1, - aux_sym_if_statement_token2, - STATE(2568), 1, + ACTIONS(4454), 1, + anon_sym_RPAREN, + STATE(2499), 1, sym_text_interpolation, - [77711] = 4, + [78708] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4847), 1, - anon_sym_COLON_COLON, - STATE(2569), 1, + ACTIONS(2307), 1, + anon_sym_COLON, + STATE(2500), 1, sym_text_interpolation, - [77724] = 4, + [78721] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4849), 1, - anon_sym_BSLASH, - STATE(2570), 1, + ACTIONS(4456), 1, + aux_sym_if_statement_token2, + STATE(2501), 1, sym_text_interpolation, - [77737] = 4, + [78734] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4851), 1, - sym_name, - STATE(2571), 1, + ACTIONS(4458), 1, + anon_sym_BSLASH, + STATE(2502), 1, sym_text_interpolation, - [77750] = 4, + [78747] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4297), 1, - anon_sym_RBRACE, - STATE(2572), 1, + ACTIONS(4460), 1, + aux_sym_if_statement_token2, + STATE(2503), 1, sym_text_interpolation, - [77763] = 4, + [78760] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4541), 1, - anon_sym_LPAREN, - STATE(2573), 1, + ACTIONS(4462), 1, + aux_sym_if_statement_token2, + STATE(2504), 1, sym_text_interpolation, - [77776] = 4, + [78773] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4853), 1, + ACTIONS(4464), 1, anon_sym_EQ_GT, - STATE(2574), 1, + STATE(2505), 1, sym_text_interpolation, - [77789] = 4, + [78786] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4855), 1, - aux_sym_while_statement_token1, - STATE(2575), 1, + ACTIONS(4051), 1, + anon_sym_RPAREN, + STATE(2506), 1, sym_text_interpolation, - [77802] = 4, + [78799] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4857), 1, - sym_name, - STATE(2576), 1, + ACTIONS(4466), 1, + anon_sym_EQ_GT, + STATE(2507), 1, sym_text_interpolation, - [77815] = 4, + [78812] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4859), 1, - sym_heredoc_start, - STATE(2577), 1, + ACTIONS(4468), 1, + anon_sym_EQ, + STATE(2508), 1, sym_text_interpolation, - [77828] = 4, + [78825] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4861), 1, - anon_sym_BSLASH, - STATE(2578), 1, + ACTIONS(4470), 1, + anon_sym_RPAREN, + STATE(2509), 1, sym_text_interpolation, - [77841] = 4, + [78838] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4863), 1, - anon_sym_BSLASH, - STATE(2579), 1, + ACTIONS(4472), 1, + sym_heredoc_end, + STATE(2510), 1, sym_text_interpolation, - [77854] = 4, + [78851] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4865), 1, - anon_sym_BSLASH, - STATE(2580), 1, + ACTIONS(4474), 1, + sym_name, + STATE(2511), 1, sym_text_interpolation, - [77867] = 4, + [78864] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4867), 1, - sym_name, - STATE(2581), 1, + ACTIONS(4057), 1, + anon_sym_RPAREN, + STATE(2512), 1, sym_text_interpolation, - [77880] = 4, + [78877] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4869), 1, - sym_name, - STATE(2582), 1, + ACTIONS(4476), 1, + anon_sym_BSLASH, + STATE(2513), 1, sym_text_interpolation, - [77893] = 4, + [78890] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4871), 1, - sym_name, - STATE(2583), 1, + ACTIONS(4478), 1, + sym_heredoc_end, + STATE(2514), 1, sym_text_interpolation, - [77906] = 4, + [78903] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4873), 1, - anon_sym_RPAREN, - STATE(2584), 1, + ACTIONS(4480), 1, + anon_sym_COLON_COLON, + STATE(2515), 1, sym_text_interpolation, - [77919] = 4, + [78916] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4875), 1, - anon_sym_EQ_GT, - STATE(2585), 1, + ACTIONS(4482), 1, + sym_name, + STATE(2516), 1, sym_text_interpolation, - [77932] = 4, + [78929] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4877), 1, - sym_name, - STATE(2586), 1, + ACTIONS(4484), 1, + anon_sym_RPAREN, + STATE(2517), 1, sym_text_interpolation, - [77945] = 4, + [78942] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4879), 1, - anon_sym_COLON_COLON, - STATE(2587), 1, + ACTIONS(3307), 1, + sym_name, + STATE(2518), 1, sym_text_interpolation, - [77958] = 4, + [78955] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(4486), 1, anon_sym_BSLASH, - STATE(2588), 1, + STATE(2519), 1, sym_text_interpolation, - [77971] = 4, + [78968] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4883), 1, - anon_sym_RPAREN, - STATE(2589), 1, + ACTIONS(4488), 1, + anon_sym_RBRACK, + STATE(2520), 1, sym_text_interpolation, - [77984] = 4, + [78981] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(817), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4885), 1, - aux_sym_if_statement_token2, - STATE(2590), 1, + STATE(2521), 1, sym_text_interpolation, - [77997] = 4, + [78994] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4887), 1, + ACTIONS(4490), 1, anon_sym_RPAREN, - STATE(2591), 1, + STATE(2522), 1, sym_text_interpolation, - [78010] = 4, + [79007] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(905), 1, - anon_sym_SEMI, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2592), 1, + ACTIONS(4067), 1, + anon_sym_RPAREN, + STATE(2523), 1, sym_text_interpolation, - [78023] = 4, + [79020] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4889), 1, - aux_sym_foreach_statement_token2, - STATE(2593), 1, + ACTIONS(4492), 1, + anon_sym_LPAREN, + STATE(2524), 1, sym_text_interpolation, - [78036] = 4, + [79033] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4891), 1, - anon_sym_COLON_COLON, - STATE(2594), 1, + ACTIONS(4494), 1, + sym_heredoc_end, + STATE(2525), 1, sym_text_interpolation, - [78049] = 4, + [79046] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4893), 1, - aux_sym_if_statement_token2, - STATE(2595), 1, + ACTIONS(4496), 1, + anon_sym_EQ, + STATE(2526), 1, sym_text_interpolation, - [78062] = 4, + [79059] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2764), 1, - anon_sym_RPAREN, - STATE(2596), 1, + ACTIONS(4498), 1, + sym_heredoc_end, + STATE(2527), 1, sym_text_interpolation, - [78075] = 4, + [79072] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(915), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2597), 1, + ACTIONS(4500), 1, + sym_name, + STATE(2528), 1, sym_text_interpolation, - [78088] = 4, + [79085] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4895), 1, + ACTIONS(3625), 1, anon_sym_COLON_COLON, - STATE(2598), 1, + STATE(2529), 1, sym_text_interpolation, - [78101] = 4, + [79098] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4897), 1, - anon_sym_SEMI, - STATE(2599), 1, + ACTIONS(4502), 1, + anon_sym_LPAREN, + STATE(2530), 1, sym_text_interpolation, - [78114] = 4, + [79111] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2546), 1, - anon_sym_RPAREN, - STATE(2600), 1, + ACTIONS(4504), 1, + anon_sym_LPAREN, + STATE(2531), 1, sym_text_interpolation, - [78127] = 4, + [79124] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(2590), 1, - anon_sym_RPAREN, - STATE(2601), 1, + ACTIONS(4506), 1, + sym_name, + STATE(2532), 1, sym_text_interpolation, - [78140] = 4, + [79137] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4899), 1, - anon_sym_SEMI, - STATE(2602), 1, + ACTIONS(4508), 1, + anon_sym_COLON_COLON, + STATE(2533), 1, sym_text_interpolation, - [78153] = 4, + [79150] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(911), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2603), 1, + ACTIONS(4510), 1, + sym_heredoc_end, + STATE(2534), 1, sym_text_interpolation, - [78166] = 4, + [79163] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3821), 1, + ACTIONS(4512), 1, sym_name, - STATE(2604), 1, + STATE(2535), 1, sym_text_interpolation, - [78179] = 4, + [79176] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4901), 1, - anon_sym_RPAREN, - STATE(2605), 1, + ACTIONS(4514), 1, + sym_heredoc_start, + STATE(2536), 1, sym_text_interpolation, - [78192] = 4, + [79189] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4903), 1, - sym_name, - STATE(2606), 1, + ACTIONS(4516), 1, + anon_sym_COLON_COLON, + STATE(2537), 1, sym_text_interpolation, - [78205] = 4, + [79202] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(881), 1, - anon_sym_RPAREN, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2607), 1, + ACTIONS(4518), 1, + anon_sym_RPAREN, + STATE(2538), 1, sym_text_interpolation, - [78218] = 4, + [79215] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(3553), 1, - anon_sym_COLON_COLON, - STATE(2608), 1, + ACTIONS(4520), 1, + anon_sym_SEMI, + STATE(2539), 1, sym_text_interpolation, - [78231] = 4, + [79228] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4905), 1, - anon_sym_COLON_COLON, - STATE(2609), 1, + ACTIONS(4522), 1, + anon_sym_EQ, + STATE(2540), 1, sym_text_interpolation, - [78244] = 4, + [79241] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4907), 1, - sym_name, - STATE(2610), 1, + ACTIONS(4524), 1, + anon_sym_EQ_GT, + STATE(2541), 1, sym_text_interpolation, - [78257] = 4, + [79254] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4909), 1, - anon_sym_LPAREN, - STATE(2611), 1, + ACTIONS(4526), 1, + sym_heredoc_end, + STATE(2542), 1, sym_text_interpolation, - [78270] = 4, + [79267] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4911), 1, - anon_sym_EQ, - STATE(2612), 1, + ACTIONS(4528), 1, + anon_sym_RPAREN, + STATE(2543), 1, sym_text_interpolation, - [78283] = 4, + [79280] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4913), 1, - anon_sym_EQ_GT, - STATE(2613), 1, + ACTIONS(4530), 1, + sym_name, + STATE(2544), 1, sym_text_interpolation, - [78296] = 4, + [79293] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4320), 1, - anon_sym_RPAREN, - STATE(2614), 1, + ACTIONS(4532), 1, + aux_sym_foreach_statement_token2, + STATE(2545), 1, sym_text_interpolation, - [78309] = 4, + [79306] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(849), 1, + anon_sym_RPAREN, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4915), 1, - anon_sym_BSLASH, - STATE(2615), 1, + STATE(2546), 1, sym_text_interpolation, - [78322] = 4, + [79319] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4917), 1, + ACTIONS(4534), 1, sym_name, - STATE(2616), 1, + STATE(2547), 1, sym_text_interpolation, - [78335] = 4, + [79332] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4919), 1, + ACTIONS(4536), 1, anon_sym_RPAREN, - STATE(2617), 1, + STATE(2548), 1, sym_text_interpolation, - [78348] = 4, + [79345] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, - sym_comment, - ACTIONS(4316), 1, + ACTIONS(843), 1, anon_sym_RPAREN, - STATE(2618), 1, + ACTIONS(1384), 1, + sym_comment, + STATE(2549), 1, sym_text_interpolation, - [78361] = 4, + [79358] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4921), 1, - anon_sym_RBRACK, - STATE(2619), 1, + ACTIONS(4538), 1, + anon_sym_BSLASH, + STATE(2550), 1, sym_text_interpolation, - [78374] = 4, + [79371] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(897), 1, - anon_sym_SEMI, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2620), 1, + ACTIONS(4540), 1, + anon_sym_RPAREN, + STATE(2551), 1, sym_text_interpolation, - [78387] = 4, + [79384] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4923), 1, + ACTIONS(4542), 1, sym_name, - STATE(2621), 1, + STATE(2552), 1, sym_text_interpolation, - [78400] = 4, + [79397] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4925), 1, - anon_sym_LPAREN, - STATE(2622), 1, + ACTIONS(4544), 1, + sym_name, + STATE(2553), 1, sym_text_interpolation, - [78413] = 4, + [79410] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4927), 1, - anon_sym_COLON_COLON, - STATE(2623), 1, + ACTIONS(3930), 1, + anon_sym_LBRACE, + STATE(2554), 1, sym_text_interpolation, - [78426] = 4, + [79423] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4929), 1, - anon_sym_SEMI, - STATE(2624), 1, + ACTIONS(4546), 1, + anon_sym_LBRACE, + STATE(2555), 1, sym_text_interpolation, - [78439] = 4, + [79436] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4931), 1, - anon_sym_RPAREN, - STATE(2625), 1, + ACTIONS(4548), 1, + anon_sym_LBRACE, + STATE(2556), 1, sym_text_interpolation, - [78452] = 4, + [79449] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4104), 1, + ACTIONS(4550), 1, anon_sym_LBRACE, - STATE(2626), 1, + STATE(2557), 1, sym_text_interpolation, - [78465] = 4, + [79462] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4933), 1, - anon_sym_LPAREN, - STATE(2627), 1, + ACTIONS(4552), 1, + anon_sym_EQ_GT, + STATE(2558), 1, sym_text_interpolation, - [78478] = 4, + [79475] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4935), 1, - anon_sym_LPAREN, - STATE(2628), 1, + ACTIONS(4554), 1, + anon_sym_LBRACE, + STATE(2559), 1, sym_text_interpolation, - [78491] = 4, + [79488] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4937), 1, - anon_sym_COLON_COLON, - STATE(2629), 1, + ACTIONS(4556), 1, + anon_sym_LPAREN, + STATE(2560), 1, sym_text_interpolation, - [78504] = 4, + [79501] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4939), 1, - sym_name, - STATE(2630), 1, + ACTIONS(4077), 1, + anon_sym_RPAREN, + STATE(2561), 1, sym_text_interpolation, - [78517] = 4, + [79514] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4369), 1, - anon_sym_RPAREN, - STATE(2631), 1, + ACTIONS(4558), 1, + sym_name, + STATE(2562), 1, sym_text_interpolation, - [78530] = 4, + [79527] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4941), 1, - anon_sym_LPAREN, - STATE(2632), 1, + ACTIONS(4560), 1, + anon_sym_LBRACE, + STATE(2563), 1, sym_text_interpolation, - [78543] = 4, + [79540] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4943), 1, + ACTIONS(4562), 1, anon_sym_LPAREN, - STATE(2633), 1, + STATE(2564), 1, sym_text_interpolation, - [78556] = 4, + [79553] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4945), 1, - anon_sym_COLON_COLON, - STATE(2634), 1, + ACTIONS(4564), 1, + anon_sym_LPAREN, + STATE(2565), 1, sym_text_interpolation, - [78569] = 4, + [79566] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4947), 1, + ACTIONS(4566), 1, anon_sym_LPAREN, - STATE(2635), 1, + STATE(2566), 1, sym_text_interpolation, - [78582] = 4, + [79579] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4949), 1, - anon_sym_LPAREN, - STATE(2636), 1, + ACTIONS(4568), 1, + anon_sym_SEMI, + STATE(2567), 1, sym_text_interpolation, - [78595] = 4, + [79592] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4951), 1, - anon_sym_LPAREN, - STATE(2637), 1, + ACTIONS(4570), 1, + sym_name, + STATE(2568), 1, sym_text_interpolation, - [78608] = 4, + [79605] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4402), 1, - anon_sym_RPAREN, - STATE(2638), 1, + ACTIONS(4572), 1, + sym_name, + STATE(2569), 1, sym_text_interpolation, - [78621] = 4, + [79618] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4953), 1, - anon_sym_RBRACK, - STATE(2639), 1, + ACTIONS(4574), 1, + anon_sym_COLON_COLON, + STATE(2570), 1, sym_text_interpolation, - [78634] = 4, + [79631] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4955), 1, - sym_integer, - STATE(2640), 1, + ACTIONS(4576), 1, + anon_sym_LPAREN, + STATE(2571), 1, sym_text_interpolation, - [78647] = 4, + [79644] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4957), 1, - sym_name, - STATE(2641), 1, + ACTIONS(4578), 1, + anon_sym_LPAREN, + STATE(2572), 1, sym_text_interpolation, - [78660] = 4, + [79657] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4959), 1, - anon_sym_RBRACK, - STATE(2642), 1, + ACTIONS(4580), 1, + sym_name, + STATE(2573), 1, sym_text_interpolation, - [78673] = 4, + [79670] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4961), 1, - anon_sym_RPAREN, - STATE(2643), 1, + ACTIONS(4582), 1, + anon_sym_LPAREN, + STATE(2574), 1, sym_text_interpolation, - [78686] = 4, + [79683] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4963), 1, - anon_sym_LPAREN, - STATE(2644), 1, + ACTIONS(4584), 1, + anon_sym_EQ_GT, + STATE(2575), 1, sym_text_interpolation, - [78699] = 4, + [79696] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4965), 1, + ACTIONS(4586), 1, sym_name, - STATE(2645), 1, + STATE(2576), 1, sym_text_interpolation, - [78712] = 4, + [79709] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4967), 1, - anon_sym_SEMI, - STATE(2646), 1, + ACTIONS(4588), 1, + sym_name, + STATE(2577), 1, sym_text_interpolation, - [78725] = 4, + [79722] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4969), 1, + ACTIONS(4590), 1, sym_name, - STATE(2647), 1, + STATE(2578), 1, sym_text_interpolation, - [78738] = 4, + [79735] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(909), 1, - anon_sym_SEMI, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - STATE(2648), 1, + ACTIONS(4592), 1, + sym_name, + STATE(2579), 1, sym_text_interpolation, - [78751] = 4, + [79748] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4971), 1, + ACTIONS(4594), 1, sym_name, - STATE(2649), 1, + STATE(2580), 1, sym_text_interpolation, - [78764] = 4, + [79761] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4973), 1, - sym_heredoc_end, - STATE(2650), 1, + ACTIONS(4596), 1, + anon_sym_LBRACE, + STATE(2581), 1, sym_text_interpolation, - [78777] = 4, + [79774] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4975), 1, - anon_sym_SEMI, - STATE(2651), 1, + ACTIONS(4598), 1, + anon_sym_EQ_GT, + STATE(2582), 1, sym_text_interpolation, - [78790] = 4, + [79787] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4977), 1, + ACTIONS(4600), 1, anon_sym_LPAREN, - STATE(2652), 1, + STATE(2583), 1, sym_text_interpolation, - [78803] = 4, + [79800] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4426), 1, + ACTIONS(4602), 1, anon_sym_RPAREN, - STATE(2653), 1, + STATE(2584), 1, sym_text_interpolation, - [78816] = 4, + [79813] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4979), 1, - anon_sym_SEMI, - STATE(2654), 1, + ACTIONS(4604), 1, + anon_sym_COLON_COLON, + STATE(2585), 1, sym_text_interpolation, - [78829] = 4, + [79826] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4981), 1, - anon_sym_COLON_COLON, - STATE(2655), 1, + ACTIONS(4606), 1, + anon_sym_LPAREN, + STATE(2586), 1, sym_text_interpolation, - [78842] = 4, + [79839] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4983), 1, - anon_sym_LPAREN, - STATE(2656), 1, + ACTIONS(4608), 1, + sym_name, + STATE(2587), 1, sym_text_interpolation, - [78855] = 4, + [79852] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(837), 1, + anon_sym_SEMI, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4985), 1, - anon_sym_LPAREN, - STATE(2657), 1, + STATE(2588), 1, sym_text_interpolation, - [78868] = 4, + [79865] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4987), 1, - anon_sym_EQ_GT, - STATE(2658), 1, + ACTIONS(4610), 1, + sym_name, + STATE(2589), 1, sym_text_interpolation, - [78881] = 4, + [79878] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4989), 1, - anon_sym_LPAREN, - STATE(2659), 1, + ACTIONS(4612), 1, + anon_sym_RBRACK, + STATE(2590), 1, sym_text_interpolation, - [78894] = 4, + [79891] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4444), 1, - anon_sym_RPAREN, - STATE(2660), 1, + ACTIONS(4614), 1, + anon_sym_SEMI, + STATE(2591), 1, sym_text_interpolation, - [78907] = 4, + [79904] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4991), 1, - anon_sym_SEMI, - STATE(2661), 1, + ACTIONS(4616), 1, + anon_sym_LPAREN, + STATE(2592), 1, sym_text_interpolation, - [78920] = 4, + [79917] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4993), 1, - anon_sym_EQ_GT, - STATE(2662), 1, + ACTIONS(4618), 1, + sym_name, + STATE(2593), 1, sym_text_interpolation, - [78933] = 4, + [79930] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4995), 1, + ACTIONS(4620), 1, anon_sym_LPAREN, - STATE(2663), 1, + STATE(2594), 1, sym_text_interpolation, - [78946] = 4, + [79943] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4997), 1, - ts_builtin_sym_end, - STATE(2664), 1, + ACTIONS(4622), 1, + anon_sym_LPAREN, + STATE(2595), 1, sym_text_interpolation, - [78959] = 4, + [79956] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(4999), 1, - anon_sym_LPAREN, - STATE(2665), 1, + ACTIONS(4106), 1, + anon_sym_RPAREN, + STATE(2596), 1, sym_text_interpolation, - [78972] = 4, + [79969] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(4624), 1, + anon_sym_SEMI, + STATE(2597), 1, + sym_text_interpolation, + [79982] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, + sym_comment, + ACTIONS(4626), 1, + ts_builtin_sym_end, + STATE(2598), 1, + sym_text_interpolation, + [79995] = 4, + ACTIONS(3), 1, + anon_sym_QMARK_GT, + ACTIONS(1384), 1, sym_comment, - ACTIONS(5001), 1, + ACTIONS(4628), 1, anon_sym_LPAREN, - STATE(2666), 1, + STATE(2599), 1, sym_text_interpolation, - [78985] = 4, + [80008] = 4, ACTIONS(3), 1, anon_sym_QMARK_GT, - ACTIONS(1540), 1, + ACTIONS(1384), 1, sym_comment, - ACTIONS(5003), 1, - anon_sym_COLON_COLON, - STATE(2667), 1, + ACTIONS(4630), 1, + anon_sym_LPAREN, + STATE(2600), 1, sym_text_interpolation, - [78998] = 1, - ACTIONS(5005), 1, + [80021] = 1, + ACTIONS(4632), 1, ts_builtin_sym_end, - [79002] = 1, - ACTIONS(5007), 1, + [80025] = 1, + ACTIONS(4634), 1, ts_builtin_sym_end, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(572)] = 0, - [SMALL_STATE(573)] = 79, - [SMALL_STATE(574)] = 158, - [SMALL_STATE(575)] = 237, - [SMALL_STATE(576)] = 324, - [SMALL_STATE(577)] = 403, - [SMALL_STATE(578)] = 482, - [SMALL_STATE(579)] = 556, - [SMALL_STATE(580)] = 630, - [SMALL_STATE(581)] = 704, - [SMALL_STATE(582)] = 778, - [SMALL_STATE(583)] = 852, - [SMALL_STATE(584)] = 926, - [SMALL_STATE(585)] = 1000, - [SMALL_STATE(586)] = 1074, - [SMALL_STATE(587)] = 1148, - [SMALL_STATE(588)] = 1222, - [SMALL_STATE(589)] = 1296, - [SMALL_STATE(590)] = 1370, - [SMALL_STATE(591)] = 1444, - [SMALL_STATE(592)] = 1529, - [SMALL_STATE(593)] = 1610, - [SMALL_STATE(594)] = 1694, - [SMALL_STATE(595)] = 1769, - [SMALL_STATE(596)] = 1844, - [SMALL_STATE(597)] = 1927, - [SMALL_STATE(598)] = 2002, - [SMALL_STATE(599)] = 2085, - [SMALL_STATE(600)] = 2174, - [SMALL_STATE(601)] = 2249, - [SMALL_STATE(602)] = 2324, - [SMALL_STATE(603)] = 2407, - [SMALL_STATE(604)] = 2486, - [SMALL_STATE(605)] = 2556, - [SMALL_STATE(606)] = 2626, - [SMALL_STATE(607)] = 2696, - [SMALL_STATE(608)] = 2780, - [SMALL_STATE(609)] = 2850, - [SMALL_STATE(610)] = 2920, - [SMALL_STATE(611)] = 2990, - [SMALL_STATE(612)] = 3074, - [SMALL_STATE(613)] = 3144, - [SMALL_STATE(614)] = 3214, - [SMALL_STATE(615)] = 3292, - [SMALL_STATE(616)] = 3362, - [SMALL_STATE(617)] = 3432, - [SMALL_STATE(618)] = 3502, - [SMALL_STATE(619)] = 3572, - [SMALL_STATE(620)] = 3642, - [SMALL_STATE(621)] = 3712, - [SMALL_STATE(622)] = 3782, - [SMALL_STATE(623)] = 3864, - [SMALL_STATE(624)] = 3948, - [SMALL_STATE(625)] = 4018, - [SMALL_STATE(626)] = 4088, - [SMALL_STATE(627)] = 4165, - [SMALL_STATE(628)] = 4242, - [SMALL_STATE(629)] = 4319, - [SMALL_STATE(630)] = 4402, - [SMALL_STATE(631)] = 4485, - [SMALL_STATE(632)] = 4563, - [SMALL_STATE(633)] = 4641, - [SMALL_STATE(634)] = 4719, - [SMALL_STATE(635)] = 4795, - [SMALL_STATE(636)] = 4872, - [SMALL_STATE(637)] = 4936, - [SMALL_STATE(638)] = 5051, - [SMALL_STATE(639)] = 5166, - [SMALL_STATE(640)] = 5235, - [SMALL_STATE(641)] = 5300, - [SMALL_STATE(642)] = 5365, - [SMALL_STATE(643)] = 5436, - [SMALL_STATE(644)] = 5501, - [SMALL_STATE(645)] = 5566, - [SMALL_STATE(646)] = 5637, - [SMALL_STATE(647)] = 5702, - [SMALL_STATE(648)] = 5763, - [SMALL_STATE(649)] = 5830, - [SMALL_STATE(650)] = 5901, - [SMALL_STATE(651)] = 5972, - [SMALL_STATE(652)] = 6036, - [SMALL_STATE(653)] = 6096, - [SMALL_STATE(654)] = 6206, - [SMALL_STATE(655)] = 6316, - [SMALL_STATE(656)] = 6376, - [SMALL_STATE(657)] = 6436, - [SMALL_STATE(658)] = 6496, - [SMALL_STATE(659)] = 6556, - [SMALL_STATE(660)] = 6616, - [SMALL_STATE(661)] = 6676, - [SMALL_STATE(662)] = 6786, - [SMALL_STATE(663)] = 6896, - [SMALL_STATE(664)] = 6960, - [SMALL_STATE(665)] = 7020, - [SMALL_STATE(666)] = 7080, - [SMALL_STATE(667)] = 7140, - [SMALL_STATE(668)] = 7200, - [SMALL_STATE(669)] = 7260, - [SMALL_STATE(670)] = 7320, - [SMALL_STATE(671)] = 7380, - [SMALL_STATE(672)] = 7440, - [SMALL_STATE(673)] = 7500, - [SMALL_STATE(674)] = 7560, - [SMALL_STATE(675)] = 7623, - [SMALL_STATE(676)] = 7684, - [SMALL_STATE(677)] = 7747, - [SMALL_STATE(678)] = 7808, - [SMALL_STATE(679)] = 7873, - [SMALL_STATE(680)] = 7936, - [SMALL_STATE(681)] = 7997, - [SMALL_STATE(682)] = 8104, - [SMALL_STATE(683)] = 8167, - [SMALL_STATE(684)] = 8232, - [SMALL_STATE(685)] = 8297, - [SMALL_STATE(686)] = 8362, - [SMALL_STATE(687)] = 8427, - [SMALL_STATE(688)] = 8492, - [SMALL_STATE(689)] = 8557, - [SMALL_STATE(690)] = 8618, - [SMALL_STATE(691)] = 8683, - [SMALL_STATE(692)] = 8790, - [SMALL_STATE(693)] = 8897, - [SMALL_STATE(694)] = 8962, - [SMALL_STATE(695)] = 9065, - [SMALL_STATE(696)] = 9130, - [SMALL_STATE(697)] = 9195, - [SMALL_STATE(698)] = 9258, - [SMALL_STATE(699)] = 9359, - [SMALL_STATE(700)] = 9422, - [SMALL_STATE(701)] = 9485, - [SMALL_STATE(702)] = 9550, - [SMALL_STATE(703)] = 9611, - [SMALL_STATE(704)] = 9676, - [SMALL_STATE(705)] = 9739, - [SMALL_STATE(706)] = 9804, - [SMALL_STATE(707)] = 9865, - [SMALL_STATE(708)] = 9928, - [SMALL_STATE(709)] = 10031, - [SMALL_STATE(710)] = 10094, - [SMALL_STATE(711)] = 10201, - [SMALL_STATE(712)] = 10264, - [SMALL_STATE(713)] = 10371, - [SMALL_STATE(714)] = 10434, - [SMALL_STATE(715)] = 10497, - [SMALL_STATE(716)] = 10604, - [SMALL_STATE(717)] = 10667, - [SMALL_STATE(718)] = 10725, - [SMALL_STATE(719)] = 10783, - [SMALL_STATE(720)] = 10841, - [SMALL_STATE(721)] = 10899, - [SMALL_STATE(722)] = 10957, - [SMALL_STATE(723)] = 11015, - [SMALL_STATE(724)] = 11073, - [SMALL_STATE(725)] = 11131, - [SMALL_STATE(726)] = 11189, - [SMALL_STATE(727)] = 11247, - [SMALL_STATE(728)] = 11305, - [SMALL_STATE(729)] = 11365, - [SMALL_STATE(730)] = 11423, - [SMALL_STATE(731)] = 11481, - [SMALL_STATE(732)] = 11539, - [SMALL_STATE(733)] = 11597, - [SMALL_STATE(734)] = 11655, - [SMALL_STATE(735)] = 11715, - [SMALL_STATE(736)] = 11819, - [SMALL_STATE(737)] = 11877, - [SMALL_STATE(738)] = 11935, - [SMALL_STATE(739)] = 11993, - [SMALL_STATE(740)] = 12051, - [SMALL_STATE(741)] = 12109, - [SMALL_STATE(742)] = 12167, - [SMALL_STATE(743)] = 12225, - [SMALL_STATE(744)] = 12283, - [SMALL_STATE(745)] = 12341, - [SMALL_STATE(746)] = 12399, - [SMALL_STATE(747)] = 12457, - [SMALL_STATE(748)] = 12515, - [SMALL_STATE(749)] = 12573, - [SMALL_STATE(750)] = 12631, - [SMALL_STATE(751)] = 12689, - [SMALL_STATE(752)] = 12747, - [SMALL_STATE(753)] = 12851, - [SMALL_STATE(754)] = 12909, - [SMALL_STATE(755)] = 12967, - [SMALL_STATE(756)] = 13025, - [SMALL_STATE(757)] = 13083, - [SMALL_STATE(758)] = 13141, - [SMALL_STATE(759)] = 13199, - [SMALL_STATE(760)] = 13257, - [SMALL_STATE(761)] = 13315, - [SMALL_STATE(762)] = 13373, - [SMALL_STATE(763)] = 13431, - [SMALL_STATE(764)] = 13489, - [SMALL_STATE(765)] = 13547, - [SMALL_STATE(766)] = 13605, - [SMALL_STATE(767)] = 13670, - [SMALL_STATE(768)] = 13731, - [SMALL_STATE(769)] = 13788, - [SMALL_STATE(770)] = 13849, - [SMALL_STATE(771)] = 13910, - [SMALL_STATE(772)] = 13971, - [SMALL_STATE(773)] = 14032, - [SMALL_STATE(774)] = 14099, - [SMALL_STATE(775)] = 14158, - [SMALL_STATE(776)] = 14217, - [SMALL_STATE(777)] = 14274, - [SMALL_STATE(778)] = 14333, - [SMALL_STATE(779)] = 14400, - [SMALL_STATE(780)] = 14459, - [SMALL_STATE(781)] = 14520, - [SMALL_STATE(782)] = 14587, - [SMALL_STATE(783)] = 14646, - [SMALL_STATE(784)] = 14703, - [SMALL_STATE(785)] = 14770, - [SMALL_STATE(786)] = 14833, - [SMALL_STATE(787)] = 14889, - [SMALL_STATE(788)] = 14987, - [SMALL_STATE(789)] = 15043, - [SMALL_STATE(790)] = 15099, - [SMALL_STATE(791)] = 15155, - [SMALL_STATE(792)] = 15211, - [SMALL_STATE(793)] = 15267, - [SMALL_STATE(794)] = 15323, - [SMALL_STATE(795)] = 15391, - [SMALL_STATE(796)] = 15447, - [SMALL_STATE(797)] = 15545, - [SMALL_STATE(798)] = 15601, - [SMALL_STATE(799)] = 15657, - [SMALL_STATE(800)] = 15713, - [SMALL_STATE(801)] = 15769, - [SMALL_STATE(802)] = 15867, - [SMALL_STATE(803)] = 15923, - [SMALL_STATE(804)] = 15991, - [SMALL_STATE(805)] = 16059, - [SMALL_STATE(806)] = 16157, - [SMALL_STATE(807)] = 16213, - [SMALL_STATE(808)] = 16269, - [SMALL_STATE(809)] = 16325, - [SMALL_STATE(810)] = 16381, - [SMALL_STATE(811)] = 16437, - [SMALL_STATE(812)] = 16498, - [SMALL_STATE(813)] = 16593, - [SMALL_STATE(814)] = 16688, - [SMALL_STATE(815)] = 16743, - [SMALL_STATE(816)] = 16838, - [SMALL_STATE(817)] = 16933, - [SMALL_STATE(818)] = 16994, - [SMALL_STATE(819)] = 17055, - [SMALL_STATE(820)] = 17150, - [SMALL_STATE(821)] = 17209, - [SMALL_STATE(822)] = 17304, - [SMALL_STATE(823)] = 17399, - [SMALL_STATE(824)] = 17454, - [SMALL_STATE(825)] = 17511, - [SMALL_STATE(826)] = 17570, - [SMALL_STATE(827)] = 17665, - [SMALL_STATE(828)] = 17726, - [SMALL_STATE(829)] = 17821, - [SMALL_STATE(830)] = 17880, - [SMALL_STATE(831)] = 17975, - [SMALL_STATE(832)] = 18032, - [SMALL_STATE(833)] = 18093, - [SMALL_STATE(834)] = 18154, - [SMALL_STATE(835)] = 18215, - [SMALL_STATE(836)] = 18276, - [SMALL_STATE(837)] = 18333, - [SMALL_STATE(838)] = 18390, - [SMALL_STATE(839)] = 18451, - [SMALL_STATE(840)] = 18510, - [SMALL_STATE(841)] = 18565, - [SMALL_STATE(842)] = 18624, - [SMALL_STATE(843)] = 18683, - [SMALL_STATE(844)] = 18742, - [SMALL_STATE(845)] = 18797, - [SMALL_STATE(846)] = 18858, - [SMALL_STATE(847)] = 18919, - [SMALL_STATE(848)] = 18980, - [SMALL_STATE(849)] = 19075, - [SMALL_STATE(850)] = 19170, - [SMALL_STATE(851)] = 19229, - [SMALL_STATE(852)] = 19288, - [SMALL_STATE(853)] = 19349, - [SMALL_STATE(854)] = 19410, - [SMALL_STATE(855)] = 19467, - [SMALL_STATE(856)] = 19524, - [SMALL_STATE(857)] = 19583, - [SMALL_STATE(858)] = 19678, - [SMALL_STATE(859)] = 19773, - [SMALL_STATE(860)] = 19830, - [SMALL_STATE(861)] = 19889, - [SMALL_STATE(862)] = 19948, - [SMALL_STATE(863)] = 20007, - [SMALL_STATE(864)] = 20102, - [SMALL_STATE(865)] = 20161, - [SMALL_STATE(866)] = 20220, - [SMALL_STATE(867)] = 20274, - [SMALL_STATE(868)] = 20328, - [SMALL_STATE(869)] = 20382, - [SMALL_STATE(870)] = 20436, - [SMALL_STATE(871)] = 20490, - [SMALL_STATE(872)] = 20546, - [SMALL_STATE(873)] = 20600, - [SMALL_STATE(874)] = 20654, - [SMALL_STATE(875)] = 20708, - [SMALL_STATE(876)] = 20762, - [SMALL_STATE(877)] = 20816, - [SMALL_STATE(878)] = 20870, - [SMALL_STATE(879)] = 20924, - [SMALL_STATE(880)] = 20980, - [SMALL_STATE(881)] = 21036, - [SMALL_STATE(882)] = 21090, - [SMALL_STATE(883)] = 21144, - [SMALL_STATE(884)] = 21198, - [SMALL_STATE(885)] = 21252, - [SMALL_STATE(886)] = 21306, - [SMALL_STATE(887)] = 21360, - [SMALL_STATE(888)] = 21414, - [SMALL_STATE(889)] = 21468, - [SMALL_STATE(890)] = 21522, - [SMALL_STATE(891)] = 21576, - [SMALL_STATE(892)] = 21630, - [SMALL_STATE(893)] = 21684, - [SMALL_STATE(894)] = 21738, - [SMALL_STATE(895)] = 21792, - [SMALL_STATE(896)] = 21846, - [SMALL_STATE(897)] = 21900, - [SMALL_STATE(898)] = 21954, - [SMALL_STATE(899)] = 22008, - [SMALL_STATE(900)] = 22062, - [SMALL_STATE(901)] = 22116, - [SMALL_STATE(902)] = 22174, - [SMALL_STATE(903)] = 22228, - [SMALL_STATE(904)] = 22282, - [SMALL_STATE(905)] = 22336, - [SMALL_STATE(906)] = 22390, - [SMALL_STATE(907)] = 22444, - [SMALL_STATE(908)] = 22498, - [SMALL_STATE(909)] = 22552, - [SMALL_STATE(910)] = 22606, - [SMALL_STATE(911)] = 22660, - [SMALL_STATE(912)] = 22714, - [SMALL_STATE(913)] = 22768, - [SMALL_STATE(914)] = 22822, - [SMALL_STATE(915)] = 22876, - [SMALL_STATE(916)] = 22931, - [SMALL_STATE(917)] = 22986, - [SMALL_STATE(918)] = 23041, - [SMALL_STATE(919)] = 23096, - [SMALL_STATE(920)] = 23151, - [SMALL_STATE(921)] = 23203, - [SMALL_STATE(922)] = 23255, - [SMALL_STATE(923)] = 23307, - [SMALL_STATE(924)] = 23359, - [SMALL_STATE(925)] = 23411, - [SMALL_STATE(926)] = 23463, - [SMALL_STATE(927)] = 23515, - [SMALL_STATE(928)] = 23567, - [SMALL_STATE(929)] = 23619, - [SMALL_STATE(930)] = 23671, - [SMALL_STATE(931)] = 23723, - [SMALL_STATE(932)] = 23775, - [SMALL_STATE(933)] = 23827, - [SMALL_STATE(934)] = 23879, - [SMALL_STATE(935)] = 23931, - [SMALL_STATE(936)] = 23983, - [SMALL_STATE(937)] = 24035, - [SMALL_STATE(938)] = 24087, - [SMALL_STATE(939)] = 24139, - [SMALL_STATE(940)] = 24191, - [SMALL_STATE(941)] = 24243, - [SMALL_STATE(942)] = 24295, - [SMALL_STATE(943)] = 24347, - [SMALL_STATE(944)] = 24399, - [SMALL_STATE(945)] = 24451, - [SMALL_STATE(946)] = 24503, - [SMALL_STATE(947)] = 24555, - [SMALL_STATE(948)] = 24607, - [SMALL_STATE(949)] = 24659, - [SMALL_STATE(950)] = 24711, - [SMALL_STATE(951)] = 24763, - [SMALL_STATE(952)] = 24815, - [SMALL_STATE(953)] = 24867, - [SMALL_STATE(954)] = 24919, - [SMALL_STATE(955)] = 24971, - [SMALL_STATE(956)] = 25023, - [SMALL_STATE(957)] = 25075, - [SMALL_STATE(958)] = 25129, - [SMALL_STATE(959)] = 25181, - [SMALL_STATE(960)] = 25233, - [SMALL_STATE(961)] = 25285, - [SMALL_STATE(962)] = 25337, - [SMALL_STATE(963)] = 25389, - [SMALL_STATE(964)] = 25441, - [SMALL_STATE(965)] = 25493, - [SMALL_STATE(966)] = 25545, - [SMALL_STATE(967)] = 25597, - [SMALL_STATE(968)] = 25649, - [SMALL_STATE(969)] = 25701, - [SMALL_STATE(970)] = 25753, - [SMALL_STATE(971)] = 25805, - [SMALL_STATE(972)] = 25857, - [SMALL_STATE(973)] = 25909, - [SMALL_STATE(974)] = 25961, - [SMALL_STATE(975)] = 26013, - [SMALL_STATE(976)] = 26065, - [SMALL_STATE(977)] = 26117, - [SMALL_STATE(978)] = 26169, - [SMALL_STATE(979)] = 26221, - [SMALL_STATE(980)] = 26273, - [SMALL_STATE(981)] = 26325, - [SMALL_STATE(982)] = 26377, - [SMALL_STATE(983)] = 26429, - [SMALL_STATE(984)] = 26481, - [SMALL_STATE(985)] = 26533, - [SMALL_STATE(986)] = 26585, - [SMALL_STATE(987)] = 26672, - [SMALL_STATE(988)] = 26723, - [SMALL_STATE(989)] = 26774, - [SMALL_STATE(990)] = 26831, - [SMALL_STATE(991)] = 26886, - [SMALL_STATE(992)] = 26974, - [SMALL_STATE(993)] = 27040, - [SMALL_STATE(994)] = 27098, - [SMALL_STATE(995)] = 27154, - [SMALL_STATE(996)] = 27228, - [SMALL_STATE(997)] = 27294, - [SMALL_STATE(998)] = 27356, - [SMALL_STATE(999)] = 27414, - [SMALL_STATE(1000)] = 27502, - [SMALL_STATE(1001)] = 27562, - [SMALL_STATE(1002)] = 27614, - [SMALL_STATE(1003)] = 27696, - [SMALL_STATE(1004)] = 27766, - [SMALL_STATE(1005)] = 27848, - [SMALL_STATE(1006)] = 27932, - [SMALL_STATE(1007)] = 28018, - [SMALL_STATE(1008)] = 28106, - [SMALL_STATE(1009)] = 28182, - [SMALL_STATE(1010)] = 28240, - [SMALL_STATE(1011)] = 28328, - [SMALL_STATE(1012)] = 28416, - [SMALL_STATE(1013)] = 28498, - [SMALL_STATE(1014)] = 28586, - [SMALL_STATE(1015)] = 28658, - [SMALL_STATE(1016)] = 28740, - [SMALL_STATE(1017)] = 28822, - [SMALL_STATE(1018)] = 28900, - [SMALL_STATE(1019)] = 28988, - [SMALL_STATE(1020)] = 29076, - [SMALL_STATE(1021)] = 29128, - [SMALL_STATE(1022)] = 29216, - [SMALL_STATE(1023)] = 29304, - [SMALL_STATE(1024)] = 29394, - [SMALL_STATE(1025)] = 29476, - [SMALL_STATE(1026)] = 29558, - [SMALL_STATE(1027)] = 29639, - [SMALL_STATE(1028)] = 29720, - [SMALL_STATE(1029)] = 29801, - [SMALL_STATE(1030)] = 29882, - [SMALL_STATE(1031)] = 29963, - [SMALL_STATE(1032)] = 30044, - [SMALL_STATE(1033)] = 30095, - [SMALL_STATE(1034)] = 30154, - [SMALL_STATE(1035)] = 30211, - [SMALL_STATE(1036)] = 30272, - [SMALL_STATE(1037)] = 30337, - [SMALL_STATE(1038)] = 30424, - [SMALL_STATE(1039)] = 30473, - [SMALL_STATE(1040)] = 30544, - [SMALL_STATE(1041)] = 30619, - [SMALL_STATE(1042)] = 30668, - [SMALL_STATE(1043)] = 30745, - [SMALL_STATE(1044)] = 30832, - [SMALL_STATE(1045)] = 30919, - [SMALL_STATE(1046)] = 31008, - [SMALL_STATE(1047)] = 31091, - [SMALL_STATE(1048)] = 31176, - [SMALL_STATE(1049)] = 31263, - [SMALL_STATE(1050)] = 31312, - [SMALL_STATE(1051)] = 31399, - [SMALL_STATE(1052)] = 31448, - [SMALL_STATE(1053)] = 31535, - [SMALL_STATE(1054)] = 31622, - [SMALL_STATE(1055)] = 31691, - [SMALL_STATE(1056)] = 31764, - [SMALL_STATE(1057)] = 31815, - [SMALL_STATE(1058)] = 31870, - [SMALL_STATE(1059)] = 31957, - [SMALL_STATE(1060)] = 32044, - [SMALL_STATE(1061)] = 32131, - [SMALL_STATE(1062)] = 32212, - [SMALL_STATE(1063)] = 32260, - [SMALL_STATE(1064)] = 32308, - [SMALL_STATE(1065)] = 32376, - [SMALL_STATE(1066)] = 32462, - [SMALL_STATE(1067)] = 32510, - [SMALL_STATE(1068)] = 32558, - [SMALL_STATE(1069)] = 32644, - [SMALL_STATE(1070)] = 32692, - [SMALL_STATE(1071)] = 32740, - [SMALL_STATE(1072)] = 32788, - [SMALL_STATE(1073)] = 32836, - [SMALL_STATE(1074)] = 32884, - [SMALL_STATE(1075)] = 32932, - [SMALL_STATE(1076)] = 32980, - [SMALL_STATE(1077)] = 33028, - [SMALL_STATE(1078)] = 33076, - [SMALL_STATE(1079)] = 33124, - [SMALL_STATE(1080)] = 33172, - [SMALL_STATE(1081)] = 33220, - [SMALL_STATE(1082)] = 33268, - [SMALL_STATE(1083)] = 33348, - [SMALL_STATE(1084)] = 33396, - [SMALL_STATE(1085)] = 33446, - [SMALL_STATE(1086)] = 33494, - [SMALL_STATE(1087)] = 33542, - [SMALL_STATE(1088)] = 33590, - [SMALL_STATE(1089)] = 33644, - [SMALL_STATE(1090)] = 33724, - [SMALL_STATE(1091)] = 33772, - [SMALL_STATE(1092)] = 33820, - [SMALL_STATE(1093)] = 33906, - [SMALL_STATE(1094)] = 33954, - [SMALL_STATE(1095)] = 34004, - [SMALL_STATE(1096)] = 34054, - [SMALL_STATE(1097)] = 34102, - [SMALL_STATE(1098)] = 34182, - [SMALL_STATE(1099)] = 34266, - [SMALL_STATE(1100)] = 34348, - [SMALL_STATE(1101)] = 34396, - [SMALL_STATE(1102)] = 34472, - [SMALL_STATE(1103)] = 34520, - [SMALL_STATE(1104)] = 34568, - [SMALL_STATE(1105)] = 34642, - [SMALL_STATE(1106)] = 34690, - [SMALL_STATE(1107)] = 34760, - [SMALL_STATE(1108)] = 34808, - [SMALL_STATE(1109)] = 34856, - [SMALL_STATE(1110)] = 34904, - [SMALL_STATE(1111)] = 34952, - [SMALL_STATE(1112)] = 35024, - [SMALL_STATE(1113)] = 35088, - [SMALL_STATE(1114)] = 35136, - [SMALL_STATE(1115)] = 35184, - [SMALL_STATE(1116)] = 35232, - [SMALL_STATE(1117)] = 35280, - [SMALL_STATE(1118)] = 35340, - [SMALL_STATE(1119)] = 35388, - [SMALL_STATE(1120)] = 35436, - [SMALL_STATE(1121)] = 35484, - [SMALL_STATE(1122)] = 35570, - [SMALL_STATE(1123)] = 35626, - [SMALL_STATE(1124)] = 35674, - [SMALL_STATE(1125)] = 35722, - [SMALL_STATE(1126)] = 35770, - [SMALL_STATE(1127)] = 35856, - [SMALL_STATE(1128)] = 35904, - [SMALL_STATE(1129)] = 35952, - [SMALL_STATE(1130)] = 36000, - [SMALL_STATE(1131)] = 36086, - [SMALL_STATE(1132)] = 36134, - [SMALL_STATE(1133)] = 36182, - [SMALL_STATE(1134)] = 36230, - [SMALL_STATE(1135)] = 36278, - [SMALL_STATE(1136)] = 36326, - [SMALL_STATE(1137)] = 36406, - [SMALL_STATE(1138)] = 36486, - [SMALL_STATE(1139)] = 36566, - [SMALL_STATE(1140)] = 36646, - [SMALL_STATE(1141)] = 36694, - [SMALL_STATE(1142)] = 36742, - [SMALL_STATE(1143)] = 36790, - [SMALL_STATE(1144)] = 36838, - [SMALL_STATE(1145)] = 36886, - [SMALL_STATE(1146)] = 36934, - [SMALL_STATE(1147)] = 36982, - [SMALL_STATE(1148)] = 37030, - [SMALL_STATE(1149)] = 37078, - [SMALL_STATE(1150)] = 37126, - [SMALL_STATE(1151)] = 37184, - [SMALL_STATE(1152)] = 37270, - [SMALL_STATE(1153)] = 37318, - [SMALL_STATE(1154)] = 37366, - [SMALL_STATE(1155)] = 37414, - [SMALL_STATE(1156)] = 37462, - [SMALL_STATE(1157)] = 37510, - [SMALL_STATE(1158)] = 37598, - [SMALL_STATE(1159)] = 37646, - [SMALL_STATE(1160)] = 37732, - [SMALL_STATE(1161)] = 37818, - [SMALL_STATE(1162)] = 37904, - [SMALL_STATE(1163)] = 37979, - [SMALL_STATE(1164)] = 38054, - [SMALL_STATE(1165)] = 38139, - [SMALL_STATE(1166)] = 38214, - [SMALL_STATE(1167)] = 38293, - [SMALL_STATE(1168)] = 38368, - [SMALL_STATE(1169)] = 38423, - [SMALL_STATE(1170)] = 38482, - [SMALL_STATE(1171)] = 38545, - [SMALL_STATE(1172)] = 38614, - [SMALL_STATE(1173)] = 38693, - [SMALL_STATE(1174)] = 38766, - [SMALL_STATE(1175)] = 38847, - [SMALL_STATE(1176)] = 38932, - [SMALL_STATE(1177)] = 39015, - [SMALL_STATE(1178)] = 39094, - [SMALL_STATE(1179)] = 39143, - [SMALL_STATE(1180)] = 39228, - [SMALL_STATE(1181)] = 39307, - [SMALL_STATE(1182)] = 39392, - [SMALL_STATE(1183)] = 39449, - [SMALL_STATE(1184)] = 39498, - [SMALL_STATE(1185)] = 39583, - [SMALL_STATE(1186)] = 39658, - [SMALL_STATE(1187)] = 39711, - [SMALL_STATE(1188)] = 39796, - [SMALL_STATE(1189)] = 39867, - [SMALL_STATE(1190)] = 39934, - [SMALL_STATE(1191)] = 40013, - [SMALL_STATE(1192)] = 40098, - [SMALL_STATE(1193)] = 40177, - [SMALL_STATE(1194)] = 40226, - [SMALL_STATE(1195)] = 40311, - [SMALL_STATE(1196)] = 40396, - [SMALL_STATE(1197)] = 40475, - [SMALL_STATE(1198)] = 40560, - [SMALL_STATE(1199)] = 40609, - [SMALL_STATE(1200)] = 40696, - [SMALL_STATE(1201)] = 40782, - [SMALL_STATE(1202)] = 40868, - [SMALL_STATE(1203)] = 40952, - [SMALL_STATE(1204)] = 41038, - [SMALL_STATE(1205)] = 41114, - [SMALL_STATE(1206)] = 41202, - [SMALL_STATE(1207)] = 41278, - [SMALL_STATE(1208)] = 41362, - [SMALL_STATE(1209)] = 41448, - [SMALL_STATE(1210)] = 41534, - [SMALL_STATE(1211)] = 41618, - [SMALL_STATE(1212)] = 41701, - [SMALL_STATE(1213)] = 41790, - [SMALL_STATE(1214)] = 41875, - [SMALL_STATE(1215)] = 41958, - [SMALL_STATE(1216)] = 42047, - [SMALL_STATE(1217)] = 42130, - [SMALL_STATE(1218)] = 42213, - [SMALL_STATE(1219)] = 42296, - [SMALL_STATE(1220)] = 42379, - [SMALL_STATE(1221)] = 42462, - [SMALL_STATE(1222)] = 42547, - [SMALL_STATE(1223)] = 42632, - [SMALL_STATE(1224)] = 42721, - [SMALL_STATE(1225)] = 42806, - [SMALL_STATE(1226)] = 42895, - [SMALL_STATE(1227)] = 42984, - [SMALL_STATE(1228)] = 43067, - [SMALL_STATE(1229)] = 43150, - [SMALL_STATE(1230)] = 43239, - [SMALL_STATE(1231)] = 43322, - [SMALL_STATE(1232)] = 43405, - [SMALL_STATE(1233)] = 43494, - [SMALL_STATE(1234)] = 43577, - [SMALL_STATE(1235)] = 43660, - [SMALL_STATE(1236)] = 43743, - [SMALL_STATE(1237)] = 43832, - [SMALL_STATE(1238)] = 43915, - [SMALL_STATE(1239)] = 44000, - [SMALL_STATE(1240)] = 44083, - [SMALL_STATE(1241)] = 44166, - [SMALL_STATE(1242)] = 44249, - [SMALL_STATE(1243)] = 44332, - [SMALL_STATE(1244)] = 44415, - [SMALL_STATE(1245)] = 44500, - [SMALL_STATE(1246)] = 44583, - [SMALL_STATE(1247)] = 44666, - [SMALL_STATE(1248)] = 44751, - [SMALL_STATE(1249)] = 44834, - [SMALL_STATE(1250)] = 44917, - [SMALL_STATE(1251)] = 45000, - [SMALL_STATE(1252)] = 45083, - [SMALL_STATE(1253)] = 45166, - [SMALL_STATE(1254)] = 45249, - [SMALL_STATE(1255)] = 45332, - [SMALL_STATE(1256)] = 45415, - [SMALL_STATE(1257)] = 45498, - [SMALL_STATE(1258)] = 45581, - [SMALL_STATE(1259)] = 45668, - [SMALL_STATE(1260)] = 45753, - [SMALL_STATE(1261)] = 45835, - [SMALL_STATE(1262)] = 45917, - [SMALL_STATE(1263)] = 45999, - [SMALL_STATE(1264)] = 46081, - [SMALL_STATE(1265)] = 46163, - [SMALL_STATE(1266)] = 46245, - [SMALL_STATE(1267)] = 46327, - [SMALL_STATE(1268)] = 46409, - [SMALL_STATE(1269)] = 46491, - [SMALL_STATE(1270)] = 46573, - [SMALL_STATE(1271)] = 46655, - [SMALL_STATE(1272)] = 46737, - [SMALL_STATE(1273)] = 46819, - [SMALL_STATE(1274)] = 46901, - [SMALL_STATE(1275)] = 46983, - [SMALL_STATE(1276)] = 47065, - [SMALL_STATE(1277)] = 47147, - [SMALL_STATE(1278)] = 47229, - [SMALL_STATE(1279)] = 47311, - [SMALL_STATE(1280)] = 47393, - [SMALL_STATE(1281)] = 47475, - [SMALL_STATE(1282)] = 47557, - [SMALL_STATE(1283)] = 47639, - [SMALL_STATE(1284)] = 47721, - [SMALL_STATE(1285)] = 47803, - [SMALL_STATE(1286)] = 47885, - [SMALL_STATE(1287)] = 47967, - [SMALL_STATE(1288)] = 48049, - [SMALL_STATE(1289)] = 48131, - [SMALL_STATE(1290)] = 48213, - [SMALL_STATE(1291)] = 48295, - [SMALL_STATE(1292)] = 48377, - [SMALL_STATE(1293)] = 48459, - [SMALL_STATE(1294)] = 48541, - [SMALL_STATE(1295)] = 48623, - [SMALL_STATE(1296)] = 48705, - [SMALL_STATE(1297)] = 48787, - [SMALL_STATE(1298)] = 48869, - [SMALL_STATE(1299)] = 48951, - [SMALL_STATE(1300)] = 49033, - [SMALL_STATE(1301)] = 49115, - [SMALL_STATE(1302)] = 49197, - [SMALL_STATE(1303)] = 49279, - [SMALL_STATE(1304)] = 49361, - [SMALL_STATE(1305)] = 49405, - [SMALL_STATE(1306)] = 49487, - [SMALL_STATE(1307)] = 49569, - [SMALL_STATE(1308)] = 49651, - [SMALL_STATE(1309)] = 49733, - [SMALL_STATE(1310)] = 49815, - [SMALL_STATE(1311)] = 49885, - [SMALL_STATE(1312)] = 49967, - [SMALL_STATE(1313)] = 50049, - [SMALL_STATE(1314)] = 50131, - [SMALL_STATE(1315)] = 50213, - [SMALL_STATE(1316)] = 50295, - [SMALL_STATE(1317)] = 50377, - [SMALL_STATE(1318)] = 50459, - [SMALL_STATE(1319)] = 50529, - [SMALL_STATE(1320)] = 50611, - [SMALL_STATE(1321)] = 50693, - [SMALL_STATE(1322)] = 50775, - [SMALL_STATE(1323)] = 50857, - [SMALL_STATE(1324)] = 50939, - [SMALL_STATE(1325)] = 51021, - [SMALL_STATE(1326)] = 51103, - [SMALL_STATE(1327)] = 51185, - [SMALL_STATE(1328)] = 51267, - [SMALL_STATE(1329)] = 51349, - [SMALL_STATE(1330)] = 51431, - [SMALL_STATE(1331)] = 51513, - [SMALL_STATE(1332)] = 51556, - [SMALL_STATE(1333)] = 51599, - [SMALL_STATE(1334)] = 51642, - [SMALL_STATE(1335)] = 51723, - [SMALL_STATE(1336)] = 51766, - [SMALL_STATE(1337)] = 51845, - [SMALL_STATE(1338)] = 51888, - [SMALL_STATE(1339)] = 51969, - [SMALL_STATE(1340)] = 52050, - [SMALL_STATE(1341)] = 52131, - [SMALL_STATE(1342)] = 52198, - [SMALL_STATE(1343)] = 52241, - [SMALL_STATE(1344)] = 52308, - [SMALL_STATE(1345)] = 52364, - [SMALL_STATE(1346)] = 52420, - [SMALL_STATE(1347)] = 52476, - [SMALL_STATE(1348)] = 52532, - [SMALL_STATE(1349)] = 52588, - [SMALL_STATE(1350)] = 52644, - [SMALL_STATE(1351)] = 52700, - [SMALL_STATE(1352)] = 52756, - [SMALL_STATE(1353)] = 52812, - [SMALL_STATE(1354)] = 52868, - [SMALL_STATE(1355)] = 52924, - [SMALL_STATE(1356)] = 52977, - [SMALL_STATE(1357)] = 53030, - [SMALL_STATE(1358)] = 53083, - [SMALL_STATE(1359)] = 53136, - [SMALL_STATE(1360)] = 53189, - [SMALL_STATE(1361)] = 53242, - [SMALL_STATE(1362)] = 53285, - [SMALL_STATE(1363)] = 53328, - [SMALL_STATE(1364)] = 53374, - [SMALL_STATE(1365)] = 53420, - [SMALL_STATE(1366)] = 53480, - [SMALL_STATE(1367)] = 53526, - [SMALL_STATE(1368)] = 53586, - [SMALL_STATE(1369)] = 53643, - [SMALL_STATE(1370)] = 53695, - [SMALL_STATE(1371)] = 53744, - [SMALL_STATE(1372)] = 53793, - [SMALL_STATE(1373)] = 53842, - [SMALL_STATE(1374)] = 53889, - [SMALL_STATE(1375)] = 53938, - [SMALL_STATE(1376)] = 53968, - [SMALL_STATE(1377)] = 54014, - [SMALL_STATE(1378)] = 54060, - [SMALL_STATE(1379)] = 54106, - [SMALL_STATE(1380)] = 54155, - [SMALL_STATE(1381)] = 54202, - [SMALL_STATE(1382)] = 54228, - [SMALL_STATE(1383)] = 54274, - [SMALL_STATE(1384)] = 54300, - [SMALL_STATE(1385)] = 54326, - [SMALL_STATE(1386)] = 54352, - [SMALL_STATE(1387)] = 54378, - [SMALL_STATE(1388)] = 54404, - [SMALL_STATE(1389)] = 54448, - [SMALL_STATE(1390)] = 54474, - [SMALL_STATE(1391)] = 54500, - [SMALL_STATE(1392)] = 54526, - [SMALL_STATE(1393)] = 54552, - [SMALL_STATE(1394)] = 54578, - [SMALL_STATE(1395)] = 54604, - [SMALL_STATE(1396)] = 54630, - [SMALL_STATE(1397)] = 54656, - [SMALL_STATE(1398)] = 54700, - [SMALL_STATE(1399)] = 54742, - [SMALL_STATE(1400)] = 54768, - [SMALL_STATE(1401)] = 54794, - [SMALL_STATE(1402)] = 54837, - [SMALL_STATE(1403)] = 54878, - [SMALL_STATE(1404)] = 54919, - [SMALL_STATE(1405)] = 54960, - [SMALL_STATE(1406)] = 54985, - [SMALL_STATE(1407)] = 55028, - [SMALL_STATE(1408)] = 55053, - [SMALL_STATE(1409)] = 55094, - [SMALL_STATE(1410)] = 55119, - [SMALL_STATE(1411)] = 55162, - [SMALL_STATE(1412)] = 55205, - [SMALL_STATE(1413)] = 55230, - [SMALL_STATE(1414)] = 55255, - [SMALL_STATE(1415)] = 55286, - [SMALL_STATE(1416)] = 55311, - [SMALL_STATE(1417)] = 55336, - [SMALL_STATE(1418)] = 55361, - [SMALL_STATE(1419)] = 55404, - [SMALL_STATE(1420)] = 55429, - [SMALL_STATE(1421)] = 55454, - [SMALL_STATE(1422)] = 55479, - [SMALL_STATE(1423)] = 55504, - [SMALL_STATE(1424)] = 55529, - [SMALL_STATE(1425)] = 55554, - [SMALL_STATE(1426)] = 55579, - [SMALL_STATE(1427)] = 55622, - [SMALL_STATE(1428)] = 55647, - [SMALL_STATE(1429)] = 55690, - [SMALL_STATE(1430)] = 55715, - [SMALL_STATE(1431)] = 55740, - [SMALL_STATE(1432)] = 55765, - [SMALL_STATE(1433)] = 55790, - [SMALL_STATE(1434)] = 55815, - [SMALL_STATE(1435)] = 55858, - [SMALL_STATE(1436)] = 55886, - [SMALL_STATE(1437)] = 55926, - [SMALL_STATE(1438)] = 55962, - [SMALL_STATE(1439)] = 56002, - [SMALL_STATE(1440)] = 56042, - [SMALL_STATE(1441)] = 56069, - [SMALL_STATE(1442)] = 56098, - [SMALL_STATE(1443)] = 56123, - [SMALL_STATE(1444)] = 56160, - [SMALL_STATE(1445)] = 56193, - [SMALL_STATE(1446)] = 56226, - [SMALL_STATE(1447)] = 56263, - [SMALL_STATE(1448)] = 56300, - [SMALL_STATE(1449)] = 56325, - [SMALL_STATE(1450)] = 56362, - [SMALL_STATE(1451)] = 56387, - [SMALL_STATE(1452)] = 56412, - [SMALL_STATE(1453)] = 56449, - [SMALL_STATE(1454)] = 56481, - [SMALL_STATE(1455)] = 56511, - [SMALL_STATE(1456)] = 56543, - [SMALL_STATE(1457)] = 56571, - [SMALL_STATE(1458)] = 56605, - [SMALL_STATE(1459)] = 56637, - [SMALL_STATE(1460)] = 56661, - [SMALL_STATE(1461)] = 56695, - [SMALL_STATE(1462)] = 56723, - [SMALL_STATE(1463)] = 56751, - [SMALL_STATE(1464)] = 56785, - [SMALL_STATE(1465)] = 56811, - [SMALL_STATE(1466)] = 56845, - [SMALL_STATE(1467)] = 56879, - [SMALL_STATE(1468)] = 56903, - [SMALL_STATE(1469)] = 56927, - [SMALL_STATE(1470)] = 56959, - [SMALL_STATE(1471)] = 56983, - [SMALL_STATE(1472)] = 57007, - [SMALL_STATE(1473)] = 57033, - [SMALL_STATE(1474)] = 57057, - [SMALL_STATE(1475)] = 57086, - [SMALL_STATE(1476)] = 57117, - [SMALL_STATE(1477)] = 57144, - [SMALL_STATE(1478)] = 57175, - [SMALL_STATE(1479)] = 57204, - [SMALL_STATE(1480)] = 57235, - [SMALL_STATE(1481)] = 57262, - [SMALL_STATE(1482)] = 57291, - [SMALL_STATE(1483)] = 57320, - [SMALL_STATE(1484)] = 57351, - [SMALL_STATE(1485)] = 57376, - [SMALL_STATE(1486)] = 57409, - [SMALL_STATE(1487)] = 57438, - [SMALL_STATE(1488)] = 57469, - [SMALL_STATE(1489)] = 57498, - [SMALL_STATE(1490)] = 57527, - [SMALL_STATE(1491)] = 57556, - [SMALL_STATE(1492)] = 57585, - [SMALL_STATE(1493)] = 57616, - [SMALL_STATE(1494)] = 57645, - [SMALL_STATE(1495)] = 57676, - [SMALL_STATE(1496)] = 57705, - [SMALL_STATE(1497)] = 57734, - [SMALL_STATE(1498)] = 57761, - [SMALL_STATE(1499)] = 57790, - [SMALL_STATE(1500)] = 57821, - [SMALL_STATE(1501)] = 57850, - [SMALL_STATE(1502)] = 57879, - [SMALL_STATE(1503)] = 57906, - [SMALL_STATE(1504)] = 57933, - [SMALL_STATE(1505)] = 57962, - [SMALL_STATE(1506)] = 57991, - [SMALL_STATE(1507)] = 58016, - [SMALL_STATE(1508)] = 58047, - [SMALL_STATE(1509)] = 58072, - [SMALL_STATE(1510)] = 58099, - [SMALL_STATE(1511)] = 58128, - [SMALL_STATE(1512)] = 58157, - [SMALL_STATE(1513)] = 58188, - [SMALL_STATE(1514)] = 58215, - [SMALL_STATE(1515)] = 58242, - [SMALL_STATE(1516)] = 58265, - [SMALL_STATE(1517)] = 58298, - [SMALL_STATE(1518)] = 58327, - [SMALL_STATE(1519)] = 58356, - [SMALL_STATE(1520)] = 58385, - [SMALL_STATE(1521)] = 58414, - [SMALL_STATE(1522)] = 58443, - [SMALL_STATE(1523)] = 58472, - [SMALL_STATE(1524)] = 58503, - [SMALL_STATE(1525)] = 58532, - [SMALL_STATE(1526)] = 58563, - [SMALL_STATE(1527)] = 58586, - [SMALL_STATE(1528)] = 58615, - [SMALL_STATE(1529)] = 58646, - [SMALL_STATE(1530)] = 58669, - [SMALL_STATE(1531)] = 58698, - [SMALL_STATE(1532)] = 58725, - [SMALL_STATE(1533)] = 58754, - [SMALL_STATE(1534)] = 58783, - [SMALL_STATE(1535)] = 58810, - [SMALL_STATE(1536)] = 58837, - [SMALL_STATE(1537)] = 58867, - [SMALL_STATE(1538)] = 58901, - [SMALL_STATE(1539)] = 58933, - [SMALL_STATE(1540)] = 58961, - [SMALL_STATE(1541)] = 58987, - [SMALL_STATE(1542)] = 59021, - [SMALL_STATE(1543)] = 59055, - [SMALL_STATE(1544)] = 59081, - [SMALL_STATE(1545)] = 59115, - [SMALL_STATE(1546)] = 59149, - [SMALL_STATE(1547)] = 59183, - [SMALL_STATE(1548)] = 59213, - [SMALL_STATE(1549)] = 59239, - [SMALL_STATE(1550)] = 59260, - [SMALL_STATE(1551)] = 59291, - [SMALL_STATE(1552)] = 59314, - [SMALL_STATE(1553)] = 59337, - [SMALL_STATE(1554)] = 59360, - [SMALL_STATE(1555)] = 59381, - [SMALL_STATE(1556)] = 59406, - [SMALL_STATE(1557)] = 59429, - [SMALL_STATE(1558)] = 59452, - [SMALL_STATE(1559)] = 59475, - [SMALL_STATE(1560)] = 59498, - [SMALL_STATE(1561)] = 59519, - [SMALL_STATE(1562)] = 59542, - [SMALL_STATE(1563)] = 59563, - [SMALL_STATE(1564)] = 59590, - [SMALL_STATE(1565)] = 59611, - [SMALL_STATE(1566)] = 59634, - [SMALL_STATE(1567)] = 59655, - [SMALL_STATE(1568)] = 59678, - [SMALL_STATE(1569)] = 59699, - [SMALL_STATE(1570)] = 59728, - [SMALL_STATE(1571)] = 59749, - [SMALL_STATE(1572)] = 59772, - [SMALL_STATE(1573)] = 59793, - [SMALL_STATE(1574)] = 59814, - [SMALL_STATE(1575)] = 59841, - [SMALL_STATE(1576)] = 59868, - [SMALL_STATE(1577)] = 59891, - [SMALL_STATE(1578)] = 59914, - [SMALL_STATE(1579)] = 59935, - [SMALL_STATE(1580)] = 59958, - [SMALL_STATE(1581)] = 59981, - [SMALL_STATE(1582)] = 60004, - [SMALL_STATE(1583)] = 60031, - [SMALL_STATE(1584)] = 60054, - [SMALL_STATE(1585)] = 60081, - [SMALL_STATE(1586)] = 60104, - [SMALL_STATE(1587)] = 60127, - [SMALL_STATE(1588)] = 60150, - [SMALL_STATE(1589)] = 60177, - [SMALL_STATE(1590)] = 60198, - [SMALL_STATE(1591)] = 60219, - [SMALL_STATE(1592)] = 60240, - [SMALL_STATE(1593)] = 60267, - [SMALL_STATE(1594)] = 60290, - [SMALL_STATE(1595)] = 60318, - [SMALL_STATE(1596)] = 60344, - [SMALL_STATE(1597)] = 60372, - [SMALL_STATE(1598)] = 60392, - [SMALL_STATE(1599)] = 60420, - [SMALL_STATE(1600)] = 60440, - [SMALL_STATE(1601)] = 60460, - [SMALL_STATE(1602)] = 60488, - [SMALL_STATE(1603)] = 60516, - [SMALL_STATE(1604)] = 60536, - [SMALL_STATE(1605)] = 60556, - [SMALL_STATE(1606)] = 60576, - [SMALL_STATE(1607)] = 60596, - [SMALL_STATE(1608)] = 60616, - [SMALL_STATE(1609)] = 60644, - [SMALL_STATE(1610)] = 60664, - [SMALL_STATE(1611)] = 60692, - [SMALL_STATE(1612)] = 60712, - [SMALL_STATE(1613)] = 60734, - [SMALL_STATE(1614)] = 60760, - [SMALL_STATE(1615)] = 60788, - [SMALL_STATE(1616)] = 60808, - [SMALL_STATE(1617)] = 60836, - [SMALL_STATE(1618)] = 60864, - [SMALL_STATE(1619)] = 60892, - [SMALL_STATE(1620)] = 60920, - [SMALL_STATE(1621)] = 60946, - [SMALL_STATE(1622)] = 60970, - [SMALL_STATE(1623)] = 60996, - [SMALL_STATE(1624)] = 61024, - [SMALL_STATE(1625)] = 61052, - [SMALL_STATE(1626)] = 61078, - [SMALL_STATE(1627)] = 61106, - [SMALL_STATE(1628)] = 61126, - [SMALL_STATE(1629)] = 61146, - [SMALL_STATE(1630)] = 61166, - [SMALL_STATE(1631)] = 61194, - [SMALL_STATE(1632)] = 61222, - [SMALL_STATE(1633)] = 61242, - [SMALL_STATE(1634)] = 61266, - [SMALL_STATE(1635)] = 61294, - [SMALL_STATE(1636)] = 61314, - [SMALL_STATE(1637)] = 61342, - [SMALL_STATE(1638)] = 61370, - [SMALL_STATE(1639)] = 61396, - [SMALL_STATE(1640)] = 61424, - [SMALL_STATE(1641)] = 61448, - [SMALL_STATE(1642)] = 61474, - [SMALL_STATE(1643)] = 61500, - [SMALL_STATE(1644)] = 61526, - [SMALL_STATE(1645)] = 61554, - [SMALL_STATE(1646)] = 61580, - [SMALL_STATE(1647)] = 61608, - [SMALL_STATE(1648)] = 61636, - [SMALL_STATE(1649)] = 61664, - [SMALL_STATE(1650)] = 61692, - [SMALL_STATE(1651)] = 61716, - [SMALL_STATE(1652)] = 61744, - [SMALL_STATE(1653)] = 61768, - [SMALL_STATE(1654)] = 61796, - [SMALL_STATE(1655)] = 61824, - [SMALL_STATE(1656)] = 61852, - [SMALL_STATE(1657)] = 61880, - [SMALL_STATE(1658)] = 61908, - [SMALL_STATE(1659)] = 61928, - [SMALL_STATE(1660)] = 61948, - [SMALL_STATE(1661)] = 61976, - [SMALL_STATE(1662)] = 62004, - [SMALL_STATE(1663)] = 62032, - [SMALL_STATE(1664)] = 62060, - [SMALL_STATE(1665)] = 62088, - [SMALL_STATE(1666)] = 62108, - [SMALL_STATE(1667)] = 62134, - [SMALL_STATE(1668)] = 62160, - [SMALL_STATE(1669)] = 62188, - [SMALL_STATE(1670)] = 62208, - [SMALL_STATE(1671)] = 62236, - [SMALL_STATE(1672)] = 62264, - [SMALL_STATE(1673)] = 62290, - [SMALL_STATE(1674)] = 62318, - [SMALL_STATE(1675)] = 62339, - [SMALL_STATE(1676)] = 62364, - [SMALL_STATE(1677)] = 62387, - [SMALL_STATE(1678)] = 62408, - [SMALL_STATE(1679)] = 62429, - [SMALL_STATE(1680)] = 62454, - [SMALL_STATE(1681)] = 62475, - [SMALL_STATE(1682)] = 62496, - [SMALL_STATE(1683)] = 62521, - [SMALL_STATE(1684)] = 62542, - [SMALL_STATE(1685)] = 62565, - [SMALL_STATE(1686)] = 62590, - [SMALL_STATE(1687)] = 62609, - [SMALL_STATE(1688)] = 62634, - [SMALL_STATE(1689)] = 62653, - [SMALL_STATE(1690)] = 62674, - [SMALL_STATE(1691)] = 62699, - [SMALL_STATE(1692)] = 62718, - [SMALL_STATE(1693)] = 62739, - [SMALL_STATE(1694)] = 62762, - [SMALL_STATE(1695)] = 62785, - [SMALL_STATE(1696)] = 62806, - [SMALL_STATE(1697)] = 62831, - [SMALL_STATE(1698)] = 62852, - [SMALL_STATE(1699)] = 62877, - [SMALL_STATE(1700)] = 62896, - [SMALL_STATE(1701)] = 62915, - [SMALL_STATE(1702)] = 62934, - [SMALL_STATE(1703)] = 62953, - [SMALL_STATE(1704)] = 62972, - [SMALL_STATE(1705)] = 62993, - [SMALL_STATE(1706)] = 63018, - [SMALL_STATE(1707)] = 63039, - [SMALL_STATE(1708)] = 63058, - [SMALL_STATE(1709)] = 63079, - [SMALL_STATE(1710)] = 63100, - [SMALL_STATE(1711)] = 63125, - [SMALL_STATE(1712)] = 63150, - [SMALL_STATE(1713)] = 63173, - [SMALL_STATE(1714)] = 63196, - [SMALL_STATE(1715)] = 63217, - [SMALL_STATE(1716)] = 63238, - [SMALL_STATE(1717)] = 63257, - [SMALL_STATE(1718)] = 63282, - [SMALL_STATE(1719)] = 63305, - [SMALL_STATE(1720)] = 63330, - [SMALL_STATE(1721)] = 63353, - [SMALL_STATE(1722)] = 63376, - [SMALL_STATE(1723)] = 63401, - [SMALL_STATE(1724)] = 63426, - [SMALL_STATE(1725)] = 63443, - [SMALL_STATE(1726)] = 63466, - [SMALL_STATE(1727)] = 63485, - [SMALL_STATE(1728)] = 63510, - [SMALL_STATE(1729)] = 63533, - [SMALL_STATE(1730)] = 63554, - [SMALL_STATE(1731)] = 63577, - [SMALL_STATE(1732)] = 63600, - [SMALL_STATE(1733)] = 63623, - [SMALL_STATE(1734)] = 63648, - [SMALL_STATE(1735)] = 63669, - [SMALL_STATE(1736)] = 63694, - [SMALL_STATE(1737)] = 63715, - [SMALL_STATE(1738)] = 63732, - [SMALL_STATE(1739)] = 63753, - [SMALL_STATE(1740)] = 63778, - [SMALL_STATE(1741)] = 63801, - [SMALL_STATE(1742)] = 63826, - [SMALL_STATE(1743)] = 63851, - [SMALL_STATE(1744)] = 63872, - [SMALL_STATE(1745)] = 63893, - [SMALL_STATE(1746)] = 63912, - [SMALL_STATE(1747)] = 63935, - [SMALL_STATE(1748)] = 63956, - [SMALL_STATE(1749)] = 63981, - [SMALL_STATE(1750)] = 64004, - [SMALL_STATE(1751)] = 64025, - [SMALL_STATE(1752)] = 64048, - [SMALL_STATE(1753)] = 64069, - [SMALL_STATE(1754)] = 64090, - [SMALL_STATE(1755)] = 64113, - [SMALL_STATE(1756)] = 64134, - [SMALL_STATE(1757)] = 64155, - [SMALL_STATE(1758)] = 64176, - [SMALL_STATE(1759)] = 64199, - [SMALL_STATE(1760)] = 64216, - [SMALL_STATE(1761)] = 64233, - [SMALL_STATE(1762)] = 64250, - [SMALL_STATE(1763)] = 64271, - [SMALL_STATE(1764)] = 64296, - [SMALL_STATE(1765)] = 64319, - [SMALL_STATE(1766)] = 64340, - [SMALL_STATE(1767)] = 64363, - [SMALL_STATE(1768)] = 64386, - [SMALL_STATE(1769)] = 64407, - [SMALL_STATE(1770)] = 64432, - [SMALL_STATE(1771)] = 64455, - [SMALL_STATE(1772)] = 64477, - [SMALL_STATE(1773)] = 64499, - [SMALL_STATE(1774)] = 64521, - [SMALL_STATE(1775)] = 64541, - [SMALL_STATE(1776)] = 64561, - [SMALL_STATE(1777)] = 64583, - [SMALL_STATE(1778)] = 64601, - [SMALL_STATE(1779)] = 64623, - [SMALL_STATE(1780)] = 64645, - [SMALL_STATE(1781)] = 64665, - [SMALL_STATE(1782)] = 64683, - [SMALL_STATE(1783)] = 64703, - [SMALL_STATE(1784)] = 64725, - [SMALL_STATE(1785)] = 64741, - [SMALL_STATE(1786)] = 64757, - [SMALL_STATE(1787)] = 64773, - [SMALL_STATE(1788)] = 64791, - [SMALL_STATE(1789)] = 64811, - [SMALL_STATE(1790)] = 64831, - [SMALL_STATE(1791)] = 64851, - [SMALL_STATE(1792)] = 64869, - [SMALL_STATE(1793)] = 64885, - [SMALL_STATE(1794)] = 64903, - [SMALL_STATE(1795)] = 64919, - [SMALL_STATE(1796)] = 64941, - [SMALL_STATE(1797)] = 64961, - [SMALL_STATE(1798)] = 64981, - [SMALL_STATE(1799)] = 65001, - [SMALL_STATE(1800)] = 65019, - [SMALL_STATE(1801)] = 65041, - [SMALL_STATE(1802)] = 65061, - [SMALL_STATE(1803)] = 65081, - [SMALL_STATE(1804)] = 65099, - [SMALL_STATE(1805)] = 65119, - [SMALL_STATE(1806)] = 65139, - [SMALL_STATE(1807)] = 65161, - [SMALL_STATE(1808)] = 65183, - [SMALL_STATE(1809)] = 65199, - [SMALL_STATE(1810)] = 65221, - [SMALL_STATE(1811)] = 65239, - [SMALL_STATE(1812)] = 65261, - [SMALL_STATE(1813)] = 65283, - [SMALL_STATE(1814)] = 65305, - [SMALL_STATE(1815)] = 65327, - [SMALL_STATE(1816)] = 65349, - [SMALL_STATE(1817)] = 65369, - [SMALL_STATE(1818)] = 65391, - [SMALL_STATE(1819)] = 65411, - [SMALL_STATE(1820)] = 65433, - [SMALL_STATE(1821)] = 65455, - [SMALL_STATE(1822)] = 65477, - [SMALL_STATE(1823)] = 65499, - [SMALL_STATE(1824)] = 65517, - [SMALL_STATE(1825)] = 65535, - [SMALL_STATE(1826)] = 65557, - [SMALL_STATE(1827)] = 65579, - [SMALL_STATE(1828)] = 65601, - [SMALL_STATE(1829)] = 65617, - [SMALL_STATE(1830)] = 65639, - [SMALL_STATE(1831)] = 65659, - [SMALL_STATE(1832)] = 65677, - [SMALL_STATE(1833)] = 65697, - [SMALL_STATE(1834)] = 65717, - [SMALL_STATE(1835)] = 65739, - [SMALL_STATE(1836)] = 65759, - [SMALL_STATE(1837)] = 65779, - [SMALL_STATE(1838)] = 65801, - [SMALL_STATE(1839)] = 65817, - [SMALL_STATE(1840)] = 65839, - [SMALL_STATE(1841)] = 65861, - [SMALL_STATE(1842)] = 65879, - [SMALL_STATE(1843)] = 65901, - [SMALL_STATE(1844)] = 65919, - [SMALL_STATE(1845)] = 65941, - [SMALL_STATE(1846)] = 65961, - [SMALL_STATE(1847)] = 65979, - [SMALL_STATE(1848)] = 66001, - [SMALL_STATE(1849)] = 66021, - [SMALL_STATE(1850)] = 66041, - [SMALL_STATE(1851)] = 66059, - [SMALL_STATE(1852)] = 66079, - [SMALL_STATE(1853)] = 66099, - [SMALL_STATE(1854)] = 66121, - [SMALL_STATE(1855)] = 66143, - [SMALL_STATE(1856)] = 66163, - [SMALL_STATE(1857)] = 66185, - [SMALL_STATE(1858)] = 66205, - [SMALL_STATE(1859)] = 66227, - [SMALL_STATE(1860)] = 66249, - [SMALL_STATE(1861)] = 66265, - [SMALL_STATE(1862)] = 66287, - [SMALL_STATE(1863)] = 66307, - [SMALL_STATE(1864)] = 66327, - [SMALL_STATE(1865)] = 66347, - [SMALL_STATE(1866)] = 66369, - [SMALL_STATE(1867)] = 66391, - [SMALL_STATE(1868)] = 66413, - [SMALL_STATE(1869)] = 66433, - [SMALL_STATE(1870)] = 66455, - [SMALL_STATE(1871)] = 66471, - [SMALL_STATE(1872)] = 66493, - [SMALL_STATE(1873)] = 66511, - [SMALL_STATE(1874)] = 66527, - [SMALL_STATE(1875)] = 66547, - [SMALL_STATE(1876)] = 66563, - [SMALL_STATE(1877)] = 66585, - [SMALL_STATE(1878)] = 66607, - [SMALL_STATE(1879)] = 66627, - [SMALL_STATE(1880)] = 66649, - [SMALL_STATE(1881)] = 66671, - [SMALL_STATE(1882)] = 66693, - [SMALL_STATE(1883)] = 66711, - [SMALL_STATE(1884)] = 66727, - [SMALL_STATE(1885)] = 66743, - [SMALL_STATE(1886)] = 66765, - [SMALL_STATE(1887)] = 66787, - [SMALL_STATE(1888)] = 66809, - [SMALL_STATE(1889)] = 66831, - [SMALL_STATE(1890)] = 66847, - [SMALL_STATE(1891)] = 66867, - [SMALL_STATE(1892)] = 66887, - [SMALL_STATE(1893)] = 66907, - [SMALL_STATE(1894)] = 66927, - [SMALL_STATE(1895)] = 66949, - [SMALL_STATE(1896)] = 66971, - [SMALL_STATE(1897)] = 66991, - [SMALL_STATE(1898)] = 67011, - [SMALL_STATE(1899)] = 67031, - [SMALL_STATE(1900)] = 67047, - [SMALL_STATE(1901)] = 67067, - [SMALL_STATE(1902)] = 67087, - [SMALL_STATE(1903)] = 67109, - [SMALL_STATE(1904)] = 67125, - [SMALL_STATE(1905)] = 67141, - [SMALL_STATE(1906)] = 67161, - [SMALL_STATE(1907)] = 67183, - [SMALL_STATE(1908)] = 67203, - [SMALL_STATE(1909)] = 67223, - [SMALL_STATE(1910)] = 67243, - [SMALL_STATE(1911)] = 67263, - [SMALL_STATE(1912)] = 67283, - [SMALL_STATE(1913)] = 67299, - [SMALL_STATE(1914)] = 67319, - [SMALL_STATE(1915)] = 67341, - [SMALL_STATE(1916)] = 67357, - [SMALL_STATE(1917)] = 67379, - [SMALL_STATE(1918)] = 67401, - [SMALL_STATE(1919)] = 67421, - [SMALL_STATE(1920)] = 67443, - [SMALL_STATE(1921)] = 67463, - [SMALL_STATE(1922)] = 67485, - [SMALL_STATE(1923)] = 67502, - [SMALL_STATE(1924)] = 67519, - [SMALL_STATE(1925)] = 67538, - [SMALL_STATE(1926)] = 67555, - [SMALL_STATE(1927)] = 67572, - [SMALL_STATE(1928)] = 67591, - [SMALL_STATE(1929)] = 67608, - [SMALL_STATE(1930)] = 67627, - [SMALL_STATE(1931)] = 67646, - [SMALL_STATE(1932)] = 67663, - [SMALL_STATE(1933)] = 67682, - [SMALL_STATE(1934)] = 67701, - [SMALL_STATE(1935)] = 67718, - [SMALL_STATE(1936)] = 67735, - [SMALL_STATE(1937)] = 67752, - [SMALL_STATE(1938)] = 67771, - [SMALL_STATE(1939)] = 67790, - [SMALL_STATE(1940)] = 67807, - [SMALL_STATE(1941)] = 67826, - [SMALL_STATE(1942)] = 67843, - [SMALL_STATE(1943)] = 67860, - [SMALL_STATE(1944)] = 67879, - [SMALL_STATE(1945)] = 67896, - [SMALL_STATE(1946)] = 67913, - [SMALL_STATE(1947)] = 67930, - [SMALL_STATE(1948)] = 67949, - [SMALL_STATE(1949)] = 67966, - [SMALL_STATE(1950)] = 67985, - [SMALL_STATE(1951)] = 68004, - [SMALL_STATE(1952)] = 68019, - [SMALL_STATE(1953)] = 68038, - [SMALL_STATE(1954)] = 68055, - [SMALL_STATE(1955)] = 68072, - [SMALL_STATE(1956)] = 68089, - [SMALL_STATE(1957)] = 68108, - [SMALL_STATE(1958)] = 68123, - [SMALL_STATE(1959)] = 68142, - [SMALL_STATE(1960)] = 68157, - [SMALL_STATE(1961)] = 68176, - [SMALL_STATE(1962)] = 68193, - [SMALL_STATE(1963)] = 68212, - [SMALL_STATE(1964)] = 68229, - [SMALL_STATE(1965)] = 68244, - [SMALL_STATE(1966)] = 68263, - [SMALL_STATE(1967)] = 68280, - [SMALL_STATE(1968)] = 68299, - [SMALL_STATE(1969)] = 68318, - [SMALL_STATE(1970)] = 68333, - [SMALL_STATE(1971)] = 68352, - [SMALL_STATE(1972)] = 68371, - [SMALL_STATE(1973)] = 68386, - [SMALL_STATE(1974)] = 68405, - [SMALL_STATE(1975)] = 68422, - [SMALL_STATE(1976)] = 68441, - [SMALL_STATE(1977)] = 68460, - [SMALL_STATE(1978)] = 68477, - [SMALL_STATE(1979)] = 68492, - [SMALL_STATE(1980)] = 68509, - [SMALL_STATE(1981)] = 68526, - [SMALL_STATE(1982)] = 68543, - [SMALL_STATE(1983)] = 68562, - [SMALL_STATE(1984)] = 68581, - [SMALL_STATE(1985)] = 68600, - [SMALL_STATE(1986)] = 68617, - [SMALL_STATE(1987)] = 68636, - [SMALL_STATE(1988)] = 68653, - [SMALL_STATE(1989)] = 68672, - [SMALL_STATE(1990)] = 68689, - [SMALL_STATE(1991)] = 68706, - [SMALL_STATE(1992)] = 68723, - [SMALL_STATE(1993)] = 68740, - [SMALL_STATE(1994)] = 68757, - [SMALL_STATE(1995)] = 68774, - [SMALL_STATE(1996)] = 68791, - [SMALL_STATE(1997)] = 68808, - [SMALL_STATE(1998)] = 68825, - [SMALL_STATE(1999)] = 68844, - [SMALL_STATE(2000)] = 68861, - [SMALL_STATE(2001)] = 68880, - [SMALL_STATE(2002)] = 68897, - [SMALL_STATE(2003)] = 68914, - [SMALL_STATE(2004)] = 68931, - [SMALL_STATE(2005)] = 68948, - [SMALL_STATE(2006)] = 68967, - [SMALL_STATE(2007)] = 68984, - [SMALL_STATE(2008)] = 69001, - [SMALL_STATE(2009)] = 69020, - [SMALL_STATE(2010)] = 69037, - [SMALL_STATE(2011)] = 69054, - [SMALL_STATE(2012)] = 69073, - [SMALL_STATE(2013)] = 69090, - [SMALL_STATE(2014)] = 69107, - [SMALL_STATE(2015)] = 69124, - [SMALL_STATE(2016)] = 69141, - [SMALL_STATE(2017)] = 69160, - [SMALL_STATE(2018)] = 69179, - [SMALL_STATE(2019)] = 69198, - [SMALL_STATE(2020)] = 69215, - [SMALL_STATE(2021)] = 69230, - [SMALL_STATE(2022)] = 69245, - [SMALL_STATE(2023)] = 69262, - [SMALL_STATE(2024)] = 69277, - [SMALL_STATE(2025)] = 69296, - [SMALL_STATE(2026)] = 69315, - [SMALL_STATE(2027)] = 69334, - [SMALL_STATE(2028)] = 69349, - [SMALL_STATE(2029)] = 69368, - [SMALL_STATE(2030)] = 69385, - [SMALL_STATE(2031)] = 69400, - [SMALL_STATE(2032)] = 69415, - [SMALL_STATE(2033)] = 69434, - [SMALL_STATE(2034)] = 69453, - [SMALL_STATE(2035)] = 69470, - [SMALL_STATE(2036)] = 69487, - [SMALL_STATE(2037)] = 69504, - [SMALL_STATE(2038)] = 69521, - [SMALL_STATE(2039)] = 69538, - [SMALL_STATE(2040)] = 69555, - [SMALL_STATE(2041)] = 69574, - [SMALL_STATE(2042)] = 69591, - [SMALL_STATE(2043)] = 69608, - [SMALL_STATE(2044)] = 69627, - [SMALL_STATE(2045)] = 69646, - [SMALL_STATE(2046)] = 69663, - [SMALL_STATE(2047)] = 69682, - [SMALL_STATE(2048)] = 69699, - [SMALL_STATE(2049)] = 69716, - [SMALL_STATE(2050)] = 69733, - [SMALL_STATE(2051)] = 69752, - [SMALL_STATE(2052)] = 69771, - [SMALL_STATE(2053)] = 69788, - [SMALL_STATE(2054)] = 69807, - [SMALL_STATE(2055)] = 69822, - [SMALL_STATE(2056)] = 69839, - [SMALL_STATE(2057)] = 69856, - [SMALL_STATE(2058)] = 69873, - [SMALL_STATE(2059)] = 69890, - [SMALL_STATE(2060)] = 69907, - [SMALL_STATE(2061)] = 69926, - [SMALL_STATE(2062)] = 69941, - [SMALL_STATE(2063)] = 69958, - [SMALL_STATE(2064)] = 69977, - [SMALL_STATE(2065)] = 69994, - [SMALL_STATE(2066)] = 70011, - [SMALL_STATE(2067)] = 70028, - [SMALL_STATE(2068)] = 70045, - [SMALL_STATE(2069)] = 70062, - [SMALL_STATE(2070)] = 70081, - [SMALL_STATE(2071)] = 70100, - [SMALL_STATE(2072)] = 70117, - [SMALL_STATE(2073)] = 70134, - [SMALL_STATE(2074)] = 70151, - [SMALL_STATE(2075)] = 70168, - [SMALL_STATE(2076)] = 70185, - [SMALL_STATE(2077)] = 70202, - [SMALL_STATE(2078)] = 70219, - [SMALL_STATE(2079)] = 70236, - [SMALL_STATE(2080)] = 70253, - [SMALL_STATE(2081)] = 70270, - [SMALL_STATE(2082)] = 70289, - [SMALL_STATE(2083)] = 70306, - [SMALL_STATE(2084)] = 70325, - [SMALL_STATE(2085)] = 70344, - [SMALL_STATE(2086)] = 70363, - [SMALL_STATE(2087)] = 70380, - [SMALL_STATE(2088)] = 70397, - [SMALL_STATE(2089)] = 70414, - [SMALL_STATE(2090)] = 70431, - [SMALL_STATE(2091)] = 70448, - [SMALL_STATE(2092)] = 70463, - [SMALL_STATE(2093)] = 70478, - [SMALL_STATE(2094)] = 70497, - [SMALL_STATE(2095)] = 70516, - [SMALL_STATE(2096)] = 70533, - [SMALL_STATE(2097)] = 70550, - [SMALL_STATE(2098)] = 70567, - [SMALL_STATE(2099)] = 70586, - [SMALL_STATE(2100)] = 70605, - [SMALL_STATE(2101)] = 70622, - [SMALL_STATE(2102)] = 70639, - [SMALL_STATE(2103)] = 70656, - [SMALL_STATE(2104)] = 70673, - [SMALL_STATE(2105)] = 70692, - [SMALL_STATE(2106)] = 70711, - [SMALL_STATE(2107)] = 70728, - [SMALL_STATE(2108)] = 70745, - [SMALL_STATE(2109)] = 70762, - [SMALL_STATE(2110)] = 70779, - [SMALL_STATE(2111)] = 70796, - [SMALL_STATE(2112)] = 70813, - [SMALL_STATE(2113)] = 70830, - [SMALL_STATE(2114)] = 70847, - [SMALL_STATE(2115)] = 70864, - [SMALL_STATE(2116)] = 70881, - [SMALL_STATE(2117)] = 70898, - [SMALL_STATE(2118)] = 70917, - [SMALL_STATE(2119)] = 70936, - [SMALL_STATE(2120)] = 70955, - [SMALL_STATE(2121)] = 70974, - [SMALL_STATE(2122)] = 70993, - [SMALL_STATE(2123)] = 71008, - [SMALL_STATE(2124)] = 71025, - [SMALL_STATE(2125)] = 71044, - [SMALL_STATE(2126)] = 71063, - [SMALL_STATE(2127)] = 71078, - [SMALL_STATE(2128)] = 71097, - [SMALL_STATE(2129)] = 71116, - [SMALL_STATE(2130)] = 71133, - [SMALL_STATE(2131)] = 71150, - [SMALL_STATE(2132)] = 71165, - [SMALL_STATE(2133)] = 71182, - [SMALL_STATE(2134)] = 71201, - [SMALL_STATE(2135)] = 71218, - [SMALL_STATE(2136)] = 71233, - [SMALL_STATE(2137)] = 71252, - [SMALL_STATE(2138)] = 71269, - [SMALL_STATE(2139)] = 71286, - [SMALL_STATE(2140)] = 71303, - [SMALL_STATE(2141)] = 71322, - [SMALL_STATE(2142)] = 71339, - [SMALL_STATE(2143)] = 71354, - [SMALL_STATE(2144)] = 71373, - [SMALL_STATE(2145)] = 71390, - [SMALL_STATE(2146)] = 71409, - [SMALL_STATE(2147)] = 71424, - [SMALL_STATE(2148)] = 71439, - [SMALL_STATE(2149)] = 71456, - [SMALL_STATE(2150)] = 71475, - [SMALL_STATE(2151)] = 71492, - [SMALL_STATE(2152)] = 71509, - [SMALL_STATE(2153)] = 71526, - [SMALL_STATE(2154)] = 71543, - [SMALL_STATE(2155)] = 71560, - [SMALL_STATE(2156)] = 71577, - [SMALL_STATE(2157)] = 71594, - [SMALL_STATE(2158)] = 71611, - [SMALL_STATE(2159)] = 71628, - [SMALL_STATE(2160)] = 71645, - [SMALL_STATE(2161)] = 71664, - [SMALL_STATE(2162)] = 71683, - [SMALL_STATE(2163)] = 71702, - [SMALL_STATE(2164)] = 71719, - [SMALL_STATE(2165)] = 71736, - [SMALL_STATE(2166)] = 71755, - [SMALL_STATE(2167)] = 71774, - [SMALL_STATE(2168)] = 71793, - [SMALL_STATE(2169)] = 71812, - [SMALL_STATE(2170)] = 71829, - [SMALL_STATE(2171)] = 71848, - [SMALL_STATE(2172)] = 71865, - [SMALL_STATE(2173)] = 71884, - [SMALL_STATE(2174)] = 71899, - [SMALL_STATE(2175)] = 71916, - [SMALL_STATE(2176)] = 71933, - [SMALL_STATE(2177)] = 71952, - [SMALL_STATE(2178)] = 71969, - [SMALL_STATE(2179)] = 71984, - [SMALL_STATE(2180)] = 72001, - [SMALL_STATE(2181)] = 72020, - [SMALL_STATE(2182)] = 72037, - [SMALL_STATE(2183)] = 72054, - [SMALL_STATE(2184)] = 72071, - [SMALL_STATE(2185)] = 72088, - [SMALL_STATE(2186)] = 72107, - [SMALL_STATE(2187)] = 72126, - [SMALL_STATE(2188)] = 72145, - [SMALL_STATE(2189)] = 72161, - [SMALL_STATE(2190)] = 72175, - [SMALL_STATE(2191)] = 72191, - [SMALL_STATE(2192)] = 72207, - [SMALL_STATE(2193)] = 72223, - [SMALL_STATE(2194)] = 72239, - [SMALL_STATE(2195)] = 72255, - [SMALL_STATE(2196)] = 72271, - [SMALL_STATE(2197)] = 72285, - [SMALL_STATE(2198)] = 72301, - [SMALL_STATE(2199)] = 72315, - [SMALL_STATE(2200)] = 72329, - [SMALL_STATE(2201)] = 72345, - [SMALL_STATE(2202)] = 72359, - [SMALL_STATE(2203)] = 72375, - [SMALL_STATE(2204)] = 72391, - [SMALL_STATE(2205)] = 72405, - [SMALL_STATE(2206)] = 72419, - [SMALL_STATE(2207)] = 72433, - [SMALL_STATE(2208)] = 72447, - [SMALL_STATE(2209)] = 72463, - [SMALL_STATE(2210)] = 72479, - [SMALL_STATE(2211)] = 72493, - [SMALL_STATE(2212)] = 72509, - [SMALL_STATE(2213)] = 72525, - [SMALL_STATE(2214)] = 72541, - [SMALL_STATE(2215)] = 72557, - [SMALL_STATE(2216)] = 72571, - [SMALL_STATE(2217)] = 72587, - [SMALL_STATE(2218)] = 72601, - [SMALL_STATE(2219)] = 72615, - [SMALL_STATE(2220)] = 72629, - [SMALL_STATE(2221)] = 72643, - [SMALL_STATE(2222)] = 72657, - [SMALL_STATE(2223)] = 72671, - [SMALL_STATE(2224)] = 72687, - [SMALL_STATE(2225)] = 72703, - [SMALL_STATE(2226)] = 72719, - [SMALL_STATE(2227)] = 72735, - [SMALL_STATE(2228)] = 72751, - [SMALL_STATE(2229)] = 72767, - [SMALL_STATE(2230)] = 72781, - [SMALL_STATE(2231)] = 72797, - [SMALL_STATE(2232)] = 72813, - [SMALL_STATE(2233)] = 72829, - [SMALL_STATE(2234)] = 72845, - [SMALL_STATE(2235)] = 72859, - [SMALL_STATE(2236)] = 72875, - [SMALL_STATE(2237)] = 72889, - [SMALL_STATE(2238)] = 72903, - [SMALL_STATE(2239)] = 72917, - [SMALL_STATE(2240)] = 72931, - [SMALL_STATE(2241)] = 72945, - [SMALL_STATE(2242)] = 72961, - [SMALL_STATE(2243)] = 72975, - [SMALL_STATE(2244)] = 72989, - [SMALL_STATE(2245)] = 73005, - [SMALL_STATE(2246)] = 73021, - [SMALL_STATE(2247)] = 73035, - [SMALL_STATE(2248)] = 73051, - [SMALL_STATE(2249)] = 73067, - [SMALL_STATE(2250)] = 73083, - [SMALL_STATE(2251)] = 73099, - [SMALL_STATE(2252)] = 73113, - [SMALL_STATE(2253)] = 73129, - [SMALL_STATE(2254)] = 73145, - [SMALL_STATE(2255)] = 73159, - [SMALL_STATE(2256)] = 73175, - [SMALL_STATE(2257)] = 73189, - [SMALL_STATE(2258)] = 73205, - [SMALL_STATE(2259)] = 73219, - [SMALL_STATE(2260)] = 73235, - [SMALL_STATE(2261)] = 73249, - [SMALL_STATE(2262)] = 73263, - [SMALL_STATE(2263)] = 73279, - [SMALL_STATE(2264)] = 73293, - [SMALL_STATE(2265)] = 73307, - [SMALL_STATE(2266)] = 73323, - [SMALL_STATE(2267)] = 73337, - [SMALL_STATE(2268)] = 73351, - [SMALL_STATE(2269)] = 73365, - [SMALL_STATE(2270)] = 73381, - [SMALL_STATE(2271)] = 73397, - [SMALL_STATE(2272)] = 73413, - [SMALL_STATE(2273)] = 73429, - [SMALL_STATE(2274)] = 73445, - [SMALL_STATE(2275)] = 73461, - [SMALL_STATE(2276)] = 73475, - [SMALL_STATE(2277)] = 73491, - [SMALL_STATE(2278)] = 73507, - [SMALL_STATE(2279)] = 73523, - [SMALL_STATE(2280)] = 73539, - [SMALL_STATE(2281)] = 73555, - [SMALL_STATE(2282)] = 73569, - [SMALL_STATE(2283)] = 73585, - [SMALL_STATE(2284)] = 73599, - [SMALL_STATE(2285)] = 73613, - [SMALL_STATE(2286)] = 73627, - [SMALL_STATE(2287)] = 73643, - [SMALL_STATE(2288)] = 73657, - [SMALL_STATE(2289)] = 73671, - [SMALL_STATE(2290)] = 73687, - [SMALL_STATE(2291)] = 73703, - [SMALL_STATE(2292)] = 73719, - [SMALL_STATE(2293)] = 73735, - [SMALL_STATE(2294)] = 73751, - [SMALL_STATE(2295)] = 73765, - [SMALL_STATE(2296)] = 73779, - [SMALL_STATE(2297)] = 73795, - [SMALL_STATE(2298)] = 73811, - [SMALL_STATE(2299)] = 73825, - [SMALL_STATE(2300)] = 73841, - [SMALL_STATE(2301)] = 73855, - [SMALL_STATE(2302)] = 73871, - [SMALL_STATE(2303)] = 73887, - [SMALL_STATE(2304)] = 73903, - [SMALL_STATE(2305)] = 73919, - [SMALL_STATE(2306)] = 73935, - [SMALL_STATE(2307)] = 73951, - [SMALL_STATE(2308)] = 73967, - [SMALL_STATE(2309)] = 73983, - [SMALL_STATE(2310)] = 73997, - [SMALL_STATE(2311)] = 74011, - [SMALL_STATE(2312)] = 74025, - [SMALL_STATE(2313)] = 74041, - [SMALL_STATE(2314)] = 74057, - [SMALL_STATE(2315)] = 74073, - [SMALL_STATE(2316)] = 74089, - [SMALL_STATE(2317)] = 74103, - [SMALL_STATE(2318)] = 74117, - [SMALL_STATE(2319)] = 74133, - [SMALL_STATE(2320)] = 74149, - [SMALL_STATE(2321)] = 74163, - [SMALL_STATE(2322)] = 74177, - [SMALL_STATE(2323)] = 74191, - [SMALL_STATE(2324)] = 74205, - [SMALL_STATE(2325)] = 74221, - [SMALL_STATE(2326)] = 74235, - [SMALL_STATE(2327)] = 74251, - [SMALL_STATE(2328)] = 74265, - [SMALL_STATE(2329)] = 74281, - [SMALL_STATE(2330)] = 74297, - [SMALL_STATE(2331)] = 74311, - [SMALL_STATE(2332)] = 74327, - [SMALL_STATE(2333)] = 74343, - [SMALL_STATE(2334)] = 74359, - [SMALL_STATE(2335)] = 74373, - [SMALL_STATE(2336)] = 74389, - [SMALL_STATE(2337)] = 74405, - [SMALL_STATE(2338)] = 74421, - [SMALL_STATE(2339)] = 74437, - [SMALL_STATE(2340)] = 74453, - [SMALL_STATE(2341)] = 74467, - [SMALL_STATE(2342)] = 74483, - [SMALL_STATE(2343)] = 74499, - [SMALL_STATE(2344)] = 74513, - [SMALL_STATE(2345)] = 74529, - [SMALL_STATE(2346)] = 74545, - [SMALL_STATE(2347)] = 74561, - [SMALL_STATE(2348)] = 74577, - [SMALL_STATE(2349)] = 74591, - [SMALL_STATE(2350)] = 74607, - [SMALL_STATE(2351)] = 74623, - [SMALL_STATE(2352)] = 74637, - [SMALL_STATE(2353)] = 74653, - [SMALL_STATE(2354)] = 74667, - [SMALL_STATE(2355)] = 74683, - [SMALL_STATE(2356)] = 74699, - [SMALL_STATE(2357)] = 74713, - [SMALL_STATE(2358)] = 74727, - [SMALL_STATE(2359)] = 74741, - [SMALL_STATE(2360)] = 74755, - [SMALL_STATE(2361)] = 74771, - [SMALL_STATE(2362)] = 74785, - [SMALL_STATE(2363)] = 74801, - [SMALL_STATE(2364)] = 74817, - [SMALL_STATE(2365)] = 74833, - [SMALL_STATE(2366)] = 74849, - [SMALL_STATE(2367)] = 74865, - [SMALL_STATE(2368)] = 74881, - [SMALL_STATE(2369)] = 74895, - [SMALL_STATE(2370)] = 74911, - [SMALL_STATE(2371)] = 74925, - [SMALL_STATE(2372)] = 74941, - [SMALL_STATE(2373)] = 74957, - [SMALL_STATE(2374)] = 74973, - [SMALL_STATE(2375)] = 74987, - [SMALL_STATE(2376)] = 75003, - [SMALL_STATE(2377)] = 75019, - [SMALL_STATE(2378)] = 75035, - [SMALL_STATE(2379)] = 75051, - [SMALL_STATE(2380)] = 75065, - [SMALL_STATE(2381)] = 75081, - [SMALL_STATE(2382)] = 75097, - [SMALL_STATE(2383)] = 75111, - [SMALL_STATE(2384)] = 75127, - [SMALL_STATE(2385)] = 75143, - [SMALL_STATE(2386)] = 75157, - [SMALL_STATE(2387)] = 75173, - [SMALL_STATE(2388)] = 75189, - [SMALL_STATE(2389)] = 75203, - [SMALL_STATE(2390)] = 75219, - [SMALL_STATE(2391)] = 75233, - [SMALL_STATE(2392)] = 75249, - [SMALL_STATE(2393)] = 75265, - [SMALL_STATE(2394)] = 75281, - [SMALL_STATE(2395)] = 75297, - [SMALL_STATE(2396)] = 75313, - [SMALL_STATE(2397)] = 75329, - [SMALL_STATE(2398)] = 75345, - [SMALL_STATE(2399)] = 75361, - [SMALL_STATE(2400)] = 75375, - [SMALL_STATE(2401)] = 75389, - [SMALL_STATE(2402)] = 75405, - [SMALL_STATE(2403)] = 75421, - [SMALL_STATE(2404)] = 75437, - [SMALL_STATE(2405)] = 75453, - [SMALL_STATE(2406)] = 75469, - [SMALL_STATE(2407)] = 75485, - [SMALL_STATE(2408)] = 75501, - [SMALL_STATE(2409)] = 75515, - [SMALL_STATE(2410)] = 75531, - [SMALL_STATE(2411)] = 75547, - [SMALL_STATE(2412)] = 75561, - [SMALL_STATE(2413)] = 75577, - [SMALL_STATE(2414)] = 75591, - [SMALL_STATE(2415)] = 75607, - [SMALL_STATE(2416)] = 75623, - [SMALL_STATE(2417)] = 75639, - [SMALL_STATE(2418)] = 75655, - [SMALL_STATE(2419)] = 75671, - [SMALL_STATE(2420)] = 75685, - [SMALL_STATE(2421)] = 75701, - [SMALL_STATE(2422)] = 75715, - [SMALL_STATE(2423)] = 75729, - [SMALL_STATE(2424)] = 75745, - [SMALL_STATE(2425)] = 75759, - [SMALL_STATE(2426)] = 75773, - [SMALL_STATE(2427)] = 75787, - [SMALL_STATE(2428)] = 75803, - [SMALL_STATE(2429)] = 75817, - [SMALL_STATE(2430)] = 75831, - [SMALL_STATE(2431)] = 75845, - [SMALL_STATE(2432)] = 75861, - [SMALL_STATE(2433)] = 75875, - [SMALL_STATE(2434)] = 75891, - [SMALL_STATE(2435)] = 75905, - [SMALL_STATE(2436)] = 75921, - [SMALL_STATE(2437)] = 75935, - [SMALL_STATE(2438)] = 75951, - [SMALL_STATE(2439)] = 75967, - [SMALL_STATE(2440)] = 75983, - [SMALL_STATE(2441)] = 75999, - [SMALL_STATE(2442)] = 76013, - [SMALL_STATE(2443)] = 76029, - [SMALL_STATE(2444)] = 76045, - [SMALL_STATE(2445)] = 76061, - [SMALL_STATE(2446)] = 76075, - [SMALL_STATE(2447)] = 76091, - [SMALL_STATE(2448)] = 76107, - [SMALL_STATE(2449)] = 76123, - [SMALL_STATE(2450)] = 76139, - [SMALL_STATE(2451)] = 76155, - [SMALL_STATE(2452)] = 76169, - [SMALL_STATE(2453)] = 76183, - [SMALL_STATE(2454)] = 76199, - [SMALL_STATE(2455)] = 76213, - [SMALL_STATE(2456)] = 76227, - [SMALL_STATE(2457)] = 76243, - [SMALL_STATE(2458)] = 76259, - [SMALL_STATE(2459)] = 76275, - [SMALL_STATE(2460)] = 76291, - [SMALL_STATE(2461)] = 76307, - [SMALL_STATE(2462)] = 76320, - [SMALL_STATE(2463)] = 76333, - [SMALL_STATE(2464)] = 76346, - [SMALL_STATE(2465)] = 76359, - [SMALL_STATE(2466)] = 76372, - [SMALL_STATE(2467)] = 76385, - [SMALL_STATE(2468)] = 76398, - [SMALL_STATE(2469)] = 76411, - [SMALL_STATE(2470)] = 76424, - [SMALL_STATE(2471)] = 76437, - [SMALL_STATE(2472)] = 76450, - [SMALL_STATE(2473)] = 76463, - [SMALL_STATE(2474)] = 76476, - [SMALL_STATE(2475)] = 76489, - [SMALL_STATE(2476)] = 76502, - [SMALL_STATE(2477)] = 76515, - [SMALL_STATE(2478)] = 76528, - [SMALL_STATE(2479)] = 76541, - [SMALL_STATE(2480)] = 76554, - [SMALL_STATE(2481)] = 76567, - [SMALL_STATE(2482)] = 76580, - [SMALL_STATE(2483)] = 76593, - [SMALL_STATE(2484)] = 76606, - [SMALL_STATE(2485)] = 76619, - [SMALL_STATE(2486)] = 76632, - [SMALL_STATE(2487)] = 76645, - [SMALL_STATE(2488)] = 76658, - [SMALL_STATE(2489)] = 76671, - [SMALL_STATE(2490)] = 76684, - [SMALL_STATE(2491)] = 76697, - [SMALL_STATE(2492)] = 76710, - [SMALL_STATE(2493)] = 76723, - [SMALL_STATE(2494)] = 76736, - [SMALL_STATE(2495)] = 76749, - [SMALL_STATE(2496)] = 76762, - [SMALL_STATE(2497)] = 76775, - [SMALL_STATE(2498)] = 76788, - [SMALL_STATE(2499)] = 76801, - [SMALL_STATE(2500)] = 76814, - [SMALL_STATE(2501)] = 76827, - [SMALL_STATE(2502)] = 76840, - [SMALL_STATE(2503)] = 76853, - [SMALL_STATE(2504)] = 76866, - [SMALL_STATE(2505)] = 76879, - [SMALL_STATE(2506)] = 76892, - [SMALL_STATE(2507)] = 76905, - [SMALL_STATE(2508)] = 76918, - [SMALL_STATE(2509)] = 76931, - [SMALL_STATE(2510)] = 76944, - [SMALL_STATE(2511)] = 76957, - [SMALL_STATE(2512)] = 76970, - [SMALL_STATE(2513)] = 76983, - [SMALL_STATE(2514)] = 76996, - [SMALL_STATE(2515)] = 77009, - [SMALL_STATE(2516)] = 77022, - [SMALL_STATE(2517)] = 77035, - [SMALL_STATE(2518)] = 77048, - [SMALL_STATE(2519)] = 77061, - [SMALL_STATE(2520)] = 77074, - [SMALL_STATE(2521)] = 77087, - [SMALL_STATE(2522)] = 77100, - [SMALL_STATE(2523)] = 77113, - [SMALL_STATE(2524)] = 77126, - [SMALL_STATE(2525)] = 77139, - [SMALL_STATE(2526)] = 77152, - [SMALL_STATE(2527)] = 77165, - [SMALL_STATE(2528)] = 77178, - [SMALL_STATE(2529)] = 77191, - [SMALL_STATE(2530)] = 77204, - [SMALL_STATE(2531)] = 77217, - [SMALL_STATE(2532)] = 77230, - [SMALL_STATE(2533)] = 77243, - [SMALL_STATE(2534)] = 77256, - [SMALL_STATE(2535)] = 77269, - [SMALL_STATE(2536)] = 77282, - [SMALL_STATE(2537)] = 77295, - [SMALL_STATE(2538)] = 77308, - [SMALL_STATE(2539)] = 77321, - [SMALL_STATE(2540)] = 77334, - [SMALL_STATE(2541)] = 77347, - [SMALL_STATE(2542)] = 77360, - [SMALL_STATE(2543)] = 77373, - [SMALL_STATE(2544)] = 77386, - [SMALL_STATE(2545)] = 77399, - [SMALL_STATE(2546)] = 77412, - [SMALL_STATE(2547)] = 77425, - [SMALL_STATE(2548)] = 77438, - [SMALL_STATE(2549)] = 77451, - [SMALL_STATE(2550)] = 77464, - [SMALL_STATE(2551)] = 77477, - [SMALL_STATE(2552)] = 77490, - [SMALL_STATE(2553)] = 77503, - [SMALL_STATE(2554)] = 77516, - [SMALL_STATE(2555)] = 77529, - [SMALL_STATE(2556)] = 77542, - [SMALL_STATE(2557)] = 77555, - [SMALL_STATE(2558)] = 77568, - [SMALL_STATE(2559)] = 77581, - [SMALL_STATE(2560)] = 77594, - [SMALL_STATE(2561)] = 77607, - [SMALL_STATE(2562)] = 77620, - [SMALL_STATE(2563)] = 77633, - [SMALL_STATE(2564)] = 77646, - [SMALL_STATE(2565)] = 77659, - [SMALL_STATE(2566)] = 77672, - [SMALL_STATE(2567)] = 77685, - [SMALL_STATE(2568)] = 77698, - [SMALL_STATE(2569)] = 77711, - [SMALL_STATE(2570)] = 77724, - [SMALL_STATE(2571)] = 77737, - [SMALL_STATE(2572)] = 77750, - [SMALL_STATE(2573)] = 77763, - [SMALL_STATE(2574)] = 77776, - [SMALL_STATE(2575)] = 77789, - [SMALL_STATE(2576)] = 77802, - [SMALL_STATE(2577)] = 77815, - [SMALL_STATE(2578)] = 77828, - [SMALL_STATE(2579)] = 77841, - [SMALL_STATE(2580)] = 77854, - [SMALL_STATE(2581)] = 77867, - [SMALL_STATE(2582)] = 77880, - [SMALL_STATE(2583)] = 77893, - [SMALL_STATE(2584)] = 77906, - [SMALL_STATE(2585)] = 77919, - [SMALL_STATE(2586)] = 77932, - [SMALL_STATE(2587)] = 77945, - [SMALL_STATE(2588)] = 77958, - [SMALL_STATE(2589)] = 77971, - [SMALL_STATE(2590)] = 77984, - [SMALL_STATE(2591)] = 77997, - [SMALL_STATE(2592)] = 78010, - [SMALL_STATE(2593)] = 78023, - [SMALL_STATE(2594)] = 78036, - [SMALL_STATE(2595)] = 78049, - [SMALL_STATE(2596)] = 78062, - [SMALL_STATE(2597)] = 78075, - [SMALL_STATE(2598)] = 78088, - [SMALL_STATE(2599)] = 78101, - [SMALL_STATE(2600)] = 78114, - [SMALL_STATE(2601)] = 78127, - [SMALL_STATE(2602)] = 78140, - [SMALL_STATE(2603)] = 78153, - [SMALL_STATE(2604)] = 78166, - [SMALL_STATE(2605)] = 78179, - [SMALL_STATE(2606)] = 78192, - [SMALL_STATE(2607)] = 78205, - [SMALL_STATE(2608)] = 78218, - [SMALL_STATE(2609)] = 78231, - [SMALL_STATE(2610)] = 78244, - [SMALL_STATE(2611)] = 78257, - [SMALL_STATE(2612)] = 78270, - [SMALL_STATE(2613)] = 78283, - [SMALL_STATE(2614)] = 78296, - [SMALL_STATE(2615)] = 78309, - [SMALL_STATE(2616)] = 78322, - [SMALL_STATE(2617)] = 78335, - [SMALL_STATE(2618)] = 78348, - [SMALL_STATE(2619)] = 78361, - [SMALL_STATE(2620)] = 78374, - [SMALL_STATE(2621)] = 78387, - [SMALL_STATE(2622)] = 78400, - [SMALL_STATE(2623)] = 78413, - [SMALL_STATE(2624)] = 78426, - [SMALL_STATE(2625)] = 78439, - [SMALL_STATE(2626)] = 78452, - [SMALL_STATE(2627)] = 78465, - [SMALL_STATE(2628)] = 78478, - [SMALL_STATE(2629)] = 78491, - [SMALL_STATE(2630)] = 78504, - [SMALL_STATE(2631)] = 78517, - [SMALL_STATE(2632)] = 78530, - [SMALL_STATE(2633)] = 78543, - [SMALL_STATE(2634)] = 78556, - [SMALL_STATE(2635)] = 78569, - [SMALL_STATE(2636)] = 78582, - [SMALL_STATE(2637)] = 78595, - [SMALL_STATE(2638)] = 78608, - [SMALL_STATE(2639)] = 78621, - [SMALL_STATE(2640)] = 78634, - [SMALL_STATE(2641)] = 78647, - [SMALL_STATE(2642)] = 78660, - [SMALL_STATE(2643)] = 78673, - [SMALL_STATE(2644)] = 78686, - [SMALL_STATE(2645)] = 78699, - [SMALL_STATE(2646)] = 78712, - [SMALL_STATE(2647)] = 78725, - [SMALL_STATE(2648)] = 78738, - [SMALL_STATE(2649)] = 78751, - [SMALL_STATE(2650)] = 78764, - [SMALL_STATE(2651)] = 78777, - [SMALL_STATE(2652)] = 78790, - [SMALL_STATE(2653)] = 78803, - [SMALL_STATE(2654)] = 78816, - [SMALL_STATE(2655)] = 78829, - [SMALL_STATE(2656)] = 78842, - [SMALL_STATE(2657)] = 78855, - [SMALL_STATE(2658)] = 78868, - [SMALL_STATE(2659)] = 78881, - [SMALL_STATE(2660)] = 78894, - [SMALL_STATE(2661)] = 78907, - [SMALL_STATE(2662)] = 78920, - [SMALL_STATE(2663)] = 78933, - [SMALL_STATE(2664)] = 78946, - [SMALL_STATE(2665)] = 78959, - [SMALL_STATE(2666)] = 78972, - [SMALL_STATE(2667)] = 78985, - [SMALL_STATE(2668)] = 78998, - [SMALL_STATE(2669)] = 79002, + [SMALL_STATE(525)] = 0, + [SMALL_STATE(526)] = 79, + [SMALL_STATE(527)] = 158, + [SMALL_STATE(528)] = 234, + [SMALL_STATE(529)] = 308, + [SMALL_STATE(530)] = 382, + [SMALL_STATE(531)] = 456, + [SMALL_STATE(532)] = 530, + [SMALL_STATE(533)] = 604, + [SMALL_STATE(534)] = 688, + [SMALL_STATE(535)] = 762, + [SMALL_STATE(536)] = 836, + [SMALL_STATE(537)] = 910, + [SMALL_STATE(538)] = 984, + [SMALL_STATE(539)] = 1058, + [SMALL_STATE(540)] = 1132, + [SMALL_STATE(541)] = 1206, + [SMALL_STATE(542)] = 1280, + [SMALL_STATE(543)] = 1354, + [SMALL_STATE(544)] = 1428, + [SMALL_STATE(545)] = 1502, + [SMALL_STATE(546)] = 1576, + [SMALL_STATE(547)] = 1650, + [SMALL_STATE(548)] = 1724, + [SMALL_STATE(549)] = 1798, + [SMALL_STATE(550)] = 1872, + [SMALL_STATE(551)] = 1948, + [SMALL_STATE(552)] = 2022, + [SMALL_STATE(553)] = 2096, + [SMALL_STATE(554)] = 2170, + [SMALL_STATE(555)] = 2251, + [SMALL_STATE(556)] = 2332, + [SMALL_STATE(557)] = 2413, + [SMALL_STATE(558)] = 2558, + [SMALL_STATE(559)] = 2703, + [SMALL_STATE(560)] = 2778, + [SMALL_STATE(561)] = 2919, + [SMALL_STATE(562)] = 2994, + [SMALL_STATE(563)] = 3133, + [SMALL_STATE(564)] = 3274, + [SMALL_STATE(565)] = 3354, + [SMALL_STATE(566)] = 3424, + [SMALL_STATE(567)] = 3496, + [SMALL_STATE(568)] = 3566, + [SMALL_STATE(569)] = 3646, + [SMALL_STATE(570)] = 3716, + [SMALL_STATE(571)] = 3786, + [SMALL_STATE(572)] = 3856, + [SMALL_STATE(573)] = 3926, + [SMALL_STATE(574)] = 4004, + [SMALL_STATE(575)] = 4074, + [SMALL_STATE(576)] = 4216, + [SMALL_STATE(577)] = 4286, + [SMALL_STATE(578)] = 4356, + [SMALL_STATE(579)] = 4426, + [SMALL_STATE(580)] = 4506, + [SMALL_STATE(581)] = 4576, + [SMALL_STATE(582)] = 4646, + [SMALL_STATE(583)] = 4716, + [SMALL_STATE(584)] = 4786, + [SMALL_STATE(585)] = 4858, + [SMALL_STATE(586)] = 4928, + [SMALL_STATE(587)] = 4998, + [SMALL_STATE(588)] = 5068, + [SMALL_STATE(589)] = 5138, + [SMALL_STATE(590)] = 5208, + [SMALL_STATE(591)] = 5286, + [SMALL_STATE(592)] = 5355, + [SMALL_STATE(593)] = 5432, + [SMALL_STATE(594)] = 5509, + [SMALL_STATE(595)] = 5594, + [SMALL_STATE(596)] = 5671, + [SMALL_STATE(597)] = 5748, + [SMALL_STATE(598)] = 5827, + [SMALL_STATE(599)] = 5896, + [SMALL_STATE(600)] = 5973, + [SMALL_STATE(601)] = 6042, + [SMALL_STATE(602)] = 6119, + [SMALL_STATE(603)] = 6188, + [SMALL_STATE(604)] = 6257, + [SMALL_STATE(605)] = 6326, + [SMALL_STATE(606)] = 6405, + [SMALL_STATE(607)] = 6474, + [SMALL_STATE(608)] = 6543, + [SMALL_STATE(609)] = 6612, + [SMALL_STATE(610)] = 6688, + [SMALL_STATE(611)] = 6824, + [SMALL_STATE(612)] = 6960, + [SMALL_STATE(613)] = 7042, + [SMALL_STATE(614)] = 7124, + [SMALL_STATE(615)] = 7260, + [SMALL_STATE(616)] = 7336, + [SMALL_STATE(617)] = 7412, + [SMALL_STATE(618)] = 7548, + [SMALL_STATE(619)] = 7628, + [SMALL_STATE(620)] = 7708, + [SMALL_STATE(621)] = 7784, + [SMALL_STATE(622)] = 7864, + [SMALL_STATE(623)] = 7997, + [SMALL_STATE(624)] = 8074, + [SMALL_STATE(625)] = 8207, + [SMALL_STATE(626)] = 8284, + [SMALL_STATE(627)] = 8417, + [SMALL_STATE(628)] = 8550, + [SMALL_STATE(629)] = 8683, + [SMALL_STATE(630)] = 8816, + [SMALL_STATE(631)] = 8893, + [SMALL_STATE(632)] = 8970, + [SMALL_STATE(633)] = 9049, + [SMALL_STATE(634)] = 9182, + [SMALL_STATE(635)] = 9315, + [SMALL_STATE(636)] = 9448, + [SMALL_STATE(637)] = 9525, + [SMALL_STATE(638)] = 9658, + [SMALL_STATE(639)] = 9791, + [SMALL_STATE(640)] = 9868, + [SMALL_STATE(641)] = 10001, + [SMALL_STATE(642)] = 10134, + [SMALL_STATE(643)] = 10210, + [SMALL_STATE(644)] = 10286, + [SMALL_STATE(645)] = 10350, + [SMALL_STATE(646)] = 10416, + [SMALL_STATE(647)] = 10528, + [SMALL_STATE(648)] = 10594, + [SMALL_STATE(649)] = 10706, + [SMALL_STATE(650)] = 10771, + [SMALL_STATE(651)] = 10832, + [SMALL_STATE(652)] = 10893, + [SMALL_STATE(653)] = 10954, + [SMALL_STATE(654)] = 11019, + [SMALL_STATE(655)] = 11079, + [SMALL_STATE(656)] = 11139, + [SMALL_STATE(657)] = 11199, + [SMALL_STATE(658)] = 11259, + [SMALL_STATE(659)] = 11319, + [SMALL_STATE(660)] = 11385, + [SMALL_STATE(661)] = 11447, + [SMALL_STATE(662)] = 11507, + [SMALL_STATE(663)] = 11567, + [SMALL_STATE(664)] = 11627, + [SMALL_STATE(665)] = 11691, + [SMALL_STATE(666)] = 11751, + [SMALL_STATE(667)] = 11811, + [SMALL_STATE(668)] = 11871, + [SMALL_STATE(669)] = 11931, + [SMALL_STATE(670)] = 11991, + [SMALL_STATE(671)] = 12051, + [SMALL_STATE(672)] = 12111, + [SMALL_STATE(673)] = 12171, + [SMALL_STATE(674)] = 12237, + [SMALL_STATE(675)] = 12297, + [SMALL_STATE(676)] = 12357, + [SMALL_STATE(677)] = 12419, + [SMALL_STATE(678)] = 12479, + [SMALL_STATE(679)] = 12541, + [SMALL_STATE(680)] = 12600, + [SMALL_STATE(681)] = 12663, + [SMALL_STATE(682)] = 12722, + [SMALL_STATE(683)] = 12781, + [SMALL_STATE(684)] = 12844, + [SMALL_STATE(685)] = 12907, + [SMALL_STATE(686)] = 13014, + [SMALL_STATE(687)] = 13073, + [SMALL_STATE(688)] = 13134, + [SMALL_STATE(689)] = 13195, + [SMALL_STATE(690)] = 13254, + [SMALL_STATE(691)] = 13315, + [SMALL_STATE(692)] = 13374, + [SMALL_STATE(693)] = 13433, + [SMALL_STATE(694)] = 13492, + [SMALL_STATE(695)] = 13555, + [SMALL_STATE(696)] = 13614, + [SMALL_STATE(697)] = 13673, + [SMALL_STATE(698)] = 13780, + [SMALL_STATE(699)] = 13841, + [SMALL_STATE(700)] = 13899, + [SMALL_STATE(701)] = 13959, + [SMALL_STATE(702)] = 14017, + [SMALL_STATE(703)] = 14075, + [SMALL_STATE(704)] = 14133, + [SMALL_STATE(705)] = 14195, + [SMALL_STATE(706)] = 14253, + [SMALL_STATE(707)] = 14357, + [SMALL_STATE(708)] = 14419, + [SMALL_STATE(709)] = 14523, + [SMALL_STATE(710)] = 14581, + [SMALL_STATE(711)] = 14641, + [SMALL_STATE(712)] = 14699, + [SMALL_STATE(713)] = 14757, + [SMALL_STATE(714)] = 14823, + [SMALL_STATE(715)] = 14881, + [SMALL_STATE(716)] = 14939, + [SMALL_STATE(717)] = 14997, + [SMALL_STATE(718)] = 15055, + [SMALL_STATE(719)] = 15113, + [SMALL_STATE(720)] = 15171, + [SMALL_STATE(721)] = 15229, + [SMALL_STATE(722)] = 15287, + [SMALL_STATE(723)] = 15347, + [SMALL_STATE(724)] = 15409, + [SMALL_STATE(725)] = 15467, + [SMALL_STATE(726)] = 15525, + [SMALL_STATE(727)] = 15583, + [SMALL_STATE(728)] = 15641, + [SMALL_STATE(729)] = 15699, + [SMALL_STATE(730)] = 15757, + [SMALL_STATE(731)] = 15815, + [SMALL_STATE(732)] = 15873, + [SMALL_STATE(733)] = 15931, + [SMALL_STATE(734)] = 15989, + [SMALL_STATE(735)] = 16047, + [SMALL_STATE(736)] = 16105, + [SMALL_STATE(737)] = 16163, + [SMALL_STATE(738)] = 16221, + [SMALL_STATE(739)] = 16283, + [SMALL_STATE(740)] = 16341, + [SMALL_STATE(741)] = 16399, + [SMALL_STATE(742)] = 16457, + [SMALL_STATE(743)] = 16517, + [SMALL_STATE(744)] = 16575, + [SMALL_STATE(745)] = 16633, + [SMALL_STATE(746)] = 16691, + [SMALL_STATE(747)] = 16749, + [SMALL_STATE(748)] = 16807, + [SMALL_STATE(749)] = 16865, + [SMALL_STATE(750)] = 16923, + [SMALL_STATE(751)] = 16985, + [SMALL_STATE(752)] = 17043, + [SMALL_STATE(753)] = 17101, + [SMALL_STATE(754)] = 17159, + [SMALL_STATE(755)] = 17217, + [SMALL_STATE(756)] = 17275, + [SMALL_STATE(757)] = 17333, + [SMALL_STATE(758)] = 17393, + [SMALL_STATE(759)] = 17451, + [SMALL_STATE(760)] = 17509, + [SMALL_STATE(761)] = 17567, + [SMALL_STATE(762)] = 17625, + [SMALL_STATE(763)] = 17683, + [SMALL_STATE(764)] = 17741, + [SMALL_STATE(765)] = 17799, + [SMALL_STATE(766)] = 17857, + [SMALL_STATE(767)] = 17915, + [SMALL_STATE(768)] = 18019, + [SMALL_STATE(769)] = 18077, + [SMALL_STATE(770)] = 18135, + [SMALL_STATE(771)] = 18193, + [SMALL_STATE(772)] = 18251, + [SMALL_STATE(773)] = 18309, + [SMALL_STATE(774)] = 18367, + [SMALL_STATE(775)] = 18429, + [SMALL_STATE(776)] = 18487, + [SMALL_STATE(777)] = 18545, + [SMALL_STATE(778)] = 18603, + [SMALL_STATE(779)] = 18661, + [SMALL_STATE(780)] = 18765, + [SMALL_STATE(781)] = 18823, + [SMALL_STATE(782)] = 18881, + [SMALL_STATE(783)] = 18939, + [SMALL_STATE(784)] = 18997, + [SMALL_STATE(785)] = 19098, + [SMALL_STATE(786)] = 19217, + [SMALL_STATE(787)] = 19276, + [SMALL_STATE(788)] = 19335, + [SMALL_STATE(789)] = 19396, + [SMALL_STATE(790)] = 19515, + [SMALL_STATE(791)] = 19576, + [SMALL_STATE(792)] = 19635, + [SMALL_STATE(793)] = 19694, + [SMALL_STATE(794)] = 19751, + [SMALL_STATE(795)] = 19812, + [SMALL_STATE(796)] = 19873, + [SMALL_STATE(797)] = 19932, + [SMALL_STATE(798)] = 20051, + [SMALL_STATE(799)] = 20112, + [SMALL_STATE(800)] = 20171, + [SMALL_STATE(801)] = 20230, + [SMALL_STATE(802)] = 20288, + [SMALL_STATE(803)] = 20344, + [SMALL_STATE(804)] = 20404, + [SMALL_STATE(805)] = 20466, + [SMALL_STATE(806)] = 20528, + [SMALL_STATE(807)] = 20584, + [SMALL_STATE(808)] = 20640, + [SMALL_STATE(809)] = 20696, + [SMALL_STATE(810)] = 20752, + [SMALL_STATE(811)] = 20808, + [SMALL_STATE(812)] = 20864, + [SMALL_STATE(813)] = 20920, + [SMALL_STATE(814)] = 20976, + [SMALL_STATE(815)] = 21032, + [SMALL_STATE(816)] = 21088, + [SMALL_STATE(817)] = 21146, + [SMALL_STATE(818)] = 21202, + [SMALL_STATE(819)] = 21258, + [SMALL_STATE(820)] = 21318, + [SMALL_STATE(821)] = 21374, + [SMALL_STATE(822)] = 21430, + [SMALL_STATE(823)] = 21486, + [SMALL_STATE(824)] = 21542, + [SMALL_STATE(825)] = 21598, + [SMALL_STATE(826)] = 21654, + [SMALL_STATE(827)] = 21710, + [SMALL_STATE(828)] = 21765, + [SMALL_STATE(829)] = 21820, + [SMALL_STATE(830)] = 21875, + [SMALL_STATE(831)] = 21930, + [SMALL_STATE(832)] = 21987, + [SMALL_STATE(833)] = 22046, + [SMALL_STATE(834)] = 22103, + [SMALL_STATE(835)] = 22162, + [SMALL_STATE(836)] = 22217, + [SMALL_STATE(837)] = 22272, + [SMALL_STATE(838)] = 22327, + [SMALL_STATE(839)] = 22384, + [SMALL_STATE(840)] = 22439, + [SMALL_STATE(841)] = 22494, + [SMALL_STATE(842)] = 22553, + [SMALL_STATE(843)] = 22608, + [SMALL_STATE(844)] = 22663, + [SMALL_STATE(845)] = 22718, + [SMALL_STATE(846)] = 22773, + [SMALL_STATE(847)] = 22832, + [SMALL_STATE(848)] = 22891, + [SMALL_STATE(849)] = 22946, + [SMALL_STATE(850)] = 23003, + [SMALL_STATE(851)] = 23057, + [SMALL_STATE(852)] = 23111, + [SMALL_STATE(853)] = 23165, + [SMALL_STATE(854)] = 23219, + [SMALL_STATE(855)] = 23273, + [SMALL_STATE(856)] = 23329, + [SMALL_STATE(857)] = 23383, + [SMALL_STATE(858)] = 23439, + [SMALL_STATE(859)] = 23493, + [SMALL_STATE(860)] = 23551, + [SMALL_STATE(861)] = 23609, + [SMALL_STATE(862)] = 23663, + [SMALL_STATE(863)] = 23717, + [SMALL_STATE(864)] = 23771, + [SMALL_STATE(865)] = 23825, + [SMALL_STATE(866)] = 23881, + [SMALL_STATE(867)] = 23935, + [SMALL_STATE(868)] = 23989, + [SMALL_STATE(869)] = 24043, + [SMALL_STATE(870)] = 24105, + [SMALL_STATE(871)] = 24159, + [SMALL_STATE(872)] = 24213, + [SMALL_STATE(873)] = 24267, + [SMALL_STATE(874)] = 24321, + [SMALL_STATE(875)] = 24375, + [SMALL_STATE(876)] = 24429, + [SMALL_STATE(877)] = 24485, + [SMALL_STATE(878)] = 24539, + [SMALL_STATE(879)] = 24593, + [SMALL_STATE(880)] = 24647, + [SMALL_STATE(881)] = 24701, + [SMALL_STATE(882)] = 24759, + [SMALL_STATE(883)] = 24813, + [SMALL_STATE(884)] = 24867, + [SMALL_STATE(885)] = 24921, + [SMALL_STATE(886)] = 24975, + [SMALL_STATE(887)] = 25029, + [SMALL_STATE(888)] = 25083, + [SMALL_STATE(889)] = 25141, + [SMALL_STATE(890)] = 25195, + [SMALL_STATE(891)] = 25257, + [SMALL_STATE(892)] = 25311, + [SMALL_STATE(893)] = 25365, + [SMALL_STATE(894)] = 25419, + [SMALL_STATE(895)] = 25473, + [SMALL_STATE(896)] = 25527, + [SMALL_STATE(897)] = 25581, + [SMALL_STATE(898)] = 25639, + [SMALL_STATE(899)] = 25695, + [SMALL_STATE(900)] = 25749, + [SMALL_STATE(901)] = 25803, + [SMALL_STATE(902)] = 25857, + [SMALL_STATE(903)] = 25913, + [SMALL_STATE(904)] = 25967, + [SMALL_STATE(905)] = 26021, + [SMALL_STATE(906)] = 26075, + [SMALL_STATE(907)] = 26129, + [SMALL_STATE(908)] = 26183, + [SMALL_STATE(909)] = 26237, + [SMALL_STATE(910)] = 26291, + [SMALL_STATE(911)] = 26345, + [SMALL_STATE(912)] = 26399, + [SMALL_STATE(913)] = 26453, + [SMALL_STATE(914)] = 26515, + [SMALL_STATE(915)] = 26569, + [SMALL_STATE(916)] = 26623, + [SMALL_STATE(917)] = 26677, + [SMALL_STATE(918)] = 26731, + [SMALL_STATE(919)] = 26785, + [SMALL_STATE(920)] = 26839, + [SMALL_STATE(921)] = 26895, + [SMALL_STATE(922)] = 26949, + [SMALL_STATE(923)] = 27007, + [SMALL_STATE(924)] = 27061, + [SMALL_STATE(925)] = 27117, + [SMALL_STATE(926)] = 27171, + [SMALL_STATE(927)] = 27225, + [SMALL_STATE(928)] = 27279, + [SMALL_STATE(929)] = 27333, + [SMALL_STATE(930)] = 27387, + [SMALL_STATE(931)] = 27449, + [SMALL_STATE(932)] = 27503, + [SMALL_STATE(933)] = 27557, + [SMALL_STATE(934)] = 27611, + [SMALL_STATE(935)] = 27665, + [SMALL_STATE(936)] = 27719, + [SMALL_STATE(937)] = 27773, + [SMALL_STATE(938)] = 27827, + [SMALL_STATE(939)] = 27881, + [SMALL_STATE(940)] = 27935, + [SMALL_STATE(941)] = 27989, + [SMALL_STATE(942)] = 28042, + [SMALL_STATE(943)] = 28097, + [SMALL_STATE(944)] = 28150, + [SMALL_STATE(945)] = 28205, + [SMALL_STATE(946)] = 28260, + [SMALL_STATE(947)] = 28313, + [SMALL_STATE(948)] = 28366, + [SMALL_STATE(949)] = 28419, + [SMALL_STATE(950)] = 28472, + [SMALL_STATE(951)] = 28525, + [SMALL_STATE(952)] = 28578, + [SMALL_STATE(953)] = 28631, + [SMALL_STATE(954)] = 28688, + [SMALL_STATE(955)] = 28741, + [SMALL_STATE(956)] = 28794, + [SMALL_STATE(957)] = 28847, + [SMALL_STATE(958)] = 28902, + [SMALL_STATE(959)] = 28955, + [SMALL_STATE(960)] = 29008, + [SMALL_STATE(961)] = 29061, + [SMALL_STATE(962)] = 29114, + [SMALL_STATE(963)] = 29167, + [SMALL_STATE(964)] = 29222, + [SMALL_STATE(965)] = 29275, + [SMALL_STATE(966)] = 29328, + [SMALL_STATE(967)] = 29381, + [SMALL_STATE(968)] = 29436, + [SMALL_STATE(969)] = 29489, + [SMALL_STATE(970)] = 29546, + [SMALL_STATE(971)] = 29599, + [SMALL_STATE(972)] = 29654, + [SMALL_STATE(973)] = 29707, + [SMALL_STATE(974)] = 29760, + [SMALL_STATE(975)] = 29815, + [SMALL_STATE(976)] = 29867, + [SMALL_STATE(977)] = 29919, + [SMALL_STATE(978)] = 29971, + [SMALL_STATE(979)] = 30024, + [SMALL_STATE(980)] = 30079, + [SMALL_STATE(981)] = 30130, + [SMALL_STATE(982)] = 30218, + [SMALL_STATE(983)] = 30302, + [SMALL_STATE(984)] = 30354, + [SMALL_STATE(985)] = 30414, + [SMALL_STATE(986)] = 30496, + [SMALL_STATE(987)] = 30558, + [SMALL_STATE(988)] = 30640, + [SMALL_STATE(989)] = 30722, + [SMALL_STATE(990)] = 30808, + [SMALL_STATE(991)] = 30864, + [SMALL_STATE(992)] = 30916, + [SMALL_STATE(993)] = 30998, + [SMALL_STATE(994)] = 31054, + [SMALL_STATE(995)] = 31128, + [SMALL_STATE(996)] = 31198, + [SMALL_STATE(997)] = 31286, + [SMALL_STATE(998)] = 31374, + [SMALL_STATE(999)] = 31432, + [SMALL_STATE(1000)] = 31486, + [SMALL_STATE(1001)] = 31574, + [SMALL_STATE(1002)] = 31664, + [SMALL_STATE(1003)] = 31752, + [SMALL_STATE(1004)] = 31840, + [SMALL_STATE(1005)] = 31928, + [SMALL_STATE(1006)] = 31994, + [SMALL_STATE(1007)] = 32078, + [SMALL_STATE(1008)] = 32156, + [SMALL_STATE(1009)] = 32244, + [SMALL_STATE(1010)] = 32332, + [SMALL_STATE(1011)] = 32382, + [SMALL_STATE(1012)] = 32470, + [SMALL_STATE(1013)] = 32546, + [SMALL_STATE(1014)] = 32596, + [SMALL_STATE(1015)] = 32678, + [SMALL_STATE(1016)] = 32760, + [SMALL_STATE(1017)] = 32842, + [SMALL_STATE(1018)] = 32914, + [SMALL_STATE(1019)] = 32995, + [SMALL_STATE(1020)] = 33070, + [SMALL_STATE(1021)] = 33119, + [SMALL_STATE(1022)] = 33206, + [SMALL_STATE(1023)] = 33293, + [SMALL_STATE(1024)] = 33342, + [SMALL_STATE(1025)] = 33429, + [SMALL_STATE(1026)] = 33516, + [SMALL_STATE(1027)] = 33565, + [SMALL_STATE(1028)] = 33614, + [SMALL_STATE(1029)] = 33695, + [SMALL_STATE(1030)] = 33776, + [SMALL_STATE(1031)] = 33857, + [SMALL_STATE(1032)] = 33938, + [SMALL_STATE(1033)] = 34003, + [SMALL_STATE(1034)] = 34084, + [SMALL_STATE(1035)] = 34133, + [SMALL_STATE(1036)] = 34184, + [SMALL_STATE(1037)] = 34271, + [SMALL_STATE(1038)] = 34330, + [SMALL_STATE(1039)] = 34387, + [SMALL_STATE(1040)] = 34444, + [SMALL_STATE(1041)] = 34505, + [SMALL_STATE(1042)] = 34554, + [SMALL_STATE(1043)] = 34619, + [SMALL_STATE(1044)] = 34690, + [SMALL_STATE(1045)] = 34771, + [SMALL_STATE(1046)] = 34852, + [SMALL_STATE(1047)] = 34927, + [SMALL_STATE(1048)] = 35004, + [SMALL_STATE(1049)] = 35053, + [SMALL_STATE(1050)] = 35136, + [SMALL_STATE(1051)] = 35221, + [SMALL_STATE(1052)] = 35308, + [SMALL_STATE(1053)] = 35357, + [SMALL_STATE(1054)] = 35438, + [SMALL_STATE(1055)] = 35489, + [SMALL_STATE(1056)] = 35570, + [SMALL_STATE(1057)] = 35619, + [SMALL_STATE(1058)] = 35674, + [SMALL_STATE(1059)] = 35763, + [SMALL_STATE(1060)] = 35850, + [SMALL_STATE(1061)] = 35937, + [SMALL_STATE(1062)] = 36024, + [SMALL_STATE(1063)] = 36093, + [SMALL_STATE(1064)] = 36180, + [SMALL_STATE(1065)] = 36267, + [SMALL_STATE(1066)] = 36354, + [SMALL_STATE(1067)] = 36403, + [SMALL_STATE(1068)] = 36492, + [SMALL_STATE(1069)] = 36575, + [SMALL_STATE(1070)] = 36624, + [SMALL_STATE(1071)] = 36673, + [SMALL_STATE(1072)] = 36722, + [SMALL_STATE(1073)] = 36809, + [SMALL_STATE(1074)] = 36858, + [SMALL_STATE(1075)] = 36907, + [SMALL_STATE(1076)] = 36994, + [SMALL_STATE(1077)] = 37067, + [SMALL_STATE(1078)] = 37116, + [SMALL_STATE(1079)] = 37165, + [SMALL_STATE(1080)] = 37214, + [SMALL_STATE(1081)] = 37271, + [SMALL_STATE(1082)] = 37358, + [SMALL_STATE(1083)] = 37407, + [SMALL_STATE(1084)] = 37458, + [SMALL_STATE(1085)] = 37507, + [SMALL_STATE(1086)] = 37556, + [SMALL_STATE(1087)] = 37605, + [SMALL_STATE(1088)] = 37692, + [SMALL_STATE(1089)] = 37741, + [SMALL_STATE(1090)] = 37828, + [SMALL_STATE(1091)] = 37877, + [SMALL_STATE(1092)] = 37926, + [SMALL_STATE(1093)] = 38013, + [SMALL_STATE(1094)] = 38100, + [SMALL_STATE(1095)] = 38187, + [SMALL_STATE(1096)] = 38256, + [SMALL_STATE(1097)] = 38329, + [SMALL_STATE(1098)] = 38384, + [SMALL_STATE(1099)] = 38465, + [SMALL_STATE(1100)] = 38516, + [SMALL_STATE(1101)] = 38597, + [SMALL_STATE(1102)] = 38682, + [SMALL_STATE(1103)] = 38759, + [SMALL_STATE(1104)] = 38830, + [SMALL_STATE(1105)] = 38911, + [SMALL_STATE(1106)] = 38992, + [SMALL_STATE(1107)] = 39041, + [SMALL_STATE(1108)] = 39092, + [SMALL_STATE(1109)] = 39151, + [SMALL_STATE(1110)] = 39208, + [SMALL_STATE(1111)] = 39269, + [SMALL_STATE(1112)] = 39334, + [SMALL_STATE(1113)] = 39420, + [SMALL_STATE(1114)] = 39468, + [SMALL_STATE(1115)] = 39516, + [SMALL_STATE(1116)] = 39576, + [SMALL_STATE(1117)] = 39632, + [SMALL_STATE(1118)] = 39718, + [SMALL_STATE(1119)] = 39766, + [SMALL_STATE(1120)] = 39852, + [SMALL_STATE(1121)] = 39936, + [SMALL_STATE(1122)] = 39994, + [SMALL_STATE(1123)] = 40074, + [SMALL_STATE(1124)] = 40160, + [SMALL_STATE(1125)] = 40224, + [SMALL_STATE(1126)] = 40274, + [SMALL_STATE(1127)] = 40354, + [SMALL_STATE(1128)] = 40424, + [SMALL_STATE(1129)] = 40498, + [SMALL_STATE(1130)] = 40574, + [SMALL_STATE(1131)] = 40656, + [SMALL_STATE(1132)] = 40704, + [SMALL_STATE(1133)] = 40790, + [SMALL_STATE(1134)] = 40876, + [SMALL_STATE(1135)] = 40962, + [SMALL_STATE(1136)] = 41048, + [SMALL_STATE(1137)] = 41128, + [SMALL_STATE(1138)] = 41214, + [SMALL_STATE(1139)] = 41282, + [SMALL_STATE(1140)] = 41368, + [SMALL_STATE(1141)] = 41418, + [SMALL_STATE(1142)] = 41498, + [SMALL_STATE(1143)] = 41586, + [SMALL_STATE(1144)] = 41666, + [SMALL_STATE(1145)] = 41720, + [SMALL_STATE(1146)] = 41792, + [SMALL_STATE(1147)] = 41872, + [SMALL_STATE(1148)] = 41952, + [SMALL_STATE(1149)] = 42041, + [SMALL_STATE(1150)] = 42130, + [SMALL_STATE(1151)] = 42205, + [SMALL_STATE(1152)] = 42254, + [SMALL_STATE(1153)] = 42303, + [SMALL_STATE(1154)] = 42378, + [SMALL_STATE(1155)] = 42467, + [SMALL_STATE(1156)] = 42556, + [SMALL_STATE(1157)] = 42631, + [SMALL_STATE(1158)] = 42720, + [SMALL_STATE(1159)] = 42809, + [SMALL_STATE(1160)] = 42884, + [SMALL_STATE(1161)] = 42973, + [SMALL_STATE(1162)] = 43062, + [SMALL_STATE(1163)] = 43147, + [SMALL_STATE(1164)] = 43231, + [SMALL_STATE(1165)] = 43317, + [SMALL_STATE(1166)] = 43403, + [SMALL_STATE(1167)] = 43489, + [SMALL_STATE(1168)] = 43575, + [SMALL_STATE(1169)] = 43661, + [SMALL_STATE(1170)] = 43745, + [SMALL_STATE(1171)] = 43831, + [SMALL_STATE(1172)] = 43917, + [SMALL_STATE(1173)] = 44003, + [SMALL_STATE(1174)] = 44089, + [SMALL_STATE(1175)] = 44175, + [SMALL_STATE(1176)] = 44261, + [SMALL_STATE(1177)] = 44347, + [SMALL_STATE(1178)] = 44433, + [SMALL_STATE(1179)] = 44519, + [SMALL_STATE(1180)] = 44607, + [SMALL_STATE(1181)] = 44690, + [SMALL_STATE(1182)] = 44775, + [SMALL_STATE(1183)] = 44864, + [SMALL_STATE(1184)] = 44937, + [SMALL_STATE(1185)] = 45026, + [SMALL_STATE(1186)] = 45099, + [SMALL_STATE(1187)] = 45182, + [SMALL_STATE(1188)] = 45267, + [SMALL_STATE(1189)] = 45352, + [SMALL_STATE(1190)] = 45435, + [SMALL_STATE(1191)] = 45518, + [SMALL_STATE(1192)] = 45605, + [SMALL_STATE(1193)] = 45688, + [SMALL_STATE(1194)] = 45773, + [SMALL_STATE(1195)] = 45856, + [SMALL_STATE(1196)] = 45939, + [SMALL_STATE(1197)] = 46022, + [SMALL_STATE(1198)] = 46105, + [SMALL_STATE(1199)] = 46188, + [SMALL_STATE(1200)] = 46277, + [SMALL_STATE(1201)] = 46360, + [SMALL_STATE(1202)] = 46449, + [SMALL_STATE(1203)] = 46532, + [SMALL_STATE(1204)] = 46621, + [SMALL_STATE(1205)] = 46704, + [SMALL_STATE(1206)] = 46787, + [SMALL_STATE(1207)] = 46870, + [SMALL_STATE(1208)] = 46955, + [SMALL_STATE(1209)] = 47044, + [SMALL_STATE(1210)] = 47127, + [SMALL_STATE(1211)] = 47209, + [SMALL_STATE(1212)] = 47291, + [SMALL_STATE(1213)] = 47373, + [SMALL_STATE(1214)] = 47455, + [SMALL_STATE(1215)] = 47537, + [SMALL_STATE(1216)] = 47619, + [SMALL_STATE(1217)] = 47701, + [SMALL_STATE(1218)] = 47783, + [SMALL_STATE(1219)] = 47865, + [SMALL_STATE(1220)] = 47947, + [SMALL_STATE(1221)] = 48029, + [SMALL_STATE(1222)] = 48111, + [SMALL_STATE(1223)] = 48193, + [SMALL_STATE(1224)] = 48275, + [SMALL_STATE(1225)] = 48357, + [SMALL_STATE(1226)] = 48439, + [SMALL_STATE(1227)] = 48521, + [SMALL_STATE(1228)] = 48603, + [SMALL_STATE(1229)] = 48685, + [SMALL_STATE(1230)] = 48767, + [SMALL_STATE(1231)] = 48849, + [SMALL_STATE(1232)] = 48931, + [SMALL_STATE(1233)] = 49013, + [SMALL_STATE(1234)] = 49095, + [SMALL_STATE(1235)] = 49177, + [SMALL_STATE(1236)] = 49259, + [SMALL_STATE(1237)] = 49341, + [SMALL_STATE(1238)] = 49423, + [SMALL_STATE(1239)] = 49505, + [SMALL_STATE(1240)] = 49587, + [SMALL_STATE(1241)] = 49669, + [SMALL_STATE(1242)] = 49751, + [SMALL_STATE(1243)] = 49833, + [SMALL_STATE(1244)] = 49915, + [SMALL_STATE(1245)] = 49997, + [SMALL_STATE(1246)] = 50079, + [SMALL_STATE(1247)] = 50161, + [SMALL_STATE(1248)] = 50243, + [SMALL_STATE(1249)] = 50325, + [SMALL_STATE(1250)] = 50407, + [SMALL_STATE(1251)] = 50489, + [SMALL_STATE(1252)] = 50571, + [SMALL_STATE(1253)] = 50653, + [SMALL_STATE(1254)] = 50735, + [SMALL_STATE(1255)] = 50817, + [SMALL_STATE(1256)] = 50899, + [SMALL_STATE(1257)] = 50981, + [SMALL_STATE(1258)] = 51063, + [SMALL_STATE(1259)] = 51145, + [SMALL_STATE(1260)] = 51227, + [SMALL_STATE(1261)] = 51309, + [SMALL_STATE(1262)] = 51390, + [SMALL_STATE(1263)] = 51457, + [SMALL_STATE(1264)] = 51524, + [SMALL_STATE(1265)] = 51603, + [SMALL_STATE(1266)] = 51646, + [SMALL_STATE(1267)] = 51689, + [SMALL_STATE(1268)] = 51770, + [SMALL_STATE(1269)] = 51851, + [SMALL_STATE(1270)] = 51932, + [SMALL_STATE(1271)] = 51974, + [SMALL_STATE(1272)] = 52016, + [SMALL_STATE(1273)] = 52058, + [SMALL_STATE(1274)] = 52100, + [SMALL_STATE(1275)] = 52164, + [SMALL_STATE(1276)] = 52228, + [SMALL_STATE(1277)] = 52270, + [SMALL_STATE(1278)] = 52323, + [SMALL_STATE(1279)] = 52392, + [SMALL_STATE(1280)] = 52445, + [SMALL_STATE(1281)] = 52498, + [SMALL_STATE(1282)] = 52551, + [SMALL_STATE(1283)] = 52604, + [SMALL_STATE(1284)] = 52657, + [SMALL_STATE(1285)] = 52710, + [SMALL_STATE(1286)] = 52763, + [SMALL_STATE(1287)] = 52816, + [SMALL_STATE(1288)] = 52869, + [SMALL_STATE(1289)] = 52922, + [SMALL_STATE(1290)] = 52975, + [SMALL_STATE(1291)] = 53044, + [SMALL_STATE(1292)] = 53097, + [SMALL_STATE(1293)] = 53150, + [SMALL_STATE(1294)] = 53200, + [SMALL_STATE(1295)] = 53250, + [SMALL_STATE(1296)] = 53300, + [SMALL_STATE(1297)] = 53350, + [SMALL_STATE(1298)] = 53400, + [SMALL_STATE(1299)] = 53450, + [SMALL_STATE(1300)] = 53500, + [SMALL_STATE(1301)] = 53550, + [SMALL_STATE(1302)] = 53592, + [SMALL_STATE(1303)] = 53652, + [SMALL_STATE(1304)] = 53712, + [SMALL_STATE(1305)] = 53754, + [SMALL_STATE(1306)] = 53797, + [SMALL_STATE(1307)] = 53830, + [SMALL_STATE(1308)] = 53873, + [SMALL_STATE(1309)] = 53930, + [SMALL_STATE(1310)] = 53973, + [SMALL_STATE(1311)] = 54016, + [SMALL_STATE(1312)] = 54068, + [SMALL_STATE(1313)] = 54117, + [SMALL_STATE(1314)] = 54166, + [SMALL_STATE(1315)] = 54215, + [SMALL_STATE(1316)] = 54264, + [SMALL_STATE(1317)] = 54311, + [SMALL_STATE(1318)] = 54357, + [SMALL_STATE(1319)] = 54387, + [SMALL_STATE(1320)] = 54433, + [SMALL_STATE(1321)] = 54479, + [SMALL_STATE(1322)] = 54525, + [SMALL_STATE(1323)] = 54571, + [SMALL_STATE(1324)] = 54623, + [SMALL_STATE(1325)] = 54669, + [SMALL_STATE(1326)] = 54715, + [SMALL_STATE(1327)] = 54761, + [SMALL_STATE(1328)] = 54807, + [SMALL_STATE(1329)] = 54857, + [SMALL_STATE(1330)] = 54904, + [SMALL_STATE(1331)] = 54953, + [SMALL_STATE(1332)] = 55000, + [SMALL_STATE(1333)] = 55047, + [SMALL_STATE(1334)] = 55092, + [SMALL_STATE(1335)] = 55139, + [SMALL_STATE(1336)] = 55165, + [SMALL_STATE(1337)] = 55211, + [SMALL_STATE(1338)] = 55257, + [SMALL_STATE(1339)] = 55283, + [SMALL_STATE(1340)] = 55329, + [SMALL_STATE(1341)] = 55355, + [SMALL_STATE(1342)] = 55381, + [SMALL_STATE(1343)] = 55425, + [SMALL_STATE(1344)] = 55451, + [SMALL_STATE(1345)] = 55497, + [SMALL_STATE(1346)] = 55543, + [SMALL_STATE(1347)] = 55569, + [SMALL_STATE(1348)] = 55595, + [SMALL_STATE(1349)] = 55621, + [SMALL_STATE(1350)] = 55665, + [SMALL_STATE(1351)] = 55691, + [SMALL_STATE(1352)] = 55737, + [SMALL_STATE(1353)] = 55781, + [SMALL_STATE(1354)] = 55827, + [SMALL_STATE(1355)] = 55871, + [SMALL_STATE(1356)] = 55897, + [SMALL_STATE(1357)] = 55943, + [SMALL_STATE(1358)] = 55987, + [SMALL_STATE(1359)] = 56013, + [SMALL_STATE(1360)] = 56039, + [SMALL_STATE(1361)] = 56064, + [SMALL_STATE(1362)] = 56107, + [SMALL_STATE(1363)] = 56132, + [SMALL_STATE(1364)] = 56157, + [SMALL_STATE(1365)] = 56182, + [SMALL_STATE(1366)] = 56207, + [SMALL_STATE(1367)] = 56250, + [SMALL_STATE(1368)] = 56275, + [SMALL_STATE(1369)] = 56300, + [SMALL_STATE(1370)] = 56325, + [SMALL_STATE(1371)] = 56350, + [SMALL_STATE(1372)] = 56375, + [SMALL_STATE(1373)] = 56400, + [SMALL_STATE(1374)] = 56425, + [SMALL_STATE(1375)] = 56450, + [SMALL_STATE(1376)] = 56475, + [SMALL_STATE(1377)] = 56500, + [SMALL_STATE(1378)] = 56525, + [SMALL_STATE(1379)] = 56550, + [SMALL_STATE(1380)] = 56575, + [SMALL_STATE(1381)] = 56606, + [SMALL_STATE(1382)] = 56631, + [SMALL_STATE(1383)] = 56656, + [SMALL_STATE(1384)] = 56699, + [SMALL_STATE(1385)] = 56724, + [SMALL_STATE(1386)] = 56749, + [SMALL_STATE(1387)] = 56774, + [SMALL_STATE(1388)] = 56812, + [SMALL_STATE(1389)] = 56850, + [SMALL_STATE(1390)] = 56890, + [SMALL_STATE(1391)] = 56930, + [SMALL_STATE(1392)] = 56970, + [SMALL_STATE(1393)] = 57008, + [SMALL_STATE(1394)] = 57046, + [SMALL_STATE(1395)] = 57074, + [SMALL_STATE(1396)] = 57120, + [SMALL_STATE(1397)] = 57166, + [SMALL_STATE(1398)] = 57206, + [SMALL_STATE(1399)] = 57250, + [SMALL_STATE(1400)] = 57288, + [SMALL_STATE(1401)] = 57326, + [SMALL_STATE(1402)] = 57364, + [SMALL_STATE(1403)] = 57402, + [SMALL_STATE(1404)] = 57440, + [SMALL_STATE(1405)] = 57478, + [SMALL_STATE(1406)] = 57518, + [SMALL_STATE(1407)] = 57556, + [SMALL_STATE(1408)] = 57594, + [SMALL_STATE(1409)] = 57632, + [SMALL_STATE(1410)] = 57670, + [SMALL_STATE(1411)] = 57710, + [SMALL_STATE(1412)] = 57748, + [SMALL_STATE(1413)] = 57794, + [SMALL_STATE(1414)] = 57832, + [SMALL_STATE(1415)] = 57872, + [SMALL_STATE(1416)] = 57910, + [SMALL_STATE(1417)] = 57948, + [SMALL_STATE(1418)] = 57986, + [SMALL_STATE(1419)] = 58026, + [SMALL_STATE(1420)] = 58072, + [SMALL_STATE(1421)] = 58110, + [SMALL_STATE(1422)] = 58150, + [SMALL_STATE(1423)] = 58187, + [SMALL_STATE(1424)] = 58214, + [SMALL_STATE(1425)] = 58251, + [SMALL_STATE(1426)] = 58288, + [SMALL_STATE(1427)] = 58313, + [SMALL_STATE(1428)] = 58350, + [SMALL_STATE(1429)] = 58387, + [SMALL_STATE(1430)] = 58412, + [SMALL_STATE(1431)] = 58445, + [SMALL_STATE(1432)] = 58470, + [SMALL_STATE(1433)] = 58507, + [SMALL_STATE(1434)] = 58532, + [SMALL_STATE(1435)] = 58569, + [SMALL_STATE(1436)] = 58592, + [SMALL_STATE(1437)] = 58625, + [SMALL_STATE(1438)] = 58649, + [SMALL_STATE(1439)] = 58673, + [SMALL_STATE(1440)] = 58709, + [SMALL_STATE(1441)] = 58745, + [SMALL_STATE(1442)] = 58769, + [SMALL_STATE(1443)] = 58793, + [SMALL_STATE(1444)] = 58817, + [SMALL_STATE(1445)] = 58847, + [SMALL_STATE(1446)] = 58875, + [SMALL_STATE(1447)] = 58899, + [SMALL_STATE(1448)] = 58934, + [SMALL_STATE(1449)] = 58969, + [SMALL_STATE(1450)] = 59004, + [SMALL_STATE(1451)] = 59033, + [SMALL_STATE(1452)] = 59068, + [SMALL_STATE(1453)] = 59103, + [SMALL_STATE(1454)] = 59138, + [SMALL_STATE(1455)] = 59173, + [SMALL_STATE(1456)] = 59196, + [SMALL_STATE(1457)] = 59219, + [SMALL_STATE(1458)] = 59248, + [SMALL_STATE(1459)] = 59279, + [SMALL_STATE(1460)] = 59302, + [SMALL_STATE(1461)] = 59337, + [SMALL_STATE(1462)] = 59362, + [SMALL_STATE(1463)] = 59385, + [SMALL_STATE(1464)] = 59415, + [SMALL_STATE(1465)] = 59443, + [SMALL_STATE(1466)] = 59471, + [SMALL_STATE(1467)] = 59505, + [SMALL_STATE(1468)] = 59539, + [SMALL_STATE(1469)] = 59569, + [SMALL_STATE(1470)] = 59599, + [SMALL_STATE(1471)] = 59629, + [SMALL_STATE(1472)] = 59655, + [SMALL_STATE(1473)] = 59689, + [SMALL_STATE(1474)] = 59723, + [SMALL_STATE(1475)] = 59757, + [SMALL_STATE(1476)] = 59791, + [SMALL_STATE(1477)] = 59825, + [SMALL_STATE(1478)] = 59853, + [SMALL_STATE(1479)] = 59881, + [SMALL_STATE(1480)] = 59915, + [SMALL_STATE(1481)] = 59945, + [SMALL_STATE(1482)] = 59969, + [SMALL_STATE(1483)] = 59999, + [SMALL_STATE(1484)] = 60027, + [SMALL_STATE(1485)] = 60054, + [SMALL_STATE(1486)] = 60075, + [SMALL_STATE(1487)] = 60096, + [SMALL_STATE(1488)] = 60125, + [SMALL_STATE(1489)] = 60154, + [SMALL_STATE(1490)] = 60183, + [SMALL_STATE(1491)] = 60212, + [SMALL_STATE(1492)] = 60239, + [SMALL_STATE(1493)] = 60264, + [SMALL_STATE(1494)] = 60289, + [SMALL_STATE(1495)] = 60316, + [SMALL_STATE(1496)] = 60341, + [SMALL_STATE(1497)] = 60368, + [SMALL_STATE(1498)] = 60393, + [SMALL_STATE(1499)] = 60420, + [SMALL_STATE(1500)] = 60447, + [SMALL_STATE(1501)] = 60476, + [SMALL_STATE(1502)] = 60503, + [SMALL_STATE(1503)] = 60528, + [SMALL_STATE(1504)] = 60555, + [SMALL_STATE(1505)] = 60576, + [SMALL_STATE(1506)] = 60597, + [SMALL_STATE(1507)] = 60618, + [SMALL_STATE(1508)] = 60639, + [SMALL_STATE(1509)] = 60668, + [SMALL_STATE(1510)] = 60689, + [SMALL_STATE(1511)] = 60716, + [SMALL_STATE(1512)] = 60737, + [SMALL_STATE(1513)] = 60760, + [SMALL_STATE(1514)] = 60785, + [SMALL_STATE(1515)] = 60816, + [SMALL_STATE(1516)] = 60845, + [SMALL_STATE(1517)] = 60866, + [SMALL_STATE(1518)] = 60893, + [SMALL_STATE(1519)] = 60914, + [SMALL_STATE(1520)] = 60943, + [SMALL_STATE(1521)] = 60972, + [SMALL_STATE(1522)] = 60993, + [SMALL_STATE(1523)] = 61020, + [SMALL_STATE(1524)] = 61045, + [SMALL_STATE(1525)] = 61070, + [SMALL_STATE(1526)] = 61101, + [SMALL_STATE(1527)] = 61128, + [SMALL_STATE(1528)] = 61151, + [SMALL_STATE(1529)] = 61178, + [SMALL_STATE(1530)] = 61205, + [SMALL_STATE(1531)] = 61226, + [SMALL_STATE(1532)] = 61253, + [SMALL_STATE(1533)] = 61276, + [SMALL_STATE(1534)] = 61303, + [SMALL_STATE(1535)] = 61330, + [SMALL_STATE(1536)] = 61351, + [SMALL_STATE(1537)] = 61378, + [SMALL_STATE(1538)] = 61399, + [SMALL_STATE(1539)] = 61420, + [SMALL_STATE(1540)] = 61441, + [SMALL_STATE(1541)] = 61462, + [SMALL_STATE(1542)] = 61487, + [SMALL_STATE(1543)] = 61508, + [SMALL_STATE(1544)] = 61530, + [SMALL_STATE(1545)] = 61552, + [SMALL_STATE(1546)] = 61578, + [SMALL_STATE(1547)] = 61604, + [SMALL_STATE(1548)] = 61632, + [SMALL_STATE(1549)] = 61660, + [SMALL_STATE(1550)] = 61688, + [SMALL_STATE(1551)] = 61716, + [SMALL_STATE(1552)] = 61744, + [SMALL_STATE(1553)] = 61772, + [SMALL_STATE(1554)] = 61800, + [SMALL_STATE(1555)] = 61828, + [SMALL_STATE(1556)] = 61856, + [SMALL_STATE(1557)] = 61876, + [SMALL_STATE(1558)] = 61904, + [SMALL_STATE(1559)] = 61930, + [SMALL_STATE(1560)] = 61950, + [SMALL_STATE(1561)] = 61978, + [SMALL_STATE(1562)] = 62004, + [SMALL_STATE(1563)] = 62030, + [SMALL_STATE(1564)] = 62050, + [SMALL_STATE(1565)] = 62070, + [SMALL_STATE(1566)] = 62096, + [SMALL_STATE(1567)] = 62124, + [SMALL_STATE(1568)] = 62152, + [SMALL_STATE(1569)] = 62172, + [SMALL_STATE(1570)] = 62192, + [SMALL_STATE(1571)] = 62212, + [SMALL_STATE(1572)] = 62240, + [SMALL_STATE(1573)] = 62266, + [SMALL_STATE(1574)] = 62292, + [SMALL_STATE(1575)] = 62320, + [SMALL_STATE(1576)] = 62340, + [SMALL_STATE(1577)] = 62360, + [SMALL_STATE(1578)] = 62388, + [SMALL_STATE(1579)] = 62416, + [SMALL_STATE(1580)] = 62444, + [SMALL_STATE(1581)] = 62472, + [SMALL_STATE(1582)] = 62492, + [SMALL_STATE(1583)] = 62512, + [SMALL_STATE(1584)] = 62532, + [SMALL_STATE(1585)] = 62552, + [SMALL_STATE(1586)] = 62572, + [SMALL_STATE(1587)] = 62594, + [SMALL_STATE(1588)] = 62620, + [SMALL_STATE(1589)] = 62642, + [SMALL_STATE(1590)] = 62670, + [SMALL_STATE(1591)] = 62690, + [SMALL_STATE(1592)] = 62718, + [SMALL_STATE(1593)] = 62744, + [SMALL_STATE(1594)] = 62766, + [SMALL_STATE(1595)] = 62786, + [SMALL_STATE(1596)] = 62814, + [SMALL_STATE(1597)] = 62834, + [SMALL_STATE(1598)] = 62854, + [SMALL_STATE(1599)] = 62876, + [SMALL_STATE(1600)] = 62898, + [SMALL_STATE(1601)] = 62924, + [SMALL_STATE(1602)] = 62952, + [SMALL_STATE(1603)] = 62974, + [SMALL_STATE(1604)] = 63000, + [SMALL_STATE(1605)] = 63022, + [SMALL_STATE(1606)] = 63046, + [SMALL_STATE(1607)] = 63072, + [SMALL_STATE(1608)] = 63092, + [SMALL_STATE(1609)] = 63120, + [SMALL_STATE(1610)] = 63146, + [SMALL_STATE(1611)] = 63172, + [SMALL_STATE(1612)] = 63198, + [SMALL_STATE(1613)] = 63226, + [SMALL_STATE(1614)] = 63252, + [SMALL_STATE(1615)] = 63278, + [SMALL_STATE(1616)] = 63298, + [SMALL_STATE(1617)] = 63318, + [SMALL_STATE(1618)] = 63340, + [SMALL_STATE(1619)] = 63360, + [SMALL_STATE(1620)] = 63388, + [SMALL_STATE(1621)] = 63414, + [SMALL_STATE(1622)] = 63440, + [SMALL_STATE(1623)] = 63468, + [SMALL_STATE(1624)] = 63496, + [SMALL_STATE(1625)] = 63518, + [SMALL_STATE(1626)] = 63540, + [SMALL_STATE(1627)] = 63560, + [SMALL_STATE(1628)] = 63580, + [SMALL_STATE(1629)] = 63600, + [SMALL_STATE(1630)] = 63620, + [SMALL_STATE(1631)] = 63640, + [SMALL_STATE(1632)] = 63662, + [SMALL_STATE(1633)] = 63682, + [SMALL_STATE(1634)] = 63702, + [SMALL_STATE(1635)] = 63722, + [SMALL_STATE(1636)] = 63750, + [SMALL_STATE(1637)] = 63770, + [SMALL_STATE(1638)] = 63790, + [SMALL_STATE(1639)] = 63810, + [SMALL_STATE(1640)] = 63838, + [SMALL_STATE(1641)] = 63862, + [SMALL_STATE(1642)] = 63890, + [SMALL_STATE(1643)] = 63912, + [SMALL_STATE(1644)] = 63938, + [SMALL_STATE(1645)] = 63966, + [SMALL_STATE(1646)] = 63989, + [SMALL_STATE(1647)] = 64012, + [SMALL_STATE(1648)] = 64035, + [SMALL_STATE(1649)] = 64058, + [SMALL_STATE(1650)] = 64081, + [SMALL_STATE(1651)] = 64100, + [SMALL_STATE(1652)] = 64125, + [SMALL_STATE(1653)] = 64142, + [SMALL_STATE(1654)] = 64161, + [SMALL_STATE(1655)] = 64184, + [SMALL_STATE(1656)] = 64203, + [SMALL_STATE(1657)] = 64222, + [SMALL_STATE(1658)] = 64247, + [SMALL_STATE(1659)] = 64266, + [SMALL_STATE(1660)] = 64285, + [SMALL_STATE(1661)] = 64304, + [SMALL_STATE(1662)] = 64323, + [SMALL_STATE(1663)] = 64348, + [SMALL_STATE(1664)] = 64369, + [SMALL_STATE(1665)] = 64390, + [SMALL_STATE(1666)] = 64413, + [SMALL_STATE(1667)] = 64436, + [SMALL_STATE(1668)] = 64459, + [SMALL_STATE(1669)] = 64482, + [SMALL_STATE(1670)] = 64503, + [SMALL_STATE(1671)] = 64524, + [SMALL_STATE(1672)] = 64543, + [SMALL_STATE(1673)] = 64568, + [SMALL_STATE(1674)] = 64591, + [SMALL_STATE(1675)] = 64610, + [SMALL_STATE(1676)] = 64633, + [SMALL_STATE(1677)] = 64656, + [SMALL_STATE(1678)] = 64681, + [SMALL_STATE(1679)] = 64706, + [SMALL_STATE(1680)] = 64729, + [SMALL_STATE(1681)] = 64748, + [SMALL_STATE(1682)] = 64765, + [SMALL_STATE(1683)] = 64790, + [SMALL_STATE(1684)] = 64811, + [SMALL_STATE(1685)] = 64834, + [SMALL_STATE(1686)] = 64853, + [SMALL_STATE(1687)] = 64876, + [SMALL_STATE(1688)] = 64897, + [SMALL_STATE(1689)] = 64916, + [SMALL_STATE(1690)] = 64939, + [SMALL_STATE(1691)] = 64962, + [SMALL_STATE(1692)] = 64983, + [SMALL_STATE(1693)] = 65002, + [SMALL_STATE(1694)] = 65025, + [SMALL_STATE(1695)] = 65050, + [SMALL_STATE(1696)] = 65075, + [SMALL_STATE(1697)] = 65100, + [SMALL_STATE(1698)] = 65125, + [SMALL_STATE(1699)] = 65148, + [SMALL_STATE(1700)] = 65165, + [SMALL_STATE(1701)] = 65184, + [SMALL_STATE(1702)] = 65205, + [SMALL_STATE(1703)] = 65222, + [SMALL_STATE(1704)] = 65247, + [SMALL_STATE(1705)] = 65270, + [SMALL_STATE(1706)] = 65293, + [SMALL_STATE(1707)] = 65312, + [SMALL_STATE(1708)] = 65329, + [SMALL_STATE(1709)] = 65348, + [SMALL_STATE(1710)] = 65371, + [SMALL_STATE(1711)] = 65394, + [SMALL_STATE(1712)] = 65417, + [SMALL_STATE(1713)] = 65440, + [SMALL_STATE(1714)] = 65459, + [SMALL_STATE(1715)] = 65482, + [SMALL_STATE(1716)] = 65505, + [SMALL_STATE(1717)] = 65524, + [SMALL_STATE(1718)] = 65543, + [SMALL_STATE(1719)] = 65566, + [SMALL_STATE(1720)] = 65589, + [SMALL_STATE(1721)] = 65612, + [SMALL_STATE(1722)] = 65629, + [SMALL_STATE(1723)] = 65648, + [SMALL_STATE(1724)] = 65667, + [SMALL_STATE(1725)] = 65690, + [SMALL_STATE(1726)] = 65709, + [SMALL_STATE(1727)] = 65728, + [SMALL_STATE(1728)] = 65747, + [SMALL_STATE(1729)] = 65766, + [SMALL_STATE(1730)] = 65789, + [SMALL_STATE(1731)] = 65808, + [SMALL_STATE(1732)] = 65829, + [SMALL_STATE(1733)] = 65848, + [SMALL_STATE(1734)] = 65873, + [SMALL_STATE(1735)] = 65894, + [SMALL_STATE(1736)] = 65919, + [SMALL_STATE(1737)] = 65942, + [SMALL_STATE(1738)] = 65965, + [SMALL_STATE(1739)] = 65990, + [SMALL_STATE(1740)] = 66015, + [SMALL_STATE(1741)] = 66038, + [SMALL_STATE(1742)] = 66061, + [SMALL_STATE(1743)] = 66084, + [SMALL_STATE(1744)] = 66103, + [SMALL_STATE(1745)] = 66126, + [SMALL_STATE(1746)] = 66143, + [SMALL_STATE(1747)] = 66166, + [SMALL_STATE(1748)] = 66189, + [SMALL_STATE(1749)] = 66214, + [SMALL_STATE(1750)] = 66233, + [SMALL_STATE(1751)] = 66254, + [SMALL_STATE(1752)] = 66277, + [SMALL_STATE(1753)] = 66302, + [SMALL_STATE(1754)] = 66321, + [SMALL_STATE(1755)] = 66340, + [SMALL_STATE(1756)] = 66359, + [SMALL_STATE(1757)] = 66378, + [SMALL_STATE(1758)] = 66397, + [SMALL_STATE(1759)] = 66420, + [SMALL_STATE(1760)] = 66443, + [SMALL_STATE(1761)] = 66466, + [SMALL_STATE(1762)] = 66489, + [SMALL_STATE(1763)] = 66514, + [SMALL_STATE(1764)] = 66537, + [SMALL_STATE(1765)] = 66554, + [SMALL_STATE(1766)] = 66573, + [SMALL_STATE(1767)] = 66594, + [SMALL_STATE(1768)] = 66615, + [SMALL_STATE(1769)] = 66638, + [SMALL_STATE(1770)] = 66661, + [SMALL_STATE(1771)] = 66680, + [SMALL_STATE(1772)] = 66701, + [SMALL_STATE(1773)] = 66722, + [SMALL_STATE(1774)] = 66743, + [SMALL_STATE(1775)] = 66768, + [SMALL_STATE(1776)] = 66787, + [SMALL_STATE(1777)] = 66810, + [SMALL_STATE(1778)] = 66829, + [SMALL_STATE(1779)] = 66846, + [SMALL_STATE(1780)] = 66863, + [SMALL_STATE(1781)] = 66880, + [SMALL_STATE(1782)] = 66902, + [SMALL_STATE(1783)] = 66922, + [SMALL_STATE(1784)] = 66944, + [SMALL_STATE(1785)] = 66966, + [SMALL_STATE(1786)] = 66984, + [SMALL_STATE(1787)] = 67002, + [SMALL_STATE(1788)] = 67024, + [SMALL_STATE(1789)] = 67046, + [SMALL_STATE(1790)] = 67068, + [SMALL_STATE(1791)] = 67090, + [SMALL_STATE(1792)] = 67110, + [SMALL_STATE(1793)] = 67132, + [SMALL_STATE(1794)] = 67152, + [SMALL_STATE(1795)] = 67172, + [SMALL_STATE(1796)] = 67188, + [SMALL_STATE(1797)] = 67210, + [SMALL_STATE(1798)] = 67232, + [SMALL_STATE(1799)] = 67254, + [SMALL_STATE(1800)] = 67270, + [SMALL_STATE(1801)] = 67286, + [SMALL_STATE(1802)] = 67308, + [SMALL_STATE(1803)] = 67324, + [SMALL_STATE(1804)] = 67342, + [SMALL_STATE(1805)] = 67360, + [SMALL_STATE(1806)] = 67378, + [SMALL_STATE(1807)] = 67400, + [SMALL_STATE(1808)] = 67422, + [SMALL_STATE(1809)] = 67438, + [SMALL_STATE(1810)] = 67454, + [SMALL_STATE(1811)] = 67472, + [SMALL_STATE(1812)] = 67488, + [SMALL_STATE(1813)] = 67504, + [SMALL_STATE(1814)] = 67526, + [SMALL_STATE(1815)] = 67548, + [SMALL_STATE(1816)] = 67564, + [SMALL_STATE(1817)] = 67586, + [SMALL_STATE(1818)] = 67608, + [SMALL_STATE(1819)] = 67630, + [SMALL_STATE(1820)] = 67652, + [SMALL_STATE(1821)] = 67670, + [SMALL_STATE(1822)] = 67686, + [SMALL_STATE(1823)] = 67704, + [SMALL_STATE(1824)] = 67722, + [SMALL_STATE(1825)] = 67744, + [SMALL_STATE(1826)] = 67766, + [SMALL_STATE(1827)] = 67786, + [SMALL_STATE(1828)] = 67804, + [SMALL_STATE(1829)] = 67826, + [SMALL_STATE(1830)] = 67846, + [SMALL_STATE(1831)] = 67868, + [SMALL_STATE(1832)] = 67890, + [SMALL_STATE(1833)] = 67910, + [SMALL_STATE(1834)] = 67926, + [SMALL_STATE(1835)] = 67948, + [SMALL_STATE(1836)] = 67970, + [SMALL_STATE(1837)] = 67992, + [SMALL_STATE(1838)] = 68012, + [SMALL_STATE(1839)] = 68032, + [SMALL_STATE(1840)] = 68054, + [SMALL_STATE(1841)] = 68076, + [SMALL_STATE(1842)] = 68098, + [SMALL_STATE(1843)] = 68118, + [SMALL_STATE(1844)] = 68134, + [SMALL_STATE(1845)] = 68154, + [SMALL_STATE(1846)] = 68176, + [SMALL_STATE(1847)] = 68198, + [SMALL_STATE(1848)] = 68216, + [SMALL_STATE(1849)] = 68238, + [SMALL_STATE(1850)] = 68260, + [SMALL_STATE(1851)] = 68276, + [SMALL_STATE(1852)] = 68298, + [SMALL_STATE(1853)] = 68318, + [SMALL_STATE(1854)] = 68340, + [SMALL_STATE(1855)] = 68362, + [SMALL_STATE(1856)] = 68380, + [SMALL_STATE(1857)] = 68402, + [SMALL_STATE(1858)] = 68424, + [SMALL_STATE(1859)] = 68446, + [SMALL_STATE(1860)] = 68464, + [SMALL_STATE(1861)] = 68486, + [SMALL_STATE(1862)] = 68506, + [SMALL_STATE(1863)] = 68526, + [SMALL_STATE(1864)] = 68546, + [SMALL_STATE(1865)] = 68566, + [SMALL_STATE(1866)] = 68588, + [SMALL_STATE(1867)] = 68608, + [SMALL_STATE(1868)] = 68630, + [SMALL_STATE(1869)] = 68650, + [SMALL_STATE(1870)] = 68668, + [SMALL_STATE(1871)] = 68684, + [SMALL_STATE(1872)] = 68702, + [SMALL_STATE(1873)] = 68724, + [SMALL_STATE(1874)] = 68740, + [SMALL_STATE(1875)] = 68758, + [SMALL_STATE(1876)] = 68776, + [SMALL_STATE(1877)] = 68798, + [SMALL_STATE(1878)] = 68818, + [SMALL_STATE(1879)] = 68834, + [SMALL_STATE(1880)] = 68854, + [SMALL_STATE(1881)] = 68870, + [SMALL_STATE(1882)] = 68892, + [SMALL_STATE(1883)] = 68910, + [SMALL_STATE(1884)] = 68927, + [SMALL_STATE(1885)] = 68946, + [SMALL_STATE(1886)] = 68963, + [SMALL_STATE(1887)] = 68982, + [SMALL_STATE(1888)] = 69001, + [SMALL_STATE(1889)] = 69018, + [SMALL_STATE(1890)] = 69037, + [SMALL_STATE(1891)] = 69056, + [SMALL_STATE(1892)] = 69071, + [SMALL_STATE(1893)] = 69088, + [SMALL_STATE(1894)] = 69105, + [SMALL_STATE(1895)] = 69122, + [SMALL_STATE(1896)] = 69139, + [SMALL_STATE(1897)] = 69156, + [SMALL_STATE(1898)] = 69173, + [SMALL_STATE(1899)] = 69190, + [SMALL_STATE(1900)] = 69207, + [SMALL_STATE(1901)] = 69222, + [SMALL_STATE(1902)] = 69241, + [SMALL_STATE(1903)] = 69258, + [SMALL_STATE(1904)] = 69275, + [SMALL_STATE(1905)] = 69294, + [SMALL_STATE(1906)] = 69309, + [SMALL_STATE(1907)] = 69328, + [SMALL_STATE(1908)] = 69343, + [SMALL_STATE(1909)] = 69360, + [SMALL_STATE(1910)] = 69379, + [SMALL_STATE(1911)] = 69398, + [SMALL_STATE(1912)] = 69415, + [SMALL_STATE(1913)] = 69432, + [SMALL_STATE(1914)] = 69449, + [SMALL_STATE(1915)] = 69466, + [SMALL_STATE(1916)] = 69483, + [SMALL_STATE(1917)] = 69500, + [SMALL_STATE(1918)] = 69517, + [SMALL_STATE(1919)] = 69536, + [SMALL_STATE(1920)] = 69553, + [SMALL_STATE(1921)] = 69570, + [SMALL_STATE(1922)] = 69587, + [SMALL_STATE(1923)] = 69606, + [SMALL_STATE(1924)] = 69625, + [SMALL_STATE(1925)] = 69642, + [SMALL_STATE(1926)] = 69659, + [SMALL_STATE(1927)] = 69678, + [SMALL_STATE(1928)] = 69697, + [SMALL_STATE(1929)] = 69716, + [SMALL_STATE(1930)] = 69733, + [SMALL_STATE(1931)] = 69750, + [SMALL_STATE(1932)] = 69767, + [SMALL_STATE(1933)] = 69784, + [SMALL_STATE(1934)] = 69801, + [SMALL_STATE(1935)] = 69818, + [SMALL_STATE(1936)] = 69837, + [SMALL_STATE(1937)] = 69854, + [SMALL_STATE(1938)] = 69873, + [SMALL_STATE(1939)] = 69888, + [SMALL_STATE(1940)] = 69907, + [SMALL_STATE(1941)] = 69924, + [SMALL_STATE(1942)] = 69941, + [SMALL_STATE(1943)] = 69958, + [SMALL_STATE(1944)] = 69975, + [SMALL_STATE(1945)] = 69992, + [SMALL_STATE(1946)] = 70011, + [SMALL_STATE(1947)] = 70028, + [SMALL_STATE(1948)] = 70045, + [SMALL_STATE(1949)] = 70062, + [SMALL_STATE(1950)] = 70079, + [SMALL_STATE(1951)] = 70096, + [SMALL_STATE(1952)] = 70113, + [SMALL_STATE(1953)] = 70130, + [SMALL_STATE(1954)] = 70147, + [SMALL_STATE(1955)] = 70166, + [SMALL_STATE(1956)] = 70183, + [SMALL_STATE(1957)] = 70200, + [SMALL_STATE(1958)] = 70219, + [SMALL_STATE(1959)] = 70236, + [SMALL_STATE(1960)] = 70253, + [SMALL_STATE(1961)] = 70272, + [SMALL_STATE(1962)] = 70289, + [SMALL_STATE(1963)] = 70308, + [SMALL_STATE(1964)] = 70325, + [SMALL_STATE(1965)] = 70344, + [SMALL_STATE(1966)] = 70361, + [SMALL_STATE(1967)] = 70380, + [SMALL_STATE(1968)] = 70399, + [SMALL_STATE(1969)] = 70416, + [SMALL_STATE(1970)] = 70435, + [SMALL_STATE(1971)] = 70452, + [SMALL_STATE(1972)] = 70469, + [SMALL_STATE(1973)] = 70486, + [SMALL_STATE(1974)] = 70505, + [SMALL_STATE(1975)] = 70522, + [SMALL_STATE(1976)] = 70541, + [SMALL_STATE(1977)] = 70558, + [SMALL_STATE(1978)] = 70575, + [SMALL_STATE(1979)] = 70592, + [SMALL_STATE(1980)] = 70611, + [SMALL_STATE(1981)] = 70630, + [SMALL_STATE(1982)] = 70647, + [SMALL_STATE(1983)] = 70666, + [SMALL_STATE(1984)] = 70683, + [SMALL_STATE(1985)] = 70702, + [SMALL_STATE(1986)] = 70719, + [SMALL_STATE(1987)] = 70736, + [SMALL_STATE(1988)] = 70753, + [SMALL_STATE(1989)] = 70770, + [SMALL_STATE(1990)] = 70787, + [SMALL_STATE(1991)] = 70802, + [SMALL_STATE(1992)] = 70821, + [SMALL_STATE(1993)] = 70838, + [SMALL_STATE(1994)] = 70857, + [SMALL_STATE(1995)] = 70874, + [SMALL_STATE(1996)] = 70891, + [SMALL_STATE(1997)] = 70908, + [SMALL_STATE(1998)] = 70925, + [SMALL_STATE(1999)] = 70942, + [SMALL_STATE(2000)] = 70959, + [SMALL_STATE(2001)] = 70976, + [SMALL_STATE(2002)] = 70995, + [SMALL_STATE(2003)] = 71012, + [SMALL_STATE(2004)] = 71031, + [SMALL_STATE(2005)] = 71048, + [SMALL_STATE(2006)] = 71067, + [SMALL_STATE(2007)] = 71082, + [SMALL_STATE(2008)] = 71097, + [SMALL_STATE(2009)] = 71114, + [SMALL_STATE(2010)] = 71133, + [SMALL_STATE(2011)] = 71150, + [SMALL_STATE(2012)] = 71167, + [SMALL_STATE(2013)] = 71182, + [SMALL_STATE(2014)] = 71199, + [SMALL_STATE(2015)] = 71214, + [SMALL_STATE(2016)] = 71231, + [SMALL_STATE(2017)] = 71248, + [SMALL_STATE(2018)] = 71265, + [SMALL_STATE(2019)] = 71282, + [SMALL_STATE(2020)] = 71299, + [SMALL_STATE(2021)] = 71316, + [SMALL_STATE(2022)] = 71333, + [SMALL_STATE(2023)] = 71350, + [SMALL_STATE(2024)] = 71369, + [SMALL_STATE(2025)] = 71388, + [SMALL_STATE(2026)] = 71407, + [SMALL_STATE(2027)] = 71424, + [SMALL_STATE(2028)] = 71443, + [SMALL_STATE(2029)] = 71462, + [SMALL_STATE(2030)] = 71477, + [SMALL_STATE(2031)] = 71494, + [SMALL_STATE(2032)] = 71511, + [SMALL_STATE(2033)] = 71528, + [SMALL_STATE(2034)] = 71547, + [SMALL_STATE(2035)] = 71566, + [SMALL_STATE(2036)] = 71585, + [SMALL_STATE(2037)] = 71602, + [SMALL_STATE(2038)] = 71621, + [SMALL_STATE(2039)] = 71636, + [SMALL_STATE(2040)] = 71655, + [SMALL_STATE(2041)] = 71670, + [SMALL_STATE(2042)] = 71687, + [SMALL_STATE(2043)] = 71706, + [SMALL_STATE(2044)] = 71721, + [SMALL_STATE(2045)] = 71740, + [SMALL_STATE(2046)] = 71757, + [SMALL_STATE(2047)] = 71776, + [SMALL_STATE(2048)] = 71795, + [SMALL_STATE(2049)] = 71814, + [SMALL_STATE(2050)] = 71831, + [SMALL_STATE(2051)] = 71848, + [SMALL_STATE(2052)] = 71867, + [SMALL_STATE(2053)] = 71884, + [SMALL_STATE(2054)] = 71903, + [SMALL_STATE(2055)] = 71922, + [SMALL_STATE(2056)] = 71939, + [SMALL_STATE(2057)] = 71956, + [SMALL_STATE(2058)] = 71973, + [SMALL_STATE(2059)] = 71990, + [SMALL_STATE(2060)] = 72009, + [SMALL_STATE(2061)] = 72024, + [SMALL_STATE(2062)] = 72043, + [SMALL_STATE(2063)] = 72058, + [SMALL_STATE(2064)] = 72075, + [SMALL_STATE(2065)] = 72090, + [SMALL_STATE(2066)] = 72109, + [SMALL_STATE(2067)] = 72126, + [SMALL_STATE(2068)] = 72145, + [SMALL_STATE(2069)] = 72164, + [SMALL_STATE(2070)] = 72179, + [SMALL_STATE(2071)] = 72198, + [SMALL_STATE(2072)] = 72215, + [SMALL_STATE(2073)] = 72234, + [SMALL_STATE(2074)] = 72251, + [SMALL_STATE(2075)] = 72270, + [SMALL_STATE(2076)] = 72289, + [SMALL_STATE(2077)] = 72308, + [SMALL_STATE(2078)] = 72327, + [SMALL_STATE(2079)] = 72346, + [SMALL_STATE(2080)] = 72363, + [SMALL_STATE(2081)] = 72380, + [SMALL_STATE(2082)] = 72397, + [SMALL_STATE(2083)] = 72414, + [SMALL_STATE(2084)] = 72431, + [SMALL_STATE(2085)] = 72448, + [SMALL_STATE(2086)] = 72465, + [SMALL_STATE(2087)] = 72482, + [SMALL_STATE(2088)] = 72499, + [SMALL_STATE(2089)] = 72516, + [SMALL_STATE(2090)] = 72533, + [SMALL_STATE(2091)] = 72550, + [SMALL_STATE(2092)] = 72567, + [SMALL_STATE(2093)] = 72586, + [SMALL_STATE(2094)] = 72603, + [SMALL_STATE(2095)] = 72620, + [SMALL_STATE(2096)] = 72637, + [SMALL_STATE(2097)] = 72656, + [SMALL_STATE(2098)] = 72673, + [SMALL_STATE(2099)] = 72690, + [SMALL_STATE(2100)] = 72709, + [SMALL_STATE(2101)] = 72728, + [SMALL_STATE(2102)] = 72747, + [SMALL_STATE(2103)] = 72762, + [SMALL_STATE(2104)] = 72781, + [SMALL_STATE(2105)] = 72798, + [SMALL_STATE(2106)] = 72815, + [SMALL_STATE(2107)] = 72834, + [SMALL_STATE(2108)] = 72851, + [SMALL_STATE(2109)] = 72870, + [SMALL_STATE(2110)] = 72887, + [SMALL_STATE(2111)] = 72904, + [SMALL_STATE(2112)] = 72921, + [SMALL_STATE(2113)] = 72938, + [SMALL_STATE(2114)] = 72957, + [SMALL_STATE(2115)] = 72974, + [SMALL_STATE(2116)] = 72993, + [SMALL_STATE(2117)] = 73010, + [SMALL_STATE(2118)] = 73029, + [SMALL_STATE(2119)] = 73044, + [SMALL_STATE(2120)] = 73061, + [SMALL_STATE(2121)] = 73078, + [SMALL_STATE(2122)] = 73095, + [SMALL_STATE(2123)] = 73112, + [SMALL_STATE(2124)] = 73129, + [SMALL_STATE(2125)] = 73146, + [SMALL_STATE(2126)] = 73163, + [SMALL_STATE(2127)] = 73180, + [SMALL_STATE(2128)] = 73197, + [SMALL_STATE(2129)] = 73214, + [SMALL_STATE(2130)] = 73233, + [SMALL_STATE(2131)] = 73250, + [SMALL_STATE(2132)] = 73267, + [SMALL_STATE(2133)] = 73284, + [SMALL_STATE(2134)] = 73301, + [SMALL_STATE(2135)] = 73320, + [SMALL_STATE(2136)] = 73339, + [SMALL_STATE(2137)] = 73356, + [SMALL_STATE(2138)] = 73373, + [SMALL_STATE(2139)] = 73390, + [SMALL_STATE(2140)] = 73407, + [SMALL_STATE(2141)] = 73426, + [SMALL_STATE(2142)] = 73445, + [SMALL_STATE(2143)] = 73460, + [SMALL_STATE(2144)] = 73477, + [SMALL_STATE(2145)] = 73494, + [SMALL_STATE(2146)] = 73511, + [SMALL_STATE(2147)] = 73528, + [SMALL_STATE(2148)] = 73547, + [SMALL_STATE(2149)] = 73564, + [SMALL_STATE(2150)] = 73579, + [SMALL_STATE(2151)] = 73596, + [SMALL_STATE(2152)] = 73615, + [SMALL_STATE(2153)] = 73632, + [SMALL_STATE(2154)] = 73649, + [SMALL_STATE(2155)] = 73666, + [SMALL_STATE(2156)] = 73681, + [SMALL_STATE(2157)] = 73698, + [SMALL_STATE(2158)] = 73715, + [SMALL_STATE(2159)] = 73732, + [SMALL_STATE(2160)] = 73749, + [SMALL_STATE(2161)] = 73768, + [SMALL_STATE(2162)] = 73785, + [SMALL_STATE(2163)] = 73802, + [SMALL_STATE(2164)] = 73817, + [SMALL_STATE(2165)] = 73834, + [SMALL_STATE(2166)] = 73851, + [SMALL_STATE(2167)] = 73870, + [SMALL_STATE(2168)] = 73887, + [SMALL_STATE(2169)] = 73904, + [SMALL_STATE(2170)] = 73923, + [SMALL_STATE(2171)] = 73942, + [SMALL_STATE(2172)] = 73959, + [SMALL_STATE(2173)] = 73976, + [SMALL_STATE(2174)] = 73995, + [SMALL_STATE(2175)] = 74011, + [SMALL_STATE(2176)] = 74027, + [SMALL_STATE(2177)] = 74043, + [SMALL_STATE(2178)] = 74057, + [SMALL_STATE(2179)] = 74071, + [SMALL_STATE(2180)] = 74087, + [SMALL_STATE(2181)] = 74103, + [SMALL_STATE(2182)] = 74119, + [SMALL_STATE(2183)] = 74133, + [SMALL_STATE(2184)] = 74147, + [SMALL_STATE(2185)] = 74163, + [SMALL_STATE(2186)] = 74177, + [SMALL_STATE(2187)] = 74191, + [SMALL_STATE(2188)] = 74207, + [SMALL_STATE(2189)] = 74223, + [SMALL_STATE(2190)] = 74239, + [SMALL_STATE(2191)] = 74255, + [SMALL_STATE(2192)] = 74271, + [SMALL_STATE(2193)] = 74287, + [SMALL_STATE(2194)] = 74303, + [SMALL_STATE(2195)] = 74319, + [SMALL_STATE(2196)] = 74333, + [SMALL_STATE(2197)] = 74347, + [SMALL_STATE(2198)] = 74363, + [SMALL_STATE(2199)] = 74379, + [SMALL_STATE(2200)] = 74395, + [SMALL_STATE(2201)] = 74409, + [SMALL_STATE(2202)] = 74423, + [SMALL_STATE(2203)] = 74439, + [SMALL_STATE(2204)] = 74453, + [SMALL_STATE(2205)] = 74469, + [SMALL_STATE(2206)] = 74483, + [SMALL_STATE(2207)] = 74497, + [SMALL_STATE(2208)] = 74511, + [SMALL_STATE(2209)] = 74525, + [SMALL_STATE(2210)] = 74539, + [SMALL_STATE(2211)] = 74555, + [SMALL_STATE(2212)] = 74571, + [SMALL_STATE(2213)] = 74587, + [SMALL_STATE(2214)] = 74603, + [SMALL_STATE(2215)] = 74619, + [SMALL_STATE(2216)] = 74635, + [SMALL_STATE(2217)] = 74651, + [SMALL_STATE(2218)] = 74667, + [SMALL_STATE(2219)] = 74683, + [SMALL_STATE(2220)] = 74699, + [SMALL_STATE(2221)] = 74715, + [SMALL_STATE(2222)] = 74729, + [SMALL_STATE(2223)] = 74745, + [SMALL_STATE(2224)] = 74761, + [SMALL_STATE(2225)] = 74775, + [SMALL_STATE(2226)] = 74791, + [SMALL_STATE(2227)] = 74805, + [SMALL_STATE(2228)] = 74819, + [SMALL_STATE(2229)] = 74833, + [SMALL_STATE(2230)] = 74849, + [SMALL_STATE(2231)] = 74865, + [SMALL_STATE(2232)] = 74881, + [SMALL_STATE(2233)] = 74897, + [SMALL_STATE(2234)] = 74911, + [SMALL_STATE(2235)] = 74927, + [SMALL_STATE(2236)] = 74943, + [SMALL_STATE(2237)] = 74959, + [SMALL_STATE(2238)] = 74973, + [SMALL_STATE(2239)] = 74989, + [SMALL_STATE(2240)] = 75003, + [SMALL_STATE(2241)] = 75017, + [SMALL_STATE(2242)] = 75033, + [SMALL_STATE(2243)] = 75049, + [SMALL_STATE(2244)] = 75063, + [SMALL_STATE(2245)] = 75077, + [SMALL_STATE(2246)] = 75093, + [SMALL_STATE(2247)] = 75107, + [SMALL_STATE(2248)] = 75123, + [SMALL_STATE(2249)] = 75139, + [SMALL_STATE(2250)] = 75155, + [SMALL_STATE(2251)] = 75171, + [SMALL_STATE(2252)] = 75187, + [SMALL_STATE(2253)] = 75203, + [SMALL_STATE(2254)] = 75219, + [SMALL_STATE(2255)] = 75235, + [SMALL_STATE(2256)] = 75249, + [SMALL_STATE(2257)] = 75263, + [SMALL_STATE(2258)] = 75279, + [SMALL_STATE(2259)] = 75295, + [SMALL_STATE(2260)] = 75311, + [SMALL_STATE(2261)] = 75325, + [SMALL_STATE(2262)] = 75341, + [SMALL_STATE(2263)] = 75355, + [SMALL_STATE(2264)] = 75369, + [SMALL_STATE(2265)] = 75385, + [SMALL_STATE(2266)] = 75401, + [SMALL_STATE(2267)] = 75417, + [SMALL_STATE(2268)] = 75433, + [SMALL_STATE(2269)] = 75447, + [SMALL_STATE(2270)] = 75461, + [SMALL_STATE(2271)] = 75477, + [SMALL_STATE(2272)] = 75491, + [SMALL_STATE(2273)] = 75507, + [SMALL_STATE(2274)] = 75523, + [SMALL_STATE(2275)] = 75539, + [SMALL_STATE(2276)] = 75555, + [SMALL_STATE(2277)] = 75569, + [SMALL_STATE(2278)] = 75585, + [SMALL_STATE(2279)] = 75601, + [SMALL_STATE(2280)] = 75617, + [SMALL_STATE(2281)] = 75633, + [SMALL_STATE(2282)] = 75649, + [SMALL_STATE(2283)] = 75665, + [SMALL_STATE(2284)] = 75679, + [SMALL_STATE(2285)] = 75695, + [SMALL_STATE(2286)] = 75711, + [SMALL_STATE(2287)] = 75725, + [SMALL_STATE(2288)] = 75741, + [SMALL_STATE(2289)] = 75757, + [SMALL_STATE(2290)] = 75773, + [SMALL_STATE(2291)] = 75789, + [SMALL_STATE(2292)] = 75803, + [SMALL_STATE(2293)] = 75819, + [SMALL_STATE(2294)] = 75833, + [SMALL_STATE(2295)] = 75847, + [SMALL_STATE(2296)] = 75861, + [SMALL_STATE(2297)] = 75877, + [SMALL_STATE(2298)] = 75893, + [SMALL_STATE(2299)] = 75907, + [SMALL_STATE(2300)] = 75921, + [SMALL_STATE(2301)] = 75937, + [SMALL_STATE(2302)] = 75953, + [SMALL_STATE(2303)] = 75967, + [SMALL_STATE(2304)] = 75983, + [SMALL_STATE(2305)] = 75997, + [SMALL_STATE(2306)] = 76011, + [SMALL_STATE(2307)] = 76027, + [SMALL_STATE(2308)] = 76043, + [SMALL_STATE(2309)] = 76059, + [SMALL_STATE(2310)] = 76075, + [SMALL_STATE(2311)] = 76091, + [SMALL_STATE(2312)] = 76107, + [SMALL_STATE(2313)] = 76123, + [SMALL_STATE(2314)] = 76137, + [SMALL_STATE(2315)] = 76151, + [SMALL_STATE(2316)] = 76165, + [SMALL_STATE(2317)] = 76179, + [SMALL_STATE(2318)] = 76195, + [SMALL_STATE(2319)] = 76209, + [SMALL_STATE(2320)] = 76225, + [SMALL_STATE(2321)] = 76239, + [SMALL_STATE(2322)] = 76253, + [SMALL_STATE(2323)] = 76267, + [SMALL_STATE(2324)] = 76283, + [SMALL_STATE(2325)] = 76299, + [SMALL_STATE(2326)] = 76315, + [SMALL_STATE(2327)] = 76331, + [SMALL_STATE(2328)] = 76347, + [SMALL_STATE(2329)] = 76361, + [SMALL_STATE(2330)] = 76375, + [SMALL_STATE(2331)] = 76391, + [SMALL_STATE(2332)] = 76407, + [SMALL_STATE(2333)] = 76421, + [SMALL_STATE(2334)] = 76437, + [SMALL_STATE(2335)] = 76451, + [SMALL_STATE(2336)] = 76467, + [SMALL_STATE(2337)] = 76483, + [SMALL_STATE(2338)] = 76497, + [SMALL_STATE(2339)] = 76513, + [SMALL_STATE(2340)] = 76529, + [SMALL_STATE(2341)] = 76545, + [SMALL_STATE(2342)] = 76561, + [SMALL_STATE(2343)] = 76577, + [SMALL_STATE(2344)] = 76593, + [SMALL_STATE(2345)] = 76607, + [SMALL_STATE(2346)] = 76623, + [SMALL_STATE(2347)] = 76639, + [SMALL_STATE(2348)] = 76653, + [SMALL_STATE(2349)] = 76669, + [SMALL_STATE(2350)] = 76685, + [SMALL_STATE(2351)] = 76701, + [SMALL_STATE(2352)] = 76715, + [SMALL_STATE(2353)] = 76731, + [SMALL_STATE(2354)] = 76747, + [SMALL_STATE(2355)] = 76763, + [SMALL_STATE(2356)] = 76779, + [SMALL_STATE(2357)] = 76795, + [SMALL_STATE(2358)] = 76811, + [SMALL_STATE(2359)] = 76827, + [SMALL_STATE(2360)] = 76843, + [SMALL_STATE(2361)] = 76859, + [SMALL_STATE(2362)] = 76873, + [SMALL_STATE(2363)] = 76887, + [SMALL_STATE(2364)] = 76903, + [SMALL_STATE(2365)] = 76917, + [SMALL_STATE(2366)] = 76933, + [SMALL_STATE(2367)] = 76947, + [SMALL_STATE(2368)] = 76963, + [SMALL_STATE(2369)] = 76979, + [SMALL_STATE(2370)] = 76993, + [SMALL_STATE(2371)] = 77009, + [SMALL_STATE(2372)] = 77025, + [SMALL_STATE(2373)] = 77039, + [SMALL_STATE(2374)] = 77055, + [SMALL_STATE(2375)] = 77071, + [SMALL_STATE(2376)] = 77087, + [SMALL_STATE(2377)] = 77103, + [SMALL_STATE(2378)] = 77119, + [SMALL_STATE(2379)] = 77135, + [SMALL_STATE(2380)] = 77148, + [SMALL_STATE(2381)] = 77161, + [SMALL_STATE(2382)] = 77174, + [SMALL_STATE(2383)] = 77187, + [SMALL_STATE(2384)] = 77200, + [SMALL_STATE(2385)] = 77213, + [SMALL_STATE(2386)] = 77226, + [SMALL_STATE(2387)] = 77239, + [SMALL_STATE(2388)] = 77252, + [SMALL_STATE(2389)] = 77265, + [SMALL_STATE(2390)] = 77278, + [SMALL_STATE(2391)] = 77291, + [SMALL_STATE(2392)] = 77304, + [SMALL_STATE(2393)] = 77317, + [SMALL_STATE(2394)] = 77330, + [SMALL_STATE(2395)] = 77343, + [SMALL_STATE(2396)] = 77356, + [SMALL_STATE(2397)] = 77369, + [SMALL_STATE(2398)] = 77382, + [SMALL_STATE(2399)] = 77395, + [SMALL_STATE(2400)] = 77408, + [SMALL_STATE(2401)] = 77421, + [SMALL_STATE(2402)] = 77434, + [SMALL_STATE(2403)] = 77447, + [SMALL_STATE(2404)] = 77460, + [SMALL_STATE(2405)] = 77473, + [SMALL_STATE(2406)] = 77486, + [SMALL_STATE(2407)] = 77499, + [SMALL_STATE(2408)] = 77512, + [SMALL_STATE(2409)] = 77525, + [SMALL_STATE(2410)] = 77538, + [SMALL_STATE(2411)] = 77551, + [SMALL_STATE(2412)] = 77564, + [SMALL_STATE(2413)] = 77577, + [SMALL_STATE(2414)] = 77590, + [SMALL_STATE(2415)] = 77603, + [SMALL_STATE(2416)] = 77616, + [SMALL_STATE(2417)] = 77629, + [SMALL_STATE(2418)] = 77642, + [SMALL_STATE(2419)] = 77655, + [SMALL_STATE(2420)] = 77668, + [SMALL_STATE(2421)] = 77681, + [SMALL_STATE(2422)] = 77694, + [SMALL_STATE(2423)] = 77707, + [SMALL_STATE(2424)] = 77720, + [SMALL_STATE(2425)] = 77733, + [SMALL_STATE(2426)] = 77746, + [SMALL_STATE(2427)] = 77759, + [SMALL_STATE(2428)] = 77772, + [SMALL_STATE(2429)] = 77785, + [SMALL_STATE(2430)] = 77798, + [SMALL_STATE(2431)] = 77811, + [SMALL_STATE(2432)] = 77824, + [SMALL_STATE(2433)] = 77837, + [SMALL_STATE(2434)] = 77850, + [SMALL_STATE(2435)] = 77863, + [SMALL_STATE(2436)] = 77876, + [SMALL_STATE(2437)] = 77889, + [SMALL_STATE(2438)] = 77902, + [SMALL_STATE(2439)] = 77915, + [SMALL_STATE(2440)] = 77928, + [SMALL_STATE(2441)] = 77941, + [SMALL_STATE(2442)] = 77954, + [SMALL_STATE(2443)] = 77967, + [SMALL_STATE(2444)] = 77980, + [SMALL_STATE(2445)] = 77993, + [SMALL_STATE(2446)] = 78006, + [SMALL_STATE(2447)] = 78019, + [SMALL_STATE(2448)] = 78032, + [SMALL_STATE(2449)] = 78045, + [SMALL_STATE(2450)] = 78058, + [SMALL_STATE(2451)] = 78071, + [SMALL_STATE(2452)] = 78084, + [SMALL_STATE(2453)] = 78097, + [SMALL_STATE(2454)] = 78110, + [SMALL_STATE(2455)] = 78123, + [SMALL_STATE(2456)] = 78136, + [SMALL_STATE(2457)] = 78149, + [SMALL_STATE(2458)] = 78162, + [SMALL_STATE(2459)] = 78175, + [SMALL_STATE(2460)] = 78188, + [SMALL_STATE(2461)] = 78201, + [SMALL_STATE(2462)] = 78214, + [SMALL_STATE(2463)] = 78227, + [SMALL_STATE(2464)] = 78240, + [SMALL_STATE(2465)] = 78253, + [SMALL_STATE(2466)] = 78266, + [SMALL_STATE(2467)] = 78279, + [SMALL_STATE(2468)] = 78292, + [SMALL_STATE(2469)] = 78305, + [SMALL_STATE(2470)] = 78318, + [SMALL_STATE(2471)] = 78331, + [SMALL_STATE(2472)] = 78344, + [SMALL_STATE(2473)] = 78357, + [SMALL_STATE(2474)] = 78370, + [SMALL_STATE(2475)] = 78383, + [SMALL_STATE(2476)] = 78396, + [SMALL_STATE(2477)] = 78409, + [SMALL_STATE(2478)] = 78422, + [SMALL_STATE(2479)] = 78435, + [SMALL_STATE(2480)] = 78448, + [SMALL_STATE(2481)] = 78461, + [SMALL_STATE(2482)] = 78474, + [SMALL_STATE(2483)] = 78487, + [SMALL_STATE(2484)] = 78500, + [SMALL_STATE(2485)] = 78513, + [SMALL_STATE(2486)] = 78526, + [SMALL_STATE(2487)] = 78539, + [SMALL_STATE(2488)] = 78552, + [SMALL_STATE(2489)] = 78565, + [SMALL_STATE(2490)] = 78578, + [SMALL_STATE(2491)] = 78591, + [SMALL_STATE(2492)] = 78604, + [SMALL_STATE(2493)] = 78617, + [SMALL_STATE(2494)] = 78630, + [SMALL_STATE(2495)] = 78643, + [SMALL_STATE(2496)] = 78656, + [SMALL_STATE(2497)] = 78669, + [SMALL_STATE(2498)] = 78682, + [SMALL_STATE(2499)] = 78695, + [SMALL_STATE(2500)] = 78708, + [SMALL_STATE(2501)] = 78721, + [SMALL_STATE(2502)] = 78734, + [SMALL_STATE(2503)] = 78747, + [SMALL_STATE(2504)] = 78760, + [SMALL_STATE(2505)] = 78773, + [SMALL_STATE(2506)] = 78786, + [SMALL_STATE(2507)] = 78799, + [SMALL_STATE(2508)] = 78812, + [SMALL_STATE(2509)] = 78825, + [SMALL_STATE(2510)] = 78838, + [SMALL_STATE(2511)] = 78851, + [SMALL_STATE(2512)] = 78864, + [SMALL_STATE(2513)] = 78877, + [SMALL_STATE(2514)] = 78890, + [SMALL_STATE(2515)] = 78903, + [SMALL_STATE(2516)] = 78916, + [SMALL_STATE(2517)] = 78929, + [SMALL_STATE(2518)] = 78942, + [SMALL_STATE(2519)] = 78955, + [SMALL_STATE(2520)] = 78968, + [SMALL_STATE(2521)] = 78981, + [SMALL_STATE(2522)] = 78994, + [SMALL_STATE(2523)] = 79007, + [SMALL_STATE(2524)] = 79020, + [SMALL_STATE(2525)] = 79033, + [SMALL_STATE(2526)] = 79046, + [SMALL_STATE(2527)] = 79059, + [SMALL_STATE(2528)] = 79072, + [SMALL_STATE(2529)] = 79085, + [SMALL_STATE(2530)] = 79098, + [SMALL_STATE(2531)] = 79111, + [SMALL_STATE(2532)] = 79124, + [SMALL_STATE(2533)] = 79137, + [SMALL_STATE(2534)] = 79150, + [SMALL_STATE(2535)] = 79163, + [SMALL_STATE(2536)] = 79176, + [SMALL_STATE(2537)] = 79189, + [SMALL_STATE(2538)] = 79202, + [SMALL_STATE(2539)] = 79215, + [SMALL_STATE(2540)] = 79228, + [SMALL_STATE(2541)] = 79241, + [SMALL_STATE(2542)] = 79254, + [SMALL_STATE(2543)] = 79267, + [SMALL_STATE(2544)] = 79280, + [SMALL_STATE(2545)] = 79293, + [SMALL_STATE(2546)] = 79306, + [SMALL_STATE(2547)] = 79319, + [SMALL_STATE(2548)] = 79332, + [SMALL_STATE(2549)] = 79345, + [SMALL_STATE(2550)] = 79358, + [SMALL_STATE(2551)] = 79371, + [SMALL_STATE(2552)] = 79384, + [SMALL_STATE(2553)] = 79397, + [SMALL_STATE(2554)] = 79410, + [SMALL_STATE(2555)] = 79423, + [SMALL_STATE(2556)] = 79436, + [SMALL_STATE(2557)] = 79449, + [SMALL_STATE(2558)] = 79462, + [SMALL_STATE(2559)] = 79475, + [SMALL_STATE(2560)] = 79488, + [SMALL_STATE(2561)] = 79501, + [SMALL_STATE(2562)] = 79514, + [SMALL_STATE(2563)] = 79527, + [SMALL_STATE(2564)] = 79540, + [SMALL_STATE(2565)] = 79553, + [SMALL_STATE(2566)] = 79566, + [SMALL_STATE(2567)] = 79579, + [SMALL_STATE(2568)] = 79592, + [SMALL_STATE(2569)] = 79605, + [SMALL_STATE(2570)] = 79618, + [SMALL_STATE(2571)] = 79631, + [SMALL_STATE(2572)] = 79644, + [SMALL_STATE(2573)] = 79657, + [SMALL_STATE(2574)] = 79670, + [SMALL_STATE(2575)] = 79683, + [SMALL_STATE(2576)] = 79696, + [SMALL_STATE(2577)] = 79709, + [SMALL_STATE(2578)] = 79722, + [SMALL_STATE(2579)] = 79735, + [SMALL_STATE(2580)] = 79748, + [SMALL_STATE(2581)] = 79761, + [SMALL_STATE(2582)] = 79774, + [SMALL_STATE(2583)] = 79787, + [SMALL_STATE(2584)] = 79800, + [SMALL_STATE(2585)] = 79813, + [SMALL_STATE(2586)] = 79826, + [SMALL_STATE(2587)] = 79839, + [SMALL_STATE(2588)] = 79852, + [SMALL_STATE(2589)] = 79865, + [SMALL_STATE(2590)] = 79878, + [SMALL_STATE(2591)] = 79891, + [SMALL_STATE(2592)] = 79904, + [SMALL_STATE(2593)] = 79917, + [SMALL_STATE(2594)] = 79930, + [SMALL_STATE(2595)] = 79943, + [SMALL_STATE(2596)] = 79956, + [SMALL_STATE(2597)] = 79969, + [SMALL_STATE(2598)] = 79982, + [SMALL_STATE(2599)] = 79995, + [SMALL_STATE(2600)] = 80008, + [SMALL_STATE(2601)] = 80021, + [SMALL_STATE(2602)] = 80025, }; static const TSParseActionEntry ts_parse_actions[] = { [0] = {.entry = {.count = 0, .reusable = false}}, [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), - [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1614), + [3] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1641), [5] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [7] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0, 0, 0), - [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(70), - [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1614), - [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1843), - [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [9] = {.entry = {.count = 1, .reusable = false}}, SHIFT(42), + [11] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), + [13] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1871), + [15] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), [17] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), - [19] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(803), - [22] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(539), - [25] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1361), - [28] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2182), - [31] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1763), - [34] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1402), - [37] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1485), - [40] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1167), - [43] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2211), - [46] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(20), - [49] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2649), - [52] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2647), - [55] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2645), + [19] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(869), + [22] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(460), + [25] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1304), + [28] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1864), + [31] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1608), + [34] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1334), + [37] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1439), + [40] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1156), + [43] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2580), + [46] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(37), + [49] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2579), + [52] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2578), + [55] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2577), [58] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), - [60] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2641), - [63] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1331), - [66] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1337), - [69] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1342), - [72] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1332), - [75] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1335), - [78] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1783), - [81] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(93), - [84] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2635), - [87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(186), - [90] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), - [93] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2633), - [96] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2632), - [99] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1105), - [102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2224), - [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2630), - [108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(202), - [111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(185), - [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(194), - [117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(396), - [120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2227), - [123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(77), - [126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2628), - [129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2627), - [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2232), - [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2233), - [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(412), - [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(412), - [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(413), - [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(566), - [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(416), - [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(654), - [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(830), - [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2622), - [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(103), - [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(728), - [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1091), - [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1090), - [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1443), - [180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1410), - [183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1602), - [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2162), - [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1418), - [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1767), - [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(86), - [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(286), - [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(365), - [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(363), - [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(359), - [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(803), - [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2182), - [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1763), - [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), - [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1485), - [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1167), - [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [60] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2576), + [63] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [66] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1270), + [69] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [72] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1272), + [75] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1273), + [78] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(100), + [81] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1840), + [84] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2574), + [87] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(195), + [90] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1837), + [93] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2572), + [96] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2571), + [99] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1052), + [102] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2192), + [105] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2569), + [108] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(156), + [111] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(173), + [114] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(174), + [117] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(224), + [120] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2194), + [123] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(85), + [126] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2566), + [129] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2565), + [132] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2198), + [135] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2199), + [138] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2202), + [141] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(274), + [144] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(274), + [147] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(251), + [150] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(516), + [153] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(247), + [156] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(785), + [159] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(622), + [162] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2560), + [165] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(108), + [168] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1535), + [171] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), + [174] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1071), + [177] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), + [180] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1345), + [183] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1644), + [186] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2068), + [189] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1353), + [192] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1643), + [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(87), + [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(231), + [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(230), + [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(229), + [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(227), + [210] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), + [212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [214] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [216] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), + [218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1608), + [220] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1334), + [222] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1439), + [224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1156), + [226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2580), + [228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), [230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_statement, 2, 0, 0), - [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2649), - [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2647), - [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2645), + [232] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), + [234] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2578), + [236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2577), [238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_statement, 2, 0, 0), - [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2641), - [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), - [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1337), - [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1342), - [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1332), - [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1335), - [252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1783), - [254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2635), - [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2169), - [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2633), - [264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2632), - [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1105), - [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2224), - [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2630), - [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(202), - [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(194), - [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), - [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2227), - [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2628), - [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2627), - [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), - [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2233), - [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(412), - [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(566), - [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(416), - [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(654), - [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(728), - [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1091), - [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1090), - [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), - [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1767), - [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(286), - [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), - [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(363), - [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), + [242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1265), + [244] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [246] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1271), + [248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1272), + [250] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1840), + [256] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), + [258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(195), + [260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1837), + [262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), + [264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), + [266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1052), + [268] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2569), + [272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(156), + [274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(173), + [276] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), + [280] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), + [282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [284] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2566), + [286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2565), + [288] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [290] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [292] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2202), + [294] = {.entry = {.count = 1, .reusable = false}}, SHIFT(274), + [296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [300] = {.entry = {.count = 1, .reusable = false}}, SHIFT(516), + [302] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(785), + [306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2560), + [310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [312] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1535), + [314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1071), + [318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1644), + [324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), + [326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [332] = {.entry = {.count = 1, .reusable = false}}, SHIFT(231), + [334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), + [336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), + [338] = {.entry = {.count = 1, .reusable = false}}, SHIFT(227), [340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_statement, 3, 0, 0), [342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_statement, 3, 0, 0), - [344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 133), - [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 133), - [348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 133), - [350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 133), - [352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 2, 0, 0), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2656), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2278), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2665), - [363] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2611), - [366] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2271), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2656), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), - [373] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2665), - [375] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2611), - [377] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2271), - [379] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 1, 0, 0), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), - [389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), - [391] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1362), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1742), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1404), - [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1185), - [401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [403] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2581), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2576), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2067), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2636), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2637), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2269), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2571), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(187), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(189), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2292), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2657), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2666), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2273), - [441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2652), - [445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2663), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2659), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), - [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), - [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2256), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(507), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [479] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2320), - [481] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), - [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), - [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1989), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2115), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(47), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2129), - [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), - [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2219), - [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2207), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [527] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2, 0, 0), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2327), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), - [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2357), - [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(493), - [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), - [551] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 3, 0, 0), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1063), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), - [561] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2379), - [565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), - [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(649), - [569] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(857), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2136), - [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1827), - [579] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2573), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(948), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(411), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), - [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(417), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(567), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(421), - [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(662), - [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(928), - [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(974), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1617), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2098), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(423), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(422), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(414), - [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(410), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(256), - [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(258), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(282), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(283), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(784), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(815), - [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1861), - [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(565), - [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(349), - [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(338), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(337), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2299), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2554), - [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1441), - [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2614), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1867), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1723), - [721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1685), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2403), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1998), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1506), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1193), - [735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1198), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2471), - [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2631), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2618), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2660), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2638), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(886), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2653), - [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(664), - [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(770), - [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2500), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(612), - [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), - [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1075), - [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2482), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1071), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2486), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(961), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), - [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), - [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), - [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2572), - [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1070), - [843] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2574), - [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2487), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(932), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), - [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [865] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(738), - [868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(881), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), - [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1149), - [879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 1, 0, 0), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), - [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2114), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), - [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1980), - [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(561), - [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 3, 0, 0), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 2, 0, 0), - [955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), - [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), - [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), - [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(740), - [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(580), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_placeholder, 1, 0, 0), - [975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(621), - [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), - [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2473), - [990] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2446), - [993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 3), - [995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 3), - [997] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2473), - [999] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2446), - [1001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 18), - [1003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), - [1005] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(2192), - [1008] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(78), - [1011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 46), - [1013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), - [1015] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(2192), - [1018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(78), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), - [1023] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [1025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), - [1031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), - [1033] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), SHIFT_REPEAT(2192), - [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 3), - [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 3), - [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 166), - [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 166), - [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 1, 0, 0), - [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 1, 0, 0), - [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, 0, 182), - [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, 0, 182), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 153), - [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 153), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [1062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 41), - [1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 41), - [1068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), - [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 148), - [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 148), - [1074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 154), - [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 154), - [1086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 106), - [1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 106), - [1092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 87), - [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 87), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 111), - [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 111), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 12), - [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 12), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 64), - [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 64), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 175), - [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 175), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 113), - [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 113), - [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), - [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 68), - [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 68), - [1134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 0), - [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 0), - [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 5, 0, 0), - [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 5, 0, 0), - [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 64), - [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 64), - [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 18), - [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 18), - [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 45), - [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 45), - [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 44), - [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 44), - [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 39), - [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 39), - [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), - [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), - [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 41), - [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 41), - [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 0), - [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 0), - [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 147), - [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 147), - [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, 0, 0), - [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, 0, 0), - [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 0), - [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 0), - [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 18), - [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 18), - [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 106), - [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 106), - [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), - [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0), - [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0), - [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 0), - [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 0), - [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 0), - [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 0), - [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 0), - [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 0), - [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 112), - [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 112), - [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), - [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, 0, 0), - [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 0), - [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 0), - [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 46), - [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 46), - [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 9, 0, 167), - [1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 9, 0, 167), - [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 5, 0, 0), - [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 5, 0, 0), - [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo_statement, 3, 0, 0), - [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo_statement, 3, 0, 0), - [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 68), - [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 68), - [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 6, 0, 0), - [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 6, 0, 0), - [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 0), - [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 0), - [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 45), - [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 45), - [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0), - [1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0), - [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, 0, 12), - [1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, 0, 12), - [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause, 3, 0, 18), - [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 3, 0, 18), - [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 1, 0, 0), - [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 1, 0, 0), - [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 12), - [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 12), - [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_declaration, 3, 0, 12), - [1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_declaration, 3, 0, 12), - [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 0), - [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 0), - [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 3, 0, 0), - [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 3, 0, 0), - [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 7, 0, 0), - [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 7, 0, 0), - [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 88), - [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 88), - [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 7, 0, 0), - [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 7, 0, 0), - [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 175), - [1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 175), - [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), - [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), - [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 0), - [1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 0), - [1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 86), - [1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 86), - [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 7, 0, 0), - [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 7, 0, 0), - [1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), - [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), - [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 12), - [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 12), - [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), - [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), - [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 12), - [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 12), - [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 11), - [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 11), - [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 39), - [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 39), - [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 1, 0, 1), - [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 1, 0, 1), - [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 41), - [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 41), - [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 3, 0, 0), - [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 3, 0, 0), - [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 3), - [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 3), - [1368] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 3, 0, 0), - [1370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 3, 0, 0), - [1372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 0), - [1374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 0), - [1376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0), - [1378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0), - [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 89), - [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 89), - [1384] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 8, 0, 0), - [1386] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 8, 0, 0), - [1388] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 64), - [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 64), - [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), - [1394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, 0, 0), - [1396] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 27), - [1398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 27), - [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, 0, 3), - [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, 0, 3), - [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 18), - [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 18), - [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 154), - [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 154), - [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 41), - [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 41), - [1416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 153), - [1418] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 153), - [1420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 4, 0, 0), - [1422] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 4, 0, 0), - [1424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 148), - [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 148), - [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 18), - [1430] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 18), - [1432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1434] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 4, 0, 0), - [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 4, 0, 0), - [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 111), - [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 111), - [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 4, 0, 0), - [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 4, 0, 0), - [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), - [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), - [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 167), - [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 167), - [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 6, 0, 0), - [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 6, 0, 0), - [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 2, 0, 9), - [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 2, 0, 9), - [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 7, 0, 171), - [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 7, 0, 171), - [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 87), - [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 87), - [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 5, 0, 0), - [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 5, 0, 0), - [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 130), - [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 130), - [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_label_statement, 2, 0, 0), - [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_label_statement, 2, 0, 0), - [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 6, 0, 112), - [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 6, 0, 112), - [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), - [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2, 0, 0), - [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 89), - [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 89), - [1504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 113), - [1506] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 113), - [1508] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), - [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), - [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 106), - [1514] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 106), - [1516] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1518] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [1522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [1524] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), - [1526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), - [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(778), - [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [1534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), - [1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), - [1540] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [1542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), - [1544] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), - [1546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), - [1548] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), - [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), - [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), - [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access_expression, 3, 0, 25), - [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access_expression, 3, 0, 25), - [1558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [1560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access_expression, 5, 0, 102), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access_expression, 5, 0, 102), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_access_expression, 5, 0, 102), - [1566] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_access_expression, 5, 0, 102), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), - [1570] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), - [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_variable, 4, 0, 43), - [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_expression, 1, 0, 0), - [1576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), - [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_variable, 4, 0, 43), - [1580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), - [1582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), - [1584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 25), - [1586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 25), - [1588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 2, 0, 8), - [1590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 2, 0, 8), - [1592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 0), - [1594] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 0), - [1596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 3, 0, 0), - [1598] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 3, 0, 0), - [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), - [1602] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), - [1604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), - [1606] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), - [1608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_name, 2, 0, 0), - [1610] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_name, 2, 0, 0), - [1612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_call_expression, 6, 0, 143), - [1614] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_call_expression, 6, 0, 143), - [1616] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_call_expression, 6, 0, 142), - [1618] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_call_expression, 6, 0, 142), - [1620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_call_expression, 4, 0, 62), - [1622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_call_expression, 4, 0, 62), - [1624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 62), - [1626] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 62), - [1628] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_call_expression, 4, 0, 61), - [1630] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_call_expression, 4, 0, 61), - [1632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 0), - [1634] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 0), - [1636] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_call_expression, 6, 0, 143), - [1638] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_call_expression, 6, 0, 143), - [1640] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), - [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), - [1644] = {.entry = {.count = 1, .reusable = false}}, SHIFT(218), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), - [1648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [1650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1152), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [1656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [1658] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 1, 0, 0), - [1661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), - [1663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [1667] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), - [1669] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 3, 0, 0), - [1672] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 0), - [1674] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2, 0, 0), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [1678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), - [1680] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1588), - [1682] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1162), - [1684] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1451), - [1686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [1688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1364), - [1690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [1692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [1694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 2, 0, 0), - [1696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 2, 0, 0), - [1698] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), SHIFT(2512), - [1701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [1703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 22), - [1705] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 22), - [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 5, 0, 101), - [1709] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 5, 0, 101), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1348), - [1717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1915), - [1719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), - [1721] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1363), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(871), - [1729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1546), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [1737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [1739] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [1741] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1542), - [1743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [1745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), - [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), - [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), - [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0), - [1753] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0), - [1755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 5), - [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 5), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1763] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1518), - [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [1767] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1455), - [1769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [1771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_by_ref, 2, 0, 0), - [1773] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_by_ref, 2, 0, 0), - [1775] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1455), - [1778] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(728), - [1781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2136), - [1784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2211), - [1787] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [1789] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(92), - [1792] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2573), - [1795] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(117), - [1798] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1401), - [1801] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1617), - [1804] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2098), - [1807] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1730), - [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 2, 0, 0), - [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 2, 0, 0), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), REDUCE(sym_array_creation_expression, 2, 0, 0), - [1817] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__array_destructing, 2, 0, 0), - [1819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [1821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), - [1823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1899), - [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 17), - [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 17), - [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 3, 0, 0), - [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 3, 0, 0), - [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 17), - [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 17), - [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 93), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 93), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 51), - [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 51), - [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 91), - [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 91), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 6, 0, 17), - [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 6, 0, 17), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_scope, 1, 0, 0), - [1859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 17), - [1861] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 17), - [1863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 50), - [1865] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 50), - [1867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 3, 0, 0), - [1869] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 3, 0, 0), - [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 5, 0, 93), - [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 5, 0, 93), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 0), - [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 0), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 7, 0, 168), - [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 7, 0, 168), - [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 52), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 52), - [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 0), - [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 0), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 92), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 92), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 136), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 136), - [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 137), - [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 137), - [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 0), - [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 0), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 94), - [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 94), - [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), - [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 138), - [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 138), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 6, 0, 137), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 6, 0, 137), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 7, 0, 168), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 7, 0, 168), - [1927] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 3, 0, 19), - [1933] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 3, 0, 19), - [1935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 2, 0, 0), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 2, 0, 0), - [1939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [1941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__argument_name, 2, 0, 53), - [1945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__argument_name, 2, 0, 53), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), - [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(783), - [1951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), - [1953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_modifier, 1, 0, 0), - [1955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_modifier, 1, 0, 0), - [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2237), - [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(553), - [1961] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2095), - [1963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2358), - [1965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1504), - [1967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1498), - [1971] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1511), - [1973] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [1975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [1979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [1981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1489), - [1983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1985] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), - [1987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 103), - [1989] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 103), - [1991] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_op_expression, 2, 0, 5), - [1993] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_op_expression, 2, 0, 5), - [1995] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 43), - [1997] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 43), - [1999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 2, 0, 0), - [2001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 2, 0, 0), - [2003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 140), - [2005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 140), - [2007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), - [2009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), - [2011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 81), - [2013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 81), - [2015] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), - [2017] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), - [2019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 145), - [2021] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 145), - [2023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 63), - [2025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 63), - [2027] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 80), - [2029] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 80), - [2031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 5, 0, 0), - [2033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 5, 0, 0), - [2035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 172), - [2037] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 172), - [2039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 82), - [2041] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 82), - [2043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 10), - [2045] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 10), - [2047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 139), - [2049] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 139), - [2051] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 3, 0, 14), - [2053] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 3, 0, 14), - [2055] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 3, 0, 0), - [2057] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 3, 0, 0), - [2059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 7, 0, 47), - [2061] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 7, 0, 47), - [2063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 38), - [2065] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 38), - [2067] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 96), - [2069] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 96), - [2071] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 97), - [2073] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 97), - [2075] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 98), - [2077] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 98), - [2079] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 144), - [2081] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 144), - [2083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 37), - [2085] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 37), - [2087] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), - [2089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), - [2091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 8, 0, 183), - [2093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 8, 0, 183), - [2095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 35), - [2097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 35), - [2099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 4, 0, 0), - [2101] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 4, 0, 0), - [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 18), - [2105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 18), - [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_expression, 1, 0, 0), - [2109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unary_expression, 1, 0, 0), - [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 125), - [2113] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 125), - [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [2117] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), - [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), - [2123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 3, 0, 0), - [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 3, 0, 0), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 5, 0, 0), - [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 5, 0, 0), - [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 174), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 174), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 104), - [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 104), - [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 4, 0, 47), - [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 4, 0, 47), - [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 173), - [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 173), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 169), - [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 169), - [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 6, 0, 47), - [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 6, 0, 47), - [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 6, 0, 0), - [2159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 6, 0, 0), - [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 141), - [2163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 141), - [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 151), - [2167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 151), - [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), - [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), - [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clone_expression, 2, 0, 0), - [2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clone_expression, 2, 0, 0), - [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0), - [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0), - [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 105), - [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 105), - [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 56), - [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 56), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 146), - [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 146), - [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 1, 0, 0), - [2195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 1, 0, 0), - [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), - [2199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), - [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 108), - [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 108), - [2205] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 5, 0, 47), - [2207] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 5, 0, 47), - [2209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 170), - [2211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 170), - [2213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 149), - [2215] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 149), - [2217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 150), - [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 150), - [2221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2355), - [2223] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 1, 0, 0), - [2225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 1, 0, 0), - [2227] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), - [2229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), - [2231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1443), - [2234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3, 0, 0), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(288), - [2238] = {.entry = {.count = 1, .reusable = false}}, SHIFT(205), - [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(299), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [2246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [2248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [2260] = {.entry = {.count = 1, .reusable = false}}, SHIFT(350), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [2264] = {.entry = {.count = 1, .reusable = false}}, SHIFT(351), - [2266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [2268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [2270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [2272] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), - [2274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), - [2278] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1304), - [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), - [2283] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1331), - [2286] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1337), - [2289] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1342), - [2292] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1332), - [2295] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1335), - [2298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier, 1, 0, 0), - [2300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0), - [2302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_intrinsic, 2, 0, 0), - [2304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 23), - [2306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, 0, 22), - [2308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 21), - [2310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_expression, 2, 0, 0), - [2312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_unpacking, 2, 0, 0), - [2314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 100), - [2316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 100), - [2318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 59), - [2320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 59), - [2322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_assignment_expression, 4, 0, 60), - [2324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_once_expression, 2, 0, 0), - [2326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_expression, 2, 0, 0), - [2328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_once_expression, 2, 0, 0), - [2330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_expression, 2, 0, 0), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), - [2336] = {.entry = {.count = 1, .reusable = false}}, SHIFT(292), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [2342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [2346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [2350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), - [2354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(376), - [2356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [2358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [2360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [2362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), - [2364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [2366] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [2368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [2370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [2374] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 5, 0, 0), - [2376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 5, 0, 0), - [2378] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attribute_list_repeat1, 1, 0, 0), - [2380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 1, 0, 0), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [2384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 3, 0, 0), - [2386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 3, 0, 0), - [2388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 4, 0, 0), - [2390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 4, 0, 0), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), - [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [2412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [2414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(223), - [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), - [2424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [2430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [2432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [2436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1532), - [2438] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [2440] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [2442] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [2444] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [2450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [2456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [2458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [2464] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2468] = {.entry = {.count = 1, .reusable = false}}, SHIFT(313), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [2476] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), - [2478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), - [2486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, 0, 0), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), - [2490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_element, 3, 0, 0), - [2492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expressions, 1, 0, 0), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [2496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 1, 0, 0), - [2498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 3, 0, 28), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [2502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), - [2504] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_initializer, 2, 0, 0), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 162), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [2512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1588), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [2518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [2522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [2528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 176), - [2532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [2534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 177), - [2536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 178), - [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 6, 0, 179), - [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 124), - [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, 0, 0), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), - [2550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(988), - [2552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [2554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 118), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 160), - [2560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(443), - [2562] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 116), - [2564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [2566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 114), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 78), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), - [2576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 158), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), - [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 157), - [2582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 156), - [2584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 155), - [2586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_default_expression, 3, 0, 131), - [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 184), - [2590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), - [2592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_conditional_expression, 3, 0, 132), - [2594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 55), - [2596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [2598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), - [2600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), - [2602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), - [2604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 54), - [2608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), - [2610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), - [2612] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, 0, 95), - [2614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [2616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [2618] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1304), - [2621] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1460), - [2624] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1588), - [2627] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1167), - [2630] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), - [2632] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1331), - [2635] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1337), - [2638] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1342), - [2641] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1332), - [2644] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1335), - [2647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1443), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1577), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(646), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(656), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1599), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(712), - [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [2690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(700), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(691), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(842), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(841), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(716), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [2714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(595), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(601), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(795), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [2734] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_modifier, 1, 0, 0), - [2736] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_modifier, 1, 0, 0), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(589), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1552), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [2754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [2756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [2758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [2760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [2762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [2764] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_pair, 3, 0, 0), - [2766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [2768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(771), - [2770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [2774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_final_modifier, 1, 0, 0), - [2780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final_modifier, 1, 0, 0), - [2782] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 1, 0, 0), - [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 1, 0, 0), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2548), - [2790] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1304), - [2797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1460), - [2800] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1588), - [2803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), - [2805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2548), - [2808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1331), - [2811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1337), - [2814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1342), - [2817] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1332), - [2820] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1335), - [2823] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1443), - [2826] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_modifier, 1, 0, 0), - [2828] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_modifier, 1, 0, 0), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), - [2836] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2334), - [2838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_modifier, 1, 0, 0), - [2840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_modifier, 1, 0, 0), - [2842] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1579), - [2844] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1761), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), - [2848] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1366), - [2850] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1969), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2559), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2558), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2476), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2621), - [2870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1163), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2557), - [2874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1162), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2503), - [2878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(948), - [2880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), - [2882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(974), - [2884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [2886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [2888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), - [2890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(381), - [2892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), - [2894] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1573), - [2896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), SHIFT(1436), - [2899] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1721), - [2901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), - [2903] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(381), - [2906] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1573), - [2909] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1573), - [2912] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1436), - [2915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1721), - [2918] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), - [2920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 0), - [2922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 27), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 164), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 165), - [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 1, 0, 0), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 128), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 127), - [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 84), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 9), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 0), - [2946] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(381), - [2949] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1573), - [2952] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1573), - [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), - [2957] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1721), - [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 129), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [2964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1627), - [2966] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1627), - [2968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [2970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [2972] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1574), - [2974] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [2976] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1449), - [2978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2259), - [2980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(390), - [2983] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1632), - [2986] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1632), - [2989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), - [2991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1770), - [2994] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1446), - [2996] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 1, 0, 1), - [3000] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [3002] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [3004] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1632), - [3006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), - [3008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1770), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 4, 0, 74), - [3012] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(300), - [3015] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1627), - [3018] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1627), - [3021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), - [3023] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1758), - [3026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_declaration, 1, 0, 0), - [3028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [3030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1069), - [3032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 85), - [3034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 39), - [3036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 3, 0, 126), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 0), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 83), - [3046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), - [3048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_declaration, 1, 0, 40), - [3050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), - [3052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_member_declaration, 1, 0, 0), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3, 0, 0), - [3056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 1, 0, 0), - [3058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 6, 0, 185), - [3060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6, 0, 180), - [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), - [3064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 163), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [3068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 5, 0, 181), - [3070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 39), - [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 180), - [3074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 3, 0, 11), - [3076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 163), - [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1879), - [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), - [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [3086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), - [3088] = {.entry = {.count = 4, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), - [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), - [3095] = {.entry = {.count = 4, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3102] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), - [3104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1038), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), - [3110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), - [3112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 0), - [3114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 0), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2243), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [3124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 0), - [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 0), - [3128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), - [3130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), - [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 0), - [3138] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2610), - [3140] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1575), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 0), - [3144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), - [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1612), - [3150] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [3152] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1538), - [3154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2, 0, 0), - [3156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), - [3158] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1704), - [3160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), - [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), - [3165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), - [3167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1705), - [3169] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1641), - [3171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), - [3173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), - [3175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3178] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), - [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [3185] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3189] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), - [3191] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), - [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(856), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), - [3201] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), - [3203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1559), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), - [3211] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3215] = {.entry = {.count = 1, .reusable = false}}, SHIFT(843), - [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), - [3219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), - [3221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), - [3223] = {.entry = {.count = 1, .reusable = false}}, SHIFT(594), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(613), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(600), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [3233] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), - [3236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2265), - [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), - [3240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(572), - [3242] = {.entry = {.count = 1, .reusable = false}}, SHIFT(579), - [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), - [3246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2475), - [3248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [3250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1665), - [3252] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [3254] = {.entry = {.count = 1, .reusable = false}}, SHIFT(667), - [3256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [3258] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [3260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), - [3262] = {.entry = {.count = 1, .reusable = false}}, SHIFT(679), - [3264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3266] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [3268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [3270] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1585), - [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [3274] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), - [3276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), - [3278] = {.entry = {.count = 1, .reusable = false}}, SHIFT(837), - [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [3282] = {.entry = {.count = 1, .reusable = false}}, SHIFT(820), - [3284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3286] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [3288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [3290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), - [3292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), - [3294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [3296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2, 0, 0), - [3298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2, 0, 0), - [3300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), - [3302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), - [3304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), - [3306] = {.entry = {.count = 1, .reusable = false}}, SHIFT(677), - [3308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [3310] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1357), - [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), - [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(769), - [3317] = {.entry = {.count = 1, .reusable = false}}, SHIFT(791), - [3319] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [3321] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1571), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [3325] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 0), - [3327] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(864), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), - [3335] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), - [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), - [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(713), - [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [3343] = {.entry = {.count = 1, .reusable = false}}, SHIFT(711), - [3345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3347] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), - [3349] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(699), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(674), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [3371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), - [3373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [3379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2644), - [3382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2438), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2644), - [3389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), - [3395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(406), - [3398] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2258), - [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2639), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2640), - [3405] = {.entry = {.count = 5, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), SHIFT(1356), - [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [3413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 7), - [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 7), - [3417] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 1, 0, 0), - [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 1, 0, 0), - [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 1, 0, 0), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2492), - [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2606), - [3427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), - [3429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2347), - [3431] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), - [3435] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__complex_string_part, 3, 0, 0), - [3437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__complex_string_part, 3, 0, 0), - [3439] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 25), - [3441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 25), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2258), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2251), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2478), - [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), - [3453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1225), - [3457] = {.entry = {.count = 1, .reusable = false}}, SHIFT(874), - [3459] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1991), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [3463] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), - [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2668), - [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), - [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2668), - [3473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(762), - [3475] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(2427), - [3478] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(80), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), - [3483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2502), - [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [3487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(2427), - [3490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(80), - [3493] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), - [3495] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 1, 0, 0), - [3497] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 1, 0, 0), - [3499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(896), - [3501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [3505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 1, 0, 0), - [3509] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 1, 0, 0), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(754), - [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), - [3515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [3517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [3519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 2, 0, 0), - [3521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), - [3525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), - [3527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), - [3529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [3531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(76), - [3533] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), - [3535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), - [3537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1991), - [3540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1990), - [3543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [3545] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2283), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [3553] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution_qualifier, 1, 0, 0), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [3559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [3561] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1677), - [3563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2208), - [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2512), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [3575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1510), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), - [3583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [3593] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), SHIFT_REPEAT(2427), - [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2340), - [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), - [3602] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2512), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1995), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2199), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2137), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), - [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2015), - [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2226), - [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [3623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), - [3625] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1351), - [3628] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1353), - [3631] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1358), - [3634] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1360), - [3637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1359), - [3640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 2, 0, 0), - [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 34), - [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2009), - [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [3652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [3654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [3656] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1, 0, 0), - [3658] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_text, 1, 0, 0), - [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), - [3664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [3666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2508), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2300), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1560), - [3675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [3677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), - [3679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1519), - [3683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), - [3685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [3687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2072), - [3689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [3691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), - [3693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), - [3695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [3697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 90), - [3699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 90), SHIFT_REPEAT(2282), - [3702] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 90), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1505), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1615), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1732), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1533), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1530), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1524), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [3744] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 3, 0, 13), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1522), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), - [3754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [3756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1757), - [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2253), - [3760] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 1, 0, 0), - [3762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), - [3764] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2393), - [3766] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1457), - [3769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [3771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [3773] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), SHIFT(2508), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1478), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [3784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), - [3786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), - [3790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), - [3792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), - [3794] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1843), - [3797] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1843), - [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [3802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), SHIFT(2508), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), - [3807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2236), - [3809] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2173), - [3811] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1781), - [3814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1781), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), - [3821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1529), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1650), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [3833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group_clause, 1, 0, 0), - [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2505), - [3839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 1, 0, 0), - [3841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 1, 0, 0), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), - [3845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), - [3847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0), - [3849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0), - [3851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [3853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [3855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1956), - [3857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 1, 0, 2), - [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [3861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), - [3863] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2054), - [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 4, 0, 0), - [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1954), - [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), - [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), - [3884] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1550), - [3887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), - [3889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [3891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 3, 0, 0), - [3893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [3895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), - [3897] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2121), - [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1, 0, 0), - [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1431), - [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 1, 0, 0), - [3908] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [3910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1215), - [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [3918] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1356), - [3921] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), - [3923] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1650), - [3926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1916), - [3930] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), SHIFT(1356), - [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc_body, 2, 0, 0), - [3937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2054), - [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0), - [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), - [3945] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1452), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [3950] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), - [3952] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1954), - [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), - [3959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), - [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1956), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2064), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2159), - [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [3976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [3978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group_clause, 2, 0, 0), - [3980] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2165), - [3982] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [3984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [3986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), - [3988] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1990), - [3991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1, 0, 0), - [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1983), - [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2, 0, 0), - [3999] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1463), - [4002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 3, 0, 0), - [4004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_literal, 1, 0, 0), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2126), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1997), - [4028] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1993), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [4038] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [4040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), - [4042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [4044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), - [4048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), - [4050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1873), - [4052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 1, 0, 0), - [4054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 123), - [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [4064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 1, 0, 2), - [4066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(731), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(570), - [4076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 15), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 121), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), - [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 120), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [4092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), - [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 2, 0, 0), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), - [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 5, 0, 79), - [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 2, 0, 0), - [4108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1667), - [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), - [4112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 115), - [4114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), - [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), - [4118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 3, 0, 0), - [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1676), - [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_type, 2, 0, 36), - [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1794), - [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(947), - [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4136] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(149), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), - [4141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1439), - [4143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [4147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 33), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [4159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [4161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause_2, 3, 0, 18), - [4163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause_2, 3, 0, 18), - [4165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2301), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [4169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [4171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 1, 0, 0), - [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 1, 0, 0), - [4175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), - [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), - [4179] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(156), - [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), - [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), - [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [4190] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), SHIFT_REPEAT(248), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1438), - [4195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1049), - [4197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 20), - [4199] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 26), - [4201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), - [4203] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 109), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(144), - [4207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 0), - [4209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 135), - [4217] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 3, 0, 0), - [4219] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_aliasing_clause, 2, 0, 0), - [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2146), - [4223] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 6), - [4225] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 29), - [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [4229] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 57), - [4231] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 2, 0, 30), - [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(692), - [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 31), - [4241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [4243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2223), - [4245] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 32), - [4247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), - [4249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2354), - [4251] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 1, 0, 0), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(805), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 2, 0, 4), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), - [4261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1676), - [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_use_group_repeat1, 2, 0, 0), - [4266] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(140), - [4269] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), - [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 159), - [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [4279] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 44), - [4281] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 44), - [4283] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 49), - [4285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 0), - [4287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2027), - [4289] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2563), - [4291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2577), - [4293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1886), - [4295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1124), - [4299] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), - [4301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), - [4303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1790), - [4306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), - [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 48), - [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), - [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(972), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 0), - [4324] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(819), - [4327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 3, 0, 0), - [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 49), - [4333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), - [4335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [4339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [4341] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(154), - [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1693), - [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2441), - [4348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 49), - [4350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 0), - [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 77), - [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2449), - [4360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 135), - [4362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), - [4364] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(151), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(763), - [4371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 76), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), - [4375] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(152), - [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 75), - [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [4382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1447), - [4385] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2218), - [4389] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 0), - [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 73), - [4393] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [4395] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(735), - [4398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2515), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1876), - [4412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 71), - [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4416] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 70), - [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(903), - [4422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2421), - [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(555), - [4432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), - [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 67), - [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), - [4446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 65), - [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [4452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), - [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), - [4456] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2669), - [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), - [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2556), - [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [4466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 69), - [4468] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 1, 0, 0), SHIFT(2202), - [4471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2560), - [4473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [4475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [4477] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 4, 0, 0), - [4479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [4481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 72), - [4483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 74), - [4485] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), REDUCE(sym_array_element_initializer, 3, 0, 0), - [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_instead_of_clause, 3, 0, 0), - [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), - [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), - [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 6, 0, 0), - [4500] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), SHIFT(2202), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1429), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [4519] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 5, 0, 0), - [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 5, 0, 161), - [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 4, 0, 0), - [4525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [4529] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group_clause, 3, 0, 0), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(529), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_type, 1, 0, 0), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [4547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [4549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [4563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1979), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1922), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [4573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [4577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), REDUCE(sym_array_element_initializer, 1, 0, 0), - [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), - [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [4586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 134), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2096), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(562), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 11), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2540), - [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [4614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), SHIFT(2512), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [4623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2107), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2109), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2110), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2111), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2650), - [4635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(893), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2156), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2509), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [4645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 4), - [4647] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 3, 0, 0), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2056), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2047), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [4661] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 117), - [4663] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 4, 0, 0), - [4665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_reference, 2, 0, 0), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(478), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [4675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 119), - [4677] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 122), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1820), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1541), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1480), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1659), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1690), - [4701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [4713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), - [4723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2170), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [4739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 110), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2196), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1654), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [4755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 4, 0, 0), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), - [4761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [4765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2323), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2328), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [4775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 107), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1487), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [4803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 99), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(822), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(636), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(869), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(821), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1544), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [4823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 42), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1687), - [4833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), - [4835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_unary_expression, 2, 0, 0), - [4837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 6, 0, 152), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), - [4841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 16), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2189), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2254), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2308), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [4859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2549), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1949), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [4867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [4873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [4881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2053), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2365), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2238), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [4893] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause_2, 2, 0, 3), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2234), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), - [4907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), - [4909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_directive, 3, 0, 0), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1831), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(863), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [4953] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_array_access_argument, 1, 0, 0), - [4955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [4957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), - [4959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [4961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [4963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), - [4965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), - [4967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [4969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), - [4971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2286), - [4973] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), - [4975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), - [4979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [4981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 58), - [4989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [4991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [4993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 66), - [4995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4997] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [5001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [5003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1492), - [5005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text_interpolation, 2, 0, 0), - [5007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text_interpolation, 3, 0, 0), + [344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 132), + [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 132), + [348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 132), + [350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 132), + [352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2223), + [360] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2600), + [362] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2524), + [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2279), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(429), + [368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 2, 0, 0), + [370] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 1, 0, 0), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1301), + [378] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1832), + [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1552), + [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1331), + [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1150), + [386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2482), + [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2480), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2478), + [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), + [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1863), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2530), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2531), + [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2278), + [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2422), + [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(162), + [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(166), + [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(182), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2338), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2583), + [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2340), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2281), + [426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2564), + [430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2345), + [432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2592), + [434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2599), + [436] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2197), + [438] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2594), + [441] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2223), + [444] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2600), + [447] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2524), + [450] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2279), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(45), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(55), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(56), + [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1911), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [477] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1924), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2131), + [481] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0), + [483] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2079), + [485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2082), + [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2093), + [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2020), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2052), + [497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 3, 0, 0), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(753), + [503] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2153), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2085), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2090), + [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2, 0, 0), + [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2112), + [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1090), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1023), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1996), + [525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2111), + [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), + [533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), + [535] = {.entry = {.count = 1, .reusable = false}}, SHIFT(638), + [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1814), + [541] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), + [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2562), + [545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2474), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(946), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(275), + [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2280), + [557] = {.entry = {.count = 1, .reusable = false}}, SHIFT(279), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(518), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(797), + [569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(954), + [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(951), + [577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2075), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(276), + [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(324), + [593] = {.entry = {.count = 1, .reusable = false}}, SHIFT(341), + [595] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), + [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(804), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(629), + [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), + [607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(232), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(365), + [613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(366), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(519), + [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(396), + [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(390), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(397), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(399), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), + [637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(517), + [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(244), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(89), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(236), + [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(242), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(241), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2272), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2479), + [671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(640), + [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(930), + [679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1445), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2500), + [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1697), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), + [689] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1696), + [691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2252), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2101), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1481), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1151), + [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1152), + [703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(969), + [707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), + [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(858), + [711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(831), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(586), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(818), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(699), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), + [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(654), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(582), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(927), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(916), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2403), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2431), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2407), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(928), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(769), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2464), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(943), + [773] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), + [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(705), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2490), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1056), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1066), + [793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [799] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(768), + [802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), + [806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(964), + [808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(884), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1048), + [813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 1, 0, 0), + [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), + [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), + [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(28), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(629), + [867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 3, 0, 0), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(918), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(662), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 2, 0, 0), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(826), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), + [901] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_placeholder, 1, 0, 0), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 6), + [917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 6), + [919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2416), + [921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2341), + [923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [927] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2416), + [930] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2341), + [933] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 50), + [935] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), + [937] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(2370), + [940] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(81), + [943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2370), + [945] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), + [947] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 22), + [949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), + [951] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(2370), + [954] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(81), + [957] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 1, 0, 0), + [959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 1, 0, 0), + [961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), + [963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), + [965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), + [967] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), + [969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), + [971] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), + [973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), SHIFT_REPEAT(2370), + [976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, 0, 180), + [978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, 0, 180), + [980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 6), + [982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 6), + [984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 162), + [986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 162), + [988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), + [990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), + [992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 0), + [994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 0), + [996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_declaration, 3, 0, 15), + [998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_declaration, 3, 0, 15), + [1000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 22), + [1002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 22), + [1004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 7, 0, 0), + [1006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 7, 0, 0), + [1008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 6), + [1010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 6), + [1012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), + [1014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), + [1016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), + [1018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), + [1020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), + [1022] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2, 0, 0), + [1024] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__semicolon, 1, 0, 0), + [1026] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__semicolon, 1, 0, 0), + [1028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 3, 0, 0), + [1030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 3, 0, 0), + [1032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 7, 0, 0), + [1034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 7, 0, 0), + [1036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), + [1038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, 0, 0), + [1040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [1042] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [1044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 0), + [1046] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 0), + [1048] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 163), + [1050] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 163), + [1052] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 49), + [1054] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 49), + [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 91), + [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 91), + [1060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 50), + [1062] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 50), + [1064] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 1, 0, 1), + [1066] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 1, 0, 1), + [1068] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0), + [1070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0), + [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 22), + [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 22), + [1076] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 5, 0, 0), + [1078] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 5, 0, 0), + [1080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 0), + [1082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 0), + [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 46), + [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 46), + [1088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 92), + [1090] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 92), + [1092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 46), + [1094] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 46), + [1096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 5, 0, 0), + [1098] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 5, 0, 0), + [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 0), + [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 0), + [1104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 1, 0, 0), + [1106] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 1, 0, 0), + [1108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), + [1110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), + [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), + [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, 0, 0), + [1116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 8, 0, 0), + [1118] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 8, 0, 0), + [1120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, 0, 15), + [1122] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, 0, 15), + [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 15), + [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 15), + [1128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 16), + [1130] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 16), + [1132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 15), + [1134] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 15), + [1136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 22), + [1138] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 22), + [1140] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 4, 0, 0), + [1142] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 4, 0, 0), + [1144] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1146] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1148] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 3, 0, 0), + [1150] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 3, 0, 0), + [1152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 143), + [1154] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 143), + [1156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), + [1158] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), + [1160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 46), + [1162] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 46), + [1164] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 90), + [1166] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 90), + [1168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 9, 0, 163), + [1170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 9, 0, 163), + [1172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo_statement, 3, 0, 0), + [1174] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo_statement, 3, 0, 0), + [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 89), + [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 89), + [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 0), + [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 0), + [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 112), + [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 112), + [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), + [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), + [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 15), + [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 15), + [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 22), + [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 22), + [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 44), + [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 44), + [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 3, 0, 0), + [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 3, 0, 0), + [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 0), + [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 0), + [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 92), + [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 92), + [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 7, 0, 167), + [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 7, 0, 167), + [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 142), + [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 142), + [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 72), + [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 72), + [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 146), + [1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 146), + [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 44), + [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 44), + [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 48), + [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 48), + [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 70), + [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 70), + [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 70), + [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 70), + [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 0), + [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 0), + [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), + [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 169), + [1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 169), + [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 49), + [1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 49), + [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 129), + [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 129), + [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0), + [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0), + [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 6, 0, 0), + [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 6, 0, 0), + [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, 0, 6), + [1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, 0, 6), + [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 0), + [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 0), + [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 0), + [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 0), + [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 0), + [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 0), + [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause, 3, 0, 22), + [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 3, 0, 22), + [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 6, 0, 111), + [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 6, 0, 111), + [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), + [1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), + [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0), + [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0), + [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 4, 0, 0), + [1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 4, 0, 0), + [1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 0), + [1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 0), + [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_label_statement, 2, 0, 0), + [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_label_statement, 2, 0, 0), + [1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 107), + [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 107), + [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 147), + [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 147), + [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 107), + [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 107), + [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 4, 0, 0), + [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 4, 0, 0), + [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, 0, 0), + [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, 0, 0), + [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 32), + [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 32), + [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 2, 0, 12), + [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 2, 0, 12), + [1356] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1358] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1360] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 110), + [1362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 110), + [1364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 111), + [1366] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 111), + [1368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [1370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [1372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1606), + [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [1380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [1382] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), + [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), + [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), + [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access_expression, 3, 0, 30), + [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access_expression, 3, 0, 30), + [1402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 30), + [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 30), + [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), + [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), + [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_name, 1, 0, 5), + [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), + [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), + [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_variable, 1, 0, 3), + [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_variable, 1, 0, 3), + [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_variable, 1, 0, 0), + [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_variable, 1, 0, 0), + [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_subscript_expression, 3, 0, 0), + [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_subscript_expression, 3, 0, 0), + [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_nullsafe_member_access_expression, 3, 0, 30), + [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_nullsafe_member_access_expression, 3, 0, 30), + [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_variable, 4, 0, 47), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__callable_expression, 1, 0, 0), + [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_expression, 1, 0, 0), + [1444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(966), + [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_variable, 4, 0, 47), + [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_name, 2, 0, 0), + [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_name, 2, 0, 0), + [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_scoped_property_access_expression, 3, 0, 24), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_scoped_property_access_expression, 3, 0, 24), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 2, 0, 11), + [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 2, 0, 11), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1, 0, 0), + [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1, 0, 0), + [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_name, 3, 0, 16), + [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__member_name, 3, 0, 16), + [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_call_expression, 4, 0, 66), + [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_call_expression, 4, 0, 66), + [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_subscript_expression, 4, 0, 0), + [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__dereferencable_subscript_expression, 4, 0, 0), + [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_call_expression, 4, 0, 67), + [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_call_expression, 4, 0, 67), + [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_variable, 1, 0, 0), + [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_variable, 1, 0, 0), + [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_member_access_expression, 3, 0, 30), + [1486] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_member_access_expression, 3, 0, 30), + [1488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_subscript_expression, 3, 0, 0), + [1490] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__dereferencable_subscript_expression, 3, 0, 0), + [1492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_subscript_expression, 4, 0, 0), + [1494] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_subscript_expression, 4, 0, 0), + [1496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__callable_variable, 1, 0, 0), + [1498] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__callable_variable, 1, 0, 0), + [1500] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), + [1502] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), + [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__member_name, 1, 0, 5), + [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 67), + [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 67), + [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 0), + [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 0), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_variable, 1, 0, 4), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_variable, 1, 0, 4), + [1518] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [1520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [1532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [1534] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1471), + [1537] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1535), + [1540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2562), + [1543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [1545] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(96), + [1548] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2474), + [1551] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(789), + [1554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(125), + [1557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1337), + [1560] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1547), + [1563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2075), + [1566] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1545), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [1571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(208), + [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1027), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(210), + [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [1581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1907), + [1583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(220), + [1585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), + [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1971), + [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1986), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [1595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), + [1597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 1, 0, 0), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), + [1602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1592), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 3, 0, 0), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [1615] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 3, 0, 25), + [1617] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 3, 0, 25), + [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_modifier, 1, 0, 0), + [1621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1462), + [1623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1266), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1468), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), + [1631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1310), + [1635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), + [1637] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), + [1639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2, 0, 8), + [1641] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 8), + [1643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), + [1645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_namespace_name_repeat1, 1, 0, 0), + [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 1, 0, 0), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [1653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), + [1655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), + [1657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2544), + [1659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [1661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1702), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [1665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [1669] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 5, 0, 104), + [1671] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 5, 0, 104), + [1673] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), + [1675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), + [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1809), + [1681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1, 0, 0), + [1683] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 7, 0, 166), + [1685] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 7, 0, 166), + [1687] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_dereferencable_expression, 2, 0, 0), + [1689] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_dereferencable_expression, 2, 0, 0), + [1691] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 7, 0, 181), + [1693] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 7, 0, 181), + [1695] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 21), + [1697] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 21), + [1699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1707), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 1, 0, 0), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 1, 0, 0), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__callable_expression, 1, 0, 2), + [1707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_expression, 1, 0, 2), + [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), + [1711] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 2, 0, 0), + [1713] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 2, 0, 0), + [1715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_scalar, 1, 0, 0), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 58), + [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 58), + [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), + [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), + [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name_reference, 1, 0, 0), + [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name_reference, 1, 0, 0), + [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), + [1733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [1735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 57), + [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 57), + [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 56), + [1743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 56), + [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 0), + [1747] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 0), + [1749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__string, 1, 0, 0), + [1751] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__string, 1, 0, 0), + [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0), + [1755] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_by_ref, 2, 0, 0), + [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_by_ref, 2, 0, 0), + [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 4, 0, 94), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 4, 0, 94), + [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 2, 0, 0), + [1767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 2, 0, 0), + [1769] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), REDUCE(sym_array_creation_expression, 2, 0, 0), + [1772] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__array_destructing, 2, 0, 0), + [1774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 7, 0, 166), + [1776] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 7, 0, 166), + [1778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 21), + [1780] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 21), + [1782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 21), + [1784] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 21), + [1786] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 6, 0, 165), + [1788] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 6, 0, 165), + [1790] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 3, 0, 52), + [1792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 3, 0, 52), + [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 3, 0, 23), + [1796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 3, 0, 23), + [1798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 9), + [1800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 9), + [1802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 4, 0, 95), + [1804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 4, 0, 95), + [1806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 6, 0, 164), + [1808] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 6, 0, 164), + [1810] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 2, 0, 6), + [1812] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 2, 0, 6), + [1814] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), + [1816] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), + [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 6, 0, 138), + [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 6, 0, 138), + [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 3, 0, 51), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 3, 0, 51), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 139), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 139), + [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 3, 0, 0), + [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 3, 0, 0), + [1834] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_dereferencable_expression, 3, 0, 0), + [1836] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_dereferencable_expression, 3, 0, 0), + [1838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1652), + [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 0), + [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 0), + [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 0), + [1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 0), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 138), + [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 138), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 137), + [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 137), + [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 5, 0, 134), + [1858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 5, 0, 134), + [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 96), + [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 96), + [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 5, 0, 133), + [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 5, 0, 133), + [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 6, 0, 21), + [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 6, 0, 21), + [1872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [1874] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 5, 0, 98), + [1876] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 5, 0, 98), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 99), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 99), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 98), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 98), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 97), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 97), + [1890] = {.entry = {.count = 1, .reusable = false}}, SHIFT(922), + [1892] = {.entry = {.count = 1, .reusable = false}}, SHIFT(676), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2589), + [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1472), + [1898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(976), + [1902] = {.entry = {.count = 1, .reusable = false}}, SHIFT(645), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1467), + [1906] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), + [1910] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [1912] = {.entry = {.count = 1, .reusable = false}}, SHIFT(798), + [1914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), + [1916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1918] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__argument_name, 2, 0, 59), + [1920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__argument_name, 2, 0, 59), + [1922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [1924] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_modifier, 1, 0, 0), + [1926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_modifier, 1, 0, 0), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__name, 1, 0, 0), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_non_dereferencable_expression, 2, 0, 0), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_non_dereferencable_expression, 2, 0, 0), + [1934] = {.entry = {.count = 1, .reusable = false}}, SHIFT(505), + [1936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [1938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1413), + [1942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1994), + [1946] = {.entry = {.count = 1, .reusable = false}}, SHIFT(814), + [1948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), + [1950] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1954] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_op_expression, 2, 0, 9), + [1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_op_expression, 2, 0, 9), + [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), + [1962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), + [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 3, 0, 0), + [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 3, 0, 0), + [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 1, 0, 0), + [1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 1, 0, 0), + [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0), + [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0), + [1976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 22), + [1978] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 22), + [1980] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), + [1982] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), + [1984] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clone_expression, 2, 0, 0), + [1986] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clone_expression, 2, 0, 0), + [1988] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), + [1990] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), + [1992] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 3, 0, 0), + [1994] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 3, 0, 0), + [1996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 47), + [1998] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 47), + [2000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__unary_expression, 1, 0, 0), + [2002] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__unary_expression, 1, 0, 0), + [2004] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 2, 0, 13), + [2006] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 2, 0, 13), + [2008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 5, 0, 0), + [2010] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 5, 0, 0), + [2012] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 2, 0, 0), + [2014] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 2, 0, 0), + [2016] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 14), + [2018] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 14), + [2020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), + [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 28), + [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 28), + [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [2028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), + [2030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [2032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [2034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3, 0, 0), + [2038] = {.entry = {.count = 1, .reusable = false}}, SHIFT(334), + [2040] = {.entry = {.count = 1, .reusable = false}}, SHIFT(219), + [2042] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), + [2044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), + [2052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), + [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), + [2056] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), + [2058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [2060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(395), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2066] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), + [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [2074] = {.entry = {.count = 1, .reusable = false}}, SHIFT(339), + [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [2078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2187), + [2080] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 103), + [2082] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 103), + [2084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 29), + [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, 0, 28), + [2088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 1, 0, 0), + [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 1, 0, 0), + [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 27), + [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_expression, 2, 0, 0), + [2096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), + [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), + [2100] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), + [2103] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_once_expression, 2, 0, 0), + [2105] = {.entry = {.count = 1, .reusable = true}}, SHIFT(191), + [2107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_expression, 2, 0, 0), + [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_intrinsic, 2, 0, 0), + [2111] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_unpacking, 2, 0, 0), + [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_once_expression, 2, 0, 0), + [2115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_expression, 2, 0, 0), + [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_assignment_expression, 4, 0, 65), + [2119] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 64), + [2121] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 64), + [2123] = {.entry = {.count = 1, .reusable = false}}, SHIFT(393), + [2125] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [2127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(391), + [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), + [2131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [2135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [2141] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), + [2143] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [2145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(373), + [2147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [2149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(372), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2153] = {.entry = {.count = 1, .reusable = false}}, SHIFT(368), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [2157] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [2159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(280), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [2163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [2171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(291), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [2175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), + [2181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), + [2185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2197] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), + [2199] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1266), + [2202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), + [2204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [2207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1270), + [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1272), + [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1273), + [2219] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__modifier, 1, 0, 0), + [2221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0), + [2223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1278), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(225), + [2237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(200), + [2239] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [2241] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [2245] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [2253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(374), + [2257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), + [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), + [2263] = {.entry = {.count = 1, .reusable = false}}, SHIFT(354), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [2271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(343), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attribute_list_repeat1, 1, 0, 0), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 1, 0, 0), + [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 5, 0, 0), + [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 5, 0, 0), + [2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 3, 0, 0), + [2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 3, 0, 0), + [2287] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 4, 0, 0), + [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 4, 0, 0), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 176), + [2295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1412), + [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 156), + [2299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1465), + [2301] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2425), + [2303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [2305] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1307), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), + [2309] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 170), + [2311] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 188), + [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 116), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 150), + [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 175), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 149), + [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 3, 0, 83), + [2323] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_element, 3, 0, 0), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), + [2329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 3, 0, 33), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1728), + [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expressions, 1, 0, 0), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [2337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, 0, 0), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(204), + [2343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 1, 0, 0), + [2345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 61), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1266), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [2353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1156), + [2357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(923), + [2359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1270), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1272), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1273), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 60), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [2375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_conditional_expression, 3, 0, 131), + [2377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 83), + [2379] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1266), + [2382] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1424), + [2385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1468), + [2388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1156), + [2391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), + [2393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [2396] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1270), + [2399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1272), + [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1273), + [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), + [2411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), + [2413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [2415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__foreach_value, 1, 0, 0), + [2417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 158), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_default_expression, 3, 0, 130), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, 0, 0), + [2423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 154), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 153), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [2429] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [2431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [2433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, 0, 100), + [2435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [2437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 124), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 114), + [2441] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 118), + [2443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 6, 0, 177), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(802), + [2449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), + [2451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), + [2453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(924), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1575), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(546), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(558), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(575), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1563), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(807), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(675), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(672), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(578), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(929), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(919), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1013), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(817), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [2551] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1266), + [2554] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1424), + [2557] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1468), + [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), + [2562] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2473), + [2565] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [2568] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1270), + [2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1271), + [2574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1272), + [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1273), + [2580] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), + [2583] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_final_modifier, 1, 0, 0), + [2585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final_modifier, 1, 0, 0), + [2587] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_modifier, 1, 0, 0), + [2589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [2591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), + [2593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), + [2595] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_modifier, 1, 0, 0), + [2597] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_modifier, 1, 0, 0), + [2599] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_modifier, 1, 0, 0), + [2601] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_modifier, 1, 0, 0), + [2603] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [2605] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [2607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2205), + [2609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1521), + [2611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1778), + [2613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1287), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2007), + [2619] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 1, 0, 0), + [2621] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 1, 0, 0), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1513), + [2625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [2627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [2629] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_scope, 1, 0, 0), + [2631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1440), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2461), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2460), + [2637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [2639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2409), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1159), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1153), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(954), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), + [2661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1479), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2553), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), + [2669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1516), + [2673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1516), + [2675] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), SHIFT(1366), + [2678] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1611), + [2680] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), + [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), + [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1476), + [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), + [2688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), + [2690] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(254), + [2693] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1516), + [2696] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1516), + [2699] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1366), + [2702] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1611), + [2705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), + [2707] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 1, 0, 0), + [2709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), + [2711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [2713] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(254), + [2716] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1516), + [2719] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1516), + [2722] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), + [2724] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1611), + [2727] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 0), + [2729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [2731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), + [2733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1634), + [2735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1091), + [2737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), + [2741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), + [2743] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1638), + [2745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), + [2747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1600), + [2749] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 127), + [2751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(965), + [2753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 126), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 32), + [2757] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1432), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), + [2761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), + [2763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 128), + [2767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 161), + [2769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 0), + [2771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 160), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(958), + [2775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(246), + [2778] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1638), + [2781] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1638), + [2784] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), + [2786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1600), + [2789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1074), + [2791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(327), + [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1634), + [2797] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1634), + [2800] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), + [2802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1603), + [2805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), + [2807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), + [2809] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 12), + [2811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 87), + [2813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 88), + [2815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [2817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 1, 0, 0), + [2819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6, 0, 178), + [2821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 6, 0, 189), + [2823] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 159), + [2825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1611), + [2829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 5, 0, 179), + [2831] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 44), + [2833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_declaration, 1, 0, 0), + [2835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 178), + [2837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 159), + [2839] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_declaration, 1, 0, 45), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 3, 0, 16), + [2843] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__enum_member_declaration, 1, 0, 0), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 1, 0, 0), + [2847] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 86), + [2849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook_list, 3, 0, 0), + [2851] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 1, 0, 1), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 4, 0, 79), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook_list, 2, 0, 0), + [2857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 0), + [2859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1131), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 44), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 3, 0, 125), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3, 0, 0), + [2867] = {.entry = {.count = 1, .reusable = false}}, SHIFT(652), + [2869] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), + [2871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(238), + [2873] = {.entry = {.count = 1, .reusable = false}}, SHIFT(862), + [2875] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), + [2877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [2879] = {.entry = {.count = 1, .reusable = false}}, SHIFT(538), + [2881] = {.entry = {.count = 1, .reusable = false}}, SHIFT(552), + [2883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), + [2885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1867), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1865), + [2889] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1447), + [2891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), + [2895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [2897] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1447), + [2900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1507), + [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), + [2905] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1265), + [2908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1390), + [2911] = {.entry = {.count = 1, .reusable = false}}, SHIFT(806), + [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(810), + [2915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [2919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), + [2921] = {.entry = {.count = 1, .reusable = false}}, SHIFT(577), + [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(576), + [2925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2927] = {.entry = {.count = 1, .reusable = false}}, SHIFT(670), + [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(663), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2203), + [2935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1857), + [2937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [2939] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__types, 1, 0, 0), + [2941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__types, 1, 0, 0), + [2943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 0), + [2945] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 0), + [2947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [2949] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), + [2953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), + [2955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), + [2957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [2959] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), + [2961] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), + [2963] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [2965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [2967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), + [2969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), + [2971] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), + [2973] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [2976] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [2979] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), + [2981] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), + [2983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), + [2985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), + [2987] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(77), + [2991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [2993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(685), + [2995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [2997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1618), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), + [3005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2434), + [3007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [3009] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1607), + [3011] = {.entry = {.count = 4, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), + [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1295), + [3018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), + [3020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [3022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), + [3024] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), REDUCE(aux_sym_namespace_name_repeat1, 1, 0, 0), + [3027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1184), + [3029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [3033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [3035] = {.entry = {.count = 4, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), + [3040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1281), + [3042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), + [3044] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), + [3048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1182), + [3050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), + [3052] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2586), + [3055] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2349), + [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [3062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), + [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), + [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1434), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(563), + [3070] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 55), + [3072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 55), + [3074] = {.entry = {.count = 5, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), SHIFT(1293), + [3080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1291), + [3082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1395), + [3086] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 8), REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), + [3089] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__complex_string_part, 3, 0, 0), + [3091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__complex_string_part, 3, 0, 0), + [3093] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 0), + [3095] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 0), + [3097] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 3), + [3099] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 3), + [3101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 0), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1462), + [3105] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 1, 0, 0), + [3107] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 1, 0, 0), + [3109] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [3113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), + [3115] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), + [3117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), + [3119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), + [3121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), + [3123] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), + [3125] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(264), + [3128] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2314), + [3131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2, 0, 0), + [3133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(534), + [3135] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [3137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [3139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [3141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [3143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(712), + [3145] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1885), + [3147] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), + [3149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(761), + [3151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), + [3153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2511), + [3155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [3157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2373), + [3159] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2376), + [3161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2002), + [3163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [3167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), + [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(717), + [3171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [3175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [3177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [3179] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2030), + [3181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [3183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1208), + [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1277), + [3188] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1295), + [3191] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1294), + [3194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), + [3196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [3198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(820), + [3200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), + [3202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [3204] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), + [3206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), + [3208] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1670), + [3210] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2414), + [3212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1459), + [3214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [3216] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1609), + [3218] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(2297), + [3221] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(84), + [3224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), + [3226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [3228] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1610), + [3230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), + [3232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), + [3236] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [3238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1556), + [3240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [3242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [3244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1613), + [3246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(2297), + [3249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(84), + [3252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1537), + [3254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), + [3256] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1885), + [3259] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1888), + [3262] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(1745), + [3265] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2511), + [3268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), + [3270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [3272] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [3274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [3276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), + [3278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2, 0, 0), + [3280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), + [3284] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1300), + [3287] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 1, 0, 0), + [3289] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 1, 0, 0), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(872), + [3293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 1, 0, 0), + [3295] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 1, 0, 0), + [3297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), + [3299] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2601), + [3301] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1805), + [3303] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [3309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [3311] = {.entry = {.count = 1, .reusable = false}}, SHIFT(867), + [3313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 120), + [3315] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3317] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), SHIFT_REPEAT(2297), + [3320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 2, 0, 36), + [3322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [3324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), + [3326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), + [3328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 182), + [3330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 182), + [3332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), + [3334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0), + [3336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 183), + [3338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 183), + [3340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), + [3342] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1434), + [3345] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 184), + [3347] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 184), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [3351] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 62), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [3355] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 185), + [3357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 185), + [3359] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 186), + [3361] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 186), + [3363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text, 1, 0, 0), + [3365] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_text, 1, 0, 0), + [3367] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), + [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [3371] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), + [3373] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 155), + [3375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [3377] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 115), + [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [3381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2, 0, 0), + [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [3385] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2260), + [3387] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2102), + [3389] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_hook_body, 1, 0, 0), + [3391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_hook_body, 1, 0, 0), + [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 71), + [3395] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_hook_body, 1, 0, 152), + [3397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_hook_body, 1, 0, 152), + [3399] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [3401] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2313), + [3403] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 31), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 2, 0, 151), + [3407] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 2, 0, 151), + [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 26), + [3411] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), + [3413] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [3415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1282), + [3417] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 75), + [3419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [3421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 76), + [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), + [3425] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 108), + [3429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 3, 0, 20), + [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0), + [3435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 68), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [3439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0), + [3441] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1285), + [3444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [3446] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1296), + [3449] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 190), + [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 190), + [3453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 6, 0, 194), + [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 6, 0, 194), + [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [3461] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 81), + [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [3465] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), + [3467] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1887), + [3470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 193), + [3472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 193), + [3474] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1283), + [3477] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 192), + [3479] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 192), + [3481] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 191), + [3483] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 191), + [3485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1283), + [3487] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_property_hook_list_repeat1, 1, 0, 0), + [3489] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 1, 0, 0), + [3491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1454), + [3493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [3497] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), + [3499] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), + [3501] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1871), + [3504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1871), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2184), + [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 18), + [3511] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 121), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), + [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1298), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2322), + [3520] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 1, 0, 5), + [3522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [3526] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 187), + [3528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 187), + [3530] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1299), + [3533] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1297), + [3536] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 174), + [3538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 174), + [3540] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1282), + [3543] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1805), + [3546] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 2, 0, 0), SHIFT_REPEAT(1805), + [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), + [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), + [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2195), + [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0), + [3561] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_hook_body, 3, 0, 6), + [3563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_hook_body, 3, 0, 6), + [3565] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 40), + [3567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 93), + [3569] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 93), SHIFT_REPEAT(2373), + [3572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 93), + [3574] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 173), + [3576] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 173), + [3578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [3580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 2, 0, 7), + [3582] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 172), + [3584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 172), + [3586] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 171), + [3588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 171), + [3590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1, 0, 0), + [3592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), + [3594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 1, 0, 0), + [3596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2389), + [3598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), + [3600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(2069), + [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), + [3607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 3, 0, 0), + [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), + [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(711), + [3615] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_literal, 1, 0, 0), + [3617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), + [3619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [3621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 3, 0, 0), + [3625] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution_qualifier, 1, 0, 0), + [3627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [3631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 1, 0, 5), + [3635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3637] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1293), + [3640] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_text_repeat1, 1, 0, 0), + [3642] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_text_repeat1, 1, 0, 0), + [3644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [3646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), + [3648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [3650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 1, 0, 0), + [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), + [3654] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1554), + [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), + [3661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [3663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1783), + [3665] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 2, 0, 17), + [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2573), + [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), + [3671] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc_body, 2, 0, 0), + [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), + [3675] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), + [3677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1888), + [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), + [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), + [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 2, 0, 0), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1388), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), + [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [3698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [3700] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), SHIFT(1293), + [3703] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), + [3705] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1494), + [3708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), + [3710] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1937), + [3713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), + [3715] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2, 0, 0), + [3717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), + [3719] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), + [3721] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1838), + [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [3728] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1422), + [3731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), + [3739] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 4, 0, 0), + [3741] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1, 0, 0), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2077), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), + [3747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), + [3749] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1349), + [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [3754] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), + [3756] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 1, 0, 0), + [3758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [3760] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 1, 0, 0), + [3762] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 1, 0, 0), + [3764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2212), + [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), + [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), + [3770] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1389), + [3773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), + [3775] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(141), + [3778] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), + [3780] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 2, 0, 7), + [3782] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 54), + [3784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(153), + [3787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2040), + [3789] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 54), + [3791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 0), + [3795] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 62), + [3797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 26), + [3799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2208), + [3801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 0), + [3803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 31), + [3805] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 53), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1118), + [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), + [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1800), + [3815] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 68), + [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [3819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), + [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause_2, 3, 0, 22), + [3823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause_2, 3, 0, 22), + [3825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 10), + [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 71), + [3829] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2256), + [3832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2396), + [3835] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 4, 0, 73), + [3837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [3839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [3841] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(784), + [3844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1620), + [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 78), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 80), + [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [3858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), + [3860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 82), + [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), + [3866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2276), + [3868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2176), + [3870] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [3872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [3874] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1034), + [3876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [3878] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), + [3880] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1648), + [3882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 1, 0, 5), + [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [3886] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1546), + [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [3890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 7), + [3892] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 48), + [3894] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 48), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(768), + [3900] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(150), + [3903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), + [3905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 1, 0, 0), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 3, 0, 0), + [3909] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(641), + [3912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2335), + [3914] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), + [3916] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [3918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2392), + [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 18), + [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(899), + [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [3930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 43), + [3932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_type, 2, 0, 41), + [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(147), + [3936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 136), + [3938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 0), + [3940] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1357), + [3943] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 123), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2062), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(617), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 3, 0, 0), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [3961] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), SHIFT_REPEAT(337), + [3964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 0), + [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), + [3968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 54), + [3970] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [3972] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), + [3974] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [3976] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 2, 0, 0), + [3978] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1452), + [3980] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(148), + [3983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(614), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [3991] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(144), + [3994] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(128), + [3997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [4003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 0), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2014), + [4007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 136), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 5, 0, 85), + [4011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 62), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2012), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2436), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1881), + [4021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 1, 0, 0), + [4023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 68), + [4025] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2536), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [4035] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [4039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), + [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 108), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(732), + [4053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 71), + [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [4057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [4059] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 108), + [4061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [4063] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 26), + [4065] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4067] = {.entry = {.count = 1, .reusable = true}}, SHIFT(667), + [4069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 31), + [4071] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2240), + [4073] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4075] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [4077] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), + [4079] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [4081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 18), + [4083] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 38), + [4085] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), + [4087] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2284), + [4089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 3, 0, 34), + [4091] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 37), + [4093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [4095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2288), + [4097] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1852), + [4100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), + [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [4106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 35), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 76), + [4116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 16), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [4120] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 75), + [4122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2602), + [4124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 5, 0, 113), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [4128] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 5, 0, 0), + [4130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 5, 0, 157), + [4132] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 121), + [4134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 120), + [4136] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 4, 0, 0), + [4138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 8, 0, 188), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2491), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), + [4146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [4148] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [4150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 117), + [4152] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 116), + [4154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 119), + [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_instead_of_clause, 3, 0, 0), + [4158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 115), + [4160] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 6, 0, 148), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), + [4166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 81), + [4168] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 122), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2527), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), + [4176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 36), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [4180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 176), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 175), + [4184] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [4188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_type, 1, 0, 0), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 4, 0, 0), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [4196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 79), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2510), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 77), + [4206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 74), + [4208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 135), + [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 7), + [4212] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), REDUCE(sym_array_element_initializer, 1, 0, 0), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1836), + [4221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(3), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1845), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [4227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(715), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2542), + [4231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), + [4233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [4235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2525), + [4237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [4239] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), REDUCE(sym_array_element_initializer, 3, 0, 0), + [4242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 170), + [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 6, 0, 0), + [4246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 156), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1819), + [4250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 149), + [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 150), + [4254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 155), + [4256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(844), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_directive, 3, 0, 0), + [4264] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1866), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1448), + [4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 19), + [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(644), + [4278] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), + [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1586), + [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1766), + [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2269), + [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), + [4292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 19), + [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [4296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 7, 0, 168), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [4302] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1677), + [4308] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [4310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2228), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), + [4322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [4326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_pair, 3, 0, 0), + [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1944), + [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [4336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), + [4338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [4340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1919), + [4342] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [4344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2587), + [4346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [4348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1576), + [4350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_array_access_argument, 1, 0, 0), + [4352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), + [4354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1834), + [4356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), + [4358] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [4360] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), + [4362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [4364] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [4366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(936), + [4368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4372] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 105), + [4374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 63), + [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 63), + [4378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), + [4380] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 69), + [4382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 39), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2076), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1731), + [4390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 69), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1550), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1796), + [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2013), + [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2312), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1564), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(914), + [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2339), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), + [4412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), + [4414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [4418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1793), + [4420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), + [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 84), + [4424] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [4426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1735), + [4428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2368), + [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 140), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [4438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 141), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1880), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(915), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 144), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 145), + [4454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(11), + [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause_2, 2, 0, 6), + [4458] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2374), + [4460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), + [4464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 6, 0, 144), + [4466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [4468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(773), + [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1721), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), + [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(764), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2532), + [4488] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_unary_expression, 2, 0, 0), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [4496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [4498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1453), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(624), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1822), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(848), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(701), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2294), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1414), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(277), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2091), + [4534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1449), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2380), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1451), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1591), + [4546] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 42), + [4548] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 101), + [4550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 102), + [4552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 101), + [4554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 106), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [4560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 39), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [4564] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1947), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1823), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [4584] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 105), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1639), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1790), + [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2266), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(790), + [4596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 109), + [4598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 109), + [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [4608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [4614] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [4618] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1855), + [4622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [4626] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text_interpolation, 2, 0, 0), + [4634] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_text_interpolation, 3, 0, 0), }; enum ts_external_scanner_symbol_identifiers { @@ -144711,10 +146339,10 @@ static const bool ts_external_scanner_states[15][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_encapsed_string_chars_heredoc] = true, }, [5] = { - [ts_external_token_encapsed_string_chars] = true, + [ts_external_token_execution_string_chars] = true, }, [6] = { - [ts_external_token_execution_string_chars] = true, + [ts_external_token_encapsed_string_chars] = true, }, [7] = { [ts_external_token_encapsed_string_chars_heredoc] = true, @@ -144722,13 +146350,13 @@ static const bool ts_external_scanner_states[15][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_heredoc_end] = true, }, [8] = { - [ts_external_token_execution_string_chars] = true, - [ts_external_token_execution_string_chars_after_variable] = true, - }, - [9] = { [ts_external_token_encapsed_string_chars] = true, [ts_external_token_encapsed_string_chars_after_variable] = true, }, + [9] = { + [ts_external_token_execution_string_chars] = true, + [ts_external_token_execution_string_chars_after_variable] = true, + }, [10] = { [ts_external_token__eof] = true, }, diff --git a/php_only/src/grammar.json b/php_only/src/grammar.json index 39f72d4d..38895bf2 100644 --- a/php_only/src/grammar.json +++ b/php_only/src/grammar.json @@ -339,7 +339,7 @@ "members": [ { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" }, { "type": "REPEAT", @@ -352,7 +352,7 @@ }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } ] } @@ -448,96 +448,33 @@ "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "function", - "flags": "i" - }, - "named": false, - "value": "function" + "type": "SYMBOL", + "name": "namespace_use_clause" }, { - "type": "ALIAS", + "type": "REPEAT", "content": { - "type": "PATTERN", - "value": "const", - "flags": "i" - }, - "named": false, - "value": "const" - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "namespace_use_clause" - }, - { - "type": "REPEAT", - "content": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "SYMBOL", - "name": "namespace_use_clause" - } - ] + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "namespace_use_clause" } - } - ] + ] + } } ] }, { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "\\" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "STRING", - "value": "\\" - }, - { - "type": "SYMBOL", - "name": "namespace_use_group" - } - ] + "type": "SYMBOL", + "name": "namespace_use_group" } ] }, @@ -551,33 +488,71 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" + "type": "FIELD", + "name": "type", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "function", + "flags": "i" + }, + "named": false, + "value": "function" + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "const", + "flags": "i" + }, + "named": false, + "value": "const" + } + ] }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + { + "type": "BLANK" + } + ] + } + }, + { + "type": "SYMBOL", + "name": "_name" }, { "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "namespace_aliasing_clause" + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "as", + "flags": "i" + }, + "named": false, + "value": "as" + }, + { + "type": "FIELD", + "name": "alias", + "content": { + "type": "SYMBOL", + "name": "name" + } + } + ] }, { "type": "BLANK" @@ -590,8 +565,29 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "namespace_name_as_prefix" + "type": "FIELD", + "name": "prefix", + "content": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "namespace_name" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "STRING", + "value": "\\" + } + ] + } }, { "type": "SYMBOL", @@ -599,70 +595,27 @@ } ] }, - "namespace_name_as_prefix": { + "_name": { "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "\\" - }, - { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "\\" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "STRING", - "value": "\\" - } - ] - }, - { - "type": "SEQ", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "namespace", - "flags": "i" - }, - "named": false, - "value": "namespace" - }, - { - "type": "STRING", - "value": "\\" - } - ] + "type": "SYMBOL", + "name": "_identifier" }, { + "type": "SYMBOL", + "name": "qualified_name" + } + ] + }, + "namespace_name": { + "type": "PREC_RIGHT", + "value": 1, + "content": { + "type": "REPEAT1", + "content": { "type": "SEQ", "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "namespace", - "flags": "i" - }, - "named": false, - "value": "namespace" - }, { "type": "CHOICE", "members": [ @@ -677,149 +630,64 @@ }, { "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "STRING", - "value": "\\" + "name": "name" } ] } - ] + } }, - "namespace_name": { + "namespace_use_group": { "type": "SEQ", "members": [ { "type": "SYMBOL", - "name": "name" + "name": "namespace_name" }, { - "type": "REPEAT", + "type": "STRING", + "value": "\\" + }, + { + "type": "FIELD", + "name": "body", "content": { "type": "SEQ", "members": [ { "type": "STRING", - "value": "\\" + "value": "{" }, { - "type": "SYMBOL", - "name": "name" - } - ] - } - } - ] - }, - "namespace_aliasing_clause": { - "type": "SEQ", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "as", - "flags": "i" - }, - "named": false, - "value": "as" - }, - { - "type": "SYMBOL", - "name": "name" - } - ] - }, - "namespace_use_group": { - "type": "SEQ", - "members": [ - { - "type": "STRING", - "value": "{" - }, - { - "type": "SEQ", - "members": [ - { - "type": "SYMBOL", - "name": "namespace_use_group_clause" - }, - { - "type": "REPEAT", - "content": { "type": "SEQ", "members": [ { - "type": "STRING", - "value": "," + "type": "SYMBOL", + "name": "namespace_use_clause" }, { - "type": "SYMBOL", - "name": "namespace_use_group_clause" + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "SYMBOL", + "name": "namespace_use_clause" + } + ] + } } ] + }, + { + "type": "STRING", + "value": "}" } - } - ] - }, - { - "type": "STRING", - "value": "}" - } - ] - }, - "namespace_use_group_clause": { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "function", - "flags": "i" - }, - "named": false, - "value": "function" - }, - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "const", - "flags": "i" - }, - "named": false, - "value": "const" - } - ] - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "SYMBOL", - "name": "namespace_name" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "namespace_aliasing_clause" - }, - { - "type": "BLANK" - } - ] + ] + } } ] }, @@ -914,26 +782,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "REPEAT", @@ -945,26 +795,8 @@ "value": "," }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" } ] } @@ -1263,18 +1095,6 @@ "type": "SYMBOL", "name": "declaration_list" } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_semicolon" - }, - { - "type": "BLANK" - } - ] } ] } @@ -1346,26 +1166,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "REPEAT", @@ -1377,26 +1179,8 @@ "value": "," }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" } ] } @@ -1607,8 +1391,17 @@ ] }, { - "type": "SYMBOL", - "name": "_semicolon" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_semicolon" + }, + { + "type": "SYMBOL", + "name": "property_hook_list" + } + ] } ] }, @@ -1649,15 +1442,32 @@ "type": "SEQ", "members": [ { - "type": "SYMBOL", - "name": "variable_name" + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "variable_name" + } }, { "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "property_initializer" + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "=" + }, + { + "type": "FIELD", + "name": "default_value", + "content": { + "type": "SYMBOL", + "name": "expression" + } + } + ] }, { "type": "BLANK" @@ -1666,20 +1476,27 @@ } ] }, - "property_initializer": { + "property_hook_list": { "type": "SEQ", "members": [ { "type": "STRING", - "value": "=" + "value": "{" }, { - "type": "SYMBOL", - "name": "expression" + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "property_hook" + } + }, + { + "type": "STRING", + "value": "}" } ] }, - "method_declaration": { + "property_hook": { "type": "SEQ", "members": [ { @@ -1698,26 +1515,141 @@ } ] }, - { - "type": "REPEAT", - "content": { - "type": "SYMBOL", - "name": "_modifier" - } - }, - { - "type": "SYMBOL", - "name": "_function_definition_header" - }, { "type": "CHOICE", "members": [ { "type": "FIELD", - "name": "body", + "name": "final", "content": { "type": "SYMBOL", - "name": "compound_statement" + "name": "final_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "reference_modifier", + "content": { + "type": "SYMBOL", + "name": "reference_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "name" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "parameters", + "content": { + "type": "SYMBOL", + "name": "formal_parameters" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "SYMBOL", + "name": "_property_hook_body" + } + ] + }, + "_property_hook_body": { + "type": "CHOICE", + "members": [ + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "=>" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "expression" + } + }, + { + "type": "SYMBOL", + "name": "_semicolon" + } + ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "compound_statement" + } + }, + { + "type": "SYMBOL", + "name": "_semicolon" + } + ] + }, + "method_declaration": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "attributes", + "content": { + "type": "SYMBOL", + "name": "attribute_list" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_modifier" + } + }, + { + "type": "SYMBOL", + "name": "_function_definition_header" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "compound_statement" } }, { @@ -1760,26 +1692,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "REPEAT", @@ -1791,26 +1705,8 @@ "value": "," }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" } ] } @@ -2069,22 +1965,8 @@ "type": "FIELD", "name": "name", "content": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - } - ] + "type": "SYMBOL", + "name": "_identifier" } }, { @@ -2109,22 +1991,80 @@ } ] }, - "_arrow_function_header": { + "anonymous_function": { "type": "SEQ", "members": [ { - "type": "CHOICE", + "type": "SYMBOL", + "name": "_anonymous_function_header" + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "compound_statement" + } + } + ] + }, + "anonymous_function_use_clause": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "use", + "flags": "i" + }, + "named": false, + "value": "use" + }, + { + "type": "STRING", + "value": "(" + }, + { + "type": "SEQ", "members": [ { - "type": "FIELD", - "name": "attributes", - "content": { - "type": "SYMBOL", - "name": "attribute_list" - } + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "by_ref" + }, + { + "type": "SYMBOL", + "name": "variable_name" + } + ] }, { - "type": "BLANK" + "type": "REPEAT", + "content": { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "by_ref" + }, + { + "type": "SYMBOL", + "name": "variable_name" + } + ] + } + ] + } } ] }, @@ -2132,8 +2072,8 @@ "type": "CHOICE", "members": [ { - "type": "SYMBOL", - "name": "static_modifier" + "type": "STRING", + "value": "," }, { "type": "BLANK" @@ -2141,13 +2081,149 @@ ] }, { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "fn", - "flags": "i" - }, - "named": false, + "type": "STRING", + "value": ")" + } + ] + }, + "_anonymous_function_header": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "attributes", + "content": { + "type": "SYMBOL", + "name": "attribute_list" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "static_modifier", + "content": { + "type": "SYMBOL", + "name": "static_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "function", + "flags": "i" + }, + "named": false, + "value": "function" + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "reference_modifier", + "content": { + "type": "SYMBOL", + "name": "reference_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "FIELD", + "name": "parameters", + "content": { + "type": "SYMBOL", + "name": "formal_parameters" + } + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "anonymous_function_use_clause" + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_return_type" + }, + { + "type": "BLANK" + } + ] + } + ] + }, + "_arrow_function_header": { + "type": "SEQ", + "members": [ + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "attributes", + "content": { + "type": "SYMBOL", + "name": "attribute_list" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "FIELD", + "name": "static_modifier", + "content": { + "type": "SYMBOL", + "name": "static_modifier" + } + }, + { + "type": "BLANK" + } + ] + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "fn", + "flags": "i" + }, + "named": false, "value": "fn" }, { @@ -2384,6 +2460,18 @@ "type": "BLANK" } ] + }, + { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "property_hook_list" + }, + { + "type": "BLANK" + } + ] } ] }, @@ -2895,22 +2983,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - } - ] + "type": "SYMBOL", + "name": "_identifier" }, { "type": "STRING", @@ -4757,7 +4831,7 @@ }, { "type": "SYMBOL", - "name": "anonymous_function_creation_expression" + "name": "anonymous_function" }, { "type": "SYMBOL", @@ -4822,16 +4896,7 @@ "members": [ { "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" + "name": "_identifier" }, { "type": "SEQ", @@ -4878,364 +4943,186 @@ } ] }, - "anonymous_function_creation_expression": { - "type": "SEQ", + "object_creation_expression": { + "type": "CHOICE", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "attributes", - "content": { - "type": "SYMBOL", - "name": "attribute_list" - } - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "_new_dereferencable_expression" }, { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "static_modifier", - "content": { - "type": "SYMBOL", - "name": "static_modifier" - } + "type": "SYMBOL", + "name": "_new_non_dereferencable_expression" + } + ] + }, + "_new_non_dereferencable_expression": { + "type": "PREC_RIGHT", + "value": 23, + "content": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "new", + "flags": "i" }, - { - "type": "BLANK" - } - ] - }, - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "function", - "flags": "i" + "named": false, + "value": "new" }, - "named": false, - "value": "function" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "reference_modifier", - "content": { - "type": "SYMBOL", - "name": "reference_modifier" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "parameters", - "content": { - "type": "SYMBOL", - "name": "formal_parameters" - } - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "anonymous_function_use_clause" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_return_type" - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "FIELD", - "name": "body", - "content": { + { "type": "SYMBOL", - "name": "compound_statement" + "name": "_class_name_reference" } - } - ] + ] + } }, - "anonymous_function_use_clause": { - "type": "SEQ", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "use", - "flags": "i" - }, - "named": false, - "value": "use" - }, - { - "type": "STRING", - "value": "(" - }, - { - "type": "SEQ", - "members": [ - { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "variable_reference" - }, - "named": true, - "value": "by_ref" - }, - { - "type": "SYMBOL", - "name": "variable_name" - } - ] + "_new_dereferencable_expression": { + "type": "PREC_RIGHT", + "value": 23, + "content": { + "type": "SEQ", + "members": [ + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "new", + "flags": "i" }, - { - "type": "REPEAT", - "content": { + "named": false, + "value": "new" + }, + { + "type": "CHOICE", + "members": [ + { "type": "SEQ", "members": [ { - "type": "STRING", - "value": "," + "type": "SYMBOL", + "name": "_class_name_reference" }, { - "type": "CHOICE", - "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "variable_reference" - }, - "named": true, - "value": "by_ref" - }, - { - "type": "SYMBOL", - "name": "variable_name" - } - ] + "type": "SYMBOL", + "name": "arguments" } ] + }, + { + "type": "SYMBOL", + "name": "anonymous_class" } - } - ] + ] + } + ] + } + }, + "_class_name_reference": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_name" }, { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "_new_variable" }, { - "type": "STRING", - "value": ")" + "type": "SYMBOL", + "name": "parenthesized_expression" } ] }, - "object_creation_expression": { + "anonymous_class": { "type": "PREC_RIGHT", - "value": 23, + "value": 0, "content": { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "ALIAS", + "type": "FIELD", + "name": "attributes", "content": { - "type": "PATTERN", - "value": "new", - "flags": "i" - }, - "named": false, - "value": "new" - }, - { - "type": "SYMBOL", - "name": "_class_type_designator" + "type": "SYMBOL", + "name": "attribute_list" + } }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "arguments" - }, - { - "type": "BLANK" - } - ] + "type": "BLANK" } ] }, { - "type": "SEQ", + "type": "REPEAT", + "content": { + "type": "SYMBOL", + "name": "_modifier" + } + }, + { + "type": "ALIAS", + "content": { + "type": "PATTERN", + "value": "class", + "flags": "i" + }, + "named": false, + "value": "class" + }, + { + "type": "CHOICE", "members": [ { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "new", - "flags": "i" - }, - "named": false, - "value": "new" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "FIELD", - "name": "attributes", - "content": { - "type": "SYMBOL", - "name": "attribute_list" - } - }, - { - "type": "BLANK" - } - ] - }, - { - "type": "ALIAS", - "content": { - "type": "PATTERN", - "value": "class", - "flags": "i" - }, - "named": false, - "value": "class" + "type": "SYMBOL", + "name": "arguments" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "arguments" - }, - { - "type": "BLANK" - } - ] - }, + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "base_clause" - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "base_clause" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "class_interface_clause" - }, - { - "type": "BLANK" - } - ] - }, + "type": "BLANK" + } + ] + }, + { + "type": "CHOICE", + "members": [ { "type": "SYMBOL", - "name": "declaration_list" + "name": "class_interface_clause" + }, + { + "type": "BLANK" } ] + }, + { + "type": "FIELD", + "name": "body", + "content": { + "type": "SYMBOL", + "name": "declaration_list" + } } ] } }, - "_class_type_designator": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "qualified_name" - }, - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "subscript_expression" - }, - { - "type": "SYMBOL", - "name": "member_access_expression" - }, - { - "type": "SYMBOL", - "name": "nullsafe_member_access_expression" - }, - { - "type": "SYMBOL", - "name": "scoped_property_access_expression" - }, - { - "type": "SYMBOL", - "name": "_variable_name" - }, - { - "type": "SYMBOL", - "name": "parenthesized_expression" - } - ] - }, "update_expression": { "type": "PREC_LEFT", "value": 21, @@ -5615,6 +5502,10 @@ "named": true, "value": "cast_expression" }, + { + "type": "SYMBOL", + "name": "_new_variable" + }, { "type": "SYMBOL", "name": "_callable_variable" @@ -5633,6 +5524,31 @@ } ] }, + "_variable_member_access_expression": { + "type": "PREC", + "value": 25, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "object", + "content": { + "type": "SYMBOL", + "name": "_new_variable" + } + }, + { + "type": "STRING", + "value": "->" + }, + { + "type": "SYMBOL", + "name": "_member_name" + } + ] + } + }, "member_access_expression": { "type": "PREC", "value": 25, @@ -5658,6 +5574,31 @@ ] } }, + "_variable_nullsafe_member_access_expression": { + "type": "PREC", + "value": 25, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "object", + "content": { + "type": "SYMBOL", + "name": "_new_variable" + } + }, + { + "type": "STRING", + "value": "?->" + }, + { + "type": "SYMBOL", + "name": "_member_name" + } + ] + } + }, "nullsafe_member_access_expression": { "type": "PREC", "value": 25, @@ -5683,6 +5624,44 @@ ] } }, + "_variable_scoped_property_access_expression": { + "type": "PREC", + "value": 25, + "content": { + "type": "SEQ", + "members": [ + { + "type": "FIELD", + "name": "scope", + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_name" + }, + { + "type": "SYMBOL", + "name": "_new_variable" + } + ] + } + }, + { + "type": "STRING", + "value": "::" + }, + { + "type": "FIELD", + "name": "name", + "content": { + "type": "SYMBOL", + "name": "_simple_variable" + } + } + ] + } + }, "scoped_property_access_expression": { "type": "PREC", "value": 25, @@ -5706,7 +5685,7 @@ "name": "name", "content": { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } } ] @@ -6011,35 +5990,6 @@ } ] }, - "_callable_variable": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_variable_name" - }, - { - "type": "SYMBOL", - "name": "subscript_expression" - }, - { - "type": "SYMBOL", - "name": "member_call_expression" - }, - { - "type": "SYMBOL", - "name": "nullsafe_member_call_expression" - }, - { - "type": "SYMBOL", - "name": "scoped_call_expression" - }, - { - "type": "SYMBOL", - "name": "function_call_expression" - } - ] - }, "function_call_expression": { "type": "PREC", "value": 24, @@ -6054,20 +6004,7 @@ "members": [ { "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" + "name": "_name" }, { "type": "SYMBOL", @@ -6100,11 +6037,16 @@ }, { "type": "SYMBOL", - "name": "array_creation_expression" + "name": "_dereferencable_scalar" }, { - "type": "SYMBOL", - "name": "_string" + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_new_dereferencable_expression" + }, + "named": true, + "value": "object_creation_expression" } ] }, @@ -6142,28 +6084,15 @@ } }, "_scope_resolution_qualifier": { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "relative_scope" - }, - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "relative_scope" }, { "type": "SYMBOL", - "name": "qualified_name" + "name": "_name" }, { "type": "SYMBOL", @@ -6213,10 +6142,10 @@ "type": "CHOICE", "members": [ { - "type": "SEQ", + "type": "CHOICE", "members": [ { - "type": "CHOICE", + "type": "SEQ", "members": [ { "type": "SEQ", @@ -6244,27 +6173,27 @@ ] }, { - "type": "BLANK" + "type": "CHOICE", + "members": [ + { + "type": "STRING", + "value": "," + }, + { + "type": "BLANK" + } + ] } ] }, { - "type": "CHOICE", - "members": [ - { - "type": "STRING", - "value": "," - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "variadic_placeholder" } ] }, { - "type": "SYMBOL", - "name": "variadic_placeholder" + "type": "BLANK" } ] }, @@ -6492,22 +6421,13 @@ "content": { "type": "CHOICE", "members": [ - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, { "type": "SYMBOL", - "name": "name" + "name": "_identifier" }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } ] } @@ -6535,57 +6455,69 @@ } ] }, - "subscript_expression": { + "_variable_subscript_expression": { "type": "SEQ", "members": [ { "type": "SYMBOL", - "name": "_dereferencable_expression" + "name": "_new_variable" }, { - "type": "CHOICE", + "type": "SEQ", "members": [ { - "type": "SEQ", + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "[" - }, - { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "expression" - }, - { - "type": "BLANK" - } - ] + "type": "SYMBOL", + "name": "expression" }, { - "type": "STRING", - "value": "]" + "type": "BLANK" } ] }, { - "type": "SEQ", + "type": "STRING", + "value": "]" + } + ] + } + ] + }, + "_dereferencable_subscript_expression": { + "type": "SEQ", + "members": [ + { + "type": "SYMBOL", + "name": "_dereferencable_expression" + }, + { + "type": "SEQ", + "members": [ + { + "type": "STRING", + "value": "[" + }, + { + "type": "CHOICE", "members": [ - { - "type": "STRING", - "value": "{" - }, { "type": "SYMBOL", "name": "expression" }, { - "type": "STRING", - "value": "}" + "type": "BLANK" } ] + }, + { + "type": "STRING", + "value": "]" } ] } @@ -6601,6 +6533,15 @@ "type": "SYMBOL", "name": "_variable" }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_new_dereferencable_expression" + }, + "named": true, + "value": "object_creation_expression" + }, { "type": "SYMBOL", "name": "class_constant_access_expression" @@ -6611,24 +6552,24 @@ }, { "type": "SYMBOL", - "name": "array_creation_expression" + "name": "_dereferencable_scalar" }, { "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, + "name": "_name" + } + ] + } + }, + "_dereferencable_scalar": { + "type": "PREC", + "value": 26, + "content": { + "type": "CHOICE", + "members": [ { "type": "SYMBOL", - "name": "qualified_name" + "name": "array_creation_expression" }, { "type": "SYMBOL", @@ -6829,26 +6770,8 @@ "type": "SEQ", "members": [ { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "name" - }, - { - "type": "ALIAS", - "content": { - "type": "SYMBOL", - "name": "_reserved_identifier" - }, - "named": true, - "value": "name" - }, - { - "type": "SYMBOL", - "name": "qualified_name" - } - ] + "type": "SYMBOL", + "name": "_name" }, { "type": "CHOICE", @@ -7001,7 +6924,7 @@ }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" }, { "type": "ALIAS", @@ -7657,7 +7580,7 @@ }, { "type": "SYMBOL", - "name": "_variable_name" + "name": "_simple_variable" } ] }, @@ -7684,42 +7607,112 @@ } ] }, - "_variable_name": { + "_simple_variable": { "type": "CHOICE", "members": [ { "type": "SYMBOL", - "name": "dynamic_variable_name" + "name": "variable_name" }, { "type": "SYMBOL", - "name": "variable_name" + "name": "dynamic_variable_name" } ] }, - "variable_name": { - "type": "SEQ", + "_new_variable": { + "type": "PREC", + "value": 1, + "content": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "_simple_variable" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_subscript_expression" + }, + "named": true, + "value": "subscript_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_member_access_expression" + }, + "named": true, + "value": "member_access_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_nullsafe_member_access_expression" + }, + "named": true, + "value": "nullsafe_member_access_expression" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_variable_scoped_property_access_expression" + }, + "named": true, + "value": "scoped_property_access_expression" + } + ] + } + }, + "_callable_variable": { + "type": "CHOICE", "members": [ { - "type": "STRING", - "value": "$" + "type": "SYMBOL", + "name": "_simple_variable" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_dereferencable_subscript_expression" + }, + "named": true, + "value": "subscript_expression" }, { "type": "SYMBOL", - "name": "name" + "name": "member_call_expression" + }, + { + "type": "SYMBOL", + "name": "nullsafe_member_call_expression" + }, + { + "type": "SYMBOL", + "name": "function_call_expression" + }, + { + "type": "SYMBOL", + "name": "scoped_call_expression" } ] }, - "variable_reference": { + "variable_name": { "type": "SEQ", "members": [ { "type": "STRING", - "value": "&" + "value": "$" }, { "type": "SYMBOL", - "name": "variable_name" + "name": "name" } ] }, @@ -7731,21 +7724,8 @@ "value": "&" }, { - "type": "CHOICE", - "members": [ - { - "type": "SYMBOL", - "name": "_callable_variable" - }, - { - "type": "SYMBOL", - "name": "member_access_expression" - }, - { - "type": "SYMBOL", - "name": "nullsafe_member_access_expression" - } - ] + "type": "SYMBOL", + "name": "_variable" } ] }, @@ -7892,7 +7872,7 @@ "name": "right", "content": { "type": "SYMBOL", - "name": "_class_type_designator" + "name": "_class_name_reference" } } ] @@ -8945,6 +8925,24 @@ } ] }, + "_identifier": { + "type": "CHOICE", + "members": [ + { + "type": "SYMBOL", + "name": "name" + }, + { + "type": "ALIAS", + "content": { + "type": "SYMBOL", + "name": "_reserved_identifier" + }, + "named": true, + "value": "name" + } + ] + }, "comment": { "type": "TOKEN", "content": { @@ -9064,18 +9062,16 @@ [ "if_statement" ], - [ - "namespace_name" - ], [ "heredoc_body" ], [ - "namespace_name_as_prefix" + "namespace_name", + "named_type" ], [ - "namespace_use_declaration", - "namespace_name_as_prefix" + "namespace_name", + "qualified_name" ] ], "precedences": [], @@ -9130,14 +9126,7 @@ } ], "inline": [ - "_semicolon", - "_member_name", - "_variable", - "_callable_variable", - "_callable_expression", - "_foreach_value", - "_class_type_designator", - "_variable_name" + "_variable" ], "supertypes": [ "statement", diff --git a/php_only/src/node-types.json b/php_only/src/node-types.json index 8b1ec13a..2f6d83c6 100644 --- a/php_only/src/node-types.json +++ b/php_only/src/node-types.json @@ -112,7 +112,7 @@ "named": true, "subtypes": [ { - "type": "anonymous_function_creation_expression", + "type": "anonymous_function", "named": true }, { @@ -367,7 +367,75 @@ "fields": {} }, { - "type": "anonymous_function_creation_expression", + "type": "anonymous_class", + "named": true, + "fields": { + "attributes": { + "multiple": false, + "required": false, + "types": [ + { + "type": "attribute_list", + "named": true + } + ] + }, + "body": { + "multiple": false, + "required": true, + "types": [ + { + "type": "declaration_list", + "named": true + } + ] + } + }, + "children": { + "multiple": true, + "required": false, + "types": [ + { + "type": "abstract_modifier", + "named": true + }, + { + "type": "arguments", + "named": true + }, + { + "type": "base_clause", + "named": true + }, + { + "type": "class_interface_clause", + "named": true + }, + { + "type": "final_modifier", + "named": true + }, + { + "type": "readonly_modifier", + "named": true + }, + { + "type": "static_modifier", + "named": true + }, + { + "type": "var_modifier", + "named": true + }, + { + "type": "visibility_modifier", + "named": true + } + ] + } + }, + { + "type": "anonymous_function", "named": true, "fields": { "attributes": { @@ -623,17 +691,17 @@ "named": true } ] + }, + "static_modifier": { + "multiple": false, + "required": false, + "types": [ + { + "type": "static_modifier", + "named": true + } + ] } - }, - "children": { - "multiple": false, - "required": false, - "types": [ - { - "type": "static_modifier", - "named": true - } - ] } }, { @@ -1121,6 +1189,10 @@ "multiple": false, "required": true, "types": [ + { + "type": "cast_expression", + "named": true + }, { "type": "dynamic_variable_name", "named": true @@ -1149,6 +1221,10 @@ "type": "scoped_call_expression", "named": true }, + { + "type": "scoped_property_access_expression", + "named": true + }, { "type": "subscript_expression", "named": true @@ -1333,6 +1409,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -2234,6 +2314,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -2836,6 +2920,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -2960,6 +3048,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -3125,21 +3217,6 @@ ] } }, - { - "type": "namespace_aliasing_clause", - "named": true, - "fields": {}, - "children": { - "multiple": false, - "required": true, - "types": [ - { - "type": "name", - "named": true - } - ] - } - }, { "type": "namespace_definition", "named": true, @@ -3181,37 +3258,43 @@ ] } }, - { - "type": "namespace_name_as_prefix", - "named": true, - "fields": {}, - "children": { - "multiple": false, - "required": false, - "types": [ - { - "type": "namespace_name", - "named": true - } - ] - } - }, { "type": "namespace_use_clause", "named": true, - "fields": {}, + "fields": { + "alias": { + "multiple": false, + "required": false, + "types": [ + { + "type": "name", + "named": true + } + ] + }, + "type": { + "multiple": false, + "required": false, + "types": [ + { + "type": "const", + "named": false + }, + { + "type": "function", + "named": false + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ { "type": "name", "named": true }, - { - "type": "namespace_aliasing_clause", - "named": true - }, { "type": "qualified_name", "named": true @@ -3227,10 +3310,6 @@ "multiple": true, "required": true, "types": [ - { - "type": "namespace_name", - "named": true - }, { "type": "namespace_use_clause", "named": true @@ -3245,30 +3324,34 @@ { "type": "namespace_use_group", "named": true, - "fields": {}, - "children": { - "multiple": true, - "required": true, - "types": [ - { - "type": "namespace_use_group_clause", - "named": true - } - ] - } - }, - { - "type": "namespace_use_group_clause", - "named": true, - "fields": {}, + "fields": { + "body": { + "multiple": true, + "required": true, + "types": [ + { + "type": ",", + "named": false + }, + { + "type": "namespace_use_clause", + "named": true + }, + { + "type": "{", + "named": false + }, + { + "type": "}", + "named": false + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ - { - "type": "namespace_aliasing_clause", - "named": true - }, { "type": "namespace_name", "named": true @@ -3414,6 +3497,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -3538,6 +3625,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -3573,36 +3664,17 @@ { "type": "object_creation_expression", "named": true, - "fields": { - "attributes": { - "multiple": false, - "required": false, - "types": [ - { - "type": "attribute_list", - "named": true - } - ] - } - }, + "fields": {}, "children": { "multiple": true, - "required": true, + "required": false, "types": [ { - "type": "arguments", - "named": true - }, - { - "type": "base_clause", + "type": "anonymous_class", "named": true }, { - "type": "class_interface_clause", - "named": true - }, - { - "type": "declaration_list", + "type": "arguments", "named": true }, { @@ -3781,6 +3853,10 @@ "type": "property_element", "named": true }, + { + "type": "property_hook_list", + "named": true + }, { "type": "readonly_modifier", "named": true @@ -3803,32 +3879,109 @@ { "type": "property_element", "named": true, - "fields": {}, + "fields": { + "default_value": { + "multiple": false, + "required": false, + "types": [ + { + "type": "expression", + "named": true + } + ] + }, + "name": { + "multiple": false, + "required": true, + "types": [ + { + "type": "variable_name", + "named": true + } + ] + } + } + }, + { + "type": "property_hook", + "named": true, + "fields": { + "attributes": { + "multiple": false, + "required": false, + "types": [ + { + "type": "attribute_list", + "named": true + } + ] + }, + "body": { + "multiple": false, + "required": false, + "types": [ + { + "type": "compound_statement", + "named": true + }, + { + "type": "expression", + "named": true + } + ] + }, + "final": { + "multiple": false, + "required": false, + "types": [ + { + "type": "final_modifier", + "named": true + } + ] + }, + "parameters": { + "multiple": false, + "required": false, + "types": [ + { + "type": "formal_parameters", + "named": true + } + ] + }, + "reference_modifier": { + "multiple": false, + "required": false, + "types": [ + { + "type": "reference_modifier", + "named": true + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ { - "type": "property_initializer", - "named": true - }, - { - "type": "variable_name", + "type": "name", "named": true } ] } }, { - "type": "property_initializer", + "type": "property_hook_list", "named": true, "fields": {}, "children": { - "multiple": false, - "required": true, + "multiple": true, + "required": false, "types": [ { - "type": "expression", + "type": "property_hook", "named": true } ] @@ -3898,23 +4051,44 @@ } ] } + }, + "children": { + "multiple": false, + "required": false, + "types": [ + { + "type": "property_hook_list", + "named": true + } + ] } }, { "type": "qualified_name", "named": true, - "fields": {}, + "fields": { + "prefix": { + "multiple": true, + "required": true, + "types": [ + { + "type": "\\", + "named": false + }, + { + "type": "namespace_name", + "named": true + } + ] + } + }, "children": { - "multiple": true, + "multiple": false, "required": true, "types": [ { "type": "name", "named": true - }, - { - "type": "namespace_name_as_prefix", - "named": true } ] } @@ -4141,6 +4315,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -4251,6 +4429,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true @@ -4520,6 +4702,10 @@ "type": "nullsafe_member_call_expression", "named": true }, + { + "type": "object_creation_expression", + "named": true + }, { "type": "parenthesized_expression", "named": true diff --git a/php_only/src/parser.c b/php_only/src/parser.c index 688bca67..6898740d 100644 --- a/php_only/src/parser.c +++ b/php_only/src/parser.c @@ -5,15 +5,15 @@ #endif #define LANGUAGE_VERSION 14 -#define STATE_COUNT 2627 -#define LARGE_STATE_COUNT 565 -#define SYMBOL_COUNT 406 +#define STATE_COUNT 2514 +#define LARGE_STATE_COUNT 516 +#define SYMBOL_COUNT 423 #define ALIAS_COUNT 0 #define TOKEN_COUNT 192 #define EXTERNAL_TOKEN_COUNT 12 -#define FIELD_COUNT 26 +#define FIELD_COUNT 29 #define MAX_ALIAS_SEQUENCE_LENGTH 12 -#define PRODUCTION_ID_COUNT 186 +#define PRODUCTION_ID_COUNT 195 enum ts_symbol_identifiers { sym_name = 1, @@ -28,10 +28,10 @@ enum ts_symbol_identifiers { aux_sym_global_declaration_token1 = 10, aux_sym_namespace_definition_token1 = 11, aux_sym_namespace_use_declaration_token1 = 12, - aux_sym_namespace_use_declaration_token2 = 13, - aux_sym_namespace_use_declaration_token3 = 14, - anon_sym_BSLASH = 15, - aux_sym_namespace_aliasing_clause_token1 = 16, + aux_sym_namespace_use_clause_token1 = 13, + aux_sym_namespace_use_clause_token2 = 14, + aux_sym_namespace_use_clause_token3 = 15, + anon_sym_BSLASH = 16, anon_sym_LBRACE = 17, anon_sym_RBRACE = 18, aux_sym_trait_declaration_token1 = 19, @@ -47,15 +47,15 @@ enum ts_symbol_identifiers { aux_sym_abstract_modifier_token1 = 29, aux_sym_readonly_modifier_token1 = 30, aux_sym_class_interface_clause_token1 = 31, - sym_var_modifier = 32, - aux_sym_use_instead_of_clause_token1 = 33, - aux_sym_visibility_modifier_token1 = 34, - aux_sym_visibility_modifier_token2 = 35, - aux_sym_visibility_modifier_token3 = 36, - aux_sym__arrow_function_header_token1 = 37, - anon_sym_EQ_GT = 38, - anon_sym_LPAREN = 39, - anon_sym_RPAREN = 40, + anon_sym_EQ_GT = 32, + sym_var_modifier = 33, + aux_sym_use_instead_of_clause_token1 = 34, + aux_sym_visibility_modifier_token1 = 35, + aux_sym_visibility_modifier_token2 = 36, + aux_sym_visibility_modifier_token3 = 37, + anon_sym_LPAREN = 38, + anon_sym_RPAREN = 39, + aux_sym__arrow_function_header_token1 = 40, anon_sym_DOT_DOT_DOT = 41, anon_sym_QMARK = 42, sym_bottom_type = 43, @@ -123,7 +123,7 @@ enum ts_symbol_identifiers { aux_sym_clone_expression_token1 = 105, anon_sym_COLON_COLON = 106, aux_sym_print_intrinsic_token1 = 107, - aux_sym_object_creation_expression_token1 = 108, + aux_sym__new_non_dereferencable_expression_token1 = 108, anon_sym_DASH_DASH = 109, anon_sym_PLUS_PLUS = 110, anon_sym_STAR_STAR_EQ = 111, @@ -218,32 +218,32 @@ enum ts_symbol_identifiers { sym_namespace_use_declaration = 200, sym_namespace_use_clause = 201, sym_qualified_name = 202, - sym_namespace_name_as_prefix = 203, + sym__name = 203, sym_namespace_name = 204, - sym_namespace_aliasing_clause = 205, - sym_namespace_use_group = 206, - sym_namespace_use_group_clause = 207, - sym_trait_declaration = 208, - sym_interface_declaration = 209, - sym_base_clause = 210, - sym_enum_declaration = 211, - sym_enum_declaration_list = 212, - sym__enum_member_declaration = 213, - sym_enum_case = 214, - sym_class_declaration = 215, - sym_declaration_list = 216, - sym_final_modifier = 217, - sym_abstract_modifier = 218, - sym_readonly_modifier = 219, - sym_class_interface_clause = 220, - sym__member_declaration = 221, - sym_const_declaration = 222, - sym__class_const_declaration = 223, - sym__const_declaration = 224, - sym_property_declaration = 225, - sym__modifier = 226, - sym_property_element = 227, - sym_property_initializer = 228, + sym_namespace_use_group = 205, + sym_trait_declaration = 206, + sym_interface_declaration = 207, + sym_base_clause = 208, + sym_enum_declaration = 209, + sym_enum_declaration_list = 210, + sym__enum_member_declaration = 211, + sym_enum_case = 212, + sym_class_declaration = 213, + sym_declaration_list = 214, + sym_final_modifier = 215, + sym_abstract_modifier = 216, + sym_readonly_modifier = 217, + sym_class_interface_clause = 218, + sym__member_declaration = 219, + sym_const_declaration = 220, + sym__class_const_declaration = 221, + sym__const_declaration = 222, + sym_property_declaration = 223, + sym__modifier = 224, + sym_property_element = 225, + sym_property_hook_list = 226, + sym_property_hook = 227, + sym__property_hook_body = 228, sym_method_declaration = 229, sym_static_modifier = 230, sym_use_declaration = 231, @@ -253,174 +253,191 @@ enum ts_symbol_identifiers { sym_visibility_modifier = 235, sym_function_definition = 236, sym__function_definition_header = 237, - sym__arrow_function_header = 238, - sym_arrow_function = 239, - sym_formal_parameters = 240, - sym_property_promotion_parameter = 241, - sym_simple_parameter = 242, - sym_variadic_parameter = 243, - sym_type = 244, - sym__types = 245, - sym_named_type = 246, - sym_optional_type = 247, - sym_union_type = 248, - sym_intersection_type = 249, - sym_disjunctive_normal_form_type = 250, - sym_primitive_type = 251, - sym_cast_type = 252, - sym__return_type = 253, - sym_const_element = 254, - sym_echo_statement = 255, - sym_exit_statement = 256, - sym_unset_statement = 257, - sym_declare_statement = 258, - sym_declare_directive = 259, - sym_literal = 260, - sym_try_statement = 261, - sym_catch_clause = 262, - sym_type_list = 263, - sym_finally_clause = 264, - sym_goto_statement = 265, - sym_continue_statement = 266, - sym_break_statement = 267, - sym_return_statement = 268, - sym_throw_expression = 269, - sym_while_statement = 270, - sym_do_statement = 271, - sym_for_statement = 272, - sym__expressions = 273, - sym_sequence_expression = 274, - sym_foreach_statement = 275, - sym_foreach_pair = 276, - sym_if_statement = 277, - sym_colon_block = 278, - sym_else_if_clause = 279, - sym_else_clause = 280, - sym_else_if_clause_2 = 281, - sym_else_clause_2 = 282, - sym_match_expression = 283, - sym_match_block = 284, - sym_match_condition_list = 285, - sym_match_conditional_expression = 286, - sym_match_default_expression = 287, - sym_switch_statement = 288, - sym_switch_block = 289, - sym_case_statement = 290, - sym_default_statement = 291, - sym_compound_statement = 292, - sym_named_label_statement = 293, - sym_expression_statement = 294, - sym_expression = 295, - sym__unary_expression = 296, - sym_unary_op_expression = 297, - sym_error_suppression_expression = 298, - sym_clone_expression = 299, - sym_primary_expression = 300, - sym_parenthesized_expression = 301, - sym_class_constant_access_expression = 302, - sym_print_intrinsic = 303, - sym_anonymous_function_creation_expression = 304, - sym_anonymous_function_use_clause = 305, - sym_object_creation_expression = 306, - sym_update_expression = 307, - sym_cast_expression = 308, - sym_cast_variable = 309, - sym_assignment_expression = 310, - sym_reference_assignment_expression = 311, - sym_conditional_expression = 312, - sym_augmented_assignment_expression = 313, - sym_member_access_expression = 314, - sym_nullsafe_member_access_expression = 315, - sym_scoped_property_access_expression = 316, - sym_list_literal = 317, - sym__list_destructing = 318, - sym__array_destructing = 319, - sym__array_destructing_element = 320, - sym_function_call_expression = 321, - sym_scoped_call_expression = 322, - sym__scope_resolution_qualifier = 323, - sym_relative_scope = 324, - sym_variadic_placeholder = 325, - sym_arguments = 326, - sym_argument = 327, - sym__argument_name = 328, - sym_member_call_expression = 329, - sym_nullsafe_member_call_expression = 330, - sym_variadic_unpacking = 331, - sym_subscript_expression = 332, - sym__dereferencable_expression = 333, - sym_array_creation_expression = 334, - sym_attribute_group = 335, - sym_attribute_list = 336, - sym_attribute = 337, - sym__complex_string_part = 338, - sym__simple_string_member_access_expression = 339, - sym__simple_string_subscript_unary_expression = 340, - sym__simple_string_array_access_argument = 341, - sym__simple_string_subscript_expression = 342, - sym__simple_string_part = 343, - aux_sym__interpolated_string_body = 344, - aux_sym__interpolated_string_body_heredoc = 345, - sym_encapsed_string = 346, - sym_string = 347, - sym_string_content = 348, - sym_heredoc_body = 349, - sym_heredoc = 350, - sym_nowdoc_body = 351, - sym_nowdoc = 352, - aux_sym__interpolated_execution_operator_body = 353, - sym_shell_command_expression = 354, - sym_boolean = 355, - sym_null = 356, - sym__string = 357, - sym_dynamic_variable_name = 358, - sym_variable_name = 359, - sym_variable_reference = 360, - sym_by_ref = 361, - sym_yield_expression = 362, - sym_array_element_initializer = 363, - sym_binary_expression = 364, - sym_include_expression = 365, - sym_include_once_expression = 366, - sym_require_expression = 367, - sym_require_once_expression = 368, - sym__reserved_identifier = 369, - aux_sym_program_repeat1 = 370, - aux_sym_function_static_declaration_repeat1 = 371, - aux_sym_global_declaration_repeat1 = 372, - aux_sym_namespace_use_declaration_repeat1 = 373, - aux_sym_namespace_name_repeat1 = 374, - aux_sym_namespace_use_group_repeat1 = 375, - aux_sym_base_clause_repeat1 = 376, - aux_sym_enum_declaration_list_repeat1 = 377, - aux_sym_class_declaration_repeat1 = 378, - aux_sym_declaration_list_repeat1 = 379, - aux_sym__const_declaration_repeat1 = 380, - aux_sym_property_declaration_repeat1 = 381, - aux_sym_use_list_repeat1 = 382, - aux_sym_formal_parameters_repeat1 = 383, - aux_sym_union_type_repeat1 = 384, - aux_sym_intersection_type_repeat1 = 385, - aux_sym_disjunctive_normal_form_type_repeat1 = 386, - aux_sym_unset_statement_repeat1 = 387, - aux_sym_try_statement_repeat1 = 388, - aux_sym_type_list_repeat1 = 389, - aux_sym_if_statement_repeat1 = 390, - aux_sym_if_statement_repeat2 = 391, - aux_sym_match_block_repeat1 = 392, - aux_sym_match_condition_list_repeat1 = 393, - aux_sym_switch_block_repeat1 = 394, - aux_sym_anonymous_function_use_clause_repeat1 = 395, - aux_sym__list_destructing_repeat1 = 396, - aux_sym__array_destructing_repeat1 = 397, - aux_sym_arguments_repeat1 = 398, - aux_sym_array_creation_expression_repeat1 = 399, - aux_sym_attribute_group_repeat1 = 400, - aux_sym_attribute_list_repeat1 = 401, - aux_sym_string_repeat1 = 402, - aux_sym_string_content_repeat1 = 403, - aux_sym_heredoc_body_repeat1 = 404, - aux_sym_nowdoc_body_repeat1 = 405, + sym_anonymous_function = 238, + sym_anonymous_function_use_clause = 239, + sym__anonymous_function_header = 240, + sym__arrow_function_header = 241, + sym_arrow_function = 242, + sym_formal_parameters = 243, + sym_property_promotion_parameter = 244, + sym_simple_parameter = 245, + sym_variadic_parameter = 246, + sym_type = 247, + sym__types = 248, + sym_named_type = 249, + sym_optional_type = 250, + sym_union_type = 251, + sym_intersection_type = 252, + sym_disjunctive_normal_form_type = 253, + sym_primitive_type = 254, + sym_cast_type = 255, + sym__return_type = 256, + sym_const_element = 257, + sym_echo_statement = 258, + sym_exit_statement = 259, + sym_unset_statement = 260, + sym_declare_statement = 261, + sym_declare_directive = 262, + sym_literal = 263, + sym_try_statement = 264, + sym_catch_clause = 265, + sym_type_list = 266, + sym_finally_clause = 267, + sym_goto_statement = 268, + sym_continue_statement = 269, + sym_break_statement = 270, + sym_return_statement = 271, + sym_throw_expression = 272, + sym_while_statement = 273, + sym_do_statement = 274, + sym_for_statement = 275, + sym__expressions = 276, + sym_sequence_expression = 277, + sym_foreach_statement = 278, + sym_foreach_pair = 279, + sym__foreach_value = 280, + sym_if_statement = 281, + sym_colon_block = 282, + sym_else_if_clause = 283, + sym_else_clause = 284, + sym_else_if_clause_2 = 285, + sym_else_clause_2 = 286, + sym_match_expression = 287, + sym_match_block = 288, + sym_match_condition_list = 289, + sym_match_conditional_expression = 290, + sym_match_default_expression = 291, + sym_switch_statement = 292, + sym_switch_block = 293, + sym_case_statement = 294, + sym_default_statement = 295, + sym_compound_statement = 296, + sym_named_label_statement = 297, + sym_expression_statement = 298, + sym_expression = 299, + sym__unary_expression = 300, + sym_unary_op_expression = 301, + sym_error_suppression_expression = 302, + sym_clone_expression = 303, + sym_primary_expression = 304, + sym_parenthesized_expression = 305, + sym_class_constant_access_expression = 306, + sym_print_intrinsic = 307, + sym_object_creation_expression = 308, + sym__new_non_dereferencable_expression = 309, + sym__new_dereferencable_expression = 310, + sym__class_name_reference = 311, + sym_anonymous_class = 312, + sym_update_expression = 313, + sym_cast_expression = 314, + sym_cast_variable = 315, + sym_assignment_expression = 316, + sym_reference_assignment_expression = 317, + sym_conditional_expression = 318, + sym_augmented_assignment_expression = 319, + sym__variable_member_access_expression = 320, + sym_member_access_expression = 321, + sym__variable_nullsafe_member_access_expression = 322, + sym_nullsafe_member_access_expression = 323, + sym__variable_scoped_property_access_expression = 324, + sym_scoped_property_access_expression = 325, + sym_list_literal = 326, + sym__list_destructing = 327, + sym__array_destructing = 328, + sym__array_destructing_element = 329, + sym_function_call_expression = 330, + sym__callable_expression = 331, + sym_scoped_call_expression = 332, + sym__scope_resolution_qualifier = 333, + sym_relative_scope = 334, + sym_variadic_placeholder = 335, + sym_arguments = 336, + sym_argument = 337, + sym__argument_name = 338, + sym_member_call_expression = 339, + sym_nullsafe_member_call_expression = 340, + sym_variadic_unpacking = 341, + sym__member_name = 342, + sym__variable_subscript_expression = 343, + sym__dereferencable_subscript_expression = 344, + sym__dereferencable_expression = 345, + sym__dereferencable_scalar = 346, + sym_array_creation_expression = 347, + sym_attribute_group = 348, + sym_attribute_list = 349, + sym_attribute = 350, + sym__complex_string_part = 351, + sym__simple_string_member_access_expression = 352, + sym__simple_string_subscript_unary_expression = 353, + sym__simple_string_array_access_argument = 354, + sym__simple_string_subscript_expression = 355, + sym__simple_string_part = 356, + aux_sym__interpolated_string_body = 357, + aux_sym__interpolated_string_body_heredoc = 358, + sym_encapsed_string = 359, + sym_string = 360, + sym_string_content = 361, + sym_heredoc_body = 362, + sym_heredoc = 363, + sym_nowdoc_body = 364, + sym_nowdoc = 365, + aux_sym__interpolated_execution_operator_body = 366, + sym_shell_command_expression = 367, + sym_boolean = 368, + sym_null = 369, + sym__string = 370, + sym_dynamic_variable_name = 371, + sym__simple_variable = 372, + sym__new_variable = 373, + sym__callable_variable = 374, + sym_variable_name = 375, + sym_by_ref = 376, + sym_yield_expression = 377, + sym_array_element_initializer = 378, + sym_binary_expression = 379, + sym_include_expression = 380, + sym_include_once_expression = 381, + sym_require_expression = 382, + sym_require_once_expression = 383, + sym__reserved_identifier = 384, + sym__identifier = 385, + sym__semicolon = 386, + aux_sym_program_repeat1 = 387, + aux_sym_function_static_declaration_repeat1 = 388, + aux_sym_global_declaration_repeat1 = 389, + aux_sym_namespace_use_declaration_repeat1 = 390, + aux_sym_namespace_name_repeat1 = 391, + aux_sym_base_clause_repeat1 = 392, + aux_sym_enum_declaration_list_repeat1 = 393, + aux_sym_class_declaration_repeat1 = 394, + aux_sym_declaration_list_repeat1 = 395, + aux_sym__const_declaration_repeat1 = 396, + aux_sym_property_declaration_repeat1 = 397, + aux_sym_property_hook_list_repeat1 = 398, + aux_sym_use_list_repeat1 = 399, + aux_sym_anonymous_function_use_clause_repeat1 = 400, + aux_sym_formal_parameters_repeat1 = 401, + aux_sym_union_type_repeat1 = 402, + aux_sym_intersection_type_repeat1 = 403, + aux_sym_disjunctive_normal_form_type_repeat1 = 404, + aux_sym_unset_statement_repeat1 = 405, + aux_sym_try_statement_repeat1 = 406, + aux_sym_type_list_repeat1 = 407, + aux_sym_if_statement_repeat1 = 408, + aux_sym_if_statement_repeat2 = 409, + aux_sym_match_block_repeat1 = 410, + aux_sym_match_condition_list_repeat1 = 411, + aux_sym_switch_block_repeat1 = 412, + aux_sym__list_destructing_repeat1 = 413, + aux_sym__array_destructing_repeat1 = 414, + aux_sym_arguments_repeat1 = 415, + aux_sym_array_creation_expression_repeat1 = 416, + aux_sym_attribute_group_repeat1 = 417, + aux_sym_attribute_list_repeat1 = 418, + aux_sym_string_repeat1 = 419, + aux_sym_string_content_repeat1 = 420, + aux_sym_heredoc_body_repeat1 = 421, + aux_sym_nowdoc_body_repeat1 = 422, }; static const char * const ts_symbol_names[] = { @@ -437,10 +454,10 @@ static const char * const ts_symbol_names[] = { [aux_sym_global_declaration_token1] = "global", [aux_sym_namespace_definition_token1] = "namespace", [aux_sym_namespace_use_declaration_token1] = "use", - [aux_sym_namespace_use_declaration_token2] = "function", - [aux_sym_namespace_use_declaration_token3] = "const", + [aux_sym_namespace_use_clause_token1] = "function", + [aux_sym_namespace_use_clause_token2] = "const", + [aux_sym_namespace_use_clause_token3] = "as", [anon_sym_BSLASH] = "\\", - [aux_sym_namespace_aliasing_clause_token1] = "as", [anon_sym_LBRACE] = "{", [anon_sym_RBRACE] = "}", [aux_sym_trait_declaration_token1] = "trait", @@ -456,15 +473,15 @@ static const char * const ts_symbol_names[] = { [aux_sym_abstract_modifier_token1] = "abstract", [aux_sym_readonly_modifier_token1] = "readonly", [aux_sym_class_interface_clause_token1] = "implements", + [anon_sym_EQ_GT] = "=>", [sym_var_modifier] = "var_modifier", [aux_sym_use_instead_of_clause_token1] = "insteadof", [aux_sym_visibility_modifier_token1] = "public", [aux_sym_visibility_modifier_token2] = "protected", [aux_sym_visibility_modifier_token3] = "private", - [aux_sym__arrow_function_header_token1] = "fn", - [anon_sym_EQ_GT] = "=>", [anon_sym_LPAREN] = "(", [anon_sym_RPAREN] = ")", + [aux_sym__arrow_function_header_token1] = "fn", [anon_sym_DOT_DOT_DOT] = "...", [anon_sym_QMARK] = "\?", [sym_bottom_type] = "bottom_type", @@ -532,7 +549,7 @@ static const char * const ts_symbol_names[] = { [aux_sym_clone_expression_token1] = "clone", [anon_sym_COLON_COLON] = "::", [aux_sym_print_intrinsic_token1] = "print", - [aux_sym_object_creation_expression_token1] = "new", + [aux_sym__new_non_dereferencable_expression_token1] = "new", [anon_sym_DASH_DASH] = "--", [anon_sym_PLUS_PLUS] = "++", [anon_sym_STAR_STAR_EQ] = "**=", @@ -627,11 +644,9 @@ static const char * const ts_symbol_names[] = { [sym_namespace_use_declaration] = "namespace_use_declaration", [sym_namespace_use_clause] = "namespace_use_clause", [sym_qualified_name] = "qualified_name", - [sym_namespace_name_as_prefix] = "namespace_name_as_prefix", + [sym__name] = "_name", [sym_namespace_name] = "namespace_name", - [sym_namespace_aliasing_clause] = "namespace_aliasing_clause", [sym_namespace_use_group] = "namespace_use_group", - [sym_namespace_use_group_clause] = "namespace_use_group_clause", [sym_trait_declaration] = "trait_declaration", [sym_interface_declaration] = "interface_declaration", [sym_base_clause] = "base_clause", @@ -652,7 +667,9 @@ static const char * const ts_symbol_names[] = { [sym_property_declaration] = "property_declaration", [sym__modifier] = "_modifier", [sym_property_element] = "property_element", - [sym_property_initializer] = "property_initializer", + [sym_property_hook_list] = "property_hook_list", + [sym_property_hook] = "property_hook", + [sym__property_hook_body] = "_property_hook_body", [sym_method_declaration] = "method_declaration", [sym_static_modifier] = "static_modifier", [sym_use_declaration] = "use_declaration", @@ -662,6 +679,9 @@ static const char * const ts_symbol_names[] = { [sym_visibility_modifier] = "visibility_modifier", [sym_function_definition] = "function_definition", [sym__function_definition_header] = "_function_definition_header", + [sym_anonymous_function] = "anonymous_function", + [sym_anonymous_function_use_clause] = "anonymous_function_use_clause", + [sym__anonymous_function_header] = "_anonymous_function_header", [sym__arrow_function_header] = "_arrow_function_header", [sym_arrow_function] = "arrow_function", [sym_formal_parameters] = "formal_parameters", @@ -701,6 +721,7 @@ static const char * const ts_symbol_names[] = { [sym_sequence_expression] = "sequence_expression", [sym_foreach_statement] = "foreach_statement", [sym_foreach_pair] = "pair", + [sym__foreach_value] = "_foreach_value", [sym_if_statement] = "if_statement", [sym_colon_block] = "colon_block", [sym_else_if_clause] = "else_if_clause", @@ -728,9 +749,11 @@ static const char * const ts_symbol_names[] = { [sym_parenthesized_expression] = "parenthesized_expression", [sym_class_constant_access_expression] = "class_constant_access_expression", [sym_print_intrinsic] = "print_intrinsic", - [sym_anonymous_function_creation_expression] = "anonymous_function_creation_expression", - [sym_anonymous_function_use_clause] = "anonymous_function_use_clause", [sym_object_creation_expression] = "object_creation_expression", + [sym__new_non_dereferencable_expression] = "_new_non_dereferencable_expression", + [sym__new_dereferencable_expression] = "_new_dereferencable_expression", + [sym__class_name_reference] = "_class_name_reference", + [sym_anonymous_class] = "anonymous_class", [sym_update_expression] = "update_expression", [sym_cast_expression] = "cast_expression", [sym_cast_variable] = "cast_expression", @@ -738,14 +761,18 @@ static const char * const ts_symbol_names[] = { [sym_reference_assignment_expression] = "reference_assignment_expression", [sym_conditional_expression] = "conditional_expression", [sym_augmented_assignment_expression] = "augmented_assignment_expression", + [sym__variable_member_access_expression] = "member_access_expression", [sym_member_access_expression] = "member_access_expression", + [sym__variable_nullsafe_member_access_expression] = "nullsafe_member_access_expression", [sym_nullsafe_member_access_expression] = "nullsafe_member_access_expression", + [sym__variable_scoped_property_access_expression] = "scoped_property_access_expression", [sym_scoped_property_access_expression] = "scoped_property_access_expression", [sym_list_literal] = "list_literal", [sym__list_destructing] = "_list_destructing", [sym__array_destructing] = "_array_destructing", [sym__array_destructing_element] = "_array_destructing_element", [sym_function_call_expression] = "function_call_expression", + [sym__callable_expression] = "_callable_expression", [sym_scoped_call_expression] = "scoped_call_expression", [sym__scope_resolution_qualifier] = "_scope_resolution_qualifier", [sym_relative_scope] = "relative_scope", @@ -756,8 +783,11 @@ static const char * const ts_symbol_names[] = { [sym_member_call_expression] = "member_call_expression", [sym_nullsafe_member_call_expression] = "nullsafe_member_call_expression", [sym_variadic_unpacking] = "variadic_unpacking", - [sym_subscript_expression] = "subscript_expression", + [sym__member_name] = "_member_name", + [sym__variable_subscript_expression] = "subscript_expression", + [sym__dereferencable_subscript_expression] = "subscript_expression", [sym__dereferencable_expression] = "_dereferencable_expression", + [sym__dereferencable_scalar] = "_dereferencable_scalar", [sym_array_creation_expression] = "array_creation_expression", [sym_attribute_group] = "attribute_group", [sym_attribute_list] = "attribute_list", @@ -783,8 +813,10 @@ static const char * const ts_symbol_names[] = { [sym_null] = "null", [sym__string] = "_string", [sym_dynamic_variable_name] = "dynamic_variable_name", + [sym__simple_variable] = "_simple_variable", + [sym__new_variable] = "_new_variable", + [sym__callable_variable] = "_callable_variable", [sym_variable_name] = "variable_name", - [sym_variable_reference] = "by_ref", [sym_by_ref] = "by_ref", [sym_yield_expression] = "yield_expression", [sym_array_element_initializer] = "array_element_initializer", @@ -794,19 +826,22 @@ static const char * const ts_symbol_names[] = { [sym_require_expression] = "require_expression", [sym_require_once_expression] = "require_once_expression", [sym__reserved_identifier] = "name", + [sym__identifier] = "_identifier", + [sym__semicolon] = "_semicolon", [aux_sym_program_repeat1] = "program_repeat1", [aux_sym_function_static_declaration_repeat1] = "function_static_declaration_repeat1", [aux_sym_global_declaration_repeat1] = "global_declaration_repeat1", [aux_sym_namespace_use_declaration_repeat1] = "namespace_use_declaration_repeat1", [aux_sym_namespace_name_repeat1] = "namespace_name_repeat1", - [aux_sym_namespace_use_group_repeat1] = "namespace_use_group_repeat1", [aux_sym_base_clause_repeat1] = "base_clause_repeat1", [aux_sym_enum_declaration_list_repeat1] = "enum_declaration_list_repeat1", [aux_sym_class_declaration_repeat1] = "class_declaration_repeat1", [aux_sym_declaration_list_repeat1] = "declaration_list_repeat1", [aux_sym__const_declaration_repeat1] = "_const_declaration_repeat1", [aux_sym_property_declaration_repeat1] = "property_declaration_repeat1", + [aux_sym_property_hook_list_repeat1] = "property_hook_list_repeat1", [aux_sym_use_list_repeat1] = "use_list_repeat1", + [aux_sym_anonymous_function_use_clause_repeat1] = "anonymous_function_use_clause_repeat1", [aux_sym_formal_parameters_repeat1] = "formal_parameters_repeat1", [aux_sym_union_type_repeat1] = "union_type_repeat1", [aux_sym_intersection_type_repeat1] = "intersection_type_repeat1", @@ -819,7 +854,6 @@ static const char * const ts_symbol_names[] = { [aux_sym_match_block_repeat1] = "match_block_repeat1", [aux_sym_match_condition_list_repeat1] = "match_condition_list_repeat1", [aux_sym_switch_block_repeat1] = "switch_block_repeat1", - [aux_sym_anonymous_function_use_clause_repeat1] = "anonymous_function_use_clause_repeat1", [aux_sym__list_destructing_repeat1] = "_list_destructing_repeat1", [aux_sym__array_destructing_repeat1] = "_array_destructing_repeat1", [aux_sym_arguments_repeat1] = "arguments_repeat1", @@ -846,10 +880,10 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_global_declaration_token1] = aux_sym_global_declaration_token1, [aux_sym_namespace_definition_token1] = aux_sym_namespace_definition_token1, [aux_sym_namespace_use_declaration_token1] = aux_sym_namespace_use_declaration_token1, - [aux_sym_namespace_use_declaration_token2] = aux_sym_namespace_use_declaration_token2, - [aux_sym_namespace_use_declaration_token3] = aux_sym_namespace_use_declaration_token3, + [aux_sym_namespace_use_clause_token1] = aux_sym_namespace_use_clause_token1, + [aux_sym_namespace_use_clause_token2] = aux_sym_namespace_use_clause_token2, + [aux_sym_namespace_use_clause_token3] = aux_sym_namespace_use_clause_token3, [anon_sym_BSLASH] = anon_sym_BSLASH, - [aux_sym_namespace_aliasing_clause_token1] = aux_sym_namespace_aliasing_clause_token1, [anon_sym_LBRACE] = anon_sym_LBRACE, [anon_sym_RBRACE] = anon_sym_RBRACE, [aux_sym_trait_declaration_token1] = aux_sym_trait_declaration_token1, @@ -865,15 +899,15 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_abstract_modifier_token1] = aux_sym_abstract_modifier_token1, [aux_sym_readonly_modifier_token1] = aux_sym_readonly_modifier_token1, [aux_sym_class_interface_clause_token1] = aux_sym_class_interface_clause_token1, + [anon_sym_EQ_GT] = anon_sym_EQ_GT, [sym_var_modifier] = sym_var_modifier, [aux_sym_use_instead_of_clause_token1] = aux_sym_use_instead_of_clause_token1, [aux_sym_visibility_modifier_token1] = aux_sym_visibility_modifier_token1, [aux_sym_visibility_modifier_token2] = aux_sym_visibility_modifier_token2, [aux_sym_visibility_modifier_token3] = aux_sym_visibility_modifier_token3, - [aux_sym__arrow_function_header_token1] = aux_sym__arrow_function_header_token1, - [anon_sym_EQ_GT] = anon_sym_EQ_GT, [anon_sym_LPAREN] = anon_sym_LPAREN, [anon_sym_RPAREN] = anon_sym_RPAREN, + [aux_sym__arrow_function_header_token1] = aux_sym__arrow_function_header_token1, [anon_sym_DOT_DOT_DOT] = anon_sym_DOT_DOT_DOT, [anon_sym_QMARK] = anon_sym_QMARK, [sym_bottom_type] = sym_bottom_type, @@ -941,7 +975,7 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_clone_expression_token1] = aux_sym_clone_expression_token1, [anon_sym_COLON_COLON] = anon_sym_COLON_COLON, [aux_sym_print_intrinsic_token1] = aux_sym_print_intrinsic_token1, - [aux_sym_object_creation_expression_token1] = aux_sym_object_creation_expression_token1, + [aux_sym__new_non_dereferencable_expression_token1] = aux_sym__new_non_dereferencable_expression_token1, [anon_sym_DASH_DASH] = anon_sym_DASH_DASH, [anon_sym_PLUS_PLUS] = anon_sym_PLUS_PLUS, [anon_sym_STAR_STAR_EQ] = anon_sym_STAR_STAR_EQ, @@ -1036,11 +1070,9 @@ static const TSSymbol ts_symbol_map[] = { [sym_namespace_use_declaration] = sym_namespace_use_declaration, [sym_namespace_use_clause] = sym_namespace_use_clause, [sym_qualified_name] = sym_qualified_name, - [sym_namespace_name_as_prefix] = sym_namespace_name_as_prefix, + [sym__name] = sym__name, [sym_namespace_name] = sym_namespace_name, - [sym_namespace_aliasing_clause] = sym_namespace_aliasing_clause, [sym_namespace_use_group] = sym_namespace_use_group, - [sym_namespace_use_group_clause] = sym_namespace_use_group_clause, [sym_trait_declaration] = sym_trait_declaration, [sym_interface_declaration] = sym_interface_declaration, [sym_base_clause] = sym_base_clause, @@ -1061,7 +1093,9 @@ static const TSSymbol ts_symbol_map[] = { [sym_property_declaration] = sym_property_declaration, [sym__modifier] = sym__modifier, [sym_property_element] = sym_property_element, - [sym_property_initializer] = sym_property_initializer, + [sym_property_hook_list] = sym_property_hook_list, + [sym_property_hook] = sym_property_hook, + [sym__property_hook_body] = sym__property_hook_body, [sym_method_declaration] = sym_method_declaration, [sym_static_modifier] = sym_static_modifier, [sym_use_declaration] = sym_use_declaration, @@ -1071,6 +1105,9 @@ static const TSSymbol ts_symbol_map[] = { [sym_visibility_modifier] = sym_visibility_modifier, [sym_function_definition] = sym_function_definition, [sym__function_definition_header] = sym__function_definition_header, + [sym_anonymous_function] = sym_anonymous_function, + [sym_anonymous_function_use_clause] = sym_anonymous_function_use_clause, + [sym__anonymous_function_header] = sym__anonymous_function_header, [sym__arrow_function_header] = sym__arrow_function_header, [sym_arrow_function] = sym_arrow_function, [sym_formal_parameters] = sym_formal_parameters, @@ -1110,6 +1147,7 @@ static const TSSymbol ts_symbol_map[] = { [sym_sequence_expression] = sym_sequence_expression, [sym_foreach_statement] = sym_foreach_statement, [sym_foreach_pair] = sym_foreach_pair, + [sym__foreach_value] = sym__foreach_value, [sym_if_statement] = sym_if_statement, [sym_colon_block] = sym_colon_block, [sym_else_if_clause] = sym_else_if_clause, @@ -1137,9 +1175,11 @@ static const TSSymbol ts_symbol_map[] = { [sym_parenthesized_expression] = sym_parenthesized_expression, [sym_class_constant_access_expression] = sym_class_constant_access_expression, [sym_print_intrinsic] = sym_print_intrinsic, - [sym_anonymous_function_creation_expression] = sym_anonymous_function_creation_expression, - [sym_anonymous_function_use_clause] = sym_anonymous_function_use_clause, [sym_object_creation_expression] = sym_object_creation_expression, + [sym__new_non_dereferencable_expression] = sym__new_non_dereferencable_expression, + [sym__new_dereferencable_expression] = sym__new_dereferencable_expression, + [sym__class_name_reference] = sym__class_name_reference, + [sym_anonymous_class] = sym_anonymous_class, [sym_update_expression] = sym_update_expression, [sym_cast_expression] = sym_cast_expression, [sym_cast_variable] = sym_cast_expression, @@ -1147,14 +1187,18 @@ static const TSSymbol ts_symbol_map[] = { [sym_reference_assignment_expression] = sym_reference_assignment_expression, [sym_conditional_expression] = sym_conditional_expression, [sym_augmented_assignment_expression] = sym_augmented_assignment_expression, + [sym__variable_member_access_expression] = sym_member_access_expression, [sym_member_access_expression] = sym_member_access_expression, + [sym__variable_nullsafe_member_access_expression] = sym_nullsafe_member_access_expression, [sym_nullsafe_member_access_expression] = sym_nullsafe_member_access_expression, + [sym__variable_scoped_property_access_expression] = sym_scoped_property_access_expression, [sym_scoped_property_access_expression] = sym_scoped_property_access_expression, [sym_list_literal] = sym_list_literal, [sym__list_destructing] = sym__list_destructing, [sym__array_destructing] = sym__array_destructing, [sym__array_destructing_element] = sym__array_destructing_element, [sym_function_call_expression] = sym_function_call_expression, + [sym__callable_expression] = sym__callable_expression, [sym_scoped_call_expression] = sym_scoped_call_expression, [sym__scope_resolution_qualifier] = sym__scope_resolution_qualifier, [sym_relative_scope] = sym_relative_scope, @@ -1165,8 +1209,11 @@ static const TSSymbol ts_symbol_map[] = { [sym_member_call_expression] = sym_member_call_expression, [sym_nullsafe_member_call_expression] = sym_nullsafe_member_call_expression, [sym_variadic_unpacking] = sym_variadic_unpacking, - [sym_subscript_expression] = sym_subscript_expression, + [sym__member_name] = sym__member_name, + [sym__variable_subscript_expression] = sym__variable_subscript_expression, + [sym__dereferencable_subscript_expression] = sym__variable_subscript_expression, [sym__dereferencable_expression] = sym__dereferencable_expression, + [sym__dereferencable_scalar] = sym__dereferencable_scalar, [sym_array_creation_expression] = sym_array_creation_expression, [sym_attribute_group] = sym_attribute_group, [sym_attribute_list] = sym_attribute_list, @@ -1175,7 +1222,7 @@ static const TSSymbol ts_symbol_map[] = { [sym__simple_string_member_access_expression] = sym_member_access_expression, [sym__simple_string_subscript_unary_expression] = sym_unary_op_expression, [sym__simple_string_array_access_argument] = sym__simple_string_array_access_argument, - [sym__simple_string_subscript_expression] = sym_subscript_expression, + [sym__simple_string_subscript_expression] = sym__variable_subscript_expression, [sym__simple_string_part] = sym__simple_string_part, [aux_sym__interpolated_string_body] = aux_sym__interpolated_string_body, [aux_sym__interpolated_string_body_heredoc] = aux_sym__interpolated_string_body_heredoc, @@ -1192,8 +1239,10 @@ static const TSSymbol ts_symbol_map[] = { [sym_null] = sym_null, [sym__string] = sym__string, [sym_dynamic_variable_name] = sym_dynamic_variable_name, + [sym__simple_variable] = sym__simple_variable, + [sym__new_variable] = sym__new_variable, + [sym__callable_variable] = sym__callable_variable, [sym_variable_name] = sym_variable_name, - [sym_variable_reference] = sym_by_ref, [sym_by_ref] = sym_by_ref, [sym_yield_expression] = sym_yield_expression, [sym_array_element_initializer] = sym_array_element_initializer, @@ -1203,19 +1252,22 @@ static const TSSymbol ts_symbol_map[] = { [sym_require_expression] = sym_require_expression, [sym_require_once_expression] = sym_require_once_expression, [sym__reserved_identifier] = sym_name, + [sym__identifier] = sym__identifier, + [sym__semicolon] = sym__semicolon, [aux_sym_program_repeat1] = aux_sym_program_repeat1, [aux_sym_function_static_declaration_repeat1] = aux_sym_function_static_declaration_repeat1, [aux_sym_global_declaration_repeat1] = aux_sym_global_declaration_repeat1, [aux_sym_namespace_use_declaration_repeat1] = aux_sym_namespace_use_declaration_repeat1, [aux_sym_namespace_name_repeat1] = aux_sym_namespace_name_repeat1, - [aux_sym_namespace_use_group_repeat1] = aux_sym_namespace_use_group_repeat1, [aux_sym_base_clause_repeat1] = aux_sym_base_clause_repeat1, [aux_sym_enum_declaration_list_repeat1] = aux_sym_enum_declaration_list_repeat1, [aux_sym_class_declaration_repeat1] = aux_sym_class_declaration_repeat1, [aux_sym_declaration_list_repeat1] = aux_sym_declaration_list_repeat1, [aux_sym__const_declaration_repeat1] = aux_sym__const_declaration_repeat1, [aux_sym_property_declaration_repeat1] = aux_sym_property_declaration_repeat1, + [aux_sym_property_hook_list_repeat1] = aux_sym_property_hook_list_repeat1, [aux_sym_use_list_repeat1] = aux_sym_use_list_repeat1, + [aux_sym_anonymous_function_use_clause_repeat1] = aux_sym_anonymous_function_use_clause_repeat1, [aux_sym_formal_parameters_repeat1] = aux_sym_formal_parameters_repeat1, [aux_sym_union_type_repeat1] = aux_sym_union_type_repeat1, [aux_sym_intersection_type_repeat1] = aux_sym_intersection_type_repeat1, @@ -1228,7 +1280,6 @@ static const TSSymbol ts_symbol_map[] = { [aux_sym_match_block_repeat1] = aux_sym_match_block_repeat1, [aux_sym_match_condition_list_repeat1] = aux_sym_match_condition_list_repeat1, [aux_sym_switch_block_repeat1] = aux_sym_switch_block_repeat1, - [aux_sym_anonymous_function_use_clause_repeat1] = aux_sym_anonymous_function_use_clause_repeat1, [aux_sym__list_destructing_repeat1] = aux_sym__list_destructing_repeat1, [aux_sym__array_destructing_repeat1] = aux_sym__array_destructing_repeat1, [aux_sym_arguments_repeat1] = aux_sym_arguments_repeat1, @@ -1294,19 +1345,19 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym_namespace_use_declaration_token2] = { + [aux_sym_namespace_use_clause_token1] = { .visible = true, .named = false, }, - [aux_sym_namespace_use_declaration_token3] = { + [aux_sym_namespace_use_clause_token2] = { .visible = true, .named = false, }, - [anon_sym_BSLASH] = { + [aux_sym_namespace_use_clause_token3] = { .visible = true, .named = false, }, - [aux_sym_namespace_aliasing_clause_token1] = { + [anon_sym_BSLASH] = { .visible = true, .named = false, }, @@ -1370,6 +1421,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, + [anon_sym_EQ_GT] = { + .visible = true, + .named = false, + }, [sym_var_modifier] = { .visible = true, .named = true, @@ -1390,19 +1445,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym__arrow_function_header_token1] = { - .visible = true, - .named = false, - }, - [anon_sym_EQ_GT] = { + [anon_sym_LPAREN] = { .visible = true, .named = false, }, - [anon_sym_LPAREN] = { + [anon_sym_RPAREN] = { .visible = true, .named = false, }, - [anon_sym_RPAREN] = { + [aux_sym__arrow_function_header_token1] = { .visible = true, .named = false, }, @@ -1674,7 +1725,7 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = false, }, - [aux_sym_object_creation_expression_token1] = { + [aux_sym__new_non_dereferencable_expression_token1] = { .visible = true, .named = false, }, @@ -2055,26 +2106,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_namespace_name_as_prefix] = { - .visible = true, + [sym__name] = { + .visible = false, .named = true, }, [sym_namespace_name] = { .visible = true, .named = true, }, - [sym_namespace_aliasing_clause] = { - .visible = true, - .named = true, - }, [sym_namespace_use_group] = { .visible = true, .named = true, }, - [sym_namespace_use_group_clause] = { - .visible = true, - .named = true, - }, [sym_trait_declaration] = { .visible = true, .named = true, @@ -2155,10 +2198,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_property_initializer] = { + [sym_property_hook_list] = { .visible = true, .named = true, }, + [sym_property_hook] = { + .visible = true, + .named = true, + }, + [sym__property_hook_body] = { + .visible = false, + .named = true, + }, [sym_method_declaration] = { .visible = true, .named = true, @@ -2195,6 +2246,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym_anonymous_function] = { + .visible = true, + .named = true, + }, + [sym_anonymous_function_use_clause] = { + .visible = true, + .named = true, + }, + [sym__anonymous_function_header] = { + .visible = false, + .named = true, + }, [sym__arrow_function_header] = { .visible = false, .named = true, @@ -2353,6 +2416,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__foreach_value] = { + .visible = false, + .named = true, + }, [sym_if_statement] = { .visible = true, .named = true, @@ -2463,15 +2530,23 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_anonymous_function_creation_expression] = { + [sym_object_creation_expression] = { .visible = true, .named = true, }, - [sym_anonymous_function_use_clause] = { - .visible = true, + [sym__new_non_dereferencable_expression] = { + .visible = false, .named = true, }, - [sym_object_creation_expression] = { + [sym__new_dereferencable_expression] = { + .visible = false, + .named = true, + }, + [sym__class_name_reference] = { + .visible = false, + .named = true, + }, + [sym_anonymous_class] = { .visible = true, .named = true, }, @@ -2503,14 +2578,26 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__variable_member_access_expression] = { + .visible = true, + .named = true, + }, [sym_member_access_expression] = { .visible = true, .named = true, }, + [sym__variable_nullsafe_member_access_expression] = { + .visible = true, + .named = true, + }, [sym_nullsafe_member_access_expression] = { .visible = true, .named = true, }, + [sym__variable_scoped_property_access_expression] = { + .visible = true, + .named = true, + }, [sym_scoped_property_access_expression] = { .visible = true, .named = true, @@ -2535,6 +2622,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__callable_expression] = { + .visible = false, + .named = true, + }, [sym_scoped_call_expression] = { .visible = true, .named = true, @@ -2575,7 +2666,15 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_subscript_expression] = { + [sym__member_name] = { + .visible = false, + .named = true, + }, + [sym__variable_subscript_expression] = { + .visible = true, + .named = true, + }, + [sym__dereferencable_subscript_expression] = { .visible = true, .named = true, }, @@ -2583,6 +2682,10 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = true, }, + [sym__dereferencable_scalar] = { + .visible = false, + .named = true, + }, [sym_array_creation_expression] = { .visible = true, .named = true, @@ -2683,11 +2786,19 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, - [sym_variable_name] = { - .visible = true, + [sym__simple_variable] = { + .visible = false, .named = true, }, - [sym_variable_reference] = { + [sym__new_variable] = { + .visible = false, + .named = true, + }, + [sym__callable_variable] = { + .visible = false, + .named = true, + }, + [sym_variable_name] = { .visible = true, .named = true, }, @@ -2727,6 +2838,14 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = true, .named = true, }, + [sym__identifier] = { + .visible = false, + .named = true, + }, + [sym__semicolon] = { + .visible = false, + .named = true, + }, [aux_sym_program_repeat1] = { .visible = false, .named = false, @@ -2747,10 +2866,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_namespace_use_group_repeat1] = { - .visible = false, - .named = false, - }, [aux_sym_base_clause_repeat1] = { .visible = false, .named = false, @@ -2775,10 +2890,18 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, + [aux_sym_property_hook_list_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_use_list_repeat1] = { .visible = false, .named = false, }, + [aux_sym_anonymous_function_use_clause_repeat1] = { + .visible = false, + .named = false, + }, [aux_sym_formal_parameters_repeat1] = { .visible = false, .named = false, @@ -2827,10 +2950,6 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { .visible = false, .named = false, }, - [aux_sym_anonymous_function_use_clause_repeat1] = { - .visible = false, - .named = false, - }, [aux_sym__list_destructing_repeat1] = { .visible = false, .named = false, @@ -2874,36 +2993,40 @@ static const TSSymbolMetadata ts_symbol_metadata[] = { }; enum ts_field_identifiers { - field_alternative = 1, - field_argument = 2, - field_arguments = 3, - field_attributes = 4, - field_body = 5, - field_condition = 6, - field_conditional_expressions = 7, - field_default_value = 8, - field_end_tag = 9, - field_function = 10, - field_identifier = 11, - field_left = 12, - field_name = 13, - field_object = 14, - field_operator = 15, - field_parameters = 16, - field_readonly = 17, - field_reference_modifier = 18, - field_return_expression = 19, - field_return_type = 20, - field_right = 21, - field_scope = 22, - field_static_modifier = 23, - field_type = 24, - field_value = 25, - field_visibility = 26, + field_alias = 1, + field_alternative = 2, + field_argument = 3, + field_arguments = 4, + field_attributes = 5, + field_body = 6, + field_condition = 7, + field_conditional_expressions = 8, + field_default_value = 9, + field_end_tag = 10, + field_final = 11, + field_function = 12, + field_identifier = 13, + field_left = 14, + field_name = 15, + field_object = 16, + field_operator = 17, + field_parameters = 18, + field_prefix = 19, + field_readonly = 20, + field_reference_modifier = 21, + field_return_expression = 22, + field_return_type = 23, + field_right = 24, + field_scope = 25, + field_static_modifier = 26, + field_type = 27, + field_value = 28, + field_visibility = 29, }; static const char * const ts_field_names[] = { [0] = NULL, + [field_alias] = "alias", [field_alternative] = "alternative", [field_argument] = "argument", [field_arguments] = "arguments", @@ -2913,6 +3036,7 @@ static const char * const ts_field_names[] = { [field_conditional_expressions] = "conditional_expressions", [field_default_value] = "default_value", [field_end_tag] = "end_tag", + [field_final] = "final", [field_function] = "function", [field_identifier] = "identifier", [field_left] = "left", @@ -2920,6 +3044,7 @@ static const char * const ts_field_names[] = { [field_object] = "object", [field_operator] = "operator", [field_parameters] = "parameters", + [field_prefix] = "prefix", [field_readonly] = "readonly", [field_reference_modifier] = "reference_modifier", [field_return_expression] = "return_expression", @@ -2934,907 +3059,913 @@ static const char * const ts_field_names[] = { static const TSFieldMapSlice ts_field_map_slices[PRODUCTION_ID_COUNT] = { [1] = {.index = 0, .length = 1}, - [2] = {.index = 1, .length = 1}, - [3] = {.index = 2, .length = 1}, - [4] = {.index = 3, .length = 1}, - [5] = {.index = 4, .length = 2}, - [7] = {.index = 6, .length = 2}, - [8] = {.index = 8, .length = 2}, - [9] = {.index = 10, .length = 4}, - [10] = {.index = 14, .length = 2}, - [11] = {.index = 16, .length = 1}, - [12] = {.index = 17, .length = 2}, - [13] = {.index = 19, .length = 2}, - [14] = {.index = 21, .length = 2}, - [15] = {.index = 23, .length = 2}, - [16] = {.index = 25, .length = 2}, - [18] = {.index = 27, .length = 2}, - [19] = {.index = 29, .length = 2}, - [20] = {.index = 31, .length = 1}, - [21] = {.index = 32, .length = 5}, - [22] = {.index = 37, .length = 3}, - [23] = {.index = 40, .length = 2}, - [24] = {.index = 42, .length = 2}, - [25] = {.index = 44, .length = 2}, - [26] = {.index = 46, .length = 2}, - [27] = {.index = 48, .length = 5}, - [28] = {.index = 53, .length = 2}, - [29] = {.index = 55, .length = 2}, - [30] = {.index = 57, .length = 2}, - [31] = {.index = 59, .length = 2}, - [32] = {.index = 61, .length = 2}, - [33] = {.index = 63, .length = 3}, - [34] = {.index = 66, .length = 2}, - [35] = {.index = 68, .length = 3}, - [36] = {.index = 71, .length = 1}, - [37] = {.index = 72, .length = 3}, - [38] = {.index = 75, .length = 2}, - [39] = {.index = 77, .length = 1}, - [40] = {.index = 78, .length = 2}, - [41] = {.index = 80, .length = 2}, - [42] = {.index = 82, .length = 3}, - [43] = {.index = 85, .length = 2}, + [3] = {.index = 1, .length = 2}, + [4] = {.index = 3, .length = 2}, + [5] = {.index = 5, .length = 1}, + [6] = {.index = 6, .length = 1}, + [7] = {.index = 7, .length = 1}, + [8] = {.index = 8, .length = 1}, + [9] = {.index = 9, .length = 2}, + [11] = {.index = 11, .length = 2}, + [12] = {.index = 13, .length = 4}, + [13] = {.index = 17, .length = 6}, + [14] = {.index = 23, .length = 2}, + [15] = {.index = 25, .length = 2}, + [16] = {.index = 27, .length = 1}, + [17] = {.index = 28, .length = 1}, + [18] = {.index = 29, .length = 2}, + [19] = {.index = 31, .length = 2}, + [20] = {.index = 33, .length = 2}, + [22] = {.index = 35, .length = 2}, + [23] = {.index = 37, .length = 2}, + [24] = {.index = 39, .length = 2}, + [25] = {.index = 41, .length = 2}, + [26] = {.index = 43, .length = 2}, + [27] = {.index = 45, .length = 6}, + [28] = {.index = 51, .length = 3}, + [29] = {.index = 54, .length = 2}, + [30] = {.index = 56, .length = 2}, + [31] = {.index = 58, .length = 2}, + [32] = {.index = 60, .length = 5}, + [33] = {.index = 65, .length = 2}, + [34] = {.index = 67, .length = 1}, + [35] = {.index = 68, .length = 2}, + [36] = {.index = 70, .length = 2}, + [37] = {.index = 72, .length = 2}, + [38] = {.index = 74, .length = 2}, + [39] = {.index = 76, .length = 3}, + [40] = {.index = 79, .length = 2}, + [41] = {.index = 81, .length = 1}, + [42] = {.index = 82, .length = 2}, + [43] = {.index = 84, .length = 3}, [44] = {.index = 87, .length = 1}, - [45] = {.index = 88, .length = 3}, - [46] = {.index = 91, .length = 3}, - [47] = {.index = 94, .length = 1}, - [50] = {.index = 95, .length = 2}, - [51] = {.index = 97, .length = 3}, - [52] = {.index = 100, .length = 2}, - [53] = {.index = 1, .length = 1}, - [54] = {.index = 102, .length = 1}, - [55] = {.index = 103, .length = 1}, - [56] = {.index = 104, .length = 3}, - [57] = {.index = 107, .length = 2}, - [58] = {.index = 109, .length = 2}, - [59] = {.index = 111, .length = 2}, - [60] = {.index = 113, .length = 2}, - [61] = {.index = 115, .length = 3}, - [62] = {.index = 118, .length = 3}, - [63] = {.index = 121, .length = 3}, - [64] = {.index = 124, .length = 3}, - [65] = {.index = 127, .length = 3}, - [66] = {.index = 130, .length = 3}, - [67] = {.index = 133, .length = 2}, - [68] = {.index = 135, .length = 2}, - [69] = {.index = 137, .length = 2}, - [70] = {.index = 139, .length = 3}, - [71] = {.index = 142, .length = 3}, - [72] = {.index = 145, .length = 2}, - [73] = {.index = 147, .length = 3}, - [74] = {.index = 150, .length = 2}, - [75] = {.index = 152, .length = 3}, - [76] = {.index = 155, .length = 3}, - [77] = {.index = 158, .length = 3}, - [78] = {.index = 161, .length = 2}, - [79] = {.index = 163, .length = 3}, - [80] = {.index = 166, .length = 4}, - [81] = {.index = 170, .length = 3}, - [82] = {.index = 173, .length = 3}, - [83] = {.index = 176, .length = 1}, - [84] = {.index = 177, .length = 3}, - [85] = {.index = 180, .length = 2}, - [86] = {.index = 182, .length = 2}, - [87] = {.index = 182, .length = 2}, - [88] = {.index = 184, .length = 2}, - [89] = {.index = 186, .length = 4}, - [90] = {.index = 190, .length = 2}, - [91] = {.index = 192, .length = 3}, - [92] = {.index = 195, .length = 3}, - [93] = {.index = 198, .length = 2}, - [94] = {.index = 200, .length = 3}, - [95] = {.index = 203, .length = 2}, - [96] = {.index = 205, .length = 4}, - [97] = {.index = 209, .length = 4}, - [98] = {.index = 213, .length = 3}, - [99] = {.index = 216, .length = 3}, - [100] = {.index = 219, .length = 3}, - [102] = {.index = 222, .length = 2}, - [103] = {.index = 224, .length = 4}, - [104] = {.index = 228, .length = 4}, - [105] = {.index = 232, .length = 3}, - [106] = {.index = 235, .length = 3}, - [107] = {.index = 238, .length = 4}, - [108] = {.index = 242, .length = 4}, - [109] = {.index = 246, .length = 3}, - [110] = {.index = 249, .length = 3}, - [111] = {.index = 252, .length = 3}, - [112] = {.index = 255, .length = 1}, - [113] = {.index = 256, .length = 2}, - [114] = {.index = 258, .length = 3}, - [115] = {.index = 261, .length = 4}, - [116] = {.index = 265, .length = 3}, - [117] = {.index = 268, .length = 3}, - [118] = {.index = 271, .length = 3}, - [119] = {.index = 274, .length = 3}, - [120] = {.index = 277, .length = 4}, - [121] = {.index = 281, .length = 4}, - [122] = {.index = 285, .length = 3}, - [123] = {.index = 288, .length = 4}, - [124] = {.index = 292, .length = 3}, - [125] = {.index = 295, .length = 4}, - [126] = {.index = 299, .length = 2}, - [127] = {.index = 301, .length = 4}, - [128] = {.index = 305, .length = 3}, - [129] = {.index = 308, .length = 4}, - [130] = {.index = 312, .length = 2}, - [131] = {.index = 314, .length = 1}, - [132] = {.index = 315, .length = 2}, - [133] = {.index = 317, .length = 1}, - [136] = {.index = 318, .length = 3}, - [137] = {.index = 321, .length = 3}, - [138] = {.index = 324, .length = 3}, - [139] = {.index = 327, .length = 5}, - [140] = {.index = 332, .length = 4}, - [141] = {.index = 336, .length = 4}, - [142] = {.index = 340, .length = 3}, - [143] = {.index = 343, .length = 3}, - [144] = {.index = 346, .length = 5}, - [145] = {.index = 351, .length = 4}, - [146] = {.index = 355, .length = 4}, - [147] = {.index = 359, .length = 3}, - [148] = {.index = 359, .length = 3}, - [149] = {.index = 362, .length = 5}, - [150] = {.index = 367, .length = 5}, - [151] = {.index = 372, .length = 4}, - [152] = {.index = 376, .length = 4}, - [153] = {.index = 380, .length = 3}, - [154] = {.index = 383, .length = 2}, - [155] = {.index = 385, .length = 4}, - [156] = {.index = 389, .length = 4}, - [157] = {.index = 393, .length = 4}, - [158] = {.index = 397, .length = 4}, - [159] = {.index = 401, .length = 5}, - [160] = {.index = 406, .length = 4}, - [161] = {.index = 410, .length = 4}, - [162] = {.index = 414, .length = 4}, - [163] = {.index = 418, .length = 1}, - [164] = {.index = 419, .length = 4}, - [165] = {.index = 423, .length = 5}, - [166] = {.index = 428, .length = 2}, - [167] = {.index = 430, .length = 1}, - [168] = {.index = 431, .length = 3}, - [169] = {.index = 434, .length = 5}, - [170] = {.index = 439, .length = 5}, - [171] = {.index = 444, .length = 3}, - [172] = {.index = 447, .length = 6}, - [173] = {.index = 453, .length = 5}, - [174] = {.index = 458, .length = 5}, - [175] = {.index = 463, .length = 3}, - [176] = {.index = 466, .length = 5}, - [177] = {.index = 471, .length = 5}, - [178] = {.index = 476, .length = 5}, - [179] = {.index = 481, .length = 5}, - [180] = {.index = 486, .length = 2}, - [181] = {.index = 488, .length = 2}, - [182] = {.index = 490, .length = 3}, - [183] = {.index = 493, .length = 6}, - [184] = {.index = 499, .length = 6}, - [185] = {.index = 505, .length = 3}, + [45] = {.index = 88, .length = 2}, + [46] = {.index = 90, .length = 2}, + [47] = {.index = 92, .length = 2}, + [48] = {.index = 94, .length = 1}, + [49] = {.index = 95, .length = 3}, + [50] = {.index = 98, .length = 3}, + [51] = {.index = 101, .length = 1}, + [52] = {.index = 102, .length = 2}, + [55] = {.index = 104, .length = 2}, + [56] = {.index = 106, .length = 2}, + [57] = {.index = 108, .length = 3}, + [58] = {.index = 111, .length = 2}, + [59] = {.index = 5, .length = 1}, + [60] = {.index = 113, .length = 1}, + [61] = {.index = 114, .length = 1}, + [62] = {.index = 115, .length = 3}, + [63] = {.index = 118, .length = 3}, + [64] = {.index = 121, .length = 2}, + [65] = {.index = 123, .length = 2}, + [66] = {.index = 125, .length = 3}, + [67] = {.index = 128, .length = 3}, + [68] = {.index = 131, .length = 3}, + [69] = {.index = 134, .length = 3}, + [70] = {.index = 137, .length = 3}, + [71] = {.index = 140, .length = 3}, + [72] = {.index = 143, .length = 2}, + [73] = {.index = 145, .length = 2}, + [74] = {.index = 147, .length = 2}, + [75] = {.index = 149, .length = 3}, + [76] = {.index = 152, .length = 3}, + [77] = {.index = 155, .length = 2}, + [78] = {.index = 157, .length = 3}, + [79] = {.index = 160, .length = 2}, + [80] = {.index = 162, .length = 3}, + [81] = {.index = 165, .length = 3}, + [82] = {.index = 168, .length = 3}, + [83] = {.index = 171, .length = 2}, + [84] = {.index = 173, .length = 3}, + [85] = {.index = 176, .length = 3}, + [86] = {.index = 179, .length = 1}, + [87] = {.index = 180, .length = 3}, + [88] = {.index = 183, .length = 2}, + [89] = {.index = 185, .length = 2}, + [90] = {.index = 185, .length = 2}, + [91] = {.index = 187, .length = 2}, + [92] = {.index = 189, .length = 4}, + [93] = {.index = 193, .length = 2}, + [94] = {.index = 195, .length = 1}, + [95] = {.index = 196, .length = 2}, + [96] = {.index = 198, .length = 3}, + [97] = {.index = 201, .length = 3}, + [98] = {.index = 204, .length = 2}, + [99] = {.index = 206, .length = 3}, + [100] = {.index = 209, .length = 2}, + [101] = {.index = 211, .length = 4}, + [102] = {.index = 215, .length = 3}, + [103] = {.index = 218, .length = 3}, + [105] = {.index = 221, .length = 4}, + [106] = {.index = 225, .length = 3}, + [107] = {.index = 228, .length = 3}, + [108] = {.index = 231, .length = 4}, + [109] = {.index = 235, .length = 4}, + [110] = {.index = 239, .length = 3}, + [111] = {.index = 242, .length = 1}, + [112] = {.index = 243, .length = 2}, + [113] = {.index = 245, .length = 3}, + [114] = {.index = 248, .length = 3}, + [115] = {.index = 251, .length = 4}, + [116] = {.index = 255, .length = 3}, + [117] = {.index = 258, .length = 3}, + [118] = {.index = 261, .length = 3}, + [119] = {.index = 264, .length = 3}, + [120] = {.index = 267, .length = 4}, + [121] = {.index = 271, .length = 4}, + [122] = {.index = 275, .length = 3}, + [123] = {.index = 278, .length = 4}, + [124] = {.index = 282, .length = 3}, + [125] = {.index = 285, .length = 2}, + [126] = {.index = 287, .length = 4}, + [127] = {.index = 291, .length = 4}, + [128] = {.index = 295, .length = 3}, + [129] = {.index = 298, .length = 2}, + [130] = {.index = 300, .length = 1}, + [131] = {.index = 301, .length = 2}, + [132] = {.index = 303, .length = 1}, + [133] = {.index = 304, .length = 1}, + [134] = {.index = 305, .length = 2}, + [137] = {.index = 307, .length = 3}, + [138] = {.index = 310, .length = 3}, + [139] = {.index = 313, .length = 3}, + [140] = {.index = 316, .length = 4}, + [141] = {.index = 320, .length = 4}, + [142] = {.index = 324, .length = 3}, + [143] = {.index = 324, .length = 3}, + [144] = {.index = 327, .length = 5}, + [145] = {.index = 332, .length = 4}, + [146] = {.index = 336, .length = 3}, + [147] = {.index = 339, .length = 2}, + [148] = {.index = 341, .length = 4}, + [149] = {.index = 345, .length = 4}, + [150] = {.index = 349, .length = 4}, + [151] = {.index = 353, .length = 1}, + [152] = {.index = 354, .length = 1}, + [153] = {.index = 355, .length = 4}, + [154] = {.index = 359, .length = 4}, + [155] = {.index = 363, .length = 5}, + [156] = {.index = 368, .length = 4}, + [157] = {.index = 372, .length = 4}, + [158] = {.index = 376, .length = 4}, + [159] = {.index = 380, .length = 1}, + [160] = {.index = 381, .length = 5}, + [161] = {.index = 386, .length = 4}, + [162] = {.index = 390, .length = 2}, + [163] = {.index = 392, .length = 1}, + [164] = {.index = 393, .length = 2}, + [165] = {.index = 395, .length = 1}, + [166] = {.index = 396, .length = 3}, + [167] = {.index = 399, .length = 3}, + [168] = {.index = 402, .length = 5}, + [169] = {.index = 407, .length = 3}, + [170] = {.index = 410, .length = 5}, + [171] = {.index = 415, .length = 2}, + [172] = {.index = 417, .length = 2}, + [173] = {.index = 419, .length = 2}, + [174] = {.index = 421, .length = 2}, + [175] = {.index = 423, .length = 5}, + [176] = {.index = 428, .length = 5}, + [177] = {.index = 433, .length = 5}, + [178] = {.index = 438, .length = 2}, + [179] = {.index = 440, .length = 2}, + [180] = {.index = 442, .length = 3}, + [181] = {.index = 445, .length = 2}, + [182] = {.index = 447, .length = 3}, + [183] = {.index = 450, .length = 3}, + [184] = {.index = 453, .length = 3}, + [185] = {.index = 456, .length = 3}, + [186] = {.index = 459, .length = 3}, + [187] = {.index = 462, .length = 3}, + [188] = {.index = 465, .length = 6}, + [189] = {.index = 471, .length = 3}, + [190] = {.index = 474, .length = 4}, + [191] = {.index = 478, .length = 4}, + [192] = {.index = 482, .length = 4}, + [193] = {.index = 486, .length = 4}, + [194] = {.index = 490, .length = 5}, }; static const TSFieldMapEntry ts_field_map_entries[] = { [0] = {field_type, 0, .inherited = true}, [1] = + {field_name, 0, .inherited = true}, + {field_object, 0, .inherited = true}, + [3] = + {field_name, 0, .inherited = true}, + {field_scope, 0, .inherited = true}, + [5] = {field_name, 0}, - [2] = + [6] = {field_body, 1}, - [3] = + [7] = {field_parameters, 1}, - [4] = + [8] = + {field_prefix, 0}, + [9] = {field_argument, 1}, {field_operator, 0}, - [6] = - {field_name, 0, .inherited = true}, - {field_object, 0, .inherited = true}, - [8] = + [11] = {field_arguments, 1}, {field_function, 0}, - [10] = + [13] = {field_body, 1}, {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, - [14] = + [17] = + {field_attributes, 0, .inherited = true}, + {field_body, 1}, + {field_parameters, 0, .inherited = true}, + {field_reference_modifier, 0, .inherited = true}, + {field_return_type, 0, .inherited = true}, + {field_static_modifier, 0, .inherited = true}, + [23] = {field_argument, 0}, {field_operator, 1}, - [16] = - {field_name, 1}, - [17] = + [25] = {field_body, 2}, {field_name, 1}, - [19] = + [27] = {field_name, 1}, - {field_parameters, 2}, - [21] = - {field_body, 2}, - {field_parameters, 1}, - [23] = + [28] = + {field_type, 0}, + [29] = {field_parameters, 2}, {field_reference_modifier, 1}, - [25] = + [31] = {field_parameters, 1}, {field_return_type, 2, .inherited = true}, - [27] = + [33] = + {field_name, 1}, + {field_parameters, 2}, + [35] = {field_body, 2}, {field_condition, 1}, - [29] = + [37] = {field_end_tag, 2}, {field_identifier, 1}, - [31] = + [39] = + {field_name, 2}, + {field_scope, 0}, + [41] = + {field_prefix, 0}, + {field_prefix, 1}, + [43] = {field_parameters, 2}, - [32] = + {field_static_modifier, 0}, + [45] = {field_attributes, 0, .inherited = true}, {field_body, 2}, {field_parameters, 0, .inherited = true}, {field_reference_modifier, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, - [37] = + {field_static_modifier, 0, .inherited = true}, + [51] = {field_left, 0}, {field_operator, 1}, {field_right, 2}, - [40] = + [54] = {field_left, 0}, {field_right, 2}, - [42] = - {field_name, 2}, - {field_scope, 0}, - [44] = - {field_name, 2}, + [56] = + {field_name, 2, .inherited = true}, {field_object, 0}, - [46] = + [58] = {field_attributes, 0}, {field_parameters, 2}, - [48] = + [60] = {field_attributes, 0}, {field_body, 2}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [53] = + [65] = {field_name, 0}, {field_value, 2}, - [55] = + [67] = + {field_alias, 2}, + [68] = {field_name, 1}, {field_reference_modifier, 0}, - [57] = + [70] = {field_name, 1}, {field_visibility, 0}, - [59] = + [72] = {field_name, 1}, {field_type, 0}, - [61] = + [74] = {field_attributes, 0}, {field_name, 1}, - [63] = - {field_name, 1}, + [76] = {field_parameters, 2}, + {field_reference_modifier, 1}, {field_return_type, 3, .inherited = true}, - [66] = + [79] = {field_name, 2}, {field_parameters, 3}, - [68] = - {field_body, 3}, - {field_parameters, 2}, - {field_reference_modifier, 1}, - [71] = + [81] = {field_return_type, 1}, - [72] = - {field_body, 3}, - {field_parameters, 1}, - {field_return_type, 2, .inherited = true}, - [75] = - {field_body, 3}, + [82] = {field_parameters, 1}, - [77] = + {field_return_type, 3, .inherited = true}, + [84] = + {field_name, 1}, + {field_parameters, 2}, + {field_return_type, 3, .inherited = true}, + [87] = {field_type, 1}, - [78] = + [88] = {field_attributes, 0, .inherited = true}, {field_type, 0, .inherited = true}, - [80] = + [90] = {field_body, 3}, {field_name, 1}, - [82] = - {field_parameters, 2}, - {field_reference_modifier, 1}, - {field_return_type, 3, .inherited = true}, - [85] = + [92] = {field_type, 1}, {field_value, 3}, - [87] = + [94] = {field_alternative, 0}, - [88] = + [95] = {field_alternative, 3}, {field_body, 2}, {field_condition, 1}, - [91] = + [98] = {field_alternative, 3, .inherited = true}, {field_body, 2}, {field_condition, 1}, - [94] = - {field_attributes, 1}, - [95] = + [101] = + {field_body, 2}, + [102] = + {field_attributes, 0}, + {field_body, 2}, + [104] = + {field_name, 2}, + {field_object, 0}, + [106] = {field_end_tag, 3}, {field_identifier, 1}, - [97] = + [108] = {field_end_tag, 3}, {field_identifier, 1}, {field_value, 2}, - [100] = + [111] = {field_end_tag, 3}, {field_identifier, 2}, - [102] = + [113] = {field_reference_modifier, 0}, - [103] = + [114] = {field_name, 0, .inherited = true}, - [104] = - {field_body, 3}, - {field_parameters, 2}, - {field_static_modifier, 0}, - [107] = + [115] = {field_parameters, 3}, {field_reference_modifier, 2}, - [109] = + {field_static_modifier, 0}, + [118] = {field_parameters, 2}, {field_return_type, 3, .inherited = true}, - [111] = + {field_static_modifier, 0}, + [121] = {field_alternative, 3}, {field_condition, 0}, - [113] = + [123] = {field_left, 0}, {field_right, 3}, - [115] = + [125] = {field_arguments, 3}, - {field_name, 2}, + {field_name, 2, .inherited = true}, {field_scope, 0}, - [118] = + [128] = {field_arguments, 3}, - {field_name, 2}, + {field_name, 2, .inherited = true}, {field_object, 0}, - [121] = - {field_attributes, 0}, - {field_body, 3}, - {field_parameters, 2}, - [124] = - {field_attributes, 0}, - {field_body, 3}, - {field_name, 2}, - [127] = + [131] = {field_attributes, 0}, {field_parameters, 3}, {field_reference_modifier, 2}, - [130] = + [134] = {field_attributes, 0}, {field_parameters, 2}, {field_return_type, 3, .inherited = true}, - [133] = + [137] = + {field_attributes, 0}, + {field_body, 3}, + {field_name, 2}, + [140] = {field_attributes, 0}, {field_parameters, 3}, - [135] = + {field_static_modifier, 1}, + [143] = {field_body, 3}, {field_name, 2}, - [137] = + [145] = + {field_alias, 3}, + {field_type, 0}, + [147] = {field_name, 2}, {field_reference_modifier, 0}, - [139] = + [149] = {field_name, 2}, {field_readonly, 1}, {field_visibility, 0}, - [142] = + [152] = {field_name, 2}, {field_type, 1}, {field_visibility, 0}, - [145] = + [155] = {field_name, 2}, {field_type, 0}, - [147] = + [157] = {field_name, 2}, {field_reference_modifier, 1}, {field_type, 0}, - [150] = + [160] = {field_attributes, 0}, {field_name, 2}, - [152] = + [162] = {field_attributes, 0}, {field_name, 2}, {field_reference_modifier, 1}, - [155] = + [165] = {field_attributes, 0}, {field_name, 2}, {field_visibility, 1}, - [158] = + [168] = {field_attributes, 0}, {field_name, 2}, {field_type, 1}, - [161] = + [171] = {field_default_value, 2}, {field_name, 0}, - [163] = - {field_name, 2}, - {field_parameters, 3}, - {field_return_type, 4, .inherited = true}, - [166] = - {field_body, 4}, - {field_parameters, 2}, - {field_reference_modifier, 1}, - {field_return_type, 3, .inherited = true}, - [170] = - {field_body, 4}, + [173] = {field_parameters, 2}, {field_reference_modifier, 1}, - [173] = - {field_body, 4}, - {field_parameters, 1}, - {field_return_type, 3, .inherited = true}, + {field_return_type, 4, .inherited = true}, [176] = + {field_name, 2}, + {field_parameters, 3}, + {field_return_type, 4, .inherited = true}, + [179] = {field_type, 1, .inherited = true}, - [177] = + [180] = {field_name, 0, .inherited = true}, {field_parameters, 0, .inherited = true}, {field_return_type, 0, .inherited = true}, - [180] = + [183] = {field_attributes, 0}, {field_type, 1, .inherited = true}, - [182] = + [185] = {field_body, 4}, {field_name, 1}, - [184] = + [187] = {field_body, 1}, {field_condition, 3}, - [186] = + [189] = {field_alternative, 3, .inherited = true}, {field_alternative, 4}, {field_body, 2}, {field_condition, 1}, - [190] = + [193] = {field_alternative, 0, .inherited = true}, {field_alternative, 1, .inherited = true}, - [192] = + [195] = + {field_body, 3}, + [196] = + {field_attributes, 0}, + {field_body, 3}, + [198] = {field_end_tag, 4}, {field_identifier, 1}, {field_value, 3}, - [195] = + [201] = {field_end_tag, 4}, {field_identifier, 1}, {field_value, 2}, - [198] = + [204] = {field_end_tag, 4}, {field_identifier, 2}, - [200] = + [206] = {field_end_tag, 4}, {field_identifier, 2}, {field_value, 3}, - [203] = + [209] = {field_name, 0, .inherited = true}, {field_reference_modifier, 1}, - [205] = - {field_body, 4}, + [211] = {field_parameters, 3}, {field_reference_modifier, 2}, + {field_return_type, 4, .inherited = true}, {field_static_modifier, 0}, - [209] = - {field_body, 4}, - {field_parameters, 2}, - {field_return_type, 3, .inherited = true}, - {field_static_modifier, 0}, - [213] = - {field_body, 4}, + [215] = {field_parameters, 2}, - {field_static_modifier, 0}, - [216] = - {field_parameters, 3}, - {field_reference_modifier, 2}, {field_return_type, 4, .inherited = true}, - [219] = + {field_static_modifier, 0}, + [218] = {field_alternative, 4}, {field_body, 2}, {field_condition, 0}, - [222] = - {field_name, 3}, - {field_object, 0}, - [224] = + [221] = {field_attributes, 0}, - {field_body, 4}, {field_parameters, 3}, {field_reference_modifier, 2}, - [228] = - {field_attributes, 0}, - {field_body, 4}, - {field_parameters, 2}, - {field_return_type, 3, .inherited = true}, - [232] = + {field_return_type, 4, .inherited = true}, + [225] = {field_attributes, 0}, - {field_body, 4}, {field_parameters, 2}, - [235] = - {field_attributes, 0}, - {field_body, 4}, - {field_name, 2}, - [238] = - {field_attributes, 0}, - {field_parameters, 3}, - {field_reference_modifier, 2}, {field_return_type, 4, .inherited = true}, - [242] = + [228] = {field_attributes, 0}, {field_body, 4}, - {field_parameters, 3}, - {field_static_modifier, 1}, - [246] = + {field_name, 2}, + [231] = {field_attributes, 0}, {field_parameters, 4}, {field_reference_modifier, 3}, - [249] = + {field_static_modifier, 1}, + [235] = {field_attributes, 0}, {field_parameters, 3}, {field_return_type, 4, .inherited = true}, - [252] = + {field_static_modifier, 1}, + [239] = {field_attributes, 0}, {field_body, 4}, {field_name, 3}, - [255] = + [242] = {field_type, 2}, - [256] = + [243] = {field_body, 4}, {field_name, 2}, - [258] = + [245] = + {field_body, 2}, + {field_body, 3}, + {field_body, 4}, + [248] = {field_default_value, 3}, {field_name, 1}, {field_reference_modifier, 0}, - [261] = + [251] = {field_name, 3}, {field_readonly, 1}, {field_type, 2}, {field_visibility, 0}, - [265] = + [255] = {field_default_value, 3}, {field_name, 1}, {field_visibility, 0}, - [268] = + [258] = {field_name, 3}, {field_reference_modifier, 1}, {field_type, 0}, - [271] = + [261] = {field_default_value, 3}, {field_name, 1}, {field_type, 0}, - [274] = + [264] = {field_attributes, 0}, {field_name, 3}, {field_reference_modifier, 1}, - [277] = + [267] = {field_attributes, 0}, {field_name, 3}, {field_readonly, 2}, {field_visibility, 1}, - [281] = + [271] = {field_attributes, 0}, {field_name, 3}, {field_type, 2}, {field_visibility, 1}, - [285] = + [275] = {field_attributes, 0}, {field_name, 3}, {field_type, 1}, - [288] = + [278] = {field_attributes, 0}, {field_name, 3}, {field_reference_modifier, 2}, {field_type, 1}, - [292] = + [282] = {field_attributes, 0}, {field_default_value, 3}, {field_name, 1}, - [295] = - {field_body, 5}, - {field_parameters, 2}, - {field_reference_modifier, 1}, - {field_return_type, 4, .inherited = true}, - [299] = + [285] = {field_attributes, 0}, {field_type, 2, .inherited = true}, - [301] = + [287] = {field_attributes, 0}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [305] = + [291] = + {field_body, 2}, {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [308] = - {field_body, 2}, + [295] = {field_name, 1, .inherited = true}, {field_parameters, 1, .inherited = true}, {field_return_type, 1, .inherited = true}, - [312] = + [298] = {field_body, 5}, {field_name, 1}, - [314] = + [300] = {field_return_expression, 2}, - [315] = + [301] = {field_conditional_expressions, 0}, {field_return_expression, 2}, - [317] = + [303] = {field_value, 1}, - [318] = + [304] = + {field_body, 4}, + [305] = + {field_attributes, 0}, + {field_body, 4}, + [307] = {field_end_tag, 5}, {field_identifier, 1}, {field_value, 3}, - [321] = + [310] = {field_end_tag, 5}, {field_identifier, 2}, {field_value, 4}, - [324] = + [313] = {field_end_tag, 5}, {field_identifier, 2}, {field_value, 3}, - [327] = - {field_body, 5}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - {field_return_type, 4, .inherited = true}, - {field_static_modifier, 0}, - [332] = - {field_body, 5}, + [316] = {field_parameters, 3}, {field_reference_modifier, 2}, + {field_return_type, 5, .inherited = true}, {field_static_modifier, 0}, - [336] = - {field_body, 5}, - {field_parameters, 2}, - {field_return_type, 4, .inherited = true}, - {field_static_modifier, 0}, - [340] = - {field_arguments, 5}, - {field_name, 3}, - {field_scope, 0}, - [343] = - {field_arguments, 5}, - {field_name, 3}, - {field_object, 0}, - [346] = + [320] = {field_attributes, 0}, - {field_body, 5}, {field_parameters, 3}, {field_reference_modifier, 2}, - {field_return_type, 4, .inherited = true}, - [351] = - {field_attributes, 0}, - {field_body, 5}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - [355] = - {field_attributes, 0}, - {field_body, 5}, - {field_parameters, 2}, - {field_return_type, 4, .inherited = true}, - [359] = + {field_return_type, 5, .inherited = true}, + [324] = {field_attributes, 0}, {field_body, 5}, {field_name, 2}, - [362] = + [327] = {field_attributes, 0}, - {field_body, 5}, {field_parameters, 4}, {field_reference_modifier, 3}, + {field_return_type, 5, .inherited = true}, {field_static_modifier, 1}, - [367] = - {field_attributes, 0}, - {field_body, 5}, - {field_parameters, 3}, - {field_return_type, 4, .inherited = true}, - {field_static_modifier, 1}, - [372] = + [332] = {field_attributes, 0}, - {field_body, 5}, {field_parameters, 3}, - {field_static_modifier, 1}, - [376] = - {field_attributes, 0}, - {field_parameters, 4}, - {field_reference_modifier, 3}, {field_return_type, 5, .inherited = true}, - [380] = + {field_static_modifier, 1}, + [336] = {field_attributes, 0}, {field_body, 5}, {field_name, 3}, - [383] = + [339] = {field_body, 5}, {field_name, 2}, - [385] = + [341] = + {field_body, 2}, + {field_body, 3}, + {field_body, 4}, + {field_body, 5}, + [345] = {field_default_value, 4}, {field_name, 2}, {field_readonly, 1}, {field_visibility, 0}, - [389] = + [349] = {field_default_value, 4}, {field_name, 2}, {field_type, 1}, {field_visibility, 0}, - [393] = + [353] = + {field_body, 1, .inherited = true}, + [354] = + {field_body, 0}, + [355] = {field_default_value, 4}, {field_name, 2}, {field_reference_modifier, 1}, {field_type, 0}, - [397] = + [359] = {field_attributes, 0}, {field_default_value, 4}, {field_name, 2}, {field_reference_modifier, 1}, - [401] = + [363] = {field_attributes, 0}, {field_name, 4}, {field_readonly, 2}, {field_type, 3}, {field_visibility, 1}, - [406] = + [368] = {field_attributes, 0}, {field_default_value, 4}, {field_name, 2}, {field_visibility, 1}, - [410] = + [372] = {field_attributes, 0}, {field_name, 4}, {field_reference_modifier, 2}, {field_type, 1}, - [414] = + [376] = {field_attributes, 0}, {field_default_value, 4}, {field_name, 2}, {field_type, 1}, - [418] = + [380] = {field_attributes, 0}, - [419] = + [381] = {field_attributes, 0}, + {field_body, 3}, {field_name, 2, .inherited = true}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, - [423] = + [386] = {field_attributes, 0}, - {field_body, 3}, {field_name, 2, .inherited = true}, {field_parameters, 2, .inherited = true}, {field_return_type, 2, .inherited = true}, - [428] = + [390] = {field_body, 4}, {field_type, 2}, - [430] = + [392] = {field_body, 6}, - [431] = + [393] = + {field_attributes, 0}, + {field_body, 5}, + [395] = + {field_body, 5}, + [396] = {field_end_tag, 6}, {field_identifier, 2}, {field_value, 4}, - [434] = - {field_body, 6}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - {field_return_type, 5, .inherited = true}, - {field_static_modifier, 0}, - [439] = - {field_attributes, 0}, - {field_body, 6}, - {field_parameters, 3}, - {field_reference_modifier, 2}, - {field_return_type, 5, .inherited = true}, - [444] = + [399] = {field_attributes, 0}, {field_body, 6}, {field_name, 2}, - [447] = + [402] = {field_attributes, 0}, - {field_body, 6}, {field_parameters, 4}, {field_reference_modifier, 3}, - {field_return_type, 5, .inherited = true}, - {field_static_modifier, 1}, - [453] = - {field_attributes, 0}, - {field_body, 6}, - {field_parameters, 4}, - {field_reference_modifier, 3}, - {field_static_modifier, 1}, - [458] = - {field_attributes, 0}, - {field_body, 6}, - {field_parameters, 3}, - {field_return_type, 5, .inherited = true}, + {field_return_type, 6, .inherited = true}, {field_static_modifier, 1}, - [463] = + [407] = {field_attributes, 0}, {field_body, 6}, {field_name, 3}, - [466] = + [410] = {field_default_value, 5}, {field_name, 3}, {field_readonly, 1}, {field_type, 2}, {field_visibility, 0}, - [471] = + [415] = + {field_body, 2, .inherited = true}, + {field_parameters, 1}, + [417] = + {field_body, 2, .inherited = true}, + {field_reference_modifier, 0}, + [419] = + {field_body, 2, .inherited = true}, + {field_final, 0}, + [421] = + {field_attributes, 0}, + {field_body, 2, .inherited = true}, + [423] = {field_attributes, 0}, {field_default_value, 5}, {field_name, 3}, {field_readonly, 2}, {field_visibility, 1}, - [476] = + [428] = {field_attributes, 0}, {field_default_value, 5}, {field_name, 3}, {field_type, 2}, {field_visibility, 1}, - [481] = + [433] = {field_attributes, 0}, {field_default_value, 5}, {field_name, 3}, {field_reference_modifier, 2}, {field_type, 1}, - [486] = + [438] = {field_attributes, 0}, {field_type, 2}, - [488] = + [440] = {field_name, 1}, {field_value, 3}, - [490] = + [442] = {field_body, 5}, {field_name, 3}, {field_type, 2}, - [493] = + [445] = {field_attributes, 0}, - {field_body, 7}, - {field_parameters, 4}, - {field_reference_modifier, 3}, - {field_return_type, 6, .inherited = true}, - {field_static_modifier, 1}, - [499] = + {field_body, 6}, + [447] = + {field_body, 3, .inherited = true}, + {field_parameters, 2}, + {field_reference_modifier, 0}, + [450] = + {field_body, 3, .inherited = true}, + {field_final, 0}, + {field_parameters, 2}, + [453] = + {field_body, 3, .inherited = true}, + {field_final, 0}, + {field_reference_modifier, 1}, + [456] = + {field_attributes, 0}, + {field_body, 3, .inherited = true}, + {field_parameters, 2}, + [459] = + {field_attributes, 0}, + {field_body, 3, .inherited = true}, + {field_reference_modifier, 1}, + [462] = + {field_attributes, 0}, + {field_body, 3, .inherited = true}, + {field_final, 1}, + [465] = {field_attributes, 0}, {field_default_value, 6}, {field_name, 4}, {field_readonly, 2}, {field_type, 3}, {field_visibility, 1}, - [505] = + [471] = {field_attributes, 0}, {field_name, 2}, {field_value, 4}, + [474] = + {field_body, 4, .inherited = true}, + {field_final, 0}, + {field_parameters, 3}, + {field_reference_modifier, 1}, + [478] = + {field_attributes, 0}, + {field_body, 4, .inherited = true}, + {field_parameters, 3}, + {field_reference_modifier, 1}, + [482] = + {field_attributes, 0}, + {field_body, 4, .inherited = true}, + {field_final, 1}, + {field_parameters, 3}, + [486] = + {field_attributes, 0}, + {field_body, 4, .inherited = true}, + {field_final, 1}, + {field_reference_modifier, 2}, + [490] = + {field_attributes, 0}, + {field_body, 5, .inherited = true}, + {field_final, 1}, + {field_parameters, 4}, + {field_reference_modifier, 2}, }; static const TSSymbol ts_alias_sequences[PRODUCTION_ID_COUNT][MAX_ALIAS_SEQUENCE_LENGTH] = { [0] = {0}, - [6] = { + [2] = { + [0] = sym_object_creation_expression, + }, + [10] = { [0] = sym_list_literal, }, - [17] = { + [21] = { [0] = anon_sym_array, }, - [48] = { + [53] = { [1] = sym_list_literal, }, - [49] = { + [54] = { [2] = sym_list_literal, }, - [53] = { + [59] = { [0] = sym_name, }, - [86] = { + [89] = { [3] = sym_primitive_type, }, - [101] = { + [104] = { [3] = sym_name, }, - [130] = { + [129] = { [3] = sym_primitive_type, }, - [134] = { + [135] = { [3] = sym_list_literal, }, - [135] = { + [136] = { [4] = sym_list_literal, }, - [147] = { + [142] = { [4] = sym_primitive_type, }, - [171] = { + [167] = { [4] = sym_primitive_type, }, }; @@ -3843,6 +3974,9 @@ static const uint16_t ts_non_terminal_alias_map[] = { sym_expression, 2, sym_expression, sym_name, + sym__new_dereferencable_expression, 2, + sym__new_dereferencable_expression, + sym_object_creation_expression, sym__list_destructing, 2, sym__list_destructing, sym_list_literal, @@ -3861,427 +3995,427 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [5] = 5, [6] = 6, [7] = 7, - [8] = 2, - [9] = 7, - [10] = 10, - [11] = 10, - [12] = 12, - [13] = 13, - [14] = 14, - [15] = 15, - [16] = 15, - [17] = 15, - [18] = 15, + [8] = 8, + [9] = 9, + [10] = 8, + [11] = 9, + [12] = 7, + [13] = 7, + [14] = 7, + [15] = 2, + [16] = 16, + [17] = 17, + [18] = 18, [19] = 19, - [20] = 20, - [21] = 19, + [20] = 19, + [21] = 18, [22] = 22, - [23] = 23, + [23] = 19, [24] = 24, - [25] = 25, - [26] = 26, - [27] = 27, + [25] = 24, + [26] = 18, + [27] = 17, [28] = 28, [29] = 29, - [30] = 25, - [31] = 31, - [32] = 32, - [33] = 33, - [34] = 23, - [35] = 23, - [36] = 36, - [37] = 29, - [38] = 38, - [39] = 25, - [40] = 27, - [41] = 28, - [42] = 22, + [30] = 24, + [31] = 17, + [32] = 29, + [33] = 18, + [34] = 29, + [35] = 29, + [36] = 24, + [37] = 17, + [38] = 19, + [39] = 39, + [40] = 40, + [41] = 41, + [42] = 42, [43] = 43, - [44] = 20, - [45] = 24, - [46] = 46, - [47] = 47, - [48] = 38, + [44] = 44, + [45] = 45, + [46] = 44, + [47] = 43, + [48] = 42, [49] = 49, - [50] = 36, - [51] = 38, - [52] = 26, - [53] = 27, - [54] = 22, - [55] = 36, - [56] = 23, - [57] = 49, - [58] = 19, - [59] = 19, - [60] = 25, - [61] = 27, - [62] = 47, - [63] = 22, - [64] = 43, + [50] = 50, + [51] = 45, + [52] = 52, + [53] = 50, + [54] = 54, + [55] = 52, + [56] = 56, + [57] = 44, + [58] = 54, + [59] = 56, + [60] = 60, + [61] = 40, + [62] = 60, + [63] = 41, + [64] = 49, [65] = 43, - [66] = 46, - [67] = 20, - [68] = 38, - [69] = 33, - [70] = 36, - [71] = 20, - [72] = 43, - [73] = 32, - [74] = 31, - [75] = 75, - [76] = 75, + [66] = 44, + [67] = 43, + [68] = 39, + [69] = 41, + [70] = 40, + [71] = 40, + [72] = 41, + [73] = 40, + [74] = 74, + [75] = 41, + [76] = 74, [77] = 77, [78] = 78, - [79] = 77, + [79] = 79, [80] = 78, [81] = 77, - [82] = 77, - [83] = 83, - [84] = 83, - [85] = 83, - [86] = 83, - [87] = 87, - [88] = 87, - [89] = 87, - [90] = 87, - [91] = 91, - [92] = 87, - [93] = 91, - [94] = 87, - [95] = 91, - [96] = 91, - [97] = 87, - [98] = 91, - [99] = 99, + [82] = 79, + [83] = 77, + [84] = 77, + [85] = 85, + [86] = 85, + [87] = 85, + [88] = 85, + [89] = 89, + [90] = 90, + [91] = 89, + [92] = 89, + [93] = 89, + [94] = 90, + [95] = 89, + [96] = 90, + [97] = 90, + [98] = 90, + [99] = 90, [100] = 100, - [101] = 99, - [102] = 99, - [103] = 99, - [104] = 100, - [105] = 100, - [106] = 99, - [107] = 100, - [108] = 99, - [109] = 99, - [110] = 100, - [111] = 99, + [101] = 101, + [102] = 100, + [103] = 100, + [104] = 101, + [105] = 101, + [106] = 100, + [107] = 101, + [108] = 100, + [109] = 101, + [110] = 101, + [111] = 111, [112] = 112, - [113] = 113, + [113] = 111, [114] = 112, - [115] = 115, - [116] = 113, - [117] = 115, - [118] = 113, - [119] = 115, - [120] = 113, - [121] = 113, - [122] = 115, - [123] = 115, + [115] = 111, + [116] = 111, + [117] = 112, + [118] = 112, + [119] = 112, + [120] = 111, + [121] = 111, + [122] = 112, + [123] = 123, [124] = 124, - [125] = 113, - [126] = 115, - [127] = 113, - [128] = 115, - [129] = 124, - [130] = 115, - [131] = 113, + [125] = 123, + [126] = 126, + [127] = 126, + [128] = 128, + [129] = 129, + [130] = 128, + [131] = 129, [132] = 132, [133] = 133, - [134] = 134, - [135] = 133, - [136] = 136, - [137] = 137, + [134] = 132, + [135] = 135, + [136] = 135, + [137] = 133, [138] = 138, - [139] = 137, - [140] = 132, - [141] = 136, - [142] = 138, + [139] = 139, + [140] = 140, + [141] = 140, + [142] = 142, [143] = 143, [144] = 144, - [145] = 145, - [146] = 143, + [145] = 142, + [146] = 139, [147] = 144, [148] = 148, [149] = 149, - [150] = 148, - [151] = 151, - [152] = 149, - [153] = 153, + [150] = 150, + [151] = 150, + [152] = 150, + [153] = 150, [154] = 154, [155] = 155, [156] = 156, [157] = 157, - [158] = 157, + [158] = 155, [159] = 159, - [160] = 159, - [161] = 161, + [160] = 155, + [161] = 156, [162] = 162, - [163] = 159, + [163] = 157, [164] = 157, - [165] = 165, - [166] = 156, - [167] = 167, - [168] = 167, - [169] = 156, - [170] = 161, + [165] = 156, + [166] = 166, + [167] = 156, + [168] = 157, + [169] = 166, + [170] = 170, [171] = 162, - [172] = 165, - [173] = 157, - [174] = 165, - [175] = 167, - [176] = 159, - [177] = 162, - [178] = 161, - [179] = 167, - [180] = 161, - [181] = 165, - [182] = 156, - [183] = 162, - [184] = 184, - [185] = 185, - [186] = 185, - [187] = 187, - [188] = 184, + [172] = 172, + [173] = 162, + [174] = 174, + [175] = 175, + [176] = 166, + [177] = 155, + [178] = 175, + [179] = 174, + [180] = 172, + [181] = 159, + [182] = 166, + [183] = 159, + [184] = 159, + [185] = 162, + [186] = 186, + [187] = 186, + [188] = 186, [189] = 189, - [190] = 190, + [190] = 186, [191] = 191, - [192] = 189, + [192] = 192, [193] = 193, - [194] = 189, - [195] = 189, - [196] = 196, - [197] = 190, - [198] = 191, - [199] = 189, + [194] = 186, + [195] = 186, + [196] = 192, + [197] = 197, + [198] = 197, + [199] = 199, [200] = 200, - [201] = 189, + [201] = 201, [202] = 202, - [203] = 203, - [204] = 204, - [205] = 202, - [206] = 204, - [207] = 202, + [203] = 202, + [204] = 199, + [205] = 205, + [206] = 201, + [207] = 200, [208] = 208, - [209] = 203, + [209] = 197, [210] = 202, - [211] = 204, - [212] = 202, - [213] = 202, - [214] = 203, - [215] = 215, - [216] = 204, - [217] = 203, - [218] = 218, - [219] = 219, - [220] = 220, - [221] = 220, - [222] = 215, - [223] = 215, + [211] = 211, + [212] = 200, + [213] = 197, + [214] = 199, + [215] = 199, + [216] = 216, + [217] = 205, + [218] = 200, + [219] = 200, + [220] = 201, + [221] = 200, + [222] = 222, + [223] = 223, [224] = 224, [225] = 225, [226] = 226, [227] = 227, - [228] = 228, + [228] = 225, [229] = 229, [230] = 230, [231] = 231, [232] = 232, [233] = 233, - [234] = 234, + [234] = 229, [235] = 235, - [236] = 233, + [236] = 236, [237] = 237, - [238] = 232, - [239] = 224, - [240] = 230, - [241] = 227, + [238] = 238, + [239] = 239, + [240] = 239, + [241] = 241, [242] = 242, [243] = 243, [244] = 244, [245] = 245, [246] = 246, [247] = 247, - [248] = 248, - [249] = 249, + [248] = 243, + [249] = 247, [250] = 250, [251] = 251, - [252] = 252, + [252] = 238, [253] = 253, [254] = 254, [255] = 255, - [256] = 242, + [256] = 256, [257] = 257, - [258] = 225, - [259] = 224, + [258] = 258, + [259] = 259, [260] = 260, - [261] = 228, - [262] = 229, - [263] = 243, - [264] = 234, - [265] = 235, - [266] = 266, - [267] = 267, - [268] = 237, + [261] = 261, + [262] = 262, + [263] = 263, + [264] = 264, + [265] = 265, + [266] = 223, + [267] = 254, + [268] = 268, [269] = 269, - [270] = 270, - [271] = 266, - [272] = 270, + [270] = 237, + [271] = 271, + [272] = 272, [273] = 273, - [274] = 244, - [275] = 269, - [276] = 276, - [277] = 267, - [278] = 245, - [279] = 246, - [280] = 247, + [274] = 251, + [275] = 275, + [276] = 251, + [277] = 238, + [278] = 253, + [279] = 279, + [280] = 254, [281] = 281, - [282] = 282, - [283] = 283, - [284] = 273, - [285] = 285, - [286] = 248, - [287] = 260, - [288] = 249, - [289] = 255, + [282] = 255, + [283] = 256, + [284] = 257, + [285] = 258, + [286] = 231, + [287] = 237, + [288] = 259, + [289] = 260, [290] = 290, - [291] = 291, + [291] = 261, [292] = 292, - [293] = 250, - [294] = 251, - [295] = 290, - [296] = 252, - [297] = 297, - [298] = 298, - [299] = 299, - [300] = 273, - [301] = 267, - [302] = 253, - [303] = 254, - [304] = 225, - [305] = 269, - [306] = 306, - [307] = 233, - [308] = 232, - [309] = 230, - [310] = 227, - [311] = 242, - [312] = 243, - [313] = 244, - [314] = 245, - [315] = 246, - [316] = 247, - [317] = 248, - [318] = 249, - [319] = 319, - [320] = 320, - [321] = 250, - [322] = 251, - [323] = 252, - [324] = 253, - [325] = 237, - [326] = 254, - [327] = 235, - [328] = 283, - [329] = 270, - [330] = 234, - [331] = 255, - [332] = 291, - [333] = 333, - [334] = 237, - [335] = 283, - [336] = 336, - [337] = 273, + [293] = 293, + [294] = 294, + [295] = 227, + [296] = 296, + [297] = 246, + [298] = 230, + [299] = 262, + [300] = 279, + [301] = 226, + [302] = 263, + [303] = 264, + [304] = 265, + [305] = 293, + [306] = 226, + [307] = 226, + [308] = 223, + [309] = 222, + [310] = 269, + [311] = 227, + [312] = 225, + [313] = 229, + [314] = 250, + [315] = 222, + [316] = 241, + [317] = 253, + [318] = 229, + [319] = 229, + [320] = 239, + [321] = 321, + [322] = 322, + [323] = 296, + [324] = 324, + [325] = 243, + [326] = 247, + [327] = 327, + [328] = 255, + [329] = 271, + [330] = 330, + [331] = 331, + [332] = 233, + [333] = 232, + [334] = 334, + [335] = 232, + [336] = 256, + [337] = 223, [338] = 338, - [339] = 255, - [340] = 254, - [341] = 253, - [342] = 283, - [343] = 252, - [344] = 251, - [345] = 250, - [346] = 249, - [347] = 273, - [348] = 255, - [349] = 248, - [350] = 247, - [351] = 246, - [352] = 283, - [353] = 245, - [354] = 354, - [355] = 273, - [356] = 244, + [339] = 229, + [340] = 265, + [341] = 341, + [342] = 264, + [343] = 230, + [344] = 229, + [345] = 231, + [346] = 230, + [347] = 229, + [348] = 233, + [349] = 296, + [350] = 241, + [351] = 293, + [352] = 232, + [353] = 233, + [354] = 241, + [355] = 246, + [356] = 247, [357] = 243, - [358] = 242, - [359] = 227, - [360] = 230, - [361] = 232, - [362] = 233, - [363] = 225, - [364] = 285, - [365] = 319, - [366] = 366, - [367] = 338, - [368] = 291, - [369] = 338, - [370] = 283, - [371] = 224, - [372] = 266, - [373] = 319, - [374] = 228, - [375] = 229, - [376] = 291, - [377] = 234, - [378] = 285, - [379] = 379, - [380] = 235, - [381] = 381, - [382] = 273, - [383] = 267, - [384] = 384, - [385] = 285, - [386] = 269, - [387] = 387, - [388] = 270, - [389] = 266, - [390] = 306, - [391] = 391, - [392] = 392, - [393] = 290, - [394] = 229, - [395] = 255, - [396] = 396, - [397] = 260, - [398] = 228, - [399] = 306, - [400] = 299, - [401] = 283, - [402] = 306, - [403] = 403, - [404] = 299, + [358] = 250, + [359] = 269, + [360] = 239, + [361] = 231, + [362] = 246, + [363] = 230, + [364] = 263, + [365] = 293, + [366] = 296, + [367] = 250, + [368] = 229, + [369] = 230, + [370] = 226, + [371] = 227, + [372] = 269, + [373] = 271, + [374] = 237, + [375] = 257, + [376] = 251, + [377] = 258, + [378] = 262, + [379] = 259, + [380] = 271, + [381] = 260, + [382] = 238, + [383] = 222, + [384] = 261, + [385] = 385, + [386] = 265, + [387] = 264, + [388] = 253, + [389] = 263, + [390] = 262, + [391] = 261, + [392] = 260, + [393] = 259, + [394] = 258, + [395] = 257, + [396] = 256, + [397] = 255, + [398] = 254, + [399] = 399, + [400] = 399, + [401] = 399, + [402] = 399, + [403] = 399, + [404] = 404, [405] = 405, - [406] = 255, - [407] = 260, - [408] = 285, - [409] = 260, - [410] = 319, - [411] = 273, - [412] = 283, - [413] = 255, - [414] = 260, - [415] = 285, - [416] = 299, - [417] = 273, - [418] = 283, - [419] = 255, - [420] = 283, - [421] = 273, - [422] = 285, + [406] = 406, + [407] = 407, + [408] = 407, + [409] = 406, + [410] = 410, + [411] = 411, + [412] = 412, + [413] = 413, + [414] = 414, + [415] = 415, + [416] = 416, + [417] = 417, + [418] = 418, + [419] = 419, + [420] = 420, + [421] = 421, + [422] = 422, [423] = 423, [424] = 424, [425] = 425, [426] = 426, - [427] = 426, - [428] = 425, + [427] = 427, + [428] = 428, [429] = 429, [430] = 430, [431] = 431, @@ -4317,17 +4451,17 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [461] = 461, [462] = 462, [463] = 463, - [464] = 464, + [464] = 412, [465] = 465, [466] = 466, - [467] = 467, + [467] = 413, [468] = 468, [469] = 469, [470] = 470, [471] = 471, [472] = 472, [473] = 473, - [474] = 434, + [474] = 474, [475] = 475, [476] = 476, [477] = 477, @@ -4354,7 +4488,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [498] = 498, [499] = 499, [500] = 500, - [501] = 460, + [501] = 501, [502] = 502, [503] = 503, [504] = 504, @@ -4364,10 +4498,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [508] = 508, [509] = 509, [510] = 510, - [511] = 460, - [512] = 512, - [513] = 513, - [514] = 460, + [511] = 511, + [512] = 511, + [513] = 511, + [514] = 511, [515] = 515, [516] = 516, [517] = 517, @@ -4375,10 +4509,10 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [519] = 519, [520] = 520, [521] = 521, - [522] = 433, + [522] = 522, [523] = 523, [524] = 524, - [525] = 442, + [525] = 525, [526] = 526, [527] = 527, [528] = 528, @@ -4393,7 +4527,7 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [537] = 537, [538] = 538, [539] = 539, - [540] = 437, + [540] = 540, [541] = 541, [542] = 542, [543] = 543, @@ -4404,186 +4538,186 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [548] = 548, [549] = 549, [550] = 550, - [551] = 551, + [551] = 521, [552] = 552, [553] = 553, - [554] = 554, - [555] = 555, - [556] = 460, - [557] = 557, - [558] = 558, - [559] = 559, - [560] = 560, - [561] = 561, - [562] = 561, - [563] = 561, - [564] = 561, - [565] = 565, - [566] = 566, - [567] = 567, + [554] = 520, + [555] = 541, + [556] = 528, + [557] = 534, + [558] = 537, + [559] = 538, + [560] = 517, + [561] = 544, + [562] = 562, + [563] = 522, + [564] = 529, + [565] = 530, + [566] = 547, + [567] = 532, [568] = 568, - [569] = 569, - [570] = 570, - [571] = 571, - [572] = 572, - [573] = 573, - [574] = 574, - [575] = 575, - [576] = 576, - [577] = 577, + [569] = 539, + [570] = 547, + [571] = 518, + [572] = 524, + [573] = 525, + [574] = 516, + [575] = 526, + [576] = 527, + [577] = 519, [578] = 578, - [579] = 579, - [580] = 580, - [581] = 581, - [582] = 582, - [583] = 583, - [584] = 584, - [585] = 585, - [586] = 586, + [579] = 536, + [580] = 533, + [581] = 562, + [582] = 531, + [583] = 547, + [584] = 535, + [585] = 562, + [586] = 543, [587] = 587, - [588] = 588, - [589] = 589, - [590] = 589, - [591] = 589, - [592] = 569, - [593] = 574, - [594] = 572, - [595] = 570, - [596] = 573, + [588] = 542, + [589] = 578, + [590] = 523, + [591] = 545, + [592] = 546, + [593] = 522, + [594] = 540, + [595] = 578, + [596] = 596, [597] = 597, - [598] = 571, - [599] = 599, - [600] = 572, - [601] = 579, - [602] = 587, - [603] = 578, - [604] = 597, - [605] = 577, - [606] = 568, - [607] = 567, - [608] = 608, - [609] = 584, - [610] = 566, - [611] = 582, + [598] = 598, + [599] = 597, + [600] = 545, + [601] = 546, + [602] = 602, + [603] = 603, + [604] = 604, + [605] = 598, + [606] = 578, + [607] = 562, + [608] = 596, + [609] = 609, + [610] = 610, + [611] = 611, [612] = 612, - [613] = 583, - [614] = 580, - [615] = 589, - [616] = 612, - [617] = 576, - [618] = 565, - [619] = 581, - [620] = 585, - [621] = 586, - [622] = 575, - [623] = 588, - [624] = 597, - [625] = 625, - [626] = 626, - [627] = 588, - [628] = 628, - [629] = 628, - [630] = 597, + [613] = 613, + [614] = 614, + [615] = 615, + [616] = 609, + [617] = 617, + [618] = 615, + [619] = 619, + [620] = 620, + [621] = 617, + [622] = 609, + [623] = 613, + [624] = 614, + [625] = 613, + [626] = 613, + [627] = 611, + [628] = 613, + [629] = 629, + [630] = 630, [631] = 631, [632] = 632, [633] = 633, [634] = 634, [635] = 635, - [636] = 571, - [637] = 637, - [638] = 573, - [639] = 574, - [640] = 582, - [641] = 641, - [642] = 642, - [643] = 643, - [644] = 570, - [645] = 645, - [646] = 569, - [647] = 642, - [648] = 648, - [649] = 649, - [650] = 650, - [651] = 566, - [652] = 587, - [653] = 579, - [654] = 578, - [655] = 649, - [656] = 582, - [657] = 565, - [658] = 576, - [659] = 659, - [660] = 583, - [661] = 659, - [662] = 580, - [663] = 581, - [664] = 575, - [665] = 584, - [666] = 586, - [667] = 585, - [668] = 577, - [669] = 568, - [670] = 567, - [671] = 571, - [672] = 672, - [673] = 673, - [674] = 573, - [675] = 571, - [676] = 676, - [677] = 677, - [678] = 678, - [679] = 637, - [680] = 569, - [681] = 570, - [682] = 574, + [636] = 520, + [637] = 425, + [638] = 521, + [639] = 418, + [640] = 537, + [641] = 526, + [642] = 538, + [643] = 518, + [644] = 541, + [645] = 544, + [646] = 646, + [647] = 516, + [648] = 519, + [649] = 525, + [650] = 517, + [651] = 532, + [652] = 528, + [653] = 524, + [654] = 654, + [655] = 655, + [656] = 631, + [657] = 534, + [658] = 530, + [659] = 527, + [660] = 529, + [661] = 539, + [662] = 662, + [663] = 535, + [664] = 542, + [665] = 533, + [666] = 540, + [667] = 543, + [668] = 668, + [669] = 669, + [670] = 670, + [671] = 671, + [672] = 521, + [673] = 520, + [674] = 674, + [675] = 529, + [676] = 531, + [677] = 536, + [678] = 674, + [679] = 679, + [680] = 523, + [681] = 681, + [682] = 530, [683] = 683, [684] = 684, [685] = 685, - [686] = 569, - [687] = 673, + [686] = 686, + [687] = 687, [688] = 688, - [689] = 571, - [690] = 570, - [691] = 569, - [692] = 570, + [689] = 689, + [690] = 690, + [691] = 691, + [692] = 692, [693] = 693, - [694] = 676, - [695] = 573, - [696] = 574, - [697] = 677, - [698] = 698, - [699] = 699, - [700] = 700, - [701] = 701, - [702] = 650, - [703] = 648, - [704] = 573, - [705] = 683, - [706] = 706, - [707] = 685, - [708] = 574, + [694] = 694, + [695] = 695, + [696] = 696, + [697] = 697, + [698] = 540, + [699] = 542, + [700] = 543, + [701] = 534, + [702] = 702, + [703] = 537, + [704] = 516, + [705] = 531, + [706] = 544, + [707] = 707, + [708] = 541, [709] = 709, - [710] = 710, - [711] = 711, - [712] = 712, - [713] = 713, - [714] = 568, - [715] = 580, - [716] = 716, - [717] = 578, - [718] = 718, - [719] = 719, - [720] = 720, - [721] = 721, - [722] = 722, - [723] = 565, + [710] = 538, + [711] = 536, + [712] = 523, + [713] = 533, + [714] = 518, + [715] = 527, + [716] = 526, + [717] = 525, + [718] = 524, + [719] = 535, + [720] = 519, + [721] = 532, + [722] = 517, + [723] = 413, [724] = 724, - [725] = 581, + [725] = 528, [726] = 726, [727] = 727, [728] = 728, [729] = 729, - [730] = 730, + [730] = 539, [731] = 731, [732] = 732, [733] = 733, @@ -4591,183 +4725,183 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [735] = 735, [736] = 736, [737] = 737, - [738] = 583, + [738] = 738, [739] = 739, - [740] = 576, - [741] = 741, - [742] = 742, + [740] = 740, + [741] = 412, + [742] = 515, [743] = 743, - [744] = 579, - [745] = 745, - [746] = 560, + [744] = 737, + [745] = 655, + [746] = 746, [747] = 747, - [748] = 577, - [749] = 575, + [748] = 748, + [749] = 749, [750] = 750, - [751] = 586, + [751] = 751, [752] = 752, - [753] = 587, + [753] = 753, [754] = 754, [755] = 755, - [756] = 567, - [757] = 757, + [756] = 756, + [757] = 735, [758] = 758, - [759] = 585, - [760] = 566, - [761] = 584, - [762] = 573, - [763] = 693, - [764] = 642, - [765] = 433, - [766] = 434, - [767] = 767, + [759] = 759, + [760] = 760, + [761] = 761, + [762] = 762, + [763] = 763, + [764] = 669, + [765] = 520, + [766] = 766, + [767] = 670, [768] = 768, [769] = 769, - [770] = 770, - [771] = 771, - [772] = 645, - [773] = 643, - [774] = 641, - [775] = 637, - [776] = 709, - [777] = 570, - [778] = 574, - [779] = 642, - [780] = 571, - [781] = 569, - [782] = 580, - [783] = 581, - [784] = 784, - [785] = 785, - [786] = 786, - [787] = 784, + [770] = 521, + [771] = 529, + [772] = 635, + [773] = 773, + [774] = 774, + [775] = 775, + [776] = 635, + [777] = 775, + [778] = 778, + [779] = 530, + [780] = 524, + [781] = 517, + [782] = 532, + [783] = 534, + [784] = 537, + [785] = 519, + [786] = 529, + [787] = 516, [788] = 788, - [789] = 577, - [790] = 585, - [791] = 578, - [792] = 788, - [793] = 582, - [794] = 794, - [795] = 587, - [796] = 586, - [797] = 575, - [798] = 568, - [799] = 567, - [800] = 565, - [801] = 566, - [802] = 786, - [803] = 584, - [804] = 579, - [805] = 576, - [806] = 583, - [807] = 688, - [808] = 808, - [809] = 648, - [810] = 683, - [811] = 685, - [812] = 648, - [813] = 633, - [814] = 814, - [815] = 573, - [816] = 574, - [817] = 673, - [818] = 571, - [819] = 819, - [820] = 571, - [821] = 698, - [822] = 570, - [823] = 569, - [824] = 573, - [825] = 574, - [826] = 685, - [827] = 673, - [828] = 828, - [829] = 814, - [830] = 808, - [831] = 700, - [832] = 709, - [833] = 442, - [834] = 637, - [835] = 835, - [836] = 582, - [837] = 683, - [838] = 571, - [839] = 835, - [840] = 808, - [841] = 570, - [842] = 569, - [843] = 819, - [844] = 844, - [845] = 574, - [846] = 710, - [847] = 569, - [848] = 570, - [849] = 808, - [850] = 835, - [851] = 650, - [852] = 712, - [853] = 828, - [854] = 808, - [855] = 650, - [856] = 672, - [857] = 711, - [858] = 693, - [859] = 437, - [860] = 573, - [861] = 701, - [862] = 721, - [863] = 716, - [864] = 726, - [865] = 728, - [866] = 743, - [867] = 560, - [868] = 737, - [869] = 732, - [870] = 733, - [871] = 567, - [872] = 736, - [873] = 581, - [874] = 734, - [875] = 745, - [876] = 758, - [877] = 709, - [878] = 584, - [879] = 742, - [880] = 587, - [881] = 730, - [882] = 729, - [883] = 724, - [884] = 718, - [885] = 727, - [886] = 586, - [887] = 575, - [888] = 754, - [889] = 719, - [890] = 722, - [891] = 568, - [892] = 565, - [893] = 578, - [894] = 747, - [895] = 752, - [896] = 709, - [897] = 566, - [898] = 577, - [899] = 580, - [900] = 583, - [901] = 720, - [902] = 731, - [903] = 576, - [904] = 755, - [905] = 739, - [906] = 741, - [907] = 750, - [908] = 585, - [909] = 579, - [910] = 693, - [911] = 770, - [912] = 768, - [913] = 771, - [914] = 769, + [789] = 646, + [790] = 528, + [791] = 525, + [792] = 654, + [793] = 526, + [794] = 527, + [795] = 544, + [796] = 518, + [797] = 539, + [798] = 538, + [799] = 655, + [800] = 541, + [801] = 736, + [802] = 662, + [803] = 632, + [804] = 804, + [805] = 533, + [806] = 523, + [807] = 536, + [808] = 531, + [809] = 736, + [810] = 810, + [811] = 535, + [812] = 812, + [813] = 520, + [814] = 671, + [815] = 521, + [816] = 669, + [817] = 670, + [818] = 543, + [819] = 632, + [820] = 542, + [821] = 540, + [822] = 541, + [823] = 681, + [824] = 694, + [825] = 693, + [826] = 826, + [827] = 692, + [828] = 691, + [829] = 829, + [830] = 755, + [831] = 758, + [832] = 759, + [833] = 739, + [834] = 754, + [835] = 760, + [836] = 690, + [837] = 689, + [838] = 688, + [839] = 687, + [840] = 515, + [841] = 761, + [842] = 756, + [843] = 748, + [844] = 740, + [845] = 686, + [846] = 685, + [847] = 753, + [848] = 734, + [849] = 517, + [850] = 752, + [851] = 532, + [852] = 519, + [853] = 733, + [854] = 668, + [855] = 684, + [856] = 535, + [857] = 524, + [858] = 525, + [859] = 526, + [860] = 527, + [861] = 518, + [862] = 732, + [863] = 731, + [864] = 743, + [865] = 746, + [866] = 539, + [867] = 738, + [868] = 533, + [869] = 523, + [870] = 536, + [871] = 538, + [872] = 418, + [873] = 695, + [874] = 515, + [875] = 544, + [876] = 531, + [877] = 516, + [878] = 747, + [879] = 537, + [880] = 528, + [881] = 530, + [882] = 736, + [883] = 425, + [884] = 534, + [885] = 729, + [886] = 543, + [887] = 655, + [888] = 542, + [889] = 540, + [890] = 826, + [891] = 728, + [892] = 696, + [893] = 697, + [894] = 751, + [895] = 679, + [896] = 750, + [897] = 727, + [898] = 726, + [899] = 768, + [900] = 724, + [901] = 709, + [902] = 683, + [903] = 707, + [904] = 749, + [905] = 529, + [906] = 702, + [907] = 907, + [908] = 762, + [909] = 635, + [910] = 910, + [911] = 911, + [912] = 912, + [913] = 913, + [914] = 914, [915] = 915, [916] = 916, [917] = 917, @@ -4776,40 +4910,40 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [920] = 920, [921] = 921, [922] = 922, - [923] = 923, - [924] = 924, + [923] = 670, + [924] = 669, [925] = 925, - [926] = 926, + [926] = 778, [927] = 927, - [928] = 928, + [928] = 763, [929] = 929, [930] = 930, [931] = 931, [932] = 932, [933] = 933, - [934] = 934, + [934] = 736, [935] = 935, [936] = 936, [937] = 937, - [938] = 938, - [939] = 939, - [940] = 940, - [941] = 941, - [942] = 942, - [943] = 943, + [938] = 769, + [939] = 773, + [940] = 529, + [941] = 632, + [942] = 812, + [943] = 810, [944] = 944, [945] = 945, - [946] = 565, + [946] = 515, [947] = 947, [948] = 948, [949] = 949, [950] = 950, - [951] = 566, + [951] = 951, [952] = 952, - [953] = 567, + [953] = 953, [954] = 954, [955] = 955, - [956] = 568, + [956] = 956, [957] = 957, [958] = 958, [959] = 959, @@ -4833,417 +4967,417 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [977] = 977, [978] = 978, [979] = 979, - [980] = 437, - [981] = 981, - [982] = 442, - [983] = 983, - [984] = 984, - [985] = 985, - [986] = 986, - [987] = 987, - [988] = 988, - [989] = 989, - [990] = 990, + [980] = 922, + [981] = 978, + [982] = 970, + [983] = 969, + [984] = 954, + [985] = 910, + [986] = 945, + [987] = 931, + [988] = 917, + [989] = 973, + [990] = 916, [991] = 991, - [992] = 992, - [993] = 993, - [994] = 994, - [995] = 995, - [996] = 996, - [997] = 997, - [998] = 998, - [999] = 999, - [1000] = 1000, - [1001] = 1001, - [1002] = 1002, - [1003] = 1003, - [1004] = 1004, - [1005] = 1005, - [1006] = 1006, - [1007] = 1007, - [1008] = 1008, - [1009] = 1009, - [1010] = 1010, - [1011] = 1011, - [1012] = 1012, - [1013] = 1013, - [1014] = 1014, - [1015] = 1015, - [1016] = 1016, - [1017] = 1017, - [1018] = 992, - [1019] = 990, - [1020] = 1009, - [1021] = 1015, - [1022] = 989, - [1023] = 985, - [1024] = 1005, - [1025] = 1013, - [1026] = 986, - [1027] = 1014, - [1028] = 1011, - [1029] = 1010, - [1030] = 991, - [1031] = 1006, - [1032] = 1003, - [1033] = 1001, - [1034] = 1004, - [1035] = 996, - [1036] = 988, - [1037] = 987, - [1038] = 1016, - [1039] = 994, - [1040] = 1040, - [1041] = 1012, - [1042] = 1008, - [1043] = 1007, - [1044] = 1044, - [1045] = 1000, - [1046] = 999, - [1047] = 1002, - [1048] = 995, - [1049] = 997, - [1050] = 993, - [1051] = 1051, - [1052] = 998, - [1053] = 1006, - [1054] = 949, - [1055] = 928, - [1056] = 962, - [1057] = 958, - [1058] = 1009, - [1059] = 935, - [1060] = 932, - [1061] = 999, - [1062] = 1000, - [1063] = 1007, - [1064] = 993, - [1065] = 1008, - [1066] = 1013, - [1067] = 927, - [1068] = 1015, - [1069] = 922, - [1070] = 918, - [1071] = 989, - [1072] = 985, - [1073] = 1005, - [1074] = 936, - [1075] = 986, - [1076] = 931, - [1077] = 929, - [1078] = 1014, - [1079] = 1012, - [1080] = 1011, - [1081] = 1010, - [1082] = 961, - [1083] = 941, - [1084] = 920, - [1085] = 933, - [1086] = 1003, - [1087] = 955, - [1088] = 957, - [1089] = 1001, - [1090] = 990, - [1091] = 988, - [1092] = 930, - [1093] = 925, - [1094] = 939, - [1095] = 915, - [1096] = 987, - [1097] = 934, - [1098] = 940, - [1099] = 937, - [1100] = 921, - [1101] = 952, - [1102] = 998, - [1103] = 924, - [1104] = 919, - [1105] = 917, - [1106] = 938, - [1107] = 926, - [1108] = 973, - [1109] = 977, - [1110] = 434, - [1111] = 433, - [1112] = 923, - [1113] = 1016, - [1114] = 972, - [1115] = 947, - [1116] = 974, - [1117] = 971, - [1118] = 970, - [1119] = 963, - [1120] = 975, - [1121] = 968, - [1122] = 1004, - [1123] = 967, - [1124] = 965, - [1125] = 942, - [1126] = 978, - [1127] = 976, - [1128] = 960, - [1129] = 966, - [1130] = 994, - [1131] = 916, - [1132] = 969, - [1133] = 979, - [1134] = 991, - [1135] = 959, - [1136] = 964, - [1137] = 954, - [1138] = 992, - [1139] = 995, - [1140] = 568, - [1141] = 950, - [1142] = 996, - [1143] = 565, - [1144] = 566, - [1145] = 567, - [1146] = 948, - [1147] = 945, - [1148] = 997, - [1149] = 943, - [1150] = 944, - [1151] = 1002, - [1152] = 989, - [1153] = 1153, - [1154] = 1015, - [1155] = 1002, - [1156] = 998, - [1157] = 985, - [1158] = 997, - [1159] = 996, - [1160] = 1013, - [1161] = 991, - [1162] = 1004, - [1163] = 1005, - [1164] = 1016, - [1165] = 987, - [1166] = 986, - [1167] = 1008, - [1168] = 988, - [1169] = 990, - [1170] = 1014, - [1171] = 1171, - [1172] = 1001, - [1173] = 994, + [992] = 966, + [993] = 915, + [994] = 914, + [995] = 919, + [996] = 920, + [997] = 921, + [998] = 935, + [999] = 969, + [1000] = 970, + [1001] = 933, + [1002] = 945, + [1003] = 967, + [1004] = 966, + [1005] = 978, + [1006] = 932, + [1007] = 977, + [1008] = 971, + [1009] = 959, + [1010] = 965, + [1011] = 976, + [1012] = 951, + [1013] = 949, + [1014] = 950, + [1015] = 929, + [1016] = 975, + [1017] = 955, + [1018] = 956, + [1019] = 949, + [1020] = 965, + [1021] = 967, + [1022] = 930, + [1023] = 974, + [1024] = 957, + [1025] = 954, + [1026] = 962, + [1027] = 958, + [1028] = 959, + [1029] = 944, + [1030] = 961, + [1031] = 960, + [1032] = 951, + [1033] = 950, + [1034] = 968, + [1035] = 952, + [1036] = 955, + [1037] = 953, + [1038] = 964, + [1039] = 971, + [1040] = 413, + [1041] = 936, + [1042] = 973, + [1043] = 956, + [1044] = 925, + [1045] = 957, + [1046] = 964, + [1047] = 927, + [1048] = 958, + [1049] = 953, + [1050] = 918, + [1051] = 952, + [1052] = 412, + [1053] = 972, + [1054] = 963, + [1055] = 944, + [1056] = 961, + [1057] = 968, + [1058] = 960, + [1059] = 962, + [1060] = 963, + [1061] = 972, + [1062] = 974, + [1063] = 975, + [1064] = 976, + [1065] = 977, + [1066] = 937, + [1067] = 907, + [1068] = 913, + [1069] = 912, + [1070] = 911, + [1071] = 961, + [1072] = 945, + [1073] = 1073, + [1074] = 954, + [1075] = 969, + [1076] = 970, + [1077] = 959, + [1078] = 1078, + [1079] = 949, + [1080] = 967, + [1081] = 950, + [1082] = 955, + [1083] = 956, + [1084] = 957, + [1085] = 958, + [1086] = 978, + [1087] = 965, + [1088] = 977, + [1089] = 1089, + [1090] = 951, + [1091] = 976, + [1092] = 944, + [1093] = 975, + [1094] = 960, + [1095] = 972, + [1096] = 974, + [1097] = 952, + [1098] = 962, + [1099] = 966, + [1100] = 963, + [1101] = 973, + [1102] = 971, + [1103] = 953, + [1104] = 968, + [1105] = 964, + [1106] = 1106, + [1107] = 1107, + [1108] = 1108, + [1109] = 1109, + [1110] = 1110, + [1111] = 1111, + [1112] = 1112, + [1113] = 1112, + [1114] = 1114, + [1115] = 1115, + [1116] = 1114, + [1117] = 1117, + [1118] = 1118, + [1119] = 1119, + [1120] = 1120, + [1121] = 1121, + [1122] = 1122, + [1123] = 964, + [1124] = 1124, + [1125] = 964, + [1126] = 1126, + [1127] = 1127, + [1128] = 1128, + [1129] = 1129, + [1130] = 1126, + [1131] = 1131, + [1132] = 1132, + [1133] = 1133, + [1134] = 1132, + [1135] = 1129, + [1136] = 1136, + [1137] = 1124, + [1138] = 1138, + [1139] = 1139, + [1140] = 1140, + [1141] = 1141, + [1142] = 1142, + [1143] = 1143, + [1144] = 1144, + [1145] = 1145, + [1146] = 1146, + [1147] = 1122, + [1148] = 1148, + [1149] = 1149, + [1150] = 1150, + [1151] = 1151, + [1152] = 1152, + [1153] = 1127, + [1154] = 1154, + [1155] = 1155, + [1156] = 1140, + [1157] = 1157, + [1158] = 1144, + [1159] = 1159, + [1160] = 1160, + [1161] = 1127, + [1162] = 1162, + [1163] = 1163, + [1164] = 1122, + [1165] = 1165, + [1166] = 1140, + [1167] = 1144, + [1168] = 1168, + [1169] = 1169, + [1170] = 1170, + [1171] = 1169, + [1172] = 1172, + [1173] = 1173, [1174] = 1174, - [1175] = 993, - [1176] = 1012, - [1177] = 1171, + [1175] = 1175, + [1176] = 1173, + [1177] = 1177, [1178] = 1178, - [1179] = 1174, - [1180] = 1003, - [1181] = 1011, - [1182] = 1006, - [1183] = 1009, - [1184] = 995, - [1185] = 992, - [1186] = 1010, - [1187] = 999, - [1188] = 1007, - [1189] = 1000, - [1190] = 991, - [1191] = 1191, - [1192] = 1192, - [1193] = 1193, - [1194] = 1194, - [1195] = 1195, + [1179] = 1179, + [1180] = 1177, + [1181] = 1181, + [1182] = 1177, + [1183] = 1172, + [1184] = 1181, + [1185] = 1177, + [1186] = 1169, + [1187] = 1179, + [1188] = 1172, + [1189] = 1179, + [1190] = 1172, + [1191] = 1177, + [1192] = 1181, + [1193] = 1179, + [1194] = 1168, + [1195] = 1169, [1196] = 1196, [1197] = 1197, - [1198] = 1198, - [1199] = 1199, - [1200] = 991, - [1201] = 1201, - [1202] = 1202, - [1203] = 1192, - [1204] = 1204, - [1205] = 1205, - [1206] = 1206, - [1207] = 1207, - [1208] = 1208, - [1209] = 1209, - [1210] = 1210, - [1211] = 1201, - [1212] = 1212, - [1213] = 1213, - [1214] = 1194, - [1215] = 1215, - [1216] = 1216, - [1217] = 1217, - [1218] = 1205, + [1198] = 1170, + [1199] = 1170, + [1200] = 1177, + [1201] = 1177, + [1202] = 1170, + [1203] = 1203, + [1204] = 1170, + [1205] = 1181, + [1206] = 1177, + [1207] = 1170, + [1208] = 1179, + [1209] = 1168, + [1210] = 1169, + [1211] = 1173, + [1212] = 1177, + [1213] = 1172, + [1214] = 1172, + [1215] = 1169, + [1216] = 1168, + [1217] = 1174, + [1218] = 1196, [1219] = 1219, [1220] = 1220, [1221] = 1221, [1222] = 1222, - [1223] = 1213, - [1224] = 1194, + [1223] = 1222, + [1224] = 1224, [1225] = 1225, - [1226] = 1226, + [1226] = 1224, [1227] = 1227, [1228] = 1228, [1229] = 1229, - [1230] = 1230, + [1230] = 1229, [1231] = 1231, - [1232] = 1213, + [1232] = 1232, [1233] = 1233, [1234] = 1234, - [1235] = 1235, + [1235] = 1234, [1236] = 1236, - [1237] = 1201, - [1238] = 1209, - [1239] = 1208, - [1240] = 1206, - [1241] = 1205, - [1242] = 1201, - [1243] = 1219, - [1244] = 1205, - [1245] = 1245, - [1246] = 1246, - [1247] = 1192, - [1248] = 1213, + [1237] = 1233, + [1238] = 1236, + [1239] = 1239, + [1240] = 1240, + [1241] = 1234, + [1242] = 1234, + [1243] = 1240, + [1244] = 1233, + [1245] = 1236, + [1246] = 1239, + [1247] = 1236, + [1248] = 1233, [1249] = 1249, - [1250] = 1250, - [1251] = 1251, + [1250] = 1249, + [1251] = 1249, [1252] = 1252, - [1253] = 1253, - [1254] = 1254, - [1255] = 1253, - [1256] = 1251, - [1257] = 1253, + [1253] = 1252, + [1254] = 1252, + [1255] = 1252, + [1256] = 1249, + [1257] = 1257, [1258] = 1258, - [1259] = 1253, - [1260] = 1260, + [1259] = 1258, + [1260] = 1257, [1261] = 1261, - [1262] = 1262, - [1263] = 1254, - [1264] = 1252, - [1265] = 1251, - [1266] = 1254, + [1262] = 1261, + [1263] = 1261, + [1264] = 1264, + [1265] = 1261, + [1266] = 1266, [1267] = 1267, - [1268] = 1258, - [1269] = 1252, - [1270] = 1251, - [1271] = 1258, + [1268] = 1268, + [1269] = 1269, + [1270] = 1268, + [1271] = 1271, [1272] = 1272, - [1273] = 1260, - [1274] = 1258, - [1275] = 1262, + [1273] = 1273, + [1274] = 1274, + [1275] = 1275, [1276] = 1276, - [1277] = 1260, - [1278] = 1278, - [1279] = 1279, - [1280] = 1254, - [1281] = 1262, - [1282] = 1252, - [1283] = 1251, + [1277] = 1277, + [1278] = 1276, + [1279] = 1277, + [1280] = 1274, + [1281] = 1273, + [1282] = 1282, + [1283] = 1283, [1284] = 1284, - [1285] = 1272, - [1286] = 1262, - [1287] = 1272, - [1288] = 1251, - [1289] = 1252, - [1290] = 1261, - [1291] = 1272, - [1292] = 1260, - [1293] = 1254, - [1294] = 1254, - [1295] = 1252, - [1296] = 1251, + [1285] = 1285, + [1286] = 1286, + [1287] = 1284, + [1288] = 1288, + [1289] = 1289, + [1290] = 1290, + [1291] = 1291, + [1292] = 1292, + [1293] = 1293, + [1294] = 1294, + [1295] = 1295, + [1296] = 1296, [1297] = 1297, - [1298] = 1252, - [1299] = 1251, - [1300] = 1272, + [1298] = 1298, + [1299] = 1299, + [1300] = 1300, [1301] = 1301, - [1302] = 1276, - [1303] = 1262, - [1304] = 1260, - [1305] = 1254, - [1306] = 1252, - [1307] = 1261, - [1308] = 1254, - [1309] = 1309, - [1310] = 1279, - [1311] = 1254, - [1312] = 1260, - [1313] = 1252, - [1314] = 1262, - [1315] = 1251, - [1316] = 1272, - [1317] = 1251, - [1318] = 1272, - [1319] = 1279, - [1320] = 1252, + [1302] = 1302, + [1303] = 1301, + [1304] = 1296, + [1305] = 1305, + [1306] = 1306, + [1307] = 1307, + [1308] = 1308, + [1309] = 1306, + [1310] = 1310, + [1311] = 1302, + [1312] = 1312, + [1313] = 1313, + [1314] = 1307, + [1315] = 1315, + [1316] = 1316, + [1317] = 1317, + [1318] = 1318, + [1319] = 1319, + [1320] = 1320, [1321] = 1321, [1322] = 1322, [1323] = 1323, [1324] = 1324, - [1325] = 1325, + [1325] = 768, [1326] = 1326, [1327] = 1327, - [1328] = 1327, - [1329] = 1322, + [1328] = 1328, + [1329] = 1329, [1330] = 1330, - [1331] = 1330, + [1331] = 1331, [1332] = 1332, - [1333] = 1332, + [1333] = 1333, [1334] = 1334, - [1335] = 1334, + [1335] = 1335, [1336] = 1336, [1337] = 1337, - [1338] = 1332, - [1339] = 1336, - [1340] = 1337, - [1341] = 1334, - [1342] = 1336, - [1343] = 1343, - [1344] = 1343, + [1338] = 1338, + [1339] = 1339, + [1340] = 1340, + [1341] = 1341, + [1342] = 1339, + [1343] = 1338, + [1344] = 1344, [1345] = 1345, - [1346] = 1345, - [1347] = 1345, - [1348] = 1343, - [1349] = 1349, - [1350] = 1349, + [1346] = 1346, + [1347] = 1339, + [1348] = 1340, + [1349] = 1344, + [1350] = 1344, [1351] = 1351, - [1352] = 1351, - [1353] = 1353, - [1354] = 1351, - [1355] = 1353, - [1356] = 1356, - [1357] = 1357, - [1358] = 1358, - [1359] = 1359, - [1360] = 1360, - [1361] = 1359, - [1362] = 1362, - [1363] = 1363, + [1352] = 1339, + [1353] = 1344, + [1354] = 1338, + [1355] = 1355, + [1356] = 1351, + [1357] = 1346, + [1358] = 1344, + [1359] = 1338, + [1360] = 1339, + [1361] = 1351, + [1362] = 1346, + [1363] = 1338, [1364] = 1364, - [1365] = 1365, - [1366] = 1364, - [1367] = 1367, - [1368] = 1368, - [1369] = 1369, - [1370] = 1370, - [1371] = 1371, - [1372] = 1372, + [1365] = 1338, + [1366] = 1366, + [1367] = 1339, + [1368] = 1339, + [1369] = 1338, + [1370] = 1344, + [1371] = 1344, + [1372] = 1345, [1373] = 1373, [1374] = 1374, [1375] = 1375, [1376] = 1376, [1377] = 1377, [1378] = 1378, - [1379] = 1379, + [1379] = 1378, [1380] = 1380, [1381] = 1381, [1382] = 1382, [1383] = 1383, [1384] = 1384, - [1385] = 1385, + [1385] = 1374, [1386] = 1386, [1387] = 1387, [1388] = 1388, [1389] = 1389, - [1390] = 1390, + [1390] = 530, [1391] = 1391, [1392] = 1392, [1393] = 1393, @@ -5262,45 +5396,45 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1406] = 1406, [1407] = 1407, [1408] = 1408, - [1409] = 1409, + [1409] = 530, [1410] = 1410, - [1411] = 1411, - [1412] = 1412, + [1411] = 530, + [1412] = 1403, [1413] = 1413, - [1414] = 1412, - [1415] = 1394, - [1416] = 1403, - [1417] = 1389, - [1418] = 1391, - [1419] = 1419, + [1414] = 1414, + [1415] = 1403, + [1416] = 1416, + [1417] = 404, + [1418] = 1418, + [1419] = 1418, [1420] = 1420, [1421] = 1421, [1422] = 1422, - [1423] = 1423, - [1424] = 1424, + [1423] = 1420, + [1424] = 1416, [1425] = 1425, [1426] = 1426, [1427] = 1427, - [1428] = 1428, + [1428] = 1413, [1429] = 1429, [1430] = 1430, - [1431] = 1431, - [1432] = 1432, + [1431] = 1429, + [1432] = 405, [1433] = 1433, [1434] = 1434, - [1435] = 1431, - [1436] = 637, + [1435] = 1403, + [1436] = 1436, [1437] = 1437, [1438] = 1438, [1439] = 1439, [1440] = 1440, [1441] = 1441, [1442] = 1442, - [1443] = 1443, - [1444] = 577, - [1445] = 1442, + [1443] = 539, + [1444] = 1444, + [1445] = 1433, [1446] = 1446, - [1447] = 688, + [1447] = 1447, [1448] = 1448, [1449] = 1449, [1450] = 1450, @@ -5309,291 +5443,291 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1453] = 1453, [1454] = 1454, [1455] = 1455, - [1456] = 1451, + [1456] = 1456, [1457] = 1457, - [1458] = 1458, + [1458] = 1399, [1459] = 1459, - [1460] = 1460, - [1461] = 1458, + [1460] = 635, + [1461] = 1461, [1462] = 1462, - [1463] = 1457, - [1464] = 1464, - [1465] = 1465, - [1466] = 1464, - [1467] = 1457, - [1468] = 1464, - [1469] = 1457, - [1470] = 1470, - [1471] = 1464, - [1472] = 1457, - [1473] = 1470, - [1474] = 1464, - [1475] = 1470, + [1463] = 1463, + [1464] = 1462, + [1465] = 530, + [1466] = 1466, + [1467] = 1467, + [1468] = 1468, + [1469] = 1399, + [1470] = 804, + [1471] = 1433, + [1472] = 1472, + [1473] = 1473, + [1474] = 1456, + [1475] = 1450, [1476] = 1476, [1477] = 1477, [1478] = 1478, - [1479] = 1458, - [1480] = 1480, - [1481] = 1464, - [1482] = 577, - [1483] = 1470, - [1484] = 1484, - [1485] = 1470, - [1486] = 1464, - [1487] = 1458, - [1488] = 1457, - [1489] = 1470, - [1490] = 1457, - [1491] = 1464, + [1479] = 1479, + [1480] = 1449, + [1481] = 1481, + [1482] = 1482, + [1483] = 1483, + [1484] = 528, + [1485] = 1485, + [1486] = 1485, + [1487] = 1487, + [1488] = 1488, + [1489] = 1489, + [1490] = 1490, + [1491] = 1491, [1492] = 1492, - [1493] = 1493, - [1494] = 1470, - [1495] = 1470, - [1496] = 1464, - [1497] = 1497, - [1498] = 1464, - [1499] = 1464, - [1500] = 1457, - [1501] = 1501, - [1502] = 1470, + [1493] = 539, + [1494] = 1494, + [1495] = 1495, + [1496] = 1492, + [1497] = 1489, + [1498] = 530, + [1499] = 528, + [1500] = 1500, + [1501] = 530, + [1502] = 1502, [1503] = 1503, [1504] = 1504, [1505] = 1505, - [1506] = 1457, - [1507] = 577, + [1506] = 1506, + [1507] = 406, [1508] = 1508, - [1509] = 1470, + [1509] = 407, [1510] = 1510, [1511] = 1511, - [1512] = 1457, - [1513] = 1464, - [1514] = 1470, - [1515] = 1458, + [1512] = 539, + [1513] = 1513, + [1514] = 1444, + [1515] = 1441, [1516] = 1516, - [1517] = 1457, - [1518] = 1464, - [1519] = 1419, - [1520] = 1520, - [1521] = 1521, + [1517] = 1517, + [1518] = 528, + [1519] = 1519, + [1520] = 1500, + [1521] = 635, [1522] = 1522, - [1523] = 1523, - [1524] = 424, + [1523] = 1489, + [1524] = 407, [1525] = 1525, - [1526] = 1525, - [1527] = 423, - [1528] = 1521, - [1529] = 1522, - [1530] = 1530, - [1531] = 1523, - [1532] = 1532, + [1526] = 1526, + [1527] = 1527, + [1528] = 1528, + [1529] = 1529, + [1530] = 406, + [1531] = 1444, + [1532] = 1441, [1533] = 1533, - [1534] = 785, + [1534] = 1534, [1535] = 1535, [1536] = 1536, - [1537] = 1533, + [1537] = 1522, [1538] = 1538, - [1539] = 1539, - [1540] = 1540, - [1541] = 1400, - [1542] = 648, - [1543] = 571, - [1544] = 1544, - [1545] = 650, - [1546] = 1544, + [1539] = 1436, + [1540] = 1536, + [1541] = 1502, + [1542] = 1510, + [1543] = 1511, + [1544] = 1516, + [1545] = 1527, + [1546] = 1517, [1547] = 1547, [1548] = 1548, - [1549] = 1419, - [1550] = 1550, - [1551] = 1540, - [1552] = 1552, - [1553] = 1533, - [1554] = 1554, - [1555] = 585, - [1556] = 650, - [1557] = 648, - [1558] = 584, - [1559] = 1533, - [1560] = 1560, - [1561] = 1561, - [1562] = 648, - [1563] = 650, - [1564] = 1544, - [1565] = 1533, - [1566] = 1544, - [1567] = 1544, - [1568] = 1568, - [1569] = 1569, - [1570] = 1540, - [1571] = 1533, - [1572] = 1572, - [1573] = 571, - [1574] = 577, + [1549] = 1529, + [1550] = 1525, + [1551] = 1489, + [1552] = 1495, + [1553] = 1553, + [1554] = 1459, + [1555] = 1489, + [1556] = 1495, + [1557] = 1519, + [1558] = 1459, + [1559] = 1489, + [1560] = 1495, + [1561] = 1538, + [1562] = 1489, + [1563] = 1563, + [1564] = 1495, + [1565] = 1565, + [1566] = 1566, + [1567] = 1526, + [1568] = 1436, + [1569] = 1489, + [1570] = 1489, + [1571] = 1489, + [1572] = 1489, + [1573] = 1489, + [1574] = 1574, [1575] = 1575, [1576] = 1576, [1577] = 1577, - [1578] = 1578, - [1579] = 1579, - [1580] = 1580, - [1581] = 1581, - [1582] = 584, + [1578] = 1553, + [1579] = 1548, + [1580] = 1495, + [1581] = 1513, + [1582] = 1563, [1583] = 1583, [1584] = 1584, - [1585] = 1575, + [1585] = 1585, [1586] = 1586, - [1587] = 1587, - [1588] = 585, + [1587] = 1491, + [1588] = 1588, [1589] = 1589, [1590] = 1590, [1591] = 1591, - [1592] = 1591, - [1593] = 1536, - [1594] = 1552, + [1592] = 1592, + [1593] = 1593, + [1594] = 1594, [1595] = 1595, - [1596] = 1547, + [1596] = 1596, [1597] = 1597, - [1598] = 1548, + [1598] = 1598, [1599] = 1599, - [1600] = 426, - [1601] = 425, - [1602] = 1602, - [1603] = 1587, + [1600] = 1600, + [1601] = 1601, + [1602] = 732, + [1603] = 1603, [1604] = 1604, [1605] = 1605, - [1606] = 425, - [1607] = 1579, - [1608] = 1602, + [1606] = 1606, + [1607] = 1607, + [1608] = 1608, [1609] = 1609, [1610] = 1610, [1611] = 1611, - [1612] = 577, - [1613] = 426, - [1614] = 1580, + [1612] = 1612, + [1613] = 1613, + [1614] = 1614, [1615] = 1615, - [1616] = 1552, - [1617] = 1611, - [1618] = 1618, - [1619] = 1619, - [1620] = 1620, - [1621] = 1589, + [1616] = 1616, + [1617] = 1617, + [1618] = 411, + [1619] = 1574, + [1620] = 415, + [1621] = 1621, [1622] = 1622, - [1623] = 1581, - [1624] = 1620, - [1625] = 1609, - [1626] = 1583, + [1623] = 1623, + [1624] = 1607, + [1625] = 1625, + [1626] = 1626, [1627] = 1627, - [1628] = 585, - [1629] = 1619, - [1630] = 1597, - [1631] = 1576, + [1628] = 1628, + [1629] = 1592, + [1630] = 1630, + [1631] = 1631, [1632] = 1632, - [1633] = 584, - [1634] = 577, - [1635] = 1632, - [1636] = 1627, - [1637] = 1618, - [1638] = 1590, - [1639] = 1599, - [1640] = 1640, - [1641] = 1584, - [1642] = 1536, - [1643] = 1605, - [1644] = 1595, - [1645] = 1548, - [1646] = 1547, - [1647] = 1647, + [1633] = 1633, + [1634] = 1574, + [1635] = 414, + [1636] = 1636, + [1637] = 1637, + [1638] = 1638, + [1639] = 1381, + [1640] = 1575, + [1641] = 1383, + [1642] = 1628, + [1643] = 1594, + [1644] = 1644, + [1645] = 1645, + [1646] = 1646, + [1647] = 1593, [1648] = 1648, - [1649] = 1586, - [1650] = 438, - [1651] = 1477, - [1652] = 1652, - [1653] = 1640, + [1649] = 1649, + [1650] = 1591, + [1651] = 1604, + [1652] = 1577, + [1653] = 1653, [1654] = 1654, - [1655] = 1655, - [1656] = 1434, - [1657] = 1427, - [1658] = 1655, - [1659] = 1465, + [1655] = 412, + [1656] = 1656, + [1657] = 1505, + [1658] = 1658, + [1659] = 1659, [1660] = 1660, - [1661] = 1426, - [1662] = 1660, + [1661] = 1661, + [1662] = 410, [1663] = 1663, - [1664] = 1484, - [1665] = 1665, + [1664] = 413, + [1665] = 1612, [1666] = 1666, [1667] = 1667, [1668] = 1668, - [1669] = 1477, - [1670] = 1670, - [1671] = 1660, - [1672] = 1672, + [1669] = 1576, + [1670] = 1668, + [1671] = 1671, + [1672] = 1375, [1673] = 1673, - [1674] = 1673, - [1675] = 1673, - [1676] = 432, - [1677] = 439, - [1678] = 440, - [1679] = 1497, + [1674] = 1674, + [1675] = 1675, + [1676] = 1676, + [1677] = 1576, + [1678] = 1577, + [1679] = 1653, [1680] = 1680, - [1681] = 1660, - [1682] = 1660, - [1683] = 1446, - [1684] = 1673, - [1685] = 1685, - [1686] = 1493, - [1687] = 1660, + [1681] = 1681, + [1682] = 1574, + [1683] = 1563, + [1684] = 1613, + [1685] = 1575, + [1686] = 1686, + [1687] = 1575, [1688] = 1688, [1689] = 1689, - [1690] = 445, - [1691] = 1691, - [1692] = 1673, - [1693] = 1452, - [1694] = 430, - [1695] = 431, - [1696] = 1696, + [1690] = 1615, + [1691] = 1576, + [1692] = 1692, + [1693] = 1577, + [1694] = 1491, + [1695] = 1695, + [1696] = 1676, [1697] = 1697, - [1698] = 1660, + [1698] = 1553, [1699] = 1699, - [1700] = 1673, - [1701] = 1701, - [1702] = 436, - [1703] = 1703, - [1704] = 1697, - [1705] = 447, - [1706] = 1706, - [1707] = 441, - [1708] = 1660, - [1709] = 1673, - [1710] = 443, - [1711] = 446, - [1712] = 1673, - [1713] = 1673, - [1714] = 1673, - [1715] = 1484, + [1700] = 1505, + [1701] = 1617, + [1702] = 1621, + [1703] = 1491, + [1704] = 1631, + [1705] = 1705, + [1706] = 1705, + [1707] = 1505, + [1708] = 1697, + [1709] = 1709, + [1710] = 1598, + [1711] = 1711, + [1712] = 1387, + [1713] = 1388, + [1714] = 1714, + [1715] = 1715, [1716] = 1716, - [1717] = 1673, - [1718] = 1465, - [1719] = 1508, - [1720] = 1660, - [1721] = 444, + [1717] = 1717, + [1718] = 1718, + [1719] = 1563, + [1720] = 1720, + [1721] = 1721, [1722] = 1722, - [1723] = 1508, - [1724] = 1660, - [1725] = 429, - [1726] = 1493, - [1727] = 1696, - [1728] = 1497, - [1729] = 1722, - [1730] = 1701, - [1731] = 1731, - [1732] = 448, - [1733] = 1673, - [1734] = 1660, - [1735] = 435, - [1736] = 1706, - [1737] = 1672, + [1723] = 1723, + [1724] = 1724, + [1725] = 1725, + [1726] = 632, + [1727] = 1727, + [1728] = 1725, + [1729] = 1729, + [1730] = 1730, + [1731] = 1717, + [1732] = 1732, + [1733] = 1733, + [1734] = 1729, + [1735] = 1735, + [1736] = 1736, + [1737] = 1737, [1738] = 1738, - [1739] = 1667, - [1740] = 1740, + [1739] = 1732, + [1740] = 1616, [1741] = 1741, [1742] = 1742, [1743] = 1743, @@ -5603,419 +5737,419 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [1747] = 1747, [1748] = 1748, [1749] = 1749, - [1750] = 1746, + [1750] = 1750, [1751] = 1751, - [1752] = 1752, + [1752] = 1742, [1753] = 1753, [1754] = 1754, - [1755] = 1755, + [1755] = 1391, [1756] = 1756, - [1757] = 1757, - [1758] = 1758, - [1759] = 1759, - [1760] = 1760, - [1761] = 1761, - [1762] = 1762, - [1763] = 1763, - [1764] = 1764, + [1757] = 1738, + [1758] = 1717, + [1759] = 1692, + [1760] = 1756, + [1761] = 1553, + [1762] = 1751, + [1763] = 1743, + [1764] = 1674, [1765] = 1765, [1766] = 1766, [1767] = 1767, - [1768] = 1768, + [1768] = 1720, [1769] = 1769, [1770] = 1770, - [1771] = 1446, - [1772] = 1745, - [1773] = 1773, + [1771] = 1744, + [1772] = 1751, + [1773] = 1723, [1774] = 1774, - [1775] = 1455, - [1776] = 1776, - [1777] = 1777, - [1778] = 1778, + [1775] = 1775, + [1776] = 1716, + [1777] = 1395, + [1778] = 1721, [1779] = 1779, - [1780] = 1780, - [1781] = 1781, - [1782] = 1448, - [1783] = 1783, + [1780] = 1595, + [1781] = 1735, + [1782] = 1717, + [1783] = 1717, [1784] = 1784, - [1785] = 1438, - [1786] = 1786, + [1785] = 1718, + [1786] = 1727, [1787] = 1787, - [1788] = 1788, - [1789] = 1787, + [1788] = 1724, + [1789] = 1717, [1790] = 1790, [1791] = 1791, - [1792] = 1776, - [1793] = 1769, - [1794] = 1794, - [1795] = 1763, - [1796] = 1762, + [1792] = 1792, + [1793] = 1793, + [1794] = 1717, + [1795] = 1718, + [1796] = 1796, [1797] = 1797, [1798] = 1798, - [1799] = 1757, - [1800] = 1783, + [1799] = 1799, + [1800] = 1792, [1801] = 1801, - [1802] = 1791, - [1803] = 1803, + [1802] = 1718, + [1803] = 1711, [1804] = 1804, - [1805] = 1754, - [1806] = 1743, - [1807] = 1740, + [1805] = 1386, + [1806] = 1535, + [1807] = 496, [1808] = 1808, [1809] = 1809, - [1810] = 1742, - [1811] = 1752, + [1810] = 1810, + [1811] = 1811, [1812] = 1812, [1813] = 1813, [1814] = 1814, [1815] = 1815, - [1816] = 1816, - [1817] = 1817, + [1816] = 452, + [1817] = 423, [1818] = 1818, - [1819] = 1803, - [1820] = 1801, + [1819] = 1610, + [1820] = 475, [1821] = 1821, [1822] = 1822, - [1823] = 1823, - [1824] = 1784, - [1825] = 1788, - [1826] = 1780, - [1827] = 1779, - [1828] = 1798, - [1829] = 1818, + [1823] = 480, + [1824] = 432, + [1825] = 1825, + [1826] = 1826, + [1827] = 1827, + [1828] = 482, + [1829] = 1829, [1830] = 1830, [1831] = 1831, - [1832] = 1753, - [1833] = 1808, - [1834] = 1834, + [1832] = 1832, + [1833] = 492, + [1834] = 439, [1835] = 1835, - [1836] = 1836, - [1837] = 1815, - [1838] = 1823, - [1839] = 1839, - [1840] = 1437, - [1841] = 1841, - [1842] = 1439, - [1843] = 1748, - [1844] = 1761, - [1845] = 1770, - [1846] = 1778, - [1847] = 1847, + [1836] = 476, + [1837] = 447, + [1838] = 510, + [1839] = 506, + [1840] = 487, + [1841] = 485, + [1842] = 1842, + [1843] = 417, + [1844] = 507, + [1845] = 1845, + [1846] = 1846, + [1847] = 495, [1848] = 1848, [1849] = 1849, - [1850] = 633, - [1851] = 1851, + [1850] = 1850, + [1851] = 503, [1852] = 1852, [1853] = 1853, - [1854] = 1854, + [1854] = 502, [1855] = 1855, [1856] = 1856, [1857] = 1857, - [1858] = 1777, - [1859] = 1784, - [1860] = 1765, - [1861] = 1857, - [1862] = 1755, - [1863] = 1834, - [1864] = 1864, - [1865] = 1830, - [1866] = 1812, + [1858] = 1858, + [1859] = 1859, + [1860] = 1860, + [1861] = 1861, + [1862] = 1862, + [1863] = 1863, + [1864] = 443, + [1865] = 446, + [1866] = 456, [1867] = 1867, - [1868] = 1809, - [1869] = 1784, - [1870] = 1852, - [1871] = 1817, - [1872] = 1836, - [1873] = 1855, - [1874] = 1874, - [1875] = 1875, + [1868] = 428, + [1869] = 1869, + [1870] = 1870, + [1871] = 1871, + [1872] = 463, + [1873] = 1873, + [1874] = 1867, + [1875] = 466, [1876] = 1876, - [1877] = 1877, - [1878] = 1856, - [1879] = 1854, + [1877] = 498, + [1878] = 1878, + [1879] = 491, [1880] = 1880, - [1881] = 1767, + [1881] = 454, [1882] = 1882, - [1883] = 1853, - [1884] = 1738, + [1883] = 489, + [1884] = 1884, [1885] = 1885, - [1886] = 1452, - [1887] = 1760, - [1888] = 531, - [1889] = 462, + [1886] = 1886, + [1887] = 1887, + [1888] = 1888, + [1889] = 1825, [1890] = 1890, - [1891] = 529, + [1891] = 1891, [1892] = 1892, [1893] = 1893, - [1894] = 546, + [1894] = 1894, [1895] = 1895, - [1896] = 1896, - [1897] = 492, - [1898] = 520, - [1899] = 1492, - [1900] = 1326, - [1901] = 468, + [1896] = 1842, + [1897] = 1897, + [1898] = 1898, + [1899] = 1880, + [1900] = 484, + [1901] = 1901, [1902] = 1902, - [1903] = 475, - [1904] = 476, - [1905] = 479, - [1906] = 1906, + [1903] = 1903, + [1904] = 1850, + [1905] = 1905, + [1906] = 422, [1907] = 1907, [1908] = 1908, [1909] = 1909, - [1910] = 1910, - [1911] = 1911, - [1912] = 1912, + [1910] = 1811, + [1911] = 494, + [1912] = 1228, [1913] = 1913, [1914] = 1914, [1915] = 1915, - [1916] = 449, - [1917] = 558, - [1918] = 557, - [1919] = 1919, + [1916] = 1916, + [1917] = 1750, + [1918] = 499, + [1919] = 500, [1920] = 1920, - [1921] = 1921, - [1922] = 1922, - [1923] = 539, - [1924] = 538, - [1925] = 536, - [1926] = 534, - [1927] = 533, - [1928] = 1928, - [1929] = 524, + [1921] = 472, + [1922] = 442, + [1923] = 1894, + [1924] = 420, + [1925] = 1920, + [1926] = 1892, + [1927] = 481, + [1928] = 479, + [1929] = 1929, [1930] = 1930, - [1931] = 518, - [1932] = 516, - [1933] = 1919, - [1934] = 512, - [1935] = 450, - [1936] = 503, - [1937] = 1937, - [1938] = 502, - [1939] = 500, - [1940] = 499, - [1941] = 1941, - [1942] = 1942, - [1943] = 1943, - [1944] = 498, - [1945] = 1945, - [1946] = 495, - [1947] = 1947, - [1948] = 1948, - [1949] = 1947, + [1931] = 493, + [1932] = 1932, + [1933] = 1933, + [1934] = 504, + [1935] = 1935, + [1936] = 1936, + [1937] = 459, + [1938] = 478, + [1939] = 1853, + [1940] = 450, + [1941] = 470, + [1942] = 505, + [1943] = 469, + [1944] = 1878, + [1945] = 1873, + [1946] = 490, + [1947] = 1826, + [1948] = 1858, + [1949] = 1949, [1950] = 1950, - [1951] = 1951, - [1952] = 1937, - [1953] = 1953, + [1951] = 509, + [1952] = 1952, + [1953] = 465, [1954] = 1954, - [1955] = 1955, - [1956] = 1956, + [1955] = 1888, + [1956] = 445, [1957] = 1957, [1958] = 1958, - [1959] = 1959, + [1959] = 437, [1960] = 1960, [1961] = 1961, - [1962] = 1962, - [1963] = 1744, - [1964] = 1964, + [1962] = 1856, + [1963] = 1859, + [1964] = 1870, [1965] = 1965, - [1966] = 1966, - [1967] = 1967, - [1968] = 507, - [1969] = 513, - [1970] = 517, - [1971] = 1971, - [1972] = 521, - [1973] = 1973, + [1966] = 1862, + [1967] = 1861, + [1968] = 1968, + [1969] = 1884, + [1970] = 1970, + [1971] = 1804, + [1972] = 1972, + [1973] = 1891, [1974] = 1974, - [1975] = 1975, - [1976] = 1976, - [1977] = 1977, - [1978] = 1978, + [1975] = 462, + [1976] = 1936, + [1977] = 461, + [1978] = 460, [1979] = 1979, - [1980] = 1915, - [1981] = 545, - [1982] = 1982, - [1983] = 1665, - [1984] = 528, - [1985] = 506, + [1980] = 1980, + [1981] = 435, + [1982] = 421, + [1983] = 1983, + [1984] = 1970, + [1985] = 1909, [1986] = 1986, - [1987] = 505, - [1988] = 1988, - [1989] = 493, - [1990] = 490, - [1991] = 486, - [1992] = 478, - [1993] = 477, - [1994] = 1994, - [1995] = 1995, - [1996] = 1996, + [1987] = 1893, + [1988] = 486, + [1989] = 1810, + [1990] = 1895, + [1991] = 455, + [1992] = 453, + [1993] = 1993, + [1994] = 449, + [1995] = 1810, + [1996] = 438, [1997] = 1997, - [1998] = 1998, - [1999] = 1902, + [1998] = 477, + [1999] = 1999, [2000] = 2000, - [2001] = 2001, - [2002] = 484, - [2003] = 494, - [2004] = 2004, - [2005] = 2005, - [2006] = 1928, + [2001] = 448, + [2002] = 1673, + [2003] = 2003, + [2004] = 2000, + [2005] = 1878, + [2006] = 434, [2007] = 2007, [2008] = 2008, [2009] = 2009, - [2010] = 527, - [2011] = 504, + [2010] = 1898, + [2011] = 419, [2012] = 2012, - [2013] = 1893, - [2014] = 2014, - [2015] = 555, - [2016] = 2016, - [2017] = 552, - [2018] = 548, - [2019] = 543, + [2013] = 2013, + [2014] = 508, + [2015] = 1916, + [2016] = 433, + [2017] = 1722, + [2018] = 1965, + [2019] = 431, [2020] = 2020, - [2021] = 542, - [2022] = 541, - [2023] = 2023, - [2024] = 537, - [2025] = 535, - [2026] = 469, - [2027] = 515, - [2028] = 1890, - [2029] = 509, - [2030] = 1948, - [2031] = 1906, - [2032] = 2032, + [2021] = 2021, + [2022] = 1709, + [2023] = 1886, + [2024] = 444, + [2025] = 1810, + [2026] = 2026, + [2027] = 1808, + [2028] = 1410, + [2029] = 2029, + [2030] = 1878, + [2031] = 2031, + [2032] = 1818, [2033] = 2033, - [2034] = 485, - [2035] = 2035, + [2034] = 441, + [2035] = 483, [2036] = 2036, [2037] = 2037, - [2038] = 2038, - [2039] = 2039, + [2038] = 1882, + [2039] = 430, [2040] = 2040, - [2041] = 2041, - [2042] = 2042, - [2043] = 464, + [2041] = 457, + [2042] = 1958, + [2043] = 2043, [2044] = 2044, - [2045] = 1910, - [2046] = 457, - [2047] = 1663, - [2048] = 456, - [2049] = 2049, - [2050] = 1976, + [2045] = 440, + [2046] = 436, + [2047] = 2047, + [2048] = 1855, + [2049] = 416, + [2050] = 1876, [2051] = 2051, - [2052] = 455, + [2052] = 2052, [2053] = 2053, - [2054] = 2054, - [2055] = 452, - [2056] = 459, - [2057] = 2057, - [2058] = 461, - [2059] = 463, - [2060] = 467, - [2061] = 519, - [2062] = 1909, + [2054] = 2044, + [2055] = 458, + [2056] = 2013, + [2057] = 451, + [2058] = 2058, + [2059] = 501, + [2060] = 2060, + [2061] = 1810, + [2062] = 2062, [2063] = 2063, - [2064] = 487, - [2065] = 488, - [2066] = 1941, + [2064] = 468, + [2065] = 2065, + [2066] = 2066, [2067] = 2067, - [2068] = 491, - [2069] = 497, - [2070] = 1943, - [2071] = 551, + [2068] = 2068, + [2069] = 1908, + [2070] = 2070, + [2071] = 488, [2072] = 2072, - [2073] = 1945, - [2074] = 1908, - [2075] = 1895, - [2076] = 1892, - [2077] = 1895, - [2078] = 2078, + [2073] = 474, + [2074] = 1878, + [2075] = 471, + [2076] = 1810, + [2077] = 2077, + [2078] = 1565, [2079] = 2079, - [2080] = 2080, + [2080] = 424, [2081] = 2081, [2082] = 2082, - [2083] = 472, - [2084] = 470, - [2085] = 1945, - [2086] = 454, - [2087] = 453, - [2088] = 451, - [2089] = 466, - [2090] = 2090, + [2083] = 2083, + [2084] = 2084, + [2085] = 426, + [2086] = 2086, + [2087] = 427, + [2088] = 473, + [2089] = 429, + [2090] = 1878, [2091] = 2091, - [2092] = 2092, - [2093] = 2036, - [2094] = 2039, - [2095] = 489, - [2096] = 1945, - [2097] = 530, + [2092] = 497, + [2093] = 2093, + [2094] = 2094, + [2095] = 2095, + [2096] = 2096, + [2097] = 1979, [2098] = 2098, - [2099] = 1895, - [2100] = 544, - [2101] = 554, - [2102] = 2023, - [2103] = 559, - [2104] = 532, - [2105] = 526, - [2106] = 2106, + [2099] = 2095, + [2100] = 2095, + [2101] = 2101, + [2102] = 2102, + [2103] = 2103, + [2104] = 2104, + [2105] = 2105, + [2106] = 1334, [2107] = 2107, - [2108] = 523, + [2108] = 2108, [2109] = 2109, [2110] = 2110, [2111] = 2111, [2112] = 2112, - [2113] = 1945, + [2113] = 2113, [2114] = 2114, - [2115] = 1895, + [2115] = 2101, [2116] = 2116, - [2117] = 1895, - [2118] = 1975, + [2117] = 1960, + [2118] = 2118, [2119] = 2119, [2120] = 2120, - [2121] = 483, - [2122] = 482, - [2123] = 1945, - [2124] = 1945, - [2125] = 481, + [2121] = 2121, + [2122] = 2122, + [2123] = 2123, + [2124] = 2124, + [2125] = 2125, [2126] = 2126, - [2127] = 480, + [2127] = 1952, [2128] = 2128, - [2129] = 2129, - [2130] = 547, - [2131] = 1895, - [2132] = 465, - [2133] = 458, + [2129] = 2095, + [2130] = 2130, + [2131] = 2131, + [2132] = 2132, + [2133] = 2133, [2134] = 2134, - [2135] = 473, - [2136] = 2136, + [2135] = 2102, + [2136] = 2125, [2137] = 2137, [2138] = 2138, - [2139] = 496, - [2140] = 553, - [2141] = 550, - [2142] = 549, - [2143] = 1895, + [2139] = 2139, + [2140] = 2140, + [2141] = 2101, + [2142] = 2142, + [2143] = 2093, [2144] = 2144, - [2145] = 510, + [2145] = 2145, [2146] = 2146, - [2147] = 471, - [2148] = 1945, - [2149] = 2020, - [2150] = 508, + [2147] = 2147, + [2148] = 2111, + [2149] = 2149, + [2150] = 2116, [2151] = 2151, [2152] = 2152, - [2153] = 2153, + [2153] = 2095, [2154] = 2154, [2155] = 2155, [2156] = 2156, - [2157] = 1672, + [2157] = 2157, [2158] = 2158, [2159] = 2159, [2160] = 2160, [2161] = 2161, - [2162] = 2162, + [2162] = 2101, [2163] = 2163, [2164] = 2164, [2165] = 2165, @@ -6024,462 +6158,349 @@ static const TSStateId ts_primary_state_ids[STATE_COUNT] = { [2168] = 2168, [2169] = 2169, [2170] = 2170, - [2171] = 2171, + [2171] = 2147, [2172] = 2172, [2173] = 2173, [2174] = 2174, - [2175] = 2175, + [2175] = 2130, [2176] = 2176, [2177] = 2177, - [2178] = 2178, - [2179] = 2179, + [2178] = 2156, + [2179] = 2151, [2180] = 2180, - [2181] = 2181, - [2182] = 2182, + [2181] = 2119, + [2182] = 2154, [2183] = 2183, [2184] = 2184, [2185] = 2185, [2186] = 2186, [2187] = 2187, - [2188] = 2188, - [2189] = 2189, - [2190] = 2190, + [2188] = 2166, + [2189] = 2163, + [2190] = 2122, [2191] = 2191, [2192] = 2192, - [2193] = 2193, - [2194] = 2194, + [2193] = 2192, + [2194] = 2191, [2195] = 2195, [2196] = 2196, [2197] = 2197, - [2198] = 2198, - [2199] = 2199, + [2198] = 2122, + [2199] = 2184, [2200] = 2200, [2201] = 2201, - [2202] = 2202, - [2203] = 2203, + [2202] = 2101, + [2203] = 2184, [2204] = 2204, [2205] = 2205, [2206] = 2206, [2207] = 2207, - [2208] = 2195, + [2208] = 2159, [2209] = 2209, - [2210] = 2210, + [2210] = 2160, [2211] = 2211, [2212] = 2212, [2213] = 2213, [2214] = 2214, [2215] = 2215, - [2216] = 2216, - [2217] = 2217, + [2216] = 2128, + [2217] = 1675, [2218] = 2218, - [2219] = 2161, - [2220] = 2220, + [2219] = 2219, + [2220] = 2140, [2221] = 2221, [2222] = 2222, [2223] = 2223, [2224] = 2224, [2225] = 2225, - [2226] = 2181, - [2227] = 2227, - [2228] = 2188, - [2229] = 2190, - [2230] = 2193, + [2226] = 2226, + [2227] = 1336, + [2228] = 2228, + [2229] = 2229, + [2230] = 2230, [2231] = 2231, [2232] = 2232, [2233] = 2233, - [2234] = 2234, - [2235] = 2235, - [2236] = 2236, + [2234] = 2138, + [2235] = 2168, + [2236] = 2098, [2237] = 2237, [2238] = 2238, - [2239] = 2239, - [2240] = 2240, + [2239] = 2196, + [2240] = 2170, [2241] = 2241, - [2242] = 2242, - [2243] = 2243, - [2244] = 2184, - [2245] = 2164, - [2246] = 2246, - [2247] = 2247, + [2242] = 2233, + [2243] = 2174, + [2244] = 2244, + [2245] = 2245, + [2246] = 2161, + [2247] = 2183, [2248] = 2248, - [2249] = 2249, + [2249] = 2214, [2250] = 2250, - [2251] = 2188, + [2251] = 2251, [2252] = 2252, [2253] = 2253, - [2254] = 2254, - [2255] = 2171, - [2256] = 2221, + [2254] = 810, + [2255] = 2245, + [2256] = 2256, [2257] = 2257, [2258] = 2258, - [2259] = 2259, + [2259] = 2207, [2260] = 2260, [2261] = 2261, - [2262] = 2262, - [2263] = 2263, + [2262] = 2195, + [2263] = 2095, [2264] = 2264, - [2265] = 2265, + [2265] = 2238, [2266] = 2266, - [2267] = 1977, - [2268] = 2268, - [2269] = 2269, - [2270] = 2270, - [2271] = 2191, - [2272] = 2272, + [2267] = 2267, + [2268] = 2124, + [2269] = 2126, + [2270] = 2187, + [2271] = 2271, + [2272] = 2260, [2273] = 2273, [2274] = 2274, [2275] = 2275, - [2276] = 2276, - [2277] = 2277, - [2278] = 2227, - [2279] = 2279, - [2280] = 2280, - [2281] = 2281, + [2276] = 2122, + [2277] = 2184, + [2278] = 2211, + [2279] = 2137, + [2280] = 2139, + [2281] = 2133, [2282] = 2282, - [2283] = 2283, + [2283] = 2165, [2284] = 2284, - [2285] = 2285, - [2286] = 2286, - [2287] = 2153, + [2285] = 1903, + [2286] = 2205, + [2287] = 2101, [2288] = 2288, - [2289] = 2155, - [2290] = 2160, + [2289] = 2289, + [2290] = 2134, [2291] = 2291, - [2292] = 2204, - [2293] = 2286, - [2294] = 2288, - [2295] = 2282, - [2296] = 2210, - [2297] = 2202, - [2298] = 2198, - [2299] = 2225, - [2300] = 2184, - [2301] = 2237, + [2292] = 2292, + [2293] = 2293, + [2294] = 2294, + [2295] = 2295, + [2296] = 2296, + [2297] = 2297, + [2298] = 2298, + [2299] = 2299, + [2300] = 2300, + [2301] = 2301, [2302] = 2302, - [2303] = 2239, - [2304] = 2243, - [2305] = 2291, + [2303] = 2303, + [2304] = 2304, + [2305] = 2305, [2306] = 2306, [2307] = 2307, [2308] = 2308, - [2309] = 2161, + [2309] = 2305, [2310] = 2310, - [2311] = 2188, + [2311] = 2297, [2312] = 2312, - [2313] = 2285, + [2313] = 2313, [2314] = 2314, [2315] = 2315, [2316] = 2316, - [2317] = 2152, - [2318] = 2318, + [2317] = 2317, + [2318] = 2300, [2319] = 2319, - [2320] = 2320, + [2320] = 2319, [2321] = 2321, - [2322] = 2238, + [2322] = 2322, [2323] = 2323, - [2324] = 2235, + [2324] = 2324, [2325] = 2325, - [2326] = 2249, + [2326] = 2295, [2327] = 2327, [2328] = 2328, [2329] = 2329, [2330] = 2330, [2331] = 2331, - [2332] = 2159, - [2333] = 2333, - [2334] = 2306, + [2332] = 2332, + [2333] = 2319, + [2334] = 2334, [2335] = 2335, [2336] = 2336, [2337] = 2337, - [2338] = 2328, - [2339] = 2327, - [2340] = 2242, - [2341] = 2265, - [2342] = 2250, - [2343] = 2169, - [2344] = 2344, - [2345] = 2308, - [2346] = 2312, + [2338] = 2338, + [2339] = 2332, + [2340] = 2340, + [2341] = 2341, + [2342] = 2319, + [2343] = 2299, + [2344] = 2336, + [2345] = 2332, + [2346] = 2292, [2347] = 2347, [2348] = 2348, - [2349] = 2349, - [2350] = 2173, + [2349] = 2341, + [2350] = 2313, [2351] = 2351, - [2352] = 2352, - [2353] = 2232, - [2354] = 2321, - [2355] = 2176, - [2356] = 2207, - [2357] = 2315, - [2358] = 2178, - [2359] = 2318, - [2360] = 2180, + [2352] = 2312, + [2353] = 2317, + [2354] = 2319, + [2355] = 2308, + [2356] = 2356, + [2357] = 2357, + [2358] = 2304, + [2359] = 2359, + [2360] = 2360, [2361] = 2361, - [2362] = 2362, - [2363] = 2257, - [2364] = 2283, - [2365] = 2209, - [2366] = 2366, - [2367] = 2367, - [2368] = 2220, - [2369] = 2352, - [2370] = 2281, - [2371] = 2262, - [2372] = 2280, - [2373] = 2302, + [2362] = 2336, + [2363] = 2363, + [2364] = 2364, + [2365] = 2365, + [2366] = 2292, + [2367] = 2319, + [2368] = 2332, + [2369] = 2310, + [2370] = 2370, + [2371] = 2324, + [2372] = 2372, + [2373] = 2373, [2374] = 2374, - [2375] = 2277, - [2376] = 2264, - [2377] = 2203, - [2378] = 2274, - [2379] = 2233, - [2380] = 2272, - [2381] = 2201, - [2382] = 2268, - [2383] = 2241, - [2384] = 2263, - [2385] = 2200, - [2386] = 2347, - [2387] = 2330, - [2388] = 2351, - [2389] = 2214, - [2390] = 2344, - [2391] = 2206, - [2392] = 2392, - [2393] = 2205, - [2394] = 2184, + [2375] = 2341, + [2376] = 2295, + [2377] = 2377, + [2378] = 2378, + [2379] = 2323, + [2380] = 2380, + [2381] = 2336, + [2382] = 2341, + [2383] = 2383, + [2384] = 2299, + [2385] = 2385, + [2386] = 2310, + [2387] = 2387, + [2388] = 2388, + [2389] = 2389, + [2390] = 2390, + [2391] = 2391, + [2392] = 2340, + [2393] = 2393, + [2394] = 2388, [2395] = 2395, - [2396] = 2325, - [2397] = 2273, - [2398] = 1667, - [2399] = 2175, - [2400] = 2092, - [2401] = 2172, - [2402] = 2270, + [2396] = 2396, + [2397] = 2395, + [2398] = 2398, + [2399] = 2338, + [2400] = 2316, + [2401] = 2315, + [2402] = 2391, [2403] = 2403, - [2404] = 2154, - [2405] = 2329, + [2404] = 2404, + [2405] = 2405, [2406] = 2406, - [2407] = 2407, - [2408] = 2166, - [2409] = 2331, - [2410] = 2333, - [2411] = 2156, + [2407] = 2337, + [2408] = 2335, + [2409] = 2313, + [2410] = 2410, + [2411] = 2411, [2412] = 2412, - [2413] = 2276, - [2414] = 2196, - [2415] = 2165, - [2416] = 2161, - [2417] = 2319, - [2418] = 2189, - [2419] = 2419, - [2420] = 2420, + [2413] = 2413, + [2414] = 2414, + [2415] = 2312, + [2416] = 2314, + [2417] = 2417, + [2418] = 2323, + [2419] = 2324, + [2420] = 2295, [2421] = 2421, - [2422] = 2422, + [2422] = 2303, [2423] = 2423, - [2424] = 2424, - [2425] = 2425, - [2426] = 2426, + [2424] = 2299, + [2425] = 2335, + [2426] = 2404, [2427] = 2427, - [2428] = 2428, - [2429] = 2429, + [2428] = 2312, + [2429] = 2423, [2430] = 2430, - [2431] = 2431, - [2432] = 2432, + [2431] = 2299, + [2432] = 2430, [2433] = 2433, - [2434] = 2420, - [2435] = 2435, + [2434] = 2312, + [2435] = 2405, [2436] = 2436, [2437] = 2437, [2438] = 2438, [2439] = 2439, [2440] = 2440, - [2441] = 2439, + [2441] = 2441, [2442] = 2442, - [2443] = 2443, - [2444] = 2444, - [2445] = 2445, + [2443] = 2390, + [2444] = 2332, + [2445] = 2338, [2446] = 2446, - [2447] = 2447, - [2448] = 2448, - [2449] = 2449, - [2450] = 2450, - [2451] = 2451, + [2447] = 2360, + [2448] = 2340, + [2449] = 2331, + [2450] = 2436, + [2451] = 2413, [2452] = 2452, - [2453] = 2453, - [2454] = 2445, - [2455] = 2455, - [2456] = 2456, - [2457] = 2457, - [2458] = 2446, - [2459] = 2444, - [2460] = 2460, - [2461] = 2461, - [2462] = 2462, - [2463] = 2463, - [2464] = 2464, - [2465] = 2465, + [2453] = 2331, + [2454] = 2442, + [2455] = 2378, + [2456] = 2331, + [2457] = 2335, + [2458] = 2441, + [2459] = 2337, + [2460] = 2338, + [2461] = 2302, + [2462] = 2340, + [2463] = 2321, + [2464] = 2313, + [2465] = 2332, [2466] = 2466, [2467] = 2467, - [2468] = 2468, - [2469] = 2431, - [2470] = 2470, + [2468] = 2406, + [2469] = 2308, + [2470] = 2341, [2471] = 2471, [2472] = 2472, - [2473] = 2439, - [2474] = 2474, - [2475] = 2475, - [2476] = 2428, - [2477] = 2477, - [2478] = 2478, - [2479] = 2419, - [2480] = 2480, - [2481] = 2481, - [2482] = 2423, - [2483] = 2483, - [2484] = 2446, - [2485] = 2445, - [2486] = 2442, - [2487] = 2439, - [2488] = 2455, - [2489] = 2440, - [2490] = 2490, - [2491] = 2421, - [2492] = 2492, - [2493] = 2433, - [2494] = 2428, - [2495] = 2495, - [2496] = 2449, - [2497] = 2497, - [2498] = 2460, - [2499] = 2499, - [2500] = 2500, - [2501] = 2451, - [2502] = 2428, - [2503] = 2503, - [2504] = 2504, - [2505] = 2505, - [2506] = 2457, + [2473] = 2467, + [2474] = 2466, + [2475] = 2442, + [2476] = 2476, + [2477] = 2452, + [2478] = 2436, + [2479] = 2337, + [2480] = 2295, + [2481] = 2304, + [2482] = 2348, + [2483] = 2322, + [2484] = 2325, + [2485] = 2356, + [2486] = 2319, + [2487] = 2324, + [2488] = 2488, + [2489] = 2489, + [2490] = 2323, + [2491] = 2077, + [2492] = 2328, + [2493] = 2329, + [2494] = 2438, + [2495] = 2440, + [2496] = 2336, + [2497] = 2330, + [2498] = 2336, + [2499] = 2308, + [2500] = 2410, + [2501] = 2501, + [2502] = 2304, + [2503] = 2438, + [2504] = 1848, + [2505] = 2442, + [2506] = 2437, [2507] = 2507, - [2508] = 2447, - [2509] = 2428, - [2510] = 2510, - [2511] = 2472, - [2512] = 2431, - [2513] = 2450, - [2514] = 2499, - [2515] = 1973, - [2516] = 2516, - [2517] = 2424, - [2518] = 2429, - [2519] = 2430, - [2520] = 2437, - [2521] = 2421, - [2522] = 2522, - [2523] = 2523, - [2524] = 2507, - [2525] = 2442, - [2526] = 2526, - [2527] = 2510, - [2528] = 2461, - [2529] = 2483, - [2530] = 2462, - [2531] = 2439, - [2532] = 2466, - [2533] = 2533, - [2534] = 2443, - [2535] = 2481, - [2536] = 2435, - [2537] = 2436, - [2538] = 2423, - [2539] = 2432, - [2540] = 2442, - [2541] = 2431, - [2542] = 2499, - [2543] = 2543, - [2544] = 2544, - [2545] = 2545, - [2546] = 2456, - [2547] = 2547, - [2548] = 2548, - [2549] = 2453, - [2550] = 2442, - [2551] = 2551, - [2552] = 2445, - [2553] = 2553, - [2554] = 2460, - [2555] = 2446, - [2556] = 2448, - [2557] = 2449, - [2558] = 2558, - [2559] = 2559, - [2560] = 2421, - [2561] = 2561, - [2562] = 2423, - [2563] = 2563, - [2564] = 2420, - [2565] = 2565, - [2566] = 2522, - [2567] = 2442, - [2568] = 2483, - [2569] = 2442, - [2570] = 2570, - [2571] = 2522, - [2572] = 2572, - [2573] = 2545, - [2574] = 2574, - [2575] = 2442, - [2576] = 2442, - [2577] = 2453, - [2578] = 2449, - [2579] = 2579, - [2580] = 2580, - [2581] = 2448, - [2582] = 2544, - [2583] = 2522, - [2584] = 2584, - [2585] = 2585, - [2586] = 2522, - [2587] = 2548, - [2588] = 2495, - [2589] = 2442, - [2590] = 2465, - [2591] = 2504, - [2592] = 2480, - [2593] = 2585, - [2594] = 2584, - [2595] = 2551, - [2596] = 2596, - [2597] = 2597, - [2598] = 2553, - [2599] = 2004, - [2600] = 2456, - [2601] = 2470, - [2602] = 2558, - [2603] = 2474, - [2604] = 2522, - [2605] = 2453, - [2606] = 2559, - [2607] = 2442, - [2608] = 2448, - [2609] = 2584, - [2610] = 2477, - [2611] = 2474, - [2612] = 2425, - [2613] = 2584, - [2614] = 2579, - [2615] = 2615, - [2616] = 2442, - [2617] = 2522, - [2618] = 2474, - [2619] = 2522, - [2620] = 2579, - [2621] = 2442, - [2622] = 2579, - [2623] = 2523, - [2624] = 2460, - [2625] = 2523, - [2626] = 2523, + [2508] = 2436, + [2509] = 2509, + [2510] = 2437, + [2511] = 2438, + [2512] = 2512, + [2513] = 2437, }; static TSCharacterRange sym_escape_sequence_character_set_1[] = { @@ -6497,91 +6518,91 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { eof = lexer->eof(lexer); switch (state) { case 0: - if (eof) ADVANCE(65); + if (eof) ADVANCE(64); ADVANCE_MAP( - '!', 121, - '"', 169, - '#', 249, - '$', 173, - '%', 209, - '&', 72, - '\'', 171, - '(', 82, - ')', 83, - '*', 204, - '+', 113, - ',', 73, - '-', 116, - '.', 202, - '/', 207, - '0', 103, - ':', 80, - ';', 69, - '<', 187, - '=', 74, - '>', 191, - '?', 86, - '@', 122, - '[', 141, - '\\', 76, - ']', 142, - '^', 181, - '_', 244, - '`', 172, - '{', 77, - '|', 91, - '}', 78, - '~', 119, - 'A', 234, - 'a', 234, - 'B', 210, - 'b', 210, - 'E', 213, - 'e', 213, - 'F', 214, - 'f', 214, - 'I', 228, - 'i', 228, - 'N', 242, - 'n', 242, - 'S', 240, - 's', 240, - 'T', 233, - 't', 233, - 'U', 226, - 'u', 226, + '!', 120, + '"', 168, + '#', 248, + '$', 172, + '%', 208, + '&', 71, + '\'', 170, + '(', 81, + ')', 82, + '*', 203, + '+', 112, + ',', 72, + '-', 115, + '.', 201, + '/', 206, + '0', 102, + ':', 79, + ';', 68, + '<', 186, + '=', 73, + '>', 190, + '?', 85, + '@', 121, + '[', 140, + '\\', 75, + ']', 141, + '^', 180, + '_', 243, + '`', 171, + '{', 76, + '|', 90, + '}', 77, + '~', 118, + 'A', 233, + 'a', 233, + 'B', 209, + 'b', 209, + 'E', 212, + 'e', 212, + 'F', 213, + 'f', 213, + 'I', 227, + 'i', 227, + 'N', 241, + 'n', 241, + 'S', 239, + 's', 239, + 'T', 232, + 't', 232, + 'U', 225, + 'u', 225, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(62); + lookahead == 0xfeff) SKIP(61); if (('C' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 1: - if (lookahead == '\n') ADVANCE(247); + if (lookahead == '\n') ADVANCE(246); END_STATE(); case 2: - if (lookahead == '\n') ADVANCE(247); + if (lookahead == '\n') ADVANCE(246); if (lookahead == '\r') ADVANCE(1); if (lookahead != 0 && - lookahead != '>') ADVANCE(248); + lookahead != '>') ADVANCE(247); END_STATE(); case 3: ADVANCE_MAP( - '\n', 170, - '\r', 170, - '"', 169, - '#', 250, - '$', 173, - '-', 31, - '/', 20, - '[', 141, - '\\', 35, - '{', 77, + '\n', 169, + '\r', 169, + '"', 168, + '#', 249, + '$', 172, + '-', 30, + '/', 19, + '[', 140, + '\\', 34, + '{', 76, ); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || @@ -6592,15 +6613,15 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 4: ADVANCE_MAP( - '\n', 170, - '\r', 170, - '#', 250, - '$', 173, - '-', 31, - '/', 20, - '[', 141, - '\\', 36, - '{', 77, + '\n', 169, + '\r', 169, + '#', 249, + '$', 172, + '-', 30, + '/', 19, + '[', 140, + '\\', 35, + '{', 76, ); if (('\t' <= lookahead && lookahead <= '\f') || lookahead == ' ' || @@ -6611,52 +6632,53 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { END_STATE(); case 5: ADVANCE_MAP( - '!', 121, - '"', 155, - '#', 249, - '$', 173, - '%', 208, - '&', 71, - '\'', 157, - '(', 82, - ')', 83, - '*', 205, - '+', 112, - ',', 73, - '-', 115, - '.', 202, - '/', 206, - '0', 103, - ':', 79, - ';', 69, - '<', 188, - '=', 30, - '>', 192, - '?', 89, - '@', 122, - '[', 141, - '\\', 75, - ']', 142, - '^', 180, - '_', 244, - '`', 172, - '|', 92, - '}', 78, - '~', 119, - 'A', 234, - 'a', 234, - 'B', 211, - 'b', 211, - 'E', 213, - 'e', 213, - 'F', 215, - 'f', 215, - 'N', 242, - 'n', 242, - 'T', 233, - 't', 233, + '!', 120, + '"', 154, + '#', 248, + '$', 172, + '%', 207, + '&', 70, + '\'', 156, + '(', 81, + ')', 82, + '*', 204, + '+', 111, + ',', 72, + '-', 114, + '.', 201, + '/', 205, + '0', 102, + ':', 78, + ';', 68, + '<', 187, + '=', 29, + '>', 191, + '?', 88, + '@', 121, + '[', 140, + '\\', 74, + ']', 141, + '^', 179, + '_', 243, + '`', 171, + '{', 76, + '|', 91, + '}', 77, + '~', 118, + 'A', 233, + 'a', 233, + 'B', 210, + 'b', 210, + 'E', 212, + 'e', 212, + 'F', 214, + 'f', 214, + 'N', 241, + 'n', 241, + 'T', 232, + 't', 232, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6664,46 +6686,46 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(5); if (('C' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 6: ADVANCE_MAP( - '!', 120, - '"', 155, - '#', 249, - '$', 173, - '&', 70, - '\'', 157, - '(', 82, - ')', 83, - '+', 112, - ',', 73, - '-', 115, - '.', 99, - '/', 20, - '0', 103, - '<', 26, - '@', 122, - '[', 141, - '\\', 75, - ']', 142, - '_', 244, - '`', 172, - '~', 119, - 'A', 234, - 'a', 234, - 'B', 211, - 'b', 211, - 'E', 213, - 'e', 213, - 'F', 215, - 'f', 215, - 'N', 242, - 'n', 242, - 'T', 233, - 't', 233, + '!', 119, + '"', 154, + '#', 248, + '$', 172, + '&', 69, + '\'', 156, + '(', 81, + ')', 82, + '+', 111, + ',', 72, + '-', 114, + '.', 98, + '/', 19, + '0', 102, + '<', 25, + '@', 121, + '[', 140, + '\\', 74, + ']', 141, + '_', 243, + '`', 171, + '~', 118, + 'A', 233, + 'a', 233, + 'B', 210, + 'b', 210, + 'E', 212, + 'e', 212, + 'F', 214, + 'f', 214, + 'N', 241, + 'n', 241, + 'T', 232, + 't', 232, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6712,48 +6734,48 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0xfeff) SKIP(6); if (('C' <= lookahead && lookahead <= 'Z') || ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 7: ADVANCE_MAP( - '!', 120, - '"', 155, - '#', 249, - '$', 173, - '\'', 157, - '(', 82, - '+', 112, - '-', 115, - '.', 100, - '/', 20, - '0', 103, - '<', 26, - '@', 122, - '[', 141, - '\\', 75, - '_', 244, - '`', 172, - '~', 119, - 'A', 234, - 'a', 234, - 'B', 210, - 'b', 210, - 'E', 213, - 'e', 213, - 'F', 214, - 'f', 214, - 'I', 228, - 'i', 228, - 'N', 242, - 'n', 242, - 'S', 240, - 's', 240, - 'T', 233, - 't', 233, - 'U', 226, - 'u', 226, + '!', 119, + '"', 154, + '#', 248, + '$', 172, + '\'', 156, + '(', 81, + '+', 111, + '-', 114, + '.', 99, + '/', 19, + '0', 102, + '<', 25, + '@', 121, + '[', 140, + '\\', 74, + '_', 243, + '`', 171, + '~', 118, + 'A', 233, + 'a', 233, + 'B', 209, + 'b', 209, + 'E', 212, + 'e', 212, + 'F', 213, + 'f', 213, + 'I', 227, + 'i', 227, + 'N', 241, + 'n', 241, + 'S', 239, + 's', 239, + 'T', 232, + 't', 232, + 'U', 225, + 'u', 225, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6762,38 +6784,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0xfeff) SKIP(7); if (('C' <= lookahead && lookahead <= 'Z') || ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 8: ADVANCE_MAP( - '!', 29, - '"', 155, - '#', 250, - '$', 173, - '%', 208, - '&', 71, - '(', 82, - ')', 83, - '*', 205, - '+', 112, - ',', 73, - '-', 117, - '.', 201, - '/', 206, - ':', 80, - ';', 69, - '<', 190, - '=', 30, - '>', 192, - '?', 88, - '[', 141, - '\\', 35, - ']', 142, - '^', 180, - '`', 172, - '{', 77, - '|', 92, - '}', 78, + '!', 28, + '"', 154, + '#', 249, + '$', 172, + '%', 207, + '&', 70, + '(', 81, + ')', 82, + '*', 204, + '+', 111, + ',', 72, + '-', 116, + '.', 200, + '/', 205, + ':', 79, + ';', 68, + '<', 189, + '=', 29, + '>', 191, + '?', 87, + '[', 140, + '\\', 34, + ']', 141, + '^', 179, + '`', 171, + '{', 76, + '|', 91, + '}', 77, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -6802,38 +6824,38 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(9); if (('A' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 9: ADVANCE_MAP( - '!', 29, - '"', 155, - '#', 250, - '$', 173, - '%', 208, - '&', 71, - '(', 82, - ')', 83, - '*', 205, - '+', 112, - ',', 73, - '-', 117, - '.', 201, - '/', 206, - ':', 80, - ';', 69, - '<', 190, - '=', 30, - '>', 192, - '?', 88, - '[', 141, - '\\', 36, - ']', 142, - '^', 180, - '`', 172, - '{', 77, - '|', 92, - '}', 78, + '!', 28, + '"', 154, + '#', 249, + '$', 172, + '%', 207, + '&', 70, + '(', 81, + ')', 82, + '*', 204, + '+', 111, + ',', 72, + '-', 116, + '.', 200, + '/', 205, + ':', 79, + ';', 68, + '<', 189, + '=', 29, + '>', 191, + '?', 87, + '[', 140, + '\\', 35, + ']', 141, + '^', 179, + '`', 171, + '{', 76, + '|', 91, + '}', 77, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -6842,117 +6864,119 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x2060 || lookahead == 0xfeff) SKIP(9); if (('A' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 10: ADVANCE_MAP( - '!', 29, - '#', 250, - '$', 173, - '%', 208, - '&', 71, - '\'', 171, - '(', 82, - ')', 83, - '*', 205, - '+', 111, - ',', 73, - '-', 118, - '.', 201, - '/', 206, - '0', 108, - ':', 80, - ';', 69, - '<', 190, - '=', 74, - '>', 192, + '!', 28, + '#', 249, + '$', 172, + '%', 207, + '&', 70, + '\'', 170, + '(', 81, + ')', 82, + '*', 204, + '+', 110, + ',', 72, + '-', 113, + '.', 200, + '/', 205, + '0', 107, + ':', 79, + ';', 68, + '<', 189, + '=', 73, + '>', 191, '?', 88, - '[', 141, - '\\', 75, - ']', 142, - '^', 180, - '{', 77, - '|', 92, - '}', 78, + '\\', 74, + ']', 141, + '^', 179, + '{', 76, + '|', 91, + '}', 77, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(110); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(11); - if (('A' <= lookahead && lookahead <= '_') || + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 11: ADVANCE_MAP( - '!', 29, - '#', 250, - '$', 173, - '%', 208, - '&', 71, - '(', 82, - ')', 83, - '*', 205, - '+', 111, - ',', 73, - '-', 118, - '.', 201, - '/', 206, - '0', 108, - ':', 80, - ';', 69, - '<', 190, - '=', 74, - '>', 192, + '!', 28, + '#', 249, + '$', 172, + '%', 207, + '&', 70, + '(', 81, + ')', 82, + '*', 204, + '+', 110, + ',', 72, + '-', 113, + '.', 200, + '/', 205, + '0', 107, + ':', 79, + ';', 68, + '<', 189, + '=', 73, + '>', 191, '?', 88, - '[', 141, - '\\', 75, - ']', 142, - '^', 180, - '{', 77, - '|', 92, - '}', 78, + '\\', 74, + ']', 141, + '^', 179, + '{', 76, + '|', 91, + '}', 77, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(110); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(11); - if (('A' <= lookahead && lookahead <= '_') || + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 12: ADVANCE_MAP( - '!', 29, - '#', 250, - '$', 173, - '%', 208, - '&', 71, - '(', 82, - ')', 83, - '*', 205, - '+', 111, - ',', 73, - '-', 114, - '.', 201, - '/', 206, + '!', 28, + '#', 249, + '$', 172, + '%', 207, + '&', 70, + '(', 81, + ')', 82, + '*', 204, + '+', 110, + ',', 72, + '-', 117, + '.', 200, + '/', 205, ':', 79, - ';', 69, - '<', 190, - '=', 30, - '>', 192, - '?', 89, - '\\', 75, - ']', 142, - '^', 180, - '|', 92, - '}', 78, + ';', 68, + '<', 189, + '=', 73, + '>', 191, + '?', 87, + '[', 140, + '\\', 74, + ']', 141, + '^', 179, + '{', 76, + '|', 91, + '}', 77, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -6960,31 +6984,37 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(12); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || + if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 13: - if (lookahead == '"') ADVANCE(154); - if (lookahead == '\'') ADVANCE(156); + if (lookahead == '"') ADVANCE(153); + if (lookahead == '\'') ADVANCE(155); END_STATE(); case 14: ADVANCE_MAP( - '"', 155, + '"', 154, '#', 249, - '$', 173, - '\'', 157, - '(', 82, - '/', 20, - '<', 26, - '[', 141, - '\\', 75, - 'A', 234, - 'a', 234, - 'B', 211, - 'b', 211, + '$', 172, + '&', 69, + '\'', 156, + '(', 81, + ')', 82, + '.', 22, + '/', 19, + '0', 107, + '<', 25, + '[', 140, + '\\', 74, + '|', 89, + '}', 77, + 'A', 233, + 'a', 233, + 'B', 210, + 'b', 210, ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || @@ -6994,84 +7024,76 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('C' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 15: ADVANCE_MAP( - '"', 155, - '#', 250, - '$', 173, - '&', 70, - '\'', 157, - '(', 82, - ')', 83, - '.', 23, - '/', 20, - '0', 108, - '<', 26, - '[', 141, - '\\', 75, - '|', 90, - '}', 78, - 'A', 234, - 'a', 234, - 'B', 211, - 'b', 211, + '"', 154, + '#', 249, + '\'', 156, + '.', 99, + '/', 19, + '0', 102, + '<', 25, + '_', 55, + 'B', 13, + 'b', 13, + 'E', 38, + 'e', 38, + 'F', 39, + 'f', 39, + 'N', 49, + 'n', 49, + 'T', 46, + 't', 46, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(110); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(15); - if (('C' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); END_STATE(); case 16: ADVANCE_MAP( - '"', 155, - '#', 250, - '\'', 157, - '.', 100, - '/', 20, - '0', 103, - '<', 26, - '_', 56, - 'B', 13, - 'b', 13, - 'E', 39, - 'e', 39, - 'F', 40, - 'f', 40, - 'N', 50, - 'n', 50, - 'T', 47, - 't', 47, + '#', 248, + '$', 172, + '&', 69, + '(', 81, + ')', 82, + ',', 72, + '.', 22, + '/', 19, + '?', 84, + '\\', 74, + '}', 77, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(16); + if (('A' <= lookahead && lookahead <= 'Z') || + lookahead == '_' || + ('a' <= lookahead && lookahead <= 'z') || + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 17: ADVANCE_MAP( '#', 249, - '$', 173, - '&', 70, - '(', 82, - ')', 83, - ',', 73, - '.', 23, - '/', 20, - '?', 85, - '\\', 75, - '}', 78, + '$', 172, + '&', 69, + '(', 81, + ')', 82, + '.', 22, + '/', 19, + '=', 31, + '?', 84, + '\\', 74, + '{', 76, + '|', 89, ); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || @@ -7082,1273 +7104,1247 @@ static bool ts_lex(TSLexer *lexer, TSStateId state) { if (('A' <= lookahead && lookahead <= 'Z') || lookahead == '_' || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 18: - ADVANCE_MAP( - '#', 250, - '$', 173, - '&', 70, - '(', 82, - ')', 83, - '.', 23, - '/', 20, - '=', 32, - '?', 85, - '\\', 75, - '{', 77, - '|', 90, - ); + if (lookahead == '#') ADVANCE(165); + if (lookahead == '\'') ADVANCE(156); + if (lookahead == '/') ADVANCE(161); + if (lookahead == '\\') ADVANCE(37); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(18); - if (('A' <= lookahead && lookahead <= 'Z') || - lookahead == '_' || - ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + lookahead == 0xfeff) ADVANCE(160); + if (lookahead != 0) ADVANCE(166); END_STATE(); case 19: - if (lookahead == '#') ADVANCE(166); - if (lookahead == '\'') ADVANCE(157); - if (lookahead == '/') ADVANCE(162); - if (lookahead == '\\') ADVANCE(38); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ' || - lookahead == 0xa0 || - lookahead == 0x200b || - lookahead == 0x2060 || - lookahead == 0xfeff) ADVANCE(161); - if (lookahead != 0) ADVANCE(167); + if (lookahead == '*') ADVANCE(21); + if (lookahead == '/') ADVANCE(247); END_STATE(); case 20: - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(248); + if (lookahead == '*') ADVANCE(20); + if (lookahead == '/') ADVANCE(246); + if (lookahead != 0) ADVANCE(21); END_STATE(); case 21: - if (lookahead == '*') ADVANCE(21); - if (lookahead == '/') ADVANCE(247); - if (lookahead != 0) ADVANCE(22); + if (lookahead == '*') ADVANCE(20); + if (lookahead != 0) ADVANCE(21); END_STATE(); case 22: - if (lookahead == '*') ADVANCE(21); - if (lookahead != 0) ADVANCE(22); + if (lookahead == '.') ADVANCE(24); END_STATE(); case 23: - if (lookahead == '.') ADVANCE(25); + if (lookahead == '.') ADVANCE(99); + if (lookahead == '_') ADVANCE(55); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(38); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(23); END_STATE(); case 24: - if (lookahead == '.') ADVANCE(100); - if (lookahead == '_') ADVANCE(56); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(39); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(24); + if (lookahead == '.') ADVANCE(83); END_STATE(); case 25: - if (lookahead == '.') ADVANCE(84); + if (lookahead == '<') ADVANCE(27); END_STATE(); case 26: - if (lookahead == '<') ADVANCE(28); + if (lookahead == '<') ADVANCE(27); + if (lookahead == '?') ADVANCE(67); END_STATE(); case 27: - if (lookahead == '<') ADVANCE(28); - if (lookahead == '?') ADVANCE(68); + if (lookahead == '<') ADVANCE(167); END_STATE(); case 28: - if (lookahead == '<') ADVANCE(168); + if (lookahead == '=') ADVANCE(182); END_STATE(); case 29: - if (lookahead == '=') ADVANCE(183); + if (lookahead == '=') ADVANCE(181); + if (lookahead == '>') ADVANCE(80); END_STATE(); case 30: - if (lookahead == '=') ADVANCE(182); - if (lookahead == '>') ADVANCE(81); + if (lookahead == '>') ADVANCE(138); END_STATE(); case 31: - if (lookahead == '>') ADVANCE(139); + if (lookahead == '>') ADVANCE(80); END_STATE(); case 32: - if (lookahead == '>') ADVANCE(81); + if (lookahead == '>') ADVANCE(65); END_STATE(); case 33: - if (lookahead == '>') ADVANCE(66); + if (lookahead == '>') ADVANCE(139); END_STATE(); case 34: - if (lookahead == '>') ADVANCE(140); + if (lookahead == 'u') ADVANCE(152); + if (lookahead == 'x') ADVANCE(59); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(149); + if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(147); END_STATE(); case 35: - if (lookahead == 'u') ADVANCE(153); - if (lookahead == 'x') ADVANCE(60); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(150); - if (set_contains(sym_escape_sequence_character_set_1, 10, lookahead)) ADVANCE(148); + if (lookahead == 'u') ADVANCE(151); END_STATE(); case 36: - if (lookahead == 'u') ADVANCE(152); - END_STATE(); - case 37: - if (lookahead == '}') ADVANCE(148); + if (lookahead == '}') ADVANCE(147); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); END_STATE(); - case 38: + case 37: if (lookahead == '\'' || - lookahead == '\\') ADVANCE(158); - if (lookahead != 0) ADVANCE(167); + lookahead == '\\') ADVANCE(157); + if (lookahead != 0) ADVANCE(166); END_STATE(); - case 39: + case 38: if (lookahead == '+' || - lookahead == '-') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(102); + lookahead == '-') ADVANCE(56); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); END_STATE(); - case 40: + case 39: if (lookahead == 'A' || - lookahead == 'a') ADVANCE(43); + lookahead == 'a') ADVANCE(42); END_STATE(); - case 41: + case 40: if (lookahead == 'E' || - lookahead == 'e') ADVANCE(145); + lookahead == 'e') ADVANCE(144); END_STATE(); - case 42: + case 41: if (lookahead == 'H' || - lookahead == 'h') ADVANCE(46); + lookahead == 'h') ADVANCE(45); + END_STATE(); + case 42: + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(47); END_STATE(); case 43: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(48); + lookahead == 'l') ADVANCE(142); END_STATE(); case 44: if (lookahead == 'L' || - lookahead == 'l') ADVANCE(143); + lookahead == 'l') ADVANCE(43); END_STATE(); case 45: - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(44); + if (lookahead == 'P' || + lookahead == 'p') ADVANCE(66); END_STATE(); case 46: - if (lookahead == 'P' || - lookahead == 'p') ADVANCE(67); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(48); END_STATE(); case 47: - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(49); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(40); END_STATE(); case 48: - if (lookahead == 'S' || - lookahead == 's') ADVANCE(41); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(40); END_STATE(); case 49: if (lookahead == 'U' || - lookahead == 'u') ADVANCE(41); + lookahead == 'u') ADVANCE(44); END_STATE(); case 50: - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(45); + if (lookahead == '0' || + lookahead == '1') ADVANCE(105); END_STATE(); case 51: - if (lookahead == '0' || - lookahead == '1') ADVANCE(106); + if (lookahead == '8' || + lookahead == '9') ADVANCE(23); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(103); END_STATE(); case 52: - if (lookahead == '8' || - lookahead == '9') ADVANCE(24); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(104); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(108); END_STATE(); case 53: - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(109); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(104); END_STATE(); case 54: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(99); END_STATE(); case 55: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(23); END_STATE(); case 56: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(24); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); END_STATE(); case 57: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(102); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(109); END_STATE(); case 58: - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); + if (('0' <= lookahead && lookahead <= '9') || + ('A' <= lookahead && lookahead <= 'F') || + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(106); END_STATE(); case 59: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(107); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(150); END_STATE(); case 60: if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(151); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(36); END_STATE(); case 61: - if (('0' <= lookahead && lookahead <= '9') || - ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(37); + if (eof) ADVANCE(64); + ADVANCE_MAP( + '!', 120, + '"', 154, + '#', 248, + '$', 172, + '%', 208, + '&', 71, + '\'', 156, + '(', 81, + ')', 82, + '*', 203, + '+', 112, + ',', 72, + '-', 115, + '.', 201, + '/', 206, + '0', 102, + ':', 79, + ';', 68, + '<', 186, + '=', 73, + '>', 190, + '?', 85, + '@', 121, + '[', 140, + '\\', 75, + ']', 141, + '^', 180, + '_', 243, + '`', 171, + '{', 76, + '|', 90, + '}', 77, + '~', 118, + 'A', 233, + 'a', 233, + 'B', 209, + 'b', 209, + 'E', 212, + 'e', 212, + 'F', 213, + 'f', 213, + 'I', 227, + 'i', 227, + 'N', 241, + 'n', 241, + 'S', 239, + 's', 239, + 'T', 232, + 't', 232, + 'U', 225, + 'u', 225, + ); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); + if (('\t' <= lookahead && lookahead <= '\r') || + lookahead == ' ' || + lookahead == 0xa0 || + lookahead == 0x200b || + lookahead == 0x2060 || + lookahead == 0xfeff) SKIP(61); + if (('C' <= lookahead && lookahead <= 'z') || + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 62: - if (eof) ADVANCE(65); + if (eof) ADVANCE(64); ADVANCE_MAP( - '!', 121, - '"', 155, - '#', 249, - '$', 173, - '%', 209, - '&', 72, - '\'', 157, - '(', 82, - ')', 83, - '*', 204, - '+', 113, - ',', 73, - '-', 116, - '.', 202, - '/', 207, - '0', 103, - ':', 80, - ';', 69, - '<', 187, - '=', 74, - '>', 191, - '?', 86, - '@', 122, - '[', 141, - '\\', 76, - ']', 142, - '^', 181, - '_', 244, - '`', 172, - '{', 77, - '|', 91, - '}', 78, - '~', 119, - 'A', 234, - 'a', 234, + '!', 119, + '"', 154, + '#', 248, + '$', 172, + '&', 69, + '\'', 156, + '(', 81, + ')', 82, + '+', 111, + ',', 72, + '-', 114, + '.', 99, + '/', 19, + '0', 102, + ':', 78, + ';', 68, + '<', 26, + '=', 31, + '?', 32, + '@', 121, + '[', 140, + '\\', 74, + ']', 141, + '_', 243, + '`', 171, + '{', 76, + '}', 77, + '~', 118, + 'A', 233, + 'a', 233, 'B', 210, 'b', 210, - 'E', 213, - 'e', 213, + 'E', 212, + 'e', 212, 'F', 214, 'f', 214, - 'I', 228, - 'i', 228, - 'N', 242, - 'n', 242, - 'S', 240, - 's', 240, - 'T', 233, - 't', 233, - 'U', 226, - 'u', 226, + 'N', 241, + 'n', 241, + 'T', 232, + 't', 232, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(104); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(62); - if (('C' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + if (('C' <= lookahead && lookahead <= 'Z') || + ('c' <= lookahead && lookahead <= 'z') || + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); case 63: - if (eof) ADVANCE(65); + if (eof) ADVANCE(64); ADVANCE_MAP( - '!', 120, - '"', 155, + '!', 28, + '"', 154, '#', 249, - '$', 173, - '&', 70, - '\'', 157, - '(', 82, - ')', 83, + '$', 172, + '%', 208, + '&', 71, + '\'', 156, + '(', 81, + ')', 82, + '*', 203, '+', 112, - ',', 73, + ',', 72, '-', 115, - '.', 100, - '/', 20, - '0', 103, + '.', 202, + '/', 206, + '0', 107, ':', 79, - ';', 69, - '<', 27, - '=', 32, - '?', 33, - '@', 122, - '[', 141, - '\\', 75, - ']', 142, - '_', 244, - '`', 172, - '{', 77, - '}', 78, - '~', 119, - 'A', 234, - 'a', 234, - 'B', 211, - 'b', 211, - 'E', 213, - 'e', 213, - 'F', 215, - 'f', 215, - 'N', 242, - 'n', 242, - 'T', 233, - 't', 233, + ';', 68, + '<', 188, + '=', 73, + '>', 190, + '?', 86, + '[', 140, + '\\', 74, + ']', 141, + '^', 180, + '{', 76, + '|', 90, + '}', 77, ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(105); + if (('1' <= lookahead && lookahead <= '9')) ADVANCE(109); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || lookahead == 0xfeff) SKIP(63); - if (('C' <= lookahead && lookahead <= 'Z') || - ('c' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); - END_STATE(); - case 64: - if (eof) ADVANCE(65); - ADVANCE_MAP( - '!', 29, - '"', 155, - '#', 250, - '$', 173, - '%', 209, - '&', 72, - '\'', 157, - '(', 82, - ')', 83, - '*', 204, - '+', 113, - ',', 73, - '-', 116, - '.', 203, - '/', 207, - '0', 108, - ':', 80, - ';', 69, - '<', 189, - '=', 74, - '>', 191, - '?', 87, - '[', 141, - '\\', 75, - ']', 142, - '^', 181, - '{', 77, - '|', 91, - '}', 78, - ); - if (('1' <= lookahead && lookahead <= '9')) ADVANCE(110); - if (('\t' <= lookahead && lookahead <= '\r') || - lookahead == ' ' || - lookahead == 0xa0 || - lookahead == 0x200b || - lookahead == 0x2060 || - lookahead == 0xfeff) SKIP(64); if (('A' <= lookahead && lookahead <= '_') || ('a' <= lookahead && lookahead <= 'z') || - (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0x80 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); - case 65: + case 64: ACCEPT_TOKEN(ts_builtin_sym_end); END_STATE(); - case 66: + case 65: ACCEPT_TOKEN(anon_sym_QMARK_GT); END_STATE(); - case 67: + case 66: ACCEPT_TOKEN(sym_php_tag); END_STATE(); - case 68: + case 67: ACCEPT_TOKEN(sym_php_tag); - if (lookahead == '=') ADVANCE(67); + if (lookahead == '=') ADVANCE(66); if (lookahead == 'P' || - lookahead == 'p') ADVANCE(42); + lookahead == 'p') ADVANCE(41); END_STATE(); - case 69: + case 68: ACCEPT_TOKEN(anon_sym_SEMI); END_STATE(); + case 69: + ACCEPT_TOKEN(anon_sym_AMP); + END_STATE(); case 70: ACCEPT_TOKEN(anon_sym_AMP); + if (lookahead == '&') ADVANCE(178); END_STATE(); case 71: ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(179); + if (lookahead == '&') ADVANCE(178); + if (lookahead == '=') ADVANCE(134); END_STATE(); case 72: - ACCEPT_TOKEN(anon_sym_AMP); - if (lookahead == '&') ADVANCE(179); - if (lookahead == '=') ADVANCE(135); + ACCEPT_TOKEN(anon_sym_COMMA); END_STATE(); case 73: - ACCEPT_TOKEN(anon_sym_COMMA); + ACCEPT_TOKEN(anon_sym_EQ); + if (lookahead == '=') ADVANCE(181); + if (lookahead == '>') ADVANCE(80); END_STATE(); case 74: - ACCEPT_TOKEN(anon_sym_EQ); - if (lookahead == '=') ADVANCE(182); - if (lookahead == '>') ADVANCE(81); + ACCEPT_TOKEN(anon_sym_BSLASH); END_STATE(); case 75: ACCEPT_TOKEN(anon_sym_BSLASH); + if (lookahead == '\'' || + lookahead == '\\') ADVANCE(157); END_STATE(); case 76: - ACCEPT_TOKEN(anon_sym_BSLASH); - if (lookahead == '\'' || - lookahead == '\\') ADVANCE(158); + ACCEPT_TOKEN(anon_sym_LBRACE); END_STATE(); case 77: - ACCEPT_TOKEN(anon_sym_LBRACE); + ACCEPT_TOKEN(anon_sym_RBRACE); END_STATE(); case 78: - ACCEPT_TOKEN(anon_sym_RBRACE); + ACCEPT_TOKEN(anon_sym_COLON); END_STATE(); case 79: ACCEPT_TOKEN(anon_sym_COLON); + if (lookahead == ':') ADVANCE(122); END_STATE(); case 80: - ACCEPT_TOKEN(anon_sym_COLON); - if (lookahead == ':') ADVANCE(123); + ACCEPT_TOKEN(anon_sym_EQ_GT); END_STATE(); case 81: - ACCEPT_TOKEN(anon_sym_EQ_GT); + ACCEPT_TOKEN(anon_sym_LPAREN); END_STATE(); case 82: - ACCEPT_TOKEN(anon_sym_LPAREN); + ACCEPT_TOKEN(anon_sym_RPAREN); END_STATE(); case 83: - ACCEPT_TOKEN(anon_sym_RPAREN); + ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); END_STATE(); case 84: - ACCEPT_TOKEN(anon_sym_DOT_DOT_DOT); + ACCEPT_TOKEN(anon_sym_QMARK); END_STATE(); case 85: ACCEPT_TOKEN(anon_sym_QMARK); + if (lookahead == '-') ADVANCE(33); + if (lookahead == '>') ADVANCE(65); + if (lookahead == '?') ADVANCE(174); END_STATE(); case 86: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '-') ADVANCE(34); - if (lookahead == '>') ADVANCE(66); - if (lookahead == '?') ADVANCE(175); + if (lookahead == '-') ADVANCE(33); + if (lookahead == '?') ADVANCE(174); END_STATE(); case 87: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '-') ADVANCE(34); - if (lookahead == '?') ADVANCE(175); + if (lookahead == '-') ADVANCE(33); + if (lookahead == '?') ADVANCE(173); END_STATE(); case 88: ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '-') ADVANCE(34); - if (lookahead == '?') ADVANCE(174); + if (lookahead == '?') ADVANCE(173); END_STATE(); case 89: - ACCEPT_TOKEN(anon_sym_QMARK); - if (lookahead == '?') ADVANCE(174); + ACCEPT_TOKEN(anon_sym_PIPE); END_STATE(); case 90: ACCEPT_TOKEN(anon_sym_PIPE); + if (lookahead == '=') ADVANCE(136); + if (lookahead == '|') ADVANCE(177); END_STATE(); case 91: ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '=') ADVANCE(137); - if (lookahead == '|') ADVANCE(178); + if (lookahead == '|') ADVANCE(177); END_STATE(); case 92: - ACCEPT_TOKEN(anon_sym_PIPE); - if (lookahead == '|') ADVANCE(178); + ACCEPT_TOKEN(aux_sym_cast_type_token1); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 93: - ACCEPT_TOKEN(aux_sym_cast_type_token1); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(aux_sym_cast_type_token3); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 94: - ACCEPT_TOKEN(aux_sym_cast_type_token3); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(aux_sym_cast_type_token6); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 95: - ACCEPT_TOKEN(aux_sym_cast_type_token6); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(aux_sym_cast_type_token8); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 96: - ACCEPT_TOKEN(aux_sym_cast_type_token8); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(aux_sym_cast_type_token11); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 97: - ACCEPT_TOKEN(aux_sym_cast_type_token11); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(aux_sym_cast_type_token12); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 98: - ACCEPT_TOKEN(aux_sym_cast_type_token12); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(sym_float); + if (lookahead == '.') ADVANCE(24); + if (lookahead == '_') ADVANCE(54); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(38); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(99); END_STATE(); case 99: ACCEPT_TOKEN(sym_float); - if (lookahead == '.') ADVANCE(25); - if (lookahead == '_') ADVANCE(55); + if (lookahead == '_') ADVANCE(54); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(39); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); + lookahead == 'e') ADVANCE(38); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(99); END_STATE(); case 100: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(55); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(39); + if (lookahead == '_') ADVANCE(244); if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); - END_STATE(); - case 101: - ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(245); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || (0x80 <= lookahead && lookahead <= 0x9f) || (0xa1 <= lookahead && lookahead <= 0x200a) || (0x200c <= lookahead && lookahead <= 0x205f) || (0x2061 <= lookahead && lookahead <= 0xfefe) || - (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); - case 102: + case 101: ACCEPT_TOKEN(sym_float); - if (lookahead == '_') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(102); + if (lookahead == '_') ADVANCE(56); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); END_STATE(); - case 103: + case 102: ACCEPT_TOKEN(sym_integer); ADVANCE_MAP( - '.', 100, - '_', 52, - 'B', 51, - 'b', 51, - 'E', 39, - 'e', 39, - 'O', 109, - 'o', 109, - 'X', 59, - 'x', 59, - '8', 24, - '9', 24, + '.', 99, + '_', 51, + 'B', 50, + 'b', 50, + 'E', 38, + 'e', 38, + 'O', 108, + 'o', 108, + 'X', 58, + 'x', 58, + '8', 23, + '9', 23, ); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(104); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(103); END_STATE(); - case 104: + case 103: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(100); - if (lookahead == '_') ADVANCE(52); + if (lookahead == '.') ADVANCE(99); + if (lookahead == '_') ADVANCE(51); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(39); + lookahead == 'e') ADVANCE(38); if (lookahead == '8' || - lookahead == '9') ADVANCE(24); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(104); + lookahead == '9') ADVANCE(23); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(103); END_STATE(); - case 105: + case 104: ACCEPT_TOKEN(sym_integer); - if (lookahead == '.') ADVANCE(100); - if (lookahead == '_') ADVANCE(54); + if (lookahead == '.') ADVANCE(99); + if (lookahead == '_') ADVANCE(53); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(39); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(105); + lookahead == 'e') ADVANCE(38); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(104); END_STATE(); - case 106: + case 105: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(51); + if (lookahead == '_') ADVANCE(50); if (lookahead == '0' || - lookahead == '1') ADVANCE(106); + lookahead == '1') ADVANCE(105); END_STATE(); - case 107: + case 106: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(59); + if (lookahead == '_') ADVANCE(58); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(107); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(106); END_STATE(); - case 108: + case 107: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(53); + if (lookahead == '_') ADVANCE(52); if (lookahead == 'B' || - lookahead == 'b') ADVANCE(51); + lookahead == 'b') ADVANCE(50); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(109); + lookahead == 'o') ADVANCE(108); if (lookahead == 'X' || - lookahead == 'x') ADVANCE(59); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(109); + lookahead == 'x') ADVANCE(58); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(108); + END_STATE(); + case 108: + ACCEPT_TOKEN(sym_integer); + if (lookahead == '_') ADVANCE(52); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(108); END_STATE(); case 109: ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(53); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(109); + if (lookahead == '_') ADVANCE(57); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(109); END_STATE(); case 110: - ACCEPT_TOKEN(sym_integer); - if (lookahead == '_') ADVANCE(58); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(110); + ACCEPT_TOKEN(anon_sym_PLUS); END_STATE(); case 111: ACCEPT_TOKEN(anon_sym_PLUS); + if (lookahead == '+') ADVANCE(124); END_STATE(); case 112: ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(125); + if (lookahead == '+') ADVANCE(124); + if (lookahead == '=') ADVANCE(129); END_STATE(); case 113: - ACCEPT_TOKEN(anon_sym_PLUS); - if (lookahead == '+') ADVANCE(125); - if (lookahead == '=') ADVANCE(130); + ACCEPT_TOKEN(anon_sym_DASH); END_STATE(); case 114: ACCEPT_TOKEN(anon_sym_DASH); + if (lookahead == '-') ADVANCE(123); END_STATE(); case 115: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(124); + if (lookahead == '-') ADVANCE(123); + if (lookahead == '=') ADVANCE(130); + if (lookahead == '>') ADVANCE(138); END_STATE(); case 116: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(124); - if (lookahead == '=') ADVANCE(131); - if (lookahead == '>') ADVANCE(139); + if (lookahead == '-') ADVANCE(123); + if (lookahead == '>') ADVANCE(138); END_STATE(); case 117: ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '-') ADVANCE(124); - if (lookahead == '>') ADVANCE(139); + if (lookahead == '>') ADVANCE(138); END_STATE(); case 118: - ACCEPT_TOKEN(anon_sym_DASH); - if (lookahead == '>') ADVANCE(139); + ACCEPT_TOKEN(anon_sym_TILDE); END_STATE(); case 119: - ACCEPT_TOKEN(anon_sym_TILDE); + ACCEPT_TOKEN(anon_sym_BANG); END_STATE(); case 120: ACCEPT_TOKEN(anon_sym_BANG); + if (lookahead == '=') ADVANCE(182); END_STATE(); case 121: - ACCEPT_TOKEN(anon_sym_BANG); - if (lookahead == '=') ADVANCE(183); + ACCEPT_TOKEN(anon_sym_AT); END_STATE(); case 122: - ACCEPT_TOKEN(anon_sym_AT); + ACCEPT_TOKEN(anon_sym_COLON_COLON); END_STATE(); case 123: - ACCEPT_TOKEN(anon_sym_COLON_COLON); + ACCEPT_TOKEN(anon_sym_DASH_DASH); END_STATE(); case 124: - ACCEPT_TOKEN(anon_sym_DASH_DASH); + ACCEPT_TOKEN(anon_sym_PLUS_PLUS); END_STATE(); case 125: - ACCEPT_TOKEN(anon_sym_PLUS_PLUS); + ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); END_STATE(); case 126: - ACCEPT_TOKEN(anon_sym_STAR_STAR_EQ); + ACCEPT_TOKEN(anon_sym_STAR_EQ); END_STATE(); case 127: - ACCEPT_TOKEN(anon_sym_STAR_EQ); + ACCEPT_TOKEN(anon_sym_SLASH_EQ); END_STATE(); case 128: - ACCEPT_TOKEN(anon_sym_SLASH_EQ); + ACCEPT_TOKEN(anon_sym_PERCENT_EQ); END_STATE(); case 129: - ACCEPT_TOKEN(anon_sym_PERCENT_EQ); + ACCEPT_TOKEN(anon_sym_PLUS_EQ); END_STATE(); case 130: - ACCEPT_TOKEN(anon_sym_PLUS_EQ); + ACCEPT_TOKEN(anon_sym_DASH_EQ); END_STATE(); case 131: - ACCEPT_TOKEN(anon_sym_DASH_EQ); + ACCEPT_TOKEN(anon_sym_DOT_EQ); END_STATE(); case 132: - ACCEPT_TOKEN(anon_sym_DOT_EQ); + ACCEPT_TOKEN(anon_sym_LT_LT_EQ); END_STATE(); case 133: - ACCEPT_TOKEN(anon_sym_LT_LT_EQ); + ACCEPT_TOKEN(anon_sym_GT_GT_EQ); END_STATE(); case 134: - ACCEPT_TOKEN(anon_sym_GT_GT_EQ); + ACCEPT_TOKEN(anon_sym_AMP_EQ); END_STATE(); case 135: - ACCEPT_TOKEN(anon_sym_AMP_EQ); + ACCEPT_TOKEN(anon_sym_CARET_EQ); END_STATE(); case 136: - ACCEPT_TOKEN(anon_sym_CARET_EQ); + ACCEPT_TOKEN(anon_sym_PIPE_EQ); END_STATE(); case 137: - ACCEPT_TOKEN(anon_sym_PIPE_EQ); + ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); END_STATE(); case 138: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK_EQ); + ACCEPT_TOKEN(anon_sym_DASH_GT); END_STATE(); case 139: - ACCEPT_TOKEN(anon_sym_DASH_GT); + ACCEPT_TOKEN(anon_sym_QMARK_DASH_GT); END_STATE(); case 140: - ACCEPT_TOKEN(anon_sym_QMARK_DASH_GT); + ACCEPT_TOKEN(anon_sym_LBRACK); END_STATE(); case 141: - ACCEPT_TOKEN(anon_sym_LBRACK); + ACCEPT_TOKEN(anon_sym_RBRACK); END_STATE(); case 142: - ACCEPT_TOKEN(anon_sym_RBRACK); + ACCEPT_TOKEN(aux_sym__argument_name_token1); END_STATE(); case 143: ACCEPT_TOKEN(aux_sym__argument_name_token1); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 144: - ACCEPT_TOKEN(aux_sym__argument_name_token1); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(aux_sym__argument_name_token2); END_STATE(); case 145: ACCEPT_TOKEN(aux_sym__argument_name_token2); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 146: - ACCEPT_TOKEN(aux_sym__argument_name_token2); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + ACCEPT_TOKEN(anon_sym_POUND_LBRACK); END_STATE(); case 147: - ACCEPT_TOKEN(anon_sym_POUND_LBRACK); + ACCEPT_TOKEN(sym_escape_sequence); END_STATE(); case 148: ACCEPT_TOKEN(sym_escape_sequence); + if (('0' <= lookahead && lookahead <= '7')) ADVANCE(147); END_STATE(); case 149: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '7')) ADVANCE(148); END_STATE(); case 150: - ACCEPT_TOKEN(sym_escape_sequence); - if (('0' <= lookahead && lookahead <= '7')) ADVANCE(149); - END_STATE(); - case 151: ACCEPT_TOKEN(sym_escape_sequence); if (('0' <= lookahead && lookahead <= '9') || ('A' <= lookahead && lookahead <= 'F') || - ('a' <= lookahead && lookahead <= 'f')) ADVANCE(148); + ('a' <= lookahead && lookahead <= 'f')) ADVANCE(147); END_STATE(); - case 152: + case 151: ACCEPT_TOKEN(anon_sym_BSLASHu); END_STATE(); - case 153: + case 152: ACCEPT_TOKEN(anon_sym_BSLASHu); - if (lookahead == '{') ADVANCE(61); + if (lookahead == '{') ADVANCE(60); END_STATE(); - case 154: + case 153: ACCEPT_TOKEN(aux_sym_encapsed_string_token1); END_STATE(); - case 155: + case 154: ACCEPT_TOKEN(anon_sym_DQUOTE); END_STATE(); - case 156: + case 155: ACCEPT_TOKEN(aux_sym_string_token1); END_STATE(); - case 157: + case 156: ACCEPT_TOKEN(anon_sym_SQUOTE); END_STATE(); - case 158: + case 157: ACCEPT_TOKEN(aux_sym_string_token2); END_STATE(); - case 159: + case 158: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '\n') ADVANCE(167); - if (lookahead == '\r') ADVANCE(160); - if (lookahead == '>') ADVANCE(167); + if (lookahead == '\n') ADVANCE(166); + if (lookahead == '\r') ADVANCE(159); + if (lookahead == '>') ADVANCE(166); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(165); + lookahead != '\\') ADVANCE(164); END_STATE(); - case 160: + case 159: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '\n') ADVANCE(167); + if (lookahead == '\n') ADVANCE(166); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(167); + lookahead != '\\') ADVANCE(166); END_STATE(); - case 161: + case 160: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '#') ADVANCE(166); - if (lookahead == '/') ADVANCE(162); + if (lookahead == '#') ADVANCE(165); + if (lookahead == '/') ADVANCE(161); if (('\t' <= lookahead && lookahead <= '\r') || lookahead == ' ' || lookahead == 0xa0 || lookahead == 0x200b || lookahead == 0x2060 || - lookahead == 0xfeff) ADVANCE(161); + lookahead == 0xfeff) ADVANCE(160); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(167); + lookahead != '\\') ADVANCE(166); END_STATE(); - case 162: + case 161: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '*') ADVANCE(164); - if (lookahead == '/') ADVANCE(165); + if (lookahead == '*') ADVANCE(163); + if (lookahead == '/') ADVANCE(164); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(167); + lookahead != '\\') ADVANCE(166); END_STATE(); - case 163: + case 162: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '*') ADVANCE(163); - if (lookahead == '/') ADVANCE(167); + if (lookahead == '*') ADVANCE(162); + if (lookahead == '/') ADVANCE(166); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(164); + lookahead != '\\') ADVANCE(163); END_STATE(); - case 164: + case 163: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '*') ADVANCE(163); + if (lookahead == '*') ADVANCE(162); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(164); + lookahead != '\\') ADVANCE(163); END_STATE(); - case 165: + case 164: ACCEPT_TOKEN(aux_sym_string_content_token1); - if (lookahead == '?') ADVANCE(159); + if (lookahead == '?') ADVANCE(158); if (lookahead == '\n' || - lookahead == '\r') ADVANCE(167); + lookahead == '\r') ADVANCE(166); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(165); + lookahead != '\\') ADVANCE(164); END_STATE(); - case 166: + case 165: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead == '\n' || lookahead == '\r' || lookahead == '?' || - lookahead == '[') ADVANCE(167); + lookahead == '[') ADVANCE(166); if (lookahead != 0 && lookahead != '\'' && lookahead != '[' && - lookahead != '\\') ADVANCE(165); + lookahead != '\\') ADVANCE(164); END_STATE(); - case 167: + case 166: ACCEPT_TOKEN(aux_sym_string_content_token1); if (lookahead != 0 && lookahead != '\'' && - lookahead != '\\') ADVANCE(167); + lookahead != '\\') ADVANCE(166); END_STATE(); - case 168: + case 167: ACCEPT_TOKEN(anon_sym_LT_LT_LT); END_STATE(); - case 169: + case 168: ACCEPT_TOKEN(anon_sym_DQUOTE2); END_STATE(); - case 170: + case 169: ACCEPT_TOKEN(sym__new_line); - if (lookahead == '\n') ADVANCE(170); - if (lookahead == '\r') ADVANCE(170); + if (lookahead == '\n') ADVANCE(169); + if (lookahead == '\r') ADVANCE(169); END_STATE(); - case 171: + case 170: ACCEPT_TOKEN(anon_sym_SQUOTE2); END_STATE(); - case 172: + case 171: ACCEPT_TOKEN(anon_sym_BQUOTE); END_STATE(); - case 173: + case 172: ACCEPT_TOKEN(anon_sym_DOLLAR); END_STATE(); + case 173: + ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + END_STATE(); case 174: ACCEPT_TOKEN(anon_sym_QMARK_QMARK); + if (lookahead == '=') ADVANCE(137); END_STATE(); case 175: - ACCEPT_TOKEN(anon_sym_QMARK_QMARK); - if (lookahead == '=') ADVANCE(138); + ACCEPT_TOKEN(anon_sym_STAR_STAR); END_STATE(); case 176: ACCEPT_TOKEN(anon_sym_STAR_STAR); + if (lookahead == '=') ADVANCE(125); END_STATE(); case 177: - ACCEPT_TOKEN(anon_sym_STAR_STAR); - if (lookahead == '=') ADVANCE(126); + ACCEPT_TOKEN(anon_sym_PIPE_PIPE); END_STATE(); case 178: - ACCEPT_TOKEN(anon_sym_PIPE_PIPE); + ACCEPT_TOKEN(anon_sym_AMP_AMP); END_STATE(); case 179: - ACCEPT_TOKEN(anon_sym_AMP_AMP); + ACCEPT_TOKEN(anon_sym_CARET); END_STATE(); case 180: ACCEPT_TOKEN(anon_sym_CARET); + if (lookahead == '=') ADVANCE(135); END_STATE(); case 181: - ACCEPT_TOKEN(anon_sym_CARET); - if (lookahead == '=') ADVANCE(136); + ACCEPT_TOKEN(anon_sym_EQ_EQ); + if (lookahead == '=') ADVANCE(184); END_STATE(); case 182: - ACCEPT_TOKEN(anon_sym_EQ_EQ); + ACCEPT_TOKEN(anon_sym_BANG_EQ); if (lookahead == '=') ADVANCE(185); END_STATE(); case 183: - ACCEPT_TOKEN(anon_sym_BANG_EQ); - if (lookahead == '=') ADVANCE(186); + ACCEPT_TOKEN(anon_sym_LT_GT); END_STATE(); case 184: - ACCEPT_TOKEN(anon_sym_LT_GT); + ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); END_STATE(); case 185: - ACCEPT_TOKEN(anon_sym_EQ_EQ_EQ); + ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); END_STATE(); case 186: - ACCEPT_TOKEN(anon_sym_BANG_EQ_EQ); + ACCEPT_TOKEN(anon_sym_LT); END_STATE(); case 187: ACCEPT_TOKEN(anon_sym_LT); + if (lookahead == '<') ADVANCE(196); + if (lookahead == '=') ADVANCE(192); + if (lookahead == '>') ADVANCE(183); END_STATE(); case 188: ACCEPT_TOKEN(anon_sym_LT); if (lookahead == '<') ADVANCE(197); - if (lookahead == '=') ADVANCE(193); - if (lookahead == '>') ADVANCE(184); + if (lookahead == '=') ADVANCE(192); + if (lookahead == '>') ADVANCE(183); END_STATE(); case 189: ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(198); - if (lookahead == '=') ADVANCE(193); - if (lookahead == '>') ADVANCE(184); + if (lookahead == '<') ADVANCE(195); + if (lookahead == '=') ADVANCE(192); + if (lookahead == '>') ADVANCE(183); END_STATE(); case 190: - ACCEPT_TOKEN(anon_sym_LT); - if (lookahead == '<') ADVANCE(196); + ACCEPT_TOKEN(anon_sym_GT); if (lookahead == '=') ADVANCE(193); - if (lookahead == '>') ADVANCE(184); + if (lookahead == '>') ADVANCE(199); END_STATE(); case 191: ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(194); - if (lookahead == '>') ADVANCE(200); + if (lookahead == '=') ADVANCE(193); + if (lookahead == '>') ADVANCE(198); END_STATE(); case 192: - ACCEPT_TOKEN(anon_sym_GT); - if (lookahead == '=') ADVANCE(194); - if (lookahead == '>') ADVANCE(199); + ACCEPT_TOKEN(anon_sym_LT_EQ); + if (lookahead == '>') ADVANCE(194); END_STATE(); case 193: - ACCEPT_TOKEN(anon_sym_LT_EQ); - if (lookahead == '>') ADVANCE(195); + ACCEPT_TOKEN(anon_sym_GT_EQ); END_STATE(); case 194: - ACCEPT_TOKEN(anon_sym_GT_EQ); + ACCEPT_TOKEN(anon_sym_LT_EQ_GT); END_STATE(); case 195: - ACCEPT_TOKEN(anon_sym_LT_EQ_GT); + ACCEPT_TOKEN(anon_sym_LT_LT); END_STATE(); case 196: ACCEPT_TOKEN(anon_sym_LT_LT); + if (lookahead == '<') ADVANCE(167); END_STATE(); case 197: ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '<') ADVANCE(168); + if (lookahead == '=') ADVANCE(132); END_STATE(); case 198: - ACCEPT_TOKEN(anon_sym_LT_LT); - if (lookahead == '=') ADVANCE(133); + ACCEPT_TOKEN(anon_sym_GT_GT); END_STATE(); case 199: ACCEPT_TOKEN(anon_sym_GT_GT); + if (lookahead == '=') ADVANCE(133); END_STATE(); case 200: - ACCEPT_TOKEN(anon_sym_GT_GT); - if (lookahead == '=') ADVANCE(134); + ACCEPT_TOKEN(anon_sym_DOT); END_STATE(); case 201: ACCEPT_TOKEN(anon_sym_DOT); + if (lookahead == '.') ADVANCE(24); + if (lookahead == '_') ADVANCE(54); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(38); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(99); END_STATE(); case 202: ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '.') ADVANCE(25); - if (lookahead == '_') ADVANCE(55); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(39); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); + if (lookahead == '=') ADVANCE(131); END_STATE(); case 203: - ACCEPT_TOKEN(anon_sym_DOT); - if (lookahead == '=') ADVANCE(132); + ACCEPT_TOKEN(anon_sym_STAR); + if (lookahead == '*') ADVANCE(176); + if (lookahead == '=') ADVANCE(126); END_STATE(); case 204: ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(177); - if (lookahead == '=') ADVANCE(127); + if (lookahead == '*') ADVANCE(175); END_STATE(); case 205: - ACCEPT_TOKEN(anon_sym_STAR); - if (lookahead == '*') ADVANCE(176); + ACCEPT_TOKEN(anon_sym_SLASH); + if (lookahead == '*') ADVANCE(21); + if (lookahead == '/') ADVANCE(247); END_STATE(); case 206: ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(248); + if (lookahead == '*') ADVANCE(21); + if (lookahead == '/') ADVANCE(247); + if (lookahead == '=') ADVANCE(127); END_STATE(); case 207: - ACCEPT_TOKEN(anon_sym_SLASH); - if (lookahead == '*') ADVANCE(22); - if (lookahead == '/') ADVANCE(248); - if (lookahead == '=') ADVANCE(128); + ACCEPT_TOKEN(anon_sym_PERCENT); END_STATE(); case 208: ACCEPT_TOKEN(anon_sym_PERCENT); + if (lookahead == '=') ADVANCE(128); END_STATE(); case 209: - ACCEPT_TOKEN(anon_sym_PERCENT); - if (lookahead == '=') ADVANCE(129); - END_STATE(); - case 210: ACCEPT_TOKEN(sym_name); - if (lookahead == '"') ADVANCE(154); - if (lookahead == '\'') ADVANCE(156); + if (lookahead == '"') ADVANCE(153); + if (lookahead == '\'') ADVANCE(155); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(230); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'o') ADVANCE(229); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); - case 211: + case 210: ACCEPT_TOKEN(sym_name); - if (lookahead == '"') ADVANCE(154); - if (lookahead == '\'') ADVANCE(156); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == '"') ADVANCE(153); + if (lookahead == '\'') ADVANCE(155); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); - case 212: + case 211: ACCEPT_TOKEN(sym_name); - if (lookahead == '.') ADVANCE(100); - if (lookahead == '_') ADVANCE(244); + if (lookahead == '.') ADVANCE(99); + if (lookahead == '_') ADVANCE(243); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(213); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(212); + lookahead == 'e') ADVANCE(212); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(211); if (('A' <= lookahead && lookahead <= 'Z') || ('a' <= lookahead && lookahead <= 'z') || (0x80 <= lookahead && lookahead <= 0x9f) || (0xa1 <= lookahead && lookahead <= 0x200a) || (0x200c <= lookahead && lookahead <= 0x205f) || (0x2061 <= lookahead && lookahead <= 0xfefe) || - (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(246); + (0xff00 <= lookahead && lookahead <= 0xffff)) ADVANCE(245); END_STATE(); - case 213: + case 212: ACCEPT_TOKEN(sym_name); if (lookahead == '+' || - lookahead == '-') ADVANCE(57); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == '-') ADVANCE(56); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); - case 214: + case 213: ACCEPT_TOKEN(sym_name); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(225); + lookahead == 'a') ADVANCE(224); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(229); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'l') ADVANCE(228); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); + END_STATE(); + case 214: + ACCEPT_TOKEN(sym_name); + if (lookahead == 'A' || + lookahead == 'a') ADVANCE(224); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 215: ACCEPT_TOKEN(sym_name); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(225); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'a') ADVANCE(242); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 216: ACCEPT_TOKEN(sym_name); if (lookahead == 'A' || - lookahead == 'a') ADVANCE(243); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'a') ADVANCE(237); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 217: ACCEPT_TOKEN(sym_name); - if (lookahead == 'A' || - lookahead == 'a') ADVANCE(238); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'E' || + lookahead == 'e') ADVANCE(145); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 218: ACCEPT_TOKEN(sym_name); if (lookahead == 'E' || - lookahead == 'e') ADVANCE(146); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'e') ADVANCE(238); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 219: ACCEPT_TOKEN(sym_name); - if (lookahead == 'E' || - lookahead == 'e') ADVANCE(239); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'G' || + lookahead == 'g') ADVANCE(96); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 220: ACCEPT_TOKEN(sym_name); - if (lookahead == 'G' || - lookahead == 'g') ADVANCE(97); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'I' || + lookahead == 'i') ADVANCE(226); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 221: ACCEPT_TOKEN(sym_name); - if (lookahead == 'I' || - lookahead == 'i') ADVANCE(227); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'L' || + lookahead == 'l') ADVANCE(93); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 222: ACCEPT_TOKEN(sym_name); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(94); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'l') ADVANCE(143); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 223: ACCEPT_TOKEN(sym_name); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(144); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'l') ADVANCE(222); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 224: ACCEPT_TOKEN(sym_name); if (lookahead == 'L' || - lookahead == 'l') ADVANCE(223); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'l') ADVANCE(234); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 225: ACCEPT_TOKEN(sym_name); - if (lookahead == 'L' || - lookahead == 'l') ADVANCE(235); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'N' || + lookahead == 'n') ADVANCE(235); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 226: ACCEPT_TOKEN(sym_name); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(236); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'n') ADVANCE(219); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 227: ACCEPT_TOKEN(sym_name); if (lookahead == 'N' || - lookahead == 'n') ADVANCE(220); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'n') ADVANCE(236); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 228: ACCEPT_TOKEN(sym_name); - if (lookahead == 'N' || - lookahead == 'n') ADVANCE(237); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'O' || + lookahead == 'o') ADVANCE(216); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 229: ACCEPT_TOKEN(sym_name); if (lookahead == 'O' || - lookahead == 'o') ADVANCE(217); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'o') ADVANCE(221); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 230: ACCEPT_TOKEN(sym_name); - if (lookahead == 'O' || - lookahead == 'o') ADVANCE(222); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'R' || + lookahead == 'r') ADVANCE(215); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 231: ACCEPT_TOKEN(sym_name); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(216); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'r') ADVANCE(220); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 232: ACCEPT_TOKEN(sym_name); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(221); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'r') ADVANCE(240); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 233: ACCEPT_TOKEN(sym_name); if (lookahead == 'R' || - lookahead == 'r') ADVANCE(241); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'r') ADVANCE(230); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 234: ACCEPT_TOKEN(sym_name); - if (lookahead == 'R' || - lookahead == 'r') ADVANCE(231); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'S' || + lookahead == 's') ADVANCE(217); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 235: ACCEPT_TOKEN(sym_name); if (lookahead == 'S' || lookahead == 's') ADVANCE(218); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 236: ACCEPT_TOKEN(sym_name); - if (lookahead == 'S' || - lookahead == 's') ADVANCE(219); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'T' || + lookahead == 't') ADVANCE(94); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 237: ACCEPT_TOKEN(sym_name); if (lookahead == 'T' || lookahead == 't') ADVANCE(95); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 238: ACCEPT_TOKEN(sym_name); if (lookahead == 'T' || - lookahead == 't') ADVANCE(96); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 't') ADVANCE(97); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 239: ACCEPT_TOKEN(sym_name); if (lookahead == 'T' || - lookahead == 't') ADVANCE(98); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 't') ADVANCE(231); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 240: ACCEPT_TOKEN(sym_name); - if (lookahead == 'T' || - lookahead == 't') ADVANCE(232); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'U' || + lookahead == 'u') ADVANCE(217); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 241: ACCEPT_TOKEN(sym_name); if (lookahead == 'U' || - lookahead == 'u') ADVANCE(218); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + lookahead == 'u') ADVANCE(223); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 242: ACCEPT_TOKEN(sym_name); - if (lookahead == 'U' || - lookahead == 'u') ADVANCE(224); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (lookahead == 'Y' || + lookahead == 'y') ADVANCE(92); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 243: ACCEPT_TOKEN(sym_name); - if (lookahead == 'Y' || - lookahead == 'y') ADVANCE(93); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(211); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 244: ACCEPT_TOKEN(sym_name); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(212); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (('0' <= lookahead && lookahead <= '9')) ADVANCE(100); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 245: ACCEPT_TOKEN(sym_name); - if (('0' <= lookahead && lookahead <= '9')) ADVANCE(101); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); + if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(245); END_STATE(); case 246: - ACCEPT_TOKEN(sym_name); - if (set_contains(sym_name_character_set_1, 9, lookahead)) ADVANCE(246); - END_STATE(); - case 247: ACCEPT_TOKEN(sym_comment); END_STATE(); - case 248: + case 247: ACCEPT_TOKEN(sym_comment); if (lookahead == '?') ADVANCE(2); if (lookahead != 0 && lookahead != '\n' && - lookahead != '\r') ADVANCE(248); + lookahead != '\r') ADVANCE(247); END_STATE(); - case 249: + case 248: ACCEPT_TOKEN(sym_comment); - if (lookahead == '[') ADVANCE(147); + if (lookahead == '[') ADVANCE(146); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && - lookahead != '?') ADVANCE(248); + lookahead != '?') ADVANCE(247); END_STATE(); - case 250: + case 249: ACCEPT_TOKEN(sym_comment); if (lookahead != 0 && lookahead != '\n' && lookahead != '\r' && lookahead != '?' && - lookahead != '[') ADVANCE(248); + lookahead != '[') ADVANCE(247); END_STATE(); default: return false; @@ -8649,7 +8645,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'd') ADVANCE(95); END_STATE(); case 36: - ACCEPT_TOKEN(aux_sym_namespace_aliasing_clause_token1); + ACCEPT_TOKEN(aux_sym_namespace_use_clause_token3); END_STATE(); case 37: if (lookahead == 'N' || @@ -8997,7 +8993,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { lookahead == 'e') ADVANCE(185); END_STATE(); case 115: - ACCEPT_TOKEN(aux_sym_object_creation_expression_token1); + ACCEPT_TOKEN(aux_sym__new_non_dereferencable_expression_token1); END_STATE(); case 116: if (lookahead == 'N' || @@ -9592,7 +9588,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_clone_expression_token1); END_STATE(); case 276: - ACCEPT_TOKEN(aux_sym_namespace_use_declaration_token3); + ACCEPT_TOKEN(aux_sym_namespace_use_clause_token2); END_STATE(); case 277: if (lookahead == 'N' || @@ -9899,7 +9895,7 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { ACCEPT_TOKEN(aux_sym_while_statement_token2); END_STATE(); case 360: - ACCEPT_TOKEN(aux_sym_namespace_use_declaration_token2); + ACCEPT_TOKEN(aux_sym_namespace_use_clause_token1); END_STATE(); case 361: if (lookahead == 'T' || @@ -10043,94 +10039,94 @@ static bool ts_lex_keywords(TSLexer *lexer, TSStateId state) { static const TSLexMode ts_lex_modes[STATE_COUNT] = { [0] = {.lex_state = 0, .external_lex_state = 1}, - [1] = {.lex_state = 63}, - [2] = {.lex_state = 63}, - [3] = {.lex_state = 63}, - [4] = {.lex_state = 63}, - [5] = {.lex_state = 63}, - [6] = {.lex_state = 63}, - [7] = {.lex_state = 63}, - [8] = {.lex_state = 63}, - [9] = {.lex_state = 63}, - [10] = {.lex_state = 63}, - [11] = {.lex_state = 63}, - [12] = {.lex_state = 63}, - [13] = {.lex_state = 63}, - [14] = {.lex_state = 63}, - [15] = {.lex_state = 63, .external_lex_state = 2}, - [16] = {.lex_state = 63, .external_lex_state = 2}, - [17] = {.lex_state = 63, .external_lex_state = 2}, - [18] = {.lex_state = 63, .external_lex_state = 2}, - [19] = {.lex_state = 63}, - [20] = {.lex_state = 63, .external_lex_state = 2}, - [21] = {.lex_state = 63}, - [22] = {.lex_state = 63, .external_lex_state = 2}, - [23] = {.lex_state = 63}, - [24] = {.lex_state = 63}, - [25] = {.lex_state = 63, .external_lex_state = 2}, - [26] = {.lex_state = 63}, - [27] = {.lex_state = 63, .external_lex_state = 2}, - [28] = {.lex_state = 63}, - [29] = {.lex_state = 63}, - [30] = {.lex_state = 63, .external_lex_state = 2}, - [31] = {.lex_state = 63}, - [32] = {.lex_state = 63}, - [33] = {.lex_state = 63}, - [34] = {.lex_state = 63}, - [35] = {.lex_state = 63}, - [36] = {.lex_state = 63}, - [37] = {.lex_state = 63}, - [38] = {.lex_state = 63}, - [39] = {.lex_state = 63, .external_lex_state = 2}, - [40] = {.lex_state = 63, .external_lex_state = 2}, - [41] = {.lex_state = 63}, - [42] = {.lex_state = 63, .external_lex_state = 2}, - [43] = {.lex_state = 63, .external_lex_state = 2}, - [44] = {.lex_state = 63, .external_lex_state = 2}, - [45] = {.lex_state = 63}, - [46] = {.lex_state = 63}, - [47] = {.lex_state = 63}, - [48] = {.lex_state = 63}, - [49] = {.lex_state = 63}, - [50] = {.lex_state = 63}, - [51] = {.lex_state = 63}, - [52] = {.lex_state = 63}, - [53] = {.lex_state = 63, .external_lex_state = 2}, - [54] = {.lex_state = 63, .external_lex_state = 2}, - [55] = {.lex_state = 63}, - [56] = {.lex_state = 63}, - [57] = {.lex_state = 63}, - [58] = {.lex_state = 63}, - [59] = {.lex_state = 63}, - [60] = {.lex_state = 63, .external_lex_state = 2}, - [61] = {.lex_state = 63, .external_lex_state = 2}, - [62] = {.lex_state = 63}, - [63] = {.lex_state = 63, .external_lex_state = 2}, - [64] = {.lex_state = 63, .external_lex_state = 2}, - [65] = {.lex_state = 63, .external_lex_state = 2}, - [66] = {.lex_state = 63}, - [67] = {.lex_state = 63, .external_lex_state = 2}, - [68] = {.lex_state = 63}, - [69] = {.lex_state = 63}, - [70] = {.lex_state = 63}, - [71] = {.lex_state = 63, .external_lex_state = 2}, - [72] = {.lex_state = 63, .external_lex_state = 2}, - [73] = {.lex_state = 63}, - [74] = {.lex_state = 63}, - [75] = {.lex_state = 63}, - [76] = {.lex_state = 63}, - [77] = {.lex_state = 63}, - [78] = {.lex_state = 63}, - [79] = {.lex_state = 63}, - [80] = {.lex_state = 63}, - [81] = {.lex_state = 63}, - [82] = {.lex_state = 63}, - [83] = {.lex_state = 5}, - [84] = {.lex_state = 5}, - [85] = {.lex_state = 5, .external_lex_state = 2}, + [1] = {.lex_state = 62}, + [2] = {.lex_state = 62}, + [3] = {.lex_state = 62}, + [4] = {.lex_state = 62}, + [5] = {.lex_state = 62}, + [6] = {.lex_state = 62}, + [7] = {.lex_state = 62, .external_lex_state = 2}, + [8] = {.lex_state = 62}, + [9] = {.lex_state = 62}, + [10] = {.lex_state = 62}, + [11] = {.lex_state = 62}, + [12] = {.lex_state = 62, .external_lex_state = 2}, + [13] = {.lex_state = 62, .external_lex_state = 2}, + [14] = {.lex_state = 62, .external_lex_state = 2}, + [15] = {.lex_state = 62}, + [16] = {.lex_state = 62}, + [17] = {.lex_state = 62, .external_lex_state = 2}, + [18] = {.lex_state = 62, .external_lex_state = 2}, + [19] = {.lex_state = 62, .external_lex_state = 2}, + [20] = {.lex_state = 62, .external_lex_state = 2}, + [21] = {.lex_state = 62, .external_lex_state = 2}, + [22] = {.lex_state = 62}, + [23] = {.lex_state = 62, .external_lex_state = 2}, + [24] = {.lex_state = 62, .external_lex_state = 2}, + [25] = {.lex_state = 62, .external_lex_state = 2}, + [26] = {.lex_state = 62, .external_lex_state = 2}, + [27] = {.lex_state = 62, .external_lex_state = 2}, + [28] = {.lex_state = 62}, + [29] = {.lex_state = 62, .external_lex_state = 2}, + [30] = {.lex_state = 62, .external_lex_state = 2}, + [31] = {.lex_state = 62, .external_lex_state = 2}, + [32] = {.lex_state = 62, .external_lex_state = 2}, + [33] = {.lex_state = 62, .external_lex_state = 2}, + [34] = {.lex_state = 62, .external_lex_state = 2}, + [35] = {.lex_state = 62, .external_lex_state = 2}, + [36] = {.lex_state = 62, .external_lex_state = 2}, + [37] = {.lex_state = 62, .external_lex_state = 2}, + [38] = {.lex_state = 62, .external_lex_state = 2}, + [39] = {.lex_state = 62}, + [40] = {.lex_state = 62}, + [41] = {.lex_state = 62}, + [42] = {.lex_state = 62}, + [43] = {.lex_state = 62}, + [44] = {.lex_state = 62}, + [45] = {.lex_state = 62}, + [46] = {.lex_state = 62}, + [47] = {.lex_state = 62}, + [48] = {.lex_state = 62}, + [49] = {.lex_state = 62}, + [50] = {.lex_state = 62}, + [51] = {.lex_state = 62}, + [52] = {.lex_state = 62}, + [53] = {.lex_state = 62}, + [54] = {.lex_state = 62}, + [55] = {.lex_state = 62}, + [56] = {.lex_state = 62}, + [57] = {.lex_state = 62}, + [58] = {.lex_state = 62}, + [59] = {.lex_state = 62}, + [60] = {.lex_state = 62}, + [61] = {.lex_state = 62}, + [62] = {.lex_state = 62}, + [63] = {.lex_state = 62}, + [64] = {.lex_state = 62}, + [65] = {.lex_state = 62}, + [66] = {.lex_state = 62}, + [67] = {.lex_state = 62}, + [68] = {.lex_state = 62}, + [69] = {.lex_state = 62}, + [70] = {.lex_state = 62}, + [71] = {.lex_state = 62}, + [72] = {.lex_state = 62}, + [73] = {.lex_state = 62}, + [74] = {.lex_state = 62}, + [75] = {.lex_state = 62}, + [76] = {.lex_state = 62}, + [77] = {.lex_state = 62}, + [78] = {.lex_state = 62}, + [79] = {.lex_state = 62}, + [80] = {.lex_state = 62}, + [81] = {.lex_state = 62}, + [82] = {.lex_state = 62}, + [83] = {.lex_state = 62}, + [84] = {.lex_state = 62}, + [85] = {.lex_state = 5}, [86] = {.lex_state = 5}, - [87] = {.lex_state = 7}, - [88] = {.lex_state = 7}, + [87] = {.lex_state = 5, .external_lex_state = 2}, + [88] = {.lex_state = 5}, [89] = {.lex_state = 7}, [90] = {.lex_state = 7}, [91] = {.lex_state = 7}, @@ -10141,7 +10137,7 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [96] = {.lex_state = 7}, [97] = {.lex_state = 7}, [98] = {.lex_state = 7}, - [99] = {.lex_state = 6}, + [99] = {.lex_state = 7}, [100] = {.lex_state = 6}, [101] = {.lex_state = 6}, [102] = {.lex_state = 6}, @@ -10170,394 +10166,394 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [125] = {.lex_state = 6}, [126] = {.lex_state = 6}, [127] = {.lex_state = 6}, - [128] = {.lex_state = 6}, + [128] = {.lex_state = 62}, [129] = {.lex_state = 6}, - [130] = {.lex_state = 6}, + [130] = {.lex_state = 62}, [131] = {.lex_state = 6}, [132] = {.lex_state = 6}, [133] = {.lex_state = 6}, [134] = {.lex_state = 6}, [135] = {.lex_state = 6}, [136] = {.lex_state = 6}, - [137] = {.lex_state = 63}, - [138] = {.lex_state = 6}, - [139] = {.lex_state = 63}, - [140] = {.lex_state = 6}, - [141] = {.lex_state = 6}, - [142] = {.lex_state = 6}, - [143] = {.lex_state = 63}, + [137] = {.lex_state = 6}, + [138] = {.lex_state = 62}, + [139] = {.lex_state = 62}, + [140] = {.lex_state = 62}, + [141] = {.lex_state = 62}, + [142] = {.lex_state = 62}, + [143] = {.lex_state = 62}, [144] = {.lex_state = 6}, - [145] = {.lex_state = 63}, - [146] = {.lex_state = 63}, + [145] = {.lex_state = 62}, + [146] = {.lex_state = 62}, [147] = {.lex_state = 6}, - [148] = {.lex_state = 63}, - [149] = {.lex_state = 63}, - [150] = {.lex_state = 63}, - [151] = {.lex_state = 63}, - [152] = {.lex_state = 63}, - [153] = {.lex_state = 6}, - [154] = {.lex_state = 63}, - [155] = {.lex_state = 63}, - [156] = {.lex_state = 63}, - [157] = {.lex_state = 63}, - [158] = {.lex_state = 63}, - [159] = {.lex_state = 63}, - [160] = {.lex_state = 63}, - [161] = {.lex_state = 63}, - [162] = {.lex_state = 63}, - [163] = {.lex_state = 63}, - [164] = {.lex_state = 63}, - [165] = {.lex_state = 63}, - [166] = {.lex_state = 63}, - [167] = {.lex_state = 63}, - [168] = {.lex_state = 63}, - [169] = {.lex_state = 63}, - [170] = {.lex_state = 63}, - [171] = {.lex_state = 63}, - [172] = {.lex_state = 63}, - [173] = {.lex_state = 63}, - [174] = {.lex_state = 63}, - [175] = {.lex_state = 63}, - [176] = {.lex_state = 63}, - [177] = {.lex_state = 63}, - [178] = {.lex_state = 63}, - [179] = {.lex_state = 63}, - [180] = {.lex_state = 63}, - [181] = {.lex_state = 63}, - [182] = {.lex_state = 63}, - [183] = {.lex_state = 63}, - [184] = {.lex_state = 63, .external_lex_state = 2}, - [185] = {.lex_state = 63, .external_lex_state = 2}, - [186] = {.lex_state = 63, .external_lex_state = 2}, - [187] = {.lex_state = 6}, - [188] = {.lex_state = 63, .external_lex_state = 2}, - [189] = {.lex_state = 63}, - [190] = {.lex_state = 63, .external_lex_state = 2}, - [191] = {.lex_state = 63}, - [192] = {.lex_state = 63}, - [193] = {.lex_state = 63}, - [194] = {.lex_state = 63}, - [195] = {.lex_state = 63}, - [196] = {.lex_state = 63}, - [197] = {.lex_state = 63, .external_lex_state = 2}, - [198] = {.lex_state = 63}, - [199] = {.lex_state = 63}, - [200] = {.lex_state = 6}, - [201] = {.lex_state = 63}, - [202] = {.lex_state = 63}, - [203] = {.lex_state = 63}, - [204] = {.lex_state = 63}, - [205] = {.lex_state = 63}, - [206] = {.lex_state = 63}, - [207] = {.lex_state = 63}, - [208] = {.lex_state = 63}, - [209] = {.lex_state = 63}, - [210] = {.lex_state = 63}, - [211] = {.lex_state = 63}, - [212] = {.lex_state = 63}, - [213] = {.lex_state = 63}, - [214] = {.lex_state = 63}, - [215] = {.lex_state = 63}, - [216] = {.lex_state = 63}, - [217] = {.lex_state = 63}, - [218] = {.lex_state = 63}, - [219] = {.lex_state = 63}, - [220] = {.lex_state = 63}, - [221] = {.lex_state = 63}, - [222] = {.lex_state = 63}, - [223] = {.lex_state = 63}, - [224] = {.lex_state = 63}, - [225] = {.lex_state = 63}, - [226] = {.lex_state = 63}, - [227] = {.lex_state = 63}, - [228] = {.lex_state = 63}, - [229] = {.lex_state = 63}, - [230] = {.lex_state = 63}, - [231] = {.lex_state = 63}, - [232] = {.lex_state = 63}, - [233] = {.lex_state = 63}, - [234] = {.lex_state = 63}, - [235] = {.lex_state = 63}, - [236] = {.lex_state = 63}, - [237] = {.lex_state = 63}, - [238] = {.lex_state = 63}, - [239] = {.lex_state = 63}, - [240] = {.lex_state = 63}, - [241] = {.lex_state = 63}, - [242] = {.lex_state = 63}, - [243] = {.lex_state = 63}, - [244] = {.lex_state = 63}, - [245] = {.lex_state = 63}, - [246] = {.lex_state = 63}, - [247] = {.lex_state = 63}, - [248] = {.lex_state = 63}, - [249] = {.lex_state = 63}, - [250] = {.lex_state = 63}, - [251] = {.lex_state = 63}, - [252] = {.lex_state = 63}, - [253] = {.lex_state = 63}, - [254] = {.lex_state = 63}, - [255] = {.lex_state = 63}, - [256] = {.lex_state = 63}, - [257] = {.lex_state = 63}, - [258] = {.lex_state = 63}, - [259] = {.lex_state = 63}, - [260] = {.lex_state = 63}, - [261] = {.lex_state = 63}, - [262] = {.lex_state = 63}, - [263] = {.lex_state = 63}, - [264] = {.lex_state = 63}, - [265] = {.lex_state = 63}, - [266] = {.lex_state = 63}, - [267] = {.lex_state = 63}, - [268] = {.lex_state = 63}, - [269] = {.lex_state = 63}, - [270] = {.lex_state = 63}, - [271] = {.lex_state = 63}, - [272] = {.lex_state = 63}, - [273] = {.lex_state = 63}, - [274] = {.lex_state = 63}, - [275] = {.lex_state = 63}, - [276] = {.lex_state = 63}, - [277] = {.lex_state = 63}, - [278] = {.lex_state = 63}, - [279] = {.lex_state = 63}, - [280] = {.lex_state = 63}, - [281] = {.lex_state = 63}, - [282] = {.lex_state = 63}, - [283] = {.lex_state = 63}, - [284] = {.lex_state = 63}, - [285] = {.lex_state = 63}, - [286] = {.lex_state = 63}, - [287] = {.lex_state = 63}, - [288] = {.lex_state = 63}, - [289] = {.lex_state = 63}, - [290] = {.lex_state = 63}, - [291] = {.lex_state = 63}, - [292] = {.lex_state = 63}, - [293] = {.lex_state = 63}, - [294] = {.lex_state = 63}, - [295] = {.lex_state = 63}, - [296] = {.lex_state = 63}, - [297] = {.lex_state = 63}, - [298] = {.lex_state = 63}, - [299] = {.lex_state = 63}, - [300] = {.lex_state = 63}, - [301] = {.lex_state = 63}, - [302] = {.lex_state = 63}, - [303] = {.lex_state = 63}, - [304] = {.lex_state = 63}, - [305] = {.lex_state = 63}, - [306] = {.lex_state = 63}, - [307] = {.lex_state = 63}, - [308] = {.lex_state = 63}, - [309] = {.lex_state = 63}, - [310] = {.lex_state = 63}, - [311] = {.lex_state = 63}, - [312] = {.lex_state = 63}, - [313] = {.lex_state = 63}, - [314] = {.lex_state = 63}, - [315] = {.lex_state = 63}, - [316] = {.lex_state = 63}, - [317] = {.lex_state = 63}, - [318] = {.lex_state = 63}, - [319] = {.lex_state = 63}, - [320] = {.lex_state = 63}, - [321] = {.lex_state = 63}, - [322] = {.lex_state = 63}, - [323] = {.lex_state = 63}, - [324] = {.lex_state = 63}, - [325] = {.lex_state = 63}, - [326] = {.lex_state = 63}, - [327] = {.lex_state = 63}, - [328] = {.lex_state = 63}, - [329] = {.lex_state = 63}, - [330] = {.lex_state = 63}, - [331] = {.lex_state = 63}, - [332] = {.lex_state = 63}, - [333] = {.lex_state = 63}, - [334] = {.lex_state = 63}, - [335] = {.lex_state = 63}, - [336] = {.lex_state = 63}, - [337] = {.lex_state = 63}, - [338] = {.lex_state = 63}, - [339] = {.lex_state = 63}, - [340] = {.lex_state = 63}, - [341] = {.lex_state = 63}, - [342] = {.lex_state = 63}, - [343] = {.lex_state = 63}, - [344] = {.lex_state = 63}, - [345] = {.lex_state = 63}, - [346] = {.lex_state = 63}, - [347] = {.lex_state = 63}, - [348] = {.lex_state = 63}, - [349] = {.lex_state = 63}, - [350] = {.lex_state = 63}, - [351] = {.lex_state = 63}, - [352] = {.lex_state = 63}, - [353] = {.lex_state = 63}, - [354] = {.lex_state = 63}, - [355] = {.lex_state = 63}, - [356] = {.lex_state = 63}, - [357] = {.lex_state = 63}, - [358] = {.lex_state = 63}, - [359] = {.lex_state = 63}, - [360] = {.lex_state = 63}, - [361] = {.lex_state = 63}, - [362] = {.lex_state = 63}, - [363] = {.lex_state = 63}, - [364] = {.lex_state = 63}, - [365] = {.lex_state = 63}, - [366] = {.lex_state = 63}, - [367] = {.lex_state = 63}, - [368] = {.lex_state = 63}, - [369] = {.lex_state = 63}, - [370] = {.lex_state = 63}, - [371] = {.lex_state = 63}, - [372] = {.lex_state = 63}, - [373] = {.lex_state = 63}, - [374] = {.lex_state = 63}, - [375] = {.lex_state = 63}, - [376] = {.lex_state = 63}, - [377] = {.lex_state = 63}, - [378] = {.lex_state = 63}, - [379] = {.lex_state = 63}, - [380] = {.lex_state = 63}, - [381] = {.lex_state = 63}, - [382] = {.lex_state = 63}, - [383] = {.lex_state = 63}, - [384] = {.lex_state = 63}, - [385] = {.lex_state = 63}, - [386] = {.lex_state = 63}, - [387] = {.lex_state = 63}, - [388] = {.lex_state = 63}, - [389] = {.lex_state = 63}, - [390] = {.lex_state = 63}, - [391] = {.lex_state = 63}, - [392] = {.lex_state = 63}, - [393] = {.lex_state = 63}, - [394] = {.lex_state = 63}, - [395] = {.lex_state = 63}, - [396] = {.lex_state = 63}, - [397] = {.lex_state = 63}, - [398] = {.lex_state = 63}, - [399] = {.lex_state = 63}, - [400] = {.lex_state = 63}, - [401] = {.lex_state = 63}, - [402] = {.lex_state = 63}, - [403] = {.lex_state = 63}, - [404] = {.lex_state = 63}, - [405] = {.lex_state = 63}, - [406] = {.lex_state = 63}, - [407] = {.lex_state = 63}, - [408] = {.lex_state = 63}, - [409] = {.lex_state = 63}, - [410] = {.lex_state = 63}, - [411] = {.lex_state = 63}, - [412] = {.lex_state = 63}, - [413] = {.lex_state = 63}, - [414] = {.lex_state = 63}, - [415] = {.lex_state = 63}, - [416] = {.lex_state = 63}, - [417] = {.lex_state = 63}, - [418] = {.lex_state = 63}, - [419] = {.lex_state = 63}, - [420] = {.lex_state = 63}, - [421] = {.lex_state = 63}, - [422] = {.lex_state = 63}, - [423] = {.lex_state = 63}, - [424] = {.lex_state = 63}, - [425] = {.lex_state = 63}, - [426] = {.lex_state = 63}, - [427] = {.lex_state = 63}, - [428] = {.lex_state = 63}, - [429] = {.lex_state = 63}, - [430] = {.lex_state = 63}, - [431] = {.lex_state = 63}, - [432] = {.lex_state = 63}, - [433] = {.lex_state = 63}, - [434] = {.lex_state = 63}, - [435] = {.lex_state = 63, .external_lex_state = 2}, - [436] = {.lex_state = 63, .external_lex_state = 2}, - [437] = {.lex_state = 63, .external_lex_state = 2}, - [438] = {.lex_state = 63, .external_lex_state = 2}, - [439] = {.lex_state = 63, .external_lex_state = 2}, - [440] = {.lex_state = 63, .external_lex_state = 2}, - [441] = {.lex_state = 63, .external_lex_state = 2}, - [442] = {.lex_state = 63, .external_lex_state = 2}, - [443] = {.lex_state = 63, .external_lex_state = 2}, - [444] = {.lex_state = 63, .external_lex_state = 2}, - [445] = {.lex_state = 63, .external_lex_state = 2}, - [446] = {.lex_state = 63, .external_lex_state = 2}, - [447] = {.lex_state = 63, .external_lex_state = 2}, - [448] = {.lex_state = 63, .external_lex_state = 2}, - [449] = {.lex_state = 63}, - [450] = {.lex_state = 63}, - [451] = {.lex_state = 63}, - [452] = {.lex_state = 63}, - [453] = {.lex_state = 63}, - [454] = {.lex_state = 63}, - [455] = {.lex_state = 63}, - [456] = {.lex_state = 63}, - [457] = {.lex_state = 63}, - [458] = {.lex_state = 63}, - [459] = {.lex_state = 63}, - [460] = {.lex_state = 63}, - [461] = {.lex_state = 63}, - [462] = {.lex_state = 63}, - [463] = {.lex_state = 63}, - [464] = {.lex_state = 63}, - [465] = {.lex_state = 63}, - [466] = {.lex_state = 63}, - [467] = {.lex_state = 63}, - [468] = {.lex_state = 63}, - [469] = {.lex_state = 63}, - [470] = {.lex_state = 63}, - [471] = {.lex_state = 63}, - [472] = {.lex_state = 63}, - [473] = {.lex_state = 63}, - [474] = {.lex_state = 63}, - [475] = {.lex_state = 63}, - [476] = {.lex_state = 63}, - [477] = {.lex_state = 63}, - [478] = {.lex_state = 63}, - [479] = {.lex_state = 63}, - [480] = {.lex_state = 63}, - [481] = {.lex_state = 63}, - [482] = {.lex_state = 63}, - [483] = {.lex_state = 63}, - [484] = {.lex_state = 63}, - [485] = {.lex_state = 63}, - [486] = {.lex_state = 63}, - [487] = {.lex_state = 63}, - [488] = {.lex_state = 63}, - [489] = {.lex_state = 63}, - [490] = {.lex_state = 63}, - [491] = {.lex_state = 63}, - [492] = {.lex_state = 63}, - [493] = {.lex_state = 63}, - [494] = {.lex_state = 63}, - [495] = {.lex_state = 63}, - [496] = {.lex_state = 63}, - [497] = {.lex_state = 63}, - [498] = {.lex_state = 63}, - [499] = {.lex_state = 63}, - [500] = {.lex_state = 63}, - [501] = {.lex_state = 63}, - [502] = {.lex_state = 63}, - [503] = {.lex_state = 63}, - [504] = {.lex_state = 63}, - [505] = {.lex_state = 63}, - [506] = {.lex_state = 63}, - [507] = {.lex_state = 63}, - [508] = {.lex_state = 63}, - [509] = {.lex_state = 63}, - [510] = {.lex_state = 63}, - [511] = {.lex_state = 63}, - [512] = {.lex_state = 63}, - [513] = {.lex_state = 63}, - [514] = {.lex_state = 63}, - [515] = {.lex_state = 63}, + [148] = {.lex_state = 62}, + [149] = {.lex_state = 6}, + [150] = {.lex_state = 62}, + [151] = {.lex_state = 62}, + [152] = {.lex_state = 62}, + [153] = {.lex_state = 62}, + [154] = {.lex_state = 62}, + [155] = {.lex_state = 62}, + [156] = {.lex_state = 62}, + [157] = {.lex_state = 62}, + [158] = {.lex_state = 62}, + [159] = {.lex_state = 62}, + [160] = {.lex_state = 62}, + [161] = {.lex_state = 62}, + [162] = {.lex_state = 62}, + [163] = {.lex_state = 62}, + [164] = {.lex_state = 62}, + [165] = {.lex_state = 62}, + [166] = {.lex_state = 62}, + [167] = {.lex_state = 62}, + [168] = {.lex_state = 62}, + [169] = {.lex_state = 62}, + [170] = {.lex_state = 62}, + [171] = {.lex_state = 62}, + [172] = {.lex_state = 62, .external_lex_state = 2}, + [173] = {.lex_state = 62}, + [174] = {.lex_state = 62, .external_lex_state = 2}, + [175] = {.lex_state = 62, .external_lex_state = 2}, + [176] = {.lex_state = 62}, + [177] = {.lex_state = 62}, + [178] = {.lex_state = 62, .external_lex_state = 2}, + [179] = {.lex_state = 62, .external_lex_state = 2}, + [180] = {.lex_state = 62, .external_lex_state = 2}, + [181] = {.lex_state = 62}, + [182] = {.lex_state = 62}, + [183] = {.lex_state = 62}, + [184] = {.lex_state = 62}, + [185] = {.lex_state = 62}, + [186] = {.lex_state = 62}, + [187] = {.lex_state = 62}, + [188] = {.lex_state = 62}, + [189] = {.lex_state = 6}, + [190] = {.lex_state = 62}, + [191] = {.lex_state = 6}, + [192] = {.lex_state = 62}, + [193] = {.lex_state = 62}, + [194] = {.lex_state = 62}, + [195] = {.lex_state = 62}, + [196] = {.lex_state = 62}, + [197] = {.lex_state = 62}, + [198] = {.lex_state = 62}, + [199] = {.lex_state = 62}, + [200] = {.lex_state = 62}, + [201] = {.lex_state = 62}, + [202] = {.lex_state = 62}, + [203] = {.lex_state = 62}, + [204] = {.lex_state = 62}, + [205] = {.lex_state = 62}, + [206] = {.lex_state = 62}, + [207] = {.lex_state = 62}, + [208] = {.lex_state = 62}, + [209] = {.lex_state = 62}, + [210] = {.lex_state = 62}, + [211] = {.lex_state = 62}, + [212] = {.lex_state = 62}, + [213] = {.lex_state = 62}, + [214] = {.lex_state = 62}, + [215] = {.lex_state = 62}, + [216] = {.lex_state = 62}, + [217] = {.lex_state = 62}, + [218] = {.lex_state = 62}, + [219] = {.lex_state = 62}, + [220] = {.lex_state = 62}, + [221] = {.lex_state = 62}, + [222] = {.lex_state = 62}, + [223] = {.lex_state = 62}, + [224] = {.lex_state = 62}, + [225] = {.lex_state = 62}, + [226] = {.lex_state = 62}, + [227] = {.lex_state = 62}, + [228] = {.lex_state = 62}, + [229] = {.lex_state = 62}, + [230] = {.lex_state = 62}, + [231] = {.lex_state = 62}, + [232] = {.lex_state = 62}, + [233] = {.lex_state = 62}, + [234] = {.lex_state = 62}, + [235] = {.lex_state = 62}, + [236] = {.lex_state = 62}, + [237] = {.lex_state = 62}, + [238] = {.lex_state = 62}, + [239] = {.lex_state = 62}, + [240] = {.lex_state = 62}, + [241] = {.lex_state = 62}, + [242] = {.lex_state = 62}, + [243] = {.lex_state = 62}, + [244] = {.lex_state = 62}, + [245] = {.lex_state = 62}, + [246] = {.lex_state = 62}, + [247] = {.lex_state = 62}, + [248] = {.lex_state = 62}, + [249] = {.lex_state = 62}, + [250] = {.lex_state = 62}, + [251] = {.lex_state = 62}, + [252] = {.lex_state = 62}, + [253] = {.lex_state = 62}, + [254] = {.lex_state = 62}, + [255] = {.lex_state = 62}, + [256] = {.lex_state = 62}, + [257] = {.lex_state = 62}, + [258] = {.lex_state = 62}, + [259] = {.lex_state = 62}, + [260] = {.lex_state = 62}, + [261] = {.lex_state = 62}, + [262] = {.lex_state = 62}, + [263] = {.lex_state = 62}, + [264] = {.lex_state = 62}, + [265] = {.lex_state = 62}, + [266] = {.lex_state = 62}, + [267] = {.lex_state = 62}, + [268] = {.lex_state = 62}, + [269] = {.lex_state = 62}, + [270] = {.lex_state = 62}, + [271] = {.lex_state = 62}, + [272] = {.lex_state = 62}, + [273] = {.lex_state = 62}, + [274] = {.lex_state = 62}, + [275] = {.lex_state = 62}, + [276] = {.lex_state = 62}, + [277] = {.lex_state = 62}, + [278] = {.lex_state = 62}, + [279] = {.lex_state = 62}, + [280] = {.lex_state = 62}, + [281] = {.lex_state = 62}, + [282] = {.lex_state = 62}, + [283] = {.lex_state = 62}, + [284] = {.lex_state = 62}, + [285] = {.lex_state = 62}, + [286] = {.lex_state = 62}, + [287] = {.lex_state = 62}, + [288] = {.lex_state = 62}, + [289] = {.lex_state = 62}, + [290] = {.lex_state = 62}, + [291] = {.lex_state = 62}, + [292] = {.lex_state = 62}, + [293] = {.lex_state = 62}, + [294] = {.lex_state = 62}, + [295] = {.lex_state = 62}, + [296] = {.lex_state = 62}, + [297] = {.lex_state = 62}, + [298] = {.lex_state = 62}, + [299] = {.lex_state = 62}, + [300] = {.lex_state = 62}, + [301] = {.lex_state = 62}, + [302] = {.lex_state = 62}, + [303] = {.lex_state = 62}, + [304] = {.lex_state = 62}, + [305] = {.lex_state = 62}, + [306] = {.lex_state = 62}, + [307] = {.lex_state = 62}, + [308] = {.lex_state = 62}, + [309] = {.lex_state = 62}, + [310] = {.lex_state = 62}, + [311] = {.lex_state = 62}, + [312] = {.lex_state = 62}, + [313] = {.lex_state = 62}, + [314] = {.lex_state = 62}, + [315] = {.lex_state = 62}, + [316] = {.lex_state = 62}, + [317] = {.lex_state = 62}, + [318] = {.lex_state = 62}, + [319] = {.lex_state = 62}, + [320] = {.lex_state = 62}, + [321] = {.lex_state = 62}, + [322] = {.lex_state = 62}, + [323] = {.lex_state = 62}, + [324] = {.lex_state = 62}, + [325] = {.lex_state = 62}, + [326] = {.lex_state = 62}, + [327] = {.lex_state = 62}, + [328] = {.lex_state = 62}, + [329] = {.lex_state = 62}, + [330] = {.lex_state = 62}, + [331] = {.lex_state = 62}, + [332] = {.lex_state = 62}, + [333] = {.lex_state = 62}, + [334] = {.lex_state = 62}, + [335] = {.lex_state = 62}, + [336] = {.lex_state = 62}, + [337] = {.lex_state = 62}, + [338] = {.lex_state = 62}, + [339] = {.lex_state = 62}, + [340] = {.lex_state = 62}, + [341] = {.lex_state = 62}, + [342] = {.lex_state = 62}, + [343] = {.lex_state = 62}, + [344] = {.lex_state = 62}, + [345] = {.lex_state = 62}, + [346] = {.lex_state = 62}, + [347] = {.lex_state = 62}, + [348] = {.lex_state = 62}, + [349] = {.lex_state = 62}, + [350] = {.lex_state = 62}, + [351] = {.lex_state = 62}, + [352] = {.lex_state = 62}, + [353] = {.lex_state = 62}, + [354] = {.lex_state = 62}, + [355] = {.lex_state = 62}, + [356] = {.lex_state = 62}, + [357] = {.lex_state = 62}, + [358] = {.lex_state = 62}, + [359] = {.lex_state = 62}, + [360] = {.lex_state = 62}, + [361] = {.lex_state = 62}, + [362] = {.lex_state = 62}, + [363] = {.lex_state = 62}, + [364] = {.lex_state = 62}, + [365] = {.lex_state = 62}, + [366] = {.lex_state = 62}, + [367] = {.lex_state = 62}, + [368] = {.lex_state = 62}, + [369] = {.lex_state = 62}, + [370] = {.lex_state = 62}, + [371] = {.lex_state = 62}, + [372] = {.lex_state = 62}, + [373] = {.lex_state = 62}, + [374] = {.lex_state = 62}, + [375] = {.lex_state = 62}, + [376] = {.lex_state = 62}, + [377] = {.lex_state = 62}, + [378] = {.lex_state = 62}, + [379] = {.lex_state = 62}, + [380] = {.lex_state = 62}, + [381] = {.lex_state = 62}, + [382] = {.lex_state = 62}, + [383] = {.lex_state = 62}, + [384] = {.lex_state = 62}, + [385] = {.lex_state = 62}, + [386] = {.lex_state = 62}, + [387] = {.lex_state = 62}, + [388] = {.lex_state = 62}, + [389] = {.lex_state = 62}, + [390] = {.lex_state = 62}, + [391] = {.lex_state = 62}, + [392] = {.lex_state = 62}, + [393] = {.lex_state = 62}, + [394] = {.lex_state = 62}, + [395] = {.lex_state = 62}, + [396] = {.lex_state = 62}, + [397] = {.lex_state = 62}, + [398] = {.lex_state = 62}, + [399] = {.lex_state = 62}, + [400] = {.lex_state = 62}, + [401] = {.lex_state = 62}, + [402] = {.lex_state = 62}, + [403] = {.lex_state = 62}, + [404] = {.lex_state = 62}, + [405] = {.lex_state = 62}, + [406] = {.lex_state = 62}, + [407] = {.lex_state = 62}, + [408] = {.lex_state = 62}, + [409] = {.lex_state = 62}, + [410] = {.lex_state = 62}, + [411] = {.lex_state = 62}, + [412] = {.lex_state = 62}, + [413] = {.lex_state = 62}, + [414] = {.lex_state = 62}, + [415] = {.lex_state = 62}, + [416] = {.lex_state = 62}, + [417] = {.lex_state = 62}, + [418] = {.lex_state = 62}, + [419] = {.lex_state = 62}, + [420] = {.lex_state = 62}, + [421] = {.lex_state = 62}, + [422] = {.lex_state = 62}, + [423] = {.lex_state = 62}, + [424] = {.lex_state = 62}, + [425] = {.lex_state = 62}, + [426] = {.lex_state = 62}, + [427] = {.lex_state = 62}, + [428] = {.lex_state = 62}, + [429] = {.lex_state = 62}, + [430] = {.lex_state = 62}, + [431] = {.lex_state = 62}, + [432] = {.lex_state = 62}, + [433] = {.lex_state = 62}, + [434] = {.lex_state = 62}, + [435] = {.lex_state = 62}, + [436] = {.lex_state = 62}, + [437] = {.lex_state = 62}, + [438] = {.lex_state = 62}, + [439] = {.lex_state = 62}, + [440] = {.lex_state = 62}, + [441] = {.lex_state = 62}, + [442] = {.lex_state = 62}, + [443] = {.lex_state = 62}, + [444] = {.lex_state = 62}, + [445] = {.lex_state = 62}, + [446] = {.lex_state = 62}, + [447] = {.lex_state = 62}, + [448] = {.lex_state = 62}, + [449] = {.lex_state = 62}, + [450] = {.lex_state = 62}, + [451] = {.lex_state = 62}, + [452] = {.lex_state = 62}, + [453] = {.lex_state = 62}, + [454] = {.lex_state = 62}, + [455] = {.lex_state = 62}, + [456] = {.lex_state = 62}, + [457] = {.lex_state = 62}, + [458] = {.lex_state = 62}, + [459] = {.lex_state = 62}, + [460] = {.lex_state = 62}, + [461] = {.lex_state = 62}, + [462] = {.lex_state = 62}, + [463] = {.lex_state = 62}, + [464] = {.lex_state = 62}, + [465] = {.lex_state = 62}, + [466] = {.lex_state = 62}, + [467] = {.lex_state = 62}, + [468] = {.lex_state = 62}, + [469] = {.lex_state = 62}, + [470] = {.lex_state = 62}, + [471] = {.lex_state = 62}, + [472] = {.lex_state = 62}, + [473] = {.lex_state = 62}, + [474] = {.lex_state = 62}, + [475] = {.lex_state = 62}, + [476] = {.lex_state = 62}, + [477] = {.lex_state = 62}, + [478] = {.lex_state = 62}, + [479] = {.lex_state = 62}, + [480] = {.lex_state = 62}, + [481] = {.lex_state = 62}, + [482] = {.lex_state = 62}, + [483] = {.lex_state = 62}, + [484] = {.lex_state = 62}, + [485] = {.lex_state = 62}, + [486] = {.lex_state = 62}, + [487] = {.lex_state = 62}, + [488] = {.lex_state = 62}, + [489] = {.lex_state = 62}, + [490] = {.lex_state = 62}, + [491] = {.lex_state = 62}, + [492] = {.lex_state = 62}, + [493] = {.lex_state = 62}, + [494] = {.lex_state = 62}, + [495] = {.lex_state = 62}, + [496] = {.lex_state = 62}, + [497] = {.lex_state = 62}, + [498] = {.lex_state = 62}, + [499] = {.lex_state = 62}, + [500] = {.lex_state = 62}, + [501] = {.lex_state = 62}, + [502] = {.lex_state = 62}, + [503] = {.lex_state = 62}, + [504] = {.lex_state = 62}, + [505] = {.lex_state = 62}, + [506] = {.lex_state = 62}, + [507] = {.lex_state = 62}, + [508] = {.lex_state = 62}, + [509] = {.lex_state = 62}, + [510] = {.lex_state = 62}, + [511] = {.lex_state = 62}, + [512] = {.lex_state = 62}, + [513] = {.lex_state = 62}, + [514] = {.lex_state = 62}, + [515] = {.lex_state = 62}, [516] = {.lex_state = 63}, [517] = {.lex_state = 63}, [518] = {.lex_state = 63}, @@ -10590,2085 +10586,1972 @@ static const TSLexMode ts_lex_modes[STATE_COUNT] = { [545] = {.lex_state = 63}, [546] = {.lex_state = 63}, [547] = {.lex_state = 63}, - [548] = {.lex_state = 63}, - [549] = {.lex_state = 63}, - [550] = {.lex_state = 63}, - [551] = {.lex_state = 63}, - [552] = {.lex_state = 63}, - [553] = {.lex_state = 63}, - [554] = {.lex_state = 63}, - [555] = {.lex_state = 63}, - [556] = {.lex_state = 63}, - [557] = {.lex_state = 63}, - [558] = {.lex_state = 63}, - [559] = {.lex_state = 63}, - [560] = {.lex_state = 63}, - [561] = {.lex_state = 63}, + [548] = {.lex_state = 14}, + [549] = {.lex_state = 14}, + [550] = {.lex_state = 14}, + [551] = {.lex_state = 63, .external_lex_state = 2}, + [552] = {.lex_state = 14}, + [553] = {.lex_state = 14}, + [554] = {.lex_state = 63, .external_lex_state = 2}, + [555] = {.lex_state = 63, .external_lex_state = 2}, + [556] = {.lex_state = 63, .external_lex_state = 2}, + [557] = {.lex_state = 63, .external_lex_state = 2}, + [558] = {.lex_state = 63, .external_lex_state = 2}, + [559] = {.lex_state = 63, .external_lex_state = 2}, + [560] = {.lex_state = 63, .external_lex_state = 2}, + [561] = {.lex_state = 63, .external_lex_state = 2}, [562] = {.lex_state = 63}, - [563] = {.lex_state = 63}, - [564] = {.lex_state = 63}, - [565] = {.lex_state = 64}, - [566] = {.lex_state = 64}, - [567] = {.lex_state = 64}, - [568] = {.lex_state = 64}, - [569] = {.lex_state = 64}, - [570] = {.lex_state = 64}, - [571] = {.lex_state = 64}, - [572] = {.lex_state = 64}, - [573] = {.lex_state = 64}, - [574] = {.lex_state = 64}, - [575] = {.lex_state = 64}, - [576] = {.lex_state = 64}, - [577] = {.lex_state = 64}, - [578] = {.lex_state = 64}, - [579] = {.lex_state = 64}, - [580] = {.lex_state = 64}, - [581] = {.lex_state = 64}, - [582] = {.lex_state = 64}, - [583] = {.lex_state = 64}, - [584] = {.lex_state = 64}, - [585] = {.lex_state = 64}, - [586] = {.lex_state = 64}, - [587] = {.lex_state = 64}, - [588] = {.lex_state = 64}, - [589] = {.lex_state = 64}, - [590] = {.lex_state = 64}, - [591] = {.lex_state = 64, .external_lex_state = 2}, - [592] = {.lex_state = 64, .external_lex_state = 2}, - [593] = {.lex_state = 64, .external_lex_state = 2}, - [594] = {.lex_state = 64}, - [595] = {.lex_state = 64, .external_lex_state = 2}, - [596] = {.lex_state = 64, .external_lex_state = 2}, - [597] = {.lex_state = 64}, - [598] = {.lex_state = 64, .external_lex_state = 2}, - [599] = {.lex_state = 64}, - [600] = {.lex_state = 64, .external_lex_state = 2}, - [601] = {.lex_state = 64, .external_lex_state = 2}, - [602] = {.lex_state = 64, .external_lex_state = 2}, - [603] = {.lex_state = 64, .external_lex_state = 2}, - [604] = {.lex_state = 64}, - [605] = {.lex_state = 64, .external_lex_state = 2}, - [606] = {.lex_state = 64, .external_lex_state = 2}, - [607] = {.lex_state = 64, .external_lex_state = 2}, - [608] = {.lex_state = 64}, - [609] = {.lex_state = 64, .external_lex_state = 2}, - [610] = {.lex_state = 64, .external_lex_state = 2}, - [611] = {.lex_state = 64, .external_lex_state = 2}, - [612] = {.lex_state = 64}, - [613] = {.lex_state = 64, .external_lex_state = 2}, - [614] = {.lex_state = 64, .external_lex_state = 2}, - [615] = {.lex_state = 64}, - [616] = {.lex_state = 64}, - [617] = {.lex_state = 64, .external_lex_state = 2}, - [618] = {.lex_state = 64, .external_lex_state = 2}, - [619] = {.lex_state = 64, .external_lex_state = 2}, - [620] = {.lex_state = 64, .external_lex_state = 2}, - [621] = {.lex_state = 64, .external_lex_state = 2}, - [622] = {.lex_state = 64, .external_lex_state = 2}, - [623] = {.lex_state = 64}, - [624] = {.lex_state = 64, .external_lex_state = 2}, - [625] = {.lex_state = 64}, - [626] = {.lex_state = 64}, - [627] = {.lex_state = 64, .external_lex_state = 2}, - [628] = {.lex_state = 64}, - [629] = {.lex_state = 64}, - [630] = {.lex_state = 64}, - [631] = {.lex_state = 64}, - [632] = {.lex_state = 64}, + [563] = {.lex_state = 63, .external_lex_state = 2}, + [564] = {.lex_state = 63, .external_lex_state = 2}, + [565] = {.lex_state = 63, .external_lex_state = 2}, + [566] = {.lex_state = 63, .external_lex_state = 2}, + [567] = {.lex_state = 63, .external_lex_state = 2}, + [568] = {.lex_state = 14}, + [569] = {.lex_state = 63, .external_lex_state = 2}, + [570] = {.lex_state = 63}, + [571] = {.lex_state = 63, .external_lex_state = 2}, + [572] = {.lex_state = 63, .external_lex_state = 2}, + [573] = {.lex_state = 63, .external_lex_state = 2}, + [574] = {.lex_state = 63, .external_lex_state = 2}, + [575] = {.lex_state = 63, .external_lex_state = 2}, + [576] = {.lex_state = 63, .external_lex_state = 2}, + [577] = {.lex_state = 63, .external_lex_state = 2}, + [578] = {.lex_state = 63}, + [579] = {.lex_state = 63, .external_lex_state = 2}, + [580] = {.lex_state = 63, .external_lex_state = 2}, + [581] = {.lex_state = 63, .external_lex_state = 2}, + [582] = {.lex_state = 63, .external_lex_state = 2}, + [583] = {.lex_state = 63}, + [584] = {.lex_state = 63, .external_lex_state = 2}, + [585] = {.lex_state = 63}, + [586] = {.lex_state = 63, .external_lex_state = 2}, + [587] = {.lex_state = 63}, + [588] = {.lex_state = 63, .external_lex_state = 2}, + [589] = {.lex_state = 63}, + [590] = {.lex_state = 63, .external_lex_state = 2}, + [591] = {.lex_state = 63, .external_lex_state = 2}, + [592] = {.lex_state = 63, .external_lex_state = 2}, + [593] = {.lex_state = 63}, + [594] = {.lex_state = 63, .external_lex_state = 2}, + [595] = {.lex_state = 63, .external_lex_state = 2}, + [596] = {.lex_state = 14}, + [597] = {.lex_state = 14}, + [598] = {.lex_state = 63}, + [599] = {.lex_state = 14}, + [600] = {.lex_state = 63}, + [601] = {.lex_state = 63}, + [602] = {.lex_state = 63}, + [603] = {.lex_state = 63}, + [604] = {.lex_state = 63}, + [605] = {.lex_state = 63}, + [606] = {.lex_state = 63}, + [607] = {.lex_state = 63}, + [608] = {.lex_state = 14}, + [609] = {.lex_state = 14}, + [610] = {.lex_state = 14}, + [611] = {.lex_state = 14}, + [612] = {.lex_state = 63}, + [613] = {.lex_state = 14}, + [614] = {.lex_state = 63}, + [615] = {.lex_state = 14}, + [616] = {.lex_state = 14}, + [617] = {.lex_state = 63}, + [618] = {.lex_state = 14}, + [619] = {.lex_state = 63}, + [620] = {.lex_state = 63}, + [621] = {.lex_state = 63}, + [622] = {.lex_state = 14}, + [623] = {.lex_state = 14}, + [624] = {.lex_state = 63}, + [625] = {.lex_state = 14}, + [626] = {.lex_state = 14}, + [627] = {.lex_state = 14}, + [628] = {.lex_state = 14}, + [629] = {.lex_state = 63}, + [630] = {.lex_state = 63}, + [631] = {.lex_state = 10}, + [632] = {.lex_state = 12}, [633] = {.lex_state = 10}, - [634] = {.lex_state = 12}, + [634] = {.lex_state = 10}, [635] = {.lex_state = 12}, [636] = {.lex_state = 8}, - [637] = {.lex_state = 8}, + [637] = {.lex_state = 12}, [638] = {.lex_state = 8}, - [639] = {.lex_state = 8}, - [640] = {.lex_state = 10}, - [641] = {.lex_state = 10}, - [642] = {.lex_state = 10}, - [643] = {.lex_state = 10}, + [639] = {.lex_state = 12}, + [640] = {.lex_state = 8}, + [641] = {.lex_state = 8}, + [642] = {.lex_state = 8}, + [643] = {.lex_state = 8}, [644] = {.lex_state = 8}, [645] = {.lex_state = 8}, - [646] = {.lex_state = 8}, - [647] = {.lex_state = 10}, - [648] = {.lex_state = 10}, - [649] = {.lex_state = 17}, - [650] = {.lex_state = 10}, + [646] = {.lex_state = 12}, + [647] = {.lex_state = 8}, + [648] = {.lex_state = 8}, + [649] = {.lex_state = 8}, + [650] = {.lex_state = 8}, [651] = {.lex_state = 8}, [652] = {.lex_state = 8}, [653] = {.lex_state = 8}, [654] = {.lex_state = 8}, - [655] = {.lex_state = 17}, - [656] = {.lex_state = 8}, + [655] = {.lex_state = 8}, + [656] = {.lex_state = 10, .external_lex_state = 2}, [657] = {.lex_state = 8}, [658] = {.lex_state = 8}, - [659] = {.lex_state = 14}, + [659] = {.lex_state = 8}, [660] = {.lex_state = 8}, - [661] = {.lex_state = 14}, + [661] = {.lex_state = 8}, [662] = {.lex_state = 8}, [663] = {.lex_state = 8}, [664] = {.lex_state = 8}, [665] = {.lex_state = 8}, [666] = {.lex_state = 8}, [667] = {.lex_state = 8}, - [668] = {.lex_state = 8}, + [668] = {.lex_state = 12}, [669] = {.lex_state = 8}, [670] = {.lex_state = 8}, - [671] = {.lex_state = 10}, - [672] = {.lex_state = 10}, - [673] = {.lex_state = 10}, - [674] = {.lex_state = 10}, - [675] = {.lex_state = 10}, - [676] = {.lex_state = 17}, - [677] = {.lex_state = 17}, - [678] = {.lex_state = 15}, - [679] = {.lex_state = 10}, - [680] = {.lex_state = 10}, - [681] = {.lex_state = 10}, - [682] = {.lex_state = 10}, - [683] = {.lex_state = 10}, - [684] = {.lex_state = 15}, - [685] = {.lex_state = 10}, - [686] = {.lex_state = 10}, - [687] = {.lex_state = 10}, - [688] = {.lex_state = 10}, - [689] = {.lex_state = 10}, - [690] = {.lex_state = 10}, - [691] = {.lex_state = 10}, - [692] = {.lex_state = 10}, - [693] = {.lex_state = 8}, - [694] = {.lex_state = 17}, - [695] = {.lex_state = 10}, - [696] = {.lex_state = 10}, - [697] = {.lex_state = 17}, - [698] = {.lex_state = 10}, - [699] = {.lex_state = 15}, - [700] = {.lex_state = 8}, - [701] = {.lex_state = 10}, - [702] = {.lex_state = 10}, - [703] = {.lex_state = 10}, - [704] = {.lex_state = 10}, - [705] = {.lex_state = 10}, - [706] = {.lex_state = 15}, - [707] = {.lex_state = 10}, - [708] = {.lex_state = 10}, - [709] = {.lex_state = 10}, - [710] = {.lex_state = 10}, - [711] = {.lex_state = 10}, - [712] = {.lex_state = 10}, - [713] = {.lex_state = 15}, - [714] = {.lex_state = 10}, - [715] = {.lex_state = 10}, - [716] = {.lex_state = 10}, - [717] = {.lex_state = 10}, - [718] = {.lex_state = 10}, - [719] = {.lex_state = 10}, - [720] = {.lex_state = 10}, - [721] = {.lex_state = 10}, - [722] = {.lex_state = 10}, + [671] = {.lex_state = 8}, + [672] = {.lex_state = 12}, + [673] = {.lex_state = 12}, + [674] = {.lex_state = 16}, + [675] = {.lex_state = 12}, + [676] = {.lex_state = 8}, + [677] = {.lex_state = 8}, + [678] = {.lex_state = 16}, + [679] = {.lex_state = 12}, + [680] = {.lex_state = 8}, + [681] = {.lex_state = 12}, + [682] = {.lex_state = 12}, + [683] = {.lex_state = 12}, + [684] = {.lex_state = 12}, + [685] = {.lex_state = 12}, + [686] = {.lex_state = 12}, + [687] = {.lex_state = 12}, + [688] = {.lex_state = 12}, + [689] = {.lex_state = 12}, + [690] = {.lex_state = 12}, + [691] = {.lex_state = 12}, + [692] = {.lex_state = 12}, + [693] = {.lex_state = 12}, + [694] = {.lex_state = 12}, + [695] = {.lex_state = 12}, + [696] = {.lex_state = 12}, + [697] = {.lex_state = 12}, + [698] = {.lex_state = 12}, + [699] = {.lex_state = 12}, + [700] = {.lex_state = 12}, + [701] = {.lex_state = 12}, + [702] = {.lex_state = 12}, + [703] = {.lex_state = 12}, + [704] = {.lex_state = 12}, + [705] = {.lex_state = 12}, + [706] = {.lex_state = 12}, + [707] = {.lex_state = 12}, + [708] = {.lex_state = 12}, + [709] = {.lex_state = 12}, + [710] = {.lex_state = 12}, + [711] = {.lex_state = 12}, + [712] = {.lex_state = 12}, + [713] = {.lex_state = 12}, + [714] = {.lex_state = 12}, + [715] = {.lex_state = 12}, + [716] = {.lex_state = 12}, + [717] = {.lex_state = 12}, + [718] = {.lex_state = 12}, + [719] = {.lex_state = 12}, + [720] = {.lex_state = 12}, + [721] = {.lex_state = 12}, + [722] = {.lex_state = 12}, [723] = {.lex_state = 10}, - [724] = {.lex_state = 10}, - [725] = {.lex_state = 10}, - [726] = {.lex_state = 10}, - [727] = {.lex_state = 10}, - [728] = {.lex_state = 10}, - [729] = {.lex_state = 10}, - [730] = {.lex_state = 10}, - [731] = {.lex_state = 10}, - [732] = {.lex_state = 10}, - [733] = {.lex_state = 10}, - [734] = {.lex_state = 10}, - [735] = {.lex_state = 17}, - [736] = {.lex_state = 10}, - [737] = {.lex_state = 10}, - [738] = {.lex_state = 10}, - [739] = {.lex_state = 10}, - [740] = {.lex_state = 10}, + [724] = {.lex_state = 12}, + [725] = {.lex_state = 12}, + [726] = {.lex_state = 12}, + [727] = {.lex_state = 12}, + [728] = {.lex_state = 12}, + [729] = {.lex_state = 12}, + [730] = {.lex_state = 12}, + [731] = {.lex_state = 12}, + [732] = {.lex_state = 12}, + [733] = {.lex_state = 12}, + [734] = {.lex_state = 12}, + [735] = {.lex_state = 16}, + [736] = {.lex_state = 12}, + [737] = {.lex_state = 16}, + [738] = {.lex_state = 12}, + [739] = {.lex_state = 12}, + [740] = {.lex_state = 12}, [741] = {.lex_state = 10}, - [742] = {.lex_state = 10}, - [743] = {.lex_state = 10}, - [744] = {.lex_state = 10}, - [745] = {.lex_state = 10}, - [746] = {.lex_state = 10}, - [747] = {.lex_state = 10}, - [748] = {.lex_state = 10}, - [749] = {.lex_state = 10}, - [750] = {.lex_state = 10}, - [751] = {.lex_state = 10}, - [752] = {.lex_state = 10}, - [753] = {.lex_state = 10}, - [754] = {.lex_state = 10}, - [755] = {.lex_state = 10}, - [756] = {.lex_state = 10}, - [757] = {.lex_state = 15}, - [758] = {.lex_state = 10}, - [759] = {.lex_state = 10}, - [760] = {.lex_state = 10}, - [761] = {.lex_state = 10}, - [762] = {.lex_state = 8, .external_lex_state = 2}, - [763] = {.lex_state = 10}, - [764] = {.lex_state = 10, .external_lex_state = 2}, - [765] = {.lex_state = 12}, - [766] = {.lex_state = 12}, - [767] = {.lex_state = 6}, + [742] = {.lex_state = 12}, + [743] = {.lex_state = 12}, + [744] = {.lex_state = 16}, + [745] = {.lex_state = 12}, + [746] = {.lex_state = 12}, + [747] = {.lex_state = 12}, + [748] = {.lex_state = 12}, + [749] = {.lex_state = 12}, + [750] = {.lex_state = 12}, + [751] = {.lex_state = 12}, + [752] = {.lex_state = 12}, + [753] = {.lex_state = 12}, + [754] = {.lex_state = 12}, + [755] = {.lex_state = 12}, + [756] = {.lex_state = 12}, + [757] = {.lex_state = 16}, + [758] = {.lex_state = 12}, + [759] = {.lex_state = 12}, + [760] = {.lex_state = 12}, + [761] = {.lex_state = 12}, + [762] = {.lex_state = 12}, + [763] = {.lex_state = 12}, + [764] = {.lex_state = 12}, + [765] = {.lex_state = 8, .external_lex_state = 2}, + [766] = {.lex_state = 16}, + [767] = {.lex_state = 12}, [768] = {.lex_state = 10}, - [769] = {.lex_state = 10}, - [770] = {.lex_state = 10}, + [769] = {.lex_state = 12}, + [770] = {.lex_state = 8, .external_lex_state = 2}, [771] = {.lex_state = 10}, - [772] = {.lex_state = 8, .external_lex_state = 2}, - [773] = {.lex_state = 10, .external_lex_state = 2}, - [774] = {.lex_state = 10, .external_lex_state = 2}, - [775] = {.lex_state = 8, .external_lex_state = 2}, + [772] = {.lex_state = 12, .external_lex_state = 2}, + [773] = {.lex_state = 12}, + [774] = {.lex_state = 16}, + [775] = {.lex_state = 16}, [776] = {.lex_state = 10}, - [777] = {.lex_state = 8, .external_lex_state = 2}, - [778] = {.lex_state = 8, .external_lex_state = 2}, - [779] = {.lex_state = 10, .external_lex_state = 2}, + [777] = {.lex_state = 16}, + [778] = {.lex_state = 12}, + [779] = {.lex_state = 8, .external_lex_state = 2}, [780] = {.lex_state = 8, .external_lex_state = 2}, [781] = {.lex_state = 8, .external_lex_state = 2}, [782] = {.lex_state = 8, .external_lex_state = 2}, [783] = {.lex_state = 8, .external_lex_state = 2}, - [784] = {.lex_state = 15}, - [785] = {.lex_state = 6}, - [786] = {.lex_state = 10, .external_lex_state = 2}, - [787] = {.lex_state = 15}, - [788] = {.lex_state = 15}, - [789] = {.lex_state = 8, .external_lex_state = 2}, + [784] = {.lex_state = 8, .external_lex_state = 2}, + [785] = {.lex_state = 8, .external_lex_state = 2}, + [786] = {.lex_state = 8, .external_lex_state = 2}, + [787] = {.lex_state = 8, .external_lex_state = 2}, + [788] = {.lex_state = 6}, + [789] = {.lex_state = 12, .external_lex_state = 2}, [790] = {.lex_state = 8, .external_lex_state = 2}, [791] = {.lex_state = 8, .external_lex_state = 2}, - [792] = {.lex_state = 15}, + [792] = {.lex_state = 8, .external_lex_state = 2}, [793] = {.lex_state = 8, .external_lex_state = 2}, - [794] = {.lex_state = 10}, + [794] = {.lex_state = 8, .external_lex_state = 2}, [795] = {.lex_state = 8, .external_lex_state = 2}, [796] = {.lex_state = 8, .external_lex_state = 2}, [797] = {.lex_state = 8, .external_lex_state = 2}, [798] = {.lex_state = 8, .external_lex_state = 2}, [799] = {.lex_state = 8, .external_lex_state = 2}, [800] = {.lex_state = 8, .external_lex_state = 2}, - [801] = {.lex_state = 8, .external_lex_state = 2}, - [802] = {.lex_state = 10, .external_lex_state = 2}, - [803] = {.lex_state = 8, .external_lex_state = 2}, - [804] = {.lex_state = 8, .external_lex_state = 2}, + [801] = {.lex_state = 12}, + [802] = {.lex_state = 8, .external_lex_state = 2}, + [803] = {.lex_state = 12, .external_lex_state = 2}, + [804] = {.lex_state = 6}, [805] = {.lex_state = 8, .external_lex_state = 2}, [806] = {.lex_state = 8, .external_lex_state = 2}, - [807] = {.lex_state = 10, .external_lex_state = 2}, - [808] = {.lex_state = 15}, - [809] = {.lex_state = 10, .external_lex_state = 2}, - [810] = {.lex_state = 10, .external_lex_state = 2}, - [811] = {.lex_state = 10, .external_lex_state = 2}, - [812] = {.lex_state = 10, .external_lex_state = 2}, - [813] = {.lex_state = 10, .external_lex_state = 2}, - [814] = {.lex_state = 15}, - [815] = {.lex_state = 10, .external_lex_state = 2}, - [816] = {.lex_state = 10, .external_lex_state = 2}, - [817] = {.lex_state = 10, .external_lex_state = 2}, - [818] = {.lex_state = 10, .external_lex_state = 2}, - [819] = {.lex_state = 15}, - [820] = {.lex_state = 10, .external_lex_state = 2}, - [821] = {.lex_state = 10, .external_lex_state = 2}, - [822] = {.lex_state = 10, .external_lex_state = 2}, - [823] = {.lex_state = 10, .external_lex_state = 2}, - [824] = {.lex_state = 10, .external_lex_state = 2}, - [825] = {.lex_state = 10, .external_lex_state = 2}, - [826] = {.lex_state = 10, .external_lex_state = 2}, - [827] = {.lex_state = 10, .external_lex_state = 2}, - [828] = {.lex_state = 15}, - [829] = {.lex_state = 15}, - [830] = {.lex_state = 15}, - [831] = {.lex_state = 8, .external_lex_state = 2}, - [832] = {.lex_state = 10, .external_lex_state = 2}, - [833] = {.lex_state = 12}, - [834] = {.lex_state = 10, .external_lex_state = 2}, - [835] = {.lex_state = 15}, - [836] = {.lex_state = 10, .external_lex_state = 2}, - [837] = {.lex_state = 10, .external_lex_state = 2}, - [838] = {.lex_state = 10, .external_lex_state = 2}, - [839] = {.lex_state = 15}, - [840] = {.lex_state = 15}, - [841] = {.lex_state = 10, .external_lex_state = 2}, - [842] = {.lex_state = 10, .external_lex_state = 2}, - [843] = {.lex_state = 15}, - [844] = {.lex_state = 15}, - [845] = {.lex_state = 10, .external_lex_state = 2}, - [846] = {.lex_state = 10, .external_lex_state = 2}, - [847] = {.lex_state = 10, .external_lex_state = 2}, - [848] = {.lex_state = 10, .external_lex_state = 2}, - [849] = {.lex_state = 15}, - [850] = {.lex_state = 15}, - [851] = {.lex_state = 10, .external_lex_state = 2}, - [852] = {.lex_state = 10, .external_lex_state = 2}, - [853] = {.lex_state = 15}, - [854] = {.lex_state = 15}, - [855] = {.lex_state = 10, .external_lex_state = 2}, - [856] = {.lex_state = 10, .external_lex_state = 2}, - [857] = {.lex_state = 10, .external_lex_state = 2}, - [858] = {.lex_state = 8, .external_lex_state = 2}, - [859] = {.lex_state = 12}, - [860] = {.lex_state = 10, .external_lex_state = 2}, - [861] = {.lex_state = 10, .external_lex_state = 2}, - [862] = {.lex_state = 10, .external_lex_state = 2}, - [863] = {.lex_state = 10, .external_lex_state = 2}, - [864] = {.lex_state = 10, .external_lex_state = 2}, - [865] = {.lex_state = 10, .external_lex_state = 2}, - [866] = {.lex_state = 10, .external_lex_state = 2}, - [867] = {.lex_state = 10, .external_lex_state = 2}, - [868] = {.lex_state = 10, .external_lex_state = 2}, - [869] = {.lex_state = 10, .external_lex_state = 2}, - [870] = {.lex_state = 10, .external_lex_state = 2}, - [871] = {.lex_state = 10, .external_lex_state = 2}, - [872] = {.lex_state = 10, .external_lex_state = 2}, - [873] = {.lex_state = 10, .external_lex_state = 2}, - [874] = {.lex_state = 10, .external_lex_state = 2}, - [875] = {.lex_state = 10, .external_lex_state = 2}, - [876] = {.lex_state = 10, .external_lex_state = 2}, - [877] = {.lex_state = 10}, - [878] = {.lex_state = 10, .external_lex_state = 2}, - [879] = {.lex_state = 10, .external_lex_state = 2}, - [880] = {.lex_state = 10, .external_lex_state = 2}, - [881] = {.lex_state = 10, .external_lex_state = 2}, - [882] = {.lex_state = 10, .external_lex_state = 2}, - [883] = {.lex_state = 10, .external_lex_state = 2}, - [884] = {.lex_state = 10, .external_lex_state = 2}, - [885] = {.lex_state = 10, .external_lex_state = 2}, - [886] = {.lex_state = 10, .external_lex_state = 2}, - [887] = {.lex_state = 10, .external_lex_state = 2}, - [888] = {.lex_state = 10, .external_lex_state = 2}, - [889] = {.lex_state = 10, .external_lex_state = 2}, - [890] = {.lex_state = 10, .external_lex_state = 2}, - [891] = {.lex_state = 10, .external_lex_state = 2}, - [892] = {.lex_state = 10, .external_lex_state = 2}, - [893] = {.lex_state = 10, .external_lex_state = 2}, - [894] = {.lex_state = 10, .external_lex_state = 2}, - [895] = {.lex_state = 10, .external_lex_state = 2}, - [896] = {.lex_state = 10}, - [897] = {.lex_state = 10, .external_lex_state = 2}, - [898] = {.lex_state = 10, .external_lex_state = 2}, + [807] = {.lex_state = 8, .external_lex_state = 2}, + [808] = {.lex_state = 8, .external_lex_state = 2}, + [809] = {.lex_state = 12, .external_lex_state = 2}, + [810] = {.lex_state = 10}, + [811] = {.lex_state = 8, .external_lex_state = 2}, + [812] = {.lex_state = 10}, + [813] = {.lex_state = 12, .external_lex_state = 2}, + [814] = {.lex_state = 8, .external_lex_state = 2}, + [815] = {.lex_state = 12, .external_lex_state = 2}, + [816] = {.lex_state = 8, .external_lex_state = 2}, + [817] = {.lex_state = 8, .external_lex_state = 2}, + [818] = {.lex_state = 8, .external_lex_state = 2}, + [819] = {.lex_state = 10}, + [820] = {.lex_state = 8, .external_lex_state = 2}, + [821] = {.lex_state = 8, .external_lex_state = 2}, + [822] = {.lex_state = 12, .external_lex_state = 2}, + [823] = {.lex_state = 12, .external_lex_state = 2}, + [824] = {.lex_state = 12, .external_lex_state = 2}, + [825] = {.lex_state = 12, .external_lex_state = 2}, + [826] = {.lex_state = 12, .external_lex_state = 2}, + [827] = {.lex_state = 12, .external_lex_state = 2}, + [828] = {.lex_state = 12, .external_lex_state = 2}, + [829] = {.lex_state = 12}, + [830] = {.lex_state = 12, .external_lex_state = 2}, + [831] = {.lex_state = 12, .external_lex_state = 2}, + [832] = {.lex_state = 12, .external_lex_state = 2}, + [833] = {.lex_state = 12, .external_lex_state = 2}, + [834] = {.lex_state = 12, .external_lex_state = 2}, + [835] = {.lex_state = 12, .external_lex_state = 2}, + [836] = {.lex_state = 12, .external_lex_state = 2}, + [837] = {.lex_state = 12, .external_lex_state = 2}, + [838] = {.lex_state = 12, .external_lex_state = 2}, + [839] = {.lex_state = 12, .external_lex_state = 2}, + [840] = {.lex_state = 10}, + [841] = {.lex_state = 12, .external_lex_state = 2}, + [842] = {.lex_state = 12, .external_lex_state = 2}, + [843] = {.lex_state = 12, .external_lex_state = 2}, + [844] = {.lex_state = 12, .external_lex_state = 2}, + [845] = {.lex_state = 12, .external_lex_state = 2}, + [846] = {.lex_state = 12, .external_lex_state = 2}, + [847] = {.lex_state = 12, .external_lex_state = 2}, + [848] = {.lex_state = 12, .external_lex_state = 2}, + [849] = {.lex_state = 12, .external_lex_state = 2}, + [850] = {.lex_state = 12, .external_lex_state = 2}, + [851] = {.lex_state = 12, .external_lex_state = 2}, + [852] = {.lex_state = 12, .external_lex_state = 2}, + [853] = {.lex_state = 12, .external_lex_state = 2}, + [854] = {.lex_state = 12, .external_lex_state = 2}, + [855] = {.lex_state = 12, .external_lex_state = 2}, + [856] = {.lex_state = 12, .external_lex_state = 2}, + [857] = {.lex_state = 12, .external_lex_state = 2}, + [858] = {.lex_state = 12, .external_lex_state = 2}, + [859] = {.lex_state = 12, .external_lex_state = 2}, + [860] = {.lex_state = 12, .external_lex_state = 2}, + [861] = {.lex_state = 12, .external_lex_state = 2}, + [862] = {.lex_state = 12, .external_lex_state = 2}, + [863] = {.lex_state = 12, .external_lex_state = 2}, + [864] = {.lex_state = 12, .external_lex_state = 2}, + [865] = {.lex_state = 12, .external_lex_state = 2}, + [866] = {.lex_state = 12, .external_lex_state = 2}, + [867] = {.lex_state = 12, .external_lex_state = 2}, + [868] = {.lex_state = 12, .external_lex_state = 2}, + [869] = {.lex_state = 12, .external_lex_state = 2}, + [870] = {.lex_state = 12, .external_lex_state = 2}, + [871] = {.lex_state = 12, .external_lex_state = 2}, + [872] = {.lex_state = 12, .external_lex_state = 2}, + [873] = {.lex_state = 12, .external_lex_state = 2}, + [874] = {.lex_state = 12, .external_lex_state = 2}, + [875] = {.lex_state = 12, .external_lex_state = 2}, + [876] = {.lex_state = 12, .external_lex_state = 2}, + [877] = {.lex_state = 12, .external_lex_state = 2}, + [878] = {.lex_state = 12, .external_lex_state = 2}, + [879] = {.lex_state = 12, .external_lex_state = 2}, + [880] = {.lex_state = 12, .external_lex_state = 2}, + [881] = {.lex_state = 12, .external_lex_state = 2}, + [882] = {.lex_state = 12}, + [883] = {.lex_state = 12, .external_lex_state = 2}, + [884] = {.lex_state = 12, .external_lex_state = 2}, + [885] = {.lex_state = 12, .external_lex_state = 2}, + [886] = {.lex_state = 12, .external_lex_state = 2}, + [887] = {.lex_state = 12, .external_lex_state = 2}, + [888] = {.lex_state = 12, .external_lex_state = 2}, + [889] = {.lex_state = 12, .external_lex_state = 2}, + [890] = {.lex_state = 12, .external_lex_state = 2}, + [891] = {.lex_state = 12, .external_lex_state = 2}, + [892] = {.lex_state = 12, .external_lex_state = 2}, + [893] = {.lex_state = 12, .external_lex_state = 2}, + [894] = {.lex_state = 12, .external_lex_state = 2}, + [895] = {.lex_state = 12, .external_lex_state = 2}, + [896] = {.lex_state = 12, .external_lex_state = 2}, + [897] = {.lex_state = 12, .external_lex_state = 2}, + [898] = {.lex_state = 12, .external_lex_state = 2}, [899] = {.lex_state = 10, .external_lex_state = 2}, - [900] = {.lex_state = 10, .external_lex_state = 2}, - [901] = {.lex_state = 10, .external_lex_state = 2}, - [902] = {.lex_state = 10, .external_lex_state = 2}, - [903] = {.lex_state = 10, .external_lex_state = 2}, - [904] = {.lex_state = 10, .external_lex_state = 2}, - [905] = {.lex_state = 10, .external_lex_state = 2}, - [906] = {.lex_state = 10, .external_lex_state = 2}, - [907] = {.lex_state = 10, .external_lex_state = 2}, - [908] = {.lex_state = 10, .external_lex_state = 2}, + [900] = {.lex_state = 12, .external_lex_state = 2}, + [901] = {.lex_state = 12, .external_lex_state = 2}, + [902] = {.lex_state = 12, .external_lex_state = 2}, + [903] = {.lex_state = 12, .external_lex_state = 2}, + [904] = {.lex_state = 12, .external_lex_state = 2}, + [905] = {.lex_state = 12, .external_lex_state = 2}, + [906] = {.lex_state = 12, .external_lex_state = 2}, + [907] = {.lex_state = 10}, + [908] = {.lex_state = 12, .external_lex_state = 2}, [909] = {.lex_state = 10, .external_lex_state = 2}, - [910] = {.lex_state = 10, .external_lex_state = 2}, - [911] = {.lex_state = 10, .external_lex_state = 2}, - [912] = {.lex_state = 10, .external_lex_state = 2}, - [913] = {.lex_state = 10, .external_lex_state = 2}, - [914] = {.lex_state = 10, .external_lex_state = 2}, - [915] = {.lex_state = 12}, - [916] = {.lex_state = 12}, - [917] = {.lex_state = 12}, - [918] = {.lex_state = 12}, - [919] = {.lex_state = 12}, - [920] = {.lex_state = 12}, - [921] = {.lex_state = 12}, - [922] = {.lex_state = 12}, - [923] = {.lex_state = 12}, - [924] = {.lex_state = 12}, - [925] = {.lex_state = 12}, - [926] = {.lex_state = 12}, - [927] = {.lex_state = 12}, - [928] = {.lex_state = 12}, - [929] = {.lex_state = 12}, - [930] = {.lex_state = 12}, - [931] = {.lex_state = 12}, - [932] = {.lex_state = 12}, - [933] = {.lex_state = 12}, + [910] = {.lex_state = 10}, + [911] = {.lex_state = 10}, + [912] = {.lex_state = 10}, + [913] = {.lex_state = 10}, + [914] = {.lex_state = 10}, + [915] = {.lex_state = 10}, + [916] = {.lex_state = 10}, + [917] = {.lex_state = 10}, + [918] = {.lex_state = 10}, + [919] = {.lex_state = 10}, + [920] = {.lex_state = 10}, + [921] = {.lex_state = 10}, + [922] = {.lex_state = 10}, + [923] = {.lex_state = 12, .external_lex_state = 2}, + [924] = {.lex_state = 12, .external_lex_state = 2}, + [925] = {.lex_state = 10}, + [926] = {.lex_state = 12, .external_lex_state = 2}, + [927] = {.lex_state = 10}, + [928] = {.lex_state = 12, .external_lex_state = 2}, + [929] = {.lex_state = 10}, + [930] = {.lex_state = 10}, + [931] = {.lex_state = 10}, + [932] = {.lex_state = 10}, + [933] = {.lex_state = 10}, [934] = {.lex_state = 12}, - [935] = {.lex_state = 12}, - [936] = {.lex_state = 12}, - [937] = {.lex_state = 12}, - [938] = {.lex_state = 12}, - [939] = {.lex_state = 12}, - [940] = {.lex_state = 12}, - [941] = {.lex_state = 12}, - [942] = {.lex_state = 12}, - [943] = {.lex_state = 12}, - [944] = {.lex_state = 12}, - [945] = {.lex_state = 12}, - [946] = {.lex_state = 12}, - [947] = {.lex_state = 12}, - [948] = {.lex_state = 12}, - [949] = {.lex_state = 12}, - [950] = {.lex_state = 12}, - [951] = {.lex_state = 12}, - [952] = {.lex_state = 12}, - [953] = {.lex_state = 12}, - [954] = {.lex_state = 12}, - [955] = {.lex_state = 12}, - [956] = {.lex_state = 12}, - [957] = {.lex_state = 12}, - [958] = {.lex_state = 12}, - [959] = {.lex_state = 12}, - [960] = {.lex_state = 12}, - [961] = {.lex_state = 12}, - [962] = {.lex_state = 12}, - [963] = {.lex_state = 12}, - [964] = {.lex_state = 12}, - [965] = {.lex_state = 12}, - [966] = {.lex_state = 12}, - [967] = {.lex_state = 12}, - [968] = {.lex_state = 12}, - [969] = {.lex_state = 12}, - [970] = {.lex_state = 12}, - [971] = {.lex_state = 12}, - [972] = {.lex_state = 12}, - [973] = {.lex_state = 12}, - [974] = {.lex_state = 12}, - [975] = {.lex_state = 12}, - [976] = {.lex_state = 12}, - [977] = {.lex_state = 12}, - [978] = {.lex_state = 12}, - [979] = {.lex_state = 12}, - [980] = {.lex_state = 12, .external_lex_state = 2}, - [981] = {.lex_state = 17}, - [982] = {.lex_state = 12, .external_lex_state = 2}, - [983] = {.lex_state = 18}, - [984] = {.lex_state = 17}, - [985] = {.lex_state = 12}, - [986] = {.lex_state = 12}, - [987] = {.lex_state = 12}, - [988] = {.lex_state = 12}, - [989] = {.lex_state = 12}, - [990] = {.lex_state = 12}, - [991] = {.lex_state = 12}, - [992] = {.lex_state = 12}, - [993] = {.lex_state = 12}, - [994] = {.lex_state = 12}, - [995] = {.lex_state = 12}, - [996] = {.lex_state = 12}, - [997] = {.lex_state = 12}, - [998] = {.lex_state = 12}, - [999] = {.lex_state = 12}, - [1000] = {.lex_state = 12}, - [1001] = {.lex_state = 12}, - [1002] = {.lex_state = 12}, - [1003] = {.lex_state = 12}, - [1004] = {.lex_state = 12}, - [1005] = {.lex_state = 12}, - [1006] = {.lex_state = 12}, - [1007] = {.lex_state = 12}, - [1008] = {.lex_state = 12}, - [1009] = {.lex_state = 12}, - [1010] = {.lex_state = 12}, - [1011] = {.lex_state = 12}, - [1012] = {.lex_state = 12}, - [1013] = {.lex_state = 12}, - [1014] = {.lex_state = 12}, - [1015] = {.lex_state = 12}, - [1016] = {.lex_state = 12}, - [1017] = {.lex_state = 12}, - [1018] = {.lex_state = 12}, - [1019] = {.lex_state = 12}, - [1020] = {.lex_state = 12}, - [1021] = {.lex_state = 12}, - [1022] = {.lex_state = 12}, - [1023] = {.lex_state = 12}, - [1024] = {.lex_state = 12}, - [1025] = {.lex_state = 12}, - [1026] = {.lex_state = 12}, - [1027] = {.lex_state = 12}, - [1028] = {.lex_state = 12}, - [1029] = {.lex_state = 12}, - [1030] = {.lex_state = 12}, - [1031] = {.lex_state = 12}, - [1032] = {.lex_state = 12}, - [1033] = {.lex_state = 12}, - [1034] = {.lex_state = 12}, - [1035] = {.lex_state = 12}, - [1036] = {.lex_state = 12}, - [1037] = {.lex_state = 12}, - [1038] = {.lex_state = 12}, - [1039] = {.lex_state = 12}, - [1040] = {.lex_state = 17}, - [1041] = {.lex_state = 12}, - [1042] = {.lex_state = 12}, - [1043] = {.lex_state = 12}, - [1044] = {.lex_state = 17}, - [1045] = {.lex_state = 12}, - [1046] = {.lex_state = 12}, - [1047] = {.lex_state = 12}, - [1048] = {.lex_state = 12}, - [1049] = {.lex_state = 12}, - [1050] = {.lex_state = 12}, - [1051] = {.lex_state = 17}, - [1052] = {.lex_state = 12}, - [1053] = {.lex_state = 12, .external_lex_state = 2}, - [1054] = {.lex_state = 12, .external_lex_state = 2}, - [1055] = {.lex_state = 12, .external_lex_state = 2}, - [1056] = {.lex_state = 12, .external_lex_state = 2}, - [1057] = {.lex_state = 12, .external_lex_state = 2}, - [1058] = {.lex_state = 12, .external_lex_state = 2}, - [1059] = {.lex_state = 12, .external_lex_state = 2}, - [1060] = {.lex_state = 12, .external_lex_state = 2}, - [1061] = {.lex_state = 12, .external_lex_state = 2}, - [1062] = {.lex_state = 12, .external_lex_state = 2}, - [1063] = {.lex_state = 12, .external_lex_state = 2}, - [1064] = {.lex_state = 12, .external_lex_state = 2}, - [1065] = {.lex_state = 12, .external_lex_state = 2}, - [1066] = {.lex_state = 12, .external_lex_state = 2}, - [1067] = {.lex_state = 12, .external_lex_state = 2}, - [1068] = {.lex_state = 12, .external_lex_state = 2}, - [1069] = {.lex_state = 12, .external_lex_state = 2}, - [1070] = {.lex_state = 12, .external_lex_state = 2}, - [1071] = {.lex_state = 12, .external_lex_state = 2}, - [1072] = {.lex_state = 12, .external_lex_state = 2}, - [1073] = {.lex_state = 12, .external_lex_state = 2}, - [1074] = {.lex_state = 12, .external_lex_state = 2}, - [1075] = {.lex_state = 12, .external_lex_state = 2}, - [1076] = {.lex_state = 12, .external_lex_state = 2}, - [1077] = {.lex_state = 12, .external_lex_state = 2}, - [1078] = {.lex_state = 12, .external_lex_state = 2}, - [1079] = {.lex_state = 12, .external_lex_state = 2}, - [1080] = {.lex_state = 12, .external_lex_state = 2}, - [1081] = {.lex_state = 12, .external_lex_state = 2}, - [1082] = {.lex_state = 12, .external_lex_state = 2}, - [1083] = {.lex_state = 12, .external_lex_state = 2}, - [1084] = {.lex_state = 12, .external_lex_state = 2}, - [1085] = {.lex_state = 12, .external_lex_state = 2}, - [1086] = {.lex_state = 12, .external_lex_state = 2}, - [1087] = {.lex_state = 12, .external_lex_state = 2}, - [1088] = {.lex_state = 12, .external_lex_state = 2}, - [1089] = {.lex_state = 12, .external_lex_state = 2}, - [1090] = {.lex_state = 12, .external_lex_state = 2}, - [1091] = {.lex_state = 12, .external_lex_state = 2}, - [1092] = {.lex_state = 12, .external_lex_state = 2}, - [1093] = {.lex_state = 12, .external_lex_state = 2}, - [1094] = {.lex_state = 12, .external_lex_state = 2}, - [1095] = {.lex_state = 12, .external_lex_state = 2}, - [1096] = {.lex_state = 12, .external_lex_state = 2}, - [1097] = {.lex_state = 12, .external_lex_state = 2}, - [1098] = {.lex_state = 12, .external_lex_state = 2}, - [1099] = {.lex_state = 12, .external_lex_state = 2}, - [1100] = {.lex_state = 12, .external_lex_state = 2}, - [1101] = {.lex_state = 12, .external_lex_state = 2}, - [1102] = {.lex_state = 12, .external_lex_state = 2}, - [1103] = {.lex_state = 12, .external_lex_state = 2}, - [1104] = {.lex_state = 12, .external_lex_state = 2}, - [1105] = {.lex_state = 12, .external_lex_state = 2}, - [1106] = {.lex_state = 12, .external_lex_state = 2}, - [1107] = {.lex_state = 12, .external_lex_state = 2}, - [1108] = {.lex_state = 12, .external_lex_state = 2}, - [1109] = {.lex_state = 12, .external_lex_state = 2}, - [1110] = {.lex_state = 12, .external_lex_state = 2}, - [1111] = {.lex_state = 12, .external_lex_state = 2}, - [1112] = {.lex_state = 12, .external_lex_state = 2}, - [1113] = {.lex_state = 12, .external_lex_state = 2}, - [1114] = {.lex_state = 12, .external_lex_state = 2}, - [1115] = {.lex_state = 12, .external_lex_state = 2}, - [1116] = {.lex_state = 12, .external_lex_state = 2}, - [1117] = {.lex_state = 12, .external_lex_state = 2}, - [1118] = {.lex_state = 12, .external_lex_state = 2}, - [1119] = {.lex_state = 12, .external_lex_state = 2}, - [1120] = {.lex_state = 12, .external_lex_state = 2}, - [1121] = {.lex_state = 12, .external_lex_state = 2}, - [1122] = {.lex_state = 12, .external_lex_state = 2}, - [1123] = {.lex_state = 12, .external_lex_state = 2}, - [1124] = {.lex_state = 12, .external_lex_state = 2}, - [1125] = {.lex_state = 12, .external_lex_state = 2}, - [1126] = {.lex_state = 12, .external_lex_state = 2}, - [1127] = {.lex_state = 12, .external_lex_state = 2}, - [1128] = {.lex_state = 12, .external_lex_state = 2}, - [1129] = {.lex_state = 12, .external_lex_state = 2}, - [1130] = {.lex_state = 12, .external_lex_state = 2}, - [1131] = {.lex_state = 12, .external_lex_state = 2}, - [1132] = {.lex_state = 12, .external_lex_state = 2}, - [1133] = {.lex_state = 12, .external_lex_state = 2}, - [1134] = {.lex_state = 12, .external_lex_state = 2}, - [1135] = {.lex_state = 12, .external_lex_state = 2}, - [1136] = {.lex_state = 12, .external_lex_state = 2}, - [1137] = {.lex_state = 12, .external_lex_state = 2}, - [1138] = {.lex_state = 12, .external_lex_state = 2}, - [1139] = {.lex_state = 12, .external_lex_state = 2}, - [1140] = {.lex_state = 12, .external_lex_state = 2}, - [1141] = {.lex_state = 12, .external_lex_state = 2}, - [1142] = {.lex_state = 12, .external_lex_state = 2}, - [1143] = {.lex_state = 12, .external_lex_state = 2}, - [1144] = {.lex_state = 12, .external_lex_state = 2}, - [1145] = {.lex_state = 12, .external_lex_state = 2}, - [1146] = {.lex_state = 12, .external_lex_state = 2}, - [1147] = {.lex_state = 12, .external_lex_state = 2}, - [1148] = {.lex_state = 12, .external_lex_state = 2}, - [1149] = {.lex_state = 12, .external_lex_state = 2}, - [1150] = {.lex_state = 12, .external_lex_state = 2}, - [1151] = {.lex_state = 12, .external_lex_state = 2}, - [1152] = {.lex_state = 12}, - [1153] = {.lex_state = 12}, - [1154] = {.lex_state = 12}, - [1155] = {.lex_state = 12}, - [1156] = {.lex_state = 12}, - [1157] = {.lex_state = 12}, - [1158] = {.lex_state = 12}, - [1159] = {.lex_state = 12}, - [1160] = {.lex_state = 12}, - [1161] = {.lex_state = 12}, - [1162] = {.lex_state = 12}, - [1163] = {.lex_state = 12}, - [1164] = {.lex_state = 12}, - [1165] = {.lex_state = 12}, - [1166] = {.lex_state = 12}, - [1167] = {.lex_state = 12}, - [1168] = {.lex_state = 12}, - [1169] = {.lex_state = 12}, - [1170] = {.lex_state = 12}, - [1171] = {.lex_state = 12}, - [1172] = {.lex_state = 12}, - [1173] = {.lex_state = 12}, - [1174] = {.lex_state = 12}, - [1175] = {.lex_state = 12}, - [1176] = {.lex_state = 12}, - [1177] = {.lex_state = 12}, - [1178] = {.lex_state = 12}, - [1179] = {.lex_state = 12}, - [1180] = {.lex_state = 12}, - [1181] = {.lex_state = 12}, - [1182] = {.lex_state = 12}, - [1183] = {.lex_state = 12}, - [1184] = {.lex_state = 12}, - [1185] = {.lex_state = 12}, - [1186] = {.lex_state = 12}, - [1187] = {.lex_state = 12}, - [1188] = {.lex_state = 12}, - [1189] = {.lex_state = 12}, - [1190] = {.lex_state = 12}, - [1191] = {.lex_state = 12, .external_lex_state = 2}, - [1192] = {.lex_state = 12, .external_lex_state = 2}, - [1193] = {.lex_state = 12}, - [1194] = {.lex_state = 12, .external_lex_state = 2}, - [1195] = {.lex_state = 12}, - [1196] = {.lex_state = 12}, - [1197] = {.lex_state = 12, .external_lex_state = 2}, - [1198] = {.lex_state = 12}, - [1199] = {.lex_state = 12, .external_lex_state = 2}, - [1200] = {.lex_state = 12}, - [1201] = {.lex_state = 17}, - [1202] = {.lex_state = 12}, - [1203] = {.lex_state = 12}, - [1204] = {.lex_state = 12}, - [1205] = {.lex_state = 17}, - [1206] = {.lex_state = 12, .external_lex_state = 2}, - [1207] = {.lex_state = 12}, - [1208] = {.lex_state = 12, .external_lex_state = 2}, - [1209] = {.lex_state = 12, .external_lex_state = 2}, - [1210] = {.lex_state = 12}, - [1211] = {.lex_state = 17}, - [1212] = {.lex_state = 12}, - [1213] = {.lex_state = 12}, - [1214] = {.lex_state = 12}, - [1215] = {.lex_state = 12}, - [1216] = {.lex_state = 12}, - [1217] = {.lex_state = 12}, - [1218] = {.lex_state = 17}, - [1219] = {.lex_state = 12, .external_lex_state = 2}, - [1220] = {.lex_state = 12}, - [1221] = {.lex_state = 12}, - [1222] = {.lex_state = 12}, - [1223] = {.lex_state = 12}, - [1224] = {.lex_state = 12}, - [1225] = {.lex_state = 12}, - [1226] = {.lex_state = 12}, - [1227] = {.lex_state = 12}, - [1228] = {.lex_state = 12}, - [1229] = {.lex_state = 12}, - [1230] = {.lex_state = 12}, - [1231] = {.lex_state = 12}, - [1232] = {.lex_state = 12}, - [1233] = {.lex_state = 12}, - [1234] = {.lex_state = 12}, - [1235] = {.lex_state = 12}, - [1236] = {.lex_state = 12}, - [1237] = {.lex_state = 17}, - [1238] = {.lex_state = 12, .external_lex_state = 2}, - [1239] = {.lex_state = 12, .external_lex_state = 2}, - [1240] = {.lex_state = 12, .external_lex_state = 2}, - [1241] = {.lex_state = 17}, - [1242] = {.lex_state = 17}, - [1243] = {.lex_state = 12, .external_lex_state = 2}, - [1244] = {.lex_state = 17}, - [1245] = {.lex_state = 12}, - [1246] = {.lex_state = 12}, - [1247] = {.lex_state = 12}, - [1248] = {.lex_state = 12}, - [1249] = {.lex_state = 17}, - [1250] = {.lex_state = 12}, - [1251] = {.lex_state = 12}, - [1252] = {.lex_state = 12}, - [1253] = {.lex_state = 12}, - [1254] = {.lex_state = 12}, - [1255] = {.lex_state = 12}, - [1256] = {.lex_state = 12}, - [1257] = {.lex_state = 12}, - [1258] = {.lex_state = 12}, - [1259] = {.lex_state = 12}, - [1260] = {.lex_state = 12}, - [1261] = {.lex_state = 12}, - [1262] = {.lex_state = 12}, - [1263] = {.lex_state = 12}, - [1264] = {.lex_state = 12}, - [1265] = {.lex_state = 12}, - [1266] = {.lex_state = 12}, - [1267] = {.lex_state = 12}, - [1268] = {.lex_state = 12}, - [1269] = {.lex_state = 12}, - [1270] = {.lex_state = 12}, - [1271] = {.lex_state = 12}, - [1272] = {.lex_state = 12}, - [1273] = {.lex_state = 12}, - [1274] = {.lex_state = 12}, - [1275] = {.lex_state = 12}, - [1276] = {.lex_state = 12}, - [1277] = {.lex_state = 12}, - [1278] = {.lex_state = 12}, - [1279] = {.lex_state = 12}, - [1280] = {.lex_state = 12}, - [1281] = {.lex_state = 12}, - [1282] = {.lex_state = 12}, - [1283] = {.lex_state = 12}, - [1284] = {.lex_state = 12}, - [1285] = {.lex_state = 12}, - [1286] = {.lex_state = 12}, - [1287] = {.lex_state = 12}, - [1288] = {.lex_state = 12}, - [1289] = {.lex_state = 12}, - [1290] = {.lex_state = 12}, - [1291] = {.lex_state = 12}, - [1292] = {.lex_state = 12}, - [1293] = {.lex_state = 12}, - [1294] = {.lex_state = 12}, - [1295] = {.lex_state = 12}, - [1296] = {.lex_state = 12}, - [1297] = {.lex_state = 12}, - [1298] = {.lex_state = 12}, - [1299] = {.lex_state = 12}, - [1300] = {.lex_state = 12}, - [1301] = {.lex_state = 12}, - [1302] = {.lex_state = 12}, - [1303] = {.lex_state = 12}, - [1304] = {.lex_state = 12}, - [1305] = {.lex_state = 12}, - [1306] = {.lex_state = 12}, - [1307] = {.lex_state = 12}, - [1308] = {.lex_state = 12}, - [1309] = {.lex_state = 12}, - [1310] = {.lex_state = 12}, - [1311] = {.lex_state = 12}, - [1312] = {.lex_state = 12}, - [1313] = {.lex_state = 12}, - [1314] = {.lex_state = 12}, - [1315] = {.lex_state = 12}, - [1316] = {.lex_state = 12}, - [1317] = {.lex_state = 12}, - [1318] = {.lex_state = 12}, - [1319] = {.lex_state = 12}, - [1320] = {.lex_state = 12}, - [1321] = {.lex_state = 17}, - [1322] = {.lex_state = 17}, - [1323] = {.lex_state = 12}, - [1324] = {.lex_state = 12}, - [1325] = {.lex_state = 12}, - [1326] = {.lex_state = 12}, - [1327] = {.lex_state = 17}, - [1328] = {.lex_state = 17}, - [1329] = {.lex_state = 17}, - [1330] = {.lex_state = 12}, - [1331] = {.lex_state = 12}, - [1332] = {.lex_state = 12}, - [1333] = {.lex_state = 12}, - [1334] = {.lex_state = 12}, - [1335] = {.lex_state = 12}, - [1336] = {.lex_state = 12}, - [1337] = {.lex_state = 12}, - [1338] = {.lex_state = 12}, - [1339] = {.lex_state = 12}, - [1340] = {.lex_state = 12}, - [1341] = {.lex_state = 12}, - [1342] = {.lex_state = 12}, - [1343] = {.lex_state = 12}, - [1344] = {.lex_state = 12}, - [1345] = {.lex_state = 12}, - [1346] = {.lex_state = 12}, - [1347] = {.lex_state = 12}, - [1348] = {.lex_state = 12}, - [1349] = {.lex_state = 64}, - [1350] = {.lex_state = 64}, - [1351] = {.lex_state = 64}, - [1352] = {.lex_state = 64}, - [1353] = {.lex_state = 64}, - [1354] = {.lex_state = 64}, - [1355] = {.lex_state = 64}, - [1356] = {.lex_state = 64}, - [1357] = {.lex_state = 64}, - [1358] = {.lex_state = 64}, - [1359] = {.lex_state = 64}, - [1360] = {.lex_state = 64}, - [1361] = {.lex_state = 64}, - [1362] = {.lex_state = 16}, - [1363] = {.lex_state = 64}, - [1364] = {.lex_state = 64}, - [1365] = {.lex_state = 15}, - [1366] = {.lex_state = 64}, - [1367] = {.lex_state = 3, .external_lex_state = 3}, - [1368] = {.lex_state = 3, .external_lex_state = 3}, - [1369] = {.lex_state = 3, .external_lex_state = 3}, - [1370] = {.lex_state = 3, .external_lex_state = 3}, - [1371] = {.lex_state = 17}, - [1372] = {.lex_state = 17}, - [1373] = {.lex_state = 17}, - [1374] = {.lex_state = 17}, + [935] = {.lex_state = 10}, + [936] = {.lex_state = 10}, + [937] = {.lex_state = 10}, + [938] = {.lex_state = 12, .external_lex_state = 2}, + [939] = {.lex_state = 12, .external_lex_state = 2}, + [940] = {.lex_state = 10, .external_lex_state = 2}, + [941] = {.lex_state = 10, .external_lex_state = 2}, + [942] = {.lex_state = 10, .external_lex_state = 2}, + [943] = {.lex_state = 10, .external_lex_state = 2}, + [944] = {.lex_state = 10}, + [945] = {.lex_state = 10}, + [946] = {.lex_state = 10, .external_lex_state = 2}, + [947] = {.lex_state = 17}, + [948] = {.lex_state = 16}, + [949] = {.lex_state = 10}, + [950] = {.lex_state = 10}, + [951] = {.lex_state = 10}, + [952] = {.lex_state = 10}, + [953] = {.lex_state = 10}, + [954] = {.lex_state = 10}, + [955] = {.lex_state = 10}, + [956] = {.lex_state = 10}, + [957] = {.lex_state = 10}, + [958] = {.lex_state = 10}, + [959] = {.lex_state = 10}, + [960] = {.lex_state = 10}, + [961] = {.lex_state = 10}, + [962] = {.lex_state = 10}, + [963] = {.lex_state = 10}, + [964] = {.lex_state = 10}, + [965] = {.lex_state = 10}, + [966] = {.lex_state = 10}, + [967] = {.lex_state = 10}, + [968] = {.lex_state = 10}, + [969] = {.lex_state = 10}, + [970] = {.lex_state = 10}, + [971] = {.lex_state = 10}, + [972] = {.lex_state = 10}, + [973] = {.lex_state = 10}, + [974] = {.lex_state = 10}, + [975] = {.lex_state = 10}, + [976] = {.lex_state = 10}, + [977] = {.lex_state = 10}, + [978] = {.lex_state = 10}, + [979] = {.lex_state = 16}, + [980] = {.lex_state = 10, .external_lex_state = 2}, + [981] = {.lex_state = 10, .external_lex_state = 2}, + [982] = {.lex_state = 10}, + [983] = {.lex_state = 10}, + [984] = {.lex_state = 10}, + [985] = {.lex_state = 10, .external_lex_state = 2}, + [986] = {.lex_state = 10, .external_lex_state = 2}, + [987] = {.lex_state = 10, .external_lex_state = 2}, + [988] = {.lex_state = 10, .external_lex_state = 2}, + [989] = {.lex_state = 10, .external_lex_state = 2}, + [990] = {.lex_state = 10, .external_lex_state = 2}, + [991] = {.lex_state = 10}, + [992] = {.lex_state = 10}, + [993] = {.lex_state = 10, .external_lex_state = 2}, + [994] = {.lex_state = 10, .external_lex_state = 2}, + [995] = {.lex_state = 10, .external_lex_state = 2}, + [996] = {.lex_state = 10, .external_lex_state = 2}, + [997] = {.lex_state = 10, .external_lex_state = 2}, + [998] = {.lex_state = 10, .external_lex_state = 2}, + [999] = {.lex_state = 10, .external_lex_state = 2}, + [1000] = {.lex_state = 10, .external_lex_state = 2}, + [1001] = {.lex_state = 10, .external_lex_state = 2}, + [1002] = {.lex_state = 10}, + [1003] = {.lex_state = 10}, + [1004] = {.lex_state = 10, .external_lex_state = 2}, + [1005] = {.lex_state = 10}, + [1006] = {.lex_state = 10, .external_lex_state = 2}, + [1007] = {.lex_state = 10}, + [1008] = {.lex_state = 10, .external_lex_state = 2}, + [1009] = {.lex_state = 10, .external_lex_state = 2}, + [1010] = {.lex_state = 10}, + [1011] = {.lex_state = 10}, + [1012] = {.lex_state = 10, .external_lex_state = 2}, + [1013] = {.lex_state = 10, .external_lex_state = 2}, + [1014] = {.lex_state = 10, .external_lex_state = 2}, + [1015] = {.lex_state = 10, .external_lex_state = 2}, + [1016] = {.lex_state = 10}, + [1017] = {.lex_state = 10, .external_lex_state = 2}, + [1018] = {.lex_state = 10, .external_lex_state = 2}, + [1019] = {.lex_state = 10}, + [1020] = {.lex_state = 10, .external_lex_state = 2}, + [1021] = {.lex_state = 10, .external_lex_state = 2}, + [1022] = {.lex_state = 10, .external_lex_state = 2}, + [1023] = {.lex_state = 10}, + [1024] = {.lex_state = 10, .external_lex_state = 2}, + [1025] = {.lex_state = 10, .external_lex_state = 2}, + [1026] = {.lex_state = 10}, + [1027] = {.lex_state = 10, .external_lex_state = 2}, + [1028] = {.lex_state = 10}, + [1029] = {.lex_state = 10, .external_lex_state = 2}, + [1030] = {.lex_state = 10, .external_lex_state = 2}, + [1031] = {.lex_state = 10, .external_lex_state = 2}, + [1032] = {.lex_state = 10}, + [1033] = {.lex_state = 10}, + [1034] = {.lex_state = 10}, + [1035] = {.lex_state = 10}, + [1036] = {.lex_state = 10}, + [1037] = {.lex_state = 10}, + [1038] = {.lex_state = 10}, + [1039] = {.lex_state = 10}, + [1040] = {.lex_state = 10, .external_lex_state = 2}, + [1041] = {.lex_state = 10, .external_lex_state = 2}, + [1042] = {.lex_state = 10}, + [1043] = {.lex_state = 10}, + [1044] = {.lex_state = 10, .external_lex_state = 2}, + [1045] = {.lex_state = 10}, + [1046] = {.lex_state = 10, .external_lex_state = 2}, + [1047] = {.lex_state = 10, .external_lex_state = 2}, + [1048] = {.lex_state = 10}, + [1049] = {.lex_state = 10, .external_lex_state = 2}, + [1050] = {.lex_state = 10, .external_lex_state = 2}, + [1051] = {.lex_state = 10, .external_lex_state = 2}, + [1052] = {.lex_state = 10, .external_lex_state = 2}, + [1053] = {.lex_state = 10, .external_lex_state = 2}, + [1054] = {.lex_state = 10, .external_lex_state = 2}, + [1055] = {.lex_state = 10}, + [1056] = {.lex_state = 10}, + [1057] = {.lex_state = 10, .external_lex_state = 2}, + [1058] = {.lex_state = 10}, + [1059] = {.lex_state = 10, .external_lex_state = 2}, + [1060] = {.lex_state = 10}, + [1061] = {.lex_state = 10}, + [1062] = {.lex_state = 10, .external_lex_state = 2}, + [1063] = {.lex_state = 10, .external_lex_state = 2}, + [1064] = {.lex_state = 10, .external_lex_state = 2}, + [1065] = {.lex_state = 10, .external_lex_state = 2}, + [1066] = {.lex_state = 10, .external_lex_state = 2}, + [1067] = {.lex_state = 10, .external_lex_state = 2}, + [1068] = {.lex_state = 10, .external_lex_state = 2}, + [1069] = {.lex_state = 10, .external_lex_state = 2}, + [1070] = {.lex_state = 10, .external_lex_state = 2}, + [1071] = {.lex_state = 10}, + [1072] = {.lex_state = 10}, + [1073] = {.lex_state = 16}, + [1074] = {.lex_state = 10}, + [1075] = {.lex_state = 10}, + [1076] = {.lex_state = 10}, + [1077] = {.lex_state = 10}, + [1078] = {.lex_state = 16}, + [1079] = {.lex_state = 10}, + [1080] = {.lex_state = 10}, + [1081] = {.lex_state = 10}, + [1082] = {.lex_state = 10}, + [1083] = {.lex_state = 10}, + [1084] = {.lex_state = 10}, + [1085] = {.lex_state = 10}, + [1086] = {.lex_state = 10}, + [1087] = {.lex_state = 10}, + [1088] = {.lex_state = 10}, + [1089] = {.lex_state = 16}, + [1090] = {.lex_state = 10}, + [1091] = {.lex_state = 10}, + [1092] = {.lex_state = 10}, + [1093] = {.lex_state = 10}, + [1094] = {.lex_state = 10}, + [1095] = {.lex_state = 10}, + [1096] = {.lex_state = 10}, + [1097] = {.lex_state = 10}, + [1098] = {.lex_state = 10}, + [1099] = {.lex_state = 10}, + [1100] = {.lex_state = 10}, + [1101] = {.lex_state = 10}, + [1102] = {.lex_state = 10}, + [1103] = {.lex_state = 10}, + [1104] = {.lex_state = 10}, + [1105] = {.lex_state = 10}, + [1106] = {.lex_state = 10}, + [1107] = {.lex_state = 10}, + [1108] = {.lex_state = 10}, + [1109] = {.lex_state = 10}, + [1110] = {.lex_state = 10}, + [1111] = {.lex_state = 10}, + [1112] = {.lex_state = 10}, + [1113] = {.lex_state = 10}, + [1114] = {.lex_state = 10}, + [1115] = {.lex_state = 10}, + [1116] = {.lex_state = 10}, + [1117] = {.lex_state = 10, .external_lex_state = 2}, + [1118] = {.lex_state = 10}, + [1119] = {.lex_state = 10}, + [1120] = {.lex_state = 10}, + [1121] = {.lex_state = 10, .external_lex_state = 2}, + [1122] = {.lex_state = 10, .external_lex_state = 2}, + [1123] = {.lex_state = 10}, + [1124] = {.lex_state = 10, .external_lex_state = 2}, + [1125] = {.lex_state = 10}, + [1126] = {.lex_state = 10, .external_lex_state = 2}, + [1127] = {.lex_state = 10, .external_lex_state = 2}, + [1128] = {.lex_state = 10}, + [1129] = {.lex_state = 10, .external_lex_state = 2}, + [1130] = {.lex_state = 10, .external_lex_state = 2}, + [1131] = {.lex_state = 10, .external_lex_state = 2}, + [1132] = {.lex_state = 10, .external_lex_state = 2}, + [1133] = {.lex_state = 10, .external_lex_state = 2}, + [1134] = {.lex_state = 10, .external_lex_state = 2}, + [1135] = {.lex_state = 10, .external_lex_state = 2}, + [1136] = {.lex_state = 10}, + [1137] = {.lex_state = 10, .external_lex_state = 2}, + [1138] = {.lex_state = 10}, + [1139] = {.lex_state = 10}, + [1140] = {.lex_state = 16}, + [1141] = {.lex_state = 10}, + [1142] = {.lex_state = 10}, + [1143] = {.lex_state = 16}, + [1144] = {.lex_state = 16}, + [1145] = {.lex_state = 10}, + [1146] = {.lex_state = 10}, + [1147] = {.lex_state = 10}, + [1148] = {.lex_state = 10}, + [1149] = {.lex_state = 10}, + [1150] = {.lex_state = 10}, + [1151] = {.lex_state = 10}, + [1152] = {.lex_state = 10}, + [1153] = {.lex_state = 10}, + [1154] = {.lex_state = 10}, + [1155] = {.lex_state = 10}, + [1156] = {.lex_state = 16}, + [1157] = {.lex_state = 10}, + [1158] = {.lex_state = 16}, + [1159] = {.lex_state = 10}, + [1160] = {.lex_state = 10}, + [1161] = {.lex_state = 10}, + [1162] = {.lex_state = 10}, + [1163] = {.lex_state = 10}, + [1164] = {.lex_state = 10}, + [1165] = {.lex_state = 10}, + [1166] = {.lex_state = 16}, + [1167] = {.lex_state = 16}, + [1168] = {.lex_state = 10}, + [1169] = {.lex_state = 10}, + [1170] = {.lex_state = 10}, + [1171] = {.lex_state = 10}, + [1172] = {.lex_state = 10}, + [1173] = {.lex_state = 10}, + [1174] = {.lex_state = 10}, + [1175] = {.lex_state = 10}, + [1176] = {.lex_state = 10}, + [1177] = {.lex_state = 10}, + [1178] = {.lex_state = 10}, + [1179] = {.lex_state = 10}, + [1180] = {.lex_state = 10}, + [1181] = {.lex_state = 10}, + [1182] = {.lex_state = 10}, + [1183] = {.lex_state = 10}, + [1184] = {.lex_state = 10}, + [1185] = {.lex_state = 10}, + [1186] = {.lex_state = 10}, + [1187] = {.lex_state = 10}, + [1188] = {.lex_state = 10}, + [1189] = {.lex_state = 10}, + [1190] = {.lex_state = 10}, + [1191] = {.lex_state = 10}, + [1192] = {.lex_state = 10}, + [1193] = {.lex_state = 10}, + [1194] = {.lex_state = 10}, + [1195] = {.lex_state = 10}, + [1196] = {.lex_state = 10}, + [1197] = {.lex_state = 10}, + [1198] = {.lex_state = 10}, + [1199] = {.lex_state = 10}, + [1200] = {.lex_state = 10}, + [1201] = {.lex_state = 10}, + [1202] = {.lex_state = 10}, + [1203] = {.lex_state = 10}, + [1204] = {.lex_state = 10}, + [1205] = {.lex_state = 10}, + [1206] = {.lex_state = 10}, + [1207] = {.lex_state = 10}, + [1208] = {.lex_state = 10}, + [1209] = {.lex_state = 10}, + [1210] = {.lex_state = 10}, + [1211] = {.lex_state = 10}, + [1212] = {.lex_state = 10}, + [1213] = {.lex_state = 10}, + [1214] = {.lex_state = 10}, + [1215] = {.lex_state = 10}, + [1216] = {.lex_state = 10}, + [1217] = {.lex_state = 10}, + [1218] = {.lex_state = 10}, + [1219] = {.lex_state = 10}, + [1220] = {.lex_state = 10}, + [1221] = {.lex_state = 10}, + [1222] = {.lex_state = 16}, + [1223] = {.lex_state = 16}, + [1224] = {.lex_state = 16}, + [1225] = {.lex_state = 16}, + [1226] = {.lex_state = 16}, + [1227] = {.lex_state = 10}, + [1228] = {.lex_state = 10}, + [1229] = {.lex_state = 10}, + [1230] = {.lex_state = 10}, + [1231] = {.lex_state = 10}, + [1232] = {.lex_state = 10}, + [1233] = {.lex_state = 10}, + [1234] = {.lex_state = 10}, + [1235] = {.lex_state = 10}, + [1236] = {.lex_state = 10}, + [1237] = {.lex_state = 10}, + [1238] = {.lex_state = 10}, + [1239] = {.lex_state = 10}, + [1240] = {.lex_state = 63}, + [1241] = {.lex_state = 10}, + [1242] = {.lex_state = 10}, + [1243] = {.lex_state = 63}, + [1244] = {.lex_state = 10}, + [1245] = {.lex_state = 10}, + [1246] = {.lex_state = 10}, + [1247] = {.lex_state = 10}, + [1248] = {.lex_state = 10}, + [1249] = {.lex_state = 10}, + [1250] = {.lex_state = 10}, + [1251] = {.lex_state = 10}, + [1252] = {.lex_state = 10}, + [1253] = {.lex_state = 10}, + [1254] = {.lex_state = 10}, + [1255] = {.lex_state = 10}, + [1256] = {.lex_state = 10}, + [1257] = {.lex_state = 63}, + [1258] = {.lex_state = 63}, + [1259] = {.lex_state = 63}, + [1260] = {.lex_state = 63}, + [1261] = {.lex_state = 63}, + [1262] = {.lex_state = 63}, + [1263] = {.lex_state = 63}, + [1264] = {.lex_state = 63}, + [1265] = {.lex_state = 63}, + [1266] = {.lex_state = 63}, + [1267] = {.lex_state = 63}, + [1268] = {.lex_state = 63}, + [1269] = {.lex_state = 15}, + [1270] = {.lex_state = 63}, + [1271] = {.lex_state = 63}, + [1272] = {.lex_state = 3, .external_lex_state = 3}, + [1273] = {.lex_state = 63}, + [1274] = {.lex_state = 63}, + [1275] = {.lex_state = 14}, + [1276] = {.lex_state = 63}, + [1277] = {.lex_state = 63}, + [1278] = {.lex_state = 63}, + [1279] = {.lex_state = 63}, + [1280] = {.lex_state = 63}, + [1281] = {.lex_state = 63}, + [1282] = {.lex_state = 63}, + [1283] = {.lex_state = 3, .external_lex_state = 3}, + [1284] = {.lex_state = 63}, + [1285] = {.lex_state = 3, .external_lex_state = 3}, + [1286] = {.lex_state = 3, .external_lex_state = 3}, + [1287] = {.lex_state = 63}, + [1288] = {.lex_state = 3, .external_lex_state = 4}, + [1289] = {.lex_state = 3, .external_lex_state = 3}, + [1290] = {.lex_state = 16}, + [1291] = {.lex_state = 16}, + [1292] = {.lex_state = 16}, + [1293] = {.lex_state = 16}, + [1294] = {.lex_state = 16}, + [1295] = {.lex_state = 16}, + [1296] = {.lex_state = 8, .external_lex_state = 5}, + [1297] = {.lex_state = 16}, + [1298] = {.lex_state = 63}, + [1299] = {.lex_state = 16}, + [1300] = {.lex_state = 8, .external_lex_state = 6}, + [1301] = {.lex_state = 8, .external_lex_state = 5}, + [1302] = {.lex_state = 8, .external_lex_state = 6}, + [1303] = {.lex_state = 8, .external_lex_state = 5}, + [1304] = {.lex_state = 8, .external_lex_state = 5}, + [1305] = {.lex_state = 8, .external_lex_state = 5}, + [1306] = {.lex_state = 8, .external_lex_state = 6}, + [1307] = {.lex_state = 63}, + [1308] = {.lex_state = 16}, + [1309] = {.lex_state = 8, .external_lex_state = 6}, + [1310] = {.lex_state = 16}, + [1311] = {.lex_state = 8, .external_lex_state = 6}, + [1312] = {.lex_state = 16}, + [1313] = {.lex_state = 16}, + [1314] = {.lex_state = 63}, + [1315] = {.lex_state = 63}, + [1316] = {.lex_state = 16}, + [1317] = {.lex_state = 16}, + [1318] = {.lex_state = 16}, + [1319] = {.lex_state = 16}, + [1320] = {.lex_state = 16}, + [1321] = {.lex_state = 16}, + [1322] = {.lex_state = 16}, + [1323] = {.lex_state = 16}, + [1324] = {.lex_state = 16}, + [1325] = {.lex_state = 63}, + [1326] = {.lex_state = 16}, + [1327] = {.lex_state = 16}, + [1328] = {.lex_state = 16}, + [1329] = {.lex_state = 16}, + [1330] = {.lex_state = 16}, + [1331] = {.lex_state = 8, .external_lex_state = 4}, + [1332] = {.lex_state = 16}, + [1333] = {.lex_state = 16}, + [1334] = {.lex_state = 16}, + [1335] = {.lex_state = 63}, + [1336] = {.lex_state = 16}, + [1337] = {.lex_state = 16}, + [1338] = {.lex_state = 63}, + [1339] = {.lex_state = 63}, + [1340] = {.lex_state = 16}, + [1341] = {.lex_state = 63}, + [1342] = {.lex_state = 63}, + [1343] = {.lex_state = 63}, + [1344] = {.lex_state = 63}, + [1345] = {.lex_state = 16}, + [1346] = {.lex_state = 63}, + [1347] = {.lex_state = 63}, + [1348] = {.lex_state = 16}, + [1349] = {.lex_state = 63}, + [1350] = {.lex_state = 63}, + [1351] = {.lex_state = 63}, + [1352] = {.lex_state = 63}, + [1353] = {.lex_state = 63}, + [1354] = {.lex_state = 63}, + [1355] = {.lex_state = 63}, + [1356] = {.lex_state = 63}, + [1357] = {.lex_state = 63}, + [1358] = {.lex_state = 63}, + [1359] = {.lex_state = 63}, + [1360] = {.lex_state = 63}, + [1361] = {.lex_state = 63}, + [1362] = {.lex_state = 63}, + [1363] = {.lex_state = 63}, + [1364] = {.lex_state = 63}, + [1365] = {.lex_state = 63}, + [1366] = {.lex_state = 16}, + [1367] = {.lex_state = 63}, + [1368] = {.lex_state = 63}, + [1369] = {.lex_state = 63}, + [1370] = {.lex_state = 63}, + [1371] = {.lex_state = 63}, + [1372] = {.lex_state = 16}, + [1373] = {.lex_state = 63}, + [1374] = {.lex_state = 63}, [1375] = {.lex_state = 17}, - [1376] = {.lex_state = 17}, - [1377] = {.lex_state = 17}, - [1378] = {.lex_state = 17}, - [1379] = {.lex_state = 17}, - [1380] = {.lex_state = 3, .external_lex_state = 3}, + [1376] = {.lex_state = 63}, + [1377] = {.lex_state = 63}, + [1378] = {.lex_state = 63}, + [1379] = {.lex_state = 63}, + [1380] = {.lex_state = 14}, [1381] = {.lex_state = 17}, - [1382] = {.lex_state = 17}, + [1382] = {.lex_state = 63}, [1383] = {.lex_state = 17}, - [1384] = {.lex_state = 17}, - [1385] = {.lex_state = 17}, + [1384] = {.lex_state = 14}, + [1385] = {.lex_state = 63}, [1386] = {.lex_state = 17}, - [1387] = {.lex_state = 3, .external_lex_state = 4}, + [1387] = {.lex_state = 17}, [1388] = {.lex_state = 17}, - [1389] = {.lex_state = 8, .external_lex_state = 5}, - [1390] = {.lex_state = 17}, - [1391] = {.lex_state = 8, .external_lex_state = 5}, - [1392] = {.lex_state = 8, .external_lex_state = 5}, - [1393] = {.lex_state = 17}, - [1394] = {.lex_state = 8, .external_lex_state = 6}, + [1389] = {.lex_state = 3, .external_lex_state = 7}, + [1390] = {.lex_state = 3, .external_lex_state = 7}, + [1391] = {.lex_state = 17}, + [1392] = {.lex_state = 63}, + [1393] = {.lex_state = 63}, + [1394] = {.lex_state = 63}, [1395] = {.lex_state = 17}, - [1396] = {.lex_state = 17}, - [1397] = {.lex_state = 17}, - [1398] = {.lex_state = 17}, + [1396] = {.lex_state = 8, .external_lex_state = 8}, + [1397] = {.lex_state = 63, .external_lex_state = 2}, + [1398] = {.lex_state = 8, .external_lex_state = 9}, [1399] = {.lex_state = 17}, - [1400] = {.lex_state = 18}, - [1401] = {.lex_state = 17}, - [1402] = {.lex_state = 17}, - [1403] = {.lex_state = 8, .external_lex_state = 6}, - [1404] = {.lex_state = 17}, - [1405] = {.lex_state = 17}, - [1406] = {.lex_state = 8, .external_lex_state = 6}, - [1407] = {.lex_state = 17}, - [1408] = {.lex_state = 17}, - [1409] = {.lex_state = 17}, + [1400] = {.lex_state = 63, .external_lex_state = 2}, + [1401] = {.lex_state = 63, .external_lex_state = 2}, + [1402] = {.lex_state = 63, .external_lex_state = 2}, + [1403] = {.lex_state = 63}, + [1404] = {.lex_state = 63, .external_lex_state = 2}, + [1405] = {.lex_state = 63, .external_lex_state = 2}, + [1406] = {.lex_state = 63, .external_lex_state = 2}, + [1407] = {.lex_state = 63, .external_lex_state = 2}, + [1408] = {.lex_state = 63}, + [1409] = {.lex_state = 8, .external_lex_state = 9}, [1410] = {.lex_state = 17}, - [1411] = {.lex_state = 17}, - [1412] = {.lex_state = 64}, - [1413] = {.lex_state = 17}, - [1414] = {.lex_state = 64}, - [1415] = {.lex_state = 8, .external_lex_state = 6}, - [1416] = {.lex_state = 8, .external_lex_state = 6}, - [1417] = {.lex_state = 8, .external_lex_state = 5}, - [1418] = {.lex_state = 8, .external_lex_state = 5}, - [1419] = {.lex_state = 64}, - [1420] = {.lex_state = 64}, - [1421] = {.lex_state = 64}, - [1422] = {.lex_state = 8, .external_lex_state = 4}, - [1423] = {.lex_state = 64}, - [1424] = {.lex_state = 64}, - [1425] = {.lex_state = 64}, - [1426] = {.lex_state = 18}, - [1427] = {.lex_state = 18}, - [1428] = {.lex_state = 15}, - [1429] = {.lex_state = 64}, - [1430] = {.lex_state = 15}, - [1431] = {.lex_state = 64}, - [1432] = {.lex_state = 64}, - [1433] = {.lex_state = 64}, - [1434] = {.lex_state = 18}, - [1435] = {.lex_state = 64}, - [1436] = {.lex_state = 64}, - [1437] = {.lex_state = 18}, - [1438] = {.lex_state = 18}, - [1439] = {.lex_state = 18}, - [1440] = {.lex_state = 3, .external_lex_state = 7}, - [1441] = {.lex_state = 64}, - [1442] = {.lex_state = 64}, - [1443] = {.lex_state = 64}, - [1444] = {.lex_state = 3, .external_lex_state = 7}, - [1445] = {.lex_state = 64}, - [1446] = {.lex_state = 64}, - [1447] = {.lex_state = 64}, - [1448] = {.lex_state = 18}, - [1449] = {.lex_state = 64}, - [1450] = {.lex_state = 64}, - [1451] = {.lex_state = 64}, - [1452] = {.lex_state = 64}, - [1453] = {.lex_state = 64}, - [1454] = {.lex_state = 64}, - [1455] = {.lex_state = 18}, - [1456] = {.lex_state = 64}, - [1457] = {.lex_state = 64}, - [1458] = {.lex_state = 64}, - [1459] = {.lex_state = 64}, - [1460] = {.lex_state = 64}, - [1461] = {.lex_state = 64}, - [1462] = {.lex_state = 64}, - [1463] = {.lex_state = 64}, - [1464] = {.lex_state = 64}, - [1465] = {.lex_state = 64}, - [1466] = {.lex_state = 64}, - [1467] = {.lex_state = 64}, - [1468] = {.lex_state = 64}, - [1469] = {.lex_state = 64}, - [1470] = {.lex_state = 64}, - [1471] = {.lex_state = 64}, - [1472] = {.lex_state = 64}, - [1473] = {.lex_state = 64}, - [1474] = {.lex_state = 64}, - [1475] = {.lex_state = 64}, - [1476] = {.lex_state = 8, .external_lex_state = 8}, - [1477] = {.lex_state = 64}, - [1478] = {.lex_state = 64}, - [1479] = {.lex_state = 64}, - [1480] = {.lex_state = 64}, - [1481] = {.lex_state = 64}, - [1482] = {.lex_state = 8, .external_lex_state = 9}, - [1483] = {.lex_state = 64}, - [1484] = {.lex_state = 64}, - [1485] = {.lex_state = 64}, - [1486] = {.lex_state = 64}, - [1487] = {.lex_state = 64}, - [1488] = {.lex_state = 64}, - [1489] = {.lex_state = 64}, - [1490] = {.lex_state = 64}, - [1491] = {.lex_state = 64}, - [1492] = {.lex_state = 18}, - [1493] = {.lex_state = 64}, - [1494] = {.lex_state = 64}, - [1495] = {.lex_state = 64}, - [1496] = {.lex_state = 64}, - [1497] = {.lex_state = 64}, - [1498] = {.lex_state = 64}, - [1499] = {.lex_state = 64}, - [1500] = {.lex_state = 64}, - [1501] = {.lex_state = 64}, - [1502] = {.lex_state = 64}, - [1503] = {.lex_state = 64}, - [1504] = {.lex_state = 8, .external_lex_state = 9}, - [1505] = {.lex_state = 64}, - [1506] = {.lex_state = 64}, - [1507] = {.lex_state = 8, .external_lex_state = 8}, - [1508] = {.lex_state = 64}, - [1509] = {.lex_state = 64}, - [1510] = {.lex_state = 64}, - [1511] = {.lex_state = 64}, - [1512] = {.lex_state = 64}, - [1513] = {.lex_state = 64}, - [1514] = {.lex_state = 64}, - [1515] = {.lex_state = 64}, - [1516] = {.lex_state = 64}, - [1517] = {.lex_state = 64}, - [1518] = {.lex_state = 64}, - [1519] = {.lex_state = 64, .external_lex_state = 2}, - [1520] = {.lex_state = 64}, - [1521] = {.lex_state = 64}, - [1522] = {.lex_state = 64}, - [1523] = {.lex_state = 64}, - [1524] = {.lex_state = 64}, - [1525] = {.lex_state = 64}, - [1526] = {.lex_state = 64}, - [1527] = {.lex_state = 64}, - [1528] = {.lex_state = 64}, - [1529] = {.lex_state = 64}, - [1530] = {.lex_state = 64, .external_lex_state = 2}, - [1531] = {.lex_state = 64}, - [1532] = {.lex_state = 64}, - [1533] = {.lex_state = 64}, - [1534] = {.lex_state = 18}, - [1535] = {.lex_state = 64}, - [1536] = {.lex_state = 3, .external_lex_state = 3}, - [1537] = {.lex_state = 64}, - [1538] = {.lex_state = 64}, - [1539] = {.lex_state = 64}, - [1540] = {.lex_state = 10}, - [1541] = {.lex_state = 64, .external_lex_state = 2}, - [1542] = {.lex_state = 64}, - [1543] = {.lex_state = 64}, - [1544] = {.lex_state = 64}, - [1545] = {.lex_state = 64}, - [1546] = {.lex_state = 64}, - [1547] = {.lex_state = 3, .external_lex_state = 3}, - [1548] = {.lex_state = 3, .external_lex_state = 3}, - [1549] = {.lex_state = 15}, - [1550] = {.lex_state = 64}, - [1551] = {.lex_state = 10}, - [1552] = {.lex_state = 3, .external_lex_state = 3}, - [1553] = {.lex_state = 64}, - [1554] = {.lex_state = 3, .external_lex_state = 3}, - [1555] = {.lex_state = 3, .external_lex_state = 3}, - [1556] = {.lex_state = 64}, - [1557] = {.lex_state = 64}, - [1558] = {.lex_state = 3, .external_lex_state = 3}, - [1559] = {.lex_state = 64}, - [1560] = {.lex_state = 64}, - [1561] = {.lex_state = 64}, - [1562] = {.lex_state = 64}, - [1563] = {.lex_state = 64}, - [1564] = {.lex_state = 64}, - [1565] = {.lex_state = 64}, - [1566] = {.lex_state = 64}, - [1567] = {.lex_state = 64}, - [1568] = {.lex_state = 64, .external_lex_state = 2}, - [1569] = {.lex_state = 64}, - [1570] = {.lex_state = 10}, - [1571] = {.lex_state = 64}, - [1572] = {.lex_state = 64}, - [1573] = {.lex_state = 64}, - [1574] = {.lex_state = 3, .external_lex_state = 3}, - [1575] = {.lex_state = 64}, - [1576] = {.lex_state = 64}, - [1577] = {.lex_state = 64}, - [1578] = {.lex_state = 8, .external_lex_state = 6}, - [1579] = {.lex_state = 64}, - [1580] = {.lex_state = 64}, - [1581] = {.lex_state = 64}, - [1582] = {.lex_state = 8, .external_lex_state = 6}, - [1583] = {.lex_state = 19}, - [1584] = {.lex_state = 64}, - [1585] = {.lex_state = 64}, - [1586] = {.lex_state = 64}, - [1587] = {.lex_state = 64}, - [1588] = {.lex_state = 8, .external_lex_state = 6}, - [1589] = {.lex_state = 64}, - [1590] = {.lex_state = 64}, - [1591] = {.lex_state = 64}, - [1592] = {.lex_state = 64}, - [1593] = {.lex_state = 8, .external_lex_state = 6}, - [1594] = {.lex_state = 8, .external_lex_state = 5}, - [1595] = {.lex_state = 64}, - [1596] = {.lex_state = 8, .external_lex_state = 5}, - [1597] = {.lex_state = 64}, - [1598] = {.lex_state = 8, .external_lex_state = 5}, - [1599] = {.lex_state = 64}, - [1600] = {.lex_state = 64}, - [1601] = {.lex_state = 64}, - [1602] = {.lex_state = 64}, - [1603] = {.lex_state = 64}, - [1604] = {.lex_state = 64}, - [1605] = {.lex_state = 64}, - [1606] = {.lex_state = 64}, - [1607] = {.lex_state = 64}, - [1608] = {.lex_state = 64}, - [1609] = {.lex_state = 64}, - [1610] = {.lex_state = 64, .external_lex_state = 2}, - [1611] = {.lex_state = 64}, - [1612] = {.lex_state = 8, .external_lex_state = 5}, - [1613] = {.lex_state = 64}, - [1614] = {.lex_state = 64}, - [1615] = {.lex_state = 64}, - [1616] = {.lex_state = 8, .external_lex_state = 6}, - [1617] = {.lex_state = 64}, - [1618] = {.lex_state = 64}, - [1619] = {.lex_state = 64}, - [1620] = {.lex_state = 19}, - [1621] = {.lex_state = 64}, - [1622] = {.lex_state = 19}, - [1623] = {.lex_state = 64}, - [1624] = {.lex_state = 19}, - [1625] = {.lex_state = 64}, - [1626] = {.lex_state = 19}, - [1627] = {.lex_state = 64}, - [1628] = {.lex_state = 8, .external_lex_state = 5}, - [1629] = {.lex_state = 64}, - [1630] = {.lex_state = 64}, - [1631] = {.lex_state = 64}, - [1632] = {.lex_state = 64}, - [1633] = {.lex_state = 8, .external_lex_state = 5}, - [1634] = {.lex_state = 8, .external_lex_state = 6}, - [1635] = {.lex_state = 64}, - [1636] = {.lex_state = 64}, - [1637] = {.lex_state = 64}, - [1638] = {.lex_state = 64}, - [1639] = {.lex_state = 64}, - [1640] = {.lex_state = 64, .external_lex_state = 2}, - [1641] = {.lex_state = 64}, - [1642] = {.lex_state = 8, .external_lex_state = 5}, - [1643] = {.lex_state = 64}, - [1644] = {.lex_state = 64}, - [1645] = {.lex_state = 8, .external_lex_state = 6}, - [1646] = {.lex_state = 8, .external_lex_state = 6}, - [1647] = {.lex_state = 8, .external_lex_state = 5}, - [1648] = {.lex_state = 64, .external_lex_state = 2}, - [1649] = {.lex_state = 64}, - [1650] = {.lex_state = 64, .external_lex_state = 2}, - [1651] = {.lex_state = 15}, - [1652] = {.lex_state = 64}, - [1653] = {.lex_state = 64}, - [1654] = {.lex_state = 64, .external_lex_state = 2}, - [1655] = {.lex_state = 64}, - [1656] = {.lex_state = 64, .external_lex_state = 2}, - [1657] = {.lex_state = 64, .external_lex_state = 2}, - [1658] = {.lex_state = 64}, - [1659] = {.lex_state = 64, .external_lex_state = 2}, - [1660] = {.lex_state = 64}, - [1661] = {.lex_state = 64, .external_lex_state = 2}, - [1662] = {.lex_state = 64}, - [1663] = {.lex_state = 64, .external_lex_state = 2}, - [1664] = {.lex_state = 64, .external_lex_state = 2}, - [1665] = {.lex_state = 64, .external_lex_state = 2}, - [1666] = {.lex_state = 64}, - [1667] = {.lex_state = 64}, - [1668] = {.lex_state = 15}, - [1669] = {.lex_state = 64, .external_lex_state = 2}, - [1670] = {.lex_state = 64}, - [1671] = {.lex_state = 64}, - [1672] = {.lex_state = 64}, - [1673] = {.lex_state = 64}, - [1674] = {.lex_state = 64}, - [1675] = {.lex_state = 64}, - [1676] = {.lex_state = 64}, - [1677] = {.lex_state = 64, .external_lex_state = 2}, - [1678] = {.lex_state = 64, .external_lex_state = 2}, - [1679] = {.lex_state = 64, .external_lex_state = 2}, - [1680] = {.lex_state = 64, .external_lex_state = 2}, - [1681] = {.lex_state = 64}, - [1682] = {.lex_state = 64}, - [1683] = {.lex_state = 64, .external_lex_state = 2}, - [1684] = {.lex_state = 64}, - [1685] = {.lex_state = 64}, - [1686] = {.lex_state = 64, .external_lex_state = 2}, - [1687] = {.lex_state = 64}, - [1688] = {.lex_state = 64}, - [1689] = {.lex_state = 64}, - [1690] = {.lex_state = 64, .external_lex_state = 2}, - [1691] = {.lex_state = 64}, - [1692] = {.lex_state = 64}, - [1693] = {.lex_state = 64, .external_lex_state = 2}, - [1694] = {.lex_state = 64}, - [1695] = {.lex_state = 64}, - [1696] = {.lex_state = 64}, - [1697] = {.lex_state = 64}, - [1698] = {.lex_state = 64}, - [1699] = {.lex_state = 64}, - [1700] = {.lex_state = 64}, - [1701] = {.lex_state = 64}, - [1702] = {.lex_state = 64, .external_lex_state = 2}, - [1703] = {.lex_state = 64}, - [1704] = {.lex_state = 64}, - [1705] = {.lex_state = 64, .external_lex_state = 2}, - [1706] = {.lex_state = 64, .external_lex_state = 2}, - [1707] = {.lex_state = 64, .external_lex_state = 2}, - [1708] = {.lex_state = 64}, - [1709] = {.lex_state = 64}, - [1710] = {.lex_state = 64, .external_lex_state = 2}, - [1711] = {.lex_state = 64, .external_lex_state = 2}, - [1712] = {.lex_state = 64}, - [1713] = {.lex_state = 64}, - [1714] = {.lex_state = 64}, - [1715] = {.lex_state = 15}, - [1716] = {.lex_state = 64}, - [1717] = {.lex_state = 64}, - [1718] = {.lex_state = 15}, - [1719] = {.lex_state = 64, .external_lex_state = 2}, - [1720] = {.lex_state = 64}, - [1721] = {.lex_state = 64, .external_lex_state = 2}, - [1722] = {.lex_state = 64}, - [1723] = {.lex_state = 15}, - [1724] = {.lex_state = 64}, - [1725] = {.lex_state = 64}, - [1726] = {.lex_state = 15}, - [1727] = {.lex_state = 64, .external_lex_state = 2}, - [1728] = {.lex_state = 15}, - [1729] = {.lex_state = 64}, - [1730] = {.lex_state = 64}, - [1731] = {.lex_state = 15}, - [1732] = {.lex_state = 64, .external_lex_state = 2}, - [1733] = {.lex_state = 64}, - [1734] = {.lex_state = 64}, - [1735] = {.lex_state = 64, .external_lex_state = 2}, - [1736] = {.lex_state = 64, .external_lex_state = 2}, - [1737] = {.lex_state = 64, .external_lex_state = 2}, - [1738] = {.lex_state = 64, .external_lex_state = 2}, - [1739] = {.lex_state = 64, .external_lex_state = 2}, - [1740] = {.lex_state = 64}, - [1741] = {.lex_state = 64}, - [1742] = {.lex_state = 64, .external_lex_state = 2}, - [1743] = {.lex_state = 64, .external_lex_state = 2}, - [1744] = {.lex_state = 64, .external_lex_state = 2}, - [1745] = {.lex_state = 64}, - [1746] = {.lex_state = 64}, - [1747] = {.lex_state = 64, .external_lex_state = 2}, - [1748] = {.lex_state = 3, .external_lex_state = 10}, - [1749] = {.lex_state = 64}, - [1750] = {.lex_state = 64}, - [1751] = {.lex_state = 64, .external_lex_state = 2}, - [1752] = {.lex_state = 64}, - [1753] = {.lex_state = 64}, - [1754] = {.lex_state = 64, .external_lex_state = 2}, - [1755] = {.lex_state = 64}, - [1756] = {.lex_state = 64}, - [1757] = {.lex_state = 64}, - [1758] = {.lex_state = 64}, - [1759] = {.lex_state = 64}, + [1411] = {.lex_state = 8, .external_lex_state = 8}, + [1412] = {.lex_state = 63}, + [1413] = {.lex_state = 63}, + [1414] = {.lex_state = 63}, + [1415] = {.lex_state = 63, .external_lex_state = 2}, + [1416] = {.lex_state = 63}, + [1417] = {.lex_state = 63}, + [1418] = {.lex_state = 63}, + [1419] = {.lex_state = 63}, + [1420] = {.lex_state = 63}, + [1421] = {.lex_state = 63}, + [1422] = {.lex_state = 63}, + [1423] = {.lex_state = 63}, + [1424] = {.lex_state = 63}, + [1425] = {.lex_state = 63}, + [1426] = {.lex_state = 63}, + [1427] = {.lex_state = 63}, + [1428] = {.lex_state = 63}, + [1429] = {.lex_state = 63}, + [1430] = {.lex_state = 63}, + [1431] = {.lex_state = 63}, + [1432] = {.lex_state = 63}, + [1433] = {.lex_state = 10}, + [1434] = {.lex_state = 63}, + [1435] = {.lex_state = 14}, + [1436] = {.lex_state = 3, .external_lex_state = 3}, + [1437] = {.lex_state = 3, .external_lex_state = 3}, + [1438] = {.lex_state = 63, .external_lex_state = 2}, + [1439] = {.lex_state = 63, .external_lex_state = 2}, + [1440] = {.lex_state = 63, .external_lex_state = 2}, + [1441] = {.lex_state = 3, .external_lex_state = 3}, + [1442] = {.lex_state = 63, .external_lex_state = 2}, + [1443] = {.lex_state = 3, .external_lex_state = 3}, + [1444] = {.lex_state = 3, .external_lex_state = 3}, + [1445] = {.lex_state = 10}, + [1446] = {.lex_state = 63, .external_lex_state = 2}, + [1447] = {.lex_state = 63}, + [1448] = {.lex_state = 63}, + [1449] = {.lex_state = 63}, + [1450] = {.lex_state = 63}, + [1451] = {.lex_state = 63}, + [1452] = {.lex_state = 63}, + [1453] = {.lex_state = 63, .external_lex_state = 2}, + [1454] = {.lex_state = 63}, + [1455] = {.lex_state = 63, .external_lex_state = 2}, + [1456] = {.lex_state = 63}, + [1457] = {.lex_state = 63}, + [1458] = {.lex_state = 63, .external_lex_state = 2}, + [1459] = {.lex_state = 3, .external_lex_state = 3}, + [1460] = {.lex_state = 63}, + [1461] = {.lex_state = 63}, + [1462] = {.lex_state = 63}, + [1463] = {.lex_state = 63, .external_lex_state = 2}, + [1464] = {.lex_state = 63}, + [1465] = {.lex_state = 3, .external_lex_state = 3}, + [1466] = {.lex_state = 63, .external_lex_state = 2}, + [1467] = {.lex_state = 63}, + [1468] = {.lex_state = 63, .external_lex_state = 2}, + [1469] = {.lex_state = 63}, + [1470] = {.lex_state = 17}, + [1471] = {.lex_state = 10}, + [1472] = {.lex_state = 63, .external_lex_state = 2}, + [1473] = {.lex_state = 63, .external_lex_state = 2}, + [1474] = {.lex_state = 63}, + [1475] = {.lex_state = 63}, + [1476] = {.lex_state = 63, .external_lex_state = 2}, + [1477] = {.lex_state = 63}, + [1478] = {.lex_state = 63, .external_lex_state = 2}, + [1479] = {.lex_state = 63, .external_lex_state = 2}, + [1480] = {.lex_state = 63}, + [1481] = {.lex_state = 63, .external_lex_state = 2}, + [1482] = {.lex_state = 63, .external_lex_state = 2}, + [1483] = {.lex_state = 63}, + [1484] = {.lex_state = 3, .external_lex_state = 3}, + [1485] = {.lex_state = 63}, + [1486] = {.lex_state = 63}, + [1487] = {.lex_state = 63}, + [1488] = {.lex_state = 63, .external_lex_state = 2}, + [1489] = {.lex_state = 63}, + [1490] = {.lex_state = 18}, + [1491] = {.lex_state = 63}, + [1492] = {.lex_state = 63}, + [1493] = {.lex_state = 8, .external_lex_state = 6}, + [1494] = {.lex_state = 63}, + [1495] = {.lex_state = 63}, + [1496] = {.lex_state = 63}, + [1497] = {.lex_state = 63}, + [1498] = {.lex_state = 8, .external_lex_state = 6}, + [1499] = {.lex_state = 8, .external_lex_state = 6}, + [1500] = {.lex_state = 18}, + [1501] = {.lex_state = 8, .external_lex_state = 5}, + [1502] = {.lex_state = 63}, + [1503] = {.lex_state = 63}, + [1504] = {.lex_state = 63}, + [1505] = {.lex_state = 63}, + [1506] = {.lex_state = 63}, + [1507] = {.lex_state = 63}, + [1508] = {.lex_state = 63}, + [1509] = {.lex_state = 63}, + [1510] = {.lex_state = 63}, + [1511] = {.lex_state = 63}, + [1512] = {.lex_state = 8, .external_lex_state = 5}, + [1513] = {.lex_state = 63}, + [1514] = {.lex_state = 8, .external_lex_state = 6}, + [1515] = {.lex_state = 8, .external_lex_state = 6}, + [1516] = {.lex_state = 63}, + [1517] = {.lex_state = 63}, + [1518] = {.lex_state = 8, .external_lex_state = 5}, + [1519] = {.lex_state = 18}, + [1520] = {.lex_state = 18}, + [1521] = {.lex_state = 17}, + [1522] = {.lex_state = 63}, + [1523] = {.lex_state = 63}, + [1524] = {.lex_state = 63}, + [1525] = {.lex_state = 63}, + [1526] = {.lex_state = 63}, + [1527] = {.lex_state = 63}, + [1528] = {.lex_state = 63}, + [1529] = {.lex_state = 63}, + [1530] = {.lex_state = 63}, + [1531] = {.lex_state = 8, .external_lex_state = 5}, + [1532] = {.lex_state = 8, .external_lex_state = 5}, + [1533] = {.lex_state = 63}, + [1534] = {.lex_state = 63}, + [1535] = {.lex_state = 63, .external_lex_state = 2}, + [1536] = {.lex_state = 63}, + [1537] = {.lex_state = 63}, + [1538] = {.lex_state = 63}, + [1539] = {.lex_state = 8, .external_lex_state = 5}, + [1540] = {.lex_state = 63}, + [1541] = {.lex_state = 63}, + [1542] = {.lex_state = 63}, + [1543] = {.lex_state = 63}, + [1544] = {.lex_state = 63}, + [1545] = {.lex_state = 63}, + [1546] = {.lex_state = 63}, + [1547] = {.lex_state = 8, .external_lex_state = 6}, + [1548] = {.lex_state = 63}, + [1549] = {.lex_state = 63}, + [1550] = {.lex_state = 63}, + [1551] = {.lex_state = 63}, + [1552] = {.lex_state = 63}, + [1553] = {.lex_state = 63}, + [1554] = {.lex_state = 8, .external_lex_state = 6}, + [1555] = {.lex_state = 63}, + [1556] = {.lex_state = 63}, + [1557] = {.lex_state = 18}, + [1558] = {.lex_state = 8, .external_lex_state = 5}, + [1559] = {.lex_state = 63}, + [1560] = {.lex_state = 63}, + [1561] = {.lex_state = 63}, + [1562] = {.lex_state = 63}, + [1563] = {.lex_state = 63}, + [1564] = {.lex_state = 63}, + [1565] = {.lex_state = 63, .external_lex_state = 2}, + [1566] = {.lex_state = 63}, + [1567] = {.lex_state = 63}, + [1568] = {.lex_state = 8, .external_lex_state = 6}, + [1569] = {.lex_state = 63}, + [1570] = {.lex_state = 63}, + [1571] = {.lex_state = 63}, + [1572] = {.lex_state = 63}, + [1573] = {.lex_state = 63}, + [1574] = {.lex_state = 63}, + [1575] = {.lex_state = 63}, + [1576] = {.lex_state = 63}, + [1577] = {.lex_state = 63}, + [1578] = {.lex_state = 63}, + [1579] = {.lex_state = 63}, + [1580] = {.lex_state = 63}, + [1581] = {.lex_state = 63}, + [1582] = {.lex_state = 63}, + [1583] = {.lex_state = 8, .external_lex_state = 5}, + [1584] = {.lex_state = 63}, + [1585] = {.lex_state = 16}, + [1586] = {.lex_state = 63}, + [1587] = {.lex_state = 63, .external_lex_state = 2}, + [1588] = {.lex_state = 63}, + [1589] = {.lex_state = 16}, + [1590] = {.lex_state = 16}, + [1591] = {.lex_state = 63, .external_lex_state = 2}, + [1592] = {.lex_state = 63, .external_lex_state = 2}, + [1593] = {.lex_state = 63, .external_lex_state = 2}, + [1594] = {.lex_state = 63}, + [1595] = {.lex_state = 63, .external_lex_state = 2}, + [1596] = {.lex_state = 63, .external_lex_state = 2}, + [1597] = {.lex_state = 63}, + [1598] = {.lex_state = 63, .external_lex_state = 2}, + [1599] = {.lex_state = 63, .external_lex_state = 2}, + [1600] = {.lex_state = 63}, + [1601] = {.lex_state = 16}, + [1602] = {.lex_state = 63}, + [1603] = {.lex_state = 16}, + [1604] = {.lex_state = 63}, + [1605] = {.lex_state = 16}, + [1606] = {.lex_state = 63}, + [1607] = {.lex_state = 63, .external_lex_state = 2}, + [1608] = {.lex_state = 63}, + [1609] = {.lex_state = 63}, + [1610] = {.lex_state = 63, .external_lex_state = 2}, + [1611] = {.lex_state = 63}, + [1612] = {.lex_state = 63, .external_lex_state = 2}, + [1613] = {.lex_state = 63, .external_lex_state = 2}, + [1614] = {.lex_state = 63, .external_lex_state = 2}, + [1615] = {.lex_state = 63, .external_lex_state = 2}, + [1616] = {.lex_state = 63, .external_lex_state = 2}, + [1617] = {.lex_state = 63, .external_lex_state = 2}, + [1618] = {.lex_state = 63}, + [1619] = {.lex_state = 14}, + [1620] = {.lex_state = 63}, + [1621] = {.lex_state = 63, .external_lex_state = 2}, + [1622] = {.lex_state = 16}, + [1623] = {.lex_state = 16}, + [1624] = {.lex_state = 63, .external_lex_state = 2}, + [1625] = {.lex_state = 63}, + [1626] = {.lex_state = 16}, + [1627] = {.lex_state = 63}, + [1628] = {.lex_state = 63, .external_lex_state = 2}, + [1629] = {.lex_state = 63, .external_lex_state = 2}, + [1630] = {.lex_state = 14}, + [1631] = {.lex_state = 63, .external_lex_state = 2}, + [1632] = {.lex_state = 14}, + [1633] = {.lex_state = 63, .external_lex_state = 2}, + [1634] = {.lex_state = 63}, + [1635] = {.lex_state = 63}, + [1636] = {.lex_state = 63, .external_lex_state = 2}, + [1637] = {.lex_state = 63}, + [1638] = {.lex_state = 63}, + [1639] = {.lex_state = 63, .external_lex_state = 2}, + [1640] = {.lex_state = 63}, + [1641] = {.lex_state = 63, .external_lex_state = 2}, + [1642] = {.lex_state = 63, .external_lex_state = 2}, + [1643] = {.lex_state = 63}, + [1644] = {.lex_state = 63}, + [1645] = {.lex_state = 16}, + [1646] = {.lex_state = 16}, + [1647] = {.lex_state = 63, .external_lex_state = 2}, + [1648] = {.lex_state = 63}, + [1649] = {.lex_state = 16}, + [1650] = {.lex_state = 63, .external_lex_state = 2}, + [1651] = {.lex_state = 63}, + [1652] = {.lex_state = 63, .external_lex_state = 2}, + [1653] = {.lex_state = 63, .external_lex_state = 2}, + [1654] = {.lex_state = 63}, + [1655] = {.lex_state = 16}, + [1656] = {.lex_state = 63}, + [1657] = {.lex_state = 63}, + [1658] = {.lex_state = 16}, + [1659] = {.lex_state = 16}, + [1660] = {.lex_state = 63}, + [1661] = {.lex_state = 16}, + [1662] = {.lex_state = 63}, + [1663] = {.lex_state = 63}, + [1664] = {.lex_state = 16}, + [1665] = {.lex_state = 63, .external_lex_state = 2}, + [1666] = {.lex_state = 16}, + [1667] = {.lex_state = 63}, + [1668] = {.lex_state = 63, .external_lex_state = 2}, + [1669] = {.lex_state = 63, .external_lex_state = 2}, + [1670] = {.lex_state = 63, .external_lex_state = 2}, + [1671] = {.lex_state = 63}, + [1672] = {.lex_state = 63, .external_lex_state = 2}, + [1673] = {.lex_state = 63, .external_lex_state = 2}, + [1674] = {.lex_state = 63, .external_lex_state = 2}, + [1675] = {.lex_state = 63, .external_lex_state = 2}, + [1676] = {.lex_state = 63, .external_lex_state = 2}, + [1677] = {.lex_state = 14}, + [1678] = {.lex_state = 14}, + [1679] = {.lex_state = 63, .external_lex_state = 2}, + [1680] = {.lex_state = 63}, + [1681] = {.lex_state = 63}, + [1682] = {.lex_state = 63, .external_lex_state = 2}, + [1683] = {.lex_state = 63, .external_lex_state = 2}, + [1684] = {.lex_state = 63, .external_lex_state = 2}, + [1685] = {.lex_state = 63, .external_lex_state = 2}, + [1686] = {.lex_state = 16}, + [1687] = {.lex_state = 14}, + [1688] = {.lex_state = 63}, + [1689] = {.lex_state = 63, .external_lex_state = 2}, + [1690] = {.lex_state = 63, .external_lex_state = 2}, + [1691] = {.lex_state = 63}, + [1692] = {.lex_state = 63, .external_lex_state = 2}, + [1693] = {.lex_state = 63}, + [1694] = {.lex_state = 63}, + [1695] = {.lex_state = 16}, + [1696] = {.lex_state = 63, .external_lex_state = 2}, + [1697] = {.lex_state = 63, .external_lex_state = 2}, + [1698] = {.lex_state = 63, .external_lex_state = 2}, + [1699] = {.lex_state = 63}, + [1700] = {.lex_state = 63, .external_lex_state = 2}, + [1701] = {.lex_state = 63, .external_lex_state = 2}, + [1702] = {.lex_state = 63, .external_lex_state = 2}, + [1703] = {.lex_state = 14}, + [1704] = {.lex_state = 63, .external_lex_state = 2}, + [1705] = {.lex_state = 63}, + [1706] = {.lex_state = 63}, + [1707] = {.lex_state = 14}, + [1708] = {.lex_state = 63, .external_lex_state = 2}, + [1709] = {.lex_state = 63, .external_lex_state = 2}, + [1710] = {.lex_state = 63}, + [1711] = {.lex_state = 63}, + [1712] = {.lex_state = 63, .external_lex_state = 2}, + [1713] = {.lex_state = 63, .external_lex_state = 2}, + [1714] = {.lex_state = 63, .external_lex_state = 2}, + [1715] = {.lex_state = 63, .external_lex_state = 2}, + [1716] = {.lex_state = 3, .external_lex_state = 10}, + [1717] = {.lex_state = 63}, + [1718] = {.lex_state = 63}, + [1719] = {.lex_state = 14}, + [1720] = {.lex_state = 63}, + [1721] = {.lex_state = 63}, + [1722] = {.lex_state = 63, .external_lex_state = 2}, + [1723] = {.lex_state = 63}, + [1724] = {.lex_state = 63}, + [1725] = {.lex_state = 63}, + [1726] = {.lex_state = 14}, + [1727] = {.lex_state = 63}, + [1728] = {.lex_state = 63}, + [1729] = {.lex_state = 63}, + [1730] = {.lex_state = 63}, + [1731] = {.lex_state = 63}, + [1732] = {.lex_state = 63}, + [1733] = {.lex_state = 63}, + [1734] = {.lex_state = 63}, + [1735] = {.lex_state = 63}, + [1736] = {.lex_state = 63}, + [1737] = {.lex_state = 63}, + [1738] = {.lex_state = 63}, + [1739] = {.lex_state = 63}, + [1740] = {.lex_state = 63}, + [1741] = {.lex_state = 63}, + [1742] = {.lex_state = 63}, + [1743] = {.lex_state = 63}, + [1744] = {.lex_state = 63}, + [1745] = {.lex_state = 63}, + [1746] = {.lex_state = 63}, + [1747] = {.lex_state = 63}, + [1748] = {.lex_state = 63}, + [1749] = {.lex_state = 3, .external_lex_state = 11}, + [1750] = {.lex_state = 63, .external_lex_state = 2}, + [1751] = {.lex_state = 63}, + [1752] = {.lex_state = 63}, + [1753] = {.lex_state = 63, .external_lex_state = 2}, + [1754] = {.lex_state = 63}, + [1755] = {.lex_state = 63, .external_lex_state = 2}, + [1756] = {.lex_state = 3, .external_lex_state = 10}, + [1757] = {.lex_state = 63}, + [1758] = {.lex_state = 63}, + [1759] = {.lex_state = 63}, [1760] = {.lex_state = 3, .external_lex_state = 10}, - [1761] = {.lex_state = 64}, - [1762] = {.lex_state = 64}, - [1763] = {.lex_state = 64}, - [1764] = {.lex_state = 64}, - [1765] = {.lex_state = 64, .external_lex_state = 2}, - [1766] = {.lex_state = 64, .external_lex_state = 2}, - [1767] = {.lex_state = 64}, - [1768] = {.lex_state = 64, .external_lex_state = 2}, - [1769] = {.lex_state = 64}, - [1770] = {.lex_state = 64}, - [1771] = {.lex_state = 15}, - [1772] = {.lex_state = 64, .external_lex_state = 2}, - [1773] = {.lex_state = 64, .external_lex_state = 2}, - [1774] = {.lex_state = 19}, - [1775] = {.lex_state = 64, .external_lex_state = 2}, - [1776] = {.lex_state = 64}, - [1777] = {.lex_state = 64}, - [1778] = {.lex_state = 64}, - [1779] = {.lex_state = 64}, - [1780] = {.lex_state = 64}, - [1781] = {.lex_state = 64}, - [1782] = {.lex_state = 64, .external_lex_state = 2}, - [1783] = {.lex_state = 64}, - [1784] = {.lex_state = 64}, - [1785] = {.lex_state = 64, .external_lex_state = 2}, - [1786] = {.lex_state = 3, .external_lex_state = 11}, - [1787] = {.lex_state = 64, .external_lex_state = 2}, - [1788] = {.lex_state = 64}, - [1789] = {.lex_state = 64, .external_lex_state = 2}, - [1790] = {.lex_state = 64, .external_lex_state = 2}, - [1791] = {.lex_state = 64}, - [1792] = {.lex_state = 64}, - [1793] = {.lex_state = 64}, - [1794] = {.lex_state = 64}, - [1795] = {.lex_state = 64}, - [1796] = {.lex_state = 64}, - [1797] = {.lex_state = 64, .external_lex_state = 2}, - [1798] = {.lex_state = 64, .external_lex_state = 2}, - [1799] = {.lex_state = 64}, - [1800] = {.lex_state = 64}, - [1801] = {.lex_state = 64, .external_lex_state = 2}, - [1802] = {.lex_state = 64}, - [1803] = {.lex_state = 64, .external_lex_state = 2}, - [1804] = {.lex_state = 64}, - [1805] = {.lex_state = 64, .external_lex_state = 2}, - [1806] = {.lex_state = 64, .external_lex_state = 2}, - [1807] = {.lex_state = 64}, - [1808] = {.lex_state = 64, .external_lex_state = 2}, - [1809] = {.lex_state = 64, .external_lex_state = 2}, - [1810] = {.lex_state = 64}, - [1811] = {.lex_state = 64}, - [1812] = {.lex_state = 64, .external_lex_state = 2}, - [1813] = {.lex_state = 19}, - [1814] = {.lex_state = 64}, - [1815] = {.lex_state = 64}, - [1816] = {.lex_state = 64, .external_lex_state = 2}, - [1817] = {.lex_state = 64}, - [1818] = {.lex_state = 64}, - [1819] = {.lex_state = 64, .external_lex_state = 2}, - [1820] = {.lex_state = 64, .external_lex_state = 2}, - [1821] = {.lex_state = 3, .external_lex_state = 11}, - [1822] = {.lex_state = 64}, - [1823] = {.lex_state = 64, .external_lex_state = 2}, - [1824] = {.lex_state = 64}, - [1825] = {.lex_state = 64}, - [1826] = {.lex_state = 64}, - [1827] = {.lex_state = 64}, - [1828] = {.lex_state = 64}, - [1829] = {.lex_state = 64}, - [1830] = {.lex_state = 64, .external_lex_state = 2}, - [1831] = {.lex_state = 64, .external_lex_state = 2}, - [1832] = {.lex_state = 64}, - [1833] = {.lex_state = 64, .external_lex_state = 2}, - [1834] = {.lex_state = 64}, - [1835] = {.lex_state = 64, .external_lex_state = 2}, - [1836] = {.lex_state = 64, .external_lex_state = 2}, - [1837] = {.lex_state = 64}, - [1838] = {.lex_state = 64, .external_lex_state = 2}, - [1839] = {.lex_state = 64}, - [1840] = {.lex_state = 64, .external_lex_state = 2}, - [1841] = {.lex_state = 64, .external_lex_state = 2}, - [1842] = {.lex_state = 64, .external_lex_state = 2}, - [1843] = {.lex_state = 3, .external_lex_state = 10}, - [1844] = {.lex_state = 64}, - [1845] = {.lex_state = 64}, - [1846] = {.lex_state = 64}, - [1847] = {.lex_state = 64}, - [1848] = {.lex_state = 64}, - [1849] = {.lex_state = 64, .external_lex_state = 2}, - [1850] = {.lex_state = 15}, - [1851] = {.lex_state = 64}, - [1852] = {.lex_state = 64}, - [1853] = {.lex_state = 64, .external_lex_state = 2}, - [1854] = {.lex_state = 64, .external_lex_state = 2}, - [1855] = {.lex_state = 64, .external_lex_state = 2}, - [1856] = {.lex_state = 64}, - [1857] = {.lex_state = 64, .external_lex_state = 2}, - [1858] = {.lex_state = 64, .external_lex_state = 2}, - [1859] = {.lex_state = 64}, - [1860] = {.lex_state = 64, .external_lex_state = 2}, - [1861] = {.lex_state = 64, .external_lex_state = 2}, - [1862] = {.lex_state = 64}, - [1863] = {.lex_state = 64}, - [1864] = {.lex_state = 64}, - [1865] = {.lex_state = 64, .external_lex_state = 2}, - [1866] = {.lex_state = 64, .external_lex_state = 2}, - [1867] = {.lex_state = 64, .external_lex_state = 2}, - [1868] = {.lex_state = 64, .external_lex_state = 2}, - [1869] = {.lex_state = 64}, - [1870] = {.lex_state = 64, .external_lex_state = 2}, - [1871] = {.lex_state = 64}, - [1872] = {.lex_state = 64, .external_lex_state = 2}, - [1873] = {.lex_state = 64, .external_lex_state = 2}, - [1874] = {.lex_state = 64, .external_lex_state = 2}, - [1875] = {.lex_state = 64, .external_lex_state = 2}, - [1876] = {.lex_state = 64, .external_lex_state = 2}, - [1877] = {.lex_state = 64, .external_lex_state = 2}, - [1878] = {.lex_state = 64}, - [1879] = {.lex_state = 64, .external_lex_state = 2}, - [1880] = {.lex_state = 64, .external_lex_state = 2}, - [1881] = {.lex_state = 64}, - [1882] = {.lex_state = 64}, - [1883] = {.lex_state = 64, .external_lex_state = 2}, - [1884] = {.lex_state = 64}, - [1885] = {.lex_state = 64}, - [1886] = {.lex_state = 15}, - [1887] = {.lex_state = 3, .external_lex_state = 10}, - [1888] = {.lex_state = 64}, - [1889] = {.lex_state = 64}, - [1890] = {.lex_state = 3, .external_lex_state = 10}, - [1891] = {.lex_state = 64}, - [1892] = {.lex_state = 64}, - [1893] = {.lex_state = 64}, - [1894] = {.lex_state = 64}, - [1895] = {.lex_state = 64}, - [1896] = {.lex_state = 64}, - [1897] = {.lex_state = 64}, - [1898] = {.lex_state = 64}, - [1899] = {.lex_state = 64, .external_lex_state = 2}, - [1900] = {.lex_state = 64, .external_lex_state = 2}, - [1901] = {.lex_state = 64}, - [1902] = {.lex_state = 64}, - [1903] = {.lex_state = 64}, - [1904] = {.lex_state = 64}, - [1905] = {.lex_state = 64}, - [1906] = {.lex_state = 64, .external_lex_state = 2}, - [1907] = {.lex_state = 64, .external_lex_state = 2}, - [1908] = {.lex_state = 64, .external_lex_state = 12}, - [1909] = {.lex_state = 64}, - [1910] = {.lex_state = 64}, - [1911] = {.lex_state = 64}, - [1912] = {.lex_state = 64}, - [1913] = {.lex_state = 64}, - [1914] = {.lex_state = 64}, - [1915] = {.lex_state = 64}, - [1916] = {.lex_state = 64}, - [1917] = {.lex_state = 64}, - [1918] = {.lex_state = 64}, - [1919] = {.lex_state = 64}, - [1920] = {.lex_state = 64, .external_lex_state = 2}, - [1921] = {.lex_state = 64}, - [1922] = {.lex_state = 64}, - [1923] = {.lex_state = 64}, - [1924] = {.lex_state = 64}, - [1925] = {.lex_state = 64}, - [1926] = {.lex_state = 64}, - [1927] = {.lex_state = 64}, - [1928] = {.lex_state = 64}, - [1929] = {.lex_state = 64}, - [1930] = {.lex_state = 64}, - [1931] = {.lex_state = 64}, - [1932] = {.lex_state = 64}, - [1933] = {.lex_state = 64}, - [1934] = {.lex_state = 64}, - [1935] = {.lex_state = 64}, - [1936] = {.lex_state = 64}, - [1937] = {.lex_state = 64}, - [1938] = {.lex_state = 64}, - [1939] = {.lex_state = 64}, - [1940] = {.lex_state = 64}, - [1941] = {.lex_state = 3, .external_lex_state = 10}, - [1942] = {.lex_state = 64}, - [1943] = {.lex_state = 3, .external_lex_state = 10}, - [1944] = {.lex_state = 64}, - [1945] = {.lex_state = 64}, - [1946] = {.lex_state = 64}, - [1947] = {.lex_state = 64}, - [1948] = {.lex_state = 64}, - [1949] = {.lex_state = 64}, - [1950] = {.lex_state = 64}, - [1951] = {.lex_state = 64}, - [1952] = {.lex_state = 64}, - [1953] = {.lex_state = 64}, - [1954] = {.lex_state = 64}, - [1955] = {.lex_state = 64}, - [1956] = {.lex_state = 64}, - [1957] = {.lex_state = 64}, - [1958] = {.lex_state = 64}, - [1959] = {.lex_state = 64}, - [1960] = {.lex_state = 64}, - [1961] = {.lex_state = 64}, - [1962] = {.lex_state = 64, .external_lex_state = 2}, - [1963] = {.lex_state = 64}, - [1964] = {.lex_state = 64}, - [1965] = {.lex_state = 64, .external_lex_state = 2}, - [1966] = {.lex_state = 64}, - [1967] = {.lex_state = 64}, - [1968] = {.lex_state = 64}, - [1969] = {.lex_state = 64}, - [1970] = {.lex_state = 64}, - [1971] = {.lex_state = 64, .external_lex_state = 2}, - [1972] = {.lex_state = 64}, - [1973] = {.lex_state = 64, .external_lex_state = 2}, - [1974] = {.lex_state = 64}, - [1975] = {.lex_state = 64}, - [1976] = {.lex_state = 64}, - [1977] = {.lex_state = 64, .external_lex_state = 2}, - [1978] = {.lex_state = 64}, - [1979] = {.lex_state = 15}, - [1980] = {.lex_state = 64}, - [1981] = {.lex_state = 64}, - [1982] = {.lex_state = 64}, - [1983] = {.lex_state = 64}, - [1984] = {.lex_state = 64}, - [1985] = {.lex_state = 64}, - [1986] = {.lex_state = 64}, - [1987] = {.lex_state = 64}, - [1988] = {.lex_state = 64}, - [1989] = {.lex_state = 64}, - [1990] = {.lex_state = 64}, - [1991] = {.lex_state = 64}, - [1992] = {.lex_state = 64}, - [1993] = {.lex_state = 64}, - [1994] = {.lex_state = 64}, - [1995] = {.lex_state = 64}, - [1996] = {.lex_state = 64}, - [1997] = {.lex_state = 64}, - [1998] = {.lex_state = 64}, - [1999] = {.lex_state = 64}, - [2000] = {.lex_state = 64}, - [2001] = {.lex_state = 64}, - [2002] = {.lex_state = 64}, - [2003] = {.lex_state = 64}, - [2004] = {.lex_state = 64, .external_lex_state = 2}, - [2005] = {.lex_state = 64, .external_lex_state = 2}, - [2006] = {.lex_state = 64}, - [2007] = {.lex_state = 64}, - [2008] = {.lex_state = 64}, - [2009] = {.lex_state = 64}, - [2010] = {.lex_state = 64}, - [2011] = {.lex_state = 64}, - [2012] = {.lex_state = 64}, - [2013] = {.lex_state = 64}, - [2014] = {.lex_state = 64}, - [2015] = {.lex_state = 64}, - [2016] = {.lex_state = 64}, - [2017] = {.lex_state = 64}, - [2018] = {.lex_state = 64}, - [2019] = {.lex_state = 64}, - [2020] = {.lex_state = 64}, - [2021] = {.lex_state = 64}, - [2022] = {.lex_state = 64}, - [2023] = {.lex_state = 64}, - [2024] = {.lex_state = 64}, - [2025] = {.lex_state = 64}, - [2026] = {.lex_state = 64}, - [2027] = {.lex_state = 64}, - [2028] = {.lex_state = 3, .external_lex_state = 10}, - [2029] = {.lex_state = 64}, - [2030] = {.lex_state = 64}, - [2031] = {.lex_state = 64, .external_lex_state = 2}, - [2032] = {.lex_state = 64}, - [2033] = {.lex_state = 64}, - [2034] = {.lex_state = 64}, - [2035] = {.lex_state = 64}, - [2036] = {.lex_state = 64}, - [2037] = {.lex_state = 64}, - [2038] = {.lex_state = 64}, - [2039] = {.lex_state = 64}, - [2040] = {.lex_state = 64}, - [2041] = {.lex_state = 64}, - [2042] = {.lex_state = 64}, - [2043] = {.lex_state = 64}, - [2044] = {.lex_state = 64}, - [2045] = {.lex_state = 64}, - [2046] = {.lex_state = 64}, - [2047] = {.lex_state = 64}, - [2048] = {.lex_state = 64}, - [2049] = {.lex_state = 64}, - [2050] = {.lex_state = 64}, - [2051] = {.lex_state = 15}, - [2052] = {.lex_state = 64}, - [2053] = {.lex_state = 64}, - [2054] = {.lex_state = 15}, - [2055] = {.lex_state = 64}, - [2056] = {.lex_state = 64}, - [2057] = {.lex_state = 64}, - [2058] = {.lex_state = 64}, - [2059] = {.lex_state = 64}, - [2060] = {.lex_state = 64}, - [2061] = {.lex_state = 64}, - [2062] = {.lex_state = 64}, - [2063] = {.lex_state = 64}, - [2064] = {.lex_state = 64}, - [2065] = {.lex_state = 64}, - [2066] = {.lex_state = 3, .external_lex_state = 10}, - [2067] = {.lex_state = 64}, - [2068] = {.lex_state = 64}, - [2069] = {.lex_state = 64}, - [2070] = {.lex_state = 3, .external_lex_state = 10}, - [2071] = {.lex_state = 64}, - [2072] = {.lex_state = 64}, - [2073] = {.lex_state = 64}, - [2074] = {.lex_state = 64, .external_lex_state = 12}, - [2075] = {.lex_state = 64}, - [2076] = {.lex_state = 64}, - [2077] = {.lex_state = 64}, - [2078] = {.lex_state = 64}, - [2079] = {.lex_state = 64}, - [2080] = {.lex_state = 64}, - [2081] = {.lex_state = 64}, - [2082] = {.lex_state = 64}, - [2083] = {.lex_state = 64}, - [2084] = {.lex_state = 64}, - [2085] = {.lex_state = 64}, - [2086] = {.lex_state = 64}, - [2087] = {.lex_state = 64}, - [2088] = {.lex_state = 64}, - [2089] = {.lex_state = 64}, - [2090] = {.lex_state = 64}, - [2091] = {.lex_state = 64, .external_lex_state = 2}, - [2092] = {.lex_state = 64, .external_lex_state = 2}, - [2093] = {.lex_state = 64}, - [2094] = {.lex_state = 64}, - [2095] = {.lex_state = 64}, - [2096] = {.lex_state = 64}, - [2097] = {.lex_state = 64}, - [2098] = {.lex_state = 64}, - [2099] = {.lex_state = 64}, - [2100] = {.lex_state = 64}, - [2101] = {.lex_state = 64}, - [2102] = {.lex_state = 64}, - [2103] = {.lex_state = 64}, - [2104] = {.lex_state = 64}, - [2105] = {.lex_state = 64}, - [2106] = {.lex_state = 64}, - [2107] = {.lex_state = 64, .external_lex_state = 2}, - [2108] = {.lex_state = 64}, - [2109] = {.lex_state = 64}, - [2110] = {.lex_state = 64, .external_lex_state = 2}, - [2111] = {.lex_state = 64}, - [2112] = {.lex_state = 64}, - [2113] = {.lex_state = 64}, - [2114] = {.lex_state = 64}, - [2115] = {.lex_state = 64}, - [2116] = {.lex_state = 64}, - [2117] = {.lex_state = 64}, - [2118] = {.lex_state = 64}, - [2119] = {.lex_state = 64}, - [2120] = {.lex_state = 64}, - [2121] = {.lex_state = 64}, - [2122] = {.lex_state = 64}, - [2123] = {.lex_state = 64}, - [2124] = {.lex_state = 64}, - [2125] = {.lex_state = 64}, - [2126] = {.lex_state = 64}, - [2127] = {.lex_state = 64}, - [2128] = {.lex_state = 15}, - [2129] = {.lex_state = 64}, - [2130] = {.lex_state = 64}, - [2131] = {.lex_state = 64}, - [2132] = {.lex_state = 64}, - [2133] = {.lex_state = 64}, - [2134] = {.lex_state = 64}, - [2135] = {.lex_state = 64}, - [2136] = {.lex_state = 64}, - [2137] = {.lex_state = 64}, - [2138] = {.lex_state = 64, .external_lex_state = 2}, - [2139] = {.lex_state = 64}, - [2140] = {.lex_state = 64}, - [2141] = {.lex_state = 64}, - [2142] = {.lex_state = 64}, - [2143] = {.lex_state = 64}, - [2144] = {.lex_state = 64}, - [2145] = {.lex_state = 64}, - [2146] = {.lex_state = 64}, - [2147] = {.lex_state = 64}, - [2148] = {.lex_state = 64}, - [2149] = {.lex_state = 64}, - [2150] = {.lex_state = 64}, - [2151] = {.lex_state = 64}, - [2152] = {.lex_state = 64}, - [2153] = {.lex_state = 3, .external_lex_state = 10}, - [2154] = {.lex_state = 64, .external_lex_state = 2}, - [2155] = {.lex_state = 64, .external_lex_state = 2}, - [2156] = {.lex_state = 64}, - [2157] = {.lex_state = 64}, - [2158] = {.lex_state = 64}, - [2159] = {.lex_state = 64}, - [2160] = {.lex_state = 64, .external_lex_state = 2}, - [2161] = {.lex_state = 64}, - [2162] = {.lex_state = 64}, - [2163] = {.lex_state = 64}, - [2164] = {.lex_state = 64}, - [2165] = {.lex_state = 64}, - [2166] = {.lex_state = 64}, - [2167] = {.lex_state = 64}, - [2168] = {.lex_state = 64}, - [2169] = {.lex_state = 64}, - [2170] = {.lex_state = 64}, - [2171] = {.lex_state = 64}, - [2172] = {.lex_state = 64, .external_lex_state = 2}, - [2173] = {.lex_state = 64, .external_lex_state = 2}, - [2174] = {.lex_state = 64}, - [2175] = {.lex_state = 64, .external_lex_state = 2}, - [2176] = {.lex_state = 64}, - [2177] = {.lex_state = 64}, - [2178] = {.lex_state = 64}, - [2179] = {.lex_state = 64}, - [2180] = {.lex_state = 64}, - [2181] = {.lex_state = 64}, - [2182] = {.lex_state = 64}, - [2183] = {.lex_state = 64}, - [2184] = {.lex_state = 64}, - [2185] = {.lex_state = 64}, - [2186] = {.lex_state = 64}, - [2187] = {.lex_state = 64}, - [2188] = {.lex_state = 64}, - [2189] = {.lex_state = 64, .external_lex_state = 2}, - [2190] = {.lex_state = 64}, - [2191] = {.lex_state = 64}, - [2192] = {.lex_state = 64, .external_lex_state = 2}, - [2193] = {.lex_state = 64}, - [2194] = {.lex_state = 64, .external_lex_state = 2}, - [2195] = {.lex_state = 64, .external_lex_state = 2}, - [2196] = {.lex_state = 64}, - [2197] = {.lex_state = 64}, - [2198] = {.lex_state = 64}, - [2199] = {.lex_state = 64, .external_lex_state = 2}, - [2200] = {.lex_state = 64}, - [2201] = {.lex_state = 64}, - [2202] = {.lex_state = 64}, - [2203] = {.lex_state = 64}, - [2204] = {.lex_state = 64, .external_lex_state = 2}, - [2205] = {.lex_state = 64, .external_lex_state = 2}, - [2206] = {.lex_state = 64}, - [2207] = {.lex_state = 64}, - [2208] = {.lex_state = 64, .external_lex_state = 2}, - [2209] = {.lex_state = 64}, - [2210] = {.lex_state = 64, .external_lex_state = 2}, - [2211] = {.lex_state = 64}, - [2212] = {.lex_state = 64}, - [2213] = {.lex_state = 64}, - [2214] = {.lex_state = 64}, - [2215] = {.lex_state = 64}, - [2216] = {.lex_state = 64, .external_lex_state = 2}, - [2217] = {.lex_state = 64}, - [2218] = {.lex_state = 64}, - [2219] = {.lex_state = 64}, - [2220] = {.lex_state = 64}, - [2221] = {.lex_state = 64}, - [2222] = {.lex_state = 64}, - [2223] = {.lex_state = 64}, - [2224] = {.lex_state = 64}, - [2225] = {.lex_state = 64}, - [2226] = {.lex_state = 64}, - [2227] = {.lex_state = 64}, - [2228] = {.lex_state = 64}, - [2229] = {.lex_state = 64}, - [2230] = {.lex_state = 64}, - [2231] = {.lex_state = 64}, - [2232] = {.lex_state = 64}, - [2233] = {.lex_state = 64}, - [2234] = {.lex_state = 64}, - [2235] = {.lex_state = 3, .external_lex_state = 10}, - [2236] = {.lex_state = 64}, - [2237] = {.lex_state = 64, .external_lex_state = 2}, - [2238] = {.lex_state = 3, .external_lex_state = 10}, - [2239] = {.lex_state = 64}, - [2240] = {.lex_state = 64}, - [2241] = {.lex_state = 64}, - [2242] = {.lex_state = 64}, - [2243] = {.lex_state = 64, .external_lex_state = 2}, - [2244] = {.lex_state = 64}, - [2245] = {.lex_state = 64}, - [2246] = {.lex_state = 64, .external_lex_state = 2}, - [2247] = {.lex_state = 64}, - [2248] = {.lex_state = 64}, - [2249] = {.lex_state = 64, .external_lex_state = 2}, - [2250] = {.lex_state = 64, .external_lex_state = 2}, - [2251] = {.lex_state = 64}, - [2252] = {.lex_state = 64}, - [2253] = {.lex_state = 64, .external_lex_state = 2}, - [2254] = {.lex_state = 64}, - [2255] = {.lex_state = 64}, - [2256] = {.lex_state = 64}, - [2257] = {.lex_state = 64}, - [2258] = {.lex_state = 64}, - [2259] = {.lex_state = 64}, - [2260] = {.lex_state = 64}, - [2261] = {.lex_state = 64, .external_lex_state = 13}, - [2262] = {.lex_state = 64, .external_lex_state = 2}, - [2263] = {.lex_state = 3, .external_lex_state = 10}, - [2264] = {.lex_state = 64, .external_lex_state = 2}, - [2265] = {.lex_state = 64}, - [2266] = {.lex_state = 64}, - [2267] = {.lex_state = 64}, - [2268] = {.lex_state = 64}, - [2269] = {.lex_state = 64}, - [2270] = {.lex_state = 64}, - [2271] = {.lex_state = 64}, - [2272] = {.lex_state = 64}, - [2273] = {.lex_state = 64, .external_lex_state = 2}, - [2274] = {.lex_state = 64}, - [2275] = {.lex_state = 64}, - [2276] = {.lex_state = 64}, - [2277] = {.lex_state = 64}, - [2278] = {.lex_state = 64}, - [2279] = {.lex_state = 64}, - [2280] = {.lex_state = 64}, - [2281] = {.lex_state = 64}, - [2282] = {.lex_state = 64, .external_lex_state = 2}, - [2283] = {.lex_state = 64}, - [2284] = {.lex_state = 64}, - [2285] = {.lex_state = 64}, - [2286] = {.lex_state = 64}, - [2287] = {.lex_state = 3, .external_lex_state = 10}, - [2288] = {.lex_state = 64}, - [2289] = {.lex_state = 64, .external_lex_state = 2}, - [2290] = {.lex_state = 64, .external_lex_state = 2}, - [2291] = {.lex_state = 64, .external_lex_state = 2}, - [2292] = {.lex_state = 64, .external_lex_state = 2}, - [2293] = {.lex_state = 64}, - [2294] = {.lex_state = 64}, - [2295] = {.lex_state = 64, .external_lex_state = 2}, - [2296] = {.lex_state = 64, .external_lex_state = 2}, - [2297] = {.lex_state = 64}, - [2298] = {.lex_state = 64}, - [2299] = {.lex_state = 64}, - [2300] = {.lex_state = 64}, - [2301] = {.lex_state = 64, .external_lex_state = 2}, - [2302] = {.lex_state = 64, .external_lex_state = 2}, - [2303] = {.lex_state = 64}, - [2304] = {.lex_state = 64, .external_lex_state = 2}, - [2305] = {.lex_state = 64, .external_lex_state = 2}, - [2306] = {.lex_state = 64}, - [2307] = {.lex_state = 64, .external_lex_state = 2}, - [2308] = {.lex_state = 64}, - [2309] = {.lex_state = 64}, - [2310] = {.lex_state = 64}, - [2311] = {.lex_state = 64}, - [2312] = {.lex_state = 64}, - [2313] = {.lex_state = 64}, - [2314] = {.lex_state = 64}, - [2315] = {.lex_state = 64}, - [2316] = {.lex_state = 64}, - [2317] = {.lex_state = 64}, - [2318] = {.lex_state = 64}, - [2319] = {.lex_state = 64}, - [2320] = {.lex_state = 64}, - [2321] = {.lex_state = 64}, - [2322] = {.lex_state = 3, .external_lex_state = 10}, - [2323] = {.lex_state = 64}, - [2324] = {.lex_state = 3, .external_lex_state = 10}, - [2325] = {.lex_state = 64}, - [2326] = {.lex_state = 64, .external_lex_state = 2}, - [2327] = {.lex_state = 64}, - [2328] = {.lex_state = 64, .external_lex_state = 2}, - [2329] = {.lex_state = 64, .external_lex_state = 2}, - [2330] = {.lex_state = 64}, - [2331] = {.lex_state = 64, .external_lex_state = 2}, - [2332] = {.lex_state = 64}, - [2333] = {.lex_state = 64, .external_lex_state = 2}, - [2334] = {.lex_state = 64}, - [2335] = {.lex_state = 64}, - [2336] = {.lex_state = 64}, - [2337] = {.lex_state = 64, .external_lex_state = 2}, - [2338] = {.lex_state = 64, .external_lex_state = 2}, - [2339] = {.lex_state = 64}, - [2340] = {.lex_state = 64}, - [2341] = {.lex_state = 64}, - [2342] = {.lex_state = 64, .external_lex_state = 2}, - [2343] = {.lex_state = 64}, - [2344] = {.lex_state = 64, .external_lex_state = 2}, - [2345] = {.lex_state = 64}, - [2346] = {.lex_state = 64}, - [2347] = {.lex_state = 3, .external_lex_state = 10}, - [2348] = {.lex_state = 64}, - [2349] = {.lex_state = 64}, - [2350] = {.lex_state = 64, .external_lex_state = 2}, - [2351] = {.lex_state = 64, .external_lex_state = 2}, - [2352] = {.lex_state = 64}, - [2353] = {.lex_state = 64}, - [2354] = {.lex_state = 64}, - [2355] = {.lex_state = 64}, - [2356] = {.lex_state = 64}, - [2357] = {.lex_state = 64}, - [2358] = {.lex_state = 64}, - [2359] = {.lex_state = 64}, - [2360] = {.lex_state = 64}, - [2361] = {.lex_state = 64}, - [2362] = {.lex_state = 64}, - [2363] = {.lex_state = 64}, - [2364] = {.lex_state = 64}, - [2365] = {.lex_state = 64}, - [2366] = {.lex_state = 64}, - [2367] = {.lex_state = 64}, - [2368] = {.lex_state = 64}, - [2369] = {.lex_state = 64}, - [2370] = {.lex_state = 64}, - [2371] = {.lex_state = 64, .external_lex_state = 2}, - [2372] = {.lex_state = 64}, - [2373] = {.lex_state = 64}, - [2374] = {.lex_state = 64}, - [2375] = {.lex_state = 64}, - [2376] = {.lex_state = 64, .external_lex_state = 2}, - [2377] = {.lex_state = 64}, - [2378] = {.lex_state = 64}, - [2379] = {.lex_state = 64}, - [2380] = {.lex_state = 64}, - [2381] = {.lex_state = 64}, - [2382] = {.lex_state = 64}, - [2383] = {.lex_state = 64}, - [2384] = {.lex_state = 3, .external_lex_state = 10}, - [2385] = {.lex_state = 64}, - [2386] = {.lex_state = 3, .external_lex_state = 10}, - [2387] = {.lex_state = 64}, - [2388] = {.lex_state = 64, .external_lex_state = 2}, - [2389] = {.lex_state = 64}, - [2390] = {.lex_state = 64, .external_lex_state = 2}, - [2391] = {.lex_state = 64}, - [2392] = {.lex_state = 64}, - [2393] = {.lex_state = 64, .external_lex_state = 2}, - [2394] = {.lex_state = 64}, - [2395] = {.lex_state = 64}, - [2396] = {.lex_state = 64}, - [2397] = {.lex_state = 64, .external_lex_state = 2}, - [2398] = {.lex_state = 64}, - [2399] = {.lex_state = 64, .external_lex_state = 2}, - [2400] = {.lex_state = 64}, - [2401] = {.lex_state = 64, .external_lex_state = 2}, - [2402] = {.lex_state = 64}, - [2403] = {.lex_state = 64}, - [2404] = {.lex_state = 64, .external_lex_state = 2}, - [2405] = {.lex_state = 64, .external_lex_state = 2}, - [2406] = {.lex_state = 64}, - [2407] = {.lex_state = 64}, - [2408] = {.lex_state = 64}, - [2409] = {.lex_state = 64, .external_lex_state = 2}, - [2410] = {.lex_state = 64, .external_lex_state = 2}, - [2411] = {.lex_state = 64}, - [2412] = {.lex_state = 64}, - [2413] = {.lex_state = 64}, - [2414] = {.lex_state = 64}, - [2415] = {.lex_state = 64}, - [2416] = {.lex_state = 64}, - [2417] = {.lex_state = 64}, - [2418] = {.lex_state = 64, .external_lex_state = 2}, - [2419] = {.lex_state = 64, .external_lex_state = 10}, - [2420] = {.lex_state = 64}, - [2421] = {.lex_state = 64}, - [2422] = {.lex_state = 64}, - [2423] = {.lex_state = 64}, - [2424] = {.lex_state = 64}, - [2425] = {.lex_state = 64}, - [2426] = {.lex_state = 64}, - [2427] = {.lex_state = 64}, - [2428] = {.lex_state = 64}, - [2429] = {.lex_state = 64}, - [2430] = {.lex_state = 64}, - [2431] = {.lex_state = 64}, - [2432] = {.lex_state = 64, .external_lex_state = 10}, - [2433] = {.lex_state = 64}, - [2434] = {.lex_state = 64}, - [2435] = {.lex_state = 64}, - [2436] = {.lex_state = 64}, - [2437] = {.lex_state = 64}, - [2438] = {.lex_state = 64}, - [2439] = {.lex_state = 64}, - [2440] = {.lex_state = 64}, - [2441] = {.lex_state = 64}, - [2442] = {.lex_state = 64}, - [2443] = {.lex_state = 64, .external_lex_state = 12}, - [2444] = {.lex_state = 64, .external_lex_state = 12}, - [2445] = {.lex_state = 64}, - [2446] = {.lex_state = 64}, - [2447] = {.lex_state = 64}, - [2448] = {.lex_state = 64}, - [2449] = {.lex_state = 64}, - [2450] = {.lex_state = 64, .external_lex_state = 10}, - [2451] = {.lex_state = 64}, - [2452] = {.lex_state = 64}, - [2453] = {.lex_state = 64}, - [2454] = {.lex_state = 64}, - [2455] = {.lex_state = 64, .external_lex_state = 10}, - [2456] = {.lex_state = 64}, - [2457] = {.lex_state = 64}, - [2458] = {.lex_state = 64}, - [2459] = {.lex_state = 64, .external_lex_state = 12}, - [2460] = {.lex_state = 64}, - [2461] = {.lex_state = 64}, - [2462] = {.lex_state = 64}, - [2463] = {.lex_state = 64}, - [2464] = {.lex_state = 64}, - [2465] = {.lex_state = 64}, - [2466] = {.lex_state = 64}, - [2467] = {.lex_state = 64}, - [2468] = {.lex_state = 64}, - [2469] = {.lex_state = 64}, - [2470] = {.lex_state = 64}, - [2471] = {.lex_state = 64}, - [2472] = {.lex_state = 64}, - [2473] = {.lex_state = 64}, - [2474] = {.lex_state = 64}, - [2475] = {.lex_state = 64}, - [2476] = {.lex_state = 64}, - [2477] = {.lex_state = 64}, - [2478] = {.lex_state = 64}, - [2479] = {.lex_state = 64, .external_lex_state = 10}, - [2480] = {.lex_state = 64}, - [2481] = {.lex_state = 64, .external_lex_state = 10}, - [2482] = {.lex_state = 64}, - [2483] = {.lex_state = 64}, - [2484] = {.lex_state = 64}, - [2485] = {.lex_state = 64}, - [2486] = {.lex_state = 64}, - [2487] = {.lex_state = 64}, - [2488] = {.lex_state = 64, .external_lex_state = 10}, - [2489] = {.lex_state = 64}, - [2490] = {.lex_state = 64}, - [2491] = {.lex_state = 64}, - [2492] = {.lex_state = 64}, - [2493] = {.lex_state = 64}, - [2494] = {.lex_state = 64}, - [2495] = {.lex_state = 64}, - [2496] = {.lex_state = 64}, - [2497] = {.lex_state = 64}, - [2498] = {.lex_state = 64}, - [2499] = {.lex_state = 64}, - [2500] = {.lex_state = 64}, - [2501] = {.lex_state = 64}, - [2502] = {.lex_state = 64}, - [2503] = {.lex_state = 64}, - [2504] = {.lex_state = 64}, - [2505] = {.lex_state = 64}, - [2506] = {.lex_state = 64}, - [2507] = {.lex_state = 10}, - [2508] = {.lex_state = 64}, - [2509] = {.lex_state = 64}, - [2510] = {.lex_state = 64}, - [2511] = {.lex_state = 64}, - [2512] = {.lex_state = 64}, - [2513] = {.lex_state = 64, .external_lex_state = 10}, - [2514] = {.lex_state = 64}, - [2515] = {.lex_state = 64}, - [2516] = {.lex_state = 64}, - [2517] = {.lex_state = 64}, - [2518] = {.lex_state = 64}, - [2519] = {.lex_state = 64}, - [2520] = {.lex_state = 64}, - [2521] = {.lex_state = 64}, - [2522] = {.lex_state = 64}, - [2523] = {.lex_state = 64}, - [2524] = {.lex_state = 10}, - [2525] = {.lex_state = 64}, - [2526] = {.lex_state = 64}, - [2527] = {.lex_state = 64}, - [2528] = {.lex_state = 64}, - [2529] = {.lex_state = 64}, - [2530] = {.lex_state = 64}, - [2531] = {.lex_state = 64}, - [2532] = {.lex_state = 64}, - [2533] = {.lex_state = 64}, - [2534] = {.lex_state = 64, .external_lex_state = 12}, - [2535] = {.lex_state = 64, .external_lex_state = 10}, - [2536] = {.lex_state = 64}, - [2537] = {.lex_state = 64}, - [2538] = {.lex_state = 64}, - [2539] = {.lex_state = 64, .external_lex_state = 10}, - [2540] = {.lex_state = 64}, - [2541] = {.lex_state = 64}, - [2542] = {.lex_state = 64}, - [2543] = {.lex_state = 64}, - [2544] = {.lex_state = 64}, - [2545] = {.lex_state = 64}, - [2546] = {.lex_state = 64}, - [2547] = {.lex_state = 64}, - [2548] = {.lex_state = 64}, - [2549] = {.lex_state = 64}, - [2550] = {.lex_state = 64}, - [2551] = {.lex_state = 64}, - [2552] = {.lex_state = 64}, - [2553] = {.lex_state = 64}, - [2554] = {.lex_state = 64}, - [2555] = {.lex_state = 64}, - [2556] = {.lex_state = 64}, - [2557] = {.lex_state = 64}, - [2558] = {.lex_state = 64}, - [2559] = {.lex_state = 64}, - [2560] = {.lex_state = 64}, - [2561] = {.lex_state = 64}, - [2562] = {.lex_state = 64}, - [2563] = {.lex_state = 64}, - [2564] = {.lex_state = 64}, - [2565] = {.lex_state = 64}, - [2566] = {.lex_state = 64}, - [2567] = {.lex_state = 64}, - [2568] = {.lex_state = 64}, - [2569] = {.lex_state = 64}, - [2570] = {.lex_state = 64}, - [2571] = {.lex_state = 64}, - [2572] = {.lex_state = 64}, - [2573] = {.lex_state = 64}, - [2574] = {.lex_state = 64}, - [2575] = {.lex_state = 64}, - [2576] = {.lex_state = 64}, - [2577] = {.lex_state = 64}, - [2578] = {.lex_state = 64}, - [2579] = {.lex_state = 64}, - [2580] = {.lex_state = 64}, - [2581] = {.lex_state = 64}, - [2582] = {.lex_state = 64}, - [2583] = {.lex_state = 64}, - [2584] = {.lex_state = 64}, - [2585] = {.lex_state = 64}, - [2586] = {.lex_state = 64}, - [2587] = {.lex_state = 64}, - [2588] = {.lex_state = 64}, - [2589] = {.lex_state = 64}, - [2590] = {.lex_state = 64}, - [2591] = {.lex_state = 64}, - [2592] = {.lex_state = 64}, - [2593] = {.lex_state = 64}, - [2594] = {.lex_state = 64}, - [2595] = {.lex_state = 64}, - [2596] = {.lex_state = 64}, - [2597] = {.lex_state = 64}, - [2598] = {.lex_state = 64}, - [2599] = {.lex_state = 64}, - [2600] = {.lex_state = 64}, - [2601] = {.lex_state = 64}, - [2602] = {.lex_state = 64}, - [2603] = {.lex_state = 64}, - [2604] = {.lex_state = 64}, - [2605] = {.lex_state = 64}, - [2606] = {.lex_state = 64}, - [2607] = {.lex_state = 64}, - [2608] = {.lex_state = 64}, - [2609] = {.lex_state = 64}, - [2610] = {.lex_state = 64}, - [2611] = {.lex_state = 64}, - [2612] = {.lex_state = 64}, - [2613] = {.lex_state = 64}, - [2614] = {.lex_state = 64}, - [2615] = {.lex_state = 64}, - [2616] = {.lex_state = 64}, - [2617] = {.lex_state = 64}, - [2618] = {.lex_state = 64}, - [2619] = {.lex_state = 64}, - [2620] = {.lex_state = 64}, - [2621] = {.lex_state = 64}, - [2622] = {.lex_state = 64}, - [2623] = {.lex_state = 64}, - [2624] = {.lex_state = 64}, - [2625] = {.lex_state = 64}, - [2626] = {.lex_state = 64}, + [1761] = {.lex_state = 14}, + [1762] = {.lex_state = 63}, + [1763] = {.lex_state = 63}, + [1764] = {.lex_state = 63}, + [1765] = {.lex_state = 18}, + [1766] = {.lex_state = 63}, + [1767] = {.lex_state = 63, .external_lex_state = 2}, + [1768] = {.lex_state = 63}, + [1769] = {.lex_state = 63}, + [1770] = {.lex_state = 63}, + [1771] = {.lex_state = 63}, + [1772] = {.lex_state = 63}, + [1773] = {.lex_state = 63}, + [1774] = {.lex_state = 63}, + [1775] = {.lex_state = 63}, + [1776] = {.lex_state = 3, .external_lex_state = 10}, + [1777] = {.lex_state = 63, .external_lex_state = 2}, + [1778] = {.lex_state = 63}, + [1779] = {.lex_state = 18}, + [1780] = {.lex_state = 63}, + [1781] = {.lex_state = 63}, + [1782] = {.lex_state = 63}, + [1783] = {.lex_state = 63}, + [1784] = {.lex_state = 63, .external_lex_state = 2}, + [1785] = {.lex_state = 63}, + [1786] = {.lex_state = 63}, + [1787] = {.lex_state = 63}, + [1788] = {.lex_state = 63}, + [1789] = {.lex_state = 63}, + [1790] = {.lex_state = 63, .external_lex_state = 2}, + [1791] = {.lex_state = 63}, + [1792] = {.lex_state = 63, .external_lex_state = 2}, + [1793] = {.lex_state = 63}, + [1794] = {.lex_state = 63}, + [1795] = {.lex_state = 63}, + [1796] = {.lex_state = 63}, + [1797] = {.lex_state = 63}, + [1798] = {.lex_state = 63, .external_lex_state = 2}, + [1799] = {.lex_state = 63}, + [1800] = {.lex_state = 63, .external_lex_state = 2}, + [1801] = {.lex_state = 3, .external_lex_state = 11}, + [1802] = {.lex_state = 63}, + [1803] = {.lex_state = 63}, + [1804] = {.lex_state = 63, .external_lex_state = 2}, + [1805] = {.lex_state = 63, .external_lex_state = 2}, + [1806] = {.lex_state = 63}, + [1807] = {.lex_state = 63}, + [1808] = {.lex_state = 63, .external_lex_state = 2}, + [1809] = {.lex_state = 14}, + [1810] = {.lex_state = 63}, + [1811] = {.lex_state = 63}, + [1812] = {.lex_state = 63}, + [1813] = {.lex_state = 63}, + [1814] = {.lex_state = 63}, + [1815] = {.lex_state = 63}, + [1816] = {.lex_state = 63}, + [1817] = {.lex_state = 63}, + [1818] = {.lex_state = 63, .external_lex_state = 2}, + [1819] = {.lex_state = 63}, + [1820] = {.lex_state = 63}, + [1821] = {.lex_state = 63}, + [1822] = {.lex_state = 63}, + [1823] = {.lex_state = 63}, + [1824] = {.lex_state = 63}, + [1825] = {.lex_state = 63, .external_lex_state = 2}, + [1826] = {.lex_state = 63, .external_lex_state = 2}, + [1827] = {.lex_state = 63}, + [1828] = {.lex_state = 63}, + [1829] = {.lex_state = 63}, + [1830] = {.lex_state = 63}, + [1831] = {.lex_state = 63}, + [1832] = {.lex_state = 63}, + [1833] = {.lex_state = 63}, + [1834] = {.lex_state = 63}, + [1835] = {.lex_state = 14}, + [1836] = {.lex_state = 63}, + [1837] = {.lex_state = 63}, + [1838] = {.lex_state = 63}, + [1839] = {.lex_state = 63}, + [1840] = {.lex_state = 63}, + [1841] = {.lex_state = 63}, + [1842] = {.lex_state = 63, .external_lex_state = 2}, + [1843] = {.lex_state = 63}, + [1844] = {.lex_state = 63}, + [1845] = {.lex_state = 63}, + [1846] = {.lex_state = 63}, + [1847] = {.lex_state = 63}, + [1848] = {.lex_state = 63, .external_lex_state = 2}, + [1849] = {.lex_state = 63}, + [1850] = {.lex_state = 63}, + [1851] = {.lex_state = 63}, + [1852] = {.lex_state = 63}, + [1853] = {.lex_state = 3, .external_lex_state = 10}, + [1854] = {.lex_state = 63}, + [1855] = {.lex_state = 63, .external_lex_state = 2}, + [1856] = {.lex_state = 63}, + [1857] = {.lex_state = 63}, + [1858] = {.lex_state = 63, .external_lex_state = 2}, + [1859] = {.lex_state = 63, .external_lex_state = 2}, + [1860] = {.lex_state = 63}, + [1861] = {.lex_state = 63, .external_lex_state = 2}, + [1862] = {.lex_state = 63, .external_lex_state = 2}, + [1863] = {.lex_state = 63}, + [1864] = {.lex_state = 63}, + [1865] = {.lex_state = 63}, + [1866] = {.lex_state = 63}, + [1867] = {.lex_state = 63, .external_lex_state = 2}, + [1868] = {.lex_state = 63}, + [1869] = {.lex_state = 63}, + [1870] = {.lex_state = 63}, + [1871] = {.lex_state = 63}, + [1872] = {.lex_state = 63}, + [1873] = {.lex_state = 63, .external_lex_state = 2}, + [1874] = {.lex_state = 63, .external_lex_state = 2}, + [1875] = {.lex_state = 63}, + [1876] = {.lex_state = 63, .external_lex_state = 2}, + [1877] = {.lex_state = 63}, + [1878] = {.lex_state = 63}, + [1879] = {.lex_state = 63}, + [1880] = {.lex_state = 63}, + [1881] = {.lex_state = 63}, + [1882] = {.lex_state = 63, .external_lex_state = 2}, + [1883] = {.lex_state = 63}, + [1884] = {.lex_state = 63, .external_lex_state = 2}, + [1885] = {.lex_state = 14}, + [1886] = {.lex_state = 63}, + [1887] = {.lex_state = 63, .external_lex_state = 2}, + [1888] = {.lex_state = 63}, + [1889] = {.lex_state = 63, .external_lex_state = 2}, + [1890] = {.lex_state = 63}, + [1891] = {.lex_state = 63, .external_lex_state = 2}, + [1892] = {.lex_state = 63, .external_lex_state = 2}, + [1893] = {.lex_state = 3, .external_lex_state = 10}, + [1894] = {.lex_state = 63, .external_lex_state = 2}, + [1895] = {.lex_state = 63, .external_lex_state = 2}, + [1896] = {.lex_state = 63, .external_lex_state = 2}, + [1897] = {.lex_state = 63}, + [1898] = {.lex_state = 63}, + [1899] = {.lex_state = 63}, + [1900] = {.lex_state = 63}, + [1901] = {.lex_state = 63}, + [1902] = {.lex_state = 63}, + [1903] = {.lex_state = 63, .external_lex_state = 2}, + [1904] = {.lex_state = 63}, + [1905] = {.lex_state = 63, .external_lex_state = 2}, + [1906] = {.lex_state = 63}, + [1907] = {.lex_state = 63}, + [1908] = {.lex_state = 63}, + [1909] = {.lex_state = 3, .external_lex_state = 10}, + [1910] = {.lex_state = 63}, + [1911] = {.lex_state = 63}, + [1912] = {.lex_state = 63, .external_lex_state = 2}, + [1913] = {.lex_state = 63, .external_lex_state = 2}, + [1914] = {.lex_state = 63}, + [1915] = {.lex_state = 63}, + [1916] = {.lex_state = 63}, + [1917] = {.lex_state = 63}, + [1918] = {.lex_state = 63}, + [1919] = {.lex_state = 63}, + [1920] = {.lex_state = 63, .external_lex_state = 2}, + [1921] = {.lex_state = 63}, + [1922] = {.lex_state = 63}, + [1923] = {.lex_state = 63, .external_lex_state = 2}, + [1924] = {.lex_state = 63}, + [1925] = {.lex_state = 63, .external_lex_state = 2}, + [1926] = {.lex_state = 63, .external_lex_state = 2}, + [1927] = {.lex_state = 63}, + [1928] = {.lex_state = 63}, + [1929] = {.lex_state = 63}, + [1930] = {.lex_state = 63}, + [1931] = {.lex_state = 63}, + [1932] = {.lex_state = 63}, + [1933] = {.lex_state = 63}, + [1934] = {.lex_state = 63}, + [1935] = {.lex_state = 63}, + [1936] = {.lex_state = 63}, + [1937] = {.lex_state = 63}, + [1938] = {.lex_state = 63}, + [1939] = {.lex_state = 3, .external_lex_state = 10}, + [1940] = {.lex_state = 63}, + [1941] = {.lex_state = 63}, + [1942] = {.lex_state = 63}, + [1943] = {.lex_state = 63}, + [1944] = {.lex_state = 63}, + [1945] = {.lex_state = 63, .external_lex_state = 2}, + [1946] = {.lex_state = 63}, + [1947] = {.lex_state = 63, .external_lex_state = 2}, + [1948] = {.lex_state = 63, .external_lex_state = 2}, + [1949] = {.lex_state = 63}, + [1950] = {.lex_state = 63}, + [1951] = {.lex_state = 63}, + [1952] = {.lex_state = 63, .external_lex_state = 2}, + [1953] = {.lex_state = 63}, + [1954] = {.lex_state = 14}, + [1955] = {.lex_state = 63}, + [1956] = {.lex_state = 63}, + [1957] = {.lex_state = 63}, + [1958] = {.lex_state = 63, .external_lex_state = 12}, + [1959] = {.lex_state = 63}, + [1960] = {.lex_state = 63, .external_lex_state = 2}, + [1961] = {.lex_state = 63}, + [1962] = {.lex_state = 63}, + [1963] = {.lex_state = 63, .external_lex_state = 2}, + [1964] = {.lex_state = 63}, + [1965] = {.lex_state = 63, .external_lex_state = 2}, + [1966] = {.lex_state = 63, .external_lex_state = 2}, + [1967] = {.lex_state = 63, .external_lex_state = 2}, + [1968] = {.lex_state = 63}, + [1969] = {.lex_state = 63, .external_lex_state = 2}, + [1970] = {.lex_state = 63}, + [1971] = {.lex_state = 63}, + [1972] = {.lex_state = 63}, + [1973] = {.lex_state = 63, .external_lex_state = 2}, + [1974] = {.lex_state = 63}, + [1975] = {.lex_state = 63}, + [1976] = {.lex_state = 63}, + [1977] = {.lex_state = 63}, + [1978] = {.lex_state = 63}, + [1979] = {.lex_state = 63, .external_lex_state = 2}, + [1980] = {.lex_state = 63}, + [1981] = {.lex_state = 63}, + [1982] = {.lex_state = 63}, + [1983] = {.lex_state = 63}, + [1984] = {.lex_state = 63}, + [1985] = {.lex_state = 3, .external_lex_state = 10}, + [1986] = {.lex_state = 63}, + [1987] = {.lex_state = 3, .external_lex_state = 10}, + [1988] = {.lex_state = 63}, + [1989] = {.lex_state = 63}, + [1990] = {.lex_state = 63, .external_lex_state = 2}, + [1991] = {.lex_state = 63}, + [1992] = {.lex_state = 63}, + [1993] = {.lex_state = 63}, + [1994] = {.lex_state = 63}, + [1995] = {.lex_state = 63}, + [1996] = {.lex_state = 63}, + [1997] = {.lex_state = 63}, + [1998] = {.lex_state = 63}, + [1999] = {.lex_state = 63}, + [2000] = {.lex_state = 63, .external_lex_state = 2}, + [2001] = {.lex_state = 63}, + [2002] = {.lex_state = 63}, + [2003] = {.lex_state = 63}, + [2004] = {.lex_state = 63, .external_lex_state = 2}, + [2005] = {.lex_state = 63}, + [2006] = {.lex_state = 63}, + [2007] = {.lex_state = 63}, + [2008] = {.lex_state = 63}, + [2009] = {.lex_state = 63}, + [2010] = {.lex_state = 63}, + [2011] = {.lex_state = 63}, + [2012] = {.lex_state = 63, .external_lex_state = 2}, + [2013] = {.lex_state = 63, .external_lex_state = 2}, + [2014] = {.lex_state = 63}, + [2015] = {.lex_state = 63}, + [2016] = {.lex_state = 63}, + [2017] = {.lex_state = 63}, + [2018] = {.lex_state = 63, .external_lex_state = 2}, + [2019] = {.lex_state = 63}, + [2020] = {.lex_state = 63}, + [2021] = {.lex_state = 63}, + [2022] = {.lex_state = 63}, + [2023] = {.lex_state = 63}, + [2024] = {.lex_state = 63}, + [2025] = {.lex_state = 63}, + [2026] = {.lex_state = 63}, + [2027] = {.lex_state = 63, .external_lex_state = 2}, + [2028] = {.lex_state = 63, .external_lex_state = 2}, + [2029] = {.lex_state = 63}, + [2030] = {.lex_state = 63}, + [2031] = {.lex_state = 63}, + [2032] = {.lex_state = 63, .external_lex_state = 2}, + [2033] = {.lex_state = 63}, + [2034] = {.lex_state = 63}, + [2035] = {.lex_state = 63}, + [2036] = {.lex_state = 63}, + [2037] = {.lex_state = 63}, + [2038] = {.lex_state = 63, .external_lex_state = 2}, + [2039] = {.lex_state = 63}, + [2040] = {.lex_state = 63}, + [2041] = {.lex_state = 63}, + [2042] = {.lex_state = 63, .external_lex_state = 12}, + [2043] = {.lex_state = 63}, + [2044] = {.lex_state = 63, .external_lex_state = 2}, + [2045] = {.lex_state = 63}, + [2046] = {.lex_state = 63}, + [2047] = {.lex_state = 63}, + [2048] = {.lex_state = 63, .external_lex_state = 2}, + [2049] = {.lex_state = 63}, + [2050] = {.lex_state = 63, .external_lex_state = 2}, + [2051] = {.lex_state = 63}, + [2052] = {.lex_state = 63}, + [2053] = {.lex_state = 63}, + [2054] = {.lex_state = 63, .external_lex_state = 2}, + [2055] = {.lex_state = 63}, + [2056] = {.lex_state = 63, .external_lex_state = 2}, + [2057] = {.lex_state = 63}, + [2058] = {.lex_state = 63}, + [2059] = {.lex_state = 63}, + [2060] = {.lex_state = 63}, + [2061] = {.lex_state = 63}, + [2062] = {.lex_state = 63, .external_lex_state = 2}, + [2063] = {.lex_state = 63}, + [2064] = {.lex_state = 63}, + [2065] = {.lex_state = 63, .external_lex_state = 2}, + [2066] = {.lex_state = 63}, + [2067] = {.lex_state = 63}, + [2068] = {.lex_state = 63}, + [2069] = {.lex_state = 63}, + [2070] = {.lex_state = 63}, + [2071] = {.lex_state = 63}, + [2072] = {.lex_state = 63}, + [2073] = {.lex_state = 63}, + [2074] = {.lex_state = 63}, + [2075] = {.lex_state = 63}, + [2076] = {.lex_state = 63}, + [2077] = {.lex_state = 63, .external_lex_state = 2}, + [2078] = {.lex_state = 63}, + [2079] = {.lex_state = 63, .external_lex_state = 2}, + [2080] = {.lex_state = 63}, + [2081] = {.lex_state = 63}, + [2082] = {.lex_state = 63}, + [2083] = {.lex_state = 63}, + [2084] = {.lex_state = 63}, + [2085] = {.lex_state = 63}, + [2086] = {.lex_state = 63}, + [2087] = {.lex_state = 63}, + [2088] = {.lex_state = 63}, + [2089] = {.lex_state = 63}, + [2090] = {.lex_state = 63}, + [2091] = {.lex_state = 63}, + [2092] = {.lex_state = 63}, + [2093] = {.lex_state = 63}, + [2094] = {.lex_state = 63}, + [2095] = {.lex_state = 63}, + [2096] = {.lex_state = 63}, + [2097] = {.lex_state = 63}, + [2098] = {.lex_state = 63}, + [2099] = {.lex_state = 63}, + [2100] = {.lex_state = 63}, + [2101] = {.lex_state = 63}, + [2102] = {.lex_state = 63}, + [2103] = {.lex_state = 63, .external_lex_state = 2}, + [2104] = {.lex_state = 63}, + [2105] = {.lex_state = 63}, + [2106] = {.lex_state = 63}, + [2107] = {.lex_state = 63}, + [2108] = {.lex_state = 63}, + [2109] = {.lex_state = 63}, + [2110] = {.lex_state = 63}, + [2111] = {.lex_state = 63}, + [2112] = {.lex_state = 63}, + [2113] = {.lex_state = 63}, + [2114] = {.lex_state = 63}, + [2115] = {.lex_state = 63}, + [2116] = {.lex_state = 63}, + [2117] = {.lex_state = 63}, + [2118] = {.lex_state = 63}, + [2119] = {.lex_state = 63}, + [2120] = {.lex_state = 63}, + [2121] = {.lex_state = 63}, + [2122] = {.lex_state = 63}, + [2123] = {.lex_state = 63}, + [2124] = {.lex_state = 63}, + [2125] = {.lex_state = 63}, + [2126] = {.lex_state = 63}, + [2127] = {.lex_state = 63}, + [2128] = {.lex_state = 63}, + [2129] = {.lex_state = 63}, + [2130] = {.lex_state = 3, .external_lex_state = 10}, + [2131] = {.lex_state = 63}, + [2132] = {.lex_state = 63}, + [2133] = {.lex_state = 63}, + [2134] = {.lex_state = 63}, + [2135] = {.lex_state = 63}, + [2136] = {.lex_state = 63}, + [2137] = {.lex_state = 63}, + [2138] = {.lex_state = 63}, + [2139] = {.lex_state = 63}, + [2140] = {.lex_state = 63}, + [2141] = {.lex_state = 63}, + [2142] = {.lex_state = 63}, + [2143] = {.lex_state = 63}, + [2144] = {.lex_state = 63}, + [2145] = {.lex_state = 63}, + [2146] = {.lex_state = 63}, + [2147] = {.lex_state = 63}, + [2148] = {.lex_state = 63}, + [2149] = {.lex_state = 63}, + [2150] = {.lex_state = 63}, + [2151] = {.lex_state = 3, .external_lex_state = 10}, + [2152] = {.lex_state = 63}, + [2153] = {.lex_state = 63}, + [2154] = {.lex_state = 3, .external_lex_state = 10}, + [2155] = {.lex_state = 63}, + [2156] = {.lex_state = 63}, + [2157] = {.lex_state = 63}, + [2158] = {.lex_state = 63}, + [2159] = {.lex_state = 63}, + [2160] = {.lex_state = 63}, + [2161] = {.lex_state = 63}, + [2162] = {.lex_state = 63}, + [2163] = {.lex_state = 63}, + [2164] = {.lex_state = 63}, + [2165] = {.lex_state = 63}, + [2166] = {.lex_state = 63}, + [2167] = {.lex_state = 63}, + [2168] = {.lex_state = 63}, + [2169] = {.lex_state = 63}, + [2170] = {.lex_state = 63}, + [2171] = {.lex_state = 63}, + [2172] = {.lex_state = 63, .external_lex_state = 2}, + [2173] = {.lex_state = 63}, + [2174] = {.lex_state = 3, .external_lex_state = 10}, + [2175] = {.lex_state = 3, .external_lex_state = 10}, + [2176] = {.lex_state = 63}, + [2177] = {.lex_state = 63}, + [2178] = {.lex_state = 63}, + [2179] = {.lex_state = 3, .external_lex_state = 10}, + [2180] = {.lex_state = 63, .external_lex_state = 13}, + [2181] = {.lex_state = 63}, + [2182] = {.lex_state = 3, .external_lex_state = 10}, + [2183] = {.lex_state = 63}, + [2184] = {.lex_state = 63}, + [2185] = {.lex_state = 63}, + [2186] = {.lex_state = 63}, + [2187] = {.lex_state = 63}, + [2188] = {.lex_state = 63}, + [2189] = {.lex_state = 63}, + [2190] = {.lex_state = 63}, + [2191] = {.lex_state = 63}, + [2192] = {.lex_state = 63}, + [2193] = {.lex_state = 63}, + [2194] = {.lex_state = 63}, + [2195] = {.lex_state = 63}, + [2196] = {.lex_state = 63}, + [2197] = {.lex_state = 63}, + [2198] = {.lex_state = 63}, + [2199] = {.lex_state = 63}, + [2200] = {.lex_state = 63}, + [2201] = {.lex_state = 63}, + [2202] = {.lex_state = 63}, + [2203] = {.lex_state = 63}, + [2204] = {.lex_state = 63}, + [2205] = {.lex_state = 3, .external_lex_state = 10}, + [2206] = {.lex_state = 63}, + [2207] = {.lex_state = 63}, + [2208] = {.lex_state = 63}, + [2209] = {.lex_state = 63, .external_lex_state = 2}, + [2210] = {.lex_state = 63}, + [2211] = {.lex_state = 63}, + [2212] = {.lex_state = 63}, + [2213] = {.lex_state = 63}, + [2214] = {.lex_state = 63}, + [2215] = {.lex_state = 63}, + [2216] = {.lex_state = 63}, + [2217] = {.lex_state = 63}, + [2218] = {.lex_state = 63}, + [2219] = {.lex_state = 63}, + [2220] = {.lex_state = 63}, + [2221] = {.lex_state = 63}, + [2222] = {.lex_state = 63}, + [2223] = {.lex_state = 63}, + [2224] = {.lex_state = 63}, + [2225] = {.lex_state = 63}, + [2226] = {.lex_state = 63}, + [2227] = {.lex_state = 63}, + [2228] = {.lex_state = 63}, + [2229] = {.lex_state = 63}, + [2230] = {.lex_state = 63}, + [2231] = {.lex_state = 63}, + [2232] = {.lex_state = 63, .external_lex_state = 2}, + [2233] = {.lex_state = 63}, + [2234] = {.lex_state = 63}, + [2235] = {.lex_state = 63}, + [2236] = {.lex_state = 63}, + [2237] = {.lex_state = 63}, + [2238] = {.lex_state = 63}, + [2239] = {.lex_state = 63}, + [2240] = {.lex_state = 63}, + [2241] = {.lex_state = 63}, + [2242] = {.lex_state = 63}, + [2243] = {.lex_state = 3, .external_lex_state = 10}, + [2244] = {.lex_state = 63}, + [2245] = {.lex_state = 63}, + [2246] = {.lex_state = 63}, + [2247] = {.lex_state = 63}, + [2248] = {.lex_state = 63}, + [2249] = {.lex_state = 63}, + [2250] = {.lex_state = 63}, + [2251] = {.lex_state = 63}, + [2252] = {.lex_state = 63}, + [2253] = {.lex_state = 63}, + [2254] = {.lex_state = 63}, + [2255] = {.lex_state = 63}, + [2256] = {.lex_state = 63}, + [2257] = {.lex_state = 63}, + [2258] = {.lex_state = 63}, + [2259] = {.lex_state = 63}, + [2260] = {.lex_state = 63}, + [2261] = {.lex_state = 63}, + [2262] = {.lex_state = 63}, + [2263] = {.lex_state = 63}, + [2264] = {.lex_state = 63}, + [2265] = {.lex_state = 63, .external_lex_state = 2}, + [2266] = {.lex_state = 63}, + [2267] = {.lex_state = 63}, + [2268] = {.lex_state = 63}, + [2269] = {.lex_state = 63}, + [2270] = {.lex_state = 63}, + [2271] = {.lex_state = 63}, + [2272] = {.lex_state = 63}, + [2273] = {.lex_state = 63}, + [2274] = {.lex_state = 63, .external_lex_state = 2}, + [2275] = {.lex_state = 63}, + [2276] = {.lex_state = 63}, + [2277] = {.lex_state = 63}, + [2278] = {.lex_state = 63}, + [2279] = {.lex_state = 63}, + [2280] = {.lex_state = 63}, + [2281] = {.lex_state = 63}, + [2282] = {.lex_state = 63}, + [2283] = {.lex_state = 63}, + [2284] = {.lex_state = 63}, + [2285] = {.lex_state = 63}, + [2286] = {.lex_state = 3, .external_lex_state = 10}, + [2287] = {.lex_state = 63}, + [2288] = {.lex_state = 63}, + [2289] = {.lex_state = 63}, + [2290] = {.lex_state = 63}, + [2291] = {.lex_state = 63}, + [2292] = {.lex_state = 63}, + [2293] = {.lex_state = 63}, + [2294] = {.lex_state = 63}, + [2295] = {.lex_state = 63}, + [2296] = {.lex_state = 63}, + [2297] = {.lex_state = 10}, + [2298] = {.lex_state = 63}, + [2299] = {.lex_state = 63}, + [2300] = {.lex_state = 63}, + [2301] = {.lex_state = 63}, + [2302] = {.lex_state = 63}, + [2303] = {.lex_state = 63, .external_lex_state = 10}, + [2304] = {.lex_state = 63}, + [2305] = {.lex_state = 63}, + [2306] = {.lex_state = 63}, + [2307] = {.lex_state = 63}, + [2308] = {.lex_state = 63}, + [2309] = {.lex_state = 63}, + [2310] = {.lex_state = 63}, + [2311] = {.lex_state = 10}, + [2312] = {.lex_state = 63}, + [2313] = {.lex_state = 63}, + [2314] = {.lex_state = 63}, + [2315] = {.lex_state = 63}, + [2316] = {.lex_state = 63}, + [2317] = {.lex_state = 63, .external_lex_state = 12}, + [2318] = {.lex_state = 63}, + [2319] = {.lex_state = 63}, + [2320] = {.lex_state = 63}, + [2321] = {.lex_state = 63}, + [2322] = {.lex_state = 63}, + [2323] = {.lex_state = 63}, + [2324] = {.lex_state = 63}, + [2325] = {.lex_state = 63}, + [2326] = {.lex_state = 63}, + [2327] = {.lex_state = 63}, + [2328] = {.lex_state = 63}, + [2329] = {.lex_state = 63}, + [2330] = {.lex_state = 63}, + [2331] = {.lex_state = 63}, + [2332] = {.lex_state = 63}, + [2333] = {.lex_state = 63}, + [2334] = {.lex_state = 63}, + [2335] = {.lex_state = 63}, + [2336] = {.lex_state = 63}, + [2337] = {.lex_state = 63}, + [2338] = {.lex_state = 63}, + [2339] = {.lex_state = 63}, + [2340] = {.lex_state = 63}, + [2341] = {.lex_state = 63}, + [2342] = {.lex_state = 63}, + [2343] = {.lex_state = 63}, + [2344] = {.lex_state = 63}, + [2345] = {.lex_state = 63}, + [2346] = {.lex_state = 63}, + [2347] = {.lex_state = 63}, + [2348] = {.lex_state = 63}, + [2349] = {.lex_state = 63}, + [2350] = {.lex_state = 63}, + [2351] = {.lex_state = 63}, + [2352] = {.lex_state = 63}, + [2353] = {.lex_state = 63, .external_lex_state = 12}, + [2354] = {.lex_state = 63}, + [2355] = {.lex_state = 63}, + [2356] = {.lex_state = 63}, + [2357] = {.lex_state = 63}, + [2358] = {.lex_state = 63}, + [2359] = {.lex_state = 63}, + [2360] = {.lex_state = 63, .external_lex_state = 12}, + [2361] = {.lex_state = 63}, + [2362] = {.lex_state = 63}, + [2363] = {.lex_state = 63}, + [2364] = {.lex_state = 63}, + [2365] = {.lex_state = 63}, + [2366] = {.lex_state = 63}, + [2367] = {.lex_state = 63}, + [2368] = {.lex_state = 63}, + [2369] = {.lex_state = 63}, + [2370] = {.lex_state = 63}, + [2371] = {.lex_state = 63}, + [2372] = {.lex_state = 63}, + [2373] = {.lex_state = 63}, + [2374] = {.lex_state = 63}, + [2375] = {.lex_state = 63}, + [2376] = {.lex_state = 63}, + [2377] = {.lex_state = 63}, + [2378] = {.lex_state = 63}, + [2379] = {.lex_state = 63}, + [2380] = {.lex_state = 63}, + [2381] = {.lex_state = 63}, + [2382] = {.lex_state = 63}, + [2383] = {.lex_state = 63}, + [2384] = {.lex_state = 63}, + [2385] = {.lex_state = 63}, + [2386] = {.lex_state = 63}, + [2387] = {.lex_state = 63}, + [2388] = {.lex_state = 63, .external_lex_state = 10}, + [2389] = {.lex_state = 63}, + [2390] = {.lex_state = 63}, + [2391] = {.lex_state = 63}, + [2392] = {.lex_state = 63}, + [2393] = {.lex_state = 63}, + [2394] = {.lex_state = 63, .external_lex_state = 10}, + [2395] = {.lex_state = 63, .external_lex_state = 10}, + [2396] = {.lex_state = 63}, + [2397] = {.lex_state = 63, .external_lex_state = 10}, + [2398] = {.lex_state = 63}, + [2399] = {.lex_state = 63}, + [2400] = {.lex_state = 63}, + [2401] = {.lex_state = 63}, + [2402] = {.lex_state = 63}, + [2403] = {.lex_state = 63}, + [2404] = {.lex_state = 63, .external_lex_state = 10}, + [2405] = {.lex_state = 63, .external_lex_state = 10}, + [2406] = {.lex_state = 63}, + [2407] = {.lex_state = 63}, + [2408] = {.lex_state = 63}, + [2409] = {.lex_state = 63}, + [2410] = {.lex_state = 63}, + [2411] = {.lex_state = 63}, + [2412] = {.lex_state = 63}, + [2413] = {.lex_state = 63}, + [2414] = {.lex_state = 63}, + [2415] = {.lex_state = 63}, + [2416] = {.lex_state = 63}, + [2417] = {.lex_state = 63}, + [2418] = {.lex_state = 63}, + [2419] = {.lex_state = 63}, + [2420] = {.lex_state = 63}, + [2421] = {.lex_state = 63}, + [2422] = {.lex_state = 63, .external_lex_state = 10}, + [2423] = {.lex_state = 63}, + [2424] = {.lex_state = 63}, + [2425] = {.lex_state = 63}, + [2426] = {.lex_state = 63, .external_lex_state = 10}, + [2427] = {.lex_state = 63}, + [2428] = {.lex_state = 63}, + [2429] = {.lex_state = 63}, + [2430] = {.lex_state = 63}, + [2431] = {.lex_state = 63}, + [2432] = {.lex_state = 63}, + [2433] = {.lex_state = 63}, + [2434] = {.lex_state = 63}, + [2435] = {.lex_state = 63, .external_lex_state = 10}, + [2436] = {.lex_state = 63}, + [2437] = {.lex_state = 63}, + [2438] = {.lex_state = 63}, + [2439] = {.lex_state = 63}, + [2440] = {.lex_state = 63}, + [2441] = {.lex_state = 63}, + [2442] = {.lex_state = 63}, + [2443] = {.lex_state = 63}, + [2444] = {.lex_state = 63}, + [2445] = {.lex_state = 63}, + [2446] = {.lex_state = 63}, + [2447] = {.lex_state = 63, .external_lex_state = 12}, + [2448] = {.lex_state = 63}, + [2449] = {.lex_state = 63}, + [2450] = {.lex_state = 63}, + [2451] = {.lex_state = 63}, + [2452] = {.lex_state = 63}, + [2453] = {.lex_state = 63}, + [2454] = {.lex_state = 63}, + [2455] = {.lex_state = 63}, + [2456] = {.lex_state = 63}, + [2457] = {.lex_state = 63}, + [2458] = {.lex_state = 63}, + [2459] = {.lex_state = 63}, + [2460] = {.lex_state = 63}, + [2461] = {.lex_state = 63}, + [2462] = {.lex_state = 63}, + [2463] = {.lex_state = 63}, + [2464] = {.lex_state = 63}, + [2465] = {.lex_state = 63}, + [2466] = {.lex_state = 63}, + [2467] = {.lex_state = 63}, + [2468] = {.lex_state = 63}, + [2469] = {.lex_state = 63}, + [2470] = {.lex_state = 63}, + [2471] = {.lex_state = 63}, + [2472] = {.lex_state = 63}, + [2473] = {.lex_state = 63}, + [2474] = {.lex_state = 63}, + [2475] = {.lex_state = 63}, + [2476] = {.lex_state = 63}, + [2477] = {.lex_state = 63}, + [2478] = {.lex_state = 63}, + [2479] = {.lex_state = 63}, + [2480] = {.lex_state = 63}, + [2481] = {.lex_state = 63}, + [2482] = {.lex_state = 63}, + [2483] = {.lex_state = 63}, + [2484] = {.lex_state = 63}, + [2485] = {.lex_state = 63}, + [2486] = {.lex_state = 63}, + [2487] = {.lex_state = 63}, + [2488] = {.lex_state = 63}, + [2489] = {.lex_state = 63}, + [2490] = {.lex_state = 63}, + [2491] = {.lex_state = 63}, + [2492] = {.lex_state = 63}, + [2493] = {.lex_state = 63}, + [2494] = {.lex_state = 63}, + [2495] = {.lex_state = 63}, + [2496] = {.lex_state = 63}, + [2497] = {.lex_state = 63}, + [2498] = {.lex_state = 63}, + [2499] = {.lex_state = 63}, + [2500] = {.lex_state = 63}, + [2501] = {.lex_state = 63}, + [2502] = {.lex_state = 63}, + [2503] = {.lex_state = 63}, + [2504] = {.lex_state = 63}, + [2505] = {.lex_state = 63}, + [2506] = {.lex_state = 63}, + [2507] = {.lex_state = 63}, + [2508] = {.lex_state = 63}, + [2509] = {.lex_state = 63}, + [2510] = {.lex_state = 63}, + [2511] = {.lex_state = 63}, + [2512] = {.lex_state = 63}, + [2513] = {.lex_state = 63}, }; static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { @@ -12685,10 +12568,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1), [aux_sym_namespace_definition_token1] = ACTIONS(1), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1), + [aux_sym_namespace_use_clause_token3] = ACTIONS(1), [anon_sym_BSLASH] = ACTIONS(1), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(1), [anon_sym_LBRACE] = ACTIONS(1), [anon_sym_RBRACE] = ACTIONS(1), [aux_sym_trait_declaration_token1] = ACTIONS(1), @@ -12704,15 +12587,15 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_abstract_modifier_token1] = ACTIONS(1), [aux_sym_readonly_modifier_token1] = ACTIONS(1), [aux_sym_class_interface_clause_token1] = ACTIONS(1), + [anon_sym_EQ_GT] = ACTIONS(1), [sym_var_modifier] = ACTIONS(1), [aux_sym_use_instead_of_clause_token1] = ACTIONS(1), [aux_sym_visibility_modifier_token1] = ACTIONS(1), [aux_sym_visibility_modifier_token2] = ACTIONS(1), [aux_sym_visibility_modifier_token3] = ACTIONS(1), - [aux_sym__arrow_function_header_token1] = ACTIONS(1), - [anon_sym_EQ_GT] = ACTIONS(1), [anon_sym_LPAREN] = ACTIONS(1), [anon_sym_RPAREN] = ACTIONS(1), + [aux_sym__arrow_function_header_token1] = ACTIONS(1), [anon_sym_DOT_DOT_DOT] = ACTIONS(1), [anon_sym_QMARK] = ACTIONS(1), [sym_bottom_type] = ACTIONS(1), @@ -12780,7 +12663,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_clone_expression_token1] = ACTIONS(1), [anon_sym_COLON_COLON] = ACTIONS(1), [aux_sym_print_intrinsic_token1] = ACTIONS(1), - [aux_sym_object_creation_expression_token1] = ACTIONS(1), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1), [anon_sym_DASH_DASH] = ACTIONS(1), [anon_sym_PLUS_PLUS] = ACTIONS(1), [anon_sym_STAR_STAR_EQ] = ACTIONS(1), @@ -12855,108 +12738,122 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_sentinel_error] = ACTIONS(1), }, [1] = { - [sym_program] = STATE(2565), - [sym_statement] = STATE(14), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(14), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_program] = STATE(2387), + [sym_statement] = STATE(16), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(16), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [ts_builtin_sym_end] = ACTIONS(5), [sym_name] = ACTIONS(7), [anon_sym_QMARK_GT] = ACTIONS(9), @@ -12966,8 +12863,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -12981,8 +12878,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -13010,7 +12907,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -13036,106 +12933,120 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [2] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [ts_builtin_sym_end] = ACTIONS(137), [sym_name] = ACTIONS(139), [anon_sym_QMARK_GT] = ACTIONS(137), @@ -13144,8 +13055,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(148), [aux_sym_namespace_definition_token1] = ACTIONS(151), [aux_sym_namespace_use_declaration_token1] = ACTIONS(154), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(157), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(160), + [aux_sym_namespace_use_clause_token1] = ACTIONS(157), + [aux_sym_namespace_use_clause_token2] = ACTIONS(160), [anon_sym_BSLASH] = ACTIONS(163), [anon_sym_LBRACE] = ACTIONS(166), [anon_sym_RBRACE] = ACTIONS(137), @@ -13161,8 +13072,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(195), [aux_sym_visibility_modifier_token2] = ACTIONS(195), [aux_sym_visibility_modifier_token3] = ACTIONS(195), - [aux_sym__arrow_function_header_token1] = ACTIONS(198), - [anon_sym_LPAREN] = ACTIONS(201), + [anon_sym_LPAREN] = ACTIONS(198), + [aux_sym__arrow_function_header_token1] = ACTIONS(201), [aux_sym_cast_type_token1] = ACTIONS(204), [aux_sym_echo_statement_token1] = ACTIONS(207), [aux_sym_exit_statement_token1] = ACTIONS(210), @@ -13197,7 +13108,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(267), [aux_sym_clone_expression_token1] = ACTIONS(270), [aux_sym_print_intrinsic_token1] = ACTIONS(273), - [aux_sym_object_creation_expression_token1] = ACTIONS(276), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(276), [anon_sym_DASH_DASH] = ACTIONS(279), [anon_sym_PLUS_PLUS] = ACTIONS(279), [aux_sym__list_destructing_token1] = ACTIONS(282), @@ -13223,114 +13134,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [3] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [anon_sym_RBRACE] = ACTIONS(330), @@ -13346,8 +13271,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -13377,7 +13302,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -13402,115 +13327,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [4] = { - [sym_statement] = STATE(3), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(3), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [anon_sym_RBRACE] = ACTIONS(334), @@ -13526,8 +13465,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -13557,7 +13496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -13582,115 +13521,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [5] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(3), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(3), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [anon_sym_RBRACE] = ACTIONS(338), @@ -13706,8 +13659,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -13737,7 +13690,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -13762,115 +13715,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [6] = { - [sym_statement] = STATE(5), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(5), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(4), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(4), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [anon_sym_RBRACE] = ACTIONS(342), @@ -13886,8 +13853,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -13917,7 +13884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -13942,115 +13909,322 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [7] = { - [sym_statement] = STATE(11), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(11), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(462), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_colon_block] = STATE(2402), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(461), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(346), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(348), + [aux_sym_class_declaration_token1] = ACTIONS(37), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(45), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(350), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(352), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(346), + }, + [8] = { + [sym_statement] = STATE(9), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(9), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -14064,8 +14238,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -14080,13 +14254,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_while_statement_token2] = ACTIONS(346), + [aux_sym_while_statement_token2] = ACTIONS(360), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_foreach_statement_token2] = ACTIONS(346), + [aux_sym_foreach_statement_token2] = ACTIONS(360), [aux_sym_if_statement_token1] = ACTIONS(85), - [aux_sym_if_statement_token2] = ACTIONS(346), + [aux_sym_if_statement_token2] = ACTIONS(360), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -14096,7 +14270,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -14120,295 +14294,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [8] = { - [sym_statement] = STATE(8), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(8), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(139), - [anon_sym_SEMI] = ACTIONS(142), - [aux_sym_function_static_declaration_token1] = ACTIONS(145), - [aux_sym_global_declaration_token1] = ACTIONS(148), - [aux_sym_namespace_definition_token1] = ACTIONS(151), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(154), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(157), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(160), - [anon_sym_BSLASH] = ACTIONS(163), - [anon_sym_LBRACE] = ACTIONS(166), - [aux_sym_trait_declaration_token1] = ACTIONS(169), - [aux_sym_interface_declaration_token1] = ACTIONS(172), - [aux_sym_enum_declaration_token1] = ACTIONS(175), - [aux_sym_class_declaration_token1] = ACTIONS(180), - [aux_sym_final_modifier_token1] = ACTIONS(183), - [aux_sym_abstract_modifier_token1] = ACTIONS(186), - [aux_sym_readonly_modifier_token1] = ACTIONS(189), - [sym_var_modifier] = ACTIONS(192), - [aux_sym_visibility_modifier_token1] = ACTIONS(195), - [aux_sym_visibility_modifier_token2] = ACTIONS(195), - [aux_sym_visibility_modifier_token3] = ACTIONS(195), - [aux_sym__arrow_function_header_token1] = ACTIONS(198), - [anon_sym_LPAREN] = ACTIONS(201), - [aux_sym_cast_type_token1] = ACTIONS(204), - [aux_sym_echo_statement_token1] = ACTIONS(207), - [aux_sym_exit_statement_token1] = ACTIONS(210), - [anon_sym_unset] = ACTIONS(213), - [aux_sym_declare_statement_token1] = ACTIONS(348), - [sym_float] = ACTIONS(219), - [aux_sym_try_statement_token1] = ACTIONS(222), - [aux_sym_goto_statement_token1] = ACTIONS(225), - [aux_sym_continue_statement_token1] = ACTIONS(228), - [aux_sym_break_statement_token1] = ACTIONS(231), - [sym_integer] = ACTIONS(219), - [aux_sym_return_statement_token1] = ACTIONS(234), - [aux_sym_throw_expression_token1] = ACTIONS(237), - [aux_sym_while_statement_token1] = ACTIONS(351), - [aux_sym_do_statement_token1] = ACTIONS(243), - [aux_sym_for_statement_token1] = ACTIONS(354), - [aux_sym_foreach_statement_token1] = ACTIONS(357), - [aux_sym_if_statement_token1] = ACTIONS(360), - [aux_sym_if_statement_token2] = ACTIONS(178), - [aux_sym_else_if_clause_token1] = ACTIONS(178), - [aux_sym_else_clause_token1] = ACTIONS(178), - [aux_sym_match_expression_token1] = ACTIONS(255), - [aux_sym_switch_statement_token1] = ACTIONS(258), - [anon_sym_PLUS] = ACTIONS(261), - [anon_sym_DASH] = ACTIONS(261), - [anon_sym_TILDE] = ACTIONS(264), - [anon_sym_BANG] = ACTIONS(264), - [anon_sym_AT] = ACTIONS(267), - [aux_sym_clone_expression_token1] = ACTIONS(270), - [aux_sym_print_intrinsic_token1] = ACTIONS(273), - [aux_sym_object_creation_expression_token1] = ACTIONS(276), - [anon_sym_DASH_DASH] = ACTIONS(279), - [anon_sym_PLUS_PLUS] = ACTIONS(279), - [aux_sym__list_destructing_token1] = ACTIONS(282), - [anon_sym_LBRACK] = ACTIONS(285), - [anon_sym_self] = ACTIONS(288), - [anon_sym_parent] = ACTIONS(288), - [aux_sym__argument_name_token1] = ACTIONS(291), - [aux_sym__argument_name_token2] = ACTIONS(294), - [anon_sym_POUND_LBRACK] = ACTIONS(297), - [aux_sym_encapsed_string_token1] = ACTIONS(300), - [anon_sym_DQUOTE] = ACTIONS(300), - [aux_sym_string_token1] = ACTIONS(303), - [anon_sym_SQUOTE] = ACTIONS(303), - [anon_sym_LT_LT_LT] = ACTIONS(306), - [anon_sym_BQUOTE] = ACTIONS(309), - [anon_sym_DOLLAR] = ACTIONS(312), - [aux_sym_yield_expression_token1] = ACTIONS(315), - [aux_sym_include_expression_token1] = ACTIONS(318), - [aux_sym_include_once_expression_token1] = ACTIONS(321), - [aux_sym_require_expression_token1] = ACTIONS(324), - [aux_sym_require_once_expression_token1] = ACTIONS(327), - [sym_comment] = ACTIONS(3), - }, [9] = { - [sym_statement] = STATE(10), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(10), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -14422,13 +14431,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -14437,14 +14446,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_while_statement_token2] = ACTIONS(362), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), - [aux_sym_if_statement_token2] = ACTIONS(346), - [aux_sym_else_if_clause_token1] = ACTIONS(346), - [aux_sym_else_clause_token1] = ACTIONS(346), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_foreach_statement_token2] = ACTIONS(362), + [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_if_statement_token2] = ACTIONS(362), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -14454,7 +14463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -14479,115 +14488,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [10] = { - [sym_statement] = STATE(8), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(8), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(11), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(11), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -14601,13 +14624,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -14616,14 +14639,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), - [aux_sym_if_statement_token2] = ACTIONS(373), - [aux_sym_else_if_clause_token1] = ACTIONS(373), - [aux_sym_else_clause_token1] = ACTIONS(373), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), + [aux_sym_if_statement_token2] = ACTIONS(360), + [aux_sym_else_if_clause_token1] = ACTIONS(360), + [aux_sym_else_clause_token1] = ACTIONS(360), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -14633,7 +14656,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -14658,115 +14681,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [11] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(15), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -14780,13 +14817,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -14795,14 +14832,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_while_statement_token2] = ACTIONS(373), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_foreach_statement_token2] = ACTIONS(373), - [aux_sym_if_statement_token1] = ACTIONS(85), - [aux_sym_if_statement_token2] = ACTIONS(373), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), + [aux_sym_if_statement_token2] = ACTIONS(362), + [aux_sym_else_if_clause_token1] = ACTIONS(362), + [aux_sym_else_clause_token1] = ACTIONS(362), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -14812,7 +14849,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -14837,152 +14874,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [12] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [ts_builtin_sym_end] = ACTIONS(375), - [sym_name] = ACTIONS(7), - [anon_sym_QMARK_GT] = ACTIONS(377), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [sym_statement] = STATE(1975), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_colon_block] = STATE(2391), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(1977), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(366), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(348), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -14990,7 +15041,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -15013,124 +15064,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(366), }, [13] = { - [sym_statement] = STATE(12), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(12), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [ts_builtin_sym_end] = ACTIONS(379), + [sym_statement] = STATE(462), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_colon_block] = STATE(2402), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(461), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_QMARK_GT] = ACTIONS(381), - [anon_sym_SEMI] = ACTIONS(13), + [anon_sym_SEMI] = ACTIONS(346), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(348), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -15139,8 +15205,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -15168,7 +15234,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -15191,119 +15257,520 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(346), }, [14] = { + [sym_statement] = STATE(1975), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_colon_block] = STATE(2391), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(1977), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(366), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(348), + [aux_sym_class_declaration_token1] = ACTIONS(386), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(388), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(406), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(418), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(366), + }, + [15] = { + [sym_statement] = STATE(15), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(15), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(139), + [anon_sym_SEMI] = ACTIONS(142), + [aux_sym_function_static_declaration_token1] = ACTIONS(145), + [aux_sym_global_declaration_token1] = ACTIONS(148), + [aux_sym_namespace_definition_token1] = ACTIONS(151), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(154), + [aux_sym_namespace_use_clause_token1] = ACTIONS(157), + [aux_sym_namespace_use_clause_token2] = ACTIONS(160), + [anon_sym_BSLASH] = ACTIONS(163), + [anon_sym_LBRACE] = ACTIONS(166), + [aux_sym_trait_declaration_token1] = ACTIONS(169), + [aux_sym_interface_declaration_token1] = ACTIONS(172), + [aux_sym_enum_declaration_token1] = ACTIONS(175), + [aux_sym_class_declaration_token1] = ACTIONS(180), + [aux_sym_final_modifier_token1] = ACTIONS(183), + [aux_sym_abstract_modifier_token1] = ACTIONS(186), + [aux_sym_readonly_modifier_token1] = ACTIONS(189), + [sym_var_modifier] = ACTIONS(192), + [aux_sym_visibility_modifier_token1] = ACTIONS(195), + [aux_sym_visibility_modifier_token2] = ACTIONS(195), + [aux_sym_visibility_modifier_token3] = ACTIONS(195), + [anon_sym_LPAREN] = ACTIONS(198), + [aux_sym__arrow_function_header_token1] = ACTIONS(201), + [aux_sym_cast_type_token1] = ACTIONS(204), + [aux_sym_echo_statement_token1] = ACTIONS(207), + [aux_sym_exit_statement_token1] = ACTIONS(210), + [anon_sym_unset] = ACTIONS(213), + [aux_sym_declare_statement_token1] = ACTIONS(430), + [sym_float] = ACTIONS(219), + [aux_sym_try_statement_token1] = ACTIONS(222), + [aux_sym_goto_statement_token1] = ACTIONS(225), + [aux_sym_continue_statement_token1] = ACTIONS(228), + [aux_sym_break_statement_token1] = ACTIONS(231), + [sym_integer] = ACTIONS(219), + [aux_sym_return_statement_token1] = ACTIONS(234), + [aux_sym_throw_expression_token1] = ACTIONS(237), + [aux_sym_while_statement_token1] = ACTIONS(433), + [aux_sym_do_statement_token1] = ACTIONS(243), + [aux_sym_for_statement_token1] = ACTIONS(436), + [aux_sym_foreach_statement_token1] = ACTIONS(439), + [aux_sym_if_statement_token1] = ACTIONS(442), + [aux_sym_if_statement_token2] = ACTIONS(178), + [aux_sym_else_if_clause_token1] = ACTIONS(178), + [aux_sym_else_clause_token1] = ACTIONS(178), + [aux_sym_match_expression_token1] = ACTIONS(255), + [aux_sym_switch_statement_token1] = ACTIONS(258), + [anon_sym_PLUS] = ACTIONS(261), + [anon_sym_DASH] = ACTIONS(261), + [anon_sym_TILDE] = ACTIONS(264), + [anon_sym_BANG] = ACTIONS(264), + [anon_sym_AT] = ACTIONS(267), + [aux_sym_clone_expression_token1] = ACTIONS(270), + [aux_sym_print_intrinsic_token1] = ACTIONS(273), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(276), + [anon_sym_DASH_DASH] = ACTIONS(279), + [anon_sym_PLUS_PLUS] = ACTIONS(279), + [aux_sym__list_destructing_token1] = ACTIONS(282), + [anon_sym_LBRACK] = ACTIONS(285), + [anon_sym_self] = ACTIONS(288), + [anon_sym_parent] = ACTIONS(288), + [aux_sym__argument_name_token1] = ACTIONS(291), + [aux_sym__argument_name_token2] = ACTIONS(294), + [anon_sym_POUND_LBRACK] = ACTIONS(297), + [aux_sym_encapsed_string_token1] = ACTIONS(300), + [anon_sym_DQUOTE] = ACTIONS(300), + [aux_sym_string_token1] = ACTIONS(303), + [anon_sym_SQUOTE] = ACTIONS(303), + [anon_sym_LT_LT_LT] = ACTIONS(306), + [anon_sym_BQUOTE] = ACTIONS(309), + [anon_sym_DOLLAR] = ACTIONS(312), + [aux_sym_yield_expression_token1] = ACTIONS(315), + [aux_sym_include_expression_token1] = ACTIONS(318), + [aux_sym_include_once_expression_token1] = ACTIONS(321), + [aux_sym_require_expression_token1] = ACTIONS(324), + [aux_sym_require_once_expression_token1] = ACTIONS(327), + [sym_comment] = ACTIONS(3), + }, + [16] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [ts_builtin_sym_end] = ACTIONS(379), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [ts_builtin_sym_end] = ACTIONS(445), [sym_name] = ACTIONS(7), - [anon_sym_QMARK_GT] = ACTIONS(381), + [anon_sym_QMARK_GT] = ACTIONS(447), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -15317,8 +15784,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -15346,7 +15813,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -15370,122 +15837,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [15] = { - [sym_statement] = STATE(532), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_colon_block] = STATE(2592), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [17] = { + [sym_statement] = STATE(498), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(498), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(383), + [anon_sym_SEMI] = ACTIONS(449), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(385), + [anon_sym_COLON] = ACTIONS(451), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -15494,13 +15975,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -15509,11 +15990,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -15523,7 +16004,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -15546,154 +16027,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(387), + [sym__automatic_semicolon] = ACTIONS(449), }, - [16] = { - [sym_statement] = STATE(2104), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_colon_block] = STATE(2480), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(391), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [18] = { + [sym_statement] = STATE(448), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(448), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(453), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(385), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(455), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), + [aux_sym_while_statement_token1] = ACTIONS(352), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -15701,7 +16196,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -15724,124 +16219,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(445), + [sym__automatic_semicolon] = ACTIONS(453), }, - [17] = { - [sym_statement] = STATE(532), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_colon_block] = STATE(2592), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [19] = { + [sym_statement] = STATE(444), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(444), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(383), + [anon_sym_SEMI] = ACTIONS(457), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(385), + [anon_sym_COLON] = ACTIONS(459), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -15850,13 +16359,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -15865,11 +16374,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -15879,7 +16388,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -15902,154 +16411,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(387), + [sym__automatic_semicolon] = ACTIONS(457), }, - [18] = { - [sym_statement] = STATE(2104), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_colon_block] = STATE(2480), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(391), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [20] = { + [sym_statement] = STATE(2024), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2024), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(461), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(385), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(463), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -16057,7 +16580,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -16080,124 +16603,331 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(445), + [sym__automatic_semicolon] = ACTIONS(461), }, - [19] = { - [sym_statement] = STATE(426), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_colon_block] = STATE(1592), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [21] = { + [sym_statement] = STATE(2001), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2001), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(465), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(467), + [aux_sym_class_declaration_token1] = ACTIONS(386), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(388), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(406), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(418), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(465), + }, + [22] = { + [sym_statement] = STATE(28), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(28), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [ts_builtin_sym_end] = ACTIONS(445), [sym_name] = ACTIONS(7), + [anon_sym_QMARK_GT] = ACTIONS(447), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(457), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -16206,13 +16936,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -16221,11 +16951,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -16235,7 +16965,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -16259,151 +16989,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [20] = { - [sym_statement] = STATE(2021), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(459), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [23] = { + [sym_statement] = STATE(2024), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2024), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(461), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(461), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(463), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -16411,7 +17156,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -16434,154 +17179,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(463), + [sym__automatic_semicolon] = ACTIONS(461), }, - [21] = { - [sym_statement] = STATE(1600), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_colon_block] = STATE(1591), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [24] = { + [sym_statement] = STATE(465), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(465), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(469), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(457), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(471), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -16589,7 +17348,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -16612,122 +17371,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(469), }, - [22] = { - [sym_statement] = STATE(531), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [25] = { + [sym_statement] = STATE(465), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(465), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(467), + [anon_sym_SEMI] = ACTIONS(469), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(469), + [anon_sym_COLON] = ACTIONS(471), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -16736,13 +17511,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -16751,11 +17526,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -16765,7 +17540,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -16788,154 +17563,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(471), + [sym__automatic_semicolon] = ACTIONS(469), }, - [23] = { - [sym_statement] = STATE(1944), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_colon_block] = STATE(2511), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), + [26] = { + [sym_statement] = STATE(2001), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2001), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(385), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(467), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -16943,7 +17732,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -16966,122 +17755,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(465), }, - [24] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [27] = { + [sym_statement] = STATE(498), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(498), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), + [anon_sym_SEMI] = ACTIONS(449), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(451), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -17090,8 +17895,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -17108,7 +17913,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(473), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -17120,7 +17924,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -17143,122 +17947,139 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(449), }, - [25] = { - [sym_statement] = STATE(496), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [28] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [ts_builtin_sym_end] = ACTIONS(473), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(475), + [anon_sym_QMARK_GT] = ACTIONS(475), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(477), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -17267,8 +18088,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -17296,7 +18117,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -17319,154 +18140,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(479), }, - [26] = { - [sym_statement] = STATE(28), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(28), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [29] = { + [sym_statement] = STATE(2016), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2016), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(477), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(479), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(473), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -17474,7 +18308,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -17497,152 +18331,360 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(477), }, - [27] = { - [sym_statement] = STATE(465), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), + [30] = { + [sym_statement] = STATE(1953), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(1953), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), [anon_sym_SEMI] = ACTIONS(481), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), [anon_sym_COLON] = ACTIONS(483), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(481), + }, + [31] = { + [sym_statement] = STATE(1877), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(1877), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(485), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(487), + [aux_sym_class_declaration_token1] = ACTIONS(386), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(388), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(406), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -17650,7 +18692,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -17675,152 +18717,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), [sym__automatic_semicolon] = ACTIONS(485), }, - [28] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [32] = { + [sym_statement] = STATE(2016), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2016), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(477), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(479), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(487), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -17828,7 +18884,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -17851,122 +18907,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(477), }, - [29] = { - [sym_statement] = STATE(31), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(31), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [33] = { + [sym_statement] = STATE(448), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(448), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), + [anon_sym_SEMI] = ACTIONS(453), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(455), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -17975,8 +19047,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -17993,7 +19065,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(487), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -18005,7 +19076,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -18028,122 +19099,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(453), }, - [30] = { - [sym_statement] = STATE(496), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [34] = { + [sym_statement] = STATE(433), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(433), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(475), + [anon_sym_SEMI] = ACTIONS(489), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(477), + [anon_sym_COLON] = ACTIONS(491), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -18152,13 +19239,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -18167,11 +19254,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -18181,7 +19268,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -18204,123 +19291,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(479), + [sym__automatic_semicolon] = ACTIONS(489), }, - [31] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [35] = { + [sym_statement] = STATE(433), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(433), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), + [anon_sym_SEMI] = ACTIONS(489), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(491), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -18329,8 +19431,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -18347,7 +19449,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(489), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -18359,7 +19460,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -18382,153 +19483,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(489), }, - [32] = { - [sym_statement] = STATE(33), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(33), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [36] = { + [sym_statement] = STATE(1953), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(1953), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(481), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(483), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(489), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -18536,7 +19652,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -18559,153 +19675,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(481), }, - [33] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [37] = { + [sym_statement] = STATE(1877), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(1877), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(485), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(487), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(491), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -18713,7 +19844,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -18736,123 +19867,138 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(485), }, - [34] = { - [sym_statement] = STATE(498), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_colon_block] = STATE(2472), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [38] = { + [sym_statement] = STATE(444), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(444), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), + [anon_sym_SEMI] = ACTIONS(457), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(385), + [anon_sym_COLON] = ACTIONS(459), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -18861,13 +20007,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -18876,11 +20022,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -18890,7 +20036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -18913,153 +20059,168 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(457), }, - [35] = { - [sym_statement] = STATE(1944), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_colon_block] = STATE(2511), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [39] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(385), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token2] = ACTIONS(493), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -19067,7 +20228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -19091,119 +20252,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [36] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [40] = { + [sym_statement] = STATE(75), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(75), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(493), + [anon_sym_RBRACE] = ACTIONS(495), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -19215,8 +20390,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -19244,7 +20419,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -19268,118 +20443,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [37] = { - [sym_statement] = STATE(74), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(74), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [41] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(497), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -19391,8 +20581,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -19409,7 +20599,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(495), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -19421,7 +20610,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -19445,119 +20634,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [38] = { - [sym_statement] = STATE(36), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(36), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [42] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(497), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -19569,8 +20771,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -19587,6 +20789,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(499), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -19598,7 +20801,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -19622,151 +20825,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [39] = { - [sym_statement] = STATE(2139), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(499), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [43] = { + [sym_statement] = STATE(1530), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_colon_block] = STATE(1522), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(501), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(503), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -19774,7 +20992,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -19797,153 +21015,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(503), }, - [40] = { - [sym_statement] = STATE(2132), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(505), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [44] = { + [sym_statement] = STATE(476), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_colon_block] = STATE(2477), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(507), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(348), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(352), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -19951,7 +21183,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -19974,118 +21206,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(509), }, - [41] = { + [45] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -20099,8 +21344,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -20117,7 +21362,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(495), + [aux_sym_for_statement_token2] = ACTIONS(505), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -20129,7 +21374,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -20153,151 +21398,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [42] = { - [sym_statement] = STATE(1888), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(511), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [46] = { + [sym_statement] = STATE(1836), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_colon_block] = STATE(2452), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(513), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(348), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -20305,7 +21565,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -20328,153 +21588,167 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(515), }, - [43] = { - [sym_statement] = STATE(2060), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(517), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [47] = { + [sym_statement] = STATE(1507), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_colon_block] = STATE(1522), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(519), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(503), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -20482,7 +21756,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -20505,123 +21779,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(521), }, - [44] = { - [sym_statement] = STATE(542), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [48] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(523), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(525), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -20630,13 +21917,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -20645,11 +21932,12 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(507), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -20659,7 +21947,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -20682,118 +21970,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(527), }, - [45] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [49] = { + [sym_statement] = STATE(48), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(48), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -20807,8 +22108,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -20825,7 +22126,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(529), + [aux_sym_for_statement_token2] = ACTIONS(509), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -20837,7 +22138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -20861,116 +22162,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [46] = { - [sym_statement] = STATE(62), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(62), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [50] = { + [sym_statement] = STATE(45), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(45), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -20984,14 +22299,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), [aux_sym_declare_statement_token1] = ACTIONS(61), - [aux_sym_declare_statement_token2] = ACTIONS(531), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -21003,6 +22317,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(511), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -21014,7 +22329,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -21038,116 +22353,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [47] = { + [51] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -21161,14 +22490,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), [aux_sym_declare_statement_token1] = ACTIONS(61), - [aux_sym_declare_statement_token2] = ACTIONS(533), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -21180,6 +22508,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(509), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -21191,7 +22520,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -21215,119 +22544,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [48] = { - [sym_statement] = STATE(55), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(55), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [52] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(535), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -21339,8 +22681,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -21357,6 +22699,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(511), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -21368,7 +22711,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -21392,116 +22735,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [49] = { - [sym_statement] = STATE(45), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(45), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [53] = { + [sym_statement] = STATE(51), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(51), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -21515,8 +22872,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -21533,7 +22890,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(537), + [aux_sym_for_statement_token2] = ACTIONS(513), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -21545,7 +22902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -21569,119 +22926,323 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [50] = { + [54] = { + [sym_statement] = STATE(52), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(52), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [aux_sym_class_declaration_token1] = ACTIONS(37), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(45), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(61), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(515), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + }, + [55] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(539), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -21693,8 +23254,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -21711,6 +23272,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(513), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -21722,7 +23284,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -21746,119 +23308,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [51] = { - [sym_statement] = STATE(50), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(50), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [56] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(541), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -21870,8 +23445,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -21888,6 +23463,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(515), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -21899,7 +23475,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -21923,152 +23499,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [52] = { - [sym_statement] = STATE(41), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(41), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [57] = { + [sym_statement] = STATE(1836), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_colon_block] = STATE(2452), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [aux_sym_class_declaration_token1] = ACTIONS(37), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [anon_sym_COLON] = ACTIONS(348), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(529), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -22076,7 +23666,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -22100,121 +23690,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [53] = { - [sym_statement] = STATE(465), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [58] = { + [sym_statement] = STATE(55), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(55), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(481), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(483), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -22223,8 +23827,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -22241,6 +23845,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(517), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -22252,7 +23857,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -22275,123 +23880,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(485), }, - [54] = { - [sym_statement] = STATE(531), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [59] = { + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(467), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(469), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -22400,8 +24018,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -22418,6 +24036,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(517), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -22429,7 +24048,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -22452,121 +24071,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(471), }, - [55] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [60] = { + [sym_statement] = STATE(59), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(59), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(543), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -22578,8 +24209,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -22596,6 +24227,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(519), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -22607,7 +24239,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -22631,122 +24263,136 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [56] = { - [sym_statement] = STATE(498), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_colon_block] = STATE(2472), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [61] = { + [sym_statement] = STATE(63), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(63), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(521), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(385), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -22755,8 +24401,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -22784,7 +24430,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -22808,116 +24454,130 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [57] = { - [sym_statement] = STATE(24), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(24), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [62] = { + [sym_statement] = STATE(56), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(56), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -22931,8 +24591,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -22949,7 +24609,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(545), + [aux_sym_for_statement_token2] = ACTIONS(523), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -22961,7 +24621,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -22985,826 +24645,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [58] = { - [sym_statement] = STATE(427), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_colon_block] = STATE(1592), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(13), - [aux_sym_function_static_declaration_token1] = ACTIONS(15), - [aux_sym_global_declaration_token1] = ACTIONS(17), - [aux_sym_namespace_definition_token1] = ACTIONS(19), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(29), - [aux_sym_trait_declaration_token1] = ACTIONS(31), - [aux_sym_interface_declaration_token1] = ACTIONS(33), - [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(457), - [aux_sym_class_declaration_token1] = ACTIONS(37), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(45), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(55), - [aux_sym_exit_statement_token1] = ACTIONS(57), - [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(65), - [aux_sym_goto_statement_token1] = ACTIONS(67), - [aux_sym_continue_statement_token1] = ACTIONS(69), - [aux_sym_break_statement_token1] = ACTIONS(71), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(73), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), - [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(89), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [59] = { - [sym_statement] = STATE(1613), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_colon_block] = STATE(1591), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(457), - [aux_sym_class_declaration_token1] = ACTIONS(411), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [60] = { - [sym_statement] = STATE(2139), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(499), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(501), - [aux_sym_class_declaration_token1] = ACTIONS(411), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(503), - }, - [61] = { - [sym_statement] = STATE(2132), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(505), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(507), - [aux_sym_class_declaration_token1] = ACTIONS(411), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(509), - }, - [62] = { + [63] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(525), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -23816,14 +24783,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), [aux_sym_declare_statement_token1] = ACTIONS(61), - [aux_sym_declare_statement_token2] = ACTIONS(547), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -23846,7 +24812,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -23870,328 +24836,166 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [63] = { - [sym_statement] = STATE(1888), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(511), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(513), - [aux_sym_class_declaration_token1] = ACTIONS(411), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(515), - }, [64] = { - [sym_statement] = STATE(2060), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(517), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [sym_statement] = STATE(42), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(42), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(519), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), + [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_for_statement_token2] = ACTIONS(505), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -24199,7 +25003,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -24222,123 +25026,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(521), }, [65] = { - [sym_statement] = STATE(467), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(409), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_colon_block] = STATE(1537), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(549), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(551), + [anon_sym_COLON] = ACTIONS(503), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -24347,13 +25165,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -24362,11 +25180,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -24376,7 +25194,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -24399,123 +25217,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(553), }, [66] = { - [sym_statement] = STATE(47), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(47), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(476), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_colon_block] = STATE(2477), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(348), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -24524,14 +25356,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), [aux_sym_declare_statement_token1] = ACTIONS(61), - [aux_sym_declare_statement_token2] = ACTIONS(555), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -24554,7 +25385,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -24579,150 +25410,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [67] = { - [sym_statement] = STATE(2021), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(459), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [sym_statement] = STATE(406), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_colon_block] = STATE(1537), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [anon_sym_COLON] = ACTIONS(461), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [anon_sym_COLON] = ACTIONS(503), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), + [aux_sym_while_statement_token1] = ACTIONS(352), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -24730,7 +25576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -24753,121 +25599,133 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(463), }, [68] = { - [sym_statement] = STATE(70), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(70), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(557), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -24879,13 +25737,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token2] = ACTIONS(527), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -24908,7 +25767,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -24934,116 +25793,131 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { }, [69] = { [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(529), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -25055,8 +25929,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -25073,7 +25947,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(559), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -25085,7 +25958,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -25110,118 +25983,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [70] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(69), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(69), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), - [anon_sym_RBRACE] = ACTIONS(561), + [anon_sym_RBRACE] = ACTIONS(531), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -25233,8 +26120,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -25262,7 +26149,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -25287,120 +26174,135 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [71] = { - [sym_statement] = STATE(542), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(41), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(41), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(523), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(533), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(525), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -25409,8 +26311,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -25438,7 +26340,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -25461,123 +26363,137 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(527), }, [72] = { - [sym_statement] = STATE(467), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), - [anon_sym_SEMI] = ACTIONS(549), + [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(535), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), - [anon_sym_COLON] = ACTIONS(551), [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), @@ -25586,13 +26502,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -25601,11 +26517,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -25615,7 +26531,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -25638,120 +26554,134 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(553), }, [73] = { - [sym_statement] = STATE(69), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(69), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(72), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(72), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(537), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -25763,8 +26693,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), @@ -25781,7 +26711,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(563), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -25793,7 +26722,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -25818,115 +26747,129 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [74] = { - [sym_statement] = STATE(2), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_program_repeat1] = STATE(2), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(39), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(39), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -25940,13 +26883,14 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token2] = ACTIONS(539), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -25958,7 +26902,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_for_statement_token2] = ACTIONS(563), [aux_sym_foreach_statement_token1] = ACTIONS(83), [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), @@ -25970,7 +26913,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -25995,116 +26938,132 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [75] = { - [sym_statement] = STATE(487), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(2), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(2), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), + [anon_sym_RBRACE] = ACTIONS(541), [aux_sym_trait_declaration_token1] = ACTIONS(31), [aux_sym_interface_declaration_token1] = ACTIONS(33), [aux_sym_enum_declaration_token1] = ACTIONS(35), @@ -26116,13 +27075,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -26131,11 +27090,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -26145,7 +27104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -26170,149 +27129,165 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [76] = { - [sym_statement] = STATE(2064), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [sym_statement] = STATE(68), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_program_repeat1] = STATE(68), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [aux_sym_class_declaration_token1] = ACTIONS(37), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(45), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token2] = ACTIONS(543), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -26320,7 +27295,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -26345,464 +27320,128 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [77] = { - [sym_statement] = STATE(2061), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [aux_sym_class_declaration_token1] = ACTIONS(411), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [78] = { - [sym_statement] = STATE(2466), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [aux_sym_class_declaration_token1] = ACTIONS(411), - [aux_sym_final_modifier_token1] = ACTIONS(39), - [aux_sym_abstract_modifier_token1] = ACTIONS(41), - [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), - [aux_sym_visibility_modifier_token1] = ACTIONS(47), - [aux_sym_visibility_modifier_token2] = ACTIONS(47), - [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), - [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), - [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), - [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [79] = { - [sym_statement] = STATE(519), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(437), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -26816,13 +27455,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(61), + [aux_sym_declare_statement_token1] = ACTIONS(350), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -26831,11 +27470,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(77), + [aux_sym_while_statement_token1] = ACTIONS(352), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(81), - [aux_sym_foreach_statement_token1] = ACTIONS(83), - [aux_sym_if_statement_token1] = ACTIONS(85), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -26845,7 +27484,385 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + }, + [78] = { + [sym_statement] = STATE(491), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(7), + [anon_sym_SEMI] = ACTIONS(13), + [aux_sym_function_static_declaration_token1] = ACTIONS(15), + [aux_sym_global_declaration_token1] = ACTIONS(17), + [aux_sym_namespace_definition_token1] = ACTIONS(19), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(29), + [aux_sym_trait_declaration_token1] = ACTIONS(31), + [aux_sym_interface_declaration_token1] = ACTIONS(33), + [aux_sym_enum_declaration_token1] = ACTIONS(35), + [aux_sym_class_declaration_token1] = ACTIONS(37), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(45), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(55), + [aux_sym_exit_statement_token1] = ACTIONS(57), + [anon_sym_unset] = ACTIONS(59), + [aux_sym_declare_statement_token1] = ACTIONS(350), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(65), + [aux_sym_goto_statement_token1] = ACTIONS(67), + [aux_sym_continue_statement_token1] = ACTIONS(69), + [aux_sym_break_statement_token1] = ACTIONS(71), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(73), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(352), + [aux_sym_do_statement_token1] = ACTIONS(79), + [aux_sym_for_statement_token1] = ACTIONS(354), + [aux_sym_foreach_statement_token1] = ACTIONS(356), + [aux_sym_if_statement_token1] = ACTIONS(358), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(89), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + }, + [79] = { + [sym_statement] = STATE(2318), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [aux_sym_class_declaration_token1] = ACTIONS(386), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(388), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(406), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(418), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -26870,149 +27887,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [80] = { - [sym_statement] = STATE(2532), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [sym_statement] = STATE(1879), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(421), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(433), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(437), - [aux_sym_foreach_statement_token1] = ACTIONS(439), - [aux_sym_if_statement_token1] = ACTIONS(441), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -27020,7 +28051,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -27045,149 +28076,163 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [81] = { - [sym_statement] = STATE(2061), - [sym_empty_statement] = STATE(1891), - [sym_function_static_declaration] = STATE(1891), - [sym_global_declaration] = STATE(1891), - [sym_namespace_definition] = STATE(1891), - [sym_namespace_use_declaration] = STATE(1891), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(1891), - [sym_interface_declaration] = STATE(1891), - [sym_enum_declaration] = STATE(1891), - [sym_class_declaration] = STATE(1891), - [sym_final_modifier] = STATE(1359), - [sym_abstract_modifier] = STATE(1359), - [sym_readonly_modifier] = STATE(1359), - [sym_const_declaration] = STATE(1891), - [sym__const_declaration] = STATE(1894), - [sym__modifier] = STATE(1359), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1359), - [sym_function_definition] = STATE(1891), - [sym__function_definition_header] = STATE(2368), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(1891), - [sym_exit_statement] = STATE(1891), - [sym_unset_statement] = STATE(1891), - [sym_declare_statement] = STATE(1891), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(1891), - [sym_goto_statement] = STATE(1891), - [sym_continue_statement] = STATE(1891), - [sym_break_statement] = STATE(1891), - [sym_return_statement] = STATE(1891), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(1891), - [sym_do_statement] = STATE(1891), - [sym_for_statement] = STATE(1891), - [sym_foreach_statement] = STATE(1891), - [sym_if_statement] = STATE(1891), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(1891), - [sym_compound_statement] = STATE(1891), - [sym_named_label_statement] = STATE(1891), - [sym_expression_statement] = STATE(1891), - [sym_expression] = STATE(1243), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1355), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1359), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(389), - [anon_sym_SEMI] = ACTIONS(465), - [aux_sym_function_static_declaration_token1] = ACTIONS(393), - [aux_sym_global_declaration_token1] = ACTIONS(395), - [aux_sym_namespace_definition_token1] = ACTIONS(397), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(399), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(401), + [sym_statement] = STATE(1959), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_LBRACE] = ACTIONS(403), - [aux_sym_trait_declaration_token1] = ACTIONS(405), - [aux_sym_interface_declaration_token1] = ACTIONS(407), - [aux_sym_enum_declaration_token1] = ACTIONS(409), - [aux_sym_class_declaration_token1] = ACTIONS(411), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [aux_sym_class_declaration_token1] = ACTIONS(386), [aux_sym_final_modifier_token1] = ACTIONS(39), [aux_sym_abstract_modifier_token1] = ACTIONS(41), [aux_sym_readonly_modifier_token1] = ACTIONS(43), - [sym_var_modifier] = ACTIONS(413), + [sym_var_modifier] = ACTIONS(388), [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), - [aux_sym_echo_statement_token1] = ACTIONS(415), - [aux_sym_exit_statement_token1] = ACTIONS(417), - [anon_sym_unset] = ACTIONS(419), - [aux_sym_declare_statement_token1] = ACTIONS(447), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), [sym_float] = ACTIONS(63), - [aux_sym_try_statement_token1] = ACTIONS(423), - [aux_sym_goto_statement_token1] = ACTIONS(425), - [aux_sym_continue_statement_token1] = ACTIONS(427), - [aux_sym_break_statement_token1] = ACTIONS(429), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), - [aux_sym_return_statement_token1] = ACTIONS(431), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(449), - [aux_sym_do_statement_token1] = ACTIONS(435), - [aux_sym_for_statement_token1] = ACTIONS(451), - [aux_sym_foreach_statement_token1] = ACTIONS(453), - [aux_sym_if_statement_token1] = ACTIONS(455), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), [aux_sym_match_expression_token1] = ACTIONS(87), - [aux_sym_switch_statement_token1] = ACTIONS(443), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -27195,7 +28240,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -27220,114 +28265,317 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_comment] = ACTIONS(3), }, [82] = { - [sym_statement] = STATE(519), - [sym_empty_statement] = STATE(529), - [sym_function_static_declaration] = STATE(529), - [sym_global_declaration] = STATE(529), - [sym_namespace_definition] = STATE(529), - [sym_namespace_use_declaration] = STATE(529), - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_trait_declaration] = STATE(529), - [sym_interface_declaration] = STATE(529), - [sym_enum_declaration] = STATE(529), - [sym_class_declaration] = STATE(529), - [sym_final_modifier] = STATE(1361), - [sym_abstract_modifier] = STATE(1361), - [sym_readonly_modifier] = STATE(1361), - [sym_const_declaration] = STATE(529), - [sym__const_declaration] = STATE(546), - [sym__modifier] = STATE(1361), - [sym_static_modifier] = STATE(1420), - [sym_visibility_modifier] = STATE(1361), - [sym_function_definition] = STATE(529), - [sym__function_definition_header] = STATE(2220), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_echo_statement] = STATE(529), - [sym_exit_statement] = STATE(529), - [sym_unset_statement] = STATE(529), - [sym_declare_statement] = STATE(529), - [sym_literal] = STATE(1103), - [sym_try_statement] = STATE(529), - [sym_goto_statement] = STATE(529), - [sym_continue_statement] = STATE(529), - [sym_break_statement] = STATE(529), - [sym_return_statement] = STATE(529), - [sym_throw_expression] = STATE(1103), - [sym_while_statement] = STATE(529), - [sym_do_statement] = STATE(529), - [sym_for_statement] = STATE(529), - [sym_foreach_statement] = STATE(529), - [sym_if_statement] = STATE(529), - [sym_match_expression] = STATE(1104), - [sym_switch_statement] = STATE(529), - [sym_compound_statement] = STATE(529), - [sym_named_label_statement] = STATE(529), - [sym_expression_statement] = STATE(529), - [sym_expression] = STATE(1219), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1353), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_class_declaration_repeat1] = STATE(1361), - [aux_sym_attribute_list_repeat1] = STATE(984), + [sym_statement] = STATE(2300), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), + [anon_sym_BSLASH] = ACTIONS(27), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [aux_sym_class_declaration_token1] = ACTIONS(386), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(388), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(396), + [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), + [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(406), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(408), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(412), + [aux_sym_foreach_statement_token1] = ACTIONS(414), + [aux_sym_if_statement_token1] = ACTIONS(416), + [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(418), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + }, + [83] = { + [sym_statement] = STATE(437), + [sym_empty_statement] = STATE(493), + [sym_function_static_declaration] = STATE(493), + [sym_global_declaration] = STATE(493), + [sym_namespace_definition] = STATE(493), + [sym_namespace_use_declaration] = STATE(493), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(493), + [sym_interface_declaration] = STATE(493), + [sym_enum_declaration] = STATE(493), + [sym_class_declaration] = STATE(493), + [sym_final_modifier] = STATE(1270), + [sym_abstract_modifier] = STATE(1270), + [sym_readonly_modifier] = STATE(1270), + [sym_const_declaration] = STATE(493), + [sym__const_declaration] = STATE(496), + [sym__modifier] = STATE(1270), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1270), + [sym_function_definition] = STATE(493), + [sym__function_definition_header] = STATE(2126), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(493), + [sym_exit_statement] = STATE(493), + [sym_unset_statement] = STATE(493), + [sym_declare_statement] = STATE(493), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(493), + [sym_goto_statement] = STATE(493), + [sym_continue_statement] = STATE(493), + [sym_break_statement] = STATE(493), + [sym_return_statement] = STATE(493), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(493), + [sym_do_statement] = STATE(493), + [sym_for_statement] = STATE(493), + [sym_foreach_statement] = STATE(493), + [sym_if_statement] = STATE(493), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(493), + [sym_compound_statement] = STATE(493), + [sym_named_label_statement] = STATE(493), + [sym_expression_statement] = STATE(493), + [sym_expression] = STATE(1126), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1259), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1270), + [aux_sym_attribute_list_repeat1] = STATE(948), [sym_name] = ACTIONS(7), [anon_sym_SEMI] = ACTIONS(13), [aux_sym_function_static_declaration_token1] = ACTIONS(15), [aux_sym_global_declaration_token1] = ACTIONS(17), [aux_sym_namespace_definition_token1] = ACTIONS(19), [aux_sym_namespace_use_declaration_token1] = ACTIONS(21), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(23), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(25), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(25), [anon_sym_BSLASH] = ACTIONS(27), [anon_sym_LBRACE] = ACTIONS(29), [aux_sym_trait_declaration_token1] = ACTIONS(31), @@ -27341,13 +28589,13 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(47), [aux_sym_visibility_modifier_token2] = ACTIONS(47), [aux_sym_visibility_modifier_token3] = ACTIONS(47), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [aux_sym_echo_statement_token1] = ACTIONS(55), [aux_sym_exit_statement_token1] = ACTIONS(57), [anon_sym_unset] = ACTIONS(59), - [aux_sym_declare_statement_token1] = ACTIONS(363), + [aux_sym_declare_statement_token1] = ACTIONS(61), [sym_float] = ACTIONS(63), [aux_sym_try_statement_token1] = ACTIONS(65), [aux_sym_goto_statement_token1] = ACTIONS(67), @@ -27356,11 +28604,11 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [sym_integer] = ACTIONS(63), [aux_sym_return_statement_token1] = ACTIONS(73), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_while_statement_token1] = ACTIONS(365), + [aux_sym_while_statement_token1] = ACTIONS(77), [aux_sym_do_statement_token1] = ACTIONS(79), - [aux_sym_for_statement_token1] = ACTIONS(367), - [aux_sym_foreach_statement_token1] = ACTIONS(369), - [aux_sym_if_statement_token1] = ACTIONS(371), + [aux_sym_for_statement_token1] = ACTIONS(81), + [aux_sym_foreach_statement_token1] = ACTIONS(83), + [aux_sym_if_statement_token1] = ACTIONS(85), [aux_sym_match_expression_token1] = ACTIONS(87), [aux_sym_switch_statement_token1] = ACTIONS(89), [anon_sym_PLUS] = ACTIONS(91), @@ -27370,7 +28618,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -27394,388 +28642,172 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [83] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(991), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(954), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_AMP] = ACTIONS(569), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym_namespace_aliasing_clause_token1] = ACTIONS(577), - [anon_sym_RBRACE] = ACTIONS(567), - [anon_sym_COLON] = ACTIONS(567), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(579), - [anon_sym_RPAREN] = ACTIONS(567), - [anon_sym_DOT_DOT_DOT] = ACTIONS(581), - [anon_sym_QMARK] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(591), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_yield_expression_token2] = ACTIONS(623), - [aux_sym_binary_expression_token1] = ACTIONS(577), - [anon_sym_QMARK_QMARK] = ACTIONS(567), - [anon_sym_STAR_STAR] = ACTIONS(567), - [aux_sym_binary_expression_token2] = ACTIONS(577), - [aux_sym_binary_expression_token3] = ACTIONS(577), - [aux_sym_binary_expression_token4] = ACTIONS(577), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_LT_GT] = ACTIONS(567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ_GT] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(567), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(567), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, [84] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1030), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(954), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_AMP] = ACTIONS(569), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(567), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(567), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [anon_sym_QMARK] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(639), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(567), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_yield_expression_token2] = ACTIONS(653), - [aux_sym_binary_expression_token1] = ACTIONS(577), - [anon_sym_QMARK_QMARK] = ACTIONS(567), - [anon_sym_STAR_STAR] = ACTIONS(567), - [aux_sym_binary_expression_token2] = ACTIONS(577), - [aux_sym_binary_expression_token3] = ACTIONS(577), - [aux_sym_binary_expression_token4] = ACTIONS(577), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_LT_GT] = ACTIONS(567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ_GT] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(567), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(567), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [85] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1134), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_variadic_unpacking] = STATE(1126), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(1126), - [sym_yield_expression] = STATE(1104), - [sym_array_element_initializer] = STATE(1137), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(567), - [anon_sym_AMP] = ACTIONS(665), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(567), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [sym_statement] = STATE(1959), + [sym_empty_statement] = STATE(1931), + [sym_function_static_declaration] = STATE(1931), + [sym_global_declaration] = STATE(1931), + [sym_namespace_definition] = STATE(1931), + [sym_namespace_use_declaration] = STATE(1931), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_trait_declaration] = STATE(1931), + [sym_interface_declaration] = STATE(1931), + [sym_enum_declaration] = STATE(1931), + [sym_class_declaration] = STATE(1931), + [sym_final_modifier] = STATE(1268), + [sym_abstract_modifier] = STATE(1268), + [sym_readonly_modifier] = STATE(1268), + [sym_const_declaration] = STATE(1931), + [sym__const_declaration] = STATE(1807), + [sym__modifier] = STATE(1268), + [sym_static_modifier] = STATE(1364), + [sym_visibility_modifier] = STATE(1268), + [sym_function_definition] = STATE(1931), + [sym__function_definition_header] = STATE(2269), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_echo_statement] = STATE(1931), + [sym_exit_statement] = STATE(1931), + [sym_unset_statement] = STATE(1931), + [sym_declare_statement] = STATE(1931), + [sym_literal] = STATE(994), + [sym_try_statement] = STATE(1931), + [sym_goto_statement] = STATE(1931), + [sym_continue_statement] = STATE(1931), + [sym_break_statement] = STATE(1931), + [sym_return_statement] = STATE(1931), + [sym_throw_expression] = STATE(994), + [sym_while_statement] = STATE(1931), + [sym_do_statement] = STATE(1931), + [sym_for_statement] = STATE(1931), + [sym_foreach_statement] = STATE(1931), + [sym_if_statement] = STATE(1931), + [sym_match_expression] = STATE(993), + [sym_switch_statement] = STATE(1931), + [sym_compound_statement] = STATE(1931), + [sym_named_label_statement] = STATE(1931), + [sym_expression_statement] = STATE(1931), + [sym_expression] = STATE(1130), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1258), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_class_declaration_repeat1] = STATE(1268), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(364), + [anon_sym_SEMI] = ACTIONS(501), + [aux_sym_function_static_declaration_token1] = ACTIONS(368), + [aux_sym_global_declaration_token1] = ACTIONS(370), + [aux_sym_namespace_definition_token1] = ACTIONS(372), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(374), + [aux_sym_namespace_use_clause_token1] = ACTIONS(23), + [aux_sym_namespace_use_clause_token2] = ACTIONS(376), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(51), - [anon_sym_DOT_DOT_DOT] = ACTIONS(669), - [anon_sym_QMARK] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), + [anon_sym_LBRACE] = ACTIONS(378), + [aux_sym_trait_declaration_token1] = ACTIONS(380), + [aux_sym_interface_declaration_token1] = ACTIONS(382), + [aux_sym_enum_declaration_token1] = ACTIONS(384), + [aux_sym_class_declaration_token1] = ACTIONS(386), + [aux_sym_final_modifier_token1] = ACTIONS(39), + [aux_sym_abstract_modifier_token1] = ACTIONS(41), + [aux_sym_readonly_modifier_token1] = ACTIONS(43), + [sym_var_modifier] = ACTIONS(388), + [aux_sym_visibility_modifier_token1] = ACTIONS(47), + [aux_sym_visibility_modifier_token2] = ACTIONS(47), + [aux_sym_visibility_modifier_token3] = ACTIONS(47), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), + [aux_sym_echo_statement_token1] = ACTIONS(390), + [aux_sym_exit_statement_token1] = ACTIONS(392), + [anon_sym_unset] = ACTIONS(394), + [aux_sym_declare_statement_token1] = ACTIONS(420), [sym_float] = ACTIONS(63), + [aux_sym_try_statement_token1] = ACTIONS(398), + [aux_sym_goto_statement_token1] = ACTIONS(400), + [aux_sym_continue_statement_token1] = ACTIONS(402), + [aux_sym_break_statement_token1] = ACTIONS(404), [sym_integer] = ACTIONS(63), + [aux_sym_return_statement_token1] = ACTIONS(406), [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_while_statement_token1] = ACTIONS(422), + [aux_sym_do_statement_token1] = ACTIONS(410), + [aux_sym_for_statement_token1] = ACTIONS(424), + [aux_sym_foreach_statement_token1] = ACTIONS(426), + [aux_sym_if_statement_token1] = ACTIONS(428), [aux_sym_match_expression_token1] = ACTIONS(87), + [aux_sym_switch_statement_token1] = ACTIONS(418), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(91), + [anon_sym_BANG] = ACTIONS(93), [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -27793,11147 +28825,11153 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_BQUOTE] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(125), [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_yield_expression_token2] = ACTIONS(671), - [aux_sym_binary_expression_token1] = ACTIONS(577), - [anon_sym_QMARK_QMARK] = ACTIONS(567), - [anon_sym_STAR_STAR] = ACTIONS(567), - [aux_sym_binary_expression_token2] = ACTIONS(577), - [aux_sym_binary_expression_token3] = ACTIONS(577), - [aux_sym_binary_expression_token4] = ACTIONS(577), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_LT_GT] = ACTIONS(567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ_GT] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(567), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(567), [aux_sym_include_expression_token1] = ACTIONS(129), [aux_sym_include_once_expression_token1] = ACTIONS(131), [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(567), + }, + [85] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(964), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(927), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(547), + [anon_sym_AMP] = ACTIONS(549), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [aux_sym_namespace_use_clause_token3] = ACTIONS(555), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(547), + [anon_sym_COLON] = ACTIONS(547), + [anon_sym_EQ_GT] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(559), + [anon_sym_RPAREN] = ACTIONS(547), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(561), + [anon_sym_QMARK] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(571), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_yield_expression_token2] = ACTIONS(603), + [aux_sym_binary_expression_token1] = ACTIONS(555), + [anon_sym_QMARK_QMARK] = ACTIONS(547), + [anon_sym_STAR_STAR] = ACTIONS(547), + [aux_sym_binary_expression_token2] = ACTIONS(555), + [aux_sym_binary_expression_token3] = ACTIONS(555), + [aux_sym_binary_expression_token4] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(547), + [anon_sym_AMP_AMP] = ACTIONS(547), + [anon_sym_CARET] = ACTIONS(547), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_GT] = ACTIONS(547), + [anon_sym_EQ_EQ_EQ] = ACTIONS(547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(547), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(547), + [anon_sym_LT_EQ_GT] = ACTIONS(547), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(547), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(555), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(547), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), }, [86] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1161), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1038), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(954), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(569), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(567), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_EQ_GT] = ACTIONS(567), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(567), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [anon_sym_QMARK] = ACTIONS(577), - [anon_sym_PIPE] = ACTIONS(577), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(679), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(927), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(547), + [anon_sym_AMP] = ACTIONS(549), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(547), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(547), + [anon_sym_EQ_GT] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [anon_sym_QMARK] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(619), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(547), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_yield_expression_token2] = ACTIONS(693), - [aux_sym_binary_expression_token1] = ACTIONS(577), - [anon_sym_QMARK_QMARK] = ACTIONS(567), - [anon_sym_STAR_STAR] = ACTIONS(567), - [aux_sym_binary_expression_token2] = ACTIONS(577), - [aux_sym_binary_expression_token3] = ACTIONS(577), - [aux_sym_binary_expression_token4] = ACTIONS(577), - [anon_sym_PIPE_PIPE] = ACTIONS(567), - [anon_sym_AMP_AMP] = ACTIONS(567), - [anon_sym_CARET] = ACTIONS(567), - [anon_sym_EQ_EQ] = ACTIONS(577), - [anon_sym_BANG_EQ] = ACTIONS(577), - [anon_sym_LT_GT] = ACTIONS(567), - [anon_sym_EQ_EQ_EQ] = ACTIONS(567), - [anon_sym_BANG_EQ_EQ] = ACTIONS(567), - [anon_sym_LT] = ACTIONS(577), - [anon_sym_GT] = ACTIONS(577), - [anon_sym_LT_EQ] = ACTIONS(577), - [anon_sym_GT_EQ] = ACTIONS(567), - [anon_sym_LT_EQ_GT] = ACTIONS(567), - [anon_sym_LT_LT] = ACTIONS(577), - [anon_sym_GT_GT] = ACTIONS(567), - [anon_sym_DOT] = ACTIONS(577), - [anon_sym_STAR] = ACTIONS(577), - [anon_sym_SLASH] = ACTIONS(577), - [anon_sym_PERCENT] = ACTIONS(567), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_yield_expression_token2] = ACTIONS(633), + [aux_sym_binary_expression_token1] = ACTIONS(555), + [anon_sym_QMARK_QMARK] = ACTIONS(547), + [anon_sym_STAR_STAR] = ACTIONS(547), + [aux_sym_binary_expression_token2] = ACTIONS(555), + [aux_sym_binary_expression_token3] = ACTIONS(555), + [aux_sym_binary_expression_token4] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(547), + [anon_sym_AMP_AMP] = ACTIONS(547), + [anon_sym_CARET] = ACTIONS(547), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_GT] = ACTIONS(547), + [anon_sym_EQ_EQ_EQ] = ACTIONS(547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(547), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(547), + [anon_sym_LT_EQ_GT] = ACTIONS(547), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(547), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(555), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(547), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [87] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2502), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1046), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym_variadic_unpacking] = STATE(1066), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_by_ref] = STATE(1066), + [sym_yield_expression] = STATE(993), + [sym_array_element_initializer] = STATE(1047), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(547), + [anon_sym_AMP] = ACTIONS(645), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(547), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_EQ_GT] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(647), + [anon_sym_QMARK] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(91), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_yield_expression_token2] = ACTIONS(649), + [aux_sym_binary_expression_token1] = ACTIONS(555), + [anon_sym_QMARK_QMARK] = ACTIONS(547), + [anon_sym_STAR_STAR] = ACTIONS(547), + [aux_sym_binary_expression_token2] = ACTIONS(555), + [aux_sym_binary_expression_token3] = ACTIONS(555), + [aux_sym_binary_expression_token4] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(547), + [anon_sym_AMP_AMP] = ACTIONS(547), + [anon_sym_CARET] = ACTIONS(547), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_GT] = ACTIONS(547), + [anon_sym_EQ_EQ_EQ] = ACTIONS(547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(547), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(547), + [anon_sym_LT_EQ_GT] = ACTIONS(547), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(547), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(555), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(547), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(547), }, [88] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2428), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1105), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(927), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(549), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(547), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LBRACE] = ACTIONS(547), + [anon_sym_EQ_GT] = ACTIONS(547), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(547), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [anon_sym_QMARK] = ACTIONS(555), + [anon_sym_PIPE] = ACTIONS(555), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(657), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_yield_expression_token2] = ACTIONS(671), + [aux_sym_binary_expression_token1] = ACTIONS(555), + [anon_sym_QMARK_QMARK] = ACTIONS(547), + [anon_sym_STAR_STAR] = ACTIONS(547), + [aux_sym_binary_expression_token2] = ACTIONS(555), + [aux_sym_binary_expression_token3] = ACTIONS(555), + [aux_sym_binary_expression_token4] = ACTIONS(555), + [anon_sym_PIPE_PIPE] = ACTIONS(547), + [anon_sym_AMP_AMP] = ACTIONS(547), + [anon_sym_CARET] = ACTIONS(547), + [anon_sym_EQ_EQ] = ACTIONS(555), + [anon_sym_BANG_EQ] = ACTIONS(555), + [anon_sym_LT_GT] = ACTIONS(547), + [anon_sym_EQ_EQ_EQ] = ACTIONS(547), + [anon_sym_BANG_EQ_EQ] = ACTIONS(547), + [anon_sym_LT] = ACTIONS(555), + [anon_sym_GT] = ACTIONS(555), + [anon_sym_LT_EQ] = ACTIONS(555), + [anon_sym_GT_EQ] = ACTIONS(547), + [anon_sym_LT_EQ_GT] = ACTIONS(547), + [anon_sym_LT_LT] = ACTIONS(555), + [anon_sym_GT_GT] = ACTIONS(547), + [anon_sym_DOT] = ACTIONS(555), + [anon_sym_STAR] = ACTIONS(555), + [anon_sym_SLASH] = ACTIONS(555), + [anon_sym_PERCENT] = ACTIONS(547), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [89] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2476), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2326), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [90] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2509), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1261), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2415), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [91] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2439), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2480), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [92] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2494), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2420), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [93] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2441), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2295), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [94] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2476), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1261), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2434), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [95] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2487), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2376), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [96] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2473), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1261), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2428), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [97] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2509), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2415), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [98] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_cast_type] = STATE(2531), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2352), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(703), - [aux_sym_cast_type_token2] = ACTIONS(705), - [aux_sym_cast_type_token3] = ACTIONS(705), - [aux_sym_cast_type_token4] = ACTIONS(705), - [aux_sym_cast_type_token5] = ACTIONS(705), - [aux_sym_cast_type_token6] = ACTIONS(705), - [aux_sym_cast_type_token7] = ACTIONS(705), - [aux_sym_cast_type_token8] = ACTIONS(705), - [aux_sym_cast_type_token9] = ACTIONS(705), - [aux_sym_cast_type_token10] = ACTIONS(705), - [aux_sym_cast_type_token11] = ACTIONS(705), - [aux_sym_cast_type_token12] = ACTIONS(705), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [99] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2586), - [sym_argument] = STATE(2117), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_cast_type] = STATE(2312), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(713), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(721), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(681), + [aux_sym_cast_type_token2] = ACTIONS(683), + [aux_sym_cast_type_token3] = ACTIONS(683), + [aux_sym_cast_type_token4] = ACTIONS(683), + [aux_sym_cast_type_token5] = ACTIONS(683), + [aux_sym_cast_type_token6] = ACTIONS(683), + [aux_sym_cast_type_token7] = ACTIONS(683), + [aux_sym_cast_type_token8] = ACTIONS(683), + [aux_sym_cast_type_token9] = ACTIONS(683), + [aux_sym_cast_type_token10] = ACTIONS(683), + [aux_sym_cast_type_token11] = ACTIONS(683), + [aux_sym_cast_type_token12] = ACTIONS(683), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [100] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1195), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(629), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(629), - [sym_nullsafe_member_access_expression] = STATE(629), - [sym_scoped_property_access_expression] = STATE(629), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(1951), - [sym_function_call_expression] = STATE(616), - [sym_scoped_call_expression] = STATE(616), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(616), - [sym_nullsafe_member_call_expression] = STATE(616), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(616), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1128), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(621), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(621), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(621), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(621), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(1997), + [sym_function_call_expression] = STATE(598), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(598), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(598), + [sym_nullsafe_member_call_expression] = STATE(598), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(624), + [sym__dereferencable_subscript_expression] = STATE(598), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(616), - [sym_variable_name] = STATE(616), - [sym_by_ref] = STATE(2374), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1937), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym__array_destructing_repeat1] = STATE(1953), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(737), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(624), + [sym__callable_variable] = STATE(598), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2155), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(1886), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym__array_destructing_repeat1] = STATE(2026), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(687), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_RBRACK] = ACTIONS(739), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_RBRACK] = ACTIONS(689), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [101] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2604), - [sym_argument] = STATE(2131), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_variadic_placeholder] = STATE(2465), + [sym_argument] = STATE(1878), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(741), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(743), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(701), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(705), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [102] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2619), - [sym_argument] = STATE(2143), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1128), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(621), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(621), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(621), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(621), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(1997), + [sym_function_call_expression] = STATE(598), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(598), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(598), + [sym_nullsafe_member_call_expression] = STATE(598), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(624), + [sym__dereferencable_subscript_expression] = STATE(598), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(745), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(747), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(624), + [sym__callable_variable] = STATE(598), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2155), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(1886), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym__array_destructing_repeat1] = STATE(2026), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(687), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_RBRACK] = ACTIONS(717), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [103] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2583), - [sym_argument] = STATE(2115), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1128), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(621), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(621), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(621), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(621), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(1997), + [sym_function_call_expression] = STATE(598), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(598), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(598), + [sym_nullsafe_member_call_expression] = STATE(598), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(624), + [sym__dereferencable_subscript_expression] = STATE(598), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(749), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(751), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(624), + [sym__callable_variable] = STATE(598), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2155), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(1886), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym__array_destructing_repeat1] = STATE(2026), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(687), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_RBRACK] = ACTIONS(719), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [104] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1195), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(629), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(629), - [sym_nullsafe_member_access_expression] = STATE(629), - [sym_scoped_property_access_expression] = STATE(629), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(1951), - [sym_function_call_expression] = STATE(616), - [sym_scoped_call_expression] = STATE(616), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(616), - [sym_nullsafe_member_call_expression] = STATE(616), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(616), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_variadic_placeholder] = STATE(2332), + [sym_argument] = STATE(2005), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(616), - [sym_variable_name] = STATE(616), - [sym_by_ref] = STATE(2374), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1937), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym__array_destructing_repeat1] = STATE(1953), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(737), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(721), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(705), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_RBRACK] = ACTIONS(753), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [105] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1195), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(629), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(629), - [sym_nullsafe_member_access_expression] = STATE(629), - [sym_scoped_property_access_expression] = STATE(629), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(1951), - [sym_function_call_expression] = STATE(616), - [sym_scoped_call_expression] = STATE(616), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(616), - [sym_nullsafe_member_call_expression] = STATE(616), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(616), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_variadic_placeholder] = STATE(2345), + [sym_argument] = STATE(2090), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(616), - [sym_variable_name] = STATE(616), - [sym_by_ref] = STATE(2374), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1937), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym__array_destructing_repeat1] = STATE(1953), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(737), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(723), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(705), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_RBRACK] = ACTIONS(755), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [106] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2571), - [sym_argument] = STATE(2099), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1128), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(621), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(621), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(621), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(621), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(1997), + [sym_function_call_expression] = STATE(598), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(598), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(598), + [sym_nullsafe_member_call_expression] = STATE(598), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(624), + [sym__dereferencable_subscript_expression] = STATE(598), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(757), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(759), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(624), + [sym__callable_variable] = STATE(598), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2155), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2023), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym__array_destructing_repeat1] = STATE(2026), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(725), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_RBRACK] = ACTIONS(727), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [107] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1195), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(629), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(629), - [sym_nullsafe_member_access_expression] = STATE(629), - [sym_scoped_property_access_expression] = STATE(629), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(1951), - [sym_function_call_expression] = STATE(616), - [sym_scoped_call_expression] = STATE(616), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(616), - [sym_nullsafe_member_call_expression] = STATE(616), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(616), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_variadic_placeholder] = STATE(2368), + [sym_argument] = STATE(2074), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(616), - [sym_variable_name] = STATE(616), - [sym_by_ref] = STATE(2374), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1937), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym__array_destructing_repeat1] = STATE(1953), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(737), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(729), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(705), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_RBRACK] = ACTIONS(761), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [108] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2617), - [sym_argument] = STATE(1895), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1128), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(621), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(621), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(621), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(621), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(1997), + [sym_function_call_expression] = STATE(598), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(598), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(598), + [sym_nullsafe_member_call_expression] = STATE(598), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(624), + [sym__dereferencable_subscript_expression] = STATE(598), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(763), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(765), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(624), + [sym__callable_variable] = STATE(598), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2155), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(1886), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym__array_destructing_repeat1] = STATE(2026), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(687), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_RBRACK] = ACTIONS(731), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [109] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2522), - [sym_argument] = STATE(2075), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_variadic_placeholder] = STATE(2444), + [sym_argument] = STATE(1944), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(767), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(769), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(733), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(705), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [110] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1195), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(629), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(629), - [sym_nullsafe_member_access_expression] = STATE(629), - [sym_scoped_property_access_expression] = STATE(629), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(1951), - [sym_function_call_expression] = STATE(616), - [sym_scoped_call_expression] = STATE(616), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(616), - [sym_nullsafe_member_call_expression] = STATE(616), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(616), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_variadic_placeholder] = STATE(2339), + [sym_argument] = STATE(2030), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(616), - [sym_variable_name] = STATE(616), - [sym_by_ref] = STATE(2374), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1952), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym__array_destructing_repeat1] = STATE(1953), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(771), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(735), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(705), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_RBRACK] = ACTIONS(773), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [111] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_variadic_placeholder] = STATE(2566), - [sym_argument] = STATE(2077), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [anon_sym_COMMA] = ACTIONS(775), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(777), - [anon_sym_DOT_DOT_DOT] = ACTIONS(723), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(737), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [112] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1999), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(779), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(781), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(739), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [113] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(783), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(741), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [114] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1902), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(785), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(787), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(743), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [115] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(789), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(745), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [116] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(791), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(747), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [117] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(793), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(749), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [118] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(795), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(751), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [119] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(797), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(753), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [120] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(799), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(755), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [121] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(801), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(757), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [122] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(803), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(759), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [123] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(805), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2015), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(761), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(763), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [124] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(191), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1139), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_argument] = STATE(2177), + [sym__argument_name] = STATE(149), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2258), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1952), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(807), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1487), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(691), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(695), + [aux_sym_namespace_definition_token1] = ACTIONS(697), + [aux_sym_namespace_use_clause_token1] = ACTIONS(699), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(703), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(707), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(709), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(809), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(711), + [anon_sym_parent] = ACTIONS(711), + [aux_sym__argument_name_token1] = ACTIONS(713), + [aux_sym__argument_name_token2] = ACTIONS(715), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [125] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(811), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(1916), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(765), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(767), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [126] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(813), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2023), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(769), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(771), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [127] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(815), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(1886), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(773), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(775), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [128] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(1970), + [sym_match_default_expression] = STATE(1970), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(817), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(777), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(779), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [129] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(1937), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(819), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(821), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(783), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [130] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(1984), + [sym_match_default_expression] = STATE(1984), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(823), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(785), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(787), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [131] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(825), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(789), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [132] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(791), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(827), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [133] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(829), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(793), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [134] = { - [sym_reference_modifier] = STATE(200), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1236), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_argument] = STATE(2266), - [sym__argument_name] = STATE(153), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2218), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1480), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(707), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(711), - [aux_sym_namespace_definition_token1] = ACTIONS(715), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(717), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(719), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(725), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(727), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(795), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(729), - [anon_sym_parent] = ACTIONS(729), - [aux_sym__argument_name_token1] = ACTIONS(731), - [aux_sym__argument_name_token2] = ACTIONS(733), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [135] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(831), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(797), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [136] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(833), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(799), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [137] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(1928), - [sym_match_default_expression] = STATE(1928), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(835), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(837), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(801), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [138] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(617), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(617), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(617), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(617), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(2164), + [sym_function_call_expression] = STATE(605), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(605), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(605), + [sym_nullsafe_member_call_expression] = STATE(605), + [sym__variable_subscript_expression] = STATE(614), + [sym__dereferencable_subscript_expression] = STATE(605), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(614), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2164), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(803), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(805), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(841), + [anon_sym_LBRACK] = ACTIONS(807), + [anon_sym_RBRACK] = ACTIONS(803), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [139] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(2006), - [sym_match_default_expression] = STATE(2006), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(2282), + [sym_match_default_expression] = STATE(2282), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(843), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(845), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(809), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [140] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(2282), + [sym_match_default_expression] = STATE(2282), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(811), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(847), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [141] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(2282), + [sym_match_default_expression] = STATE(2282), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(849), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(813), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [142] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(617), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(617), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(617), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(617), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(2164), + [sym_function_call_expression] = STATE(605), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(605), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(605), + [sym_nullsafe_member_call_expression] = STATE(605), + [sym__variable_subscript_expression] = STATE(614), + [sym__dereferencable_subscript_expression] = STATE(605), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(614), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2164), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(803), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(805), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(851), + [anon_sym_LBRACK] = ACTIONS(807), + [anon_sym_RBRACK] = ACTIONS(815), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [143] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(628), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(628), - [sym_nullsafe_member_access_expression] = STATE(628), - [sym_scoped_property_access_expression] = STATE(628), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(2320), - [sym_function_call_expression] = STATE(612), - [sym_scoped_call_expression] = STATE(612), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(612), - [sym_nullsafe_member_call_expression] = STATE(612), - [sym_subscript_expression] = STATE(612), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1203), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(604), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(604), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(604), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(604), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(1745), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(587), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(587), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(587), + [sym_nullsafe_member_call_expression] = STATE(587), + [sym__variable_subscript_expression] = STATE(602), + [sym__dereferencable_subscript_expression] = STATE(587), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(612), - [sym_variable_name] = STATE(612), - [sym_by_ref] = STATE(2320), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(853), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(855), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(602), + [sym__callable_variable] = STATE(587), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2067), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym__list_destructing_repeat1] = STATE(2070), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(818), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(820), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(857), - [anon_sym_RBRACK] = ACTIONS(859), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [144] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1190), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1125), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(615), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [145] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(628), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(628), - [sym_nullsafe_member_access_expression] = STATE(628), - [sym_scoped_property_access_expression] = STATE(628), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(2320), - [sym_function_call_expression] = STATE(612), - [sym_scoped_call_expression] = STATE(612), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(612), - [sym_nullsafe_member_call_expression] = STATE(612), - [sym_subscript_expression] = STATE(612), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1178), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(617), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(617), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(617), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(617), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(1993), + [sym__array_destructing_element] = STATE(2164), + [sym_function_call_expression] = STATE(605), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(605), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(605), + [sym_nullsafe_member_call_expression] = STATE(605), + [sym__variable_subscript_expression] = STATE(614), + [sym__dereferencable_subscript_expression] = STATE(605), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(612), - [sym_variable_name] = STATE(612), - [sym_by_ref] = STATE(2320), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(853), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(855), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(614), + [sym__callable_variable] = STATE(605), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2164), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(803), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(805), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(857), - [anon_sym_RBRACK] = ACTIONS(853), + [anon_sym_LBRACK] = ACTIONS(807), + [anon_sym_RBRACK] = ACTIONS(822), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [146] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1267), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(628), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(628), - [sym_nullsafe_member_access_expression] = STATE(628), - [sym_scoped_property_access_expression] = STATE(628), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(1950), - [sym__array_destructing_element] = STATE(2320), - [sym_function_call_expression] = STATE(612), - [sym_scoped_call_expression] = STATE(612), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(612), - [sym_nullsafe_member_call_expression] = STATE(612), - [sym_subscript_expression] = STATE(612), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(2282), + [sym_match_default_expression] = STATE(2282), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(612), - [sym_variable_name] = STATE(612), - [sym_by_ref] = STATE(2320), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(853), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(855), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_RBRACE] = ACTIONS(825), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(857), - [anon_sym_RBRACK] = ACTIONS(862), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [147] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1200), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_variadic_unpacking] = STATE(978), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1123), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(937), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(978), - [sym_yield_expression] = STATE(919), - [sym_array_element_initializer] = STATE(2044), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [anon_sym_DOT_DOT_DOT] = ACTIONS(635), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(937), + [sym_yield_expression] = STATE(915), + [sym_array_element_initializer] = STATE(2066), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [148] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(2403), - [sym_match_default_expression] = STATE(2403), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_match_condition_list] = STATE(2417), + [sym_match_conditional_expression] = STATE(2282), + [sym_match_default_expression] = STATE(2282), + [sym_expression] = STATE(1136), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(865), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [aux_sym_match_default_expression_token1] = ACTIONS(781), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [149] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(2403), - [sym_match_default_expression] = STATE(2403), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_reference_modifier] = STATE(189), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1141), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2284), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(867), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1457), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(693), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [150] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(2403), - [sym_match_default_expression] = STATE(2403), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_foreach_pair] = STATE(2337), + [sym__foreach_value] = STATE(2337), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1149), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2251), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(869), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2337), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [151] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1278), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(625), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(625), - [sym_nullsafe_member_access_expression] = STATE(625), - [sym_scoped_property_access_expression] = STATE(625), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(1794), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(599), - [sym_scoped_call_expression] = STATE(599), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(599), - [sym_nullsafe_member_call_expression] = STATE(599), - [sym_subscript_expression] = STATE(599), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_foreach_pair] = STATE(2459), + [sym__foreach_value] = STATE(2459), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1149), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2251), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(599), - [sym_variable_name] = STATE(599), - [sym_by_ref] = STATE(2008), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym__list_destructing_repeat1] = STATE(2009), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(871), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(855), - [anon_sym_RPAREN] = ACTIONS(873), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2459), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [152] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(2403), - [sym_match_default_expression] = STATE(2403), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_foreach_pair] = STATE(2479), + [sym__foreach_value] = STATE(2479), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1149), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2251), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_RBRACE] = ACTIONS(875), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2479), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [153] = { - [sym_reference_modifier] = STATE(187), - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1246), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2223), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_foreach_pair] = STATE(2407), + [sym__foreach_value] = STATE(2407), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1149), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2251), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1510), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(709), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2407), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [154] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1250), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(631), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(631), - [sym_nullsafe_member_access_expression] = STATE(631), - [sym_scoped_property_access_expression] = STATE(631), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2033), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(608), - [sym_scoped_call_expression] = STATE(608), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(608), - [sym_nullsafe_member_call_expression] = STATE(608), - [sym_subscript_expression] = STATE(608), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1175), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(620), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(620), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(620), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(620), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2029), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(603), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(603), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(603), + [sym_nullsafe_member_call_expression] = STATE(603), + [sym__variable_subscript_expression] = STATE(619), + [sym__dereferencable_subscript_expression] = STATE(603), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(608), - [sym_variable_name] = STATE(608), - [sym_by_ref] = STATE(2284), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [anon_sym_COMMA] = ACTIONS(877), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(855), - [anon_sym_RPAREN] = ACTIONS(877), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(619), + [sym__callable_variable] = STATE(603), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2142), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [anon_sym_COMMA] = ACTIONS(827), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(805), + [anon_sym_RPAREN] = ACTIONS(827), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [155] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_match_condition_list] = STATE(2467), - [sym_match_conditional_expression] = STATE(2403), - [sym_match_default_expression] = STATE(2403), - [sym_expression] = STATE(1196), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2304), + [sym_sequence_expression] = STATE(2304), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [aux_sym_match_default_expression_token1] = ACTIONS(839), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(829), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [156] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2577), - [sym_sequence_expression] = STATE(2577), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2399), + [sym_sequence_expression] = STATE(2399), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(879), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(831), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [157] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_foreach_pair] = STATE(2557), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1223), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2219), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2392), + [sym_sequence_expression] = STATE(2392), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(2557), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(833), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [158] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_foreach_pair] = STATE(2449), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1213), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2161), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2502), + [sym_sequence_expression] = STATE(2502), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(2449), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(835), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [159] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2448), - [sym_sequence_expression] = STATE(2448), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2499), + [sym_sequence_expression] = STATE(2499), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(881), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(837), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [160] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2556), - [sym_sequence_expression] = STATE(2556), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2481), + [sym_sequence_expression] = STATE(2481), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(883), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(839), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [161] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2521), - [sym_sequence_expression] = STATE(2521), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2445), + [sym_sequence_expression] = STATE(2445), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(885), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(841), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [162] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2474), - [sym_sequence_expression] = STATE(2474), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2478), + [sym_sequence_expression] = STATE(2478), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(887), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(843), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [163] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2608), - [sym_sequence_expression] = STATE(2608), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2340), + [sym_sequence_expression] = STATE(2340), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(889), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(845), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [164] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_foreach_pair] = STATE(2496), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1232), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2309), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2462), + [sym_sequence_expression] = STATE(2462), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(2496), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(847), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [165] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2538), - [sym_sequence_expression] = STATE(2538), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2338), + [sym_sequence_expression] = STATE(2338), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(891), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(849), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [166] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2605), - [sym_sequence_expression] = STATE(2605), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2335), + [sym_sequence_expression] = STATE(2335), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(893), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(851), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [167] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2624), - [sym_sequence_expression] = STATE(2624), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2460), + [sym_sequence_expression] = STATE(2460), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(895), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(853), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [168] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2554), - [sym_sequence_expression] = STATE(2554), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2448), + [sym_sequence_expression] = STATE(2448), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(897), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(855), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [169] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2453), - [sym_sequence_expression] = STATE(2453), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2457), + [sym_sequence_expression] = STATE(2457), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(899), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(857), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [170] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2491), - [sym_sequence_expression] = STATE(2491), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__foreach_value] = STATE(2327), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1197), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2251), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(901), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2327), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [171] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2603), - [sym_sequence_expression] = STATE(2603), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2450), + [sym_sequence_expression] = STATE(2450), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(903), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(859), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [172] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2562), - [sym_sequence_expression] = STATE(2562), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(905), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [173] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_foreach_pair] = STATE(2578), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1248), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2416), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(2578), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [174] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2482), - [sym_sequence_expression] = STATE(2482), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(907), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [175] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2498), - [sym_sequence_expression] = STATE(2498), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(909), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [176] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2581), - [sym_sequence_expression] = STATE(2581), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(911), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [177] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2618), - [sym_sequence_expression] = STATE(2618), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(913), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [178] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2560), - [sym_sequence_expression] = STATE(2560), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(915), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [179] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2460), - [sym_sequence_expression] = STATE(2460), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(917), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [180] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2421), - [sym_sequence_expression] = STATE(2421), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(919), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [181] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2423), - [sym_sequence_expression] = STATE(2423), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1224), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(921), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [182] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2549), - [sym_sequence_expression] = STATE(2549), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(923), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [183] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__expressions] = STATE(2611), - [sym_sequence_expression] = STATE(2611), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1214), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_SEMI] = ACTIONS(925), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [184] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1208), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(927), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1124), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(458), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(861), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -38946,7 +39984,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -38969,79 +40007,215 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(927), + [sym__automatic_semicolon] = ACTIONS(861), }, - [185] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1206), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(929), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [173] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2436), + [sym_sequence_expression] = STATE(2436), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(863), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [174] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1129), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(501), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(865), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -39054,7 +40228,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -39077,79 +40251,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(929), + [sym__automatic_semicolon] = ACTIONS(865), }, - [186] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1240), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(931), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [175] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1132), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(497), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(867), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -39162,7 +40350,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -39185,187 +40373,337 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(931), + [sym__automatic_semicolon] = ACTIONS(867), }, - [187] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1230), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2269), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [176] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2408), + [sym_sequence_expression] = STATE(2408), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1459), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(869), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [188] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1239), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(933), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [177] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2358), + [sym_sequence_expression] = STATE(2358), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(871), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [178] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1134), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2092), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(873), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -39378,7 +40716,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -39401,187 +40739,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(933), - }, - [189] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1039), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(969), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(935), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(873), }, - [190] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1238), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(937), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [179] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1135), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2059), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(875), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -39594,7 +40838,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -39617,80 +40861,93 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(937), + [sym__automatic_semicolon] = ACTIONS(875), }, - [191] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym__expressions] = STATE(2344), - [sym_sequence_expression] = STATE(2344), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1194), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [180] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1137), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [sym__semicolon] = STATE(2055), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_SEMI] = ACTIONS(877), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -39703,7 +40960,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -39726,403 +40983,1429 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), + [sym__automatic_semicolon] = ACTIONS(877), }, - [192] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1173), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [181] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2308), + [sym_sequence_expression] = STATE(2308), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(969), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(935), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(879), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [193] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1039), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(632), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(632), - [sym_nullsafe_member_access_expression] = STATE(632), - [sym_scoped_property_access_expression] = STATE(632), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2041), - [sym_function_call_expression] = STATE(626), - [sym_scoped_call_expression] = STATE(626), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(626), - [sym_nullsafe_member_call_expression] = STATE(626), - [sym_subscript_expression] = STATE(626), - [sym__dereferencable_expression] = STATE(1724), + [182] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2425), + [sym_sequence_expression] = STATE(2425), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1153), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(626), - [sym_variable_name] = STATE(626), - [sym_by_ref] = STATE(2259), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(881), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [194] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1173), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [183] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2469), + [sym_sequence_expression] = STATE(2469), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_by_ref] = STATE(969), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(883), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [195] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1130), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_by_ref] = STATE(1132), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_AMP] = ACTIONS(939), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [184] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2355), + [sym_sequence_expression] = STATE(2355), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(885), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [185] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__expressions] = STATE(2508), + [sym_sequence_expression] = STATE(2508), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1161), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_SEMI] = ACTIONS(887), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [186] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(992), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(918), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [187] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(992), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(918), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(889), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [188] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1099), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(918), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [189] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1159), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2157), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1454), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [190] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(966), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(918), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(889), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + }, + [191] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1145), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym_variadic_unpacking] = STATE(2291), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1461), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [anon_sym_DOT_DOT_DOT] = ACTIONS(653), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [192] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym__expressions] = STATE(1867), + [sym_sequence_expression] = STATE(1867), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1127), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -40135,7 +42418,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -40159,185 +42442,212 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [196] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1297), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2231), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [193] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(992), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(629), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(629), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(629), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(629), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2063), + [sym_function_call_expression] = STATE(612), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(612), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(612), + [sym_nullsafe_member_call_expression] = STATE(612), + [sym__variable_subscript_expression] = STATE(630), + [sym__dereferencable_subscript_expression] = STATE(612), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(2543), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(630), + [sym__callable_variable] = STATE(612), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(2096), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(685), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [197] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1209), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_SEMI] = ACTIONS(941), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [194] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1004), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_by_ref] = STATE(1050), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(891), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -40350,7 +42660,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -40373,80 +42683,213 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(133), [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(941), }, - [198] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym__expressions] = STATE(2390), - [sym_sequence_expression] = STATE(2390), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1194), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [195] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1099), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_by_ref] = STATE(918), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(889), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [196] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym__expressions] = STATE(1874), + [sym_sequence_expression] = STATE(1874), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1127), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -40459,7 +42902,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -40483,2648 +42926,3089 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, + [197] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(950), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(893), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + }, + [198] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1033), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(895), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, [199] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(994), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1181), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_by_ref] = STATE(969), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(935), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_COLON] = ACTIONS(897), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [200] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1245), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_variadic_unpacking] = STATE(2234), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1183), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1511), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_DOT_DOT_DOT] = ACTIONS(675), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(899), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [201] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1039), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1186), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_by_ref] = STATE(969), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(735), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(901), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [202] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1303), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_sequence_expression] = STATE(2238), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1164), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [203] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1189), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(945), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_sequence_expression] = STATE(2265), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1122), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, [204] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1271), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1205), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_COLON] = ACTIONS(947), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_COLON] = ACTIONS(903), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [205] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1314), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1174), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [anon_sym_RPAREN] = ACTIONS(905), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(949), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [206] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1274), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1210), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_COLON] = ACTIONS(951), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(907), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [207] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1286), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1214), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(953), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(909), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [208] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1202), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1087), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_EQ_GT] = ACTIONS(955), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [anon_sym_RPAREN] = ACTIONS(911), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [209] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1000), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(957), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1014), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [anon_sym_AMP] = ACTIONS(913), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, [210] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1262), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_sequence_expression] = STATE(2238), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1147), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(959), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [211] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1258), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1142), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_COLON] = ACTIONS(961), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_EQ_GT] = ACTIONS(915), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [212] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1281), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1188), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(963), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(917), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [213] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1275), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1081), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [anon_sym_AMP] = ACTIONS(919), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_RBRACK] = ACTIONS(965), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [214] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1062), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [anon_sym_AMP] = ACTIONS(967), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1184), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_COLON] = ACTIONS(921), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [215] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_sequence_expression] = STATE(2373), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1247), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1192), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_COLON] = ACTIONS(923), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [216] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1268), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1142), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [anon_sym_COLON] = ACTIONS(969), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_EQ_GT] = ACTIONS(925), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [217] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1045), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1217), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [anon_sym_AMP] = ACTIONS(971), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [anon_sym_RPAREN] = ACTIONS(927), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [218] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1175), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1213), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [anon_sym_RPAREN] = ACTIONS(973), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(929), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [219] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1202), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1190), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_EQ_GT] = ACTIONS(975), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(931), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [220] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1302), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1171), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [anon_sym_RPAREN] = ACTIONS(977), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(933), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [221] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1276), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1172), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [anon_sym_RPAREN] = ACTIONS(979), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_RBRACK] = ACTIONS(935), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [222] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_sequence_expression] = STATE(2373), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1203), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [223] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_sequence_expression] = STATE(2302), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1192), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1017), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -43137,7 +46021,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -43161,606 +46045,1755 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, + [223] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(956), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + }, [224] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(987), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1107), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [225] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1046), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1173), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [226] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1217), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1187), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [227] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1180), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1087), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [228] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1151), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1211), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [229] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1102), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1212), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + }, + [230] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1199), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + }, + [231] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1074), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [232] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1101), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [233] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(919), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [234] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1191), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(585), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), + [sym_comment] = ACTIONS(3), + }, + [235] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1157), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [236] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1146), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [237] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(986), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -43773,7 +47806,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -43797,500 +47830,1636 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [230] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1172), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [238] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1005), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [231] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1202), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [239] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1209), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [232] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1169), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [240] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1194), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [233] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1168), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [241] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(920), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [234] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1148), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [242] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1163), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [243] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1035), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [244] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1151), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [245] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1154), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [246] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1102), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [247] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1103), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [248] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1097), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [249] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1037), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, + [250] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1090), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(667), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), + [sym_comment] = ACTIONS(3), + }, + [251] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1021), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44303,7 +49472,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44327,76 +49496,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [235] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1142), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [252] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(981), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44409,7 +49591,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44433,76 +49615,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [236] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1091), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [253] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1065), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44515,7 +49710,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44539,76 +49734,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [237] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1138), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [254] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1064), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44621,7 +49829,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44645,76 +49853,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [238] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1090), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [255] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1063), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44727,7 +49948,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44751,76 +49972,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [239] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1096), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [256] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1062), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44833,7 +50067,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44857,76 +50091,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [240] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1089), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [257] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1059), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -44939,7 +50186,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -44963,76 +50210,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [241] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1086), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [258] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1057), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -45045,7 +50305,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -45069,76 +50329,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [242] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1053), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [259] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1054), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -45151,7 +50424,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -45175,500 +50448,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [243] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1081), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [244] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1080), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [245] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1079), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [246] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1078), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), - [sym_comment] = ACTIONS(3), - }, - [247] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1075), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [260] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1053), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -45681,7 +50543,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -45705,76 +50567,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [248] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1073), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [261] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1031), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -45787,7 +50662,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -45811,76 +50686,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [249] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1072), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [262] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1030), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -45893,7 +50781,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -45917,76 +50805,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [250] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1071), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [263] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1029), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -45999,7 +50900,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -46023,76 +50924,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [251] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1068), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [264] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1027), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -46105,7 +51019,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -46129,76 +51043,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [252] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1066), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [265] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1024), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -46211,7 +51138,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -46235,76 +51162,89 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [253] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1065), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [266] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1018), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -46317,7 +51257,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -46341,500 +51281,565 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [254] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1063), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), + [267] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1011), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [255] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1308), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [268] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1119), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [256] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1182), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [269] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1077), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [257] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1227), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [270] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1072), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [258] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1061), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [271] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1013), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -46847,7 +51852,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -46871,2408 +51876,2469 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [259] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1165), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [260] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1273), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [261] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1155), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [272] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1106), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [262] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1156), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [273] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1160), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [263] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1186), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [274] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1003), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [264] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1158), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [275] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1138), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [265] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1159), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [276] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1080), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [266] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1016), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [277] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1086), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [267] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1162), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [278] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1088), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [268] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(992), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [279] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1196), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [269] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(974), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [280] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1091), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [270] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(972), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [281] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1111), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [271] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1164), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [282] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1093), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [272] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(972), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [283] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1096), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [273] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1296), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [284] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1098), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [274] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1181), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [285] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1104), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [275] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(974), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [286] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(984), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [276] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1221), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [287] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1002), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [277] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1004), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [288] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1100), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [278] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1176), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [289] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1095), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [279] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1170), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [290] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1165), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [280] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1166), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [291] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1094), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [281] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1199), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [292] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1121), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -49285,7 +54351,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -49309,2090 +54375,2112 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [282] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1228), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [283] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1313), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [284] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1315), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [293] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(983), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [285] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1318), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [294] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1117), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [286] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1163), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [295] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1010), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [287] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1312), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [296] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(982), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [288] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1157), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [297] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1039), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [289] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1311), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [298] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1202), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [290] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1310), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [299] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1071), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [291] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1175), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [300] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1218), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [292] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1229), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [301] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1208), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [293] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1152), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [302] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1092), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [294] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1154), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [303] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1085), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [295] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1279), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [304] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1084), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [296] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1160), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [305] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(999), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [297] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1235), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [306] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1179), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [298] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1234), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [307] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1189), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [299] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1020), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [308] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1083), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [300] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1251), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [309] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1082), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [301] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1122), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [310] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1009), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -51405,7 +56493,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -51429,394 +56517,446 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [302] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1167), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [311] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(965), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [303] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1188), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [312] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1176), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [304] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1187), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [313] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1177), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [305] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1116), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [314] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1012), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -51829,7 +56969,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -51853,1560 +56993,1279 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [306] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1048), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [315] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1036), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [307] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(988), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [308] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(990), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [309] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1001), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [310] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1003), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [311] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1006), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [316] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(920), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [312] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1010), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [317] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1007), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [313] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1011), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [318] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1200), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [314] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1012), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [319] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1201), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [315] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1014), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [320] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1216), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [316] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(986), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [321] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1110), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [317] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1005), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [322] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1152), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, - [318] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(985), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [323] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1000), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [319] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1253), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [324] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1133), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [320] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1191), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [325] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1051), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -53419,7 +58278,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -53443,924 +58302,1041 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [321] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(989), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [326] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1049), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [322] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1015), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [327] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1109), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [323] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1013), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [328] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1016), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [324] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1008), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [329] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1079), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [325] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1018), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [330] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1108), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [326] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1007), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [331] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1162), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, - [327] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(996), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [332] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(919), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [328] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1295), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [333] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1042), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, - [329] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1114), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [334] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1131), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -54373,7 +59349,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -54397,4528 +59373,4373 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [330] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(997), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [331] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1294), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [332] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1050), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [333] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1212), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [334] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1185), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, [335] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1252), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(989), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, [336] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1207), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1023), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [337] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1256), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1043), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [338] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1261), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1142), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [339] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1263), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1206), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [340] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1043), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1045), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [341] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1042), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1120), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [342] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1264), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1048), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [343] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1025), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1207), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [344] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1021), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1182), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [345] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1022), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(954), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [346] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1023), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1204), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [347] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1265), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1185), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [348] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1266), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(995), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, [349] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1024), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1076), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [350] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1026), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(996), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, [351] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1027), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1075), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [352] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1269), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(973), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [353] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1041), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(919), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [354] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1204), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(920), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [355] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1270), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(971), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [356] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1028), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(953), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [357] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1029), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(952), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [358] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1031), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(951), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [359] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1032), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(959), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [360] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1033), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1168), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [361] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1019), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1025), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(107), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, [362] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1036), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1008), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [363] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(999), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(53), + [sym_float] = ACTIONS(63), + [sym_integer] = ACTIONS(63), + [aux_sym_throw_expression_token1] = ACTIONS(75), + [aux_sym_match_expression_token1] = ACTIONS(87), + [anon_sym_PLUS] = ACTIONS(91), + [anon_sym_DASH] = ACTIONS(91), + [anon_sym_TILDE] = ACTIONS(93), + [anon_sym_BANG] = ACTIONS(93), + [anon_sym_AT] = ACTIONS(95), + [aux_sym_clone_expression_token1] = ACTIONS(97), + [aux_sym_print_intrinsic_token1] = ACTIONS(99), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), + [anon_sym_DASH_DASH] = ACTIONS(103), + [anon_sym_PLUS_PLUS] = ACTIONS(103), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(111), + [aux_sym__argument_name_token2] = ACTIONS(113), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(117), + [anon_sym_DQUOTE] = ACTIONS(117), + [aux_sym_string_token1] = ACTIONS(119), + [anon_sym_SQUOTE] = ACTIONS(119), + [anon_sym_LT_LT_LT] = ACTIONS(121), + [anon_sym_BQUOTE] = ACTIONS(123), + [anon_sym_DOLLAR] = ACTIONS(125), + [aux_sym_yield_expression_token1] = ACTIONS(127), + [aux_sym_include_expression_token1] = ACTIONS(129), + [aux_sym_include_once_expression_token1] = ACTIONS(131), + [aux_sym_require_expression_token1] = ACTIONS(133), + [aux_sym_require_once_expression_token1] = ACTIONS(135), + [sym_comment] = ACTIONS(3), + }, + [363] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1170), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [364] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1272), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1055), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [365] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1255), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(969), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [366] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1210), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(970), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [367] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1307), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1032), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [368] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1064), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1180), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [369] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1290), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1198), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [370] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1320), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1193), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [371] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1037), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), - [sym_comment] = ACTIONS(3), - }, - [372] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1113), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_match_expression] = STATE(993), + [sym_expression] = STATE(1020), + [sym__unary_expression] = STATE(990), + [sym_unary_op_expression] = STATE(990), + [sym_error_suppression_expression] = STATE(993), + [sym_clone_expression] = STATE(990), + [sym_primary_expression] = STATE(990), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(990), + [sym_cast_variable] = STATE(595), + [sym_assignment_expression] = STATE(993), + [sym_reference_assignment_expression] = STATE(993), + [sym_conditional_expression] = STATE(993), + [sym_augmented_assignment_expression] = STATE(993), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(595), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(595), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(595), + [sym_list_literal] = STATE(2371), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(566), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(566), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(566), + [sym_nullsafe_member_call_expression] = STATE(566), + [sym__variable_subscript_expression] = STATE(581), + [sym__dereferencable_subscript_expression] = STATE(566), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(581), + [sym__callable_variable] = STATE(566), + [sym_variable_name] = STATE(557), + [sym_yield_expression] = STATE(993), + [sym_binary_expression] = STATE(993), + [sym_include_expression] = STATE(993), + [sym_include_once_expression] = STATE(993), + [sym_require_expression] = STATE(993), + [sym_require_once_expression] = STATE(993), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), @@ -58931,7 +63752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), [aux_sym__list_destructing_token1] = ACTIONS(105), @@ -58955,3473 +63776,3293 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, + [372] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1028), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [aux_sym__list_destructing_token1] = ACTIONS(105), + [anon_sym_LBRACK] = ACTIONS(629), + [anon_sym_self] = ACTIONS(109), + [anon_sym_parent] = ACTIONS(109), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), + [anon_sym_POUND_LBRACK] = ACTIONS(115), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), + [sym_comment] = ACTIONS(3), + }, [373] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1257), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1019), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [374] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1047), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(945), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [375] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1052), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1026), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [376] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(993), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(967), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [377] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1049), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1034), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [378] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1291), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1056), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [379] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1215), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1060), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [380] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1035), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(949), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [381] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1216), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1061), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [382] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1317), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(978), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [383] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1034), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(955), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [384] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1225), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1058), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(589), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(589), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(589), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(589), + [sym_list_literal] = STATE(2324), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(570), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(570), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(570), + [sym_nullsafe_member_call_expression] = STATE(570), + [sym__variable_subscript_expression] = STATE(585), + [sym__dereferencable_subscript_expression] = STATE(570), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(585), + [sym__callable_variable] = STATE(570), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(629), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(631), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), + [aux_sym_require_expression_token1] = ACTIONS(639), + [aux_sym_require_once_expression_token1] = ACTIONS(641), [sym_comment] = ACTIONS(3), }, [385] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1316), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(1148), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(606), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(606), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(606), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(606), + [sym_list_literal] = STATE(2419), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(583), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(583), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(583), + [sym_nullsafe_member_call_expression] = STATE(583), + [sym__variable_subscript_expression] = STATE(607), + [sym__dereferencable_subscript_expression] = STATE(583), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(607), + [sym__callable_variable] = STATE(583), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(667), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(669), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), + [aux_sym_require_expression_token1] = ACTIONS(677), + [aux_sym_require_once_expression_token1] = ACTIONS(679), [sym_comment] = ACTIONS(3), }, [386] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(974), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(957), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [387] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1220), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(958), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [388] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(972), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(977), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [389] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1038), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(604), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(604), - [sym_nullsafe_member_access_expression] = STATE(604), - [sym_scoped_property_access_expression] = STATE(604), - [sym_list_literal] = STATE(2445), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(590), - [sym_scoped_call_expression] = STATE(590), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(590), - [sym_nullsafe_member_call_expression] = STATE(590), - [sym_subscript_expression] = STATE(590), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(944), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(590), - [sym_variable_name] = STATE(590), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(649), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(651), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [aux_sym_require_expression_token1] = ACTIONS(659), - [aux_sym_require_once_expression_token1] = ACTIONS(661), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [390] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1139), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(961), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [391] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1222), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(960), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [392] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1226), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(972), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [393] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1319), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(963), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [394] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(998), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(968), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [395] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1254), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(962), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [396] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1231), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(974), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [397] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1260), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(975), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [398] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1002), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_match_expression] = STATE(915), + [sym_expression] = STATE(976), + [sym__unary_expression] = STATE(916), + [sym_unary_op_expression] = STATE(916), + [sym_error_suppression_expression] = STATE(915), + [sym_clone_expression] = STATE(916), + [sym_primary_expression] = STATE(916), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(916), + [sym_cast_variable] = STATE(578), + [sym_assignment_expression] = STATE(915), + [sym_reference_assignment_expression] = STATE(915), + [sym_conditional_expression] = STATE(915), + [sym_augmented_assignment_expression] = STATE(915), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(578), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(578), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(578), + [sym_list_literal] = STATE(2487), + [sym__list_destructing] = STATE(2094), + [sym__array_destructing] = STATE(2094), + [sym_function_call_expression] = STATE(547), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(547), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(547), + [sym_nullsafe_member_call_expression] = STATE(547), + [sym__variable_subscript_expression] = STATE(562), + [sym__dereferencable_subscript_expression] = STATE(547), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(562), + [sym__callable_variable] = STATE(547), + [sym_variable_name] = STATE(534), + [sym_yield_expression] = STATE(915), + [sym_binary_expression] = STATE(915), + [sym_include_expression] = STATE(915), + [sym_include_once_expression] = STATE(915), + [sym_require_expression] = STATE(915), + [sym_require_once_expression] = STATE(915), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_match_expression_token1] = ACTIONS(569), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [anon_sym_LBRACK] = ACTIONS(585), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_yield_expression_token1] = ACTIONS(601), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), + [aux_sym_require_expression_token1] = ACTIONS(609), + [aux_sym_require_once_expression_token1] = ACTIONS(611), [sym_comment] = ACTIONS(3), }, [399] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1184), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [400] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1009), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1580), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym__unary_expression] = STATE(1006), + [sym_unary_op_expression] = STATE(1006), + [sym_error_suppression_expression] = STATE(1006), + [sym_clone_expression] = STATE(1006), + [sym_primary_expression] = STATE(1006), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_expression] = STATE(1006), + [sym_cast_variable] = STATE(592), + [sym__variable_member_access_expression] = STATE(594), + [sym_member_access_expression] = STATE(592), + [sym__variable_nullsafe_member_access_expression] = STATE(588), + [sym_nullsafe_member_access_expression] = STATE(592), + [sym__variable_scoped_property_access_expression] = STATE(586), + [sym_scoped_property_access_expression] = STATE(592), + [sym_function_call_expression] = STATE(563), + [sym__callable_expression] = STATE(2095), + [sym_scoped_call_expression] = STATE(563), + [sym__scope_resolution_qualifier] = STATE(2367), + [sym_relative_scope] = STATE(2367), + [sym_member_call_expression] = STATE(563), + [sym_nullsafe_member_call_expression] = STATE(563), + [sym__variable_subscript_expression] = STATE(591), + [sym__dereferencable_subscript_expression] = STATE(563), + [sym__dereferencable_expression] = STATE(1731), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(557), + [sym__simple_variable] = STATE(557), + [sym__new_variable] = STATE(591), + [sym__callable_variable] = STATE(563), + [sym_variable_name] = STATE(557), + [sym_include_expression] = STATE(1006), + [sym_include_once_expression] = STATE(1006), + [sym__reserved_identifier] = STATE(1580), + [sym__identifier] = STATE(1580), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [401] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1306), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [402] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(995), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [403] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1233), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [404] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1183), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(630), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(630), - [sym_nullsafe_member_access_expression] = STATE(630), - [sym_scoped_property_access_expression] = STATE(630), - [sym_list_literal] = STATE(2485), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(615), - [sym_scoped_call_expression] = STATE(615), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(615), - [sym_nullsafe_member_call_expression] = STATE(615), - [sym_subscript_expression] = STATE(615), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(615), - [sym_variable_name] = STATE(615), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(689), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(691), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), - [aux_sym_require_expression_token1] = ACTIONS(699), - [aux_sym_require_once_expression_token1] = ACTIONS(701), - [sym_comment] = ACTIONS(3), - }, - [405] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1197), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), + [anon_sym_LPAREN] = ACTIONS(49), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), [anon_sym_PLUS] = ACTIONS(91), [anon_sym_DASH] = ACTIONS(91), [anon_sym_TILDE] = ACTIONS(93), @@ -62429,11 +67070,10 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(95), [aux_sym_clone_expression_token1] = ACTIONS(97), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), + [anon_sym_LBRACK] = ACTIONS(937), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), [aux_sym__argument_name_token1] = ACTIONS(111), @@ -62446,2456 +67086,1945 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_LT_LT_LT] = ACTIONS(121), [anon_sym_BQUOTE] = ACTIONS(123), [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), [aux_sym_include_expression_token1] = ACTIONS(129), [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), [sym_comment] = ACTIONS(3), }, - [406] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1305), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [407] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1304), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [408] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1300), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), - [sym_comment] = ACTIONS(3), - }, - [409] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1277), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [400] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__unary_expression] = STATE(932), + [sym_unary_op_expression] = STATE(932), + [sym_error_suppression_expression] = STATE(932), + [sym_clone_expression] = STATE(932), + [sym_primary_expression] = STATE(932), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(932), + [sym_cast_variable] = STATE(546), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(546), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(546), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(546), + [sym_function_call_expression] = STATE(522), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(522), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(522), + [sym_nullsafe_member_call_expression] = STATE(522), + [sym__variable_subscript_expression] = STATE(545), + [sym__dereferencable_subscript_expression] = STATE(522), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(545), + [sym__callable_variable] = STATE(522), + [sym_variable_name] = STATE(534), + [sym_include_expression] = STATE(932), + [sym_include_once_expression] = STATE(932), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(559), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), [sym_comment] = ACTIONS(3), }, - [410] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1259), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [401] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__unary_expression] = STATE(932), + [sym_unary_op_expression] = STATE(932), + [sym_error_suppression_expression] = STATE(932), + [sym_clone_expression] = STATE(932), + [sym_primary_expression] = STATE(932), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(932), + [sym_cast_variable] = STATE(601), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(601), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(601), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(601), + [sym_function_call_expression] = STATE(593), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(593), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(593), + [sym_nullsafe_member_call_expression] = STATE(593), + [sym__variable_subscript_expression] = STATE(600), + [sym__dereferencable_subscript_expression] = STATE(593), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(600), + [sym__callable_variable] = STATE(593), + [sym_variable_name] = STATE(534), + [sym_include_expression] = STATE(932), + [sym_include_once_expression] = STATE(932), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(805), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [anon_sym_PLUS] = ACTIONS(571), + [anon_sym_DASH] = ACTIONS(571), + [anon_sym_TILDE] = ACTIONS(573), + [anon_sym_BANG] = ACTIONS(573), + [anon_sym_AT] = ACTIONS(575), + [aux_sym_clone_expression_token1] = ACTIONS(577), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_include_expression_token1] = ACTIONS(605), + [aux_sym_include_once_expression_token1] = ACTIONS(607), [sym_comment] = ACTIONS(3), }, - [411] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1299), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [402] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__unary_expression] = STATE(932), + [sym_unary_op_expression] = STATE(932), + [sym_error_suppression_expression] = STATE(932), + [sym_clone_expression] = STATE(932), + [sym_primary_expression] = STATE(932), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(932), + [sym_cast_variable] = STATE(546), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(546), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(546), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(546), + [sym_function_call_expression] = STATE(522), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(522), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(522), + [sym_nullsafe_member_call_expression] = STATE(522), + [sym__variable_subscript_expression] = STATE(545), + [sym__dereferencable_subscript_expression] = STATE(522), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(545), + [sym__callable_variable] = STATE(522), + [sym_variable_name] = STATE(534), + [sym_include_expression] = STATE(932), + [sym_include_once_expression] = STATE(932), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(613), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [anon_sym_PLUS] = ACTIONS(619), + [anon_sym_DASH] = ACTIONS(619), + [anon_sym_TILDE] = ACTIONS(621), + [anon_sym_BANG] = ACTIONS(621), + [anon_sym_AT] = ACTIONS(623), + [aux_sym_clone_expression_token1] = ACTIONS(625), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_include_expression_token1] = ACTIONS(635), + [aux_sym_include_once_expression_token1] = ACTIONS(637), [sym_comment] = ACTIONS(3), }, - [412] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1298), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), + [403] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1495), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym__unary_expression] = STATE(932), + [sym_unary_op_expression] = STATE(932), + [sym_error_suppression_expression] = STATE(932), + [sym_clone_expression] = STATE(932), + [sym_primary_expression] = STATE(932), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_expression] = STATE(932), + [sym_cast_variable] = STATE(546), + [sym__variable_member_access_expression] = STATE(540), + [sym_member_access_expression] = STATE(546), + [sym__variable_nullsafe_member_access_expression] = STATE(542), + [sym_nullsafe_member_access_expression] = STATE(546), + [sym__variable_scoped_property_access_expression] = STATE(543), + [sym_scoped_property_access_expression] = STATE(546), + [sym_function_call_expression] = STATE(522), + [sym__callable_expression] = STATE(2263), + [sym_scoped_call_expression] = STATE(522), + [sym__scope_resolution_qualifier] = STATE(2486), + [sym_relative_scope] = STATE(2486), + [sym_member_call_expression] = STATE(522), + [sym_nullsafe_member_call_expression] = STATE(522), + [sym__variable_subscript_expression] = STATE(545), + [sym__dereferencable_subscript_expression] = STATE(522), + [sym__dereferencable_expression] = STATE(1782), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(534), + [sym__simple_variable] = STATE(534), + [sym__new_variable] = STATE(545), + [sym__callable_variable] = STATE(522), + [sym_variable_name] = STATE(534), + [sym_include_expression] = STATE(932), + [sym_include_once_expression] = STATE(932), + [sym__reserved_identifier] = STATE(1495), + [sym__identifier] = STATE(1495), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(651), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [anon_sym_PLUS] = ACTIONS(657), + [anon_sym_DASH] = ACTIONS(657), + [anon_sym_TILDE] = ACTIONS(659), + [anon_sym_BANG] = ACTIONS(659), + [anon_sym_AT] = ACTIONS(661), + [aux_sym_clone_expression_token1] = ACTIONS(663), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(599), + [aux_sym_include_expression_token1] = ACTIONS(673), + [aux_sym_include_once_expression_token1] = ACTIONS(675), [sym_comment] = ACTIONS(3), }, - [413] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1293), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [404] = { + [sym_catch_clause] = STATE(404), + [sym_finally_clause] = STATE(404), + [aux_sym_try_statement_repeat1] = STATE(404), + [ts_builtin_sym_end] = ACTIONS(941), + [sym_name] = ACTIONS(943), + [anon_sym_QMARK_GT] = ACTIONS(941), + [anon_sym_SEMI] = ACTIONS(941), + [aux_sym_function_static_declaration_token1] = ACTIONS(943), + [aux_sym_global_declaration_token1] = ACTIONS(943), + [aux_sym_namespace_definition_token1] = ACTIONS(943), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(943), + [aux_sym_namespace_use_clause_token1] = ACTIONS(943), + [aux_sym_namespace_use_clause_token2] = ACTIONS(943), + [anon_sym_BSLASH] = ACTIONS(941), + [anon_sym_LBRACE] = ACTIONS(941), + [anon_sym_RBRACE] = ACTIONS(941), + [aux_sym_trait_declaration_token1] = ACTIONS(943), + [aux_sym_interface_declaration_token1] = ACTIONS(943), + [aux_sym_enum_declaration_token1] = ACTIONS(943), + [aux_sym_enum_case_token1] = ACTIONS(943), + [aux_sym_class_declaration_token1] = ACTIONS(943), + [aux_sym_final_modifier_token1] = ACTIONS(943), + [aux_sym_abstract_modifier_token1] = ACTIONS(943), + [aux_sym_readonly_modifier_token1] = ACTIONS(943), + [sym_var_modifier] = ACTIONS(943), + [aux_sym_visibility_modifier_token1] = ACTIONS(943), + [aux_sym_visibility_modifier_token2] = ACTIONS(943), + [aux_sym_visibility_modifier_token3] = ACTIONS(943), + [anon_sym_LPAREN] = ACTIONS(941), + [aux_sym__arrow_function_header_token1] = ACTIONS(943), + [aux_sym_cast_type_token1] = ACTIONS(943), + [aux_sym_echo_statement_token1] = ACTIONS(943), + [aux_sym_exit_statement_token1] = ACTIONS(943), + [anon_sym_unset] = ACTIONS(943), + [aux_sym_declare_statement_token1] = ACTIONS(943), + [aux_sym_declare_statement_token2] = ACTIONS(943), + [sym_float] = ACTIONS(943), + [aux_sym_try_statement_token1] = ACTIONS(943), + [aux_sym_catch_clause_token1] = ACTIONS(945), + [aux_sym_finally_clause_token1] = ACTIONS(948), + [aux_sym_goto_statement_token1] = ACTIONS(943), + [aux_sym_continue_statement_token1] = ACTIONS(943), + [aux_sym_break_statement_token1] = ACTIONS(943), + [sym_integer] = ACTIONS(943), + [aux_sym_return_statement_token1] = ACTIONS(943), + [aux_sym_throw_expression_token1] = ACTIONS(943), + [aux_sym_while_statement_token1] = ACTIONS(943), + [aux_sym_while_statement_token2] = ACTIONS(943), + [aux_sym_do_statement_token1] = ACTIONS(943), + [aux_sym_for_statement_token1] = ACTIONS(943), + [aux_sym_for_statement_token2] = ACTIONS(943), + [aux_sym_foreach_statement_token1] = ACTIONS(943), + [aux_sym_foreach_statement_token2] = ACTIONS(943), + [aux_sym_if_statement_token1] = ACTIONS(943), + [aux_sym_if_statement_token2] = ACTIONS(943), + [aux_sym_else_if_clause_token1] = ACTIONS(943), + [aux_sym_else_clause_token1] = ACTIONS(943), + [aux_sym_match_expression_token1] = ACTIONS(943), + [aux_sym_match_default_expression_token1] = ACTIONS(943), + [aux_sym_switch_statement_token1] = ACTIONS(943), + [aux_sym_switch_block_token1] = ACTIONS(943), + [anon_sym_PLUS] = ACTIONS(943), + [anon_sym_DASH] = ACTIONS(943), + [anon_sym_TILDE] = ACTIONS(941), + [anon_sym_BANG] = ACTIONS(941), + [anon_sym_AT] = ACTIONS(941), + [aux_sym_clone_expression_token1] = ACTIONS(943), + [aux_sym_print_intrinsic_token1] = ACTIONS(943), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(943), + [anon_sym_DASH_DASH] = ACTIONS(941), + [anon_sym_PLUS_PLUS] = ACTIONS(941), + [aux_sym__list_destructing_token1] = ACTIONS(943), + [anon_sym_LBRACK] = ACTIONS(941), + [anon_sym_self] = ACTIONS(943), + [anon_sym_parent] = ACTIONS(943), + [aux_sym__argument_name_token1] = ACTIONS(943), + [aux_sym__argument_name_token2] = ACTIONS(943), + [anon_sym_POUND_LBRACK] = ACTIONS(941), + [aux_sym_encapsed_string_token1] = ACTIONS(941), + [anon_sym_DQUOTE] = ACTIONS(941), + [aux_sym_string_token1] = ACTIONS(941), + [anon_sym_SQUOTE] = ACTIONS(941), + [anon_sym_LT_LT_LT] = ACTIONS(941), + [anon_sym_BQUOTE] = ACTIONS(941), + [anon_sym_DOLLAR] = ACTIONS(941), + [aux_sym_yield_expression_token1] = ACTIONS(943), + [aux_sym_include_expression_token1] = ACTIONS(943), + [aux_sym_include_once_expression_token1] = ACTIONS(943), + [aux_sym_require_expression_token1] = ACTIONS(943), + [aux_sym_require_once_expression_token1] = ACTIONS(943), [sym_comment] = ACTIONS(3), }, - [414] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1292), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [405] = { + [sym_catch_clause] = STATE(404), + [sym_finally_clause] = STATE(404), + [aux_sym_try_statement_repeat1] = STATE(404), + [ts_builtin_sym_end] = ACTIONS(951), + [sym_name] = ACTIONS(953), + [anon_sym_QMARK_GT] = ACTIONS(951), + [anon_sym_SEMI] = ACTIONS(951), + [aux_sym_function_static_declaration_token1] = ACTIONS(953), + [aux_sym_global_declaration_token1] = ACTIONS(953), + [aux_sym_namespace_definition_token1] = ACTIONS(953), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(953), + [aux_sym_namespace_use_clause_token1] = ACTIONS(953), + [aux_sym_namespace_use_clause_token2] = ACTIONS(953), + [anon_sym_BSLASH] = ACTIONS(951), + [anon_sym_LBRACE] = ACTIONS(951), + [anon_sym_RBRACE] = ACTIONS(951), + [aux_sym_trait_declaration_token1] = ACTIONS(953), + [aux_sym_interface_declaration_token1] = ACTIONS(953), + [aux_sym_enum_declaration_token1] = ACTIONS(953), + [aux_sym_enum_case_token1] = ACTIONS(953), + [aux_sym_class_declaration_token1] = ACTIONS(953), + [aux_sym_final_modifier_token1] = ACTIONS(953), + [aux_sym_abstract_modifier_token1] = ACTIONS(953), + [aux_sym_readonly_modifier_token1] = ACTIONS(953), + [sym_var_modifier] = ACTIONS(953), + [aux_sym_visibility_modifier_token1] = ACTIONS(953), + [aux_sym_visibility_modifier_token2] = ACTIONS(953), + [aux_sym_visibility_modifier_token3] = ACTIONS(953), + [anon_sym_LPAREN] = ACTIONS(951), + [aux_sym__arrow_function_header_token1] = ACTIONS(953), + [aux_sym_cast_type_token1] = ACTIONS(953), + [aux_sym_echo_statement_token1] = ACTIONS(953), + [aux_sym_exit_statement_token1] = ACTIONS(953), + [anon_sym_unset] = ACTIONS(953), + [aux_sym_declare_statement_token1] = ACTIONS(953), + [aux_sym_declare_statement_token2] = ACTIONS(953), + [sym_float] = ACTIONS(953), + [aux_sym_try_statement_token1] = ACTIONS(953), + [aux_sym_catch_clause_token1] = ACTIONS(955), + [aux_sym_finally_clause_token1] = ACTIONS(957), + [aux_sym_goto_statement_token1] = ACTIONS(953), + [aux_sym_continue_statement_token1] = ACTIONS(953), + [aux_sym_break_statement_token1] = ACTIONS(953), + [sym_integer] = ACTIONS(953), + [aux_sym_return_statement_token1] = ACTIONS(953), + [aux_sym_throw_expression_token1] = ACTIONS(953), + [aux_sym_while_statement_token1] = ACTIONS(953), + [aux_sym_while_statement_token2] = ACTIONS(953), + [aux_sym_do_statement_token1] = ACTIONS(953), + [aux_sym_for_statement_token1] = ACTIONS(953), + [aux_sym_for_statement_token2] = ACTIONS(953), + [aux_sym_foreach_statement_token1] = ACTIONS(953), + [aux_sym_foreach_statement_token2] = ACTIONS(953), + [aux_sym_if_statement_token1] = ACTIONS(953), + [aux_sym_if_statement_token2] = ACTIONS(953), + [aux_sym_else_if_clause_token1] = ACTIONS(953), + [aux_sym_else_clause_token1] = ACTIONS(953), + [aux_sym_match_expression_token1] = ACTIONS(953), + [aux_sym_match_default_expression_token1] = ACTIONS(953), + [aux_sym_switch_statement_token1] = ACTIONS(953), + [aux_sym_switch_block_token1] = ACTIONS(953), + [anon_sym_PLUS] = ACTIONS(953), + [anon_sym_DASH] = ACTIONS(953), + [anon_sym_TILDE] = ACTIONS(951), + [anon_sym_BANG] = ACTIONS(951), + [anon_sym_AT] = ACTIONS(951), + [aux_sym_clone_expression_token1] = ACTIONS(953), + [aux_sym_print_intrinsic_token1] = ACTIONS(953), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(953), + [anon_sym_DASH_DASH] = ACTIONS(951), + [anon_sym_PLUS_PLUS] = ACTIONS(951), + [aux_sym__list_destructing_token1] = ACTIONS(953), + [anon_sym_LBRACK] = ACTIONS(951), + [anon_sym_self] = ACTIONS(953), + [anon_sym_parent] = ACTIONS(953), + [aux_sym__argument_name_token1] = ACTIONS(953), + [aux_sym__argument_name_token2] = ACTIONS(953), + [anon_sym_POUND_LBRACK] = ACTIONS(951), + [aux_sym_encapsed_string_token1] = ACTIONS(951), + [anon_sym_DQUOTE] = ACTIONS(951), + [aux_sym_string_token1] = ACTIONS(951), + [anon_sym_SQUOTE] = ACTIONS(951), + [anon_sym_LT_LT_LT] = ACTIONS(951), + [anon_sym_BQUOTE] = ACTIONS(951), + [anon_sym_DOLLAR] = ACTIONS(951), + [aux_sym_yield_expression_token1] = ACTIONS(953), + [aux_sym_include_expression_token1] = ACTIONS(953), + [aux_sym_include_once_expression_token1] = ACTIONS(953), + [aux_sym_require_expression_token1] = ACTIONS(953), + [aux_sym_require_once_expression_token1] = ACTIONS(953), [sym_comment] = ACTIONS(3), }, - [415] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1285), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [406] = { + [sym_else_if_clause] = STATE(421), + [sym_else_clause] = STATE(486), + [aux_sym_if_statement_repeat1] = STATE(407), + [ts_builtin_sym_end] = ACTIONS(959), + [sym_name] = ACTIONS(961), + [anon_sym_QMARK_GT] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(959), + [aux_sym_function_static_declaration_token1] = ACTIONS(961), + [aux_sym_global_declaration_token1] = ACTIONS(961), + [aux_sym_namespace_definition_token1] = ACTIONS(961), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(961), + [aux_sym_namespace_use_clause_token1] = ACTIONS(961), + [aux_sym_namespace_use_clause_token2] = ACTIONS(961), + [anon_sym_BSLASH] = ACTIONS(959), + [anon_sym_LBRACE] = ACTIONS(959), + [anon_sym_RBRACE] = ACTIONS(959), + [aux_sym_trait_declaration_token1] = ACTIONS(961), + [aux_sym_interface_declaration_token1] = ACTIONS(961), + [aux_sym_enum_declaration_token1] = ACTIONS(961), + [aux_sym_enum_case_token1] = ACTIONS(961), + [aux_sym_class_declaration_token1] = ACTIONS(961), + [aux_sym_final_modifier_token1] = ACTIONS(961), + [aux_sym_abstract_modifier_token1] = ACTIONS(961), + [aux_sym_readonly_modifier_token1] = ACTIONS(961), + [sym_var_modifier] = ACTIONS(961), + [aux_sym_visibility_modifier_token1] = ACTIONS(961), + [aux_sym_visibility_modifier_token2] = ACTIONS(961), + [aux_sym_visibility_modifier_token3] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(959), + [aux_sym__arrow_function_header_token1] = ACTIONS(961), + [aux_sym_cast_type_token1] = ACTIONS(961), + [aux_sym_echo_statement_token1] = ACTIONS(961), + [aux_sym_exit_statement_token1] = ACTIONS(961), + [anon_sym_unset] = ACTIONS(961), + [aux_sym_declare_statement_token1] = ACTIONS(961), + [aux_sym_declare_statement_token2] = ACTIONS(961), + [sym_float] = ACTIONS(961), + [aux_sym_try_statement_token1] = ACTIONS(961), + [aux_sym_goto_statement_token1] = ACTIONS(961), + [aux_sym_continue_statement_token1] = ACTIONS(961), + [aux_sym_break_statement_token1] = ACTIONS(961), + [sym_integer] = ACTIONS(961), + [aux_sym_return_statement_token1] = ACTIONS(961), + [aux_sym_throw_expression_token1] = ACTIONS(961), + [aux_sym_while_statement_token1] = ACTIONS(961), + [aux_sym_while_statement_token2] = ACTIONS(961), + [aux_sym_do_statement_token1] = ACTIONS(961), + [aux_sym_for_statement_token1] = ACTIONS(961), + [aux_sym_for_statement_token2] = ACTIONS(961), + [aux_sym_foreach_statement_token1] = ACTIONS(961), + [aux_sym_foreach_statement_token2] = ACTIONS(961), + [aux_sym_if_statement_token1] = ACTIONS(961), + [aux_sym_if_statement_token2] = ACTIONS(961), + [aux_sym_else_if_clause_token1] = ACTIONS(963), + [aux_sym_else_clause_token1] = ACTIONS(965), + [aux_sym_match_expression_token1] = ACTIONS(961), + [aux_sym_match_default_expression_token1] = ACTIONS(961), + [aux_sym_switch_statement_token1] = ACTIONS(961), + [aux_sym_switch_block_token1] = ACTIONS(961), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_TILDE] = ACTIONS(959), + [anon_sym_BANG] = ACTIONS(959), + [anon_sym_AT] = ACTIONS(959), + [aux_sym_clone_expression_token1] = ACTIONS(961), + [aux_sym_print_intrinsic_token1] = ACTIONS(961), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(961), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [aux_sym__list_destructing_token1] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(959), + [anon_sym_self] = ACTIONS(961), + [anon_sym_parent] = ACTIONS(961), + [aux_sym__argument_name_token1] = ACTIONS(961), + [aux_sym__argument_name_token2] = ACTIONS(961), + [anon_sym_POUND_LBRACK] = ACTIONS(959), + [aux_sym_encapsed_string_token1] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(959), + [aux_sym_string_token1] = ACTIONS(959), + [anon_sym_SQUOTE] = ACTIONS(959), + [anon_sym_LT_LT_LT] = ACTIONS(959), + [anon_sym_BQUOTE] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [aux_sym_yield_expression_token1] = ACTIONS(961), + [aux_sym_include_expression_token1] = ACTIONS(961), + [aux_sym_include_once_expression_token1] = ACTIONS(961), + [aux_sym_require_expression_token1] = ACTIONS(961), + [aux_sym_require_once_expression_token1] = ACTIONS(961), [sym_comment] = ACTIONS(3), }, - [416] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_match_expression] = STATE(1104), - [sym_expression] = STATE(1058), - [sym__unary_expression] = STATE(1105), - [sym_unary_op_expression] = STATE(1105), - [sym_error_suppression_expression] = STATE(1104), - [sym_clone_expression] = STATE(1105), - [sym_primary_expression] = STATE(1105), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1105), - [sym_cast_variable] = STATE(624), - [sym_assignment_expression] = STATE(1104), - [sym_reference_assignment_expression] = STATE(1104), - [sym_conditional_expression] = STATE(1104), - [sym_augmented_assignment_expression] = STATE(1104), - [sym_member_access_expression] = STATE(624), - [sym_nullsafe_member_access_expression] = STATE(624), - [sym_scoped_property_access_expression] = STATE(624), - [sym_list_literal] = STATE(2552), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(591), - [sym_scoped_call_expression] = STATE(591), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(591), - [sym_nullsafe_member_call_expression] = STATE(591), - [sym_subscript_expression] = STATE(591), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(591), - [sym_variable_name] = STATE(591), - [sym_yield_expression] = STATE(1104), - [sym_binary_expression] = STATE(1104), - [sym_include_expression] = STATE(1104), - [sym_include_once_expression] = STATE(1104), - [sym_require_expression] = STATE(1104), - [sym_require_once_expression] = STATE(1104), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [aux_sym_match_expression_token1] = ACTIONS(87), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(107), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_yield_expression_token1] = ACTIONS(127), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [aux_sym_require_expression_token1] = ACTIONS(133), - [aux_sym_require_once_expression_token1] = ACTIONS(135), + [407] = { + [sym_else_if_clause] = STATE(421), + [sym_else_clause] = STATE(445), + [aux_sym_if_statement_repeat1] = STATE(410), + [ts_builtin_sym_end] = ACTIONS(967), + [sym_name] = ACTIONS(969), + [anon_sym_QMARK_GT] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(967), + [aux_sym_function_static_declaration_token1] = ACTIONS(969), + [aux_sym_global_declaration_token1] = ACTIONS(969), + [aux_sym_namespace_definition_token1] = ACTIONS(969), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(969), + [aux_sym_namespace_use_clause_token1] = ACTIONS(969), + [aux_sym_namespace_use_clause_token2] = ACTIONS(969), + [anon_sym_BSLASH] = ACTIONS(967), + [anon_sym_LBRACE] = ACTIONS(967), + [anon_sym_RBRACE] = ACTIONS(967), + [aux_sym_trait_declaration_token1] = ACTIONS(969), + [aux_sym_interface_declaration_token1] = ACTIONS(969), + [aux_sym_enum_declaration_token1] = ACTIONS(969), + [aux_sym_enum_case_token1] = ACTIONS(969), + [aux_sym_class_declaration_token1] = ACTIONS(969), + [aux_sym_final_modifier_token1] = ACTIONS(969), + [aux_sym_abstract_modifier_token1] = ACTIONS(969), + [aux_sym_readonly_modifier_token1] = ACTIONS(969), + [sym_var_modifier] = ACTIONS(969), + [aux_sym_visibility_modifier_token1] = ACTIONS(969), + [aux_sym_visibility_modifier_token2] = ACTIONS(969), + [aux_sym_visibility_modifier_token3] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(967), + [aux_sym__arrow_function_header_token1] = ACTIONS(969), + [aux_sym_cast_type_token1] = ACTIONS(969), + [aux_sym_echo_statement_token1] = ACTIONS(969), + [aux_sym_exit_statement_token1] = ACTIONS(969), + [anon_sym_unset] = ACTIONS(969), + [aux_sym_declare_statement_token1] = ACTIONS(969), + [aux_sym_declare_statement_token2] = ACTIONS(969), + [sym_float] = ACTIONS(969), + [aux_sym_try_statement_token1] = ACTIONS(969), + [aux_sym_goto_statement_token1] = ACTIONS(969), + [aux_sym_continue_statement_token1] = ACTIONS(969), + [aux_sym_break_statement_token1] = ACTIONS(969), + [sym_integer] = ACTIONS(969), + [aux_sym_return_statement_token1] = ACTIONS(969), + [aux_sym_throw_expression_token1] = ACTIONS(969), + [aux_sym_while_statement_token1] = ACTIONS(969), + [aux_sym_while_statement_token2] = ACTIONS(969), + [aux_sym_do_statement_token1] = ACTIONS(969), + [aux_sym_for_statement_token1] = ACTIONS(969), + [aux_sym_for_statement_token2] = ACTIONS(969), + [aux_sym_foreach_statement_token1] = ACTIONS(969), + [aux_sym_foreach_statement_token2] = ACTIONS(969), + [aux_sym_if_statement_token1] = ACTIONS(969), + [aux_sym_if_statement_token2] = ACTIONS(969), + [aux_sym_else_if_clause_token1] = ACTIONS(963), + [aux_sym_else_clause_token1] = ACTIONS(965), + [aux_sym_match_expression_token1] = ACTIONS(969), + [aux_sym_match_default_expression_token1] = ACTIONS(969), + [aux_sym_switch_statement_token1] = ACTIONS(969), + [aux_sym_switch_block_token1] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_BANG] = ACTIONS(967), + [anon_sym_AT] = ACTIONS(967), + [aux_sym_clone_expression_token1] = ACTIONS(969), + [aux_sym_print_intrinsic_token1] = ACTIONS(969), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [aux_sym__list_destructing_token1] = ACTIONS(969), + [anon_sym_LBRACK] = ACTIONS(967), + [anon_sym_self] = ACTIONS(969), + [anon_sym_parent] = ACTIONS(969), + [aux_sym__argument_name_token1] = ACTIONS(969), + [aux_sym__argument_name_token2] = ACTIONS(969), + [anon_sym_POUND_LBRACK] = ACTIONS(967), + [aux_sym_encapsed_string_token1] = ACTIONS(967), + [anon_sym_DQUOTE] = ACTIONS(967), + [aux_sym_string_token1] = ACTIONS(967), + [anon_sym_SQUOTE] = ACTIONS(967), + [anon_sym_LT_LT_LT] = ACTIONS(967), + [anon_sym_BQUOTE] = ACTIONS(967), + [anon_sym_DOLLAR] = ACTIONS(967), + [aux_sym_yield_expression_token1] = ACTIONS(969), + [aux_sym_include_expression_token1] = ACTIONS(969), + [aux_sym_include_once_expression_token1] = ACTIONS(969), + [aux_sym_require_expression_token1] = ACTIONS(969), + [aux_sym_require_once_expression_token1] = ACTIONS(969), [sym_comment] = ACTIONS(3), }, - [417] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1283), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [408] = { + [sym_else_if_clause] = STATE(421), + [sym_else_clause] = STATE(445), + [aux_sym_if_statement_repeat1] = STATE(410), + [ts_builtin_sym_end] = ACTIONS(967), + [sym_name] = ACTIONS(969), + [anon_sym_QMARK_GT] = ACTIONS(967), + [anon_sym_SEMI] = ACTIONS(967), + [aux_sym_function_static_declaration_token1] = ACTIONS(969), + [aux_sym_global_declaration_token1] = ACTIONS(969), + [aux_sym_namespace_definition_token1] = ACTIONS(969), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(969), + [aux_sym_namespace_use_clause_token1] = ACTIONS(969), + [aux_sym_namespace_use_clause_token2] = ACTIONS(969), + [anon_sym_BSLASH] = ACTIONS(967), + [anon_sym_LBRACE] = ACTIONS(967), + [anon_sym_RBRACE] = ACTIONS(967), + [aux_sym_trait_declaration_token1] = ACTIONS(969), + [aux_sym_interface_declaration_token1] = ACTIONS(969), + [aux_sym_enum_declaration_token1] = ACTIONS(969), + [aux_sym_enum_case_token1] = ACTIONS(969), + [aux_sym_class_declaration_token1] = ACTIONS(969), + [aux_sym_final_modifier_token1] = ACTIONS(969), + [aux_sym_abstract_modifier_token1] = ACTIONS(969), + [aux_sym_readonly_modifier_token1] = ACTIONS(969), + [sym_var_modifier] = ACTIONS(969), + [aux_sym_visibility_modifier_token1] = ACTIONS(969), + [aux_sym_visibility_modifier_token2] = ACTIONS(969), + [aux_sym_visibility_modifier_token3] = ACTIONS(969), + [anon_sym_LPAREN] = ACTIONS(967), + [aux_sym__arrow_function_header_token1] = ACTIONS(969), + [aux_sym_cast_type_token1] = ACTIONS(969), + [aux_sym_echo_statement_token1] = ACTIONS(969), + [aux_sym_exit_statement_token1] = ACTIONS(969), + [anon_sym_unset] = ACTIONS(969), + [aux_sym_declare_statement_token1] = ACTIONS(969), + [aux_sym_declare_statement_token2] = ACTIONS(969), + [sym_float] = ACTIONS(969), + [aux_sym_try_statement_token1] = ACTIONS(969), + [aux_sym_goto_statement_token1] = ACTIONS(969), + [aux_sym_continue_statement_token1] = ACTIONS(969), + [aux_sym_break_statement_token1] = ACTIONS(969), + [sym_integer] = ACTIONS(969), + [aux_sym_return_statement_token1] = ACTIONS(969), + [aux_sym_throw_expression_token1] = ACTIONS(969), + [aux_sym_while_statement_token1] = ACTIONS(969), + [aux_sym_while_statement_token2] = ACTIONS(969), + [aux_sym_do_statement_token1] = ACTIONS(969), + [aux_sym_for_statement_token1] = ACTIONS(969), + [aux_sym_for_statement_token2] = ACTIONS(969), + [aux_sym_foreach_statement_token1] = ACTIONS(969), + [aux_sym_foreach_statement_token2] = ACTIONS(969), + [aux_sym_if_statement_token1] = ACTIONS(969), + [aux_sym_if_statement_token2] = ACTIONS(969), + [aux_sym_else_if_clause_token1] = ACTIONS(971), + [aux_sym_else_clause_token1] = ACTIONS(974), + [aux_sym_match_expression_token1] = ACTIONS(969), + [aux_sym_match_default_expression_token1] = ACTIONS(969), + [aux_sym_switch_statement_token1] = ACTIONS(969), + [aux_sym_switch_block_token1] = ACTIONS(969), + [anon_sym_PLUS] = ACTIONS(969), + [anon_sym_DASH] = ACTIONS(969), + [anon_sym_TILDE] = ACTIONS(967), + [anon_sym_BANG] = ACTIONS(967), + [anon_sym_AT] = ACTIONS(967), + [aux_sym_clone_expression_token1] = ACTIONS(969), + [aux_sym_print_intrinsic_token1] = ACTIONS(969), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(969), + [anon_sym_DASH_DASH] = ACTIONS(967), + [anon_sym_PLUS_PLUS] = ACTIONS(967), + [aux_sym__list_destructing_token1] = ACTIONS(969), + [anon_sym_LBRACK] = ACTIONS(967), + [anon_sym_self] = ACTIONS(969), + [anon_sym_parent] = ACTIONS(969), + [aux_sym__argument_name_token1] = ACTIONS(969), + [aux_sym__argument_name_token2] = ACTIONS(969), + [anon_sym_POUND_LBRACK] = ACTIONS(967), + [aux_sym_encapsed_string_token1] = ACTIONS(967), + [anon_sym_DQUOTE] = ACTIONS(967), + [aux_sym_string_token1] = ACTIONS(967), + [anon_sym_SQUOTE] = ACTIONS(967), + [anon_sym_LT_LT_LT] = ACTIONS(967), + [anon_sym_BQUOTE] = ACTIONS(967), + [anon_sym_DOLLAR] = ACTIONS(967), + [aux_sym_yield_expression_token1] = ACTIONS(969), + [aux_sym_include_expression_token1] = ACTIONS(969), + [aux_sym_include_once_expression_token1] = ACTIONS(969), + [aux_sym_require_expression_token1] = ACTIONS(969), + [aux_sym_require_once_expression_token1] = ACTIONS(969), [sym_comment] = ACTIONS(3), }, - [418] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1282), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [409] = { + [sym_else_if_clause] = STATE(421), + [sym_else_clause] = STATE(486), + [aux_sym_if_statement_repeat1] = STATE(408), + [ts_builtin_sym_end] = ACTIONS(959), + [sym_name] = ACTIONS(961), + [anon_sym_QMARK_GT] = ACTIONS(959), + [anon_sym_SEMI] = ACTIONS(959), + [aux_sym_function_static_declaration_token1] = ACTIONS(961), + [aux_sym_global_declaration_token1] = ACTIONS(961), + [aux_sym_namespace_definition_token1] = ACTIONS(961), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(961), + [aux_sym_namespace_use_clause_token1] = ACTIONS(961), + [aux_sym_namespace_use_clause_token2] = ACTIONS(961), + [anon_sym_BSLASH] = ACTIONS(959), + [anon_sym_LBRACE] = ACTIONS(959), + [anon_sym_RBRACE] = ACTIONS(959), + [aux_sym_trait_declaration_token1] = ACTIONS(961), + [aux_sym_interface_declaration_token1] = ACTIONS(961), + [aux_sym_enum_declaration_token1] = ACTIONS(961), + [aux_sym_enum_case_token1] = ACTIONS(961), + [aux_sym_class_declaration_token1] = ACTIONS(961), + [aux_sym_final_modifier_token1] = ACTIONS(961), + [aux_sym_abstract_modifier_token1] = ACTIONS(961), + [aux_sym_readonly_modifier_token1] = ACTIONS(961), + [sym_var_modifier] = ACTIONS(961), + [aux_sym_visibility_modifier_token1] = ACTIONS(961), + [aux_sym_visibility_modifier_token2] = ACTIONS(961), + [aux_sym_visibility_modifier_token3] = ACTIONS(961), + [anon_sym_LPAREN] = ACTIONS(959), + [aux_sym__arrow_function_header_token1] = ACTIONS(961), + [aux_sym_cast_type_token1] = ACTIONS(961), + [aux_sym_echo_statement_token1] = ACTIONS(961), + [aux_sym_exit_statement_token1] = ACTIONS(961), + [anon_sym_unset] = ACTIONS(961), + [aux_sym_declare_statement_token1] = ACTIONS(961), + [aux_sym_declare_statement_token2] = ACTIONS(961), + [sym_float] = ACTIONS(961), + [aux_sym_try_statement_token1] = ACTIONS(961), + [aux_sym_goto_statement_token1] = ACTIONS(961), + [aux_sym_continue_statement_token1] = ACTIONS(961), + [aux_sym_break_statement_token1] = ACTIONS(961), + [sym_integer] = ACTIONS(961), + [aux_sym_return_statement_token1] = ACTIONS(961), + [aux_sym_throw_expression_token1] = ACTIONS(961), + [aux_sym_while_statement_token1] = ACTIONS(961), + [aux_sym_while_statement_token2] = ACTIONS(961), + [aux_sym_do_statement_token1] = ACTIONS(961), + [aux_sym_for_statement_token1] = ACTIONS(961), + [aux_sym_for_statement_token2] = ACTIONS(961), + [aux_sym_foreach_statement_token1] = ACTIONS(961), + [aux_sym_foreach_statement_token2] = ACTIONS(961), + [aux_sym_if_statement_token1] = ACTIONS(961), + [aux_sym_if_statement_token2] = ACTIONS(961), + [aux_sym_else_if_clause_token1] = ACTIONS(977), + [aux_sym_else_clause_token1] = ACTIONS(980), + [aux_sym_match_expression_token1] = ACTIONS(961), + [aux_sym_match_default_expression_token1] = ACTIONS(961), + [aux_sym_switch_statement_token1] = ACTIONS(961), + [aux_sym_switch_block_token1] = ACTIONS(961), + [anon_sym_PLUS] = ACTIONS(961), + [anon_sym_DASH] = ACTIONS(961), + [anon_sym_TILDE] = ACTIONS(959), + [anon_sym_BANG] = ACTIONS(959), + [anon_sym_AT] = ACTIONS(959), + [aux_sym_clone_expression_token1] = ACTIONS(961), + [aux_sym_print_intrinsic_token1] = ACTIONS(961), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(961), + [anon_sym_DASH_DASH] = ACTIONS(959), + [anon_sym_PLUS_PLUS] = ACTIONS(959), + [aux_sym__list_destructing_token1] = ACTIONS(961), + [anon_sym_LBRACK] = ACTIONS(959), + [anon_sym_self] = ACTIONS(961), + [anon_sym_parent] = ACTIONS(961), + [aux_sym__argument_name_token1] = ACTIONS(961), + [aux_sym__argument_name_token2] = ACTIONS(961), + [anon_sym_POUND_LBRACK] = ACTIONS(959), + [aux_sym_encapsed_string_token1] = ACTIONS(959), + [anon_sym_DQUOTE] = ACTIONS(959), + [aux_sym_string_token1] = ACTIONS(959), + [anon_sym_SQUOTE] = ACTIONS(959), + [anon_sym_LT_LT_LT] = ACTIONS(959), + [anon_sym_BQUOTE] = ACTIONS(959), + [anon_sym_DOLLAR] = ACTIONS(959), + [aux_sym_yield_expression_token1] = ACTIONS(961), + [aux_sym_include_expression_token1] = ACTIONS(961), + [aux_sym_include_once_expression_token1] = ACTIONS(961), + [aux_sym_require_expression_token1] = ACTIONS(961), + [aux_sym_require_once_expression_token1] = ACTIONS(961), [sym_comment] = ACTIONS(3), }, - [419] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1280), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [410] = { + [sym_else_if_clause] = STATE(421), + [aux_sym_if_statement_repeat1] = STATE(410), + [ts_builtin_sym_end] = ACTIONS(983), + [sym_name] = ACTIONS(985), + [anon_sym_QMARK_GT] = ACTIONS(983), + [anon_sym_SEMI] = ACTIONS(983), + [aux_sym_function_static_declaration_token1] = ACTIONS(985), + [aux_sym_global_declaration_token1] = ACTIONS(985), + [aux_sym_namespace_definition_token1] = ACTIONS(985), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(985), + [aux_sym_namespace_use_clause_token1] = ACTIONS(985), + [aux_sym_namespace_use_clause_token2] = ACTIONS(985), + [anon_sym_BSLASH] = ACTIONS(983), + [anon_sym_LBRACE] = ACTIONS(983), + [anon_sym_RBRACE] = ACTIONS(983), + [aux_sym_trait_declaration_token1] = ACTIONS(985), + [aux_sym_interface_declaration_token1] = ACTIONS(985), + [aux_sym_enum_declaration_token1] = ACTIONS(985), + [aux_sym_enum_case_token1] = ACTIONS(985), + [aux_sym_class_declaration_token1] = ACTIONS(985), + [aux_sym_final_modifier_token1] = ACTIONS(985), + [aux_sym_abstract_modifier_token1] = ACTIONS(985), + [aux_sym_readonly_modifier_token1] = ACTIONS(985), + [sym_var_modifier] = ACTIONS(985), + [aux_sym_visibility_modifier_token1] = ACTIONS(985), + [aux_sym_visibility_modifier_token2] = ACTIONS(985), + [aux_sym_visibility_modifier_token3] = ACTIONS(985), + [anon_sym_LPAREN] = ACTIONS(983), + [aux_sym__arrow_function_header_token1] = ACTIONS(985), + [aux_sym_cast_type_token1] = ACTIONS(985), + [aux_sym_echo_statement_token1] = ACTIONS(985), + [aux_sym_exit_statement_token1] = ACTIONS(985), + [anon_sym_unset] = ACTIONS(985), + [aux_sym_declare_statement_token1] = ACTIONS(985), + [aux_sym_declare_statement_token2] = ACTIONS(985), + [sym_float] = ACTIONS(985), + [aux_sym_try_statement_token1] = ACTIONS(985), + [aux_sym_goto_statement_token1] = ACTIONS(985), + [aux_sym_continue_statement_token1] = ACTIONS(985), + [aux_sym_break_statement_token1] = ACTIONS(985), + [sym_integer] = ACTIONS(985), + [aux_sym_return_statement_token1] = ACTIONS(985), + [aux_sym_throw_expression_token1] = ACTIONS(985), + [aux_sym_while_statement_token1] = ACTIONS(985), + [aux_sym_while_statement_token2] = ACTIONS(985), + [aux_sym_do_statement_token1] = ACTIONS(985), + [aux_sym_for_statement_token1] = ACTIONS(985), + [aux_sym_for_statement_token2] = ACTIONS(985), + [aux_sym_foreach_statement_token1] = ACTIONS(985), + [aux_sym_foreach_statement_token2] = ACTIONS(985), + [aux_sym_if_statement_token1] = ACTIONS(985), + [aux_sym_if_statement_token2] = ACTIONS(985), + [aux_sym_else_if_clause_token1] = ACTIONS(987), + [aux_sym_else_clause_token1] = ACTIONS(985), + [aux_sym_match_expression_token1] = ACTIONS(985), + [aux_sym_match_default_expression_token1] = ACTIONS(985), + [aux_sym_switch_statement_token1] = ACTIONS(985), + [aux_sym_switch_block_token1] = ACTIONS(985), + [anon_sym_PLUS] = ACTIONS(985), + [anon_sym_DASH] = ACTIONS(985), + [anon_sym_TILDE] = ACTIONS(983), + [anon_sym_BANG] = ACTIONS(983), + [anon_sym_AT] = ACTIONS(983), + [aux_sym_clone_expression_token1] = ACTIONS(985), + [aux_sym_print_intrinsic_token1] = ACTIONS(985), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(985), + [anon_sym_DASH_DASH] = ACTIONS(983), + [anon_sym_PLUS_PLUS] = ACTIONS(983), + [aux_sym__list_destructing_token1] = ACTIONS(985), + [anon_sym_LBRACK] = ACTIONS(983), + [anon_sym_self] = ACTIONS(985), + [anon_sym_parent] = ACTIONS(985), + [aux_sym__argument_name_token1] = ACTIONS(985), + [aux_sym__argument_name_token2] = ACTIONS(985), + [anon_sym_POUND_LBRACK] = ACTIONS(983), + [aux_sym_encapsed_string_token1] = ACTIONS(983), + [anon_sym_DQUOTE] = ACTIONS(983), + [aux_sym_string_token1] = ACTIONS(983), + [anon_sym_SQUOTE] = ACTIONS(983), + [anon_sym_LT_LT_LT] = ACTIONS(983), + [anon_sym_BQUOTE] = ACTIONS(983), + [anon_sym_DOLLAR] = ACTIONS(983), + [aux_sym_yield_expression_token1] = ACTIONS(985), + [aux_sym_include_expression_token1] = ACTIONS(985), + [aux_sym_include_once_expression_token1] = ACTIONS(985), + [aux_sym_require_expression_token1] = ACTIONS(985), + [aux_sym_require_once_expression_token1] = ACTIONS(985), [sym_comment] = ACTIONS(3), }, - [420] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1289), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [411] = { + [ts_builtin_sym_end] = ACTIONS(990), + [sym_name] = ACTIONS(992), + [anon_sym_QMARK_GT] = ACTIONS(990), + [anon_sym_SEMI] = ACTIONS(990), + [aux_sym_function_static_declaration_token1] = ACTIONS(992), + [aux_sym_global_declaration_token1] = ACTIONS(992), + [aux_sym_namespace_definition_token1] = ACTIONS(992), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(992), + [aux_sym_namespace_use_clause_token1] = ACTIONS(992), + [aux_sym_namespace_use_clause_token2] = ACTIONS(992), + [anon_sym_BSLASH] = ACTIONS(990), + [anon_sym_LBRACE] = ACTIONS(990), + [anon_sym_RBRACE] = ACTIONS(990), + [aux_sym_trait_declaration_token1] = ACTIONS(992), + [aux_sym_interface_declaration_token1] = ACTIONS(992), + [aux_sym_enum_declaration_token1] = ACTIONS(992), + [aux_sym_enum_case_token1] = ACTIONS(992), + [aux_sym_class_declaration_token1] = ACTIONS(992), + [aux_sym_final_modifier_token1] = ACTIONS(992), + [aux_sym_abstract_modifier_token1] = ACTIONS(992), + [aux_sym_readonly_modifier_token1] = ACTIONS(992), + [sym_var_modifier] = ACTIONS(992), + [aux_sym_visibility_modifier_token1] = ACTIONS(992), + [aux_sym_visibility_modifier_token2] = ACTIONS(992), + [aux_sym_visibility_modifier_token3] = ACTIONS(992), + [anon_sym_LPAREN] = ACTIONS(990), + [aux_sym__arrow_function_header_token1] = ACTIONS(992), + [aux_sym_cast_type_token1] = ACTIONS(992), + [aux_sym_echo_statement_token1] = ACTIONS(992), + [aux_sym_exit_statement_token1] = ACTIONS(992), + [anon_sym_unset] = ACTIONS(992), + [aux_sym_declare_statement_token1] = ACTIONS(992), + [aux_sym_declare_statement_token2] = ACTIONS(992), + [sym_float] = ACTIONS(992), + [aux_sym_try_statement_token1] = ACTIONS(992), + [aux_sym_catch_clause_token1] = ACTIONS(992), + [aux_sym_finally_clause_token1] = ACTIONS(992), + [aux_sym_goto_statement_token1] = ACTIONS(992), + [aux_sym_continue_statement_token1] = ACTIONS(992), + [aux_sym_break_statement_token1] = ACTIONS(992), + [sym_integer] = ACTIONS(992), + [aux_sym_return_statement_token1] = ACTIONS(992), + [aux_sym_throw_expression_token1] = ACTIONS(992), + [aux_sym_while_statement_token1] = ACTIONS(992), + [aux_sym_while_statement_token2] = ACTIONS(992), + [aux_sym_do_statement_token1] = ACTIONS(992), + [aux_sym_for_statement_token1] = ACTIONS(992), + [aux_sym_for_statement_token2] = ACTIONS(992), + [aux_sym_foreach_statement_token1] = ACTIONS(992), + [aux_sym_foreach_statement_token2] = ACTIONS(992), + [aux_sym_if_statement_token1] = ACTIONS(992), + [aux_sym_if_statement_token2] = ACTIONS(992), + [aux_sym_else_if_clause_token1] = ACTIONS(992), + [aux_sym_else_clause_token1] = ACTIONS(992), + [aux_sym_match_expression_token1] = ACTIONS(992), + [aux_sym_match_default_expression_token1] = ACTIONS(992), + [aux_sym_switch_statement_token1] = ACTIONS(992), + [aux_sym_switch_block_token1] = ACTIONS(992), + [anon_sym_PLUS] = ACTIONS(992), + [anon_sym_DASH] = ACTIONS(992), + [anon_sym_TILDE] = ACTIONS(990), + [anon_sym_BANG] = ACTIONS(990), + [anon_sym_AT] = ACTIONS(990), + [aux_sym_clone_expression_token1] = ACTIONS(992), + [aux_sym_print_intrinsic_token1] = ACTIONS(992), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(992), + [anon_sym_DASH_DASH] = ACTIONS(990), + [anon_sym_PLUS_PLUS] = ACTIONS(990), + [aux_sym__list_destructing_token1] = ACTIONS(992), + [anon_sym_LBRACK] = ACTIONS(990), + [anon_sym_self] = ACTIONS(992), + [anon_sym_parent] = ACTIONS(992), + [aux_sym__argument_name_token1] = ACTIONS(992), + [aux_sym__argument_name_token2] = ACTIONS(992), + [anon_sym_POUND_LBRACK] = ACTIONS(990), + [aux_sym_encapsed_string_token1] = ACTIONS(990), + [anon_sym_DQUOTE] = ACTIONS(990), + [aux_sym_string_token1] = ACTIONS(990), + [anon_sym_SQUOTE] = ACTIONS(990), + [anon_sym_LT_LT_LT] = ACTIONS(990), + [anon_sym_BQUOTE] = ACTIONS(990), + [anon_sym_DOLLAR] = ACTIONS(990), + [aux_sym_yield_expression_token1] = ACTIONS(992), + [aux_sym_include_expression_token1] = ACTIONS(992), + [aux_sym_include_once_expression_token1] = ACTIONS(992), + [aux_sym_require_expression_token1] = ACTIONS(992), + [aux_sym_require_once_expression_token1] = ACTIONS(992), [sym_comment] = ACTIONS(3), }, - [421] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1288), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [412] = { + [ts_builtin_sym_end] = ACTIONS(994), + [sym_name] = ACTIONS(996), + [anon_sym_QMARK_GT] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [aux_sym_function_static_declaration_token1] = ACTIONS(996), + [aux_sym_global_declaration_token1] = ACTIONS(996), + [aux_sym_namespace_definition_token1] = ACTIONS(996), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(996), + [aux_sym_namespace_use_clause_token1] = ACTIONS(996), + [aux_sym_namespace_use_clause_token2] = ACTIONS(996), + [anon_sym_BSLASH] = ACTIONS(994), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_RBRACE] = ACTIONS(994), + [aux_sym_trait_declaration_token1] = ACTIONS(996), + [aux_sym_interface_declaration_token1] = ACTIONS(996), + [aux_sym_enum_declaration_token1] = ACTIONS(996), + [aux_sym_enum_case_token1] = ACTIONS(996), + [aux_sym_class_declaration_token1] = ACTIONS(996), + [aux_sym_final_modifier_token1] = ACTIONS(996), + [aux_sym_abstract_modifier_token1] = ACTIONS(996), + [aux_sym_readonly_modifier_token1] = ACTIONS(996), + [sym_var_modifier] = ACTIONS(996), + [aux_sym_visibility_modifier_token1] = ACTIONS(996), + [aux_sym_visibility_modifier_token2] = ACTIONS(996), + [aux_sym_visibility_modifier_token3] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(994), + [aux_sym__arrow_function_header_token1] = ACTIONS(996), + [aux_sym_cast_type_token1] = ACTIONS(996), + [aux_sym_echo_statement_token1] = ACTIONS(996), + [aux_sym_exit_statement_token1] = ACTIONS(996), + [anon_sym_unset] = ACTIONS(996), + [aux_sym_declare_statement_token1] = ACTIONS(996), + [aux_sym_declare_statement_token2] = ACTIONS(996), + [sym_float] = ACTIONS(996), + [aux_sym_try_statement_token1] = ACTIONS(996), + [aux_sym_catch_clause_token1] = ACTIONS(996), + [aux_sym_finally_clause_token1] = ACTIONS(996), + [aux_sym_goto_statement_token1] = ACTIONS(996), + [aux_sym_continue_statement_token1] = ACTIONS(996), + [aux_sym_break_statement_token1] = ACTIONS(996), + [sym_integer] = ACTIONS(996), + [aux_sym_return_statement_token1] = ACTIONS(996), + [aux_sym_throw_expression_token1] = ACTIONS(996), + [aux_sym_while_statement_token1] = ACTIONS(996), + [aux_sym_while_statement_token2] = ACTIONS(996), + [aux_sym_do_statement_token1] = ACTIONS(996), + [aux_sym_for_statement_token1] = ACTIONS(996), + [aux_sym_for_statement_token2] = ACTIONS(996), + [aux_sym_foreach_statement_token1] = ACTIONS(996), + [aux_sym_foreach_statement_token2] = ACTIONS(996), + [aux_sym_if_statement_token1] = ACTIONS(996), + [aux_sym_if_statement_token2] = ACTIONS(996), + [aux_sym_else_if_clause_token1] = ACTIONS(996), + [aux_sym_else_clause_token1] = ACTIONS(996), + [aux_sym_match_expression_token1] = ACTIONS(996), + [aux_sym_match_default_expression_token1] = ACTIONS(996), + [aux_sym_switch_statement_token1] = ACTIONS(996), + [aux_sym_switch_block_token1] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_AT] = ACTIONS(994), + [aux_sym_clone_expression_token1] = ACTIONS(996), + [aux_sym_print_intrinsic_token1] = ACTIONS(996), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [aux_sym__list_destructing_token1] = ACTIONS(996), + [anon_sym_LBRACK] = ACTIONS(994), + [anon_sym_self] = ACTIONS(996), + [anon_sym_parent] = ACTIONS(996), + [aux_sym__argument_name_token1] = ACTIONS(996), + [aux_sym__argument_name_token2] = ACTIONS(996), + [anon_sym_POUND_LBRACK] = ACTIONS(994), + [aux_sym_encapsed_string_token1] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [aux_sym_string_token1] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_LT_LT_LT] = ACTIONS(994), + [anon_sym_BQUOTE] = ACTIONS(994), + [anon_sym_DOLLAR] = ACTIONS(994), + [aux_sym_yield_expression_token1] = ACTIONS(996), + [aux_sym_include_expression_token1] = ACTIONS(996), + [aux_sym_include_once_expression_token1] = ACTIONS(996), + [aux_sym_require_expression_token1] = ACTIONS(996), + [aux_sym_require_once_expression_token1] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, - [422] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_match_expression] = STATE(919), - [sym_expression] = STATE(1287), - [sym__unary_expression] = STATE(917), - [sym_unary_op_expression] = STATE(917), - [sym_error_suppression_expression] = STATE(919), - [sym_clone_expression] = STATE(917), - [sym_primary_expression] = STATE(917), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(917), - [sym_cast_variable] = STATE(597), - [sym_assignment_expression] = STATE(919), - [sym_reference_assignment_expression] = STATE(919), - [sym_conditional_expression] = STATE(919), - [sym_augmented_assignment_expression] = STATE(919), - [sym_member_access_expression] = STATE(597), - [sym_nullsafe_member_access_expression] = STATE(597), - [sym_scoped_property_access_expression] = STATE(597), - [sym_list_literal] = STATE(2454), - [sym__list_destructing] = STATE(2222), - [sym__array_destructing] = STATE(2222), - [sym_function_call_expression] = STATE(589), - [sym_scoped_call_expression] = STATE(589), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(589), - [sym_nullsafe_member_call_expression] = STATE(589), - [sym_subscript_expression] = STATE(589), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(589), - [sym_variable_name] = STATE(589), - [sym_yield_expression] = STATE(919), - [sym_binary_expression] = STATE(919), - [sym_include_expression] = STATE(919), - [sym_include_once_expression] = STATE(919), - [sym_require_expression] = STATE(919), - [sym_require_once_expression] = STATE(919), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_match_expression_token1] = ACTIONS(589), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [aux_sym__list_destructing_token1] = ACTIONS(105), - [anon_sym_LBRACK] = ACTIONS(605), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_yield_expression_token1] = ACTIONS(621), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [aux_sym_require_expression_token1] = ACTIONS(629), - [aux_sym_require_once_expression_token1] = ACTIONS(631), + [413] = { + [ts_builtin_sym_end] = ACTIONS(998), + [sym_name] = ACTIONS(1000), + [anon_sym_QMARK_GT] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [aux_sym_function_static_declaration_token1] = ACTIONS(1000), + [aux_sym_global_declaration_token1] = ACTIONS(1000), + [aux_sym_namespace_definition_token1] = ACTIONS(1000), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1000), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1000), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1000), + [anon_sym_BSLASH] = ACTIONS(998), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_RBRACE] = ACTIONS(998), + [aux_sym_trait_declaration_token1] = ACTIONS(1000), + [aux_sym_interface_declaration_token1] = ACTIONS(1000), + [aux_sym_enum_declaration_token1] = ACTIONS(1000), + [aux_sym_enum_case_token1] = ACTIONS(1000), + [aux_sym_class_declaration_token1] = ACTIONS(1000), + [aux_sym_final_modifier_token1] = ACTIONS(1000), + [aux_sym_abstract_modifier_token1] = ACTIONS(1000), + [aux_sym_readonly_modifier_token1] = ACTIONS(1000), + [sym_var_modifier] = ACTIONS(1000), + [aux_sym_visibility_modifier_token1] = ACTIONS(1000), + [aux_sym_visibility_modifier_token2] = ACTIONS(1000), + [aux_sym_visibility_modifier_token3] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(998), + [aux_sym__arrow_function_header_token1] = ACTIONS(1000), + [aux_sym_cast_type_token1] = ACTIONS(1000), + [aux_sym_echo_statement_token1] = ACTIONS(1000), + [aux_sym_exit_statement_token1] = ACTIONS(1000), + [anon_sym_unset] = ACTIONS(1000), + [aux_sym_declare_statement_token1] = ACTIONS(1000), + [aux_sym_declare_statement_token2] = ACTIONS(1000), + [sym_float] = ACTIONS(1000), + [aux_sym_try_statement_token1] = ACTIONS(1000), + [aux_sym_catch_clause_token1] = ACTIONS(1000), + [aux_sym_finally_clause_token1] = ACTIONS(1000), + [aux_sym_goto_statement_token1] = ACTIONS(1000), + [aux_sym_continue_statement_token1] = ACTIONS(1000), + [aux_sym_break_statement_token1] = ACTIONS(1000), + [sym_integer] = ACTIONS(1000), + [aux_sym_return_statement_token1] = ACTIONS(1000), + [aux_sym_throw_expression_token1] = ACTIONS(1000), + [aux_sym_while_statement_token1] = ACTIONS(1000), + [aux_sym_while_statement_token2] = ACTIONS(1000), + [aux_sym_do_statement_token1] = ACTIONS(1000), + [aux_sym_for_statement_token1] = ACTIONS(1000), + [aux_sym_for_statement_token2] = ACTIONS(1000), + [aux_sym_foreach_statement_token1] = ACTIONS(1000), + [aux_sym_foreach_statement_token2] = ACTIONS(1000), + [aux_sym_if_statement_token1] = ACTIONS(1000), + [aux_sym_if_statement_token2] = ACTIONS(1000), + [aux_sym_else_if_clause_token1] = ACTIONS(1000), + [aux_sym_else_clause_token1] = ACTIONS(1000), + [aux_sym_match_expression_token1] = ACTIONS(1000), + [aux_sym_match_default_expression_token1] = ACTIONS(1000), + [aux_sym_switch_statement_token1] = ACTIONS(1000), + [aux_sym_switch_block_token1] = ACTIONS(1000), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_AT] = ACTIONS(998), + [aux_sym_clone_expression_token1] = ACTIONS(1000), + [aux_sym_print_intrinsic_token1] = ACTIONS(1000), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1000), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [aux_sym__list_destructing_token1] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(998), + [anon_sym_self] = ACTIONS(1000), + [anon_sym_parent] = ACTIONS(1000), + [aux_sym__argument_name_token1] = ACTIONS(1000), + [aux_sym__argument_name_token2] = ACTIONS(1000), + [anon_sym_POUND_LBRACK] = ACTIONS(998), + [aux_sym_encapsed_string_token1] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [aux_sym_string_token1] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_LT_LT_LT] = ACTIONS(998), + [anon_sym_BQUOTE] = ACTIONS(998), + [anon_sym_DOLLAR] = ACTIONS(998), + [aux_sym_yield_expression_token1] = ACTIONS(1000), + [aux_sym_include_expression_token1] = ACTIONS(1000), + [aux_sym_include_once_expression_token1] = ACTIONS(1000), + [aux_sym_require_expression_token1] = ACTIONS(1000), + [aux_sym_require_once_expression_token1] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, - [423] = { - [sym_catch_clause] = STATE(424), - [sym_finally_clause] = STATE(424), - [aux_sym_try_statement_repeat1] = STATE(424), - [ts_builtin_sym_end] = ACTIONS(981), - [sym_name] = ACTIONS(983), - [anon_sym_QMARK_GT] = ACTIONS(981), - [anon_sym_SEMI] = ACTIONS(981), - [aux_sym_function_static_declaration_token1] = ACTIONS(983), - [aux_sym_global_declaration_token1] = ACTIONS(983), - [aux_sym_namespace_definition_token1] = ACTIONS(983), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(983), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(983), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(983), - [anon_sym_BSLASH] = ACTIONS(981), - [anon_sym_LBRACE] = ACTIONS(981), - [anon_sym_RBRACE] = ACTIONS(981), - [aux_sym_trait_declaration_token1] = ACTIONS(983), - [aux_sym_interface_declaration_token1] = ACTIONS(983), - [aux_sym_enum_declaration_token1] = ACTIONS(983), - [aux_sym_enum_case_token1] = ACTIONS(983), - [aux_sym_class_declaration_token1] = ACTIONS(983), - [aux_sym_final_modifier_token1] = ACTIONS(983), - [aux_sym_abstract_modifier_token1] = ACTIONS(983), - [aux_sym_readonly_modifier_token1] = ACTIONS(983), - [sym_var_modifier] = ACTIONS(983), - [aux_sym_visibility_modifier_token1] = ACTIONS(983), - [aux_sym_visibility_modifier_token2] = ACTIONS(983), - [aux_sym_visibility_modifier_token3] = ACTIONS(983), - [aux_sym__arrow_function_header_token1] = ACTIONS(983), - [anon_sym_LPAREN] = ACTIONS(981), - [aux_sym_cast_type_token1] = ACTIONS(983), - [aux_sym_echo_statement_token1] = ACTIONS(983), - [aux_sym_exit_statement_token1] = ACTIONS(983), - [anon_sym_unset] = ACTIONS(983), - [aux_sym_declare_statement_token1] = ACTIONS(983), - [aux_sym_declare_statement_token2] = ACTIONS(983), - [sym_float] = ACTIONS(983), - [aux_sym_try_statement_token1] = ACTIONS(983), - [aux_sym_catch_clause_token1] = ACTIONS(985), - [aux_sym_finally_clause_token1] = ACTIONS(987), - [aux_sym_goto_statement_token1] = ACTIONS(983), - [aux_sym_continue_statement_token1] = ACTIONS(983), - [aux_sym_break_statement_token1] = ACTIONS(983), - [sym_integer] = ACTIONS(983), - [aux_sym_return_statement_token1] = ACTIONS(983), - [aux_sym_throw_expression_token1] = ACTIONS(983), - [aux_sym_while_statement_token1] = ACTIONS(983), - [aux_sym_while_statement_token2] = ACTIONS(983), - [aux_sym_do_statement_token1] = ACTIONS(983), - [aux_sym_for_statement_token1] = ACTIONS(983), - [aux_sym_for_statement_token2] = ACTIONS(983), - [aux_sym_foreach_statement_token1] = ACTIONS(983), - [aux_sym_foreach_statement_token2] = ACTIONS(983), - [aux_sym_if_statement_token1] = ACTIONS(983), - [aux_sym_if_statement_token2] = ACTIONS(983), - [aux_sym_else_if_clause_token1] = ACTIONS(983), - [aux_sym_else_clause_token1] = ACTIONS(983), - [aux_sym_match_expression_token1] = ACTIONS(983), - [aux_sym_match_default_expression_token1] = ACTIONS(983), - [aux_sym_switch_statement_token1] = ACTIONS(983), - [aux_sym_switch_block_token1] = ACTIONS(983), - [anon_sym_PLUS] = ACTIONS(983), - [anon_sym_DASH] = ACTIONS(983), - [anon_sym_TILDE] = ACTIONS(981), - [anon_sym_BANG] = ACTIONS(981), - [anon_sym_AT] = ACTIONS(981), - [aux_sym_clone_expression_token1] = ACTIONS(983), - [aux_sym_print_intrinsic_token1] = ACTIONS(983), - [aux_sym_object_creation_expression_token1] = ACTIONS(983), - [anon_sym_DASH_DASH] = ACTIONS(981), - [anon_sym_PLUS_PLUS] = ACTIONS(981), - [aux_sym__list_destructing_token1] = ACTIONS(983), - [anon_sym_LBRACK] = ACTIONS(981), - [anon_sym_self] = ACTIONS(983), - [anon_sym_parent] = ACTIONS(983), - [aux_sym__argument_name_token1] = ACTIONS(983), - [aux_sym__argument_name_token2] = ACTIONS(983), - [anon_sym_POUND_LBRACK] = ACTIONS(981), - [aux_sym_encapsed_string_token1] = ACTIONS(981), - [anon_sym_DQUOTE] = ACTIONS(981), - [aux_sym_string_token1] = ACTIONS(981), - [anon_sym_SQUOTE] = ACTIONS(981), - [anon_sym_LT_LT_LT] = ACTIONS(981), - [anon_sym_BQUOTE] = ACTIONS(981), - [anon_sym_DOLLAR] = ACTIONS(981), - [aux_sym_yield_expression_token1] = ACTIONS(983), - [aux_sym_include_expression_token1] = ACTIONS(983), - [aux_sym_include_once_expression_token1] = ACTIONS(983), - [aux_sym_require_expression_token1] = ACTIONS(983), - [aux_sym_require_once_expression_token1] = ACTIONS(983), + [414] = { + [ts_builtin_sym_end] = ACTIONS(1002), + [sym_name] = ACTIONS(1004), + [anon_sym_QMARK_GT] = ACTIONS(1002), + [anon_sym_SEMI] = ACTIONS(1002), + [aux_sym_function_static_declaration_token1] = ACTIONS(1004), + [aux_sym_global_declaration_token1] = ACTIONS(1004), + [aux_sym_namespace_definition_token1] = ACTIONS(1004), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1004), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1004), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1004), + [anon_sym_BSLASH] = ACTIONS(1002), + [anon_sym_LBRACE] = ACTIONS(1002), + [anon_sym_RBRACE] = ACTIONS(1002), + [aux_sym_trait_declaration_token1] = ACTIONS(1004), + [aux_sym_interface_declaration_token1] = ACTIONS(1004), + [aux_sym_enum_declaration_token1] = ACTIONS(1004), + [aux_sym_enum_case_token1] = ACTIONS(1004), + [aux_sym_class_declaration_token1] = ACTIONS(1004), + [aux_sym_final_modifier_token1] = ACTIONS(1004), + [aux_sym_abstract_modifier_token1] = ACTIONS(1004), + [aux_sym_readonly_modifier_token1] = ACTIONS(1004), + [sym_var_modifier] = ACTIONS(1004), + [aux_sym_visibility_modifier_token1] = ACTIONS(1004), + [aux_sym_visibility_modifier_token2] = ACTIONS(1004), + [aux_sym_visibility_modifier_token3] = ACTIONS(1004), + [anon_sym_LPAREN] = ACTIONS(1002), + [aux_sym__arrow_function_header_token1] = ACTIONS(1004), + [aux_sym_cast_type_token1] = ACTIONS(1004), + [aux_sym_echo_statement_token1] = ACTIONS(1004), + [aux_sym_exit_statement_token1] = ACTIONS(1004), + [anon_sym_unset] = ACTIONS(1004), + [aux_sym_declare_statement_token1] = ACTIONS(1004), + [aux_sym_declare_statement_token2] = ACTIONS(1004), + [sym_float] = ACTIONS(1004), + [aux_sym_try_statement_token1] = ACTIONS(1004), + [aux_sym_catch_clause_token1] = ACTIONS(1004), + [aux_sym_finally_clause_token1] = ACTIONS(1004), + [aux_sym_goto_statement_token1] = ACTIONS(1004), + [aux_sym_continue_statement_token1] = ACTIONS(1004), + [aux_sym_break_statement_token1] = ACTIONS(1004), + [sym_integer] = ACTIONS(1004), + [aux_sym_return_statement_token1] = ACTIONS(1004), + [aux_sym_throw_expression_token1] = ACTIONS(1004), + [aux_sym_while_statement_token1] = ACTIONS(1004), + [aux_sym_while_statement_token2] = ACTIONS(1004), + [aux_sym_do_statement_token1] = ACTIONS(1004), + [aux_sym_for_statement_token1] = ACTIONS(1004), + [aux_sym_for_statement_token2] = ACTIONS(1004), + [aux_sym_foreach_statement_token1] = ACTIONS(1004), + [aux_sym_foreach_statement_token2] = ACTIONS(1004), + [aux_sym_if_statement_token1] = ACTIONS(1004), + [aux_sym_if_statement_token2] = ACTIONS(1004), + [aux_sym_else_if_clause_token1] = ACTIONS(1004), + [aux_sym_else_clause_token1] = ACTIONS(1004), + [aux_sym_match_expression_token1] = ACTIONS(1004), + [aux_sym_match_default_expression_token1] = ACTIONS(1004), + [aux_sym_switch_statement_token1] = ACTIONS(1004), + [aux_sym_switch_block_token1] = ACTIONS(1004), + [anon_sym_PLUS] = ACTIONS(1004), + [anon_sym_DASH] = ACTIONS(1004), + [anon_sym_TILDE] = ACTIONS(1002), + [anon_sym_BANG] = ACTIONS(1002), + [anon_sym_AT] = ACTIONS(1002), + [aux_sym_clone_expression_token1] = ACTIONS(1004), + [aux_sym_print_intrinsic_token1] = ACTIONS(1004), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1004), + [anon_sym_DASH_DASH] = ACTIONS(1002), + [anon_sym_PLUS_PLUS] = ACTIONS(1002), + [aux_sym__list_destructing_token1] = ACTIONS(1004), + [anon_sym_LBRACK] = ACTIONS(1002), + [anon_sym_self] = ACTIONS(1004), + [anon_sym_parent] = ACTIONS(1004), + [aux_sym__argument_name_token1] = ACTIONS(1004), + [aux_sym__argument_name_token2] = ACTIONS(1004), + [anon_sym_POUND_LBRACK] = ACTIONS(1002), + [aux_sym_encapsed_string_token1] = ACTIONS(1002), + [anon_sym_DQUOTE] = ACTIONS(1002), + [aux_sym_string_token1] = ACTIONS(1002), + [anon_sym_SQUOTE] = ACTIONS(1002), + [anon_sym_LT_LT_LT] = ACTIONS(1002), + [anon_sym_BQUOTE] = ACTIONS(1002), + [anon_sym_DOLLAR] = ACTIONS(1002), + [aux_sym_yield_expression_token1] = ACTIONS(1004), + [aux_sym_include_expression_token1] = ACTIONS(1004), + [aux_sym_include_once_expression_token1] = ACTIONS(1004), + [aux_sym_require_expression_token1] = ACTIONS(1004), + [aux_sym_require_once_expression_token1] = ACTIONS(1004), [sym_comment] = ACTIONS(3), }, - [424] = { - [sym_catch_clause] = STATE(424), - [sym_finally_clause] = STATE(424), - [aux_sym_try_statement_repeat1] = STATE(424), - [ts_builtin_sym_end] = ACTIONS(989), - [sym_name] = ACTIONS(991), - [anon_sym_QMARK_GT] = ACTIONS(989), - [anon_sym_SEMI] = ACTIONS(989), - [aux_sym_function_static_declaration_token1] = ACTIONS(991), - [aux_sym_global_declaration_token1] = ACTIONS(991), - [aux_sym_namespace_definition_token1] = ACTIONS(991), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(991), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(991), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(991), - [anon_sym_BSLASH] = ACTIONS(989), - [anon_sym_LBRACE] = ACTIONS(989), - [anon_sym_RBRACE] = ACTIONS(989), - [aux_sym_trait_declaration_token1] = ACTIONS(991), - [aux_sym_interface_declaration_token1] = ACTIONS(991), - [aux_sym_enum_declaration_token1] = ACTIONS(991), - [aux_sym_enum_case_token1] = ACTIONS(991), - [aux_sym_class_declaration_token1] = ACTIONS(991), - [aux_sym_final_modifier_token1] = ACTIONS(991), - [aux_sym_abstract_modifier_token1] = ACTIONS(991), - [aux_sym_readonly_modifier_token1] = ACTIONS(991), - [sym_var_modifier] = ACTIONS(991), - [aux_sym_visibility_modifier_token1] = ACTIONS(991), - [aux_sym_visibility_modifier_token2] = ACTIONS(991), - [aux_sym_visibility_modifier_token3] = ACTIONS(991), - [aux_sym__arrow_function_header_token1] = ACTIONS(991), - [anon_sym_LPAREN] = ACTIONS(989), - [aux_sym_cast_type_token1] = ACTIONS(991), - [aux_sym_echo_statement_token1] = ACTIONS(991), - [aux_sym_exit_statement_token1] = ACTIONS(991), - [anon_sym_unset] = ACTIONS(991), - [aux_sym_declare_statement_token1] = ACTIONS(991), - [aux_sym_declare_statement_token2] = ACTIONS(991), - [sym_float] = ACTIONS(991), - [aux_sym_try_statement_token1] = ACTIONS(991), - [aux_sym_catch_clause_token1] = ACTIONS(993), - [aux_sym_finally_clause_token1] = ACTIONS(996), - [aux_sym_goto_statement_token1] = ACTIONS(991), - [aux_sym_continue_statement_token1] = ACTIONS(991), - [aux_sym_break_statement_token1] = ACTIONS(991), - [sym_integer] = ACTIONS(991), - [aux_sym_return_statement_token1] = ACTIONS(991), - [aux_sym_throw_expression_token1] = ACTIONS(991), - [aux_sym_while_statement_token1] = ACTIONS(991), - [aux_sym_while_statement_token2] = ACTIONS(991), - [aux_sym_do_statement_token1] = ACTIONS(991), - [aux_sym_for_statement_token1] = ACTIONS(991), - [aux_sym_for_statement_token2] = ACTIONS(991), - [aux_sym_foreach_statement_token1] = ACTIONS(991), - [aux_sym_foreach_statement_token2] = ACTIONS(991), - [aux_sym_if_statement_token1] = ACTIONS(991), - [aux_sym_if_statement_token2] = ACTIONS(991), - [aux_sym_else_if_clause_token1] = ACTIONS(991), - [aux_sym_else_clause_token1] = ACTIONS(991), - [aux_sym_match_expression_token1] = ACTIONS(991), - [aux_sym_match_default_expression_token1] = ACTIONS(991), - [aux_sym_switch_statement_token1] = ACTIONS(991), - [aux_sym_switch_block_token1] = ACTIONS(991), - [anon_sym_PLUS] = ACTIONS(991), - [anon_sym_DASH] = ACTIONS(991), - [anon_sym_TILDE] = ACTIONS(989), - [anon_sym_BANG] = ACTIONS(989), - [anon_sym_AT] = ACTIONS(989), - [aux_sym_clone_expression_token1] = ACTIONS(991), - [aux_sym_print_intrinsic_token1] = ACTIONS(991), - [aux_sym_object_creation_expression_token1] = ACTIONS(991), - [anon_sym_DASH_DASH] = ACTIONS(989), - [anon_sym_PLUS_PLUS] = ACTIONS(989), - [aux_sym__list_destructing_token1] = ACTIONS(991), - [anon_sym_LBRACK] = ACTIONS(989), - [anon_sym_self] = ACTIONS(991), - [anon_sym_parent] = ACTIONS(991), - [aux_sym__argument_name_token1] = ACTIONS(991), - [aux_sym__argument_name_token2] = ACTIONS(991), - [anon_sym_POUND_LBRACK] = ACTIONS(989), - [aux_sym_encapsed_string_token1] = ACTIONS(989), - [anon_sym_DQUOTE] = ACTIONS(989), - [aux_sym_string_token1] = ACTIONS(989), - [anon_sym_SQUOTE] = ACTIONS(989), - [anon_sym_LT_LT_LT] = ACTIONS(989), - [anon_sym_BQUOTE] = ACTIONS(989), - [anon_sym_DOLLAR] = ACTIONS(989), - [aux_sym_yield_expression_token1] = ACTIONS(991), - [aux_sym_include_expression_token1] = ACTIONS(991), - [aux_sym_include_once_expression_token1] = ACTIONS(991), - [aux_sym_require_expression_token1] = ACTIONS(991), - [aux_sym_require_once_expression_token1] = ACTIONS(991), + [415] = { + [ts_builtin_sym_end] = ACTIONS(1006), + [sym_name] = ACTIONS(1008), + [anon_sym_QMARK_GT] = ACTIONS(1006), + [anon_sym_SEMI] = ACTIONS(1006), + [aux_sym_function_static_declaration_token1] = ACTIONS(1008), + [aux_sym_global_declaration_token1] = ACTIONS(1008), + [aux_sym_namespace_definition_token1] = ACTIONS(1008), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1008), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1008), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1008), + [anon_sym_BSLASH] = ACTIONS(1006), + [anon_sym_LBRACE] = ACTIONS(1006), + [anon_sym_RBRACE] = ACTIONS(1006), + [aux_sym_trait_declaration_token1] = ACTIONS(1008), + [aux_sym_interface_declaration_token1] = ACTIONS(1008), + [aux_sym_enum_declaration_token1] = ACTIONS(1008), + [aux_sym_enum_case_token1] = ACTIONS(1008), + [aux_sym_class_declaration_token1] = ACTIONS(1008), + [aux_sym_final_modifier_token1] = ACTIONS(1008), + [aux_sym_abstract_modifier_token1] = ACTIONS(1008), + [aux_sym_readonly_modifier_token1] = ACTIONS(1008), + [sym_var_modifier] = ACTIONS(1008), + [aux_sym_visibility_modifier_token1] = ACTIONS(1008), + [aux_sym_visibility_modifier_token2] = ACTIONS(1008), + [aux_sym_visibility_modifier_token3] = ACTIONS(1008), + [anon_sym_LPAREN] = ACTIONS(1006), + [aux_sym__arrow_function_header_token1] = ACTIONS(1008), + [aux_sym_cast_type_token1] = ACTIONS(1008), + [aux_sym_echo_statement_token1] = ACTIONS(1008), + [aux_sym_exit_statement_token1] = ACTIONS(1008), + [anon_sym_unset] = ACTIONS(1008), + [aux_sym_declare_statement_token1] = ACTIONS(1008), + [aux_sym_declare_statement_token2] = ACTIONS(1008), + [sym_float] = ACTIONS(1008), + [aux_sym_try_statement_token1] = ACTIONS(1008), + [aux_sym_catch_clause_token1] = ACTIONS(1008), + [aux_sym_finally_clause_token1] = ACTIONS(1008), + [aux_sym_goto_statement_token1] = ACTIONS(1008), + [aux_sym_continue_statement_token1] = ACTIONS(1008), + [aux_sym_break_statement_token1] = ACTIONS(1008), + [sym_integer] = ACTIONS(1008), + [aux_sym_return_statement_token1] = ACTIONS(1008), + [aux_sym_throw_expression_token1] = ACTIONS(1008), + [aux_sym_while_statement_token1] = ACTIONS(1008), + [aux_sym_while_statement_token2] = ACTIONS(1008), + [aux_sym_do_statement_token1] = ACTIONS(1008), + [aux_sym_for_statement_token1] = ACTIONS(1008), + [aux_sym_for_statement_token2] = ACTIONS(1008), + [aux_sym_foreach_statement_token1] = ACTIONS(1008), + [aux_sym_foreach_statement_token2] = ACTIONS(1008), + [aux_sym_if_statement_token1] = ACTIONS(1008), + [aux_sym_if_statement_token2] = ACTIONS(1008), + [aux_sym_else_if_clause_token1] = ACTIONS(1008), + [aux_sym_else_clause_token1] = ACTIONS(1008), + [aux_sym_match_expression_token1] = ACTIONS(1008), + [aux_sym_match_default_expression_token1] = ACTIONS(1008), + [aux_sym_switch_statement_token1] = ACTIONS(1008), + [aux_sym_switch_block_token1] = ACTIONS(1008), + [anon_sym_PLUS] = ACTIONS(1008), + [anon_sym_DASH] = ACTIONS(1008), + [anon_sym_TILDE] = ACTIONS(1006), + [anon_sym_BANG] = ACTIONS(1006), + [anon_sym_AT] = ACTIONS(1006), + [aux_sym_clone_expression_token1] = ACTIONS(1008), + [aux_sym_print_intrinsic_token1] = ACTIONS(1008), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1008), + [anon_sym_DASH_DASH] = ACTIONS(1006), + [anon_sym_PLUS_PLUS] = ACTIONS(1006), + [aux_sym__list_destructing_token1] = ACTIONS(1008), + [anon_sym_LBRACK] = ACTIONS(1006), + [anon_sym_self] = ACTIONS(1008), + [anon_sym_parent] = ACTIONS(1008), + [aux_sym__argument_name_token1] = ACTIONS(1008), + [aux_sym__argument_name_token2] = ACTIONS(1008), + [anon_sym_POUND_LBRACK] = ACTIONS(1006), + [aux_sym_encapsed_string_token1] = ACTIONS(1006), + [anon_sym_DQUOTE] = ACTIONS(1006), + [aux_sym_string_token1] = ACTIONS(1006), + [anon_sym_SQUOTE] = ACTIONS(1006), + [anon_sym_LT_LT_LT] = ACTIONS(1006), + [anon_sym_BQUOTE] = ACTIONS(1006), + [anon_sym_DOLLAR] = ACTIONS(1006), + [aux_sym_yield_expression_token1] = ACTIONS(1008), + [aux_sym_include_expression_token1] = ACTIONS(1008), + [aux_sym_include_once_expression_token1] = ACTIONS(1008), + [aux_sym_require_expression_token1] = ACTIONS(1008), + [aux_sym_require_once_expression_token1] = ACTIONS(1008), [sym_comment] = ACTIONS(3), }, - [425] = { - [sym_else_if_clause] = STATE(478), - [sym_else_clause] = STATE(515), - [aux_sym_if_statement_repeat1] = STATE(429), - [ts_builtin_sym_end] = ACTIONS(999), - [sym_name] = ACTIONS(1001), - [anon_sym_QMARK_GT] = ACTIONS(999), - [anon_sym_SEMI] = ACTIONS(999), - [aux_sym_function_static_declaration_token1] = ACTIONS(1001), - [aux_sym_global_declaration_token1] = ACTIONS(1001), - [aux_sym_namespace_definition_token1] = ACTIONS(1001), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1001), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1001), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1001), - [anon_sym_BSLASH] = ACTIONS(999), - [anon_sym_LBRACE] = ACTIONS(999), - [anon_sym_RBRACE] = ACTIONS(999), - [aux_sym_trait_declaration_token1] = ACTIONS(1001), - [aux_sym_interface_declaration_token1] = ACTIONS(1001), - [aux_sym_enum_declaration_token1] = ACTIONS(1001), - [aux_sym_enum_case_token1] = ACTIONS(1001), - [aux_sym_class_declaration_token1] = ACTIONS(1001), - [aux_sym_final_modifier_token1] = ACTIONS(1001), - [aux_sym_abstract_modifier_token1] = ACTIONS(1001), - [aux_sym_readonly_modifier_token1] = ACTIONS(1001), - [sym_var_modifier] = ACTIONS(1001), - [aux_sym_visibility_modifier_token1] = ACTIONS(1001), - [aux_sym_visibility_modifier_token2] = ACTIONS(1001), - [aux_sym_visibility_modifier_token3] = ACTIONS(1001), - [aux_sym__arrow_function_header_token1] = ACTIONS(1001), - [anon_sym_LPAREN] = ACTIONS(999), - [aux_sym_cast_type_token1] = ACTIONS(1001), - [aux_sym_echo_statement_token1] = ACTIONS(1001), - [aux_sym_exit_statement_token1] = ACTIONS(1001), - [anon_sym_unset] = ACTIONS(1001), - [aux_sym_declare_statement_token1] = ACTIONS(1001), - [aux_sym_declare_statement_token2] = ACTIONS(1001), - [sym_float] = ACTIONS(1001), - [aux_sym_try_statement_token1] = ACTIONS(1001), - [aux_sym_goto_statement_token1] = ACTIONS(1001), - [aux_sym_continue_statement_token1] = ACTIONS(1001), - [aux_sym_break_statement_token1] = ACTIONS(1001), - [sym_integer] = ACTIONS(1001), - [aux_sym_return_statement_token1] = ACTIONS(1001), - [aux_sym_throw_expression_token1] = ACTIONS(1001), - [aux_sym_while_statement_token1] = ACTIONS(1001), - [aux_sym_while_statement_token2] = ACTIONS(1001), - [aux_sym_do_statement_token1] = ACTIONS(1001), - [aux_sym_for_statement_token1] = ACTIONS(1001), - [aux_sym_for_statement_token2] = ACTIONS(1001), - [aux_sym_foreach_statement_token1] = ACTIONS(1001), - [aux_sym_foreach_statement_token2] = ACTIONS(1001), - [aux_sym_if_statement_token1] = ACTIONS(1001), - [aux_sym_if_statement_token2] = ACTIONS(1001), - [aux_sym_else_if_clause_token1] = ACTIONS(1003), - [aux_sym_else_clause_token1] = ACTIONS(1006), - [aux_sym_match_expression_token1] = ACTIONS(1001), - [aux_sym_match_default_expression_token1] = ACTIONS(1001), - [aux_sym_switch_statement_token1] = ACTIONS(1001), - [aux_sym_switch_block_token1] = ACTIONS(1001), - [anon_sym_PLUS] = ACTIONS(1001), - [anon_sym_DASH] = ACTIONS(1001), - [anon_sym_TILDE] = ACTIONS(999), - [anon_sym_BANG] = ACTIONS(999), - [anon_sym_AT] = ACTIONS(999), - [aux_sym_clone_expression_token1] = ACTIONS(1001), - [aux_sym_print_intrinsic_token1] = ACTIONS(1001), - [aux_sym_object_creation_expression_token1] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(999), - [aux_sym__list_destructing_token1] = ACTIONS(1001), - [anon_sym_LBRACK] = ACTIONS(999), - [anon_sym_self] = ACTIONS(1001), - [anon_sym_parent] = ACTIONS(1001), - [aux_sym__argument_name_token1] = ACTIONS(1001), - [aux_sym__argument_name_token2] = ACTIONS(1001), - [anon_sym_POUND_LBRACK] = ACTIONS(999), - [aux_sym_encapsed_string_token1] = ACTIONS(999), - [anon_sym_DQUOTE] = ACTIONS(999), - [aux_sym_string_token1] = ACTIONS(999), - [anon_sym_SQUOTE] = ACTIONS(999), - [anon_sym_LT_LT_LT] = ACTIONS(999), - [anon_sym_BQUOTE] = ACTIONS(999), - [anon_sym_DOLLAR] = ACTIONS(999), - [aux_sym_yield_expression_token1] = ACTIONS(1001), - [aux_sym_include_expression_token1] = ACTIONS(1001), - [aux_sym_include_once_expression_token1] = ACTIONS(1001), - [aux_sym_require_expression_token1] = ACTIONS(1001), - [aux_sym_require_once_expression_token1] = ACTIONS(1001), + [416] = { + [ts_builtin_sym_end] = ACTIONS(1010), + [sym_name] = ACTIONS(1012), + [anon_sym_QMARK_GT] = ACTIONS(1010), + [anon_sym_SEMI] = ACTIONS(1010), + [aux_sym_function_static_declaration_token1] = ACTIONS(1012), + [aux_sym_global_declaration_token1] = ACTIONS(1012), + [aux_sym_namespace_definition_token1] = ACTIONS(1012), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1012), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1012), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1012), + [anon_sym_BSLASH] = ACTIONS(1010), + [anon_sym_LBRACE] = ACTIONS(1010), + [anon_sym_RBRACE] = ACTIONS(1010), + [aux_sym_trait_declaration_token1] = ACTIONS(1012), + [aux_sym_interface_declaration_token1] = ACTIONS(1012), + [aux_sym_enum_declaration_token1] = ACTIONS(1012), + [aux_sym_enum_case_token1] = ACTIONS(1012), + [aux_sym_class_declaration_token1] = ACTIONS(1012), + [aux_sym_final_modifier_token1] = ACTIONS(1012), + [aux_sym_abstract_modifier_token1] = ACTIONS(1012), + [aux_sym_readonly_modifier_token1] = ACTIONS(1012), + [sym_var_modifier] = ACTIONS(1012), + [aux_sym_visibility_modifier_token1] = ACTIONS(1012), + [aux_sym_visibility_modifier_token2] = ACTIONS(1012), + [aux_sym_visibility_modifier_token3] = ACTIONS(1012), + [anon_sym_LPAREN] = ACTIONS(1010), + [aux_sym__arrow_function_header_token1] = ACTIONS(1012), + [aux_sym_cast_type_token1] = ACTIONS(1012), + [aux_sym_echo_statement_token1] = ACTIONS(1012), + [aux_sym_exit_statement_token1] = ACTIONS(1012), + [anon_sym_unset] = ACTIONS(1012), + [aux_sym_declare_statement_token1] = ACTIONS(1012), + [aux_sym_declare_statement_token2] = ACTIONS(1012), + [sym_float] = ACTIONS(1012), + [aux_sym_try_statement_token1] = ACTIONS(1012), + [aux_sym_goto_statement_token1] = ACTIONS(1012), + [aux_sym_continue_statement_token1] = ACTIONS(1012), + [aux_sym_break_statement_token1] = ACTIONS(1012), + [sym_integer] = ACTIONS(1012), + [aux_sym_return_statement_token1] = ACTIONS(1012), + [aux_sym_throw_expression_token1] = ACTIONS(1012), + [aux_sym_while_statement_token1] = ACTIONS(1012), + [aux_sym_while_statement_token2] = ACTIONS(1012), + [aux_sym_do_statement_token1] = ACTIONS(1012), + [aux_sym_for_statement_token1] = ACTIONS(1012), + [aux_sym_for_statement_token2] = ACTIONS(1012), + [aux_sym_foreach_statement_token1] = ACTIONS(1012), + [aux_sym_foreach_statement_token2] = ACTIONS(1012), + [aux_sym_if_statement_token1] = ACTIONS(1012), + [aux_sym_if_statement_token2] = ACTIONS(1012), + [aux_sym_else_if_clause_token1] = ACTIONS(1012), + [aux_sym_else_clause_token1] = ACTIONS(1012), + [aux_sym_match_expression_token1] = ACTIONS(1012), + [aux_sym_match_default_expression_token1] = ACTIONS(1012), + [aux_sym_switch_statement_token1] = ACTIONS(1012), + [aux_sym_switch_block_token1] = ACTIONS(1012), + [anon_sym_PLUS] = ACTIONS(1012), + [anon_sym_DASH] = ACTIONS(1012), + [anon_sym_TILDE] = ACTIONS(1010), + [anon_sym_BANG] = ACTIONS(1010), + [anon_sym_AT] = ACTIONS(1010), + [aux_sym_clone_expression_token1] = ACTIONS(1012), + [aux_sym_print_intrinsic_token1] = ACTIONS(1012), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1012), + [anon_sym_DASH_DASH] = ACTIONS(1010), + [anon_sym_PLUS_PLUS] = ACTIONS(1010), + [aux_sym__list_destructing_token1] = ACTIONS(1012), + [anon_sym_LBRACK] = ACTIONS(1010), + [anon_sym_self] = ACTIONS(1012), + [anon_sym_parent] = ACTIONS(1012), + [aux_sym__argument_name_token1] = ACTIONS(1012), + [aux_sym__argument_name_token2] = ACTIONS(1012), + [anon_sym_POUND_LBRACK] = ACTIONS(1010), + [aux_sym_encapsed_string_token1] = ACTIONS(1010), + [anon_sym_DQUOTE] = ACTIONS(1010), + [aux_sym_string_token1] = ACTIONS(1010), + [anon_sym_SQUOTE] = ACTIONS(1010), + [anon_sym_LT_LT_LT] = ACTIONS(1010), + [anon_sym_BQUOTE] = ACTIONS(1010), + [anon_sym_DOLLAR] = ACTIONS(1010), + [aux_sym_yield_expression_token1] = ACTIONS(1012), + [aux_sym_include_expression_token1] = ACTIONS(1012), + [aux_sym_include_once_expression_token1] = ACTIONS(1012), + [aux_sym_require_expression_token1] = ACTIONS(1012), + [aux_sym_require_once_expression_token1] = ACTIONS(1012), [sym_comment] = ACTIONS(3), }, - [426] = { - [sym_else_if_clause] = STATE(478), - [sym_else_clause] = STATE(477), - [aux_sym_if_statement_repeat1] = STATE(425), - [ts_builtin_sym_end] = ACTIONS(1009), - [sym_name] = ACTIONS(1011), - [anon_sym_QMARK_GT] = ACTIONS(1009), - [anon_sym_SEMI] = ACTIONS(1009), - [aux_sym_function_static_declaration_token1] = ACTIONS(1011), - [aux_sym_global_declaration_token1] = ACTIONS(1011), - [aux_sym_namespace_definition_token1] = ACTIONS(1011), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1011), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1011), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1011), - [anon_sym_BSLASH] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(1009), - [anon_sym_RBRACE] = ACTIONS(1009), - [aux_sym_trait_declaration_token1] = ACTIONS(1011), - [aux_sym_interface_declaration_token1] = ACTIONS(1011), - [aux_sym_enum_declaration_token1] = ACTIONS(1011), - [aux_sym_enum_case_token1] = ACTIONS(1011), - [aux_sym_class_declaration_token1] = ACTIONS(1011), - [aux_sym_final_modifier_token1] = ACTIONS(1011), - [aux_sym_abstract_modifier_token1] = ACTIONS(1011), - [aux_sym_readonly_modifier_token1] = ACTIONS(1011), - [sym_var_modifier] = ACTIONS(1011), - [aux_sym_visibility_modifier_token1] = ACTIONS(1011), - [aux_sym_visibility_modifier_token2] = ACTIONS(1011), - [aux_sym_visibility_modifier_token3] = ACTIONS(1011), - [aux_sym__arrow_function_header_token1] = ACTIONS(1011), - [anon_sym_LPAREN] = ACTIONS(1009), - [aux_sym_cast_type_token1] = ACTIONS(1011), - [aux_sym_echo_statement_token1] = ACTIONS(1011), - [aux_sym_exit_statement_token1] = ACTIONS(1011), - [anon_sym_unset] = ACTIONS(1011), - [aux_sym_declare_statement_token1] = ACTIONS(1011), - [aux_sym_declare_statement_token2] = ACTIONS(1011), - [sym_float] = ACTIONS(1011), - [aux_sym_try_statement_token1] = ACTIONS(1011), - [aux_sym_goto_statement_token1] = ACTIONS(1011), - [aux_sym_continue_statement_token1] = ACTIONS(1011), - [aux_sym_break_statement_token1] = ACTIONS(1011), - [sym_integer] = ACTIONS(1011), - [aux_sym_return_statement_token1] = ACTIONS(1011), - [aux_sym_throw_expression_token1] = ACTIONS(1011), - [aux_sym_while_statement_token1] = ACTIONS(1011), - [aux_sym_while_statement_token2] = ACTIONS(1011), - [aux_sym_do_statement_token1] = ACTIONS(1011), - [aux_sym_for_statement_token1] = ACTIONS(1011), - [aux_sym_for_statement_token2] = ACTIONS(1011), - [aux_sym_foreach_statement_token1] = ACTIONS(1011), - [aux_sym_foreach_statement_token2] = ACTIONS(1011), - [aux_sym_if_statement_token1] = ACTIONS(1011), - [aux_sym_if_statement_token2] = ACTIONS(1011), - [aux_sym_else_if_clause_token1] = ACTIONS(1013), + [417] = { + [ts_builtin_sym_end] = ACTIONS(1014), + [sym_name] = ACTIONS(1016), + [anon_sym_QMARK_GT] = ACTIONS(1014), + [anon_sym_SEMI] = ACTIONS(1014), + [aux_sym_function_static_declaration_token1] = ACTIONS(1016), + [aux_sym_global_declaration_token1] = ACTIONS(1016), + [aux_sym_namespace_definition_token1] = ACTIONS(1016), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1016), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1016), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1016), + [anon_sym_BSLASH] = ACTIONS(1014), + [anon_sym_LBRACE] = ACTIONS(1014), + [anon_sym_RBRACE] = ACTIONS(1014), + [aux_sym_trait_declaration_token1] = ACTIONS(1016), + [aux_sym_interface_declaration_token1] = ACTIONS(1016), + [aux_sym_enum_declaration_token1] = ACTIONS(1016), + [aux_sym_enum_case_token1] = ACTIONS(1016), + [aux_sym_class_declaration_token1] = ACTIONS(1016), + [aux_sym_final_modifier_token1] = ACTIONS(1016), + [aux_sym_abstract_modifier_token1] = ACTIONS(1016), + [aux_sym_readonly_modifier_token1] = ACTIONS(1016), + [sym_var_modifier] = ACTIONS(1016), + [aux_sym_visibility_modifier_token1] = ACTIONS(1016), + [aux_sym_visibility_modifier_token2] = ACTIONS(1016), + [aux_sym_visibility_modifier_token3] = ACTIONS(1016), + [anon_sym_LPAREN] = ACTIONS(1014), + [aux_sym__arrow_function_header_token1] = ACTIONS(1016), + [aux_sym_cast_type_token1] = ACTIONS(1016), + [aux_sym_echo_statement_token1] = ACTIONS(1016), + [aux_sym_exit_statement_token1] = ACTIONS(1016), + [anon_sym_unset] = ACTIONS(1016), + [aux_sym_declare_statement_token1] = ACTIONS(1016), + [aux_sym_declare_statement_token2] = ACTIONS(1016), + [sym_float] = ACTIONS(1016), + [aux_sym_try_statement_token1] = ACTIONS(1016), + [aux_sym_goto_statement_token1] = ACTIONS(1016), + [aux_sym_continue_statement_token1] = ACTIONS(1016), + [aux_sym_break_statement_token1] = ACTIONS(1016), + [sym_integer] = ACTIONS(1016), + [aux_sym_return_statement_token1] = ACTIONS(1016), + [aux_sym_throw_expression_token1] = ACTIONS(1016), + [aux_sym_while_statement_token1] = ACTIONS(1016), + [aux_sym_while_statement_token2] = ACTIONS(1016), + [aux_sym_do_statement_token1] = ACTIONS(1016), + [aux_sym_for_statement_token1] = ACTIONS(1016), + [aux_sym_for_statement_token2] = ACTIONS(1016), + [aux_sym_foreach_statement_token1] = ACTIONS(1016), + [aux_sym_foreach_statement_token2] = ACTIONS(1016), + [aux_sym_if_statement_token1] = ACTIONS(1016), + [aux_sym_if_statement_token2] = ACTIONS(1016), + [aux_sym_else_if_clause_token1] = ACTIONS(1016), [aux_sym_else_clause_token1] = ACTIONS(1016), - [aux_sym_match_expression_token1] = ACTIONS(1011), - [aux_sym_match_default_expression_token1] = ACTIONS(1011), - [aux_sym_switch_statement_token1] = ACTIONS(1011), - [aux_sym_switch_block_token1] = ACTIONS(1011), - [anon_sym_PLUS] = ACTIONS(1011), - [anon_sym_DASH] = ACTIONS(1011), - [anon_sym_TILDE] = ACTIONS(1009), - [anon_sym_BANG] = ACTIONS(1009), - [anon_sym_AT] = ACTIONS(1009), - [aux_sym_clone_expression_token1] = ACTIONS(1011), - [aux_sym_print_intrinsic_token1] = ACTIONS(1011), - [aux_sym_object_creation_expression_token1] = ACTIONS(1011), - [anon_sym_DASH_DASH] = ACTIONS(1009), - [anon_sym_PLUS_PLUS] = ACTIONS(1009), - [aux_sym__list_destructing_token1] = ACTIONS(1011), - [anon_sym_LBRACK] = ACTIONS(1009), - [anon_sym_self] = ACTIONS(1011), - [anon_sym_parent] = ACTIONS(1011), - [aux_sym__argument_name_token1] = ACTIONS(1011), - [aux_sym__argument_name_token2] = ACTIONS(1011), - [anon_sym_POUND_LBRACK] = ACTIONS(1009), - [aux_sym_encapsed_string_token1] = ACTIONS(1009), - [anon_sym_DQUOTE] = ACTIONS(1009), - [aux_sym_string_token1] = ACTIONS(1009), - [anon_sym_SQUOTE] = ACTIONS(1009), - [anon_sym_LT_LT_LT] = ACTIONS(1009), - [anon_sym_BQUOTE] = ACTIONS(1009), - [anon_sym_DOLLAR] = ACTIONS(1009), - [aux_sym_yield_expression_token1] = ACTIONS(1011), - [aux_sym_include_expression_token1] = ACTIONS(1011), - [aux_sym_include_once_expression_token1] = ACTIONS(1011), - [aux_sym_require_expression_token1] = ACTIONS(1011), - [aux_sym_require_once_expression_token1] = ACTIONS(1011), + [aux_sym_match_expression_token1] = ACTIONS(1016), + [aux_sym_match_default_expression_token1] = ACTIONS(1016), + [aux_sym_switch_statement_token1] = ACTIONS(1016), + [aux_sym_switch_block_token1] = ACTIONS(1016), + [anon_sym_PLUS] = ACTIONS(1016), + [anon_sym_DASH] = ACTIONS(1016), + [anon_sym_TILDE] = ACTIONS(1014), + [anon_sym_BANG] = ACTIONS(1014), + [anon_sym_AT] = ACTIONS(1014), + [aux_sym_clone_expression_token1] = ACTIONS(1016), + [aux_sym_print_intrinsic_token1] = ACTIONS(1016), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1016), + [anon_sym_DASH_DASH] = ACTIONS(1014), + [anon_sym_PLUS_PLUS] = ACTIONS(1014), + [aux_sym__list_destructing_token1] = ACTIONS(1016), + [anon_sym_LBRACK] = ACTIONS(1014), + [anon_sym_self] = ACTIONS(1016), + [anon_sym_parent] = ACTIONS(1016), + [aux_sym__argument_name_token1] = ACTIONS(1016), + [aux_sym__argument_name_token2] = ACTIONS(1016), + [anon_sym_POUND_LBRACK] = ACTIONS(1014), + [aux_sym_encapsed_string_token1] = ACTIONS(1014), + [anon_sym_DQUOTE] = ACTIONS(1014), + [aux_sym_string_token1] = ACTIONS(1014), + [anon_sym_SQUOTE] = ACTIONS(1014), + [anon_sym_LT_LT_LT] = ACTIONS(1014), + [anon_sym_BQUOTE] = ACTIONS(1014), + [anon_sym_DOLLAR] = ACTIONS(1014), + [aux_sym_yield_expression_token1] = ACTIONS(1016), + [aux_sym_include_expression_token1] = ACTIONS(1016), + [aux_sym_include_once_expression_token1] = ACTIONS(1016), + [aux_sym_require_expression_token1] = ACTIONS(1016), + [aux_sym_require_once_expression_token1] = ACTIONS(1016), [sym_comment] = ACTIONS(3), }, - [427] = { - [sym_else_if_clause] = STATE(478), - [sym_else_clause] = STATE(477), - [aux_sym_if_statement_repeat1] = STATE(428), - [ts_builtin_sym_end] = ACTIONS(1009), - [sym_name] = ACTIONS(1011), - [anon_sym_QMARK_GT] = ACTIONS(1009), - [anon_sym_SEMI] = ACTIONS(1009), - [aux_sym_function_static_declaration_token1] = ACTIONS(1011), - [aux_sym_global_declaration_token1] = ACTIONS(1011), - [aux_sym_namespace_definition_token1] = ACTIONS(1011), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1011), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1011), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1011), - [anon_sym_BSLASH] = ACTIONS(1009), - [anon_sym_LBRACE] = ACTIONS(1009), - [anon_sym_RBRACE] = ACTIONS(1009), - [aux_sym_trait_declaration_token1] = ACTIONS(1011), - [aux_sym_interface_declaration_token1] = ACTIONS(1011), - [aux_sym_enum_declaration_token1] = ACTIONS(1011), - [aux_sym_enum_case_token1] = ACTIONS(1011), - [aux_sym_class_declaration_token1] = ACTIONS(1011), - [aux_sym_final_modifier_token1] = ACTIONS(1011), - [aux_sym_abstract_modifier_token1] = ACTIONS(1011), - [aux_sym_readonly_modifier_token1] = ACTIONS(1011), - [sym_var_modifier] = ACTIONS(1011), - [aux_sym_visibility_modifier_token1] = ACTIONS(1011), - [aux_sym_visibility_modifier_token2] = ACTIONS(1011), - [aux_sym_visibility_modifier_token3] = ACTIONS(1011), - [aux_sym__arrow_function_header_token1] = ACTIONS(1011), - [anon_sym_LPAREN] = ACTIONS(1009), - [aux_sym_cast_type_token1] = ACTIONS(1011), - [aux_sym_echo_statement_token1] = ACTIONS(1011), - [aux_sym_exit_statement_token1] = ACTIONS(1011), - [anon_sym_unset] = ACTIONS(1011), - [aux_sym_declare_statement_token1] = ACTIONS(1011), - [aux_sym_declare_statement_token2] = ACTIONS(1011), - [sym_float] = ACTIONS(1011), - [aux_sym_try_statement_token1] = ACTIONS(1011), - [aux_sym_goto_statement_token1] = ACTIONS(1011), - [aux_sym_continue_statement_token1] = ACTIONS(1011), - [aux_sym_break_statement_token1] = ACTIONS(1011), - [sym_integer] = ACTIONS(1011), - [aux_sym_return_statement_token1] = ACTIONS(1011), - [aux_sym_throw_expression_token1] = ACTIONS(1011), - [aux_sym_while_statement_token1] = ACTIONS(1011), - [aux_sym_while_statement_token2] = ACTIONS(1011), - [aux_sym_do_statement_token1] = ACTIONS(1011), - [aux_sym_for_statement_token1] = ACTIONS(1011), - [aux_sym_for_statement_token2] = ACTIONS(1011), - [aux_sym_foreach_statement_token1] = ACTIONS(1011), - [aux_sym_foreach_statement_token2] = ACTIONS(1011), - [aux_sym_if_statement_token1] = ACTIONS(1011), - [aux_sym_if_statement_token2] = ACTIONS(1011), - [aux_sym_else_if_clause_token1] = ACTIONS(1019), - [aux_sym_else_clause_token1] = ACTIONS(1021), - [aux_sym_match_expression_token1] = ACTIONS(1011), - [aux_sym_match_default_expression_token1] = ACTIONS(1011), - [aux_sym_switch_statement_token1] = ACTIONS(1011), - [aux_sym_switch_block_token1] = ACTIONS(1011), - [anon_sym_PLUS] = ACTIONS(1011), - [anon_sym_DASH] = ACTIONS(1011), - [anon_sym_TILDE] = ACTIONS(1009), - [anon_sym_BANG] = ACTIONS(1009), - [anon_sym_AT] = ACTIONS(1009), - [aux_sym_clone_expression_token1] = ACTIONS(1011), - [aux_sym_print_intrinsic_token1] = ACTIONS(1011), - [aux_sym_object_creation_expression_token1] = ACTIONS(1011), - [anon_sym_DASH_DASH] = ACTIONS(1009), - [anon_sym_PLUS_PLUS] = ACTIONS(1009), - [aux_sym__list_destructing_token1] = ACTIONS(1011), - [anon_sym_LBRACK] = ACTIONS(1009), - [anon_sym_self] = ACTIONS(1011), - [anon_sym_parent] = ACTIONS(1011), - [aux_sym__argument_name_token1] = ACTIONS(1011), - [aux_sym__argument_name_token2] = ACTIONS(1011), - [anon_sym_POUND_LBRACK] = ACTIONS(1009), - [aux_sym_encapsed_string_token1] = ACTIONS(1009), - [anon_sym_DQUOTE] = ACTIONS(1009), - [aux_sym_string_token1] = ACTIONS(1009), - [anon_sym_SQUOTE] = ACTIONS(1009), - [anon_sym_LT_LT_LT] = ACTIONS(1009), - [anon_sym_BQUOTE] = ACTIONS(1009), - [anon_sym_DOLLAR] = ACTIONS(1009), - [aux_sym_yield_expression_token1] = ACTIONS(1011), - [aux_sym_include_expression_token1] = ACTIONS(1011), - [aux_sym_include_once_expression_token1] = ACTIONS(1011), - [aux_sym_require_expression_token1] = ACTIONS(1011), - [aux_sym_require_once_expression_token1] = ACTIONS(1011), + [418] = { + [ts_builtin_sym_end] = ACTIONS(1018), + [sym_name] = ACTIONS(1020), + [anon_sym_QMARK_GT] = ACTIONS(1018), + [anon_sym_SEMI] = ACTIONS(1018), + [aux_sym_function_static_declaration_token1] = ACTIONS(1020), + [aux_sym_global_declaration_token1] = ACTIONS(1020), + [aux_sym_namespace_definition_token1] = ACTIONS(1020), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1020), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1020), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1020), + [anon_sym_BSLASH] = ACTIONS(1018), + [anon_sym_LBRACE] = ACTIONS(1018), + [anon_sym_RBRACE] = ACTIONS(1018), + [aux_sym_trait_declaration_token1] = ACTIONS(1020), + [aux_sym_interface_declaration_token1] = ACTIONS(1020), + [aux_sym_enum_declaration_token1] = ACTIONS(1020), + [aux_sym_enum_case_token1] = ACTIONS(1020), + [aux_sym_class_declaration_token1] = ACTIONS(1020), + [aux_sym_final_modifier_token1] = ACTIONS(1020), + [aux_sym_abstract_modifier_token1] = ACTIONS(1020), + [aux_sym_readonly_modifier_token1] = ACTIONS(1020), + [sym_var_modifier] = ACTIONS(1020), + [aux_sym_visibility_modifier_token1] = ACTIONS(1020), + [aux_sym_visibility_modifier_token2] = ACTIONS(1020), + [aux_sym_visibility_modifier_token3] = ACTIONS(1020), + [anon_sym_LPAREN] = ACTIONS(1018), + [aux_sym__arrow_function_header_token1] = ACTIONS(1020), + [aux_sym_cast_type_token1] = ACTIONS(1020), + [aux_sym_echo_statement_token1] = ACTIONS(1020), + [aux_sym_exit_statement_token1] = ACTIONS(1020), + [anon_sym_unset] = ACTIONS(1020), + [aux_sym_declare_statement_token1] = ACTIONS(1020), + [aux_sym_declare_statement_token2] = ACTIONS(1020), + [sym_float] = ACTIONS(1020), + [aux_sym_try_statement_token1] = ACTIONS(1020), + [aux_sym_goto_statement_token1] = ACTIONS(1020), + [aux_sym_continue_statement_token1] = ACTIONS(1020), + [aux_sym_break_statement_token1] = ACTIONS(1020), + [sym_integer] = ACTIONS(1020), + [aux_sym_return_statement_token1] = ACTIONS(1020), + [aux_sym_throw_expression_token1] = ACTIONS(1020), + [aux_sym_while_statement_token1] = ACTIONS(1020), + [aux_sym_while_statement_token2] = ACTIONS(1020), + [aux_sym_do_statement_token1] = ACTIONS(1020), + [aux_sym_for_statement_token1] = ACTIONS(1020), + [aux_sym_for_statement_token2] = ACTIONS(1020), + [aux_sym_foreach_statement_token1] = ACTIONS(1020), + [aux_sym_foreach_statement_token2] = ACTIONS(1020), + [aux_sym_if_statement_token1] = ACTIONS(1020), + [aux_sym_if_statement_token2] = ACTIONS(1020), + [aux_sym_else_if_clause_token1] = ACTIONS(1020), + [aux_sym_else_clause_token1] = ACTIONS(1020), + [aux_sym_match_expression_token1] = ACTIONS(1020), + [aux_sym_match_default_expression_token1] = ACTIONS(1020), + [aux_sym_switch_statement_token1] = ACTIONS(1020), + [aux_sym_switch_block_token1] = ACTIONS(1020), + [anon_sym_PLUS] = ACTIONS(1020), + [anon_sym_DASH] = ACTIONS(1020), + [anon_sym_TILDE] = ACTIONS(1018), + [anon_sym_BANG] = ACTIONS(1018), + [anon_sym_AT] = ACTIONS(1018), + [aux_sym_clone_expression_token1] = ACTIONS(1020), + [aux_sym_print_intrinsic_token1] = ACTIONS(1020), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1020), + [anon_sym_DASH_DASH] = ACTIONS(1018), + [anon_sym_PLUS_PLUS] = ACTIONS(1018), + [aux_sym__list_destructing_token1] = ACTIONS(1020), + [anon_sym_LBRACK] = ACTIONS(1018), + [anon_sym_self] = ACTIONS(1020), + [anon_sym_parent] = ACTIONS(1020), + [aux_sym__argument_name_token1] = ACTIONS(1020), + [aux_sym__argument_name_token2] = ACTIONS(1020), + [anon_sym_POUND_LBRACK] = ACTIONS(1018), + [aux_sym_encapsed_string_token1] = ACTIONS(1018), + [anon_sym_DQUOTE] = ACTIONS(1018), + [aux_sym_string_token1] = ACTIONS(1018), + [anon_sym_SQUOTE] = ACTIONS(1018), + [anon_sym_LT_LT_LT] = ACTIONS(1018), + [anon_sym_BQUOTE] = ACTIONS(1018), + [anon_sym_DOLLAR] = ACTIONS(1018), + [aux_sym_yield_expression_token1] = ACTIONS(1020), + [aux_sym_include_expression_token1] = ACTIONS(1020), + [aux_sym_include_once_expression_token1] = ACTIONS(1020), + [aux_sym_require_expression_token1] = ACTIONS(1020), + [aux_sym_require_once_expression_token1] = ACTIONS(1020), [sym_comment] = ACTIONS(3), }, - [428] = { - [sym_else_if_clause] = STATE(478), - [sym_else_clause] = STATE(515), - [aux_sym_if_statement_repeat1] = STATE(429), - [ts_builtin_sym_end] = ACTIONS(999), - [sym_name] = ACTIONS(1001), - [anon_sym_QMARK_GT] = ACTIONS(999), - [anon_sym_SEMI] = ACTIONS(999), - [aux_sym_function_static_declaration_token1] = ACTIONS(1001), - [aux_sym_global_declaration_token1] = ACTIONS(1001), - [aux_sym_namespace_definition_token1] = ACTIONS(1001), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1001), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1001), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1001), - [anon_sym_BSLASH] = ACTIONS(999), - [anon_sym_LBRACE] = ACTIONS(999), - [anon_sym_RBRACE] = ACTIONS(999), - [aux_sym_trait_declaration_token1] = ACTIONS(1001), - [aux_sym_interface_declaration_token1] = ACTIONS(1001), - [aux_sym_enum_declaration_token1] = ACTIONS(1001), - [aux_sym_enum_case_token1] = ACTIONS(1001), - [aux_sym_class_declaration_token1] = ACTIONS(1001), - [aux_sym_final_modifier_token1] = ACTIONS(1001), - [aux_sym_abstract_modifier_token1] = ACTIONS(1001), - [aux_sym_readonly_modifier_token1] = ACTIONS(1001), - [sym_var_modifier] = ACTIONS(1001), - [aux_sym_visibility_modifier_token1] = ACTIONS(1001), - [aux_sym_visibility_modifier_token2] = ACTIONS(1001), - [aux_sym_visibility_modifier_token3] = ACTIONS(1001), - [aux_sym__arrow_function_header_token1] = ACTIONS(1001), - [anon_sym_LPAREN] = ACTIONS(999), - [aux_sym_cast_type_token1] = ACTIONS(1001), - [aux_sym_echo_statement_token1] = ACTIONS(1001), - [aux_sym_exit_statement_token1] = ACTIONS(1001), - [anon_sym_unset] = ACTIONS(1001), - [aux_sym_declare_statement_token1] = ACTIONS(1001), - [aux_sym_declare_statement_token2] = ACTIONS(1001), - [sym_float] = ACTIONS(1001), - [aux_sym_try_statement_token1] = ACTIONS(1001), - [aux_sym_goto_statement_token1] = ACTIONS(1001), - [aux_sym_continue_statement_token1] = ACTIONS(1001), - [aux_sym_break_statement_token1] = ACTIONS(1001), - [sym_integer] = ACTIONS(1001), - [aux_sym_return_statement_token1] = ACTIONS(1001), - [aux_sym_throw_expression_token1] = ACTIONS(1001), - [aux_sym_while_statement_token1] = ACTIONS(1001), - [aux_sym_while_statement_token2] = ACTIONS(1001), - [aux_sym_do_statement_token1] = ACTIONS(1001), - [aux_sym_for_statement_token1] = ACTIONS(1001), - [aux_sym_for_statement_token2] = ACTIONS(1001), - [aux_sym_foreach_statement_token1] = ACTIONS(1001), - [aux_sym_foreach_statement_token2] = ACTIONS(1001), - [aux_sym_if_statement_token1] = ACTIONS(1001), - [aux_sym_if_statement_token2] = ACTIONS(1001), - [aux_sym_else_if_clause_token1] = ACTIONS(1019), - [aux_sym_else_clause_token1] = ACTIONS(1021), - [aux_sym_match_expression_token1] = ACTIONS(1001), - [aux_sym_match_default_expression_token1] = ACTIONS(1001), - [aux_sym_switch_statement_token1] = ACTIONS(1001), - [aux_sym_switch_block_token1] = ACTIONS(1001), - [anon_sym_PLUS] = ACTIONS(1001), - [anon_sym_DASH] = ACTIONS(1001), - [anon_sym_TILDE] = ACTIONS(999), - [anon_sym_BANG] = ACTIONS(999), - [anon_sym_AT] = ACTIONS(999), - [aux_sym_clone_expression_token1] = ACTIONS(1001), - [aux_sym_print_intrinsic_token1] = ACTIONS(1001), - [aux_sym_object_creation_expression_token1] = ACTIONS(1001), - [anon_sym_DASH_DASH] = ACTIONS(999), - [anon_sym_PLUS_PLUS] = ACTIONS(999), - [aux_sym__list_destructing_token1] = ACTIONS(1001), - [anon_sym_LBRACK] = ACTIONS(999), - [anon_sym_self] = ACTIONS(1001), - [anon_sym_parent] = ACTIONS(1001), - [aux_sym__argument_name_token1] = ACTIONS(1001), - [aux_sym__argument_name_token2] = ACTIONS(1001), - [anon_sym_POUND_LBRACK] = ACTIONS(999), - [aux_sym_encapsed_string_token1] = ACTIONS(999), - [anon_sym_DQUOTE] = ACTIONS(999), - [aux_sym_string_token1] = ACTIONS(999), - [anon_sym_SQUOTE] = ACTIONS(999), - [anon_sym_LT_LT_LT] = ACTIONS(999), - [anon_sym_BQUOTE] = ACTIONS(999), - [anon_sym_DOLLAR] = ACTIONS(999), - [aux_sym_yield_expression_token1] = ACTIONS(1001), - [aux_sym_include_expression_token1] = ACTIONS(1001), - [aux_sym_include_once_expression_token1] = ACTIONS(1001), - [aux_sym_require_expression_token1] = ACTIONS(1001), - [aux_sym_require_once_expression_token1] = ACTIONS(1001), + [419] = { + [ts_builtin_sym_end] = ACTIONS(1022), + [sym_name] = ACTIONS(1024), + [anon_sym_QMARK_GT] = ACTIONS(1022), + [anon_sym_SEMI] = ACTIONS(1022), + [aux_sym_function_static_declaration_token1] = ACTIONS(1024), + [aux_sym_global_declaration_token1] = ACTIONS(1024), + [aux_sym_namespace_definition_token1] = ACTIONS(1024), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1024), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1024), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1024), + [anon_sym_BSLASH] = ACTIONS(1022), + [anon_sym_LBRACE] = ACTIONS(1022), + [anon_sym_RBRACE] = ACTIONS(1022), + [aux_sym_trait_declaration_token1] = ACTIONS(1024), + [aux_sym_interface_declaration_token1] = ACTIONS(1024), + [aux_sym_enum_declaration_token1] = ACTIONS(1024), + [aux_sym_enum_case_token1] = ACTIONS(1024), + [aux_sym_class_declaration_token1] = ACTIONS(1024), + [aux_sym_final_modifier_token1] = ACTIONS(1024), + [aux_sym_abstract_modifier_token1] = ACTIONS(1024), + [aux_sym_readonly_modifier_token1] = ACTIONS(1024), + [sym_var_modifier] = ACTIONS(1024), + [aux_sym_visibility_modifier_token1] = ACTIONS(1024), + [aux_sym_visibility_modifier_token2] = ACTIONS(1024), + [aux_sym_visibility_modifier_token3] = ACTIONS(1024), + [anon_sym_LPAREN] = ACTIONS(1022), + [aux_sym__arrow_function_header_token1] = ACTIONS(1024), + [aux_sym_cast_type_token1] = ACTIONS(1024), + [aux_sym_echo_statement_token1] = ACTIONS(1024), + [aux_sym_exit_statement_token1] = ACTIONS(1024), + [anon_sym_unset] = ACTIONS(1024), + [aux_sym_declare_statement_token1] = ACTIONS(1024), + [aux_sym_declare_statement_token2] = ACTIONS(1024), + [sym_float] = ACTIONS(1024), + [aux_sym_try_statement_token1] = ACTIONS(1024), + [aux_sym_goto_statement_token1] = ACTIONS(1024), + [aux_sym_continue_statement_token1] = ACTIONS(1024), + [aux_sym_break_statement_token1] = ACTIONS(1024), + [sym_integer] = ACTIONS(1024), + [aux_sym_return_statement_token1] = ACTIONS(1024), + [aux_sym_throw_expression_token1] = ACTIONS(1024), + [aux_sym_while_statement_token1] = ACTIONS(1024), + [aux_sym_while_statement_token2] = ACTIONS(1024), + [aux_sym_do_statement_token1] = ACTIONS(1024), + [aux_sym_for_statement_token1] = ACTIONS(1024), + [aux_sym_for_statement_token2] = ACTIONS(1024), + [aux_sym_foreach_statement_token1] = ACTIONS(1024), + [aux_sym_foreach_statement_token2] = ACTIONS(1024), + [aux_sym_if_statement_token1] = ACTIONS(1024), + [aux_sym_if_statement_token2] = ACTIONS(1024), + [aux_sym_else_if_clause_token1] = ACTIONS(1024), + [aux_sym_else_clause_token1] = ACTIONS(1024), + [aux_sym_match_expression_token1] = ACTIONS(1024), + [aux_sym_match_default_expression_token1] = ACTIONS(1024), + [aux_sym_switch_statement_token1] = ACTIONS(1024), + [aux_sym_switch_block_token1] = ACTIONS(1024), + [anon_sym_PLUS] = ACTIONS(1024), + [anon_sym_DASH] = ACTIONS(1024), + [anon_sym_TILDE] = ACTIONS(1022), + [anon_sym_BANG] = ACTIONS(1022), + [anon_sym_AT] = ACTIONS(1022), + [aux_sym_clone_expression_token1] = ACTIONS(1024), + [aux_sym_print_intrinsic_token1] = ACTIONS(1024), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1024), + [anon_sym_DASH_DASH] = ACTIONS(1022), + [anon_sym_PLUS_PLUS] = ACTIONS(1022), + [aux_sym__list_destructing_token1] = ACTIONS(1024), + [anon_sym_LBRACK] = ACTIONS(1022), + [anon_sym_self] = ACTIONS(1024), + [anon_sym_parent] = ACTIONS(1024), + [aux_sym__argument_name_token1] = ACTIONS(1024), + [aux_sym__argument_name_token2] = ACTIONS(1024), + [anon_sym_POUND_LBRACK] = ACTIONS(1022), + [aux_sym_encapsed_string_token1] = ACTIONS(1022), + [anon_sym_DQUOTE] = ACTIONS(1022), + [aux_sym_string_token1] = ACTIONS(1022), + [anon_sym_SQUOTE] = ACTIONS(1022), + [anon_sym_LT_LT_LT] = ACTIONS(1022), + [anon_sym_BQUOTE] = ACTIONS(1022), + [anon_sym_DOLLAR] = ACTIONS(1022), + [aux_sym_yield_expression_token1] = ACTIONS(1024), + [aux_sym_include_expression_token1] = ACTIONS(1024), + [aux_sym_include_once_expression_token1] = ACTIONS(1024), + [aux_sym_require_expression_token1] = ACTIONS(1024), + [aux_sym_require_once_expression_token1] = ACTIONS(1024), [sym_comment] = ACTIONS(3), }, - [429] = { - [sym_else_if_clause] = STATE(478), - [aux_sym_if_statement_repeat1] = STATE(429), - [ts_builtin_sym_end] = ACTIONS(1023), - [sym_name] = ACTIONS(1025), - [anon_sym_QMARK_GT] = ACTIONS(1023), - [anon_sym_SEMI] = ACTIONS(1023), - [aux_sym_function_static_declaration_token1] = ACTIONS(1025), - [aux_sym_global_declaration_token1] = ACTIONS(1025), - [aux_sym_namespace_definition_token1] = ACTIONS(1025), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1025), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1025), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1025), - [anon_sym_BSLASH] = ACTIONS(1023), - [anon_sym_LBRACE] = ACTIONS(1023), - [anon_sym_RBRACE] = ACTIONS(1023), - [aux_sym_trait_declaration_token1] = ACTIONS(1025), - [aux_sym_interface_declaration_token1] = ACTIONS(1025), - [aux_sym_enum_declaration_token1] = ACTIONS(1025), - [aux_sym_enum_case_token1] = ACTIONS(1025), - [aux_sym_class_declaration_token1] = ACTIONS(1025), - [aux_sym_final_modifier_token1] = ACTIONS(1025), - [aux_sym_abstract_modifier_token1] = ACTIONS(1025), - [aux_sym_readonly_modifier_token1] = ACTIONS(1025), - [sym_var_modifier] = ACTIONS(1025), - [aux_sym_visibility_modifier_token1] = ACTIONS(1025), - [aux_sym_visibility_modifier_token2] = ACTIONS(1025), - [aux_sym_visibility_modifier_token3] = ACTIONS(1025), - [aux_sym__arrow_function_header_token1] = ACTIONS(1025), - [anon_sym_LPAREN] = ACTIONS(1023), - [aux_sym_cast_type_token1] = ACTIONS(1025), - [aux_sym_echo_statement_token1] = ACTIONS(1025), - [aux_sym_exit_statement_token1] = ACTIONS(1025), - [anon_sym_unset] = ACTIONS(1025), - [aux_sym_declare_statement_token1] = ACTIONS(1025), - [aux_sym_declare_statement_token2] = ACTIONS(1025), - [sym_float] = ACTIONS(1025), - [aux_sym_try_statement_token1] = ACTIONS(1025), - [aux_sym_goto_statement_token1] = ACTIONS(1025), - [aux_sym_continue_statement_token1] = ACTIONS(1025), - [aux_sym_break_statement_token1] = ACTIONS(1025), - [sym_integer] = ACTIONS(1025), - [aux_sym_return_statement_token1] = ACTIONS(1025), - [aux_sym_throw_expression_token1] = ACTIONS(1025), - [aux_sym_while_statement_token1] = ACTIONS(1025), - [aux_sym_while_statement_token2] = ACTIONS(1025), - [aux_sym_do_statement_token1] = ACTIONS(1025), - [aux_sym_for_statement_token1] = ACTIONS(1025), - [aux_sym_for_statement_token2] = ACTIONS(1025), - [aux_sym_foreach_statement_token1] = ACTIONS(1025), - [aux_sym_foreach_statement_token2] = ACTIONS(1025), - [aux_sym_if_statement_token1] = ACTIONS(1025), - [aux_sym_if_statement_token2] = ACTIONS(1025), - [aux_sym_else_if_clause_token1] = ACTIONS(1027), - [aux_sym_else_clause_token1] = ACTIONS(1025), - [aux_sym_match_expression_token1] = ACTIONS(1025), - [aux_sym_match_default_expression_token1] = ACTIONS(1025), - [aux_sym_switch_statement_token1] = ACTIONS(1025), - [aux_sym_switch_block_token1] = ACTIONS(1025), - [anon_sym_PLUS] = ACTIONS(1025), - [anon_sym_DASH] = ACTIONS(1025), - [anon_sym_TILDE] = ACTIONS(1023), - [anon_sym_BANG] = ACTIONS(1023), - [anon_sym_AT] = ACTIONS(1023), - [aux_sym_clone_expression_token1] = ACTIONS(1025), - [aux_sym_print_intrinsic_token1] = ACTIONS(1025), - [aux_sym_object_creation_expression_token1] = ACTIONS(1025), - [anon_sym_DASH_DASH] = ACTIONS(1023), - [anon_sym_PLUS_PLUS] = ACTIONS(1023), - [aux_sym__list_destructing_token1] = ACTIONS(1025), - [anon_sym_LBRACK] = ACTIONS(1023), - [anon_sym_self] = ACTIONS(1025), - [anon_sym_parent] = ACTIONS(1025), - [aux_sym__argument_name_token1] = ACTIONS(1025), - [aux_sym__argument_name_token2] = ACTIONS(1025), - [anon_sym_POUND_LBRACK] = ACTIONS(1023), - [aux_sym_encapsed_string_token1] = ACTIONS(1023), - [anon_sym_DQUOTE] = ACTIONS(1023), - [aux_sym_string_token1] = ACTIONS(1023), - [anon_sym_SQUOTE] = ACTIONS(1023), - [anon_sym_LT_LT_LT] = ACTIONS(1023), - [anon_sym_BQUOTE] = ACTIONS(1023), - [anon_sym_DOLLAR] = ACTIONS(1023), - [aux_sym_yield_expression_token1] = ACTIONS(1025), - [aux_sym_include_expression_token1] = ACTIONS(1025), - [aux_sym_include_once_expression_token1] = ACTIONS(1025), - [aux_sym_require_expression_token1] = ACTIONS(1025), - [aux_sym_require_once_expression_token1] = ACTIONS(1025), + [420] = { + [ts_builtin_sym_end] = ACTIONS(1026), + [sym_name] = ACTIONS(1028), + [anon_sym_QMARK_GT] = ACTIONS(1026), + [anon_sym_SEMI] = ACTIONS(1026), + [aux_sym_function_static_declaration_token1] = ACTIONS(1028), + [aux_sym_global_declaration_token1] = ACTIONS(1028), + [aux_sym_namespace_definition_token1] = ACTIONS(1028), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1028), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1028), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1028), + [anon_sym_BSLASH] = ACTIONS(1026), + [anon_sym_LBRACE] = ACTIONS(1026), + [anon_sym_RBRACE] = ACTIONS(1026), + [aux_sym_trait_declaration_token1] = ACTIONS(1028), + [aux_sym_interface_declaration_token1] = ACTIONS(1028), + [aux_sym_enum_declaration_token1] = ACTIONS(1028), + [aux_sym_enum_case_token1] = ACTIONS(1028), + [aux_sym_class_declaration_token1] = ACTIONS(1028), + [aux_sym_final_modifier_token1] = ACTIONS(1028), + [aux_sym_abstract_modifier_token1] = ACTIONS(1028), + [aux_sym_readonly_modifier_token1] = ACTIONS(1028), + [sym_var_modifier] = ACTIONS(1028), + [aux_sym_visibility_modifier_token1] = ACTIONS(1028), + [aux_sym_visibility_modifier_token2] = ACTIONS(1028), + [aux_sym_visibility_modifier_token3] = ACTIONS(1028), + [anon_sym_LPAREN] = ACTIONS(1026), + [aux_sym__arrow_function_header_token1] = ACTIONS(1028), + [aux_sym_cast_type_token1] = ACTIONS(1028), + [aux_sym_echo_statement_token1] = ACTIONS(1028), + [aux_sym_exit_statement_token1] = ACTIONS(1028), + [anon_sym_unset] = ACTIONS(1028), + [aux_sym_declare_statement_token1] = ACTIONS(1028), + [aux_sym_declare_statement_token2] = ACTIONS(1028), + [sym_float] = ACTIONS(1028), + [aux_sym_try_statement_token1] = ACTIONS(1028), + [aux_sym_goto_statement_token1] = ACTIONS(1028), + [aux_sym_continue_statement_token1] = ACTIONS(1028), + [aux_sym_break_statement_token1] = ACTIONS(1028), + [sym_integer] = ACTIONS(1028), + [aux_sym_return_statement_token1] = ACTIONS(1028), + [aux_sym_throw_expression_token1] = ACTIONS(1028), + [aux_sym_while_statement_token1] = ACTIONS(1028), + [aux_sym_while_statement_token2] = ACTIONS(1028), + [aux_sym_do_statement_token1] = ACTIONS(1028), + [aux_sym_for_statement_token1] = ACTIONS(1028), + [aux_sym_for_statement_token2] = ACTIONS(1028), + [aux_sym_foreach_statement_token1] = ACTIONS(1028), + [aux_sym_foreach_statement_token2] = ACTIONS(1028), + [aux_sym_if_statement_token1] = ACTIONS(1028), + [aux_sym_if_statement_token2] = ACTIONS(1028), + [aux_sym_else_if_clause_token1] = ACTIONS(1028), + [aux_sym_else_clause_token1] = ACTIONS(1028), + [aux_sym_match_expression_token1] = ACTIONS(1028), + [aux_sym_match_default_expression_token1] = ACTIONS(1028), + [aux_sym_switch_statement_token1] = ACTIONS(1028), + [aux_sym_switch_block_token1] = ACTIONS(1028), + [anon_sym_PLUS] = ACTIONS(1028), + [anon_sym_DASH] = ACTIONS(1028), + [anon_sym_TILDE] = ACTIONS(1026), + [anon_sym_BANG] = ACTIONS(1026), + [anon_sym_AT] = ACTIONS(1026), + [aux_sym_clone_expression_token1] = ACTIONS(1028), + [aux_sym_print_intrinsic_token1] = ACTIONS(1028), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1028), + [anon_sym_DASH_DASH] = ACTIONS(1026), + [anon_sym_PLUS_PLUS] = ACTIONS(1026), + [aux_sym__list_destructing_token1] = ACTIONS(1028), + [anon_sym_LBRACK] = ACTIONS(1026), + [anon_sym_self] = ACTIONS(1028), + [anon_sym_parent] = ACTIONS(1028), + [aux_sym__argument_name_token1] = ACTIONS(1028), + [aux_sym__argument_name_token2] = ACTIONS(1028), + [anon_sym_POUND_LBRACK] = ACTIONS(1026), + [aux_sym_encapsed_string_token1] = ACTIONS(1026), + [anon_sym_DQUOTE] = ACTIONS(1026), + [aux_sym_string_token1] = ACTIONS(1026), + [anon_sym_SQUOTE] = ACTIONS(1026), + [anon_sym_LT_LT_LT] = ACTIONS(1026), + [anon_sym_BQUOTE] = ACTIONS(1026), + [anon_sym_DOLLAR] = ACTIONS(1026), + [aux_sym_yield_expression_token1] = ACTIONS(1028), + [aux_sym_include_expression_token1] = ACTIONS(1028), + [aux_sym_include_once_expression_token1] = ACTIONS(1028), + [aux_sym_require_expression_token1] = ACTIONS(1028), + [aux_sym_require_once_expression_token1] = ACTIONS(1028), [sym_comment] = ACTIONS(3), }, - [430] = { + [421] = { [ts_builtin_sym_end] = ACTIONS(1030), [sym_name] = ACTIONS(1032), [anon_sym_QMARK_GT] = ACTIONS(1030), @@ -64904,8 +69033,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1032), [aux_sym_namespace_definition_token1] = ACTIONS(1032), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1032), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1032), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1032), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1032), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1032), [anon_sym_BSLASH] = ACTIONS(1030), [anon_sym_LBRACE] = ACTIONS(1030), [anon_sym_RBRACE] = ACTIONS(1030), @@ -64921,8 +69050,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1032), [aux_sym_visibility_modifier_token2] = ACTIONS(1032), [aux_sym_visibility_modifier_token3] = ACTIONS(1032), - [aux_sym__arrow_function_header_token1] = ACTIONS(1032), [anon_sym_LPAREN] = ACTIONS(1030), + [aux_sym__arrow_function_header_token1] = ACTIONS(1032), [aux_sym_cast_type_token1] = ACTIONS(1032), [aux_sym_echo_statement_token1] = ACTIONS(1032), [aux_sym_exit_statement_token1] = ACTIONS(1032), @@ -64931,8 +69060,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1032), [sym_float] = ACTIONS(1032), [aux_sym_try_statement_token1] = ACTIONS(1032), - [aux_sym_catch_clause_token1] = ACTIONS(1032), - [aux_sym_finally_clause_token1] = ACTIONS(1032), [aux_sym_goto_statement_token1] = ACTIONS(1032), [aux_sym_continue_statement_token1] = ACTIONS(1032), [aux_sym_break_statement_token1] = ACTIONS(1032), @@ -64961,7 +69088,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1030), [aux_sym_clone_expression_token1] = ACTIONS(1032), [aux_sym_print_intrinsic_token1] = ACTIONS(1032), - [aux_sym_object_creation_expression_token1] = ACTIONS(1032), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1032), [anon_sym_DASH_DASH] = ACTIONS(1030), [anon_sym_PLUS_PLUS] = ACTIONS(1030), [aux_sym__list_destructing_token1] = ACTIONS(1032), @@ -64985,7 +69112,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1032), [sym_comment] = ACTIONS(3), }, - [431] = { + [422] = { [ts_builtin_sym_end] = ACTIONS(1034), [sym_name] = ACTIONS(1036), [anon_sym_QMARK_GT] = ACTIONS(1034), @@ -64994,8 +69121,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1036), [aux_sym_namespace_definition_token1] = ACTIONS(1036), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1036), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1036), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1036), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1036), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1036), [anon_sym_BSLASH] = ACTIONS(1034), [anon_sym_LBRACE] = ACTIONS(1034), [anon_sym_RBRACE] = ACTIONS(1034), @@ -65011,8 +69138,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1036), [aux_sym_visibility_modifier_token2] = ACTIONS(1036), [aux_sym_visibility_modifier_token3] = ACTIONS(1036), - [aux_sym__arrow_function_header_token1] = ACTIONS(1036), [anon_sym_LPAREN] = ACTIONS(1034), + [aux_sym__arrow_function_header_token1] = ACTIONS(1036), [aux_sym_cast_type_token1] = ACTIONS(1036), [aux_sym_echo_statement_token1] = ACTIONS(1036), [aux_sym_exit_statement_token1] = ACTIONS(1036), @@ -65021,8 +69148,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1036), [sym_float] = ACTIONS(1036), [aux_sym_try_statement_token1] = ACTIONS(1036), - [aux_sym_catch_clause_token1] = ACTIONS(1036), - [aux_sym_finally_clause_token1] = ACTIONS(1036), [aux_sym_goto_statement_token1] = ACTIONS(1036), [aux_sym_continue_statement_token1] = ACTIONS(1036), [aux_sym_break_statement_token1] = ACTIONS(1036), @@ -65051,7 +69176,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1034), [aux_sym_clone_expression_token1] = ACTIONS(1036), [aux_sym_print_intrinsic_token1] = ACTIONS(1036), - [aux_sym_object_creation_expression_token1] = ACTIONS(1036), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1036), [anon_sym_DASH_DASH] = ACTIONS(1034), [anon_sym_PLUS_PLUS] = ACTIONS(1034), [aux_sym__list_destructing_token1] = ACTIONS(1036), @@ -65075,7 +69200,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1036), [sym_comment] = ACTIONS(3), }, - [432] = { + [423] = { [ts_builtin_sym_end] = ACTIONS(1038), [sym_name] = ACTIONS(1040), [anon_sym_QMARK_GT] = ACTIONS(1038), @@ -65084,8 +69209,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1040), [aux_sym_namespace_definition_token1] = ACTIONS(1040), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1040), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1040), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1040), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1040), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1040), [anon_sym_BSLASH] = ACTIONS(1038), [anon_sym_LBRACE] = ACTIONS(1038), [anon_sym_RBRACE] = ACTIONS(1038), @@ -65101,8 +69226,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1040), [aux_sym_visibility_modifier_token2] = ACTIONS(1040), [aux_sym_visibility_modifier_token3] = ACTIONS(1040), - [aux_sym__arrow_function_header_token1] = ACTIONS(1040), [anon_sym_LPAREN] = ACTIONS(1038), + [aux_sym__arrow_function_header_token1] = ACTIONS(1040), [aux_sym_cast_type_token1] = ACTIONS(1040), [aux_sym_echo_statement_token1] = ACTIONS(1040), [aux_sym_exit_statement_token1] = ACTIONS(1040), @@ -65111,8 +69236,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1040), [sym_float] = ACTIONS(1040), [aux_sym_try_statement_token1] = ACTIONS(1040), - [aux_sym_catch_clause_token1] = ACTIONS(1040), - [aux_sym_finally_clause_token1] = ACTIONS(1040), [aux_sym_goto_statement_token1] = ACTIONS(1040), [aux_sym_continue_statement_token1] = ACTIONS(1040), [aux_sym_break_statement_token1] = ACTIONS(1040), @@ -65141,7 +69264,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1038), [aux_sym_clone_expression_token1] = ACTIONS(1040), [aux_sym_print_intrinsic_token1] = ACTIONS(1040), - [aux_sym_object_creation_expression_token1] = ACTIONS(1040), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1040), [anon_sym_DASH_DASH] = ACTIONS(1038), [anon_sym_PLUS_PLUS] = ACTIONS(1038), [aux_sym__list_destructing_token1] = ACTIONS(1040), @@ -65165,7 +69288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1040), [sym_comment] = ACTIONS(3), }, - [433] = { + [424] = { [ts_builtin_sym_end] = ACTIONS(1042), [sym_name] = ACTIONS(1044), [anon_sym_QMARK_GT] = ACTIONS(1042), @@ -65174,8 +69297,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1044), [aux_sym_namespace_definition_token1] = ACTIONS(1044), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1044), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1044), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1044), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1044), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1044), [anon_sym_BSLASH] = ACTIONS(1042), [anon_sym_LBRACE] = ACTIONS(1042), [anon_sym_RBRACE] = ACTIONS(1042), @@ -65191,8 +69314,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1044), [aux_sym_visibility_modifier_token2] = ACTIONS(1044), [aux_sym_visibility_modifier_token3] = ACTIONS(1044), - [aux_sym__arrow_function_header_token1] = ACTIONS(1044), [anon_sym_LPAREN] = ACTIONS(1042), + [aux_sym__arrow_function_header_token1] = ACTIONS(1044), [aux_sym_cast_type_token1] = ACTIONS(1044), [aux_sym_echo_statement_token1] = ACTIONS(1044), [aux_sym_exit_statement_token1] = ACTIONS(1044), @@ -65201,8 +69324,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1044), [sym_float] = ACTIONS(1044), [aux_sym_try_statement_token1] = ACTIONS(1044), - [aux_sym_catch_clause_token1] = ACTIONS(1044), - [aux_sym_finally_clause_token1] = ACTIONS(1044), [aux_sym_goto_statement_token1] = ACTIONS(1044), [aux_sym_continue_statement_token1] = ACTIONS(1044), [aux_sym_break_statement_token1] = ACTIONS(1044), @@ -65231,7 +69352,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1042), [aux_sym_clone_expression_token1] = ACTIONS(1044), [aux_sym_print_intrinsic_token1] = ACTIONS(1044), - [aux_sym_object_creation_expression_token1] = ACTIONS(1044), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1044), [anon_sym_DASH_DASH] = ACTIONS(1042), [anon_sym_PLUS_PLUS] = ACTIONS(1042), [aux_sym__list_destructing_token1] = ACTIONS(1044), @@ -65255,7 +69376,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1044), [sym_comment] = ACTIONS(3), }, - [434] = { + [425] = { [ts_builtin_sym_end] = ACTIONS(1046), [sym_name] = ACTIONS(1048), [anon_sym_QMARK_GT] = ACTIONS(1046), @@ -65264,8 +69385,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1048), [aux_sym_namespace_definition_token1] = ACTIONS(1048), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1048), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1048), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1048), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1048), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1048), [anon_sym_BSLASH] = ACTIONS(1046), [anon_sym_LBRACE] = ACTIONS(1046), [anon_sym_RBRACE] = ACTIONS(1046), @@ -65281,8 +69402,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1048), [aux_sym_visibility_modifier_token2] = ACTIONS(1048), [aux_sym_visibility_modifier_token3] = ACTIONS(1048), - [aux_sym__arrow_function_header_token1] = ACTIONS(1048), [anon_sym_LPAREN] = ACTIONS(1046), + [aux_sym__arrow_function_header_token1] = ACTIONS(1048), [aux_sym_cast_type_token1] = ACTIONS(1048), [aux_sym_echo_statement_token1] = ACTIONS(1048), [aux_sym_exit_statement_token1] = ACTIONS(1048), @@ -65291,8 +69412,6 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_declare_statement_token2] = ACTIONS(1048), [sym_float] = ACTIONS(1048), [aux_sym_try_statement_token1] = ACTIONS(1048), - [aux_sym_catch_clause_token1] = ACTIONS(1048), - [aux_sym_finally_clause_token1] = ACTIONS(1048), [aux_sym_goto_statement_token1] = ACTIONS(1048), [aux_sym_continue_statement_token1] = ACTIONS(1048), [aux_sym_break_statement_token1] = ACTIONS(1048), @@ -65321,7 +69440,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1046), [aux_sym_clone_expression_token1] = ACTIONS(1048), [aux_sym_print_intrinsic_token1] = ACTIONS(1048), - [aux_sym_object_creation_expression_token1] = ACTIONS(1048), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1048), [anon_sym_DASH_DASH] = ACTIONS(1046), [anon_sym_PLUS_PLUS] = ACTIONS(1046), [aux_sym__list_destructing_token1] = ACTIONS(1048), @@ -65345,17 +69464,17 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1048), [sym_comment] = ACTIONS(3), }, - [435] = { + [426] = { [ts_builtin_sym_end] = ACTIONS(1050), [sym_name] = ACTIONS(1052), [anon_sym_QMARK_GT] = ACTIONS(1050), - [anon_sym_SEMI] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1050), [aux_sym_function_static_declaration_token1] = ACTIONS(1052), [aux_sym_global_declaration_token1] = ACTIONS(1052), [aux_sym_namespace_definition_token1] = ACTIONS(1052), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1052), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1052), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1052), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1052), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1052), [anon_sym_BSLASH] = ACTIONS(1050), [anon_sym_LBRACE] = ACTIONS(1050), [anon_sym_RBRACE] = ACTIONS(1050), @@ -65371,8 +69490,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1052), [aux_sym_visibility_modifier_token2] = ACTIONS(1052), [aux_sym_visibility_modifier_token3] = ACTIONS(1052), - [aux_sym__arrow_function_header_token1] = ACTIONS(1052), [anon_sym_LPAREN] = ACTIONS(1050), + [aux_sym__arrow_function_header_token1] = ACTIONS(1052), [aux_sym_cast_type_token1] = ACTIONS(1052), [aux_sym_echo_statement_token1] = ACTIONS(1052), [aux_sym_exit_statement_token1] = ACTIONS(1052), @@ -65409,7 +69528,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1050), [aux_sym_clone_expression_token1] = ACTIONS(1052), [aux_sym_print_intrinsic_token1] = ACTIONS(1052), - [aux_sym_object_creation_expression_token1] = ACTIONS(1052), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1052), [anon_sym_DASH_DASH] = ACTIONS(1050), [anon_sym_PLUS_PLUS] = ACTIONS(1050), [aux_sym__list_destructing_token1] = ACTIONS(1052), @@ -65432,98 +69551,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1052), [aux_sym_require_once_expression_token1] = ACTIONS(1052), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1054), }, - [436] = { - [ts_builtin_sym_end] = ACTIONS(1056), - [sym_name] = ACTIONS(1058), - [anon_sym_QMARK_GT] = ACTIONS(1056), - [anon_sym_SEMI] = ACTIONS(1060), - [aux_sym_function_static_declaration_token1] = ACTIONS(1058), - [aux_sym_global_declaration_token1] = ACTIONS(1058), - [aux_sym_namespace_definition_token1] = ACTIONS(1058), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1058), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1058), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1058), - [anon_sym_BSLASH] = ACTIONS(1056), - [anon_sym_LBRACE] = ACTIONS(1056), - [anon_sym_RBRACE] = ACTIONS(1056), - [aux_sym_trait_declaration_token1] = ACTIONS(1058), - [aux_sym_interface_declaration_token1] = ACTIONS(1058), - [aux_sym_enum_declaration_token1] = ACTIONS(1058), - [aux_sym_enum_case_token1] = ACTIONS(1058), - [aux_sym_class_declaration_token1] = ACTIONS(1058), - [aux_sym_final_modifier_token1] = ACTIONS(1058), - [aux_sym_abstract_modifier_token1] = ACTIONS(1058), - [aux_sym_readonly_modifier_token1] = ACTIONS(1058), - [sym_var_modifier] = ACTIONS(1058), - [aux_sym_visibility_modifier_token1] = ACTIONS(1058), - [aux_sym_visibility_modifier_token2] = ACTIONS(1058), - [aux_sym_visibility_modifier_token3] = ACTIONS(1058), - [aux_sym__arrow_function_header_token1] = ACTIONS(1058), - [anon_sym_LPAREN] = ACTIONS(1056), - [aux_sym_cast_type_token1] = ACTIONS(1058), - [aux_sym_echo_statement_token1] = ACTIONS(1058), - [aux_sym_exit_statement_token1] = ACTIONS(1058), - [anon_sym_unset] = ACTIONS(1058), - [aux_sym_declare_statement_token1] = ACTIONS(1058), - [aux_sym_declare_statement_token2] = ACTIONS(1058), - [sym_float] = ACTIONS(1058), - [aux_sym_try_statement_token1] = ACTIONS(1058), - [aux_sym_goto_statement_token1] = ACTIONS(1058), - [aux_sym_continue_statement_token1] = ACTIONS(1058), - [aux_sym_break_statement_token1] = ACTIONS(1058), - [sym_integer] = ACTIONS(1058), - [aux_sym_return_statement_token1] = ACTIONS(1058), - [aux_sym_throw_expression_token1] = ACTIONS(1058), - [aux_sym_while_statement_token1] = ACTIONS(1058), - [aux_sym_while_statement_token2] = ACTIONS(1058), - [aux_sym_do_statement_token1] = ACTIONS(1058), - [aux_sym_for_statement_token1] = ACTIONS(1058), - [aux_sym_for_statement_token2] = ACTIONS(1058), - [aux_sym_foreach_statement_token1] = ACTIONS(1058), - [aux_sym_foreach_statement_token2] = ACTIONS(1058), - [aux_sym_if_statement_token1] = ACTIONS(1058), - [aux_sym_if_statement_token2] = ACTIONS(1058), - [aux_sym_else_if_clause_token1] = ACTIONS(1058), - [aux_sym_else_clause_token1] = ACTIONS(1058), - [aux_sym_match_expression_token1] = ACTIONS(1058), - [aux_sym_match_default_expression_token1] = ACTIONS(1058), - [aux_sym_switch_statement_token1] = ACTIONS(1058), - [aux_sym_switch_block_token1] = ACTIONS(1058), - [anon_sym_PLUS] = ACTIONS(1058), - [anon_sym_DASH] = ACTIONS(1058), - [anon_sym_TILDE] = ACTIONS(1056), - [anon_sym_BANG] = ACTIONS(1056), - [anon_sym_AT] = ACTIONS(1056), - [aux_sym_clone_expression_token1] = ACTIONS(1058), - [aux_sym_print_intrinsic_token1] = ACTIONS(1058), - [aux_sym_object_creation_expression_token1] = ACTIONS(1058), - [anon_sym_DASH_DASH] = ACTIONS(1056), - [anon_sym_PLUS_PLUS] = ACTIONS(1056), - [aux_sym__list_destructing_token1] = ACTIONS(1058), - [anon_sym_LBRACK] = ACTIONS(1056), - [anon_sym_self] = ACTIONS(1058), - [anon_sym_parent] = ACTIONS(1058), - [aux_sym__argument_name_token1] = ACTIONS(1058), - [aux_sym__argument_name_token2] = ACTIONS(1058), - [anon_sym_POUND_LBRACK] = ACTIONS(1056), - [aux_sym_encapsed_string_token1] = ACTIONS(1056), - [anon_sym_DQUOTE] = ACTIONS(1056), - [aux_sym_string_token1] = ACTIONS(1056), - [anon_sym_SQUOTE] = ACTIONS(1056), - [anon_sym_LT_LT_LT] = ACTIONS(1056), - [anon_sym_BQUOTE] = ACTIONS(1056), - [anon_sym_DOLLAR] = ACTIONS(1056), - [aux_sym_yield_expression_token1] = ACTIONS(1058), - [aux_sym_include_expression_token1] = ACTIONS(1058), - [aux_sym_include_once_expression_token1] = ACTIONS(1058), - [aux_sym_require_expression_token1] = ACTIONS(1058), - [aux_sym_require_once_expression_token1] = ACTIONS(1058), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1060), + [427] = { + [ts_builtin_sym_end] = ACTIONS(1054), + [sym_name] = ACTIONS(1056), + [anon_sym_QMARK_GT] = ACTIONS(1054), + [anon_sym_SEMI] = ACTIONS(1054), + [aux_sym_function_static_declaration_token1] = ACTIONS(1056), + [aux_sym_global_declaration_token1] = ACTIONS(1056), + [aux_sym_namespace_definition_token1] = ACTIONS(1056), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1056), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1056), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1056), + [anon_sym_BSLASH] = ACTIONS(1054), + [anon_sym_LBRACE] = ACTIONS(1054), + [anon_sym_RBRACE] = ACTIONS(1054), + [aux_sym_trait_declaration_token1] = ACTIONS(1056), + [aux_sym_interface_declaration_token1] = ACTIONS(1056), + [aux_sym_enum_declaration_token1] = ACTIONS(1056), + [aux_sym_enum_case_token1] = ACTIONS(1056), + [aux_sym_class_declaration_token1] = ACTIONS(1056), + [aux_sym_final_modifier_token1] = ACTIONS(1056), + [aux_sym_abstract_modifier_token1] = ACTIONS(1056), + [aux_sym_readonly_modifier_token1] = ACTIONS(1056), + [sym_var_modifier] = ACTIONS(1056), + [aux_sym_visibility_modifier_token1] = ACTIONS(1056), + [aux_sym_visibility_modifier_token2] = ACTIONS(1056), + [aux_sym_visibility_modifier_token3] = ACTIONS(1056), + [anon_sym_LPAREN] = ACTIONS(1054), + [aux_sym__arrow_function_header_token1] = ACTIONS(1056), + [aux_sym_cast_type_token1] = ACTIONS(1056), + [aux_sym_echo_statement_token1] = ACTIONS(1056), + [aux_sym_exit_statement_token1] = ACTIONS(1056), + [anon_sym_unset] = ACTIONS(1056), + [aux_sym_declare_statement_token1] = ACTIONS(1056), + [aux_sym_declare_statement_token2] = ACTIONS(1056), + [sym_float] = ACTIONS(1056), + [aux_sym_try_statement_token1] = ACTIONS(1056), + [aux_sym_goto_statement_token1] = ACTIONS(1056), + [aux_sym_continue_statement_token1] = ACTIONS(1056), + [aux_sym_break_statement_token1] = ACTIONS(1056), + [sym_integer] = ACTIONS(1056), + [aux_sym_return_statement_token1] = ACTIONS(1056), + [aux_sym_throw_expression_token1] = ACTIONS(1056), + [aux_sym_while_statement_token1] = ACTIONS(1056), + [aux_sym_while_statement_token2] = ACTIONS(1056), + [aux_sym_do_statement_token1] = ACTIONS(1056), + [aux_sym_for_statement_token1] = ACTIONS(1056), + [aux_sym_for_statement_token2] = ACTIONS(1056), + [aux_sym_foreach_statement_token1] = ACTIONS(1056), + [aux_sym_foreach_statement_token2] = ACTIONS(1056), + [aux_sym_if_statement_token1] = ACTIONS(1056), + [aux_sym_if_statement_token2] = ACTIONS(1056), + [aux_sym_else_if_clause_token1] = ACTIONS(1056), + [aux_sym_else_clause_token1] = ACTIONS(1056), + [aux_sym_match_expression_token1] = ACTIONS(1056), + [aux_sym_match_default_expression_token1] = ACTIONS(1056), + [aux_sym_switch_statement_token1] = ACTIONS(1056), + [aux_sym_switch_block_token1] = ACTIONS(1056), + [anon_sym_PLUS] = ACTIONS(1056), + [anon_sym_DASH] = ACTIONS(1056), + [anon_sym_TILDE] = ACTIONS(1054), + [anon_sym_BANG] = ACTIONS(1054), + [anon_sym_AT] = ACTIONS(1054), + [aux_sym_clone_expression_token1] = ACTIONS(1056), + [aux_sym_print_intrinsic_token1] = ACTIONS(1056), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1056), + [anon_sym_DASH_DASH] = ACTIONS(1054), + [anon_sym_PLUS_PLUS] = ACTIONS(1054), + [aux_sym__list_destructing_token1] = ACTIONS(1056), + [anon_sym_LBRACK] = ACTIONS(1054), + [anon_sym_self] = ACTIONS(1056), + [anon_sym_parent] = ACTIONS(1056), + [aux_sym__argument_name_token1] = ACTIONS(1056), + [aux_sym__argument_name_token2] = ACTIONS(1056), + [anon_sym_POUND_LBRACK] = ACTIONS(1054), + [aux_sym_encapsed_string_token1] = ACTIONS(1054), + [anon_sym_DQUOTE] = ACTIONS(1054), + [aux_sym_string_token1] = ACTIONS(1054), + [anon_sym_SQUOTE] = ACTIONS(1054), + [anon_sym_LT_LT_LT] = ACTIONS(1054), + [anon_sym_BQUOTE] = ACTIONS(1054), + [anon_sym_DOLLAR] = ACTIONS(1054), + [aux_sym_yield_expression_token1] = ACTIONS(1056), + [aux_sym_include_expression_token1] = ACTIONS(1056), + [aux_sym_include_once_expression_token1] = ACTIONS(1056), + [aux_sym_require_expression_token1] = ACTIONS(1056), + [aux_sym_require_once_expression_token1] = ACTIONS(1056), + [sym_comment] = ACTIONS(3), }, - [437] = { + [428] = { + [ts_builtin_sym_end] = ACTIONS(1058), + [sym_name] = ACTIONS(1060), + [anon_sym_QMARK_GT] = ACTIONS(1058), + [anon_sym_SEMI] = ACTIONS(1058), + [aux_sym_function_static_declaration_token1] = ACTIONS(1060), + [aux_sym_global_declaration_token1] = ACTIONS(1060), + [aux_sym_namespace_definition_token1] = ACTIONS(1060), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1060), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1060), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1060), + [anon_sym_BSLASH] = ACTIONS(1058), + [anon_sym_LBRACE] = ACTIONS(1058), + [anon_sym_RBRACE] = ACTIONS(1058), + [aux_sym_trait_declaration_token1] = ACTIONS(1060), + [aux_sym_interface_declaration_token1] = ACTIONS(1060), + [aux_sym_enum_declaration_token1] = ACTIONS(1060), + [aux_sym_enum_case_token1] = ACTIONS(1060), + [aux_sym_class_declaration_token1] = ACTIONS(1060), + [aux_sym_final_modifier_token1] = ACTIONS(1060), + [aux_sym_abstract_modifier_token1] = ACTIONS(1060), + [aux_sym_readonly_modifier_token1] = ACTIONS(1060), + [sym_var_modifier] = ACTIONS(1060), + [aux_sym_visibility_modifier_token1] = ACTIONS(1060), + [aux_sym_visibility_modifier_token2] = ACTIONS(1060), + [aux_sym_visibility_modifier_token3] = ACTIONS(1060), + [anon_sym_LPAREN] = ACTIONS(1058), + [aux_sym__arrow_function_header_token1] = ACTIONS(1060), + [aux_sym_cast_type_token1] = ACTIONS(1060), + [aux_sym_echo_statement_token1] = ACTIONS(1060), + [aux_sym_exit_statement_token1] = ACTIONS(1060), + [anon_sym_unset] = ACTIONS(1060), + [aux_sym_declare_statement_token1] = ACTIONS(1060), + [aux_sym_declare_statement_token2] = ACTIONS(1060), + [sym_float] = ACTIONS(1060), + [aux_sym_try_statement_token1] = ACTIONS(1060), + [aux_sym_goto_statement_token1] = ACTIONS(1060), + [aux_sym_continue_statement_token1] = ACTIONS(1060), + [aux_sym_break_statement_token1] = ACTIONS(1060), + [sym_integer] = ACTIONS(1060), + [aux_sym_return_statement_token1] = ACTIONS(1060), + [aux_sym_throw_expression_token1] = ACTIONS(1060), + [aux_sym_while_statement_token1] = ACTIONS(1060), + [aux_sym_while_statement_token2] = ACTIONS(1060), + [aux_sym_do_statement_token1] = ACTIONS(1060), + [aux_sym_for_statement_token1] = ACTIONS(1060), + [aux_sym_for_statement_token2] = ACTIONS(1060), + [aux_sym_foreach_statement_token1] = ACTIONS(1060), + [aux_sym_foreach_statement_token2] = ACTIONS(1060), + [aux_sym_if_statement_token1] = ACTIONS(1060), + [aux_sym_if_statement_token2] = ACTIONS(1060), + [aux_sym_else_if_clause_token1] = ACTIONS(1060), + [aux_sym_else_clause_token1] = ACTIONS(1060), + [aux_sym_match_expression_token1] = ACTIONS(1060), + [aux_sym_match_default_expression_token1] = ACTIONS(1060), + [aux_sym_switch_statement_token1] = ACTIONS(1060), + [aux_sym_switch_block_token1] = ACTIONS(1060), + [anon_sym_PLUS] = ACTIONS(1060), + [anon_sym_DASH] = ACTIONS(1060), + [anon_sym_TILDE] = ACTIONS(1058), + [anon_sym_BANG] = ACTIONS(1058), + [anon_sym_AT] = ACTIONS(1058), + [aux_sym_clone_expression_token1] = ACTIONS(1060), + [aux_sym_print_intrinsic_token1] = ACTIONS(1060), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1060), + [anon_sym_DASH_DASH] = ACTIONS(1058), + [anon_sym_PLUS_PLUS] = ACTIONS(1058), + [aux_sym__list_destructing_token1] = ACTIONS(1060), + [anon_sym_LBRACK] = ACTIONS(1058), + [anon_sym_self] = ACTIONS(1060), + [anon_sym_parent] = ACTIONS(1060), + [aux_sym__argument_name_token1] = ACTIONS(1060), + [aux_sym__argument_name_token2] = ACTIONS(1060), + [anon_sym_POUND_LBRACK] = ACTIONS(1058), + [aux_sym_encapsed_string_token1] = ACTIONS(1058), + [anon_sym_DQUOTE] = ACTIONS(1058), + [aux_sym_string_token1] = ACTIONS(1058), + [anon_sym_SQUOTE] = ACTIONS(1058), + [anon_sym_LT_LT_LT] = ACTIONS(1058), + [anon_sym_BQUOTE] = ACTIONS(1058), + [anon_sym_DOLLAR] = ACTIONS(1058), + [aux_sym_yield_expression_token1] = ACTIONS(1060), + [aux_sym_include_expression_token1] = ACTIONS(1060), + [aux_sym_include_once_expression_token1] = ACTIONS(1060), + [aux_sym_require_expression_token1] = ACTIONS(1060), + [aux_sym_require_once_expression_token1] = ACTIONS(1060), + [sym_comment] = ACTIONS(3), + }, + [429] = { [ts_builtin_sym_end] = ACTIONS(1062), [sym_name] = ACTIONS(1064), [anon_sym_QMARK_GT] = ACTIONS(1062), @@ -65532,8 +69737,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1064), [aux_sym_namespace_definition_token1] = ACTIONS(1064), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1064), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1064), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1064), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1064), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1064), [anon_sym_BSLASH] = ACTIONS(1062), [anon_sym_LBRACE] = ACTIONS(1062), [anon_sym_RBRACE] = ACTIONS(1062), @@ -65549,8 +69754,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1064), [aux_sym_visibility_modifier_token2] = ACTIONS(1064), [aux_sym_visibility_modifier_token3] = ACTIONS(1064), - [aux_sym__arrow_function_header_token1] = ACTIONS(1064), [anon_sym_LPAREN] = ACTIONS(1062), + [aux_sym__arrow_function_header_token1] = ACTIONS(1064), [aux_sym_cast_type_token1] = ACTIONS(1064), [aux_sym_echo_statement_token1] = ACTIONS(1064), [aux_sym_exit_statement_token1] = ACTIONS(1064), @@ -65587,7 +69792,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1062), [aux_sym_clone_expression_token1] = ACTIONS(1064), [aux_sym_print_intrinsic_token1] = ACTIONS(1064), - [aux_sym_object_creation_expression_token1] = ACTIONS(1064), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1064), [anon_sym_DASH_DASH] = ACTIONS(1062), [anon_sym_PLUS_PLUS] = ACTIONS(1062), [aux_sym__list_destructing_token1] = ACTIONS(1064), @@ -65610,19 +69815,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1064), [aux_sym_require_once_expression_token1] = ACTIONS(1064), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1062), }, - [438] = { + [430] = { [ts_builtin_sym_end] = ACTIONS(1066), [sym_name] = ACTIONS(1068), [anon_sym_QMARK_GT] = ACTIONS(1066), - [anon_sym_SEMI] = ACTIONS(1070), + [anon_sym_SEMI] = ACTIONS(1066), [aux_sym_function_static_declaration_token1] = ACTIONS(1068), [aux_sym_global_declaration_token1] = ACTIONS(1068), [aux_sym_namespace_definition_token1] = ACTIONS(1068), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1068), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1068), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1068), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1068), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1068), [anon_sym_BSLASH] = ACTIONS(1066), [anon_sym_LBRACE] = ACTIONS(1066), [anon_sym_RBRACE] = ACTIONS(1066), @@ -65638,8 +69842,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1068), [aux_sym_visibility_modifier_token2] = ACTIONS(1068), [aux_sym_visibility_modifier_token3] = ACTIONS(1068), - [aux_sym__arrow_function_header_token1] = ACTIONS(1068), [anon_sym_LPAREN] = ACTIONS(1066), + [aux_sym__arrow_function_header_token1] = ACTIONS(1068), [aux_sym_cast_type_token1] = ACTIONS(1068), [aux_sym_echo_statement_token1] = ACTIONS(1068), [aux_sym_exit_statement_token1] = ACTIONS(1068), @@ -65676,7 +69880,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1066), [aux_sym_clone_expression_token1] = ACTIONS(1068), [aux_sym_print_intrinsic_token1] = ACTIONS(1068), - [aux_sym_object_creation_expression_token1] = ACTIONS(1068), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1068), [anon_sym_DASH_DASH] = ACTIONS(1066), [anon_sym_PLUS_PLUS] = ACTIONS(1066), [aux_sym__list_destructing_token1] = ACTIONS(1068), @@ -65699,108 +69903,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1068), [aux_sym_require_once_expression_token1] = ACTIONS(1068), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1070), }, - [439] = { - [ts_builtin_sym_end] = ACTIONS(1072), - [sym_name] = ACTIONS(1074), - [anon_sym_QMARK_GT] = ACTIONS(1072), - [anon_sym_SEMI] = ACTIONS(1076), - [aux_sym_function_static_declaration_token1] = ACTIONS(1074), - [aux_sym_global_declaration_token1] = ACTIONS(1074), - [aux_sym_namespace_definition_token1] = ACTIONS(1074), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1074), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1074), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1074), - [anon_sym_BSLASH] = ACTIONS(1072), - [anon_sym_LBRACE] = ACTIONS(1072), - [anon_sym_RBRACE] = ACTIONS(1072), - [aux_sym_trait_declaration_token1] = ACTIONS(1074), - [aux_sym_interface_declaration_token1] = ACTIONS(1074), - [aux_sym_enum_declaration_token1] = ACTIONS(1074), - [aux_sym_enum_case_token1] = ACTIONS(1074), - [aux_sym_class_declaration_token1] = ACTIONS(1074), - [aux_sym_final_modifier_token1] = ACTIONS(1074), - [aux_sym_abstract_modifier_token1] = ACTIONS(1074), - [aux_sym_readonly_modifier_token1] = ACTIONS(1074), - [sym_var_modifier] = ACTIONS(1074), - [aux_sym_visibility_modifier_token1] = ACTIONS(1074), - [aux_sym_visibility_modifier_token2] = ACTIONS(1074), - [aux_sym_visibility_modifier_token3] = ACTIONS(1074), - [aux_sym__arrow_function_header_token1] = ACTIONS(1074), - [anon_sym_LPAREN] = ACTIONS(1072), - [aux_sym_cast_type_token1] = ACTIONS(1074), - [aux_sym_echo_statement_token1] = ACTIONS(1074), - [aux_sym_exit_statement_token1] = ACTIONS(1074), - [anon_sym_unset] = ACTIONS(1074), - [aux_sym_declare_statement_token1] = ACTIONS(1074), - [aux_sym_declare_statement_token2] = ACTIONS(1074), - [sym_float] = ACTIONS(1074), - [aux_sym_try_statement_token1] = ACTIONS(1074), - [aux_sym_goto_statement_token1] = ACTIONS(1074), - [aux_sym_continue_statement_token1] = ACTIONS(1074), - [aux_sym_break_statement_token1] = ACTIONS(1074), - [sym_integer] = ACTIONS(1074), - [aux_sym_return_statement_token1] = ACTIONS(1074), - [aux_sym_throw_expression_token1] = ACTIONS(1074), - [aux_sym_while_statement_token1] = ACTIONS(1074), - [aux_sym_while_statement_token2] = ACTIONS(1074), - [aux_sym_do_statement_token1] = ACTIONS(1074), - [aux_sym_for_statement_token1] = ACTIONS(1074), - [aux_sym_for_statement_token2] = ACTIONS(1074), - [aux_sym_foreach_statement_token1] = ACTIONS(1074), - [aux_sym_foreach_statement_token2] = ACTIONS(1074), - [aux_sym_if_statement_token1] = ACTIONS(1074), - [aux_sym_if_statement_token2] = ACTIONS(1074), - [aux_sym_else_if_clause_token1] = ACTIONS(1074), - [aux_sym_else_clause_token1] = ACTIONS(1074), - [aux_sym_match_expression_token1] = ACTIONS(1074), - [aux_sym_match_default_expression_token1] = ACTIONS(1074), - [aux_sym_switch_statement_token1] = ACTIONS(1074), - [aux_sym_switch_block_token1] = ACTIONS(1074), - [anon_sym_PLUS] = ACTIONS(1074), - [anon_sym_DASH] = ACTIONS(1074), - [anon_sym_TILDE] = ACTIONS(1072), - [anon_sym_BANG] = ACTIONS(1072), - [anon_sym_AT] = ACTIONS(1072), - [aux_sym_clone_expression_token1] = ACTIONS(1074), - [aux_sym_print_intrinsic_token1] = ACTIONS(1074), - [aux_sym_object_creation_expression_token1] = ACTIONS(1074), - [anon_sym_DASH_DASH] = ACTIONS(1072), - [anon_sym_PLUS_PLUS] = ACTIONS(1072), - [aux_sym__list_destructing_token1] = ACTIONS(1074), - [anon_sym_LBRACK] = ACTIONS(1072), - [anon_sym_self] = ACTIONS(1074), - [anon_sym_parent] = ACTIONS(1074), - [aux_sym__argument_name_token1] = ACTIONS(1074), - [aux_sym__argument_name_token2] = ACTIONS(1074), - [anon_sym_POUND_LBRACK] = ACTIONS(1072), - [aux_sym_encapsed_string_token1] = ACTIONS(1072), - [anon_sym_DQUOTE] = ACTIONS(1072), - [aux_sym_string_token1] = ACTIONS(1072), - [anon_sym_SQUOTE] = ACTIONS(1072), - [anon_sym_LT_LT_LT] = ACTIONS(1072), - [anon_sym_BQUOTE] = ACTIONS(1072), - [anon_sym_DOLLAR] = ACTIONS(1072), - [aux_sym_yield_expression_token1] = ACTIONS(1074), - [aux_sym_include_expression_token1] = ACTIONS(1074), - [aux_sym_include_once_expression_token1] = ACTIONS(1074), - [aux_sym_require_expression_token1] = ACTIONS(1074), - [aux_sym_require_once_expression_token1] = ACTIONS(1074), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1076), + [431] = { + [ts_builtin_sym_end] = ACTIONS(1070), + [sym_name] = ACTIONS(1072), + [anon_sym_QMARK_GT] = ACTIONS(1070), + [anon_sym_SEMI] = ACTIONS(1070), + [aux_sym_function_static_declaration_token1] = ACTIONS(1072), + [aux_sym_global_declaration_token1] = ACTIONS(1072), + [aux_sym_namespace_definition_token1] = ACTIONS(1072), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1072), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1072), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1072), + [anon_sym_BSLASH] = ACTIONS(1070), + [anon_sym_LBRACE] = ACTIONS(1070), + [anon_sym_RBRACE] = ACTIONS(1070), + [aux_sym_trait_declaration_token1] = ACTIONS(1072), + [aux_sym_interface_declaration_token1] = ACTIONS(1072), + [aux_sym_enum_declaration_token1] = ACTIONS(1072), + [aux_sym_enum_case_token1] = ACTIONS(1072), + [aux_sym_class_declaration_token1] = ACTIONS(1072), + [aux_sym_final_modifier_token1] = ACTIONS(1072), + [aux_sym_abstract_modifier_token1] = ACTIONS(1072), + [aux_sym_readonly_modifier_token1] = ACTIONS(1072), + [sym_var_modifier] = ACTIONS(1072), + [aux_sym_visibility_modifier_token1] = ACTIONS(1072), + [aux_sym_visibility_modifier_token2] = ACTIONS(1072), + [aux_sym_visibility_modifier_token3] = ACTIONS(1072), + [anon_sym_LPAREN] = ACTIONS(1070), + [aux_sym__arrow_function_header_token1] = ACTIONS(1072), + [aux_sym_cast_type_token1] = ACTIONS(1072), + [aux_sym_echo_statement_token1] = ACTIONS(1072), + [aux_sym_exit_statement_token1] = ACTIONS(1072), + [anon_sym_unset] = ACTIONS(1072), + [aux_sym_declare_statement_token1] = ACTIONS(1072), + [aux_sym_declare_statement_token2] = ACTIONS(1072), + [sym_float] = ACTIONS(1072), + [aux_sym_try_statement_token1] = ACTIONS(1072), + [aux_sym_goto_statement_token1] = ACTIONS(1072), + [aux_sym_continue_statement_token1] = ACTIONS(1072), + [aux_sym_break_statement_token1] = ACTIONS(1072), + [sym_integer] = ACTIONS(1072), + [aux_sym_return_statement_token1] = ACTIONS(1072), + [aux_sym_throw_expression_token1] = ACTIONS(1072), + [aux_sym_while_statement_token1] = ACTIONS(1072), + [aux_sym_while_statement_token2] = ACTIONS(1072), + [aux_sym_do_statement_token1] = ACTIONS(1072), + [aux_sym_for_statement_token1] = ACTIONS(1072), + [aux_sym_for_statement_token2] = ACTIONS(1072), + [aux_sym_foreach_statement_token1] = ACTIONS(1072), + [aux_sym_foreach_statement_token2] = ACTIONS(1072), + [aux_sym_if_statement_token1] = ACTIONS(1072), + [aux_sym_if_statement_token2] = ACTIONS(1072), + [aux_sym_else_if_clause_token1] = ACTIONS(1072), + [aux_sym_else_clause_token1] = ACTIONS(1072), + [aux_sym_match_expression_token1] = ACTIONS(1072), + [aux_sym_match_default_expression_token1] = ACTIONS(1072), + [aux_sym_switch_statement_token1] = ACTIONS(1072), + [aux_sym_switch_block_token1] = ACTIONS(1072), + [anon_sym_PLUS] = ACTIONS(1072), + [anon_sym_DASH] = ACTIONS(1072), + [anon_sym_TILDE] = ACTIONS(1070), + [anon_sym_BANG] = ACTIONS(1070), + [anon_sym_AT] = ACTIONS(1070), + [aux_sym_clone_expression_token1] = ACTIONS(1072), + [aux_sym_print_intrinsic_token1] = ACTIONS(1072), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1072), + [anon_sym_DASH_DASH] = ACTIONS(1070), + [anon_sym_PLUS_PLUS] = ACTIONS(1070), + [aux_sym__list_destructing_token1] = ACTIONS(1072), + [anon_sym_LBRACK] = ACTIONS(1070), + [anon_sym_self] = ACTIONS(1072), + [anon_sym_parent] = ACTIONS(1072), + [aux_sym__argument_name_token1] = ACTIONS(1072), + [aux_sym__argument_name_token2] = ACTIONS(1072), + [anon_sym_POUND_LBRACK] = ACTIONS(1070), + [aux_sym_encapsed_string_token1] = ACTIONS(1070), + [anon_sym_DQUOTE] = ACTIONS(1070), + [aux_sym_string_token1] = ACTIONS(1070), + [anon_sym_SQUOTE] = ACTIONS(1070), + [anon_sym_LT_LT_LT] = ACTIONS(1070), + [anon_sym_BQUOTE] = ACTIONS(1070), + [anon_sym_DOLLAR] = ACTIONS(1070), + [aux_sym_yield_expression_token1] = ACTIONS(1072), + [aux_sym_include_expression_token1] = ACTIONS(1072), + [aux_sym_include_once_expression_token1] = ACTIONS(1072), + [aux_sym_require_expression_token1] = ACTIONS(1072), + [aux_sym_require_once_expression_token1] = ACTIONS(1072), + [sym_comment] = ACTIONS(3), }, - [440] = { + [432] = { + [ts_builtin_sym_end] = ACTIONS(1074), + [sym_name] = ACTIONS(1076), + [anon_sym_QMARK_GT] = ACTIONS(1074), + [anon_sym_SEMI] = ACTIONS(1074), + [aux_sym_function_static_declaration_token1] = ACTIONS(1076), + [aux_sym_global_declaration_token1] = ACTIONS(1076), + [aux_sym_namespace_definition_token1] = ACTIONS(1076), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1076), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1076), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1076), + [anon_sym_BSLASH] = ACTIONS(1074), + [anon_sym_LBRACE] = ACTIONS(1074), + [anon_sym_RBRACE] = ACTIONS(1074), + [aux_sym_trait_declaration_token1] = ACTIONS(1076), + [aux_sym_interface_declaration_token1] = ACTIONS(1076), + [aux_sym_enum_declaration_token1] = ACTIONS(1076), + [aux_sym_enum_case_token1] = ACTIONS(1076), + [aux_sym_class_declaration_token1] = ACTIONS(1076), + [aux_sym_final_modifier_token1] = ACTIONS(1076), + [aux_sym_abstract_modifier_token1] = ACTIONS(1076), + [aux_sym_readonly_modifier_token1] = ACTIONS(1076), + [sym_var_modifier] = ACTIONS(1076), + [aux_sym_visibility_modifier_token1] = ACTIONS(1076), + [aux_sym_visibility_modifier_token2] = ACTIONS(1076), + [aux_sym_visibility_modifier_token3] = ACTIONS(1076), + [anon_sym_LPAREN] = ACTIONS(1074), + [aux_sym__arrow_function_header_token1] = ACTIONS(1076), + [aux_sym_cast_type_token1] = ACTIONS(1076), + [aux_sym_echo_statement_token1] = ACTIONS(1076), + [aux_sym_exit_statement_token1] = ACTIONS(1076), + [anon_sym_unset] = ACTIONS(1076), + [aux_sym_declare_statement_token1] = ACTIONS(1076), + [aux_sym_declare_statement_token2] = ACTIONS(1076), + [sym_float] = ACTIONS(1076), + [aux_sym_try_statement_token1] = ACTIONS(1076), + [aux_sym_goto_statement_token1] = ACTIONS(1076), + [aux_sym_continue_statement_token1] = ACTIONS(1076), + [aux_sym_break_statement_token1] = ACTIONS(1076), + [sym_integer] = ACTIONS(1076), + [aux_sym_return_statement_token1] = ACTIONS(1076), + [aux_sym_throw_expression_token1] = ACTIONS(1076), + [aux_sym_while_statement_token1] = ACTIONS(1076), + [aux_sym_while_statement_token2] = ACTIONS(1076), + [aux_sym_do_statement_token1] = ACTIONS(1076), + [aux_sym_for_statement_token1] = ACTIONS(1076), + [aux_sym_for_statement_token2] = ACTIONS(1076), + [aux_sym_foreach_statement_token1] = ACTIONS(1076), + [aux_sym_foreach_statement_token2] = ACTIONS(1076), + [aux_sym_if_statement_token1] = ACTIONS(1076), + [aux_sym_if_statement_token2] = ACTIONS(1076), + [aux_sym_else_if_clause_token1] = ACTIONS(1076), + [aux_sym_else_clause_token1] = ACTIONS(1076), + [aux_sym_match_expression_token1] = ACTIONS(1076), + [aux_sym_match_default_expression_token1] = ACTIONS(1076), + [aux_sym_switch_statement_token1] = ACTIONS(1076), + [aux_sym_switch_block_token1] = ACTIONS(1076), + [anon_sym_PLUS] = ACTIONS(1076), + [anon_sym_DASH] = ACTIONS(1076), + [anon_sym_TILDE] = ACTIONS(1074), + [anon_sym_BANG] = ACTIONS(1074), + [anon_sym_AT] = ACTIONS(1074), + [aux_sym_clone_expression_token1] = ACTIONS(1076), + [aux_sym_print_intrinsic_token1] = ACTIONS(1076), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1076), + [anon_sym_DASH_DASH] = ACTIONS(1074), + [anon_sym_PLUS_PLUS] = ACTIONS(1074), + [aux_sym__list_destructing_token1] = ACTIONS(1076), + [anon_sym_LBRACK] = ACTIONS(1074), + [anon_sym_self] = ACTIONS(1076), + [anon_sym_parent] = ACTIONS(1076), + [aux_sym__argument_name_token1] = ACTIONS(1076), + [aux_sym__argument_name_token2] = ACTIONS(1076), + [anon_sym_POUND_LBRACK] = ACTIONS(1074), + [aux_sym_encapsed_string_token1] = ACTIONS(1074), + [anon_sym_DQUOTE] = ACTIONS(1074), + [aux_sym_string_token1] = ACTIONS(1074), + [anon_sym_SQUOTE] = ACTIONS(1074), + [anon_sym_LT_LT_LT] = ACTIONS(1074), + [anon_sym_BQUOTE] = ACTIONS(1074), + [anon_sym_DOLLAR] = ACTIONS(1074), + [aux_sym_yield_expression_token1] = ACTIONS(1076), + [aux_sym_include_expression_token1] = ACTIONS(1076), + [aux_sym_include_once_expression_token1] = ACTIONS(1076), + [aux_sym_require_expression_token1] = ACTIONS(1076), + [aux_sym_require_once_expression_token1] = ACTIONS(1076), + [sym_comment] = ACTIONS(3), + }, + [433] = { [ts_builtin_sym_end] = ACTIONS(1078), [sym_name] = ACTIONS(1080), [anon_sym_QMARK_GT] = ACTIONS(1078), - [anon_sym_SEMI] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1078), [aux_sym_function_static_declaration_token1] = ACTIONS(1080), [aux_sym_global_declaration_token1] = ACTIONS(1080), [aux_sym_namespace_definition_token1] = ACTIONS(1080), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1080), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1080), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1080), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1080), [anon_sym_BSLASH] = ACTIONS(1078), [anon_sym_LBRACE] = ACTIONS(1078), [anon_sym_RBRACE] = ACTIONS(1078), @@ -65816,8 +70106,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1080), [aux_sym_visibility_modifier_token2] = ACTIONS(1080), [aux_sym_visibility_modifier_token3] = ACTIONS(1080), - [aux_sym__arrow_function_header_token1] = ACTIONS(1080), [anon_sym_LPAREN] = ACTIONS(1078), + [aux_sym__arrow_function_header_token1] = ACTIONS(1080), [aux_sym_cast_type_token1] = ACTIONS(1080), [aux_sym_echo_statement_token1] = ACTIONS(1080), [aux_sym_exit_statement_token1] = ACTIONS(1080), @@ -65854,7 +70144,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1078), [aux_sym_clone_expression_token1] = ACTIONS(1080), [aux_sym_print_intrinsic_token1] = ACTIONS(1080), - [aux_sym_object_creation_expression_token1] = ACTIONS(1080), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1080), [anon_sym_DASH_DASH] = ACTIONS(1078), [anon_sym_PLUS_PLUS] = ACTIONS(1078), [aux_sym__list_destructing_token1] = ACTIONS(1080), @@ -65877,98 +70167,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1080), [aux_sym_require_once_expression_token1] = ACTIONS(1080), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1082), }, - [441] = { - [ts_builtin_sym_end] = ACTIONS(1084), - [sym_name] = ACTIONS(1086), - [anon_sym_QMARK_GT] = ACTIONS(1084), - [anon_sym_SEMI] = ACTIONS(1088), - [aux_sym_function_static_declaration_token1] = ACTIONS(1086), - [aux_sym_global_declaration_token1] = ACTIONS(1086), - [aux_sym_namespace_definition_token1] = ACTIONS(1086), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1086), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1086), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1086), - [anon_sym_BSLASH] = ACTIONS(1084), - [anon_sym_LBRACE] = ACTIONS(1084), - [anon_sym_RBRACE] = ACTIONS(1084), - [aux_sym_trait_declaration_token1] = ACTIONS(1086), - [aux_sym_interface_declaration_token1] = ACTIONS(1086), - [aux_sym_enum_declaration_token1] = ACTIONS(1086), - [aux_sym_enum_case_token1] = ACTIONS(1086), - [aux_sym_class_declaration_token1] = ACTIONS(1086), - [aux_sym_final_modifier_token1] = ACTIONS(1086), - [aux_sym_abstract_modifier_token1] = ACTIONS(1086), - [aux_sym_readonly_modifier_token1] = ACTIONS(1086), - [sym_var_modifier] = ACTIONS(1086), - [aux_sym_visibility_modifier_token1] = ACTIONS(1086), - [aux_sym_visibility_modifier_token2] = ACTIONS(1086), - [aux_sym_visibility_modifier_token3] = ACTIONS(1086), - [aux_sym__arrow_function_header_token1] = ACTIONS(1086), - [anon_sym_LPAREN] = ACTIONS(1084), - [aux_sym_cast_type_token1] = ACTIONS(1086), - [aux_sym_echo_statement_token1] = ACTIONS(1086), - [aux_sym_exit_statement_token1] = ACTIONS(1086), - [anon_sym_unset] = ACTIONS(1086), - [aux_sym_declare_statement_token1] = ACTIONS(1086), - [aux_sym_declare_statement_token2] = ACTIONS(1086), - [sym_float] = ACTIONS(1086), - [aux_sym_try_statement_token1] = ACTIONS(1086), - [aux_sym_goto_statement_token1] = ACTIONS(1086), - [aux_sym_continue_statement_token1] = ACTIONS(1086), - [aux_sym_break_statement_token1] = ACTIONS(1086), - [sym_integer] = ACTIONS(1086), - [aux_sym_return_statement_token1] = ACTIONS(1086), - [aux_sym_throw_expression_token1] = ACTIONS(1086), - [aux_sym_while_statement_token1] = ACTIONS(1086), - [aux_sym_while_statement_token2] = ACTIONS(1086), - [aux_sym_do_statement_token1] = ACTIONS(1086), - [aux_sym_for_statement_token1] = ACTIONS(1086), - [aux_sym_for_statement_token2] = ACTIONS(1086), - [aux_sym_foreach_statement_token1] = ACTIONS(1086), - [aux_sym_foreach_statement_token2] = ACTIONS(1086), - [aux_sym_if_statement_token1] = ACTIONS(1086), - [aux_sym_if_statement_token2] = ACTIONS(1086), - [aux_sym_else_if_clause_token1] = ACTIONS(1086), - [aux_sym_else_clause_token1] = ACTIONS(1086), - [aux_sym_match_expression_token1] = ACTIONS(1086), - [aux_sym_match_default_expression_token1] = ACTIONS(1086), - [aux_sym_switch_statement_token1] = ACTIONS(1086), - [aux_sym_switch_block_token1] = ACTIONS(1086), - [anon_sym_PLUS] = ACTIONS(1086), - [anon_sym_DASH] = ACTIONS(1086), - [anon_sym_TILDE] = ACTIONS(1084), - [anon_sym_BANG] = ACTIONS(1084), - [anon_sym_AT] = ACTIONS(1084), - [aux_sym_clone_expression_token1] = ACTIONS(1086), - [aux_sym_print_intrinsic_token1] = ACTIONS(1086), - [aux_sym_object_creation_expression_token1] = ACTIONS(1086), - [anon_sym_DASH_DASH] = ACTIONS(1084), - [anon_sym_PLUS_PLUS] = ACTIONS(1084), - [aux_sym__list_destructing_token1] = ACTIONS(1086), - [anon_sym_LBRACK] = ACTIONS(1084), - [anon_sym_self] = ACTIONS(1086), - [anon_sym_parent] = ACTIONS(1086), - [aux_sym__argument_name_token1] = ACTIONS(1086), - [aux_sym__argument_name_token2] = ACTIONS(1086), - [anon_sym_POUND_LBRACK] = ACTIONS(1084), - [aux_sym_encapsed_string_token1] = ACTIONS(1084), - [anon_sym_DQUOTE] = ACTIONS(1084), - [aux_sym_string_token1] = ACTIONS(1084), - [anon_sym_SQUOTE] = ACTIONS(1084), - [anon_sym_LT_LT_LT] = ACTIONS(1084), - [anon_sym_BQUOTE] = ACTIONS(1084), - [anon_sym_DOLLAR] = ACTIONS(1084), - [aux_sym_yield_expression_token1] = ACTIONS(1086), - [aux_sym_include_expression_token1] = ACTIONS(1086), - [aux_sym_include_once_expression_token1] = ACTIONS(1086), - [aux_sym_require_expression_token1] = ACTIONS(1086), - [aux_sym_require_once_expression_token1] = ACTIONS(1086), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1088), + [434] = { + [ts_builtin_sym_end] = ACTIONS(1082), + [sym_name] = ACTIONS(1084), + [anon_sym_QMARK_GT] = ACTIONS(1082), + [anon_sym_SEMI] = ACTIONS(1082), + [aux_sym_function_static_declaration_token1] = ACTIONS(1084), + [aux_sym_global_declaration_token1] = ACTIONS(1084), + [aux_sym_namespace_definition_token1] = ACTIONS(1084), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1084), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1084), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1084), + [anon_sym_BSLASH] = ACTIONS(1082), + [anon_sym_LBRACE] = ACTIONS(1082), + [anon_sym_RBRACE] = ACTIONS(1082), + [aux_sym_trait_declaration_token1] = ACTIONS(1084), + [aux_sym_interface_declaration_token1] = ACTIONS(1084), + [aux_sym_enum_declaration_token1] = ACTIONS(1084), + [aux_sym_enum_case_token1] = ACTIONS(1084), + [aux_sym_class_declaration_token1] = ACTIONS(1084), + [aux_sym_final_modifier_token1] = ACTIONS(1084), + [aux_sym_abstract_modifier_token1] = ACTIONS(1084), + [aux_sym_readonly_modifier_token1] = ACTIONS(1084), + [sym_var_modifier] = ACTIONS(1084), + [aux_sym_visibility_modifier_token1] = ACTIONS(1084), + [aux_sym_visibility_modifier_token2] = ACTIONS(1084), + [aux_sym_visibility_modifier_token3] = ACTIONS(1084), + [anon_sym_LPAREN] = ACTIONS(1082), + [aux_sym__arrow_function_header_token1] = ACTIONS(1084), + [aux_sym_cast_type_token1] = ACTIONS(1084), + [aux_sym_echo_statement_token1] = ACTIONS(1084), + [aux_sym_exit_statement_token1] = ACTIONS(1084), + [anon_sym_unset] = ACTIONS(1084), + [aux_sym_declare_statement_token1] = ACTIONS(1084), + [aux_sym_declare_statement_token2] = ACTIONS(1084), + [sym_float] = ACTIONS(1084), + [aux_sym_try_statement_token1] = ACTIONS(1084), + [aux_sym_goto_statement_token1] = ACTIONS(1084), + [aux_sym_continue_statement_token1] = ACTIONS(1084), + [aux_sym_break_statement_token1] = ACTIONS(1084), + [sym_integer] = ACTIONS(1084), + [aux_sym_return_statement_token1] = ACTIONS(1084), + [aux_sym_throw_expression_token1] = ACTIONS(1084), + [aux_sym_while_statement_token1] = ACTIONS(1084), + [aux_sym_while_statement_token2] = ACTIONS(1084), + [aux_sym_do_statement_token1] = ACTIONS(1084), + [aux_sym_for_statement_token1] = ACTIONS(1084), + [aux_sym_for_statement_token2] = ACTIONS(1084), + [aux_sym_foreach_statement_token1] = ACTIONS(1084), + [aux_sym_foreach_statement_token2] = ACTIONS(1084), + [aux_sym_if_statement_token1] = ACTIONS(1084), + [aux_sym_if_statement_token2] = ACTIONS(1084), + [aux_sym_else_if_clause_token1] = ACTIONS(1084), + [aux_sym_else_clause_token1] = ACTIONS(1084), + [aux_sym_match_expression_token1] = ACTIONS(1084), + [aux_sym_match_default_expression_token1] = ACTIONS(1084), + [aux_sym_switch_statement_token1] = ACTIONS(1084), + [aux_sym_switch_block_token1] = ACTIONS(1084), + [anon_sym_PLUS] = ACTIONS(1084), + [anon_sym_DASH] = ACTIONS(1084), + [anon_sym_TILDE] = ACTIONS(1082), + [anon_sym_BANG] = ACTIONS(1082), + [anon_sym_AT] = ACTIONS(1082), + [aux_sym_clone_expression_token1] = ACTIONS(1084), + [aux_sym_print_intrinsic_token1] = ACTIONS(1084), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1084), + [anon_sym_DASH_DASH] = ACTIONS(1082), + [anon_sym_PLUS_PLUS] = ACTIONS(1082), + [aux_sym__list_destructing_token1] = ACTIONS(1084), + [anon_sym_LBRACK] = ACTIONS(1082), + [anon_sym_self] = ACTIONS(1084), + [anon_sym_parent] = ACTIONS(1084), + [aux_sym__argument_name_token1] = ACTIONS(1084), + [aux_sym__argument_name_token2] = ACTIONS(1084), + [anon_sym_POUND_LBRACK] = ACTIONS(1082), + [aux_sym_encapsed_string_token1] = ACTIONS(1082), + [anon_sym_DQUOTE] = ACTIONS(1082), + [aux_sym_string_token1] = ACTIONS(1082), + [anon_sym_SQUOTE] = ACTIONS(1082), + [anon_sym_LT_LT_LT] = ACTIONS(1082), + [anon_sym_BQUOTE] = ACTIONS(1082), + [anon_sym_DOLLAR] = ACTIONS(1082), + [aux_sym_yield_expression_token1] = ACTIONS(1084), + [aux_sym_include_expression_token1] = ACTIONS(1084), + [aux_sym_include_once_expression_token1] = ACTIONS(1084), + [aux_sym_require_expression_token1] = ACTIONS(1084), + [aux_sym_require_once_expression_token1] = ACTIONS(1084), + [sym_comment] = ACTIONS(3), }, - [442] = { + [435] = { + [ts_builtin_sym_end] = ACTIONS(1086), + [sym_name] = ACTIONS(1088), + [anon_sym_QMARK_GT] = ACTIONS(1086), + [anon_sym_SEMI] = ACTIONS(1086), + [aux_sym_function_static_declaration_token1] = ACTIONS(1088), + [aux_sym_global_declaration_token1] = ACTIONS(1088), + [aux_sym_namespace_definition_token1] = ACTIONS(1088), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1088), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1088), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1088), + [anon_sym_BSLASH] = ACTIONS(1086), + [anon_sym_LBRACE] = ACTIONS(1086), + [anon_sym_RBRACE] = ACTIONS(1086), + [aux_sym_trait_declaration_token1] = ACTIONS(1088), + [aux_sym_interface_declaration_token1] = ACTIONS(1088), + [aux_sym_enum_declaration_token1] = ACTIONS(1088), + [aux_sym_enum_case_token1] = ACTIONS(1088), + [aux_sym_class_declaration_token1] = ACTIONS(1088), + [aux_sym_final_modifier_token1] = ACTIONS(1088), + [aux_sym_abstract_modifier_token1] = ACTIONS(1088), + [aux_sym_readonly_modifier_token1] = ACTIONS(1088), + [sym_var_modifier] = ACTIONS(1088), + [aux_sym_visibility_modifier_token1] = ACTIONS(1088), + [aux_sym_visibility_modifier_token2] = ACTIONS(1088), + [aux_sym_visibility_modifier_token3] = ACTIONS(1088), + [anon_sym_LPAREN] = ACTIONS(1086), + [aux_sym__arrow_function_header_token1] = ACTIONS(1088), + [aux_sym_cast_type_token1] = ACTIONS(1088), + [aux_sym_echo_statement_token1] = ACTIONS(1088), + [aux_sym_exit_statement_token1] = ACTIONS(1088), + [anon_sym_unset] = ACTIONS(1088), + [aux_sym_declare_statement_token1] = ACTIONS(1088), + [aux_sym_declare_statement_token2] = ACTIONS(1088), + [sym_float] = ACTIONS(1088), + [aux_sym_try_statement_token1] = ACTIONS(1088), + [aux_sym_goto_statement_token1] = ACTIONS(1088), + [aux_sym_continue_statement_token1] = ACTIONS(1088), + [aux_sym_break_statement_token1] = ACTIONS(1088), + [sym_integer] = ACTIONS(1088), + [aux_sym_return_statement_token1] = ACTIONS(1088), + [aux_sym_throw_expression_token1] = ACTIONS(1088), + [aux_sym_while_statement_token1] = ACTIONS(1088), + [aux_sym_while_statement_token2] = ACTIONS(1088), + [aux_sym_do_statement_token1] = ACTIONS(1088), + [aux_sym_for_statement_token1] = ACTIONS(1088), + [aux_sym_for_statement_token2] = ACTIONS(1088), + [aux_sym_foreach_statement_token1] = ACTIONS(1088), + [aux_sym_foreach_statement_token2] = ACTIONS(1088), + [aux_sym_if_statement_token1] = ACTIONS(1088), + [aux_sym_if_statement_token2] = ACTIONS(1088), + [aux_sym_else_if_clause_token1] = ACTIONS(1088), + [aux_sym_else_clause_token1] = ACTIONS(1088), + [aux_sym_match_expression_token1] = ACTIONS(1088), + [aux_sym_match_default_expression_token1] = ACTIONS(1088), + [aux_sym_switch_statement_token1] = ACTIONS(1088), + [aux_sym_switch_block_token1] = ACTIONS(1088), + [anon_sym_PLUS] = ACTIONS(1088), + [anon_sym_DASH] = ACTIONS(1088), + [anon_sym_TILDE] = ACTIONS(1086), + [anon_sym_BANG] = ACTIONS(1086), + [anon_sym_AT] = ACTIONS(1086), + [aux_sym_clone_expression_token1] = ACTIONS(1088), + [aux_sym_print_intrinsic_token1] = ACTIONS(1088), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1088), + [anon_sym_DASH_DASH] = ACTIONS(1086), + [anon_sym_PLUS_PLUS] = ACTIONS(1086), + [aux_sym__list_destructing_token1] = ACTIONS(1088), + [anon_sym_LBRACK] = ACTIONS(1086), + [anon_sym_self] = ACTIONS(1088), + [anon_sym_parent] = ACTIONS(1088), + [aux_sym__argument_name_token1] = ACTIONS(1088), + [aux_sym__argument_name_token2] = ACTIONS(1088), + [anon_sym_POUND_LBRACK] = ACTIONS(1086), + [aux_sym_encapsed_string_token1] = ACTIONS(1086), + [anon_sym_DQUOTE] = ACTIONS(1086), + [aux_sym_string_token1] = ACTIONS(1086), + [anon_sym_SQUOTE] = ACTIONS(1086), + [anon_sym_LT_LT_LT] = ACTIONS(1086), + [anon_sym_BQUOTE] = ACTIONS(1086), + [anon_sym_DOLLAR] = ACTIONS(1086), + [aux_sym_yield_expression_token1] = ACTIONS(1088), + [aux_sym_include_expression_token1] = ACTIONS(1088), + [aux_sym_include_once_expression_token1] = ACTIONS(1088), + [aux_sym_require_expression_token1] = ACTIONS(1088), + [aux_sym_require_once_expression_token1] = ACTIONS(1088), + [sym_comment] = ACTIONS(3), + }, + [436] = { [ts_builtin_sym_end] = ACTIONS(1090), [sym_name] = ACTIONS(1092), [anon_sym_QMARK_GT] = ACTIONS(1090), @@ -65977,8 +70353,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1092), [aux_sym_namespace_definition_token1] = ACTIONS(1092), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1092), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1092), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1092), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1092), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1092), [anon_sym_BSLASH] = ACTIONS(1090), [anon_sym_LBRACE] = ACTIONS(1090), [anon_sym_RBRACE] = ACTIONS(1090), @@ -65994,8 +70370,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1092), [aux_sym_visibility_modifier_token2] = ACTIONS(1092), [aux_sym_visibility_modifier_token3] = ACTIONS(1092), - [aux_sym__arrow_function_header_token1] = ACTIONS(1092), [anon_sym_LPAREN] = ACTIONS(1090), + [aux_sym__arrow_function_header_token1] = ACTIONS(1092), [aux_sym_cast_type_token1] = ACTIONS(1092), [aux_sym_echo_statement_token1] = ACTIONS(1092), [aux_sym_exit_statement_token1] = ACTIONS(1092), @@ -66032,7 +70408,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1090), [aux_sym_clone_expression_token1] = ACTIONS(1092), [aux_sym_print_intrinsic_token1] = ACTIONS(1092), - [aux_sym_object_creation_expression_token1] = ACTIONS(1092), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1092), [anon_sym_DASH_DASH] = ACTIONS(1090), [anon_sym_PLUS_PLUS] = ACTIONS(1090), [aux_sym__list_destructing_token1] = ACTIONS(1092), @@ -66055,19 +70431,18 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1092), [aux_sym_require_once_expression_token1] = ACTIONS(1092), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1090), }, - [443] = { + [437] = { [ts_builtin_sym_end] = ACTIONS(1094), [sym_name] = ACTIONS(1096), [anon_sym_QMARK_GT] = ACTIONS(1094), - [anon_sym_SEMI] = ACTIONS(1098), + [anon_sym_SEMI] = ACTIONS(1094), [aux_sym_function_static_declaration_token1] = ACTIONS(1096), [aux_sym_global_declaration_token1] = ACTIONS(1096), [aux_sym_namespace_definition_token1] = ACTIONS(1096), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1096), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1096), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1096), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1096), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1096), [anon_sym_BSLASH] = ACTIONS(1094), [anon_sym_LBRACE] = ACTIONS(1094), [anon_sym_RBRACE] = ACTIONS(1094), @@ -66083,8 +70458,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1096), [aux_sym_visibility_modifier_token2] = ACTIONS(1096), [aux_sym_visibility_modifier_token3] = ACTIONS(1096), - [aux_sym__arrow_function_header_token1] = ACTIONS(1096), [anon_sym_LPAREN] = ACTIONS(1094), + [aux_sym__arrow_function_header_token1] = ACTIONS(1096), [aux_sym_cast_type_token1] = ACTIONS(1096), [aux_sym_echo_statement_token1] = ACTIONS(1096), [aux_sym_exit_statement_token1] = ACTIONS(1096), @@ -66121,7 +70496,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1094), [aux_sym_clone_expression_token1] = ACTIONS(1096), [aux_sym_print_intrinsic_token1] = ACTIONS(1096), - [aux_sym_object_creation_expression_token1] = ACTIONS(1096), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1096), [anon_sym_DASH_DASH] = ACTIONS(1094), [anon_sym_PLUS_PLUS] = ACTIONS(1094), [aux_sym__list_destructing_token1] = ACTIONS(1096), @@ -66144,108 +70519,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1096), [aux_sym_require_once_expression_token1] = ACTIONS(1096), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1098), }, - [444] = { - [ts_builtin_sym_end] = ACTIONS(1100), - [sym_name] = ACTIONS(1102), - [anon_sym_QMARK_GT] = ACTIONS(1100), - [anon_sym_SEMI] = ACTIONS(1104), - [aux_sym_function_static_declaration_token1] = ACTIONS(1102), - [aux_sym_global_declaration_token1] = ACTIONS(1102), - [aux_sym_namespace_definition_token1] = ACTIONS(1102), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1102), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1102), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1102), - [anon_sym_BSLASH] = ACTIONS(1100), - [anon_sym_LBRACE] = ACTIONS(1100), - [anon_sym_RBRACE] = ACTIONS(1100), - [aux_sym_trait_declaration_token1] = ACTIONS(1102), - [aux_sym_interface_declaration_token1] = ACTIONS(1102), - [aux_sym_enum_declaration_token1] = ACTIONS(1102), - [aux_sym_enum_case_token1] = ACTIONS(1102), - [aux_sym_class_declaration_token1] = ACTIONS(1102), - [aux_sym_final_modifier_token1] = ACTIONS(1102), - [aux_sym_abstract_modifier_token1] = ACTIONS(1102), - [aux_sym_readonly_modifier_token1] = ACTIONS(1102), - [sym_var_modifier] = ACTIONS(1102), - [aux_sym_visibility_modifier_token1] = ACTIONS(1102), - [aux_sym_visibility_modifier_token2] = ACTIONS(1102), - [aux_sym_visibility_modifier_token3] = ACTIONS(1102), - [aux_sym__arrow_function_header_token1] = ACTIONS(1102), - [anon_sym_LPAREN] = ACTIONS(1100), - [aux_sym_cast_type_token1] = ACTIONS(1102), - [aux_sym_echo_statement_token1] = ACTIONS(1102), - [aux_sym_exit_statement_token1] = ACTIONS(1102), - [anon_sym_unset] = ACTIONS(1102), - [aux_sym_declare_statement_token1] = ACTIONS(1102), - [aux_sym_declare_statement_token2] = ACTIONS(1102), - [sym_float] = ACTIONS(1102), - [aux_sym_try_statement_token1] = ACTIONS(1102), - [aux_sym_goto_statement_token1] = ACTIONS(1102), - [aux_sym_continue_statement_token1] = ACTIONS(1102), - [aux_sym_break_statement_token1] = ACTIONS(1102), - [sym_integer] = ACTIONS(1102), - [aux_sym_return_statement_token1] = ACTIONS(1102), - [aux_sym_throw_expression_token1] = ACTIONS(1102), - [aux_sym_while_statement_token1] = ACTIONS(1102), - [aux_sym_while_statement_token2] = ACTIONS(1102), - [aux_sym_do_statement_token1] = ACTIONS(1102), - [aux_sym_for_statement_token1] = ACTIONS(1102), - [aux_sym_for_statement_token2] = ACTIONS(1102), - [aux_sym_foreach_statement_token1] = ACTIONS(1102), - [aux_sym_foreach_statement_token2] = ACTIONS(1102), - [aux_sym_if_statement_token1] = ACTIONS(1102), - [aux_sym_if_statement_token2] = ACTIONS(1102), - [aux_sym_else_if_clause_token1] = ACTIONS(1102), - [aux_sym_else_clause_token1] = ACTIONS(1102), - [aux_sym_match_expression_token1] = ACTIONS(1102), - [aux_sym_match_default_expression_token1] = ACTIONS(1102), - [aux_sym_switch_statement_token1] = ACTIONS(1102), - [aux_sym_switch_block_token1] = ACTIONS(1102), - [anon_sym_PLUS] = ACTIONS(1102), - [anon_sym_DASH] = ACTIONS(1102), - [anon_sym_TILDE] = ACTIONS(1100), - [anon_sym_BANG] = ACTIONS(1100), - [anon_sym_AT] = ACTIONS(1100), - [aux_sym_clone_expression_token1] = ACTIONS(1102), - [aux_sym_print_intrinsic_token1] = ACTIONS(1102), - [aux_sym_object_creation_expression_token1] = ACTIONS(1102), - [anon_sym_DASH_DASH] = ACTIONS(1100), - [anon_sym_PLUS_PLUS] = ACTIONS(1100), - [aux_sym__list_destructing_token1] = ACTIONS(1102), - [anon_sym_LBRACK] = ACTIONS(1100), - [anon_sym_self] = ACTIONS(1102), - [anon_sym_parent] = ACTIONS(1102), - [aux_sym__argument_name_token1] = ACTIONS(1102), - [aux_sym__argument_name_token2] = ACTIONS(1102), - [anon_sym_POUND_LBRACK] = ACTIONS(1100), - [aux_sym_encapsed_string_token1] = ACTIONS(1100), - [anon_sym_DQUOTE] = ACTIONS(1100), - [aux_sym_string_token1] = ACTIONS(1100), - [anon_sym_SQUOTE] = ACTIONS(1100), - [anon_sym_LT_LT_LT] = ACTIONS(1100), - [anon_sym_BQUOTE] = ACTIONS(1100), - [anon_sym_DOLLAR] = ACTIONS(1100), - [aux_sym_yield_expression_token1] = ACTIONS(1102), - [aux_sym_include_expression_token1] = ACTIONS(1102), - [aux_sym_include_once_expression_token1] = ACTIONS(1102), - [aux_sym_require_expression_token1] = ACTIONS(1102), - [aux_sym_require_once_expression_token1] = ACTIONS(1102), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1104), + [438] = { + [ts_builtin_sym_end] = ACTIONS(1098), + [sym_name] = ACTIONS(1100), + [anon_sym_QMARK_GT] = ACTIONS(1098), + [anon_sym_SEMI] = ACTIONS(1098), + [aux_sym_function_static_declaration_token1] = ACTIONS(1100), + [aux_sym_global_declaration_token1] = ACTIONS(1100), + [aux_sym_namespace_definition_token1] = ACTIONS(1100), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1100), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1100), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1100), + [anon_sym_BSLASH] = ACTIONS(1098), + [anon_sym_LBRACE] = ACTIONS(1098), + [anon_sym_RBRACE] = ACTIONS(1098), + [aux_sym_trait_declaration_token1] = ACTIONS(1100), + [aux_sym_interface_declaration_token1] = ACTIONS(1100), + [aux_sym_enum_declaration_token1] = ACTIONS(1100), + [aux_sym_enum_case_token1] = ACTIONS(1100), + [aux_sym_class_declaration_token1] = ACTIONS(1100), + [aux_sym_final_modifier_token1] = ACTIONS(1100), + [aux_sym_abstract_modifier_token1] = ACTIONS(1100), + [aux_sym_readonly_modifier_token1] = ACTIONS(1100), + [sym_var_modifier] = ACTIONS(1100), + [aux_sym_visibility_modifier_token1] = ACTIONS(1100), + [aux_sym_visibility_modifier_token2] = ACTIONS(1100), + [aux_sym_visibility_modifier_token3] = ACTIONS(1100), + [anon_sym_LPAREN] = ACTIONS(1098), + [aux_sym__arrow_function_header_token1] = ACTIONS(1100), + [aux_sym_cast_type_token1] = ACTIONS(1100), + [aux_sym_echo_statement_token1] = ACTIONS(1100), + [aux_sym_exit_statement_token1] = ACTIONS(1100), + [anon_sym_unset] = ACTIONS(1100), + [aux_sym_declare_statement_token1] = ACTIONS(1100), + [aux_sym_declare_statement_token2] = ACTIONS(1100), + [sym_float] = ACTIONS(1100), + [aux_sym_try_statement_token1] = ACTIONS(1100), + [aux_sym_goto_statement_token1] = ACTIONS(1100), + [aux_sym_continue_statement_token1] = ACTIONS(1100), + [aux_sym_break_statement_token1] = ACTIONS(1100), + [sym_integer] = ACTIONS(1100), + [aux_sym_return_statement_token1] = ACTIONS(1100), + [aux_sym_throw_expression_token1] = ACTIONS(1100), + [aux_sym_while_statement_token1] = ACTIONS(1100), + [aux_sym_while_statement_token2] = ACTIONS(1100), + [aux_sym_do_statement_token1] = ACTIONS(1100), + [aux_sym_for_statement_token1] = ACTIONS(1100), + [aux_sym_for_statement_token2] = ACTIONS(1100), + [aux_sym_foreach_statement_token1] = ACTIONS(1100), + [aux_sym_foreach_statement_token2] = ACTIONS(1100), + [aux_sym_if_statement_token1] = ACTIONS(1100), + [aux_sym_if_statement_token2] = ACTIONS(1100), + [aux_sym_else_if_clause_token1] = ACTIONS(1100), + [aux_sym_else_clause_token1] = ACTIONS(1100), + [aux_sym_match_expression_token1] = ACTIONS(1100), + [aux_sym_match_default_expression_token1] = ACTIONS(1100), + [aux_sym_switch_statement_token1] = ACTIONS(1100), + [aux_sym_switch_block_token1] = ACTIONS(1100), + [anon_sym_PLUS] = ACTIONS(1100), + [anon_sym_DASH] = ACTIONS(1100), + [anon_sym_TILDE] = ACTIONS(1098), + [anon_sym_BANG] = ACTIONS(1098), + [anon_sym_AT] = ACTIONS(1098), + [aux_sym_clone_expression_token1] = ACTIONS(1100), + [aux_sym_print_intrinsic_token1] = ACTIONS(1100), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1100), + [anon_sym_DASH_DASH] = ACTIONS(1098), + [anon_sym_PLUS_PLUS] = ACTIONS(1098), + [aux_sym__list_destructing_token1] = ACTIONS(1100), + [anon_sym_LBRACK] = ACTIONS(1098), + [anon_sym_self] = ACTIONS(1100), + [anon_sym_parent] = ACTIONS(1100), + [aux_sym__argument_name_token1] = ACTIONS(1100), + [aux_sym__argument_name_token2] = ACTIONS(1100), + [anon_sym_POUND_LBRACK] = ACTIONS(1098), + [aux_sym_encapsed_string_token1] = ACTIONS(1098), + [anon_sym_DQUOTE] = ACTIONS(1098), + [aux_sym_string_token1] = ACTIONS(1098), + [anon_sym_SQUOTE] = ACTIONS(1098), + [anon_sym_LT_LT_LT] = ACTIONS(1098), + [anon_sym_BQUOTE] = ACTIONS(1098), + [anon_sym_DOLLAR] = ACTIONS(1098), + [aux_sym_yield_expression_token1] = ACTIONS(1100), + [aux_sym_include_expression_token1] = ACTIONS(1100), + [aux_sym_include_once_expression_token1] = ACTIONS(1100), + [aux_sym_require_expression_token1] = ACTIONS(1100), + [aux_sym_require_once_expression_token1] = ACTIONS(1100), + [sym_comment] = ACTIONS(3), }, - [445] = { + [439] = { + [ts_builtin_sym_end] = ACTIONS(1102), + [sym_name] = ACTIONS(1104), + [anon_sym_QMARK_GT] = ACTIONS(1102), + [anon_sym_SEMI] = ACTIONS(1102), + [aux_sym_function_static_declaration_token1] = ACTIONS(1104), + [aux_sym_global_declaration_token1] = ACTIONS(1104), + [aux_sym_namespace_definition_token1] = ACTIONS(1104), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1104), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1104), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1104), + [anon_sym_BSLASH] = ACTIONS(1102), + [anon_sym_LBRACE] = ACTIONS(1102), + [anon_sym_RBRACE] = ACTIONS(1102), + [aux_sym_trait_declaration_token1] = ACTIONS(1104), + [aux_sym_interface_declaration_token1] = ACTIONS(1104), + [aux_sym_enum_declaration_token1] = ACTIONS(1104), + [aux_sym_enum_case_token1] = ACTIONS(1104), + [aux_sym_class_declaration_token1] = ACTIONS(1104), + [aux_sym_final_modifier_token1] = ACTIONS(1104), + [aux_sym_abstract_modifier_token1] = ACTIONS(1104), + [aux_sym_readonly_modifier_token1] = ACTIONS(1104), + [sym_var_modifier] = ACTIONS(1104), + [aux_sym_visibility_modifier_token1] = ACTIONS(1104), + [aux_sym_visibility_modifier_token2] = ACTIONS(1104), + [aux_sym_visibility_modifier_token3] = ACTIONS(1104), + [anon_sym_LPAREN] = ACTIONS(1102), + [aux_sym__arrow_function_header_token1] = ACTIONS(1104), + [aux_sym_cast_type_token1] = ACTIONS(1104), + [aux_sym_echo_statement_token1] = ACTIONS(1104), + [aux_sym_exit_statement_token1] = ACTIONS(1104), + [anon_sym_unset] = ACTIONS(1104), + [aux_sym_declare_statement_token1] = ACTIONS(1104), + [aux_sym_declare_statement_token2] = ACTIONS(1104), + [sym_float] = ACTIONS(1104), + [aux_sym_try_statement_token1] = ACTIONS(1104), + [aux_sym_goto_statement_token1] = ACTIONS(1104), + [aux_sym_continue_statement_token1] = ACTIONS(1104), + [aux_sym_break_statement_token1] = ACTIONS(1104), + [sym_integer] = ACTIONS(1104), + [aux_sym_return_statement_token1] = ACTIONS(1104), + [aux_sym_throw_expression_token1] = ACTIONS(1104), + [aux_sym_while_statement_token1] = ACTIONS(1104), + [aux_sym_while_statement_token2] = ACTIONS(1104), + [aux_sym_do_statement_token1] = ACTIONS(1104), + [aux_sym_for_statement_token1] = ACTIONS(1104), + [aux_sym_for_statement_token2] = ACTIONS(1104), + [aux_sym_foreach_statement_token1] = ACTIONS(1104), + [aux_sym_foreach_statement_token2] = ACTIONS(1104), + [aux_sym_if_statement_token1] = ACTIONS(1104), + [aux_sym_if_statement_token2] = ACTIONS(1104), + [aux_sym_else_if_clause_token1] = ACTIONS(1104), + [aux_sym_else_clause_token1] = ACTIONS(1104), + [aux_sym_match_expression_token1] = ACTIONS(1104), + [aux_sym_match_default_expression_token1] = ACTIONS(1104), + [aux_sym_switch_statement_token1] = ACTIONS(1104), + [aux_sym_switch_block_token1] = ACTIONS(1104), + [anon_sym_PLUS] = ACTIONS(1104), + [anon_sym_DASH] = ACTIONS(1104), + [anon_sym_TILDE] = ACTIONS(1102), + [anon_sym_BANG] = ACTIONS(1102), + [anon_sym_AT] = ACTIONS(1102), + [aux_sym_clone_expression_token1] = ACTIONS(1104), + [aux_sym_print_intrinsic_token1] = ACTIONS(1104), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1104), + [anon_sym_DASH_DASH] = ACTIONS(1102), + [anon_sym_PLUS_PLUS] = ACTIONS(1102), + [aux_sym__list_destructing_token1] = ACTIONS(1104), + [anon_sym_LBRACK] = ACTIONS(1102), + [anon_sym_self] = ACTIONS(1104), + [anon_sym_parent] = ACTIONS(1104), + [aux_sym__argument_name_token1] = ACTIONS(1104), + [aux_sym__argument_name_token2] = ACTIONS(1104), + [anon_sym_POUND_LBRACK] = ACTIONS(1102), + [aux_sym_encapsed_string_token1] = ACTIONS(1102), + [anon_sym_DQUOTE] = ACTIONS(1102), + [aux_sym_string_token1] = ACTIONS(1102), + [anon_sym_SQUOTE] = ACTIONS(1102), + [anon_sym_LT_LT_LT] = ACTIONS(1102), + [anon_sym_BQUOTE] = ACTIONS(1102), + [anon_sym_DOLLAR] = ACTIONS(1102), + [aux_sym_yield_expression_token1] = ACTIONS(1104), + [aux_sym_include_expression_token1] = ACTIONS(1104), + [aux_sym_include_once_expression_token1] = ACTIONS(1104), + [aux_sym_require_expression_token1] = ACTIONS(1104), + [aux_sym_require_once_expression_token1] = ACTIONS(1104), + [sym_comment] = ACTIONS(3), + }, + [440] = { [ts_builtin_sym_end] = ACTIONS(1106), [sym_name] = ACTIONS(1108), [anon_sym_QMARK_GT] = ACTIONS(1106), - [anon_sym_SEMI] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1106), [aux_sym_function_static_declaration_token1] = ACTIONS(1108), [aux_sym_global_declaration_token1] = ACTIONS(1108), [aux_sym_namespace_definition_token1] = ACTIONS(1108), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1108), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1108), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1108), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1108), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1108), [anon_sym_BSLASH] = ACTIONS(1106), [anon_sym_LBRACE] = ACTIONS(1106), [anon_sym_RBRACE] = ACTIONS(1106), @@ -66261,8 +70722,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1108), [aux_sym_visibility_modifier_token2] = ACTIONS(1108), [aux_sym_visibility_modifier_token3] = ACTIONS(1108), - [aux_sym__arrow_function_header_token1] = ACTIONS(1108), [anon_sym_LPAREN] = ACTIONS(1106), + [aux_sym__arrow_function_header_token1] = ACTIONS(1108), [aux_sym_cast_type_token1] = ACTIONS(1108), [aux_sym_echo_statement_token1] = ACTIONS(1108), [aux_sym_exit_statement_token1] = ACTIONS(1108), @@ -66299,7 +70760,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1106), [aux_sym_clone_expression_token1] = ACTIONS(1108), [aux_sym_print_intrinsic_token1] = ACTIONS(1108), - [aux_sym_object_creation_expression_token1] = ACTIONS(1108), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1108), [anon_sym_DASH_DASH] = ACTIONS(1106), [anon_sym_PLUS_PLUS] = ACTIONS(1106), [aux_sym__list_destructing_token1] = ACTIONS(1108), @@ -66322,108 +70783,194 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1108), [aux_sym_require_once_expression_token1] = ACTIONS(1108), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1110), }, - [446] = { - [ts_builtin_sym_end] = ACTIONS(1112), - [sym_name] = ACTIONS(1114), - [anon_sym_QMARK_GT] = ACTIONS(1112), - [anon_sym_SEMI] = ACTIONS(1116), - [aux_sym_function_static_declaration_token1] = ACTIONS(1114), - [aux_sym_global_declaration_token1] = ACTIONS(1114), - [aux_sym_namespace_definition_token1] = ACTIONS(1114), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1114), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1114), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1114), - [anon_sym_BSLASH] = ACTIONS(1112), - [anon_sym_LBRACE] = ACTIONS(1112), - [anon_sym_RBRACE] = ACTIONS(1112), - [aux_sym_trait_declaration_token1] = ACTIONS(1114), - [aux_sym_interface_declaration_token1] = ACTIONS(1114), - [aux_sym_enum_declaration_token1] = ACTIONS(1114), - [aux_sym_enum_case_token1] = ACTIONS(1114), - [aux_sym_class_declaration_token1] = ACTIONS(1114), - [aux_sym_final_modifier_token1] = ACTIONS(1114), - [aux_sym_abstract_modifier_token1] = ACTIONS(1114), - [aux_sym_readonly_modifier_token1] = ACTIONS(1114), - [sym_var_modifier] = ACTIONS(1114), - [aux_sym_visibility_modifier_token1] = ACTIONS(1114), - [aux_sym_visibility_modifier_token2] = ACTIONS(1114), - [aux_sym_visibility_modifier_token3] = ACTIONS(1114), - [aux_sym__arrow_function_header_token1] = ACTIONS(1114), - [anon_sym_LPAREN] = ACTIONS(1112), - [aux_sym_cast_type_token1] = ACTIONS(1114), - [aux_sym_echo_statement_token1] = ACTIONS(1114), - [aux_sym_exit_statement_token1] = ACTIONS(1114), - [anon_sym_unset] = ACTIONS(1114), - [aux_sym_declare_statement_token1] = ACTIONS(1114), - [aux_sym_declare_statement_token2] = ACTIONS(1114), - [sym_float] = ACTIONS(1114), - [aux_sym_try_statement_token1] = ACTIONS(1114), - [aux_sym_goto_statement_token1] = ACTIONS(1114), - [aux_sym_continue_statement_token1] = ACTIONS(1114), - [aux_sym_break_statement_token1] = ACTIONS(1114), - [sym_integer] = ACTIONS(1114), - [aux_sym_return_statement_token1] = ACTIONS(1114), - [aux_sym_throw_expression_token1] = ACTIONS(1114), - [aux_sym_while_statement_token1] = ACTIONS(1114), - [aux_sym_while_statement_token2] = ACTIONS(1114), - [aux_sym_do_statement_token1] = ACTIONS(1114), - [aux_sym_for_statement_token1] = ACTIONS(1114), - [aux_sym_for_statement_token2] = ACTIONS(1114), - [aux_sym_foreach_statement_token1] = ACTIONS(1114), - [aux_sym_foreach_statement_token2] = ACTIONS(1114), - [aux_sym_if_statement_token1] = ACTIONS(1114), - [aux_sym_if_statement_token2] = ACTIONS(1114), - [aux_sym_else_if_clause_token1] = ACTIONS(1114), - [aux_sym_else_clause_token1] = ACTIONS(1114), - [aux_sym_match_expression_token1] = ACTIONS(1114), - [aux_sym_match_default_expression_token1] = ACTIONS(1114), - [aux_sym_switch_statement_token1] = ACTIONS(1114), - [aux_sym_switch_block_token1] = ACTIONS(1114), - [anon_sym_PLUS] = ACTIONS(1114), - [anon_sym_DASH] = ACTIONS(1114), - [anon_sym_TILDE] = ACTIONS(1112), - [anon_sym_BANG] = ACTIONS(1112), - [anon_sym_AT] = ACTIONS(1112), - [aux_sym_clone_expression_token1] = ACTIONS(1114), - [aux_sym_print_intrinsic_token1] = ACTIONS(1114), - [aux_sym_object_creation_expression_token1] = ACTIONS(1114), - [anon_sym_DASH_DASH] = ACTIONS(1112), - [anon_sym_PLUS_PLUS] = ACTIONS(1112), - [aux_sym__list_destructing_token1] = ACTIONS(1114), - [anon_sym_LBRACK] = ACTIONS(1112), - [anon_sym_self] = ACTIONS(1114), - [anon_sym_parent] = ACTIONS(1114), - [aux_sym__argument_name_token1] = ACTIONS(1114), - [aux_sym__argument_name_token2] = ACTIONS(1114), - [anon_sym_POUND_LBRACK] = ACTIONS(1112), - [aux_sym_encapsed_string_token1] = ACTIONS(1112), - [anon_sym_DQUOTE] = ACTIONS(1112), - [aux_sym_string_token1] = ACTIONS(1112), - [anon_sym_SQUOTE] = ACTIONS(1112), - [anon_sym_LT_LT_LT] = ACTIONS(1112), - [anon_sym_BQUOTE] = ACTIONS(1112), - [anon_sym_DOLLAR] = ACTIONS(1112), - [aux_sym_yield_expression_token1] = ACTIONS(1114), - [aux_sym_include_expression_token1] = ACTIONS(1114), - [aux_sym_include_once_expression_token1] = ACTIONS(1114), - [aux_sym_require_expression_token1] = ACTIONS(1114), - [aux_sym_require_once_expression_token1] = ACTIONS(1114), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1116), + [441] = { + [ts_builtin_sym_end] = ACTIONS(1110), + [sym_name] = ACTIONS(1112), + [anon_sym_QMARK_GT] = ACTIONS(1110), + [anon_sym_SEMI] = ACTIONS(1110), + [aux_sym_function_static_declaration_token1] = ACTIONS(1112), + [aux_sym_global_declaration_token1] = ACTIONS(1112), + [aux_sym_namespace_definition_token1] = ACTIONS(1112), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1112), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1112), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1112), + [anon_sym_BSLASH] = ACTIONS(1110), + [anon_sym_LBRACE] = ACTIONS(1110), + [anon_sym_RBRACE] = ACTIONS(1110), + [aux_sym_trait_declaration_token1] = ACTIONS(1112), + [aux_sym_interface_declaration_token1] = ACTIONS(1112), + [aux_sym_enum_declaration_token1] = ACTIONS(1112), + [aux_sym_enum_case_token1] = ACTIONS(1112), + [aux_sym_class_declaration_token1] = ACTIONS(1112), + [aux_sym_final_modifier_token1] = ACTIONS(1112), + [aux_sym_abstract_modifier_token1] = ACTIONS(1112), + [aux_sym_readonly_modifier_token1] = ACTIONS(1112), + [sym_var_modifier] = ACTIONS(1112), + [aux_sym_visibility_modifier_token1] = ACTIONS(1112), + [aux_sym_visibility_modifier_token2] = ACTIONS(1112), + [aux_sym_visibility_modifier_token3] = ACTIONS(1112), + [anon_sym_LPAREN] = ACTIONS(1110), + [aux_sym__arrow_function_header_token1] = ACTIONS(1112), + [aux_sym_cast_type_token1] = ACTIONS(1112), + [aux_sym_echo_statement_token1] = ACTIONS(1112), + [aux_sym_exit_statement_token1] = ACTIONS(1112), + [anon_sym_unset] = ACTIONS(1112), + [aux_sym_declare_statement_token1] = ACTIONS(1112), + [aux_sym_declare_statement_token2] = ACTIONS(1112), + [sym_float] = ACTIONS(1112), + [aux_sym_try_statement_token1] = ACTIONS(1112), + [aux_sym_goto_statement_token1] = ACTIONS(1112), + [aux_sym_continue_statement_token1] = ACTIONS(1112), + [aux_sym_break_statement_token1] = ACTIONS(1112), + [sym_integer] = ACTIONS(1112), + [aux_sym_return_statement_token1] = ACTIONS(1112), + [aux_sym_throw_expression_token1] = ACTIONS(1112), + [aux_sym_while_statement_token1] = ACTIONS(1112), + [aux_sym_while_statement_token2] = ACTIONS(1112), + [aux_sym_do_statement_token1] = ACTIONS(1112), + [aux_sym_for_statement_token1] = ACTIONS(1112), + [aux_sym_for_statement_token2] = ACTIONS(1112), + [aux_sym_foreach_statement_token1] = ACTIONS(1112), + [aux_sym_foreach_statement_token2] = ACTIONS(1112), + [aux_sym_if_statement_token1] = ACTIONS(1112), + [aux_sym_if_statement_token2] = ACTIONS(1112), + [aux_sym_else_if_clause_token1] = ACTIONS(1112), + [aux_sym_else_clause_token1] = ACTIONS(1112), + [aux_sym_match_expression_token1] = ACTIONS(1112), + [aux_sym_match_default_expression_token1] = ACTIONS(1112), + [aux_sym_switch_statement_token1] = ACTIONS(1112), + [aux_sym_switch_block_token1] = ACTIONS(1112), + [anon_sym_PLUS] = ACTIONS(1112), + [anon_sym_DASH] = ACTIONS(1112), + [anon_sym_TILDE] = ACTIONS(1110), + [anon_sym_BANG] = ACTIONS(1110), + [anon_sym_AT] = ACTIONS(1110), + [aux_sym_clone_expression_token1] = ACTIONS(1112), + [aux_sym_print_intrinsic_token1] = ACTIONS(1112), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1112), + [anon_sym_DASH_DASH] = ACTIONS(1110), + [anon_sym_PLUS_PLUS] = ACTIONS(1110), + [aux_sym__list_destructing_token1] = ACTIONS(1112), + [anon_sym_LBRACK] = ACTIONS(1110), + [anon_sym_self] = ACTIONS(1112), + [anon_sym_parent] = ACTIONS(1112), + [aux_sym__argument_name_token1] = ACTIONS(1112), + [aux_sym__argument_name_token2] = ACTIONS(1112), + [anon_sym_POUND_LBRACK] = ACTIONS(1110), + [aux_sym_encapsed_string_token1] = ACTIONS(1110), + [anon_sym_DQUOTE] = ACTIONS(1110), + [aux_sym_string_token1] = ACTIONS(1110), + [anon_sym_SQUOTE] = ACTIONS(1110), + [anon_sym_LT_LT_LT] = ACTIONS(1110), + [anon_sym_BQUOTE] = ACTIONS(1110), + [anon_sym_DOLLAR] = ACTIONS(1110), + [aux_sym_yield_expression_token1] = ACTIONS(1112), + [aux_sym_include_expression_token1] = ACTIONS(1112), + [aux_sym_include_once_expression_token1] = ACTIONS(1112), + [aux_sym_require_expression_token1] = ACTIONS(1112), + [aux_sym_require_once_expression_token1] = ACTIONS(1112), + [sym_comment] = ACTIONS(3), }, - [447] = { + [442] = { + [ts_builtin_sym_end] = ACTIONS(1114), + [sym_name] = ACTIONS(1116), + [anon_sym_QMARK_GT] = ACTIONS(1114), + [anon_sym_SEMI] = ACTIONS(1114), + [aux_sym_function_static_declaration_token1] = ACTIONS(1116), + [aux_sym_global_declaration_token1] = ACTIONS(1116), + [aux_sym_namespace_definition_token1] = ACTIONS(1116), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1116), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1116), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1116), + [anon_sym_BSLASH] = ACTIONS(1114), + [anon_sym_LBRACE] = ACTIONS(1114), + [anon_sym_RBRACE] = ACTIONS(1114), + [aux_sym_trait_declaration_token1] = ACTIONS(1116), + [aux_sym_interface_declaration_token1] = ACTIONS(1116), + [aux_sym_enum_declaration_token1] = ACTIONS(1116), + [aux_sym_enum_case_token1] = ACTIONS(1116), + [aux_sym_class_declaration_token1] = ACTIONS(1116), + [aux_sym_final_modifier_token1] = ACTIONS(1116), + [aux_sym_abstract_modifier_token1] = ACTIONS(1116), + [aux_sym_readonly_modifier_token1] = ACTIONS(1116), + [sym_var_modifier] = ACTIONS(1116), + [aux_sym_visibility_modifier_token1] = ACTIONS(1116), + [aux_sym_visibility_modifier_token2] = ACTIONS(1116), + [aux_sym_visibility_modifier_token3] = ACTIONS(1116), + [anon_sym_LPAREN] = ACTIONS(1114), + [aux_sym__arrow_function_header_token1] = ACTIONS(1116), + [aux_sym_cast_type_token1] = ACTIONS(1116), + [aux_sym_echo_statement_token1] = ACTIONS(1116), + [aux_sym_exit_statement_token1] = ACTIONS(1116), + [anon_sym_unset] = ACTIONS(1116), + [aux_sym_declare_statement_token1] = ACTIONS(1116), + [aux_sym_declare_statement_token2] = ACTIONS(1116), + [sym_float] = ACTIONS(1116), + [aux_sym_try_statement_token1] = ACTIONS(1116), + [aux_sym_goto_statement_token1] = ACTIONS(1116), + [aux_sym_continue_statement_token1] = ACTIONS(1116), + [aux_sym_break_statement_token1] = ACTIONS(1116), + [sym_integer] = ACTIONS(1116), + [aux_sym_return_statement_token1] = ACTIONS(1116), + [aux_sym_throw_expression_token1] = ACTIONS(1116), + [aux_sym_while_statement_token1] = ACTIONS(1116), + [aux_sym_while_statement_token2] = ACTIONS(1116), + [aux_sym_do_statement_token1] = ACTIONS(1116), + [aux_sym_for_statement_token1] = ACTIONS(1116), + [aux_sym_for_statement_token2] = ACTIONS(1116), + [aux_sym_foreach_statement_token1] = ACTIONS(1116), + [aux_sym_foreach_statement_token2] = ACTIONS(1116), + [aux_sym_if_statement_token1] = ACTIONS(1116), + [aux_sym_if_statement_token2] = ACTIONS(1116), + [aux_sym_else_if_clause_token1] = ACTIONS(1116), + [aux_sym_else_clause_token1] = ACTIONS(1116), + [aux_sym_match_expression_token1] = ACTIONS(1116), + [aux_sym_match_default_expression_token1] = ACTIONS(1116), + [aux_sym_switch_statement_token1] = ACTIONS(1116), + [aux_sym_switch_block_token1] = ACTIONS(1116), + [anon_sym_PLUS] = ACTIONS(1116), + [anon_sym_DASH] = ACTIONS(1116), + [anon_sym_TILDE] = ACTIONS(1114), + [anon_sym_BANG] = ACTIONS(1114), + [anon_sym_AT] = ACTIONS(1114), + [aux_sym_clone_expression_token1] = ACTIONS(1116), + [aux_sym_print_intrinsic_token1] = ACTIONS(1116), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1116), + [anon_sym_DASH_DASH] = ACTIONS(1114), + [anon_sym_PLUS_PLUS] = ACTIONS(1114), + [aux_sym__list_destructing_token1] = ACTIONS(1116), + [anon_sym_LBRACK] = ACTIONS(1114), + [anon_sym_self] = ACTIONS(1116), + [anon_sym_parent] = ACTIONS(1116), + [aux_sym__argument_name_token1] = ACTIONS(1116), + [aux_sym__argument_name_token2] = ACTIONS(1116), + [anon_sym_POUND_LBRACK] = ACTIONS(1114), + [aux_sym_encapsed_string_token1] = ACTIONS(1114), + [anon_sym_DQUOTE] = ACTIONS(1114), + [aux_sym_string_token1] = ACTIONS(1114), + [anon_sym_SQUOTE] = ACTIONS(1114), + [anon_sym_LT_LT_LT] = ACTIONS(1114), + [anon_sym_BQUOTE] = ACTIONS(1114), + [anon_sym_DOLLAR] = ACTIONS(1114), + [aux_sym_yield_expression_token1] = ACTIONS(1116), + [aux_sym_include_expression_token1] = ACTIONS(1116), + [aux_sym_include_once_expression_token1] = ACTIONS(1116), + [aux_sym_require_expression_token1] = ACTIONS(1116), + [aux_sym_require_once_expression_token1] = ACTIONS(1116), + [sym_comment] = ACTIONS(3), + }, + [443] = { [ts_builtin_sym_end] = ACTIONS(1118), [sym_name] = ACTIONS(1120), [anon_sym_QMARK_GT] = ACTIONS(1118), - [anon_sym_SEMI] = ACTIONS(1122), + [anon_sym_SEMI] = ACTIONS(1118), [aux_sym_function_static_declaration_token1] = ACTIONS(1120), [aux_sym_global_declaration_token1] = ACTIONS(1120), [aux_sym_namespace_definition_token1] = ACTIONS(1120), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1120), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1120), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1120), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1120), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1120), [anon_sym_BSLASH] = ACTIONS(1118), [anon_sym_LBRACE] = ACTIONS(1118), [anon_sym_RBRACE] = ACTIONS(1118), @@ -66439,8 +70986,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1120), [aux_sym_visibility_modifier_token2] = ACTIONS(1120), [aux_sym_visibility_modifier_token3] = ACTIONS(1120), - [aux_sym__arrow_function_header_token1] = ACTIONS(1120), [anon_sym_LPAREN] = ACTIONS(1118), + [aux_sym__arrow_function_header_token1] = ACTIONS(1120), [aux_sym_cast_type_token1] = ACTIONS(1120), [aux_sym_echo_statement_token1] = ACTIONS(1120), [aux_sym_exit_statement_token1] = ACTIONS(1120), @@ -66477,7 +71024,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1118), [aux_sym_clone_expression_token1] = ACTIONS(1120), [aux_sym_print_intrinsic_token1] = ACTIONS(1120), - [aux_sym_object_creation_expression_token1] = ACTIONS(1120), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1120), [anon_sym_DASH_DASH] = ACTIONS(1118), [anon_sym_PLUS_PLUS] = ACTIONS(1118), [aux_sym__list_destructing_token1] = ACTIONS(1120), @@ -66500,98 +71047,184 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_expression_token1] = ACTIONS(1120), [aux_sym_require_once_expression_token1] = ACTIONS(1120), [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1122), }, - [448] = { - [ts_builtin_sym_end] = ACTIONS(1124), - [sym_name] = ACTIONS(1126), - [anon_sym_QMARK_GT] = ACTIONS(1124), - [anon_sym_SEMI] = ACTIONS(1128), - [aux_sym_function_static_declaration_token1] = ACTIONS(1126), - [aux_sym_global_declaration_token1] = ACTIONS(1126), - [aux_sym_namespace_definition_token1] = ACTIONS(1126), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1126), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1126), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1126), - [anon_sym_BSLASH] = ACTIONS(1124), - [anon_sym_LBRACE] = ACTIONS(1124), - [anon_sym_RBRACE] = ACTIONS(1124), - [aux_sym_trait_declaration_token1] = ACTIONS(1126), - [aux_sym_interface_declaration_token1] = ACTIONS(1126), - [aux_sym_enum_declaration_token1] = ACTIONS(1126), - [aux_sym_enum_case_token1] = ACTIONS(1126), - [aux_sym_class_declaration_token1] = ACTIONS(1126), - [aux_sym_final_modifier_token1] = ACTIONS(1126), - [aux_sym_abstract_modifier_token1] = ACTIONS(1126), - [aux_sym_readonly_modifier_token1] = ACTIONS(1126), - [sym_var_modifier] = ACTIONS(1126), - [aux_sym_visibility_modifier_token1] = ACTIONS(1126), - [aux_sym_visibility_modifier_token2] = ACTIONS(1126), - [aux_sym_visibility_modifier_token3] = ACTIONS(1126), - [aux_sym__arrow_function_header_token1] = ACTIONS(1126), - [anon_sym_LPAREN] = ACTIONS(1124), - [aux_sym_cast_type_token1] = ACTIONS(1126), - [aux_sym_echo_statement_token1] = ACTIONS(1126), - [aux_sym_exit_statement_token1] = ACTIONS(1126), - [anon_sym_unset] = ACTIONS(1126), - [aux_sym_declare_statement_token1] = ACTIONS(1126), - [aux_sym_declare_statement_token2] = ACTIONS(1126), - [sym_float] = ACTIONS(1126), - [aux_sym_try_statement_token1] = ACTIONS(1126), - [aux_sym_goto_statement_token1] = ACTIONS(1126), - [aux_sym_continue_statement_token1] = ACTIONS(1126), - [aux_sym_break_statement_token1] = ACTIONS(1126), - [sym_integer] = ACTIONS(1126), - [aux_sym_return_statement_token1] = ACTIONS(1126), - [aux_sym_throw_expression_token1] = ACTIONS(1126), - [aux_sym_while_statement_token1] = ACTIONS(1126), - [aux_sym_while_statement_token2] = ACTIONS(1126), - [aux_sym_do_statement_token1] = ACTIONS(1126), - [aux_sym_for_statement_token1] = ACTIONS(1126), - [aux_sym_for_statement_token2] = ACTIONS(1126), - [aux_sym_foreach_statement_token1] = ACTIONS(1126), - [aux_sym_foreach_statement_token2] = ACTIONS(1126), - [aux_sym_if_statement_token1] = ACTIONS(1126), - [aux_sym_if_statement_token2] = ACTIONS(1126), - [aux_sym_else_if_clause_token1] = ACTIONS(1126), - [aux_sym_else_clause_token1] = ACTIONS(1126), - [aux_sym_match_expression_token1] = ACTIONS(1126), - [aux_sym_match_default_expression_token1] = ACTIONS(1126), - [aux_sym_switch_statement_token1] = ACTIONS(1126), - [aux_sym_switch_block_token1] = ACTIONS(1126), - [anon_sym_PLUS] = ACTIONS(1126), - [anon_sym_DASH] = ACTIONS(1126), - [anon_sym_TILDE] = ACTIONS(1124), - [anon_sym_BANG] = ACTIONS(1124), - [anon_sym_AT] = ACTIONS(1124), - [aux_sym_clone_expression_token1] = ACTIONS(1126), - [aux_sym_print_intrinsic_token1] = ACTIONS(1126), - [aux_sym_object_creation_expression_token1] = ACTIONS(1126), - [anon_sym_DASH_DASH] = ACTIONS(1124), - [anon_sym_PLUS_PLUS] = ACTIONS(1124), - [aux_sym__list_destructing_token1] = ACTIONS(1126), - [anon_sym_LBRACK] = ACTIONS(1124), - [anon_sym_self] = ACTIONS(1126), - [anon_sym_parent] = ACTIONS(1126), - [aux_sym__argument_name_token1] = ACTIONS(1126), - [aux_sym__argument_name_token2] = ACTIONS(1126), - [anon_sym_POUND_LBRACK] = ACTIONS(1124), - [aux_sym_encapsed_string_token1] = ACTIONS(1124), - [anon_sym_DQUOTE] = ACTIONS(1124), - [aux_sym_string_token1] = ACTIONS(1124), - [anon_sym_SQUOTE] = ACTIONS(1124), - [anon_sym_LT_LT_LT] = ACTIONS(1124), - [anon_sym_BQUOTE] = ACTIONS(1124), - [anon_sym_DOLLAR] = ACTIONS(1124), - [aux_sym_yield_expression_token1] = ACTIONS(1126), - [aux_sym_include_expression_token1] = ACTIONS(1126), - [aux_sym_include_once_expression_token1] = ACTIONS(1126), - [aux_sym_require_expression_token1] = ACTIONS(1126), - [aux_sym_require_once_expression_token1] = ACTIONS(1126), - [sym_comment] = ACTIONS(3), - [sym__automatic_semicolon] = ACTIONS(1128), + [444] = { + [ts_builtin_sym_end] = ACTIONS(1122), + [sym_name] = ACTIONS(1124), + [anon_sym_QMARK_GT] = ACTIONS(1122), + [anon_sym_SEMI] = ACTIONS(1122), + [aux_sym_function_static_declaration_token1] = ACTIONS(1124), + [aux_sym_global_declaration_token1] = ACTIONS(1124), + [aux_sym_namespace_definition_token1] = ACTIONS(1124), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1124), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1124), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1124), + [anon_sym_BSLASH] = ACTIONS(1122), + [anon_sym_LBRACE] = ACTIONS(1122), + [anon_sym_RBRACE] = ACTIONS(1122), + [aux_sym_trait_declaration_token1] = ACTIONS(1124), + [aux_sym_interface_declaration_token1] = ACTIONS(1124), + [aux_sym_enum_declaration_token1] = ACTIONS(1124), + [aux_sym_enum_case_token1] = ACTIONS(1124), + [aux_sym_class_declaration_token1] = ACTIONS(1124), + [aux_sym_final_modifier_token1] = ACTIONS(1124), + [aux_sym_abstract_modifier_token1] = ACTIONS(1124), + [aux_sym_readonly_modifier_token1] = ACTIONS(1124), + [sym_var_modifier] = ACTIONS(1124), + [aux_sym_visibility_modifier_token1] = ACTIONS(1124), + [aux_sym_visibility_modifier_token2] = ACTIONS(1124), + [aux_sym_visibility_modifier_token3] = ACTIONS(1124), + [anon_sym_LPAREN] = ACTIONS(1122), + [aux_sym__arrow_function_header_token1] = ACTIONS(1124), + [aux_sym_cast_type_token1] = ACTIONS(1124), + [aux_sym_echo_statement_token1] = ACTIONS(1124), + [aux_sym_exit_statement_token1] = ACTIONS(1124), + [anon_sym_unset] = ACTIONS(1124), + [aux_sym_declare_statement_token1] = ACTIONS(1124), + [aux_sym_declare_statement_token2] = ACTIONS(1124), + [sym_float] = ACTIONS(1124), + [aux_sym_try_statement_token1] = ACTIONS(1124), + [aux_sym_goto_statement_token1] = ACTIONS(1124), + [aux_sym_continue_statement_token1] = ACTIONS(1124), + [aux_sym_break_statement_token1] = ACTIONS(1124), + [sym_integer] = ACTIONS(1124), + [aux_sym_return_statement_token1] = ACTIONS(1124), + [aux_sym_throw_expression_token1] = ACTIONS(1124), + [aux_sym_while_statement_token1] = ACTIONS(1124), + [aux_sym_while_statement_token2] = ACTIONS(1124), + [aux_sym_do_statement_token1] = ACTIONS(1124), + [aux_sym_for_statement_token1] = ACTIONS(1124), + [aux_sym_for_statement_token2] = ACTIONS(1124), + [aux_sym_foreach_statement_token1] = ACTIONS(1124), + [aux_sym_foreach_statement_token2] = ACTIONS(1124), + [aux_sym_if_statement_token1] = ACTIONS(1124), + [aux_sym_if_statement_token2] = ACTIONS(1124), + [aux_sym_else_if_clause_token1] = ACTIONS(1124), + [aux_sym_else_clause_token1] = ACTIONS(1124), + [aux_sym_match_expression_token1] = ACTIONS(1124), + [aux_sym_match_default_expression_token1] = ACTIONS(1124), + [aux_sym_switch_statement_token1] = ACTIONS(1124), + [aux_sym_switch_block_token1] = ACTIONS(1124), + [anon_sym_PLUS] = ACTIONS(1124), + [anon_sym_DASH] = ACTIONS(1124), + [anon_sym_TILDE] = ACTIONS(1122), + [anon_sym_BANG] = ACTIONS(1122), + [anon_sym_AT] = ACTIONS(1122), + [aux_sym_clone_expression_token1] = ACTIONS(1124), + [aux_sym_print_intrinsic_token1] = ACTIONS(1124), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1124), + [anon_sym_DASH_DASH] = ACTIONS(1122), + [anon_sym_PLUS_PLUS] = ACTIONS(1122), + [aux_sym__list_destructing_token1] = ACTIONS(1124), + [anon_sym_LBRACK] = ACTIONS(1122), + [anon_sym_self] = ACTIONS(1124), + [anon_sym_parent] = ACTIONS(1124), + [aux_sym__argument_name_token1] = ACTIONS(1124), + [aux_sym__argument_name_token2] = ACTIONS(1124), + [anon_sym_POUND_LBRACK] = ACTIONS(1122), + [aux_sym_encapsed_string_token1] = ACTIONS(1122), + [anon_sym_DQUOTE] = ACTIONS(1122), + [aux_sym_string_token1] = ACTIONS(1122), + [anon_sym_SQUOTE] = ACTIONS(1122), + [anon_sym_LT_LT_LT] = ACTIONS(1122), + [anon_sym_BQUOTE] = ACTIONS(1122), + [anon_sym_DOLLAR] = ACTIONS(1122), + [aux_sym_yield_expression_token1] = ACTIONS(1124), + [aux_sym_include_expression_token1] = ACTIONS(1124), + [aux_sym_include_once_expression_token1] = ACTIONS(1124), + [aux_sym_require_expression_token1] = ACTIONS(1124), + [aux_sym_require_once_expression_token1] = ACTIONS(1124), + [sym_comment] = ACTIONS(3), }, - [449] = { + [445] = { + [ts_builtin_sym_end] = ACTIONS(1126), + [sym_name] = ACTIONS(1128), + [anon_sym_QMARK_GT] = ACTIONS(1126), + [anon_sym_SEMI] = ACTIONS(1126), + [aux_sym_function_static_declaration_token1] = ACTIONS(1128), + [aux_sym_global_declaration_token1] = ACTIONS(1128), + [aux_sym_namespace_definition_token1] = ACTIONS(1128), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1128), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1128), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1128), + [anon_sym_BSLASH] = ACTIONS(1126), + [anon_sym_LBRACE] = ACTIONS(1126), + [anon_sym_RBRACE] = ACTIONS(1126), + [aux_sym_trait_declaration_token1] = ACTIONS(1128), + [aux_sym_interface_declaration_token1] = ACTIONS(1128), + [aux_sym_enum_declaration_token1] = ACTIONS(1128), + [aux_sym_enum_case_token1] = ACTIONS(1128), + [aux_sym_class_declaration_token1] = ACTIONS(1128), + [aux_sym_final_modifier_token1] = ACTIONS(1128), + [aux_sym_abstract_modifier_token1] = ACTIONS(1128), + [aux_sym_readonly_modifier_token1] = ACTIONS(1128), + [sym_var_modifier] = ACTIONS(1128), + [aux_sym_visibility_modifier_token1] = ACTIONS(1128), + [aux_sym_visibility_modifier_token2] = ACTIONS(1128), + [aux_sym_visibility_modifier_token3] = ACTIONS(1128), + [anon_sym_LPAREN] = ACTIONS(1126), + [aux_sym__arrow_function_header_token1] = ACTIONS(1128), + [aux_sym_cast_type_token1] = ACTIONS(1128), + [aux_sym_echo_statement_token1] = ACTIONS(1128), + [aux_sym_exit_statement_token1] = ACTIONS(1128), + [anon_sym_unset] = ACTIONS(1128), + [aux_sym_declare_statement_token1] = ACTIONS(1128), + [aux_sym_declare_statement_token2] = ACTIONS(1128), + [sym_float] = ACTIONS(1128), + [aux_sym_try_statement_token1] = ACTIONS(1128), + [aux_sym_goto_statement_token1] = ACTIONS(1128), + [aux_sym_continue_statement_token1] = ACTIONS(1128), + [aux_sym_break_statement_token1] = ACTIONS(1128), + [sym_integer] = ACTIONS(1128), + [aux_sym_return_statement_token1] = ACTIONS(1128), + [aux_sym_throw_expression_token1] = ACTIONS(1128), + [aux_sym_while_statement_token1] = ACTIONS(1128), + [aux_sym_while_statement_token2] = ACTIONS(1128), + [aux_sym_do_statement_token1] = ACTIONS(1128), + [aux_sym_for_statement_token1] = ACTIONS(1128), + [aux_sym_for_statement_token2] = ACTIONS(1128), + [aux_sym_foreach_statement_token1] = ACTIONS(1128), + [aux_sym_foreach_statement_token2] = ACTIONS(1128), + [aux_sym_if_statement_token1] = ACTIONS(1128), + [aux_sym_if_statement_token2] = ACTIONS(1128), + [aux_sym_else_if_clause_token1] = ACTIONS(1128), + [aux_sym_else_clause_token1] = ACTIONS(1128), + [aux_sym_match_expression_token1] = ACTIONS(1128), + [aux_sym_match_default_expression_token1] = ACTIONS(1128), + [aux_sym_switch_statement_token1] = ACTIONS(1128), + [aux_sym_switch_block_token1] = ACTIONS(1128), + [anon_sym_PLUS] = ACTIONS(1128), + [anon_sym_DASH] = ACTIONS(1128), + [anon_sym_TILDE] = ACTIONS(1126), + [anon_sym_BANG] = ACTIONS(1126), + [anon_sym_AT] = ACTIONS(1126), + [aux_sym_clone_expression_token1] = ACTIONS(1128), + [aux_sym_print_intrinsic_token1] = ACTIONS(1128), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1128), + [anon_sym_DASH_DASH] = ACTIONS(1126), + [anon_sym_PLUS_PLUS] = ACTIONS(1126), + [aux_sym__list_destructing_token1] = ACTIONS(1128), + [anon_sym_LBRACK] = ACTIONS(1126), + [anon_sym_self] = ACTIONS(1128), + [anon_sym_parent] = ACTIONS(1128), + [aux_sym__argument_name_token1] = ACTIONS(1128), + [aux_sym__argument_name_token2] = ACTIONS(1128), + [anon_sym_POUND_LBRACK] = ACTIONS(1126), + [aux_sym_encapsed_string_token1] = ACTIONS(1126), + [anon_sym_DQUOTE] = ACTIONS(1126), + [aux_sym_string_token1] = ACTIONS(1126), + [anon_sym_SQUOTE] = ACTIONS(1126), + [anon_sym_LT_LT_LT] = ACTIONS(1126), + [anon_sym_BQUOTE] = ACTIONS(1126), + [anon_sym_DOLLAR] = ACTIONS(1126), + [aux_sym_yield_expression_token1] = ACTIONS(1128), + [aux_sym_include_expression_token1] = ACTIONS(1128), + [aux_sym_include_once_expression_token1] = ACTIONS(1128), + [aux_sym_require_expression_token1] = ACTIONS(1128), + [aux_sym_require_once_expression_token1] = ACTIONS(1128), + [sym_comment] = ACTIONS(3), + }, + [446] = { [ts_builtin_sym_end] = ACTIONS(1130), [sym_name] = ACTIONS(1132), [anon_sym_QMARK_GT] = ACTIONS(1130), @@ -66600,8 +71233,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1132), [aux_sym_namespace_definition_token1] = ACTIONS(1132), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1132), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1132), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1132), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1132), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1132), [anon_sym_BSLASH] = ACTIONS(1130), [anon_sym_LBRACE] = ACTIONS(1130), [anon_sym_RBRACE] = ACTIONS(1130), @@ -66617,8 +71250,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1132), [aux_sym_visibility_modifier_token2] = ACTIONS(1132), [aux_sym_visibility_modifier_token3] = ACTIONS(1132), - [aux_sym__arrow_function_header_token1] = ACTIONS(1132), [anon_sym_LPAREN] = ACTIONS(1130), + [aux_sym__arrow_function_header_token1] = ACTIONS(1132), [aux_sym_cast_type_token1] = ACTIONS(1132), [aux_sym_echo_statement_token1] = ACTIONS(1132), [aux_sym_exit_statement_token1] = ACTIONS(1132), @@ -66655,7 +71288,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1130), [aux_sym_clone_expression_token1] = ACTIONS(1132), [aux_sym_print_intrinsic_token1] = ACTIONS(1132), - [aux_sym_object_creation_expression_token1] = ACTIONS(1132), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1132), [anon_sym_DASH_DASH] = ACTIONS(1130), [anon_sym_PLUS_PLUS] = ACTIONS(1130), [aux_sym__list_destructing_token1] = ACTIONS(1132), @@ -66679,7 +71312,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1132), [sym_comment] = ACTIONS(3), }, - [450] = { + [447] = { [ts_builtin_sym_end] = ACTIONS(1134), [sym_name] = ACTIONS(1136), [anon_sym_QMARK_GT] = ACTIONS(1134), @@ -66688,8 +71321,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1136), [aux_sym_namespace_definition_token1] = ACTIONS(1136), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1136), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1136), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1136), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1136), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1136), [anon_sym_BSLASH] = ACTIONS(1134), [anon_sym_LBRACE] = ACTIONS(1134), [anon_sym_RBRACE] = ACTIONS(1134), @@ -66705,8 +71338,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1136), [aux_sym_visibility_modifier_token2] = ACTIONS(1136), [aux_sym_visibility_modifier_token3] = ACTIONS(1136), - [aux_sym__arrow_function_header_token1] = ACTIONS(1136), [anon_sym_LPAREN] = ACTIONS(1134), + [aux_sym__arrow_function_header_token1] = ACTIONS(1136), [aux_sym_cast_type_token1] = ACTIONS(1136), [aux_sym_echo_statement_token1] = ACTIONS(1136), [aux_sym_exit_statement_token1] = ACTIONS(1136), @@ -66743,7 +71376,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1134), [aux_sym_clone_expression_token1] = ACTIONS(1136), [aux_sym_print_intrinsic_token1] = ACTIONS(1136), - [aux_sym_object_creation_expression_token1] = ACTIONS(1136), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1136), [anon_sym_DASH_DASH] = ACTIONS(1134), [anon_sym_PLUS_PLUS] = ACTIONS(1134), [aux_sym__list_destructing_token1] = ACTIONS(1136), @@ -66767,7 +71400,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1136), [sym_comment] = ACTIONS(3), }, - [451] = { + [448] = { [ts_builtin_sym_end] = ACTIONS(1138), [sym_name] = ACTIONS(1140), [anon_sym_QMARK_GT] = ACTIONS(1138), @@ -66776,8 +71409,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1140), [aux_sym_namespace_definition_token1] = ACTIONS(1140), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1140), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1140), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1140), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1140), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1140), [anon_sym_BSLASH] = ACTIONS(1138), [anon_sym_LBRACE] = ACTIONS(1138), [anon_sym_RBRACE] = ACTIONS(1138), @@ -66793,8 +71426,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1140), [aux_sym_visibility_modifier_token2] = ACTIONS(1140), [aux_sym_visibility_modifier_token3] = ACTIONS(1140), - [aux_sym__arrow_function_header_token1] = ACTIONS(1140), [anon_sym_LPAREN] = ACTIONS(1138), + [aux_sym__arrow_function_header_token1] = ACTIONS(1140), [aux_sym_cast_type_token1] = ACTIONS(1140), [aux_sym_echo_statement_token1] = ACTIONS(1140), [aux_sym_exit_statement_token1] = ACTIONS(1140), @@ -66831,7 +71464,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1138), [aux_sym_clone_expression_token1] = ACTIONS(1140), [aux_sym_print_intrinsic_token1] = ACTIONS(1140), - [aux_sym_object_creation_expression_token1] = ACTIONS(1140), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1140), [anon_sym_DASH_DASH] = ACTIONS(1138), [anon_sym_PLUS_PLUS] = ACTIONS(1138), [aux_sym__list_destructing_token1] = ACTIONS(1140), @@ -66855,7 +71488,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1140), [sym_comment] = ACTIONS(3), }, - [452] = { + [449] = { [ts_builtin_sym_end] = ACTIONS(1142), [sym_name] = ACTIONS(1144), [anon_sym_QMARK_GT] = ACTIONS(1142), @@ -66864,8 +71497,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1144), [aux_sym_namespace_definition_token1] = ACTIONS(1144), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1144), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1144), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1144), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1144), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1144), [anon_sym_BSLASH] = ACTIONS(1142), [anon_sym_LBRACE] = ACTIONS(1142), [anon_sym_RBRACE] = ACTIONS(1142), @@ -66881,8 +71514,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1144), [aux_sym_visibility_modifier_token2] = ACTIONS(1144), [aux_sym_visibility_modifier_token3] = ACTIONS(1144), - [aux_sym__arrow_function_header_token1] = ACTIONS(1144), [anon_sym_LPAREN] = ACTIONS(1142), + [aux_sym__arrow_function_header_token1] = ACTIONS(1144), [aux_sym_cast_type_token1] = ACTIONS(1144), [aux_sym_echo_statement_token1] = ACTIONS(1144), [aux_sym_exit_statement_token1] = ACTIONS(1144), @@ -66919,7 +71552,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1142), [aux_sym_clone_expression_token1] = ACTIONS(1144), [aux_sym_print_intrinsic_token1] = ACTIONS(1144), - [aux_sym_object_creation_expression_token1] = ACTIONS(1144), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1144), [anon_sym_DASH_DASH] = ACTIONS(1142), [anon_sym_PLUS_PLUS] = ACTIONS(1142), [aux_sym__list_destructing_token1] = ACTIONS(1144), @@ -66943,7 +71576,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1144), [sym_comment] = ACTIONS(3), }, - [453] = { + [450] = { [ts_builtin_sym_end] = ACTIONS(1146), [sym_name] = ACTIONS(1148), [anon_sym_QMARK_GT] = ACTIONS(1146), @@ -66952,8 +71585,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1148), [aux_sym_namespace_definition_token1] = ACTIONS(1148), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1148), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1148), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1148), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1148), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1148), [anon_sym_BSLASH] = ACTIONS(1146), [anon_sym_LBRACE] = ACTIONS(1146), [anon_sym_RBRACE] = ACTIONS(1146), @@ -66969,8 +71602,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1148), [aux_sym_visibility_modifier_token2] = ACTIONS(1148), [aux_sym_visibility_modifier_token3] = ACTIONS(1148), - [aux_sym__arrow_function_header_token1] = ACTIONS(1148), [anon_sym_LPAREN] = ACTIONS(1146), + [aux_sym__arrow_function_header_token1] = ACTIONS(1148), [aux_sym_cast_type_token1] = ACTIONS(1148), [aux_sym_echo_statement_token1] = ACTIONS(1148), [aux_sym_exit_statement_token1] = ACTIONS(1148), @@ -67007,7 +71640,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1146), [aux_sym_clone_expression_token1] = ACTIONS(1148), [aux_sym_print_intrinsic_token1] = ACTIONS(1148), - [aux_sym_object_creation_expression_token1] = ACTIONS(1148), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1148), [anon_sym_DASH_DASH] = ACTIONS(1146), [anon_sym_PLUS_PLUS] = ACTIONS(1146), [aux_sym__list_destructing_token1] = ACTIONS(1148), @@ -67031,7 +71664,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1148), [sym_comment] = ACTIONS(3), }, - [454] = { + [451] = { [ts_builtin_sym_end] = ACTIONS(1150), [sym_name] = ACTIONS(1152), [anon_sym_QMARK_GT] = ACTIONS(1150), @@ -67040,8 +71673,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1152), [aux_sym_namespace_definition_token1] = ACTIONS(1152), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1152), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1152), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1152), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1152), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1152), [anon_sym_BSLASH] = ACTIONS(1150), [anon_sym_LBRACE] = ACTIONS(1150), [anon_sym_RBRACE] = ACTIONS(1150), @@ -67057,8 +71690,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1152), [aux_sym_visibility_modifier_token2] = ACTIONS(1152), [aux_sym_visibility_modifier_token3] = ACTIONS(1152), - [aux_sym__arrow_function_header_token1] = ACTIONS(1152), [anon_sym_LPAREN] = ACTIONS(1150), + [aux_sym__arrow_function_header_token1] = ACTIONS(1152), [aux_sym_cast_type_token1] = ACTIONS(1152), [aux_sym_echo_statement_token1] = ACTIONS(1152), [aux_sym_exit_statement_token1] = ACTIONS(1152), @@ -67095,7 +71728,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1150), [aux_sym_clone_expression_token1] = ACTIONS(1152), [aux_sym_print_intrinsic_token1] = ACTIONS(1152), - [aux_sym_object_creation_expression_token1] = ACTIONS(1152), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1152), [anon_sym_DASH_DASH] = ACTIONS(1150), [anon_sym_PLUS_PLUS] = ACTIONS(1150), [aux_sym__list_destructing_token1] = ACTIONS(1152), @@ -67119,7 +71752,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1152), [sym_comment] = ACTIONS(3), }, - [455] = { + [452] = { [ts_builtin_sym_end] = ACTIONS(1154), [sym_name] = ACTIONS(1156), [anon_sym_QMARK_GT] = ACTIONS(1154), @@ -67128,8 +71761,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1156), [aux_sym_namespace_definition_token1] = ACTIONS(1156), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1156), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1156), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1156), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1156), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1156), [anon_sym_BSLASH] = ACTIONS(1154), [anon_sym_LBRACE] = ACTIONS(1154), [anon_sym_RBRACE] = ACTIONS(1154), @@ -67145,8 +71778,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1156), [aux_sym_visibility_modifier_token2] = ACTIONS(1156), [aux_sym_visibility_modifier_token3] = ACTIONS(1156), - [aux_sym__arrow_function_header_token1] = ACTIONS(1156), [anon_sym_LPAREN] = ACTIONS(1154), + [aux_sym__arrow_function_header_token1] = ACTIONS(1156), [aux_sym_cast_type_token1] = ACTIONS(1156), [aux_sym_echo_statement_token1] = ACTIONS(1156), [aux_sym_exit_statement_token1] = ACTIONS(1156), @@ -67183,7 +71816,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1154), [aux_sym_clone_expression_token1] = ACTIONS(1156), [aux_sym_print_intrinsic_token1] = ACTIONS(1156), - [aux_sym_object_creation_expression_token1] = ACTIONS(1156), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1156), [anon_sym_DASH_DASH] = ACTIONS(1154), [anon_sym_PLUS_PLUS] = ACTIONS(1154), [aux_sym__list_destructing_token1] = ACTIONS(1156), @@ -67207,7 +71840,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1156), [sym_comment] = ACTIONS(3), }, - [456] = { + [453] = { [ts_builtin_sym_end] = ACTIONS(1158), [sym_name] = ACTIONS(1160), [anon_sym_QMARK_GT] = ACTIONS(1158), @@ -67216,8 +71849,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1160), [aux_sym_namespace_definition_token1] = ACTIONS(1160), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1160), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1160), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1160), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1160), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1160), [anon_sym_BSLASH] = ACTIONS(1158), [anon_sym_LBRACE] = ACTIONS(1158), [anon_sym_RBRACE] = ACTIONS(1158), @@ -67233,8 +71866,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1160), [aux_sym_visibility_modifier_token2] = ACTIONS(1160), [aux_sym_visibility_modifier_token3] = ACTIONS(1160), - [aux_sym__arrow_function_header_token1] = ACTIONS(1160), [anon_sym_LPAREN] = ACTIONS(1158), + [aux_sym__arrow_function_header_token1] = ACTIONS(1160), [aux_sym_cast_type_token1] = ACTIONS(1160), [aux_sym_echo_statement_token1] = ACTIONS(1160), [aux_sym_exit_statement_token1] = ACTIONS(1160), @@ -67271,7 +71904,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1158), [aux_sym_clone_expression_token1] = ACTIONS(1160), [aux_sym_print_intrinsic_token1] = ACTIONS(1160), - [aux_sym_object_creation_expression_token1] = ACTIONS(1160), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1160), [anon_sym_DASH_DASH] = ACTIONS(1158), [anon_sym_PLUS_PLUS] = ACTIONS(1158), [aux_sym__list_destructing_token1] = ACTIONS(1160), @@ -67295,7 +71928,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1160), [sym_comment] = ACTIONS(3), }, - [457] = { + [454] = { [ts_builtin_sym_end] = ACTIONS(1162), [sym_name] = ACTIONS(1164), [anon_sym_QMARK_GT] = ACTIONS(1162), @@ -67304,8 +71937,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1164), [aux_sym_namespace_definition_token1] = ACTIONS(1164), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1164), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1164), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1164), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1164), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1164), [anon_sym_BSLASH] = ACTIONS(1162), [anon_sym_LBRACE] = ACTIONS(1162), [anon_sym_RBRACE] = ACTIONS(1162), @@ -67321,8 +71954,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1164), [aux_sym_visibility_modifier_token2] = ACTIONS(1164), [aux_sym_visibility_modifier_token3] = ACTIONS(1164), - [aux_sym__arrow_function_header_token1] = ACTIONS(1164), [anon_sym_LPAREN] = ACTIONS(1162), + [aux_sym__arrow_function_header_token1] = ACTIONS(1164), [aux_sym_cast_type_token1] = ACTIONS(1164), [aux_sym_echo_statement_token1] = ACTIONS(1164), [aux_sym_exit_statement_token1] = ACTIONS(1164), @@ -67359,7 +71992,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1162), [aux_sym_clone_expression_token1] = ACTIONS(1164), [aux_sym_print_intrinsic_token1] = ACTIONS(1164), - [aux_sym_object_creation_expression_token1] = ACTIONS(1164), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1164), [anon_sym_DASH_DASH] = ACTIONS(1162), [anon_sym_PLUS_PLUS] = ACTIONS(1162), [aux_sym__list_destructing_token1] = ACTIONS(1164), @@ -67383,7 +72016,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1164), [sym_comment] = ACTIONS(3), }, - [458] = { + [455] = { [ts_builtin_sym_end] = ACTIONS(1166), [sym_name] = ACTIONS(1168), [anon_sym_QMARK_GT] = ACTIONS(1166), @@ -67392,8 +72025,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1168), [aux_sym_namespace_definition_token1] = ACTIONS(1168), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1168), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1168), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1168), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1168), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1168), [anon_sym_BSLASH] = ACTIONS(1166), [anon_sym_LBRACE] = ACTIONS(1166), [anon_sym_RBRACE] = ACTIONS(1166), @@ -67409,8 +72042,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1168), [aux_sym_visibility_modifier_token2] = ACTIONS(1168), [aux_sym_visibility_modifier_token3] = ACTIONS(1168), - [aux_sym__arrow_function_header_token1] = ACTIONS(1168), [anon_sym_LPAREN] = ACTIONS(1166), + [aux_sym__arrow_function_header_token1] = ACTIONS(1168), [aux_sym_cast_type_token1] = ACTIONS(1168), [aux_sym_echo_statement_token1] = ACTIONS(1168), [aux_sym_exit_statement_token1] = ACTIONS(1168), @@ -67447,7 +72080,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1166), [aux_sym_clone_expression_token1] = ACTIONS(1168), [aux_sym_print_intrinsic_token1] = ACTIONS(1168), - [aux_sym_object_creation_expression_token1] = ACTIONS(1168), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1168), [anon_sym_DASH_DASH] = ACTIONS(1166), [anon_sym_PLUS_PLUS] = ACTIONS(1166), [aux_sym__list_destructing_token1] = ACTIONS(1168), @@ -67471,7 +72104,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1168), [sym_comment] = ACTIONS(3), }, - [459] = { + [456] = { [ts_builtin_sym_end] = ACTIONS(1170), [sym_name] = ACTIONS(1172), [anon_sym_QMARK_GT] = ACTIONS(1170), @@ -67480,8 +72113,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1172), [aux_sym_namespace_definition_token1] = ACTIONS(1172), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1172), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1172), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1172), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1172), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1172), [anon_sym_BSLASH] = ACTIONS(1170), [anon_sym_LBRACE] = ACTIONS(1170), [anon_sym_RBRACE] = ACTIONS(1170), @@ -67497,8 +72130,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1172), [aux_sym_visibility_modifier_token2] = ACTIONS(1172), [aux_sym_visibility_modifier_token3] = ACTIONS(1172), - [aux_sym__arrow_function_header_token1] = ACTIONS(1172), [anon_sym_LPAREN] = ACTIONS(1170), + [aux_sym__arrow_function_header_token1] = ACTIONS(1172), [aux_sym_cast_type_token1] = ACTIONS(1172), [aux_sym_echo_statement_token1] = ACTIONS(1172), [aux_sym_exit_statement_token1] = ACTIONS(1172), @@ -67535,7 +72168,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1170), [aux_sym_clone_expression_token1] = ACTIONS(1172), [aux_sym_print_intrinsic_token1] = ACTIONS(1172), - [aux_sym_object_creation_expression_token1] = ACTIONS(1172), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1172), [anon_sym_DASH_DASH] = ACTIONS(1170), [anon_sym_PLUS_PLUS] = ACTIONS(1170), [aux_sym__list_destructing_token1] = ACTIONS(1172), @@ -67559,4583 +72192,4231 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1172), [sym_comment] = ACTIONS(3), }, - [460] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__unary_expression] = STATE(963), - [sym_unary_op_expression] = STATE(963), - [sym_error_suppression_expression] = STATE(963), - [sym_clone_expression] = STATE(963), - [sym_primary_expression] = STATE(963), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(963), - [sym_cast_variable] = STATE(588), - [sym_member_access_expression] = STATE(588), - [sym_nullsafe_member_access_expression] = STATE(588), - [sym_scoped_property_access_expression] = STATE(588), - [sym_function_call_expression] = STATE(572), - [sym_scoped_call_expression] = STATE(572), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(572), - [sym_nullsafe_member_call_expression] = STATE(572), - [sym_subscript_expression] = STATE(572), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(572), - [sym_variable_name] = STATE(572), - [sym_include_expression] = STATE(963), - [sym_include_once_expression] = STATE(963), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(579), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), + [457] = { + [ts_builtin_sym_end] = ACTIONS(1174), + [sym_name] = ACTIONS(1176), + [anon_sym_QMARK_GT] = ACTIONS(1174), + [anon_sym_SEMI] = ACTIONS(1174), + [aux_sym_function_static_declaration_token1] = ACTIONS(1176), + [aux_sym_global_declaration_token1] = ACTIONS(1176), + [aux_sym_namespace_definition_token1] = ACTIONS(1176), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1176), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1176), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1176), + [anon_sym_BSLASH] = ACTIONS(1174), + [anon_sym_LBRACE] = ACTIONS(1174), + [anon_sym_RBRACE] = ACTIONS(1174), + [aux_sym_trait_declaration_token1] = ACTIONS(1176), + [aux_sym_interface_declaration_token1] = ACTIONS(1176), + [aux_sym_enum_declaration_token1] = ACTIONS(1176), + [aux_sym_enum_case_token1] = ACTIONS(1176), + [aux_sym_class_declaration_token1] = ACTIONS(1176), + [aux_sym_final_modifier_token1] = ACTIONS(1176), + [aux_sym_abstract_modifier_token1] = ACTIONS(1176), + [aux_sym_readonly_modifier_token1] = ACTIONS(1176), + [sym_var_modifier] = ACTIONS(1176), + [aux_sym_visibility_modifier_token1] = ACTIONS(1176), + [aux_sym_visibility_modifier_token2] = ACTIONS(1176), + [aux_sym_visibility_modifier_token3] = ACTIONS(1176), + [anon_sym_LPAREN] = ACTIONS(1174), + [aux_sym__arrow_function_header_token1] = ACTIONS(1176), + [aux_sym_cast_type_token1] = ACTIONS(1176), + [aux_sym_echo_statement_token1] = ACTIONS(1176), + [aux_sym_exit_statement_token1] = ACTIONS(1176), + [anon_sym_unset] = ACTIONS(1176), + [aux_sym_declare_statement_token1] = ACTIONS(1176), + [aux_sym_declare_statement_token2] = ACTIONS(1176), + [sym_float] = ACTIONS(1176), + [aux_sym_try_statement_token1] = ACTIONS(1176), + [aux_sym_goto_statement_token1] = ACTIONS(1176), + [aux_sym_continue_statement_token1] = ACTIONS(1176), + [aux_sym_break_statement_token1] = ACTIONS(1176), + [sym_integer] = ACTIONS(1176), + [aux_sym_return_statement_token1] = ACTIONS(1176), + [aux_sym_throw_expression_token1] = ACTIONS(1176), + [aux_sym_while_statement_token1] = ACTIONS(1176), + [aux_sym_while_statement_token2] = ACTIONS(1176), + [aux_sym_do_statement_token1] = ACTIONS(1176), + [aux_sym_for_statement_token1] = ACTIONS(1176), + [aux_sym_for_statement_token2] = ACTIONS(1176), + [aux_sym_foreach_statement_token1] = ACTIONS(1176), + [aux_sym_foreach_statement_token2] = ACTIONS(1176), + [aux_sym_if_statement_token1] = ACTIONS(1176), + [aux_sym_if_statement_token2] = ACTIONS(1176), + [aux_sym_else_if_clause_token1] = ACTIONS(1176), + [aux_sym_else_clause_token1] = ACTIONS(1176), + [aux_sym_match_expression_token1] = ACTIONS(1176), + [aux_sym_match_default_expression_token1] = ACTIONS(1176), + [aux_sym_switch_statement_token1] = ACTIONS(1176), + [aux_sym_switch_block_token1] = ACTIONS(1176), + [anon_sym_PLUS] = ACTIONS(1176), + [anon_sym_DASH] = ACTIONS(1176), + [anon_sym_TILDE] = ACTIONS(1174), + [anon_sym_BANG] = ACTIONS(1174), + [anon_sym_AT] = ACTIONS(1174), + [aux_sym_clone_expression_token1] = ACTIONS(1176), + [aux_sym_print_intrinsic_token1] = ACTIONS(1176), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1176), + [anon_sym_DASH_DASH] = ACTIONS(1174), + [anon_sym_PLUS_PLUS] = ACTIONS(1174), + [aux_sym__list_destructing_token1] = ACTIONS(1176), [anon_sym_LBRACK] = ACTIONS(1174), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), + [anon_sym_self] = ACTIONS(1176), + [anon_sym_parent] = ACTIONS(1176), + [aux_sym__argument_name_token1] = ACTIONS(1176), + [aux_sym__argument_name_token2] = ACTIONS(1176), + [anon_sym_POUND_LBRACK] = ACTIONS(1174), + [aux_sym_encapsed_string_token1] = ACTIONS(1174), + [anon_sym_DQUOTE] = ACTIONS(1174), + [aux_sym_string_token1] = ACTIONS(1174), + [anon_sym_SQUOTE] = ACTIONS(1174), + [anon_sym_LT_LT_LT] = ACTIONS(1174), + [anon_sym_BQUOTE] = ACTIONS(1174), + [anon_sym_DOLLAR] = ACTIONS(1174), + [aux_sym_yield_expression_token1] = ACTIONS(1176), + [aux_sym_include_expression_token1] = ACTIONS(1176), + [aux_sym_include_once_expression_token1] = ACTIONS(1176), + [aux_sym_require_expression_token1] = ACTIONS(1176), + [aux_sym_require_once_expression_token1] = ACTIONS(1176), + [sym_comment] = ACTIONS(3), + }, + [458] = { + [ts_builtin_sym_end] = ACTIONS(1178), + [sym_name] = ACTIONS(1180), + [anon_sym_QMARK_GT] = ACTIONS(1178), + [anon_sym_SEMI] = ACTIONS(1178), + [aux_sym_function_static_declaration_token1] = ACTIONS(1180), + [aux_sym_global_declaration_token1] = ACTIONS(1180), + [aux_sym_namespace_definition_token1] = ACTIONS(1180), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1180), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1180), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1180), + [anon_sym_BSLASH] = ACTIONS(1178), + [anon_sym_LBRACE] = ACTIONS(1178), + [anon_sym_RBRACE] = ACTIONS(1178), + [aux_sym_trait_declaration_token1] = ACTIONS(1180), + [aux_sym_interface_declaration_token1] = ACTIONS(1180), + [aux_sym_enum_declaration_token1] = ACTIONS(1180), + [aux_sym_enum_case_token1] = ACTIONS(1180), + [aux_sym_class_declaration_token1] = ACTIONS(1180), + [aux_sym_final_modifier_token1] = ACTIONS(1180), + [aux_sym_abstract_modifier_token1] = ACTIONS(1180), + [aux_sym_readonly_modifier_token1] = ACTIONS(1180), + [sym_var_modifier] = ACTIONS(1180), + [aux_sym_visibility_modifier_token1] = ACTIONS(1180), + [aux_sym_visibility_modifier_token2] = ACTIONS(1180), + [aux_sym_visibility_modifier_token3] = ACTIONS(1180), + [anon_sym_LPAREN] = ACTIONS(1178), + [aux_sym__arrow_function_header_token1] = ACTIONS(1180), + [aux_sym_cast_type_token1] = ACTIONS(1180), + [aux_sym_echo_statement_token1] = ACTIONS(1180), + [aux_sym_exit_statement_token1] = ACTIONS(1180), + [anon_sym_unset] = ACTIONS(1180), + [aux_sym_declare_statement_token1] = ACTIONS(1180), + [aux_sym_declare_statement_token2] = ACTIONS(1180), + [sym_float] = ACTIONS(1180), + [aux_sym_try_statement_token1] = ACTIONS(1180), + [aux_sym_goto_statement_token1] = ACTIONS(1180), + [aux_sym_continue_statement_token1] = ACTIONS(1180), + [aux_sym_break_statement_token1] = ACTIONS(1180), + [sym_integer] = ACTIONS(1180), + [aux_sym_return_statement_token1] = ACTIONS(1180), + [aux_sym_throw_expression_token1] = ACTIONS(1180), + [aux_sym_while_statement_token1] = ACTIONS(1180), + [aux_sym_while_statement_token2] = ACTIONS(1180), + [aux_sym_do_statement_token1] = ACTIONS(1180), + [aux_sym_for_statement_token1] = ACTIONS(1180), + [aux_sym_for_statement_token2] = ACTIONS(1180), + [aux_sym_foreach_statement_token1] = ACTIONS(1180), + [aux_sym_foreach_statement_token2] = ACTIONS(1180), + [aux_sym_if_statement_token1] = ACTIONS(1180), + [aux_sym_if_statement_token2] = ACTIONS(1180), + [aux_sym_else_if_clause_token1] = ACTIONS(1180), + [aux_sym_else_clause_token1] = ACTIONS(1180), + [aux_sym_match_expression_token1] = ACTIONS(1180), + [aux_sym_match_default_expression_token1] = ACTIONS(1180), + [aux_sym_switch_statement_token1] = ACTIONS(1180), + [aux_sym_switch_block_token1] = ACTIONS(1180), + [anon_sym_PLUS] = ACTIONS(1180), + [anon_sym_DASH] = ACTIONS(1180), + [anon_sym_TILDE] = ACTIONS(1178), + [anon_sym_BANG] = ACTIONS(1178), + [anon_sym_AT] = ACTIONS(1178), + [aux_sym_clone_expression_token1] = ACTIONS(1180), + [aux_sym_print_intrinsic_token1] = ACTIONS(1180), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1180), + [anon_sym_DASH_DASH] = ACTIONS(1178), + [anon_sym_PLUS_PLUS] = ACTIONS(1178), + [aux_sym__list_destructing_token1] = ACTIONS(1180), + [anon_sym_LBRACK] = ACTIONS(1178), + [anon_sym_self] = ACTIONS(1180), + [anon_sym_parent] = ACTIONS(1180), + [aux_sym__argument_name_token1] = ACTIONS(1180), + [aux_sym__argument_name_token2] = ACTIONS(1180), + [anon_sym_POUND_LBRACK] = ACTIONS(1178), + [aux_sym_encapsed_string_token1] = ACTIONS(1178), + [anon_sym_DQUOTE] = ACTIONS(1178), + [aux_sym_string_token1] = ACTIONS(1178), + [anon_sym_SQUOTE] = ACTIONS(1178), + [anon_sym_LT_LT_LT] = ACTIONS(1178), + [anon_sym_BQUOTE] = ACTIONS(1178), + [anon_sym_DOLLAR] = ACTIONS(1178), + [aux_sym_yield_expression_token1] = ACTIONS(1180), + [aux_sym_include_expression_token1] = ACTIONS(1180), + [aux_sym_include_once_expression_token1] = ACTIONS(1180), + [aux_sym_require_expression_token1] = ACTIONS(1180), + [aux_sym_require_once_expression_token1] = ACTIONS(1180), + [sym_comment] = ACTIONS(3), + }, + [459] = { + [ts_builtin_sym_end] = ACTIONS(1182), + [sym_name] = ACTIONS(1184), + [anon_sym_QMARK_GT] = ACTIONS(1182), + [anon_sym_SEMI] = ACTIONS(1182), + [aux_sym_function_static_declaration_token1] = ACTIONS(1184), + [aux_sym_global_declaration_token1] = ACTIONS(1184), + [aux_sym_namespace_definition_token1] = ACTIONS(1184), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1184), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1184), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1184), + [anon_sym_BSLASH] = ACTIONS(1182), + [anon_sym_LBRACE] = ACTIONS(1182), + [anon_sym_RBRACE] = ACTIONS(1182), + [aux_sym_trait_declaration_token1] = ACTIONS(1184), + [aux_sym_interface_declaration_token1] = ACTIONS(1184), + [aux_sym_enum_declaration_token1] = ACTIONS(1184), + [aux_sym_enum_case_token1] = ACTIONS(1184), + [aux_sym_class_declaration_token1] = ACTIONS(1184), + [aux_sym_final_modifier_token1] = ACTIONS(1184), + [aux_sym_abstract_modifier_token1] = ACTIONS(1184), + [aux_sym_readonly_modifier_token1] = ACTIONS(1184), + [sym_var_modifier] = ACTIONS(1184), + [aux_sym_visibility_modifier_token1] = ACTIONS(1184), + [aux_sym_visibility_modifier_token2] = ACTIONS(1184), + [aux_sym_visibility_modifier_token3] = ACTIONS(1184), + [anon_sym_LPAREN] = ACTIONS(1182), + [aux_sym__arrow_function_header_token1] = ACTIONS(1184), + [aux_sym_cast_type_token1] = ACTIONS(1184), + [aux_sym_echo_statement_token1] = ACTIONS(1184), + [aux_sym_exit_statement_token1] = ACTIONS(1184), + [anon_sym_unset] = ACTIONS(1184), + [aux_sym_declare_statement_token1] = ACTIONS(1184), + [aux_sym_declare_statement_token2] = ACTIONS(1184), + [sym_float] = ACTIONS(1184), + [aux_sym_try_statement_token1] = ACTIONS(1184), + [aux_sym_goto_statement_token1] = ACTIONS(1184), + [aux_sym_continue_statement_token1] = ACTIONS(1184), + [aux_sym_break_statement_token1] = ACTIONS(1184), + [sym_integer] = ACTIONS(1184), + [aux_sym_return_statement_token1] = ACTIONS(1184), + [aux_sym_throw_expression_token1] = ACTIONS(1184), + [aux_sym_while_statement_token1] = ACTIONS(1184), + [aux_sym_while_statement_token2] = ACTIONS(1184), + [aux_sym_do_statement_token1] = ACTIONS(1184), + [aux_sym_for_statement_token1] = ACTIONS(1184), + [aux_sym_for_statement_token2] = ACTIONS(1184), + [aux_sym_foreach_statement_token1] = ACTIONS(1184), + [aux_sym_foreach_statement_token2] = ACTIONS(1184), + [aux_sym_if_statement_token1] = ACTIONS(1184), + [aux_sym_if_statement_token2] = ACTIONS(1184), + [aux_sym_else_if_clause_token1] = ACTIONS(1184), + [aux_sym_else_clause_token1] = ACTIONS(1184), + [aux_sym_match_expression_token1] = ACTIONS(1184), + [aux_sym_match_default_expression_token1] = ACTIONS(1184), + [aux_sym_switch_statement_token1] = ACTIONS(1184), + [aux_sym_switch_block_token1] = ACTIONS(1184), + [anon_sym_PLUS] = ACTIONS(1184), + [anon_sym_DASH] = ACTIONS(1184), + [anon_sym_TILDE] = ACTIONS(1182), + [anon_sym_BANG] = ACTIONS(1182), + [anon_sym_AT] = ACTIONS(1182), + [aux_sym_clone_expression_token1] = ACTIONS(1184), + [aux_sym_print_intrinsic_token1] = ACTIONS(1184), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1184), + [anon_sym_DASH_DASH] = ACTIONS(1182), + [anon_sym_PLUS_PLUS] = ACTIONS(1182), + [aux_sym__list_destructing_token1] = ACTIONS(1184), + [anon_sym_LBRACK] = ACTIONS(1182), + [anon_sym_self] = ACTIONS(1184), + [anon_sym_parent] = ACTIONS(1184), + [aux_sym__argument_name_token1] = ACTIONS(1184), + [aux_sym__argument_name_token2] = ACTIONS(1184), + [anon_sym_POUND_LBRACK] = ACTIONS(1182), + [aux_sym_encapsed_string_token1] = ACTIONS(1182), + [anon_sym_DQUOTE] = ACTIONS(1182), + [aux_sym_string_token1] = ACTIONS(1182), + [anon_sym_SQUOTE] = ACTIONS(1182), + [anon_sym_LT_LT_LT] = ACTIONS(1182), + [anon_sym_BQUOTE] = ACTIONS(1182), + [anon_sym_DOLLAR] = ACTIONS(1182), + [aux_sym_yield_expression_token1] = ACTIONS(1184), + [aux_sym_include_expression_token1] = ACTIONS(1184), + [aux_sym_include_once_expression_token1] = ACTIONS(1184), + [aux_sym_require_expression_token1] = ACTIONS(1184), + [aux_sym_require_once_expression_token1] = ACTIONS(1184), + [sym_comment] = ACTIONS(3), + }, + [460] = { + [ts_builtin_sym_end] = ACTIONS(1186), + [sym_name] = ACTIONS(1188), + [anon_sym_QMARK_GT] = ACTIONS(1186), + [anon_sym_SEMI] = ACTIONS(1186), + [aux_sym_function_static_declaration_token1] = ACTIONS(1188), + [aux_sym_global_declaration_token1] = ACTIONS(1188), + [aux_sym_namespace_definition_token1] = ACTIONS(1188), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1188), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1188), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1188), + [anon_sym_BSLASH] = ACTIONS(1186), + [anon_sym_LBRACE] = ACTIONS(1186), + [anon_sym_RBRACE] = ACTIONS(1186), + [aux_sym_trait_declaration_token1] = ACTIONS(1188), + [aux_sym_interface_declaration_token1] = ACTIONS(1188), + [aux_sym_enum_declaration_token1] = ACTIONS(1188), + [aux_sym_enum_case_token1] = ACTIONS(1188), + [aux_sym_class_declaration_token1] = ACTIONS(1188), + [aux_sym_final_modifier_token1] = ACTIONS(1188), + [aux_sym_abstract_modifier_token1] = ACTIONS(1188), + [aux_sym_readonly_modifier_token1] = ACTIONS(1188), + [sym_var_modifier] = ACTIONS(1188), + [aux_sym_visibility_modifier_token1] = ACTIONS(1188), + [aux_sym_visibility_modifier_token2] = ACTIONS(1188), + [aux_sym_visibility_modifier_token3] = ACTIONS(1188), + [anon_sym_LPAREN] = ACTIONS(1186), + [aux_sym__arrow_function_header_token1] = ACTIONS(1188), + [aux_sym_cast_type_token1] = ACTIONS(1188), + [aux_sym_echo_statement_token1] = ACTIONS(1188), + [aux_sym_exit_statement_token1] = ACTIONS(1188), + [anon_sym_unset] = ACTIONS(1188), + [aux_sym_declare_statement_token1] = ACTIONS(1188), + [aux_sym_declare_statement_token2] = ACTIONS(1188), + [sym_float] = ACTIONS(1188), + [aux_sym_try_statement_token1] = ACTIONS(1188), + [aux_sym_goto_statement_token1] = ACTIONS(1188), + [aux_sym_continue_statement_token1] = ACTIONS(1188), + [aux_sym_break_statement_token1] = ACTIONS(1188), + [sym_integer] = ACTIONS(1188), + [aux_sym_return_statement_token1] = ACTIONS(1188), + [aux_sym_throw_expression_token1] = ACTIONS(1188), + [aux_sym_while_statement_token1] = ACTIONS(1188), + [aux_sym_while_statement_token2] = ACTIONS(1188), + [aux_sym_do_statement_token1] = ACTIONS(1188), + [aux_sym_for_statement_token1] = ACTIONS(1188), + [aux_sym_for_statement_token2] = ACTIONS(1188), + [aux_sym_foreach_statement_token1] = ACTIONS(1188), + [aux_sym_foreach_statement_token2] = ACTIONS(1188), + [aux_sym_if_statement_token1] = ACTIONS(1188), + [aux_sym_if_statement_token2] = ACTIONS(1188), + [aux_sym_else_if_clause_token1] = ACTIONS(1188), + [aux_sym_else_clause_token1] = ACTIONS(1188), + [aux_sym_match_expression_token1] = ACTIONS(1188), + [aux_sym_match_default_expression_token1] = ACTIONS(1188), + [aux_sym_switch_statement_token1] = ACTIONS(1188), + [aux_sym_switch_block_token1] = ACTIONS(1188), + [anon_sym_PLUS] = ACTIONS(1188), + [anon_sym_DASH] = ACTIONS(1188), + [anon_sym_TILDE] = ACTIONS(1186), + [anon_sym_BANG] = ACTIONS(1186), + [anon_sym_AT] = ACTIONS(1186), + [aux_sym_clone_expression_token1] = ACTIONS(1188), + [aux_sym_print_intrinsic_token1] = ACTIONS(1188), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1188), + [anon_sym_DASH_DASH] = ACTIONS(1186), + [anon_sym_PLUS_PLUS] = ACTIONS(1186), + [aux_sym__list_destructing_token1] = ACTIONS(1188), + [anon_sym_LBRACK] = ACTIONS(1186), + [anon_sym_self] = ACTIONS(1188), + [anon_sym_parent] = ACTIONS(1188), + [aux_sym__argument_name_token1] = ACTIONS(1188), + [aux_sym__argument_name_token2] = ACTIONS(1188), + [anon_sym_POUND_LBRACK] = ACTIONS(1186), + [aux_sym_encapsed_string_token1] = ACTIONS(1186), + [anon_sym_DQUOTE] = ACTIONS(1186), + [aux_sym_string_token1] = ACTIONS(1186), + [anon_sym_SQUOTE] = ACTIONS(1186), + [anon_sym_LT_LT_LT] = ACTIONS(1186), + [anon_sym_BQUOTE] = ACTIONS(1186), + [anon_sym_DOLLAR] = ACTIONS(1186), + [aux_sym_yield_expression_token1] = ACTIONS(1188), + [aux_sym_include_expression_token1] = ACTIONS(1188), + [aux_sym_include_once_expression_token1] = ACTIONS(1188), + [aux_sym_require_expression_token1] = ACTIONS(1188), + [aux_sym_require_once_expression_token1] = ACTIONS(1188), [sym_comment] = ACTIONS(3), }, [461] = { - [ts_builtin_sym_end] = ACTIONS(1176), - [sym_name] = ACTIONS(1178), - [anon_sym_QMARK_GT] = ACTIONS(1176), - [anon_sym_SEMI] = ACTIONS(1176), - [aux_sym_function_static_declaration_token1] = ACTIONS(1178), - [aux_sym_global_declaration_token1] = ACTIONS(1178), - [aux_sym_namespace_definition_token1] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1178), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1178), - [anon_sym_BSLASH] = ACTIONS(1176), - [anon_sym_LBRACE] = ACTIONS(1176), - [anon_sym_RBRACE] = ACTIONS(1176), - [aux_sym_trait_declaration_token1] = ACTIONS(1178), - [aux_sym_interface_declaration_token1] = ACTIONS(1178), - [aux_sym_enum_declaration_token1] = ACTIONS(1178), - [aux_sym_enum_case_token1] = ACTIONS(1178), - [aux_sym_class_declaration_token1] = ACTIONS(1178), - [aux_sym_final_modifier_token1] = ACTIONS(1178), - [aux_sym_abstract_modifier_token1] = ACTIONS(1178), - [aux_sym_readonly_modifier_token1] = ACTIONS(1178), - [sym_var_modifier] = ACTIONS(1178), - [aux_sym_visibility_modifier_token1] = ACTIONS(1178), - [aux_sym_visibility_modifier_token2] = ACTIONS(1178), - [aux_sym_visibility_modifier_token3] = ACTIONS(1178), - [aux_sym__arrow_function_header_token1] = ACTIONS(1178), - [anon_sym_LPAREN] = ACTIONS(1176), - [aux_sym_cast_type_token1] = ACTIONS(1178), - [aux_sym_echo_statement_token1] = ACTIONS(1178), - [aux_sym_exit_statement_token1] = ACTIONS(1178), - [anon_sym_unset] = ACTIONS(1178), - [aux_sym_declare_statement_token1] = ACTIONS(1178), - [aux_sym_declare_statement_token2] = ACTIONS(1178), - [sym_float] = ACTIONS(1178), - [aux_sym_try_statement_token1] = ACTIONS(1178), - [aux_sym_goto_statement_token1] = ACTIONS(1178), - [aux_sym_continue_statement_token1] = ACTIONS(1178), - [aux_sym_break_statement_token1] = ACTIONS(1178), - [sym_integer] = ACTIONS(1178), - [aux_sym_return_statement_token1] = ACTIONS(1178), - [aux_sym_throw_expression_token1] = ACTIONS(1178), - [aux_sym_while_statement_token1] = ACTIONS(1178), - [aux_sym_while_statement_token2] = ACTIONS(1178), - [aux_sym_do_statement_token1] = ACTIONS(1178), - [aux_sym_for_statement_token1] = ACTIONS(1178), - [aux_sym_for_statement_token2] = ACTIONS(1178), - [aux_sym_foreach_statement_token1] = ACTIONS(1178), - [aux_sym_foreach_statement_token2] = ACTIONS(1178), - [aux_sym_if_statement_token1] = ACTIONS(1178), - [aux_sym_if_statement_token2] = ACTIONS(1178), - [aux_sym_else_if_clause_token1] = ACTIONS(1178), - [aux_sym_else_clause_token1] = ACTIONS(1178), - [aux_sym_match_expression_token1] = ACTIONS(1178), - [aux_sym_match_default_expression_token1] = ACTIONS(1178), - [aux_sym_switch_statement_token1] = ACTIONS(1178), - [aux_sym_switch_block_token1] = ACTIONS(1178), - [anon_sym_PLUS] = ACTIONS(1178), - [anon_sym_DASH] = ACTIONS(1178), - [anon_sym_TILDE] = ACTIONS(1176), - [anon_sym_BANG] = ACTIONS(1176), - [anon_sym_AT] = ACTIONS(1176), - [aux_sym_clone_expression_token1] = ACTIONS(1178), - [aux_sym_print_intrinsic_token1] = ACTIONS(1178), - [aux_sym_object_creation_expression_token1] = ACTIONS(1178), - [anon_sym_DASH_DASH] = ACTIONS(1176), - [anon_sym_PLUS_PLUS] = ACTIONS(1176), - [aux_sym__list_destructing_token1] = ACTIONS(1178), - [anon_sym_LBRACK] = ACTIONS(1176), - [anon_sym_self] = ACTIONS(1178), - [anon_sym_parent] = ACTIONS(1178), - [aux_sym__argument_name_token1] = ACTIONS(1178), - [aux_sym__argument_name_token2] = ACTIONS(1178), - [anon_sym_POUND_LBRACK] = ACTIONS(1176), - [aux_sym_encapsed_string_token1] = ACTIONS(1176), - [anon_sym_DQUOTE] = ACTIONS(1176), - [aux_sym_string_token1] = ACTIONS(1176), - [anon_sym_SQUOTE] = ACTIONS(1176), - [anon_sym_LT_LT_LT] = ACTIONS(1176), - [anon_sym_BQUOTE] = ACTIONS(1176), - [anon_sym_DOLLAR] = ACTIONS(1176), - [aux_sym_yield_expression_token1] = ACTIONS(1178), - [aux_sym_include_expression_token1] = ACTIONS(1178), - [aux_sym_include_once_expression_token1] = ACTIONS(1178), - [aux_sym_require_expression_token1] = ACTIONS(1178), - [aux_sym_require_once_expression_token1] = ACTIONS(1178), + [ts_builtin_sym_end] = ACTIONS(1190), + [sym_name] = ACTIONS(1192), + [anon_sym_QMARK_GT] = ACTIONS(1190), + [anon_sym_SEMI] = ACTIONS(1190), + [aux_sym_function_static_declaration_token1] = ACTIONS(1192), + [aux_sym_global_declaration_token1] = ACTIONS(1192), + [aux_sym_namespace_definition_token1] = ACTIONS(1192), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1192), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1192), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1192), + [anon_sym_BSLASH] = ACTIONS(1190), + [anon_sym_LBRACE] = ACTIONS(1190), + [anon_sym_RBRACE] = ACTIONS(1190), + [aux_sym_trait_declaration_token1] = ACTIONS(1192), + [aux_sym_interface_declaration_token1] = ACTIONS(1192), + [aux_sym_enum_declaration_token1] = ACTIONS(1192), + [aux_sym_enum_case_token1] = ACTIONS(1192), + [aux_sym_class_declaration_token1] = ACTIONS(1192), + [aux_sym_final_modifier_token1] = ACTIONS(1192), + [aux_sym_abstract_modifier_token1] = ACTIONS(1192), + [aux_sym_readonly_modifier_token1] = ACTIONS(1192), + [sym_var_modifier] = ACTIONS(1192), + [aux_sym_visibility_modifier_token1] = ACTIONS(1192), + [aux_sym_visibility_modifier_token2] = ACTIONS(1192), + [aux_sym_visibility_modifier_token3] = ACTIONS(1192), + [anon_sym_LPAREN] = ACTIONS(1190), + [aux_sym__arrow_function_header_token1] = ACTIONS(1192), + [aux_sym_cast_type_token1] = ACTIONS(1192), + [aux_sym_echo_statement_token1] = ACTIONS(1192), + [aux_sym_exit_statement_token1] = ACTIONS(1192), + [anon_sym_unset] = ACTIONS(1192), + [aux_sym_declare_statement_token1] = ACTIONS(1192), + [aux_sym_declare_statement_token2] = ACTIONS(1192), + [sym_float] = ACTIONS(1192), + [aux_sym_try_statement_token1] = ACTIONS(1192), + [aux_sym_goto_statement_token1] = ACTIONS(1192), + [aux_sym_continue_statement_token1] = ACTIONS(1192), + [aux_sym_break_statement_token1] = ACTIONS(1192), + [sym_integer] = ACTIONS(1192), + [aux_sym_return_statement_token1] = ACTIONS(1192), + [aux_sym_throw_expression_token1] = ACTIONS(1192), + [aux_sym_while_statement_token1] = ACTIONS(1192), + [aux_sym_while_statement_token2] = ACTIONS(1192), + [aux_sym_do_statement_token1] = ACTIONS(1192), + [aux_sym_for_statement_token1] = ACTIONS(1192), + [aux_sym_for_statement_token2] = ACTIONS(1192), + [aux_sym_foreach_statement_token1] = ACTIONS(1192), + [aux_sym_foreach_statement_token2] = ACTIONS(1192), + [aux_sym_if_statement_token1] = ACTIONS(1192), + [aux_sym_if_statement_token2] = ACTIONS(1192), + [aux_sym_else_if_clause_token1] = ACTIONS(1192), + [aux_sym_else_clause_token1] = ACTIONS(1192), + [aux_sym_match_expression_token1] = ACTIONS(1192), + [aux_sym_match_default_expression_token1] = ACTIONS(1192), + [aux_sym_switch_statement_token1] = ACTIONS(1192), + [aux_sym_switch_block_token1] = ACTIONS(1192), + [anon_sym_PLUS] = ACTIONS(1192), + [anon_sym_DASH] = ACTIONS(1192), + [anon_sym_TILDE] = ACTIONS(1190), + [anon_sym_BANG] = ACTIONS(1190), + [anon_sym_AT] = ACTIONS(1190), + [aux_sym_clone_expression_token1] = ACTIONS(1192), + [aux_sym_print_intrinsic_token1] = ACTIONS(1192), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1192), + [anon_sym_DASH_DASH] = ACTIONS(1190), + [anon_sym_PLUS_PLUS] = ACTIONS(1190), + [aux_sym__list_destructing_token1] = ACTIONS(1192), + [anon_sym_LBRACK] = ACTIONS(1190), + [anon_sym_self] = ACTIONS(1192), + [anon_sym_parent] = ACTIONS(1192), + [aux_sym__argument_name_token1] = ACTIONS(1192), + [aux_sym__argument_name_token2] = ACTIONS(1192), + [anon_sym_POUND_LBRACK] = ACTIONS(1190), + [aux_sym_encapsed_string_token1] = ACTIONS(1190), + [anon_sym_DQUOTE] = ACTIONS(1190), + [aux_sym_string_token1] = ACTIONS(1190), + [anon_sym_SQUOTE] = ACTIONS(1190), + [anon_sym_LT_LT_LT] = ACTIONS(1190), + [anon_sym_BQUOTE] = ACTIONS(1190), + [anon_sym_DOLLAR] = ACTIONS(1190), + [aux_sym_yield_expression_token1] = ACTIONS(1192), + [aux_sym_include_expression_token1] = ACTIONS(1192), + [aux_sym_include_once_expression_token1] = ACTIONS(1192), + [aux_sym_require_expression_token1] = ACTIONS(1192), + [aux_sym_require_once_expression_token1] = ACTIONS(1192), [sym_comment] = ACTIONS(3), }, [462] = { - [ts_builtin_sym_end] = ACTIONS(1180), - [sym_name] = ACTIONS(1182), - [anon_sym_QMARK_GT] = ACTIONS(1180), - [anon_sym_SEMI] = ACTIONS(1180), - [aux_sym_function_static_declaration_token1] = ACTIONS(1182), - [aux_sym_global_declaration_token1] = ACTIONS(1182), - [aux_sym_namespace_definition_token1] = ACTIONS(1182), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1182), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1182), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1182), - [anon_sym_BSLASH] = ACTIONS(1180), - [anon_sym_LBRACE] = ACTIONS(1180), - [anon_sym_RBRACE] = ACTIONS(1180), - [aux_sym_trait_declaration_token1] = ACTIONS(1182), - [aux_sym_interface_declaration_token1] = ACTIONS(1182), - [aux_sym_enum_declaration_token1] = ACTIONS(1182), - [aux_sym_enum_case_token1] = ACTIONS(1182), - [aux_sym_class_declaration_token1] = ACTIONS(1182), - [aux_sym_final_modifier_token1] = ACTIONS(1182), - [aux_sym_abstract_modifier_token1] = ACTIONS(1182), - [aux_sym_readonly_modifier_token1] = ACTIONS(1182), - [sym_var_modifier] = ACTIONS(1182), - [aux_sym_visibility_modifier_token1] = ACTIONS(1182), - [aux_sym_visibility_modifier_token2] = ACTIONS(1182), - [aux_sym_visibility_modifier_token3] = ACTIONS(1182), - [aux_sym__arrow_function_header_token1] = ACTIONS(1182), - [anon_sym_LPAREN] = ACTIONS(1180), - [aux_sym_cast_type_token1] = ACTIONS(1182), - [aux_sym_echo_statement_token1] = ACTIONS(1182), - [aux_sym_exit_statement_token1] = ACTIONS(1182), - [anon_sym_unset] = ACTIONS(1182), - [aux_sym_declare_statement_token1] = ACTIONS(1182), - [aux_sym_declare_statement_token2] = ACTIONS(1182), - [sym_float] = ACTIONS(1182), - [aux_sym_try_statement_token1] = ACTIONS(1182), - [aux_sym_goto_statement_token1] = ACTIONS(1182), - [aux_sym_continue_statement_token1] = ACTIONS(1182), - [aux_sym_break_statement_token1] = ACTIONS(1182), - [sym_integer] = ACTIONS(1182), - [aux_sym_return_statement_token1] = ACTIONS(1182), - [aux_sym_throw_expression_token1] = ACTIONS(1182), - [aux_sym_while_statement_token1] = ACTIONS(1182), - [aux_sym_while_statement_token2] = ACTIONS(1182), - [aux_sym_do_statement_token1] = ACTIONS(1182), - [aux_sym_for_statement_token1] = ACTIONS(1182), - [aux_sym_for_statement_token2] = ACTIONS(1182), - [aux_sym_foreach_statement_token1] = ACTIONS(1182), - [aux_sym_foreach_statement_token2] = ACTIONS(1182), - [aux_sym_if_statement_token1] = ACTIONS(1182), - [aux_sym_if_statement_token2] = ACTIONS(1182), - [aux_sym_else_if_clause_token1] = ACTIONS(1182), - [aux_sym_else_clause_token1] = ACTIONS(1182), - [aux_sym_match_expression_token1] = ACTIONS(1182), - [aux_sym_match_default_expression_token1] = ACTIONS(1182), - [aux_sym_switch_statement_token1] = ACTIONS(1182), - [aux_sym_switch_block_token1] = ACTIONS(1182), - [anon_sym_PLUS] = ACTIONS(1182), - [anon_sym_DASH] = ACTIONS(1182), - [anon_sym_TILDE] = ACTIONS(1180), - [anon_sym_BANG] = ACTIONS(1180), - [anon_sym_AT] = ACTIONS(1180), - [aux_sym_clone_expression_token1] = ACTIONS(1182), - [aux_sym_print_intrinsic_token1] = ACTIONS(1182), - [aux_sym_object_creation_expression_token1] = ACTIONS(1182), - [anon_sym_DASH_DASH] = ACTIONS(1180), - [anon_sym_PLUS_PLUS] = ACTIONS(1180), - [aux_sym__list_destructing_token1] = ACTIONS(1182), - [anon_sym_LBRACK] = ACTIONS(1180), - [anon_sym_self] = ACTIONS(1182), - [anon_sym_parent] = ACTIONS(1182), - [aux_sym__argument_name_token1] = ACTIONS(1182), - [aux_sym__argument_name_token2] = ACTIONS(1182), - [anon_sym_POUND_LBRACK] = ACTIONS(1180), - [aux_sym_encapsed_string_token1] = ACTIONS(1180), - [anon_sym_DQUOTE] = ACTIONS(1180), - [aux_sym_string_token1] = ACTIONS(1180), - [anon_sym_SQUOTE] = ACTIONS(1180), - [anon_sym_LT_LT_LT] = ACTIONS(1180), - [anon_sym_BQUOTE] = ACTIONS(1180), - [anon_sym_DOLLAR] = ACTIONS(1180), - [aux_sym_yield_expression_token1] = ACTIONS(1182), - [aux_sym_include_expression_token1] = ACTIONS(1182), - [aux_sym_include_once_expression_token1] = ACTIONS(1182), - [aux_sym_require_expression_token1] = ACTIONS(1182), - [aux_sym_require_once_expression_token1] = ACTIONS(1182), + [ts_builtin_sym_end] = ACTIONS(1194), + [sym_name] = ACTIONS(1196), + [anon_sym_QMARK_GT] = ACTIONS(1194), + [anon_sym_SEMI] = ACTIONS(1194), + [aux_sym_function_static_declaration_token1] = ACTIONS(1196), + [aux_sym_global_declaration_token1] = ACTIONS(1196), + [aux_sym_namespace_definition_token1] = ACTIONS(1196), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1196), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1196), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1196), + [anon_sym_BSLASH] = ACTIONS(1194), + [anon_sym_LBRACE] = ACTIONS(1194), + [anon_sym_RBRACE] = ACTIONS(1194), + [aux_sym_trait_declaration_token1] = ACTIONS(1196), + [aux_sym_interface_declaration_token1] = ACTIONS(1196), + [aux_sym_enum_declaration_token1] = ACTIONS(1196), + [aux_sym_enum_case_token1] = ACTIONS(1196), + [aux_sym_class_declaration_token1] = ACTIONS(1196), + [aux_sym_final_modifier_token1] = ACTIONS(1196), + [aux_sym_abstract_modifier_token1] = ACTIONS(1196), + [aux_sym_readonly_modifier_token1] = ACTIONS(1196), + [sym_var_modifier] = ACTIONS(1196), + [aux_sym_visibility_modifier_token1] = ACTIONS(1196), + [aux_sym_visibility_modifier_token2] = ACTIONS(1196), + [aux_sym_visibility_modifier_token3] = ACTIONS(1196), + [anon_sym_LPAREN] = ACTIONS(1194), + [aux_sym__arrow_function_header_token1] = ACTIONS(1196), + [aux_sym_cast_type_token1] = ACTIONS(1196), + [aux_sym_echo_statement_token1] = ACTIONS(1196), + [aux_sym_exit_statement_token1] = ACTIONS(1196), + [anon_sym_unset] = ACTIONS(1196), + [aux_sym_declare_statement_token1] = ACTIONS(1196), + [aux_sym_declare_statement_token2] = ACTIONS(1196), + [sym_float] = ACTIONS(1196), + [aux_sym_try_statement_token1] = ACTIONS(1196), + [aux_sym_goto_statement_token1] = ACTIONS(1196), + [aux_sym_continue_statement_token1] = ACTIONS(1196), + [aux_sym_break_statement_token1] = ACTIONS(1196), + [sym_integer] = ACTIONS(1196), + [aux_sym_return_statement_token1] = ACTIONS(1196), + [aux_sym_throw_expression_token1] = ACTIONS(1196), + [aux_sym_while_statement_token1] = ACTIONS(1196), + [aux_sym_while_statement_token2] = ACTIONS(1196), + [aux_sym_do_statement_token1] = ACTIONS(1196), + [aux_sym_for_statement_token1] = ACTIONS(1196), + [aux_sym_for_statement_token2] = ACTIONS(1196), + [aux_sym_foreach_statement_token1] = ACTIONS(1196), + [aux_sym_foreach_statement_token2] = ACTIONS(1196), + [aux_sym_if_statement_token1] = ACTIONS(1196), + [aux_sym_if_statement_token2] = ACTIONS(1196), + [aux_sym_else_if_clause_token1] = ACTIONS(1196), + [aux_sym_else_clause_token1] = ACTIONS(1196), + [aux_sym_match_expression_token1] = ACTIONS(1196), + [aux_sym_match_default_expression_token1] = ACTIONS(1196), + [aux_sym_switch_statement_token1] = ACTIONS(1196), + [aux_sym_switch_block_token1] = ACTIONS(1196), + [anon_sym_PLUS] = ACTIONS(1196), + [anon_sym_DASH] = ACTIONS(1196), + [anon_sym_TILDE] = ACTIONS(1194), + [anon_sym_BANG] = ACTIONS(1194), + [anon_sym_AT] = ACTIONS(1194), + [aux_sym_clone_expression_token1] = ACTIONS(1196), + [aux_sym_print_intrinsic_token1] = ACTIONS(1196), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1196), + [anon_sym_DASH_DASH] = ACTIONS(1194), + [anon_sym_PLUS_PLUS] = ACTIONS(1194), + [aux_sym__list_destructing_token1] = ACTIONS(1196), + [anon_sym_LBRACK] = ACTIONS(1194), + [anon_sym_self] = ACTIONS(1196), + [anon_sym_parent] = ACTIONS(1196), + [aux_sym__argument_name_token1] = ACTIONS(1196), + [aux_sym__argument_name_token2] = ACTIONS(1196), + [anon_sym_POUND_LBRACK] = ACTIONS(1194), + [aux_sym_encapsed_string_token1] = ACTIONS(1194), + [anon_sym_DQUOTE] = ACTIONS(1194), + [aux_sym_string_token1] = ACTIONS(1194), + [anon_sym_SQUOTE] = ACTIONS(1194), + [anon_sym_LT_LT_LT] = ACTIONS(1194), + [anon_sym_BQUOTE] = ACTIONS(1194), + [anon_sym_DOLLAR] = ACTIONS(1194), + [aux_sym_yield_expression_token1] = ACTIONS(1196), + [aux_sym_include_expression_token1] = ACTIONS(1196), + [aux_sym_include_once_expression_token1] = ACTIONS(1196), + [aux_sym_require_expression_token1] = ACTIONS(1196), + [aux_sym_require_once_expression_token1] = ACTIONS(1196), [sym_comment] = ACTIONS(3), }, [463] = { - [ts_builtin_sym_end] = ACTIONS(1184), - [sym_name] = ACTIONS(1186), - [anon_sym_QMARK_GT] = ACTIONS(1184), - [anon_sym_SEMI] = ACTIONS(1184), - [aux_sym_function_static_declaration_token1] = ACTIONS(1186), - [aux_sym_global_declaration_token1] = ACTIONS(1186), - [aux_sym_namespace_definition_token1] = ACTIONS(1186), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1186), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1186), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1186), - [anon_sym_BSLASH] = ACTIONS(1184), - [anon_sym_LBRACE] = ACTIONS(1184), - [anon_sym_RBRACE] = ACTIONS(1184), - [aux_sym_trait_declaration_token1] = ACTIONS(1186), - [aux_sym_interface_declaration_token1] = ACTIONS(1186), - [aux_sym_enum_declaration_token1] = ACTIONS(1186), - [aux_sym_enum_case_token1] = ACTIONS(1186), - [aux_sym_class_declaration_token1] = ACTIONS(1186), - [aux_sym_final_modifier_token1] = ACTIONS(1186), - [aux_sym_abstract_modifier_token1] = ACTIONS(1186), - [aux_sym_readonly_modifier_token1] = ACTIONS(1186), - [sym_var_modifier] = ACTIONS(1186), - [aux_sym_visibility_modifier_token1] = ACTIONS(1186), - [aux_sym_visibility_modifier_token2] = ACTIONS(1186), - [aux_sym_visibility_modifier_token3] = ACTIONS(1186), - [aux_sym__arrow_function_header_token1] = ACTIONS(1186), - [anon_sym_LPAREN] = ACTIONS(1184), - [aux_sym_cast_type_token1] = ACTIONS(1186), - [aux_sym_echo_statement_token1] = ACTIONS(1186), - [aux_sym_exit_statement_token1] = ACTIONS(1186), - [anon_sym_unset] = ACTIONS(1186), - [aux_sym_declare_statement_token1] = ACTIONS(1186), - [aux_sym_declare_statement_token2] = ACTIONS(1186), - [sym_float] = ACTIONS(1186), - [aux_sym_try_statement_token1] = ACTIONS(1186), - [aux_sym_goto_statement_token1] = ACTIONS(1186), - [aux_sym_continue_statement_token1] = ACTIONS(1186), - [aux_sym_break_statement_token1] = ACTIONS(1186), - [sym_integer] = ACTIONS(1186), - [aux_sym_return_statement_token1] = ACTIONS(1186), - [aux_sym_throw_expression_token1] = ACTIONS(1186), - [aux_sym_while_statement_token1] = ACTIONS(1186), - [aux_sym_while_statement_token2] = ACTIONS(1186), - [aux_sym_do_statement_token1] = ACTIONS(1186), - [aux_sym_for_statement_token1] = ACTIONS(1186), - [aux_sym_for_statement_token2] = ACTIONS(1186), - [aux_sym_foreach_statement_token1] = ACTIONS(1186), - [aux_sym_foreach_statement_token2] = ACTIONS(1186), - [aux_sym_if_statement_token1] = ACTIONS(1186), - [aux_sym_if_statement_token2] = ACTIONS(1186), - [aux_sym_else_if_clause_token1] = ACTIONS(1186), - [aux_sym_else_clause_token1] = ACTIONS(1186), - [aux_sym_match_expression_token1] = ACTIONS(1186), - [aux_sym_match_default_expression_token1] = ACTIONS(1186), - [aux_sym_switch_statement_token1] = ACTIONS(1186), - [aux_sym_switch_block_token1] = ACTIONS(1186), - [anon_sym_PLUS] = ACTIONS(1186), - [anon_sym_DASH] = ACTIONS(1186), - [anon_sym_TILDE] = ACTIONS(1184), - [anon_sym_BANG] = ACTIONS(1184), - [anon_sym_AT] = ACTIONS(1184), - [aux_sym_clone_expression_token1] = ACTIONS(1186), - [aux_sym_print_intrinsic_token1] = ACTIONS(1186), - [aux_sym_object_creation_expression_token1] = ACTIONS(1186), - [anon_sym_DASH_DASH] = ACTIONS(1184), - [anon_sym_PLUS_PLUS] = ACTIONS(1184), - [aux_sym__list_destructing_token1] = ACTIONS(1186), - [anon_sym_LBRACK] = ACTIONS(1184), - [anon_sym_self] = ACTIONS(1186), - [anon_sym_parent] = ACTIONS(1186), - [aux_sym__argument_name_token1] = ACTIONS(1186), - [aux_sym__argument_name_token2] = ACTIONS(1186), - [anon_sym_POUND_LBRACK] = ACTIONS(1184), - [aux_sym_encapsed_string_token1] = ACTIONS(1184), - [anon_sym_DQUOTE] = ACTIONS(1184), - [aux_sym_string_token1] = ACTIONS(1184), - [anon_sym_SQUOTE] = ACTIONS(1184), - [anon_sym_LT_LT_LT] = ACTIONS(1184), - [anon_sym_BQUOTE] = ACTIONS(1184), - [anon_sym_DOLLAR] = ACTIONS(1184), - [aux_sym_yield_expression_token1] = ACTIONS(1186), - [aux_sym_include_expression_token1] = ACTIONS(1186), - [aux_sym_include_once_expression_token1] = ACTIONS(1186), - [aux_sym_require_expression_token1] = ACTIONS(1186), - [aux_sym_require_once_expression_token1] = ACTIONS(1186), + [ts_builtin_sym_end] = ACTIONS(1198), + [sym_name] = ACTIONS(1200), + [anon_sym_QMARK_GT] = ACTIONS(1198), + [anon_sym_SEMI] = ACTIONS(1198), + [aux_sym_function_static_declaration_token1] = ACTIONS(1200), + [aux_sym_global_declaration_token1] = ACTIONS(1200), + [aux_sym_namespace_definition_token1] = ACTIONS(1200), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1200), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1200), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1200), + [anon_sym_BSLASH] = ACTIONS(1198), + [anon_sym_LBRACE] = ACTIONS(1198), + [anon_sym_RBRACE] = ACTIONS(1198), + [aux_sym_trait_declaration_token1] = ACTIONS(1200), + [aux_sym_interface_declaration_token1] = ACTIONS(1200), + [aux_sym_enum_declaration_token1] = ACTIONS(1200), + [aux_sym_enum_case_token1] = ACTIONS(1200), + [aux_sym_class_declaration_token1] = ACTIONS(1200), + [aux_sym_final_modifier_token1] = ACTIONS(1200), + [aux_sym_abstract_modifier_token1] = ACTIONS(1200), + [aux_sym_readonly_modifier_token1] = ACTIONS(1200), + [sym_var_modifier] = ACTIONS(1200), + [aux_sym_visibility_modifier_token1] = ACTIONS(1200), + [aux_sym_visibility_modifier_token2] = ACTIONS(1200), + [aux_sym_visibility_modifier_token3] = ACTIONS(1200), + [anon_sym_LPAREN] = ACTIONS(1198), + [aux_sym__arrow_function_header_token1] = ACTIONS(1200), + [aux_sym_cast_type_token1] = ACTIONS(1200), + [aux_sym_echo_statement_token1] = ACTIONS(1200), + [aux_sym_exit_statement_token1] = ACTIONS(1200), + [anon_sym_unset] = ACTIONS(1200), + [aux_sym_declare_statement_token1] = ACTIONS(1200), + [aux_sym_declare_statement_token2] = ACTIONS(1200), + [sym_float] = ACTIONS(1200), + [aux_sym_try_statement_token1] = ACTIONS(1200), + [aux_sym_goto_statement_token1] = ACTIONS(1200), + [aux_sym_continue_statement_token1] = ACTIONS(1200), + [aux_sym_break_statement_token1] = ACTIONS(1200), + [sym_integer] = ACTIONS(1200), + [aux_sym_return_statement_token1] = ACTIONS(1200), + [aux_sym_throw_expression_token1] = ACTIONS(1200), + [aux_sym_while_statement_token1] = ACTIONS(1200), + [aux_sym_while_statement_token2] = ACTIONS(1200), + [aux_sym_do_statement_token1] = ACTIONS(1200), + [aux_sym_for_statement_token1] = ACTIONS(1200), + [aux_sym_for_statement_token2] = ACTIONS(1200), + [aux_sym_foreach_statement_token1] = ACTIONS(1200), + [aux_sym_foreach_statement_token2] = ACTIONS(1200), + [aux_sym_if_statement_token1] = ACTIONS(1200), + [aux_sym_if_statement_token2] = ACTIONS(1200), + [aux_sym_else_if_clause_token1] = ACTIONS(1200), + [aux_sym_else_clause_token1] = ACTIONS(1200), + [aux_sym_match_expression_token1] = ACTIONS(1200), + [aux_sym_match_default_expression_token1] = ACTIONS(1200), + [aux_sym_switch_statement_token1] = ACTIONS(1200), + [aux_sym_switch_block_token1] = ACTIONS(1200), + [anon_sym_PLUS] = ACTIONS(1200), + [anon_sym_DASH] = ACTIONS(1200), + [anon_sym_TILDE] = ACTIONS(1198), + [anon_sym_BANG] = ACTIONS(1198), + [anon_sym_AT] = ACTIONS(1198), + [aux_sym_clone_expression_token1] = ACTIONS(1200), + [aux_sym_print_intrinsic_token1] = ACTIONS(1200), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1200), + [anon_sym_DASH_DASH] = ACTIONS(1198), + [anon_sym_PLUS_PLUS] = ACTIONS(1198), + [aux_sym__list_destructing_token1] = ACTIONS(1200), + [anon_sym_LBRACK] = ACTIONS(1198), + [anon_sym_self] = ACTIONS(1200), + [anon_sym_parent] = ACTIONS(1200), + [aux_sym__argument_name_token1] = ACTIONS(1200), + [aux_sym__argument_name_token2] = ACTIONS(1200), + [anon_sym_POUND_LBRACK] = ACTIONS(1198), + [aux_sym_encapsed_string_token1] = ACTIONS(1198), + [anon_sym_DQUOTE] = ACTIONS(1198), + [aux_sym_string_token1] = ACTIONS(1198), + [anon_sym_SQUOTE] = ACTIONS(1198), + [anon_sym_LT_LT_LT] = ACTIONS(1198), + [anon_sym_BQUOTE] = ACTIONS(1198), + [anon_sym_DOLLAR] = ACTIONS(1198), + [aux_sym_yield_expression_token1] = ACTIONS(1200), + [aux_sym_include_expression_token1] = ACTIONS(1200), + [aux_sym_include_once_expression_token1] = ACTIONS(1200), + [aux_sym_require_expression_token1] = ACTIONS(1200), + [aux_sym_require_once_expression_token1] = ACTIONS(1200), [sym_comment] = ACTIONS(3), }, [464] = { - [ts_builtin_sym_end] = ACTIONS(1188), - [sym_name] = ACTIONS(1190), - [anon_sym_QMARK_GT] = ACTIONS(1188), - [anon_sym_SEMI] = ACTIONS(1188), - [aux_sym_function_static_declaration_token1] = ACTIONS(1190), - [aux_sym_global_declaration_token1] = ACTIONS(1190), - [aux_sym_namespace_definition_token1] = ACTIONS(1190), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1190), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1190), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1190), - [anon_sym_BSLASH] = ACTIONS(1188), - [anon_sym_LBRACE] = ACTIONS(1188), - [anon_sym_RBRACE] = ACTIONS(1188), - [aux_sym_trait_declaration_token1] = ACTIONS(1190), - [aux_sym_interface_declaration_token1] = ACTIONS(1190), - [aux_sym_enum_declaration_token1] = ACTIONS(1190), - [aux_sym_enum_case_token1] = ACTIONS(1190), - [aux_sym_class_declaration_token1] = ACTIONS(1190), - [aux_sym_final_modifier_token1] = ACTIONS(1190), - [aux_sym_abstract_modifier_token1] = ACTIONS(1190), - [aux_sym_readonly_modifier_token1] = ACTIONS(1190), - [sym_var_modifier] = ACTIONS(1190), - [aux_sym_visibility_modifier_token1] = ACTIONS(1190), - [aux_sym_visibility_modifier_token2] = ACTIONS(1190), - [aux_sym_visibility_modifier_token3] = ACTIONS(1190), - [aux_sym__arrow_function_header_token1] = ACTIONS(1190), - [anon_sym_LPAREN] = ACTIONS(1188), - [aux_sym_cast_type_token1] = ACTIONS(1190), - [aux_sym_echo_statement_token1] = ACTIONS(1190), - [aux_sym_exit_statement_token1] = ACTIONS(1190), - [anon_sym_unset] = ACTIONS(1190), - [aux_sym_declare_statement_token1] = ACTIONS(1190), - [aux_sym_declare_statement_token2] = ACTIONS(1190), - [sym_float] = ACTIONS(1190), - [aux_sym_try_statement_token1] = ACTIONS(1190), - [aux_sym_goto_statement_token1] = ACTIONS(1190), - [aux_sym_continue_statement_token1] = ACTIONS(1190), - [aux_sym_break_statement_token1] = ACTIONS(1190), - [sym_integer] = ACTIONS(1190), - [aux_sym_return_statement_token1] = ACTIONS(1190), - [aux_sym_throw_expression_token1] = ACTIONS(1190), - [aux_sym_while_statement_token1] = ACTIONS(1190), - [aux_sym_while_statement_token2] = ACTIONS(1190), - [aux_sym_do_statement_token1] = ACTIONS(1190), - [aux_sym_for_statement_token1] = ACTIONS(1190), - [aux_sym_for_statement_token2] = ACTIONS(1190), - [aux_sym_foreach_statement_token1] = ACTIONS(1190), - [aux_sym_foreach_statement_token2] = ACTIONS(1190), - [aux_sym_if_statement_token1] = ACTIONS(1190), - [aux_sym_if_statement_token2] = ACTIONS(1190), - [aux_sym_else_if_clause_token1] = ACTIONS(1190), - [aux_sym_else_clause_token1] = ACTIONS(1190), - [aux_sym_match_expression_token1] = ACTIONS(1190), - [aux_sym_match_default_expression_token1] = ACTIONS(1190), - [aux_sym_switch_statement_token1] = ACTIONS(1190), - [aux_sym_switch_block_token1] = ACTIONS(1190), - [anon_sym_PLUS] = ACTIONS(1190), - [anon_sym_DASH] = ACTIONS(1190), - [anon_sym_TILDE] = ACTIONS(1188), - [anon_sym_BANG] = ACTIONS(1188), - [anon_sym_AT] = ACTIONS(1188), - [aux_sym_clone_expression_token1] = ACTIONS(1190), - [aux_sym_print_intrinsic_token1] = ACTIONS(1190), - [aux_sym_object_creation_expression_token1] = ACTIONS(1190), - [anon_sym_DASH_DASH] = ACTIONS(1188), - [anon_sym_PLUS_PLUS] = ACTIONS(1188), - [aux_sym__list_destructing_token1] = ACTIONS(1190), - [anon_sym_LBRACK] = ACTIONS(1188), - [anon_sym_self] = ACTIONS(1190), - [anon_sym_parent] = ACTIONS(1190), - [aux_sym__argument_name_token1] = ACTIONS(1190), - [aux_sym__argument_name_token2] = ACTIONS(1190), - [anon_sym_POUND_LBRACK] = ACTIONS(1188), - [aux_sym_encapsed_string_token1] = ACTIONS(1188), - [anon_sym_DQUOTE] = ACTIONS(1188), - [aux_sym_string_token1] = ACTIONS(1188), - [anon_sym_SQUOTE] = ACTIONS(1188), - [anon_sym_LT_LT_LT] = ACTIONS(1188), - [anon_sym_BQUOTE] = ACTIONS(1188), - [anon_sym_DOLLAR] = ACTIONS(1188), - [aux_sym_yield_expression_token1] = ACTIONS(1190), - [aux_sym_include_expression_token1] = ACTIONS(1190), - [aux_sym_include_once_expression_token1] = ACTIONS(1190), - [aux_sym_require_expression_token1] = ACTIONS(1190), - [aux_sym_require_once_expression_token1] = ACTIONS(1190), + [ts_builtin_sym_end] = ACTIONS(994), + [sym_name] = ACTIONS(996), + [anon_sym_QMARK_GT] = ACTIONS(994), + [anon_sym_SEMI] = ACTIONS(994), + [aux_sym_function_static_declaration_token1] = ACTIONS(996), + [aux_sym_global_declaration_token1] = ACTIONS(996), + [aux_sym_namespace_definition_token1] = ACTIONS(996), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(996), + [aux_sym_namespace_use_clause_token1] = ACTIONS(996), + [aux_sym_namespace_use_clause_token2] = ACTIONS(996), + [anon_sym_BSLASH] = ACTIONS(994), + [anon_sym_LBRACE] = ACTIONS(994), + [anon_sym_RBRACE] = ACTIONS(994), + [aux_sym_trait_declaration_token1] = ACTIONS(996), + [aux_sym_interface_declaration_token1] = ACTIONS(996), + [aux_sym_enum_declaration_token1] = ACTIONS(996), + [aux_sym_enum_case_token1] = ACTIONS(996), + [aux_sym_class_declaration_token1] = ACTIONS(996), + [aux_sym_final_modifier_token1] = ACTIONS(996), + [aux_sym_abstract_modifier_token1] = ACTIONS(996), + [aux_sym_readonly_modifier_token1] = ACTIONS(996), + [sym_var_modifier] = ACTIONS(996), + [aux_sym_visibility_modifier_token1] = ACTIONS(996), + [aux_sym_visibility_modifier_token2] = ACTIONS(996), + [aux_sym_visibility_modifier_token3] = ACTIONS(996), + [anon_sym_LPAREN] = ACTIONS(994), + [aux_sym__arrow_function_header_token1] = ACTIONS(996), + [aux_sym_cast_type_token1] = ACTIONS(996), + [aux_sym_echo_statement_token1] = ACTIONS(996), + [aux_sym_exit_statement_token1] = ACTIONS(996), + [anon_sym_unset] = ACTIONS(996), + [aux_sym_declare_statement_token1] = ACTIONS(996), + [aux_sym_declare_statement_token2] = ACTIONS(996), + [sym_float] = ACTIONS(996), + [aux_sym_try_statement_token1] = ACTIONS(996), + [aux_sym_goto_statement_token1] = ACTIONS(996), + [aux_sym_continue_statement_token1] = ACTIONS(996), + [aux_sym_break_statement_token1] = ACTIONS(996), + [sym_integer] = ACTIONS(996), + [aux_sym_return_statement_token1] = ACTIONS(996), + [aux_sym_throw_expression_token1] = ACTIONS(996), + [aux_sym_while_statement_token1] = ACTIONS(996), + [aux_sym_while_statement_token2] = ACTIONS(996), + [aux_sym_do_statement_token1] = ACTIONS(996), + [aux_sym_for_statement_token1] = ACTIONS(996), + [aux_sym_for_statement_token2] = ACTIONS(996), + [aux_sym_foreach_statement_token1] = ACTIONS(996), + [aux_sym_foreach_statement_token2] = ACTIONS(996), + [aux_sym_if_statement_token1] = ACTIONS(996), + [aux_sym_if_statement_token2] = ACTIONS(996), + [aux_sym_else_if_clause_token1] = ACTIONS(996), + [aux_sym_else_clause_token1] = ACTIONS(996), + [aux_sym_match_expression_token1] = ACTIONS(996), + [aux_sym_match_default_expression_token1] = ACTIONS(996), + [aux_sym_switch_statement_token1] = ACTIONS(996), + [aux_sym_switch_block_token1] = ACTIONS(996), + [anon_sym_PLUS] = ACTIONS(996), + [anon_sym_DASH] = ACTIONS(996), + [anon_sym_TILDE] = ACTIONS(994), + [anon_sym_BANG] = ACTIONS(994), + [anon_sym_AT] = ACTIONS(994), + [aux_sym_clone_expression_token1] = ACTIONS(996), + [aux_sym_print_intrinsic_token1] = ACTIONS(996), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(996), + [anon_sym_DASH_DASH] = ACTIONS(994), + [anon_sym_PLUS_PLUS] = ACTIONS(994), + [aux_sym__list_destructing_token1] = ACTIONS(996), + [anon_sym_LBRACK] = ACTIONS(994), + [anon_sym_self] = ACTIONS(996), + [anon_sym_parent] = ACTIONS(996), + [aux_sym__argument_name_token1] = ACTIONS(996), + [aux_sym__argument_name_token2] = ACTIONS(996), + [anon_sym_POUND_LBRACK] = ACTIONS(994), + [aux_sym_encapsed_string_token1] = ACTIONS(994), + [anon_sym_DQUOTE] = ACTIONS(994), + [aux_sym_string_token1] = ACTIONS(994), + [anon_sym_SQUOTE] = ACTIONS(994), + [anon_sym_LT_LT_LT] = ACTIONS(994), + [anon_sym_BQUOTE] = ACTIONS(994), + [anon_sym_DOLLAR] = ACTIONS(994), + [aux_sym_yield_expression_token1] = ACTIONS(996), + [aux_sym_include_expression_token1] = ACTIONS(996), + [aux_sym_include_once_expression_token1] = ACTIONS(996), + [aux_sym_require_expression_token1] = ACTIONS(996), + [aux_sym_require_once_expression_token1] = ACTIONS(996), [sym_comment] = ACTIONS(3), }, [465] = { - [ts_builtin_sym_end] = ACTIONS(1166), - [sym_name] = ACTIONS(1168), - [anon_sym_QMARK_GT] = ACTIONS(1166), - [anon_sym_SEMI] = ACTIONS(1166), - [aux_sym_function_static_declaration_token1] = ACTIONS(1168), - [aux_sym_global_declaration_token1] = ACTIONS(1168), - [aux_sym_namespace_definition_token1] = ACTIONS(1168), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1168), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1168), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1168), - [anon_sym_BSLASH] = ACTIONS(1166), - [anon_sym_LBRACE] = ACTIONS(1166), - [anon_sym_RBRACE] = ACTIONS(1166), - [aux_sym_trait_declaration_token1] = ACTIONS(1168), - [aux_sym_interface_declaration_token1] = ACTIONS(1168), - [aux_sym_enum_declaration_token1] = ACTIONS(1168), - [aux_sym_enum_case_token1] = ACTIONS(1168), - [aux_sym_class_declaration_token1] = ACTIONS(1168), - [aux_sym_final_modifier_token1] = ACTIONS(1168), - [aux_sym_abstract_modifier_token1] = ACTIONS(1168), - [aux_sym_readonly_modifier_token1] = ACTIONS(1168), - [sym_var_modifier] = ACTIONS(1168), - [aux_sym_visibility_modifier_token1] = ACTIONS(1168), - [aux_sym_visibility_modifier_token2] = ACTIONS(1168), - [aux_sym_visibility_modifier_token3] = ACTIONS(1168), - [aux_sym__arrow_function_header_token1] = ACTIONS(1168), - [anon_sym_LPAREN] = ACTIONS(1166), - [aux_sym_cast_type_token1] = ACTIONS(1168), - [aux_sym_echo_statement_token1] = ACTIONS(1168), - [aux_sym_exit_statement_token1] = ACTIONS(1168), - [anon_sym_unset] = ACTIONS(1168), - [aux_sym_declare_statement_token1] = ACTIONS(1168), - [aux_sym_declare_statement_token2] = ACTIONS(1168), - [sym_float] = ACTIONS(1168), - [aux_sym_try_statement_token1] = ACTIONS(1168), - [aux_sym_goto_statement_token1] = ACTIONS(1168), - [aux_sym_continue_statement_token1] = ACTIONS(1168), - [aux_sym_break_statement_token1] = ACTIONS(1168), - [sym_integer] = ACTIONS(1168), - [aux_sym_return_statement_token1] = ACTIONS(1168), - [aux_sym_throw_expression_token1] = ACTIONS(1168), - [aux_sym_while_statement_token1] = ACTIONS(1168), - [aux_sym_while_statement_token2] = ACTIONS(1168), - [aux_sym_do_statement_token1] = ACTIONS(1168), - [aux_sym_for_statement_token1] = ACTIONS(1168), - [aux_sym_for_statement_token2] = ACTIONS(1168), - [aux_sym_foreach_statement_token1] = ACTIONS(1168), - [aux_sym_foreach_statement_token2] = ACTIONS(1168), - [aux_sym_if_statement_token1] = ACTIONS(1168), - [aux_sym_if_statement_token2] = ACTIONS(1168), - [aux_sym_else_if_clause_token1] = ACTIONS(1168), - [aux_sym_else_clause_token1] = ACTIONS(1168), - [aux_sym_match_expression_token1] = ACTIONS(1168), - [aux_sym_match_default_expression_token1] = ACTIONS(1168), - [aux_sym_switch_statement_token1] = ACTIONS(1168), - [aux_sym_switch_block_token1] = ACTIONS(1168), - [anon_sym_PLUS] = ACTIONS(1168), - [anon_sym_DASH] = ACTIONS(1168), - [anon_sym_TILDE] = ACTIONS(1166), - [anon_sym_BANG] = ACTIONS(1166), - [anon_sym_AT] = ACTIONS(1166), - [aux_sym_clone_expression_token1] = ACTIONS(1168), - [aux_sym_print_intrinsic_token1] = ACTIONS(1168), - [aux_sym_object_creation_expression_token1] = ACTIONS(1168), - [anon_sym_DASH_DASH] = ACTIONS(1166), - [anon_sym_PLUS_PLUS] = ACTIONS(1166), - [aux_sym__list_destructing_token1] = ACTIONS(1168), - [anon_sym_LBRACK] = ACTIONS(1166), - [anon_sym_self] = ACTIONS(1168), - [anon_sym_parent] = ACTIONS(1168), - [aux_sym__argument_name_token1] = ACTIONS(1168), - [aux_sym__argument_name_token2] = ACTIONS(1168), - [anon_sym_POUND_LBRACK] = ACTIONS(1166), - [aux_sym_encapsed_string_token1] = ACTIONS(1166), - [anon_sym_DQUOTE] = ACTIONS(1166), - [aux_sym_string_token1] = ACTIONS(1166), - [anon_sym_SQUOTE] = ACTIONS(1166), - [anon_sym_LT_LT_LT] = ACTIONS(1166), - [anon_sym_BQUOTE] = ACTIONS(1166), - [anon_sym_DOLLAR] = ACTIONS(1166), - [aux_sym_yield_expression_token1] = ACTIONS(1168), - [aux_sym_include_expression_token1] = ACTIONS(1168), - [aux_sym_include_once_expression_token1] = ACTIONS(1168), - [aux_sym_require_expression_token1] = ACTIONS(1168), - [aux_sym_require_once_expression_token1] = ACTIONS(1168), + [ts_builtin_sym_end] = ACTIONS(1202), + [sym_name] = ACTIONS(1204), + [anon_sym_QMARK_GT] = ACTIONS(1202), + [anon_sym_SEMI] = ACTIONS(1202), + [aux_sym_function_static_declaration_token1] = ACTIONS(1204), + [aux_sym_global_declaration_token1] = ACTIONS(1204), + [aux_sym_namespace_definition_token1] = ACTIONS(1204), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1204), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1204), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1204), + [anon_sym_BSLASH] = ACTIONS(1202), + [anon_sym_LBRACE] = ACTIONS(1202), + [anon_sym_RBRACE] = ACTIONS(1202), + [aux_sym_trait_declaration_token1] = ACTIONS(1204), + [aux_sym_interface_declaration_token1] = ACTIONS(1204), + [aux_sym_enum_declaration_token1] = ACTIONS(1204), + [aux_sym_enum_case_token1] = ACTIONS(1204), + [aux_sym_class_declaration_token1] = ACTIONS(1204), + [aux_sym_final_modifier_token1] = ACTIONS(1204), + [aux_sym_abstract_modifier_token1] = ACTIONS(1204), + [aux_sym_readonly_modifier_token1] = ACTIONS(1204), + [sym_var_modifier] = ACTIONS(1204), + [aux_sym_visibility_modifier_token1] = ACTIONS(1204), + [aux_sym_visibility_modifier_token2] = ACTIONS(1204), + [aux_sym_visibility_modifier_token3] = ACTIONS(1204), + [anon_sym_LPAREN] = ACTIONS(1202), + [aux_sym__arrow_function_header_token1] = ACTIONS(1204), + [aux_sym_cast_type_token1] = ACTIONS(1204), + [aux_sym_echo_statement_token1] = ACTIONS(1204), + [aux_sym_exit_statement_token1] = ACTIONS(1204), + [anon_sym_unset] = ACTIONS(1204), + [aux_sym_declare_statement_token1] = ACTIONS(1204), + [aux_sym_declare_statement_token2] = ACTIONS(1204), + [sym_float] = ACTIONS(1204), + [aux_sym_try_statement_token1] = ACTIONS(1204), + [aux_sym_goto_statement_token1] = ACTIONS(1204), + [aux_sym_continue_statement_token1] = ACTIONS(1204), + [aux_sym_break_statement_token1] = ACTIONS(1204), + [sym_integer] = ACTIONS(1204), + [aux_sym_return_statement_token1] = ACTIONS(1204), + [aux_sym_throw_expression_token1] = ACTIONS(1204), + [aux_sym_while_statement_token1] = ACTIONS(1204), + [aux_sym_while_statement_token2] = ACTIONS(1204), + [aux_sym_do_statement_token1] = ACTIONS(1204), + [aux_sym_for_statement_token1] = ACTIONS(1204), + [aux_sym_for_statement_token2] = ACTIONS(1204), + [aux_sym_foreach_statement_token1] = ACTIONS(1204), + [aux_sym_foreach_statement_token2] = ACTIONS(1204), + [aux_sym_if_statement_token1] = ACTIONS(1204), + [aux_sym_if_statement_token2] = ACTIONS(1204), + [aux_sym_else_if_clause_token1] = ACTIONS(1204), + [aux_sym_else_clause_token1] = ACTIONS(1204), + [aux_sym_match_expression_token1] = ACTIONS(1204), + [aux_sym_match_default_expression_token1] = ACTIONS(1204), + [aux_sym_switch_statement_token1] = ACTIONS(1204), + [aux_sym_switch_block_token1] = ACTIONS(1204), + [anon_sym_PLUS] = ACTIONS(1204), + [anon_sym_DASH] = ACTIONS(1204), + [anon_sym_TILDE] = ACTIONS(1202), + [anon_sym_BANG] = ACTIONS(1202), + [anon_sym_AT] = ACTIONS(1202), + [aux_sym_clone_expression_token1] = ACTIONS(1204), + [aux_sym_print_intrinsic_token1] = ACTIONS(1204), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1204), + [anon_sym_DASH_DASH] = ACTIONS(1202), + [anon_sym_PLUS_PLUS] = ACTIONS(1202), + [aux_sym__list_destructing_token1] = ACTIONS(1204), + [anon_sym_LBRACK] = ACTIONS(1202), + [anon_sym_self] = ACTIONS(1204), + [anon_sym_parent] = ACTIONS(1204), + [aux_sym__argument_name_token1] = ACTIONS(1204), + [aux_sym__argument_name_token2] = ACTIONS(1204), + [anon_sym_POUND_LBRACK] = ACTIONS(1202), + [aux_sym_encapsed_string_token1] = ACTIONS(1202), + [anon_sym_DQUOTE] = ACTIONS(1202), + [aux_sym_string_token1] = ACTIONS(1202), + [anon_sym_SQUOTE] = ACTIONS(1202), + [anon_sym_LT_LT_LT] = ACTIONS(1202), + [anon_sym_BQUOTE] = ACTIONS(1202), + [anon_sym_DOLLAR] = ACTIONS(1202), + [aux_sym_yield_expression_token1] = ACTIONS(1204), + [aux_sym_include_expression_token1] = ACTIONS(1204), + [aux_sym_include_once_expression_token1] = ACTIONS(1204), + [aux_sym_require_expression_token1] = ACTIONS(1204), + [aux_sym_require_once_expression_token1] = ACTIONS(1204), [sym_comment] = ACTIONS(3), }, [466] = { - [ts_builtin_sym_end] = ACTIONS(1192), - [sym_name] = ACTIONS(1194), - [anon_sym_QMARK_GT] = ACTIONS(1192), - [anon_sym_SEMI] = ACTIONS(1192), - [aux_sym_function_static_declaration_token1] = ACTIONS(1194), - [aux_sym_global_declaration_token1] = ACTIONS(1194), - [aux_sym_namespace_definition_token1] = ACTIONS(1194), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1194), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1194), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1194), - [anon_sym_BSLASH] = ACTIONS(1192), - [anon_sym_LBRACE] = ACTIONS(1192), - [anon_sym_RBRACE] = ACTIONS(1192), - [aux_sym_trait_declaration_token1] = ACTIONS(1194), - [aux_sym_interface_declaration_token1] = ACTIONS(1194), - [aux_sym_enum_declaration_token1] = ACTIONS(1194), - [aux_sym_enum_case_token1] = ACTIONS(1194), - [aux_sym_class_declaration_token1] = ACTIONS(1194), - [aux_sym_final_modifier_token1] = ACTIONS(1194), - [aux_sym_abstract_modifier_token1] = ACTIONS(1194), - [aux_sym_readonly_modifier_token1] = ACTIONS(1194), - [sym_var_modifier] = ACTIONS(1194), - [aux_sym_visibility_modifier_token1] = ACTIONS(1194), - [aux_sym_visibility_modifier_token2] = ACTIONS(1194), - [aux_sym_visibility_modifier_token3] = ACTIONS(1194), - [aux_sym__arrow_function_header_token1] = ACTIONS(1194), - [anon_sym_LPAREN] = ACTIONS(1192), - [aux_sym_cast_type_token1] = ACTIONS(1194), - [aux_sym_echo_statement_token1] = ACTIONS(1194), - [aux_sym_exit_statement_token1] = ACTIONS(1194), - [anon_sym_unset] = ACTIONS(1194), - [aux_sym_declare_statement_token1] = ACTIONS(1194), - [aux_sym_declare_statement_token2] = ACTIONS(1194), - [sym_float] = ACTIONS(1194), - [aux_sym_try_statement_token1] = ACTIONS(1194), - [aux_sym_goto_statement_token1] = ACTIONS(1194), - [aux_sym_continue_statement_token1] = ACTIONS(1194), - [aux_sym_break_statement_token1] = ACTIONS(1194), - [sym_integer] = ACTIONS(1194), - [aux_sym_return_statement_token1] = ACTIONS(1194), - [aux_sym_throw_expression_token1] = ACTIONS(1194), - [aux_sym_while_statement_token1] = ACTIONS(1194), - [aux_sym_while_statement_token2] = ACTIONS(1194), - [aux_sym_do_statement_token1] = ACTIONS(1194), - [aux_sym_for_statement_token1] = ACTIONS(1194), - [aux_sym_for_statement_token2] = ACTIONS(1194), - [aux_sym_foreach_statement_token1] = ACTIONS(1194), - [aux_sym_foreach_statement_token2] = ACTIONS(1194), - [aux_sym_if_statement_token1] = ACTIONS(1194), - [aux_sym_if_statement_token2] = ACTIONS(1194), - [aux_sym_else_if_clause_token1] = ACTIONS(1194), - [aux_sym_else_clause_token1] = ACTIONS(1194), - [aux_sym_match_expression_token1] = ACTIONS(1194), - [aux_sym_match_default_expression_token1] = ACTIONS(1194), - [aux_sym_switch_statement_token1] = ACTIONS(1194), - [aux_sym_switch_block_token1] = ACTIONS(1194), - [anon_sym_PLUS] = ACTIONS(1194), - [anon_sym_DASH] = ACTIONS(1194), - [anon_sym_TILDE] = ACTIONS(1192), - [anon_sym_BANG] = ACTIONS(1192), - [anon_sym_AT] = ACTIONS(1192), - [aux_sym_clone_expression_token1] = ACTIONS(1194), - [aux_sym_print_intrinsic_token1] = ACTIONS(1194), - [aux_sym_object_creation_expression_token1] = ACTIONS(1194), - [anon_sym_DASH_DASH] = ACTIONS(1192), - [anon_sym_PLUS_PLUS] = ACTIONS(1192), - [aux_sym__list_destructing_token1] = ACTIONS(1194), - [anon_sym_LBRACK] = ACTIONS(1192), - [anon_sym_self] = ACTIONS(1194), - [anon_sym_parent] = ACTIONS(1194), - [aux_sym__argument_name_token1] = ACTIONS(1194), - [aux_sym__argument_name_token2] = ACTIONS(1194), - [anon_sym_POUND_LBRACK] = ACTIONS(1192), - [aux_sym_encapsed_string_token1] = ACTIONS(1192), - [anon_sym_DQUOTE] = ACTIONS(1192), - [aux_sym_string_token1] = ACTIONS(1192), - [anon_sym_SQUOTE] = ACTIONS(1192), - [anon_sym_LT_LT_LT] = ACTIONS(1192), - [anon_sym_BQUOTE] = ACTIONS(1192), - [anon_sym_DOLLAR] = ACTIONS(1192), - [aux_sym_yield_expression_token1] = ACTIONS(1194), - [aux_sym_include_expression_token1] = ACTIONS(1194), - [aux_sym_include_once_expression_token1] = ACTIONS(1194), - [aux_sym_require_expression_token1] = ACTIONS(1194), - [aux_sym_require_once_expression_token1] = ACTIONS(1194), + [ts_builtin_sym_end] = ACTIONS(1206), + [sym_name] = ACTIONS(1208), + [anon_sym_QMARK_GT] = ACTIONS(1206), + [anon_sym_SEMI] = ACTIONS(1206), + [aux_sym_function_static_declaration_token1] = ACTIONS(1208), + [aux_sym_global_declaration_token1] = ACTIONS(1208), + [aux_sym_namespace_definition_token1] = ACTIONS(1208), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1208), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1208), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1208), + [anon_sym_BSLASH] = ACTIONS(1206), + [anon_sym_LBRACE] = ACTIONS(1206), + [anon_sym_RBRACE] = ACTIONS(1206), + [aux_sym_trait_declaration_token1] = ACTIONS(1208), + [aux_sym_interface_declaration_token1] = ACTIONS(1208), + [aux_sym_enum_declaration_token1] = ACTIONS(1208), + [aux_sym_enum_case_token1] = ACTIONS(1208), + [aux_sym_class_declaration_token1] = ACTIONS(1208), + [aux_sym_final_modifier_token1] = ACTIONS(1208), + [aux_sym_abstract_modifier_token1] = ACTIONS(1208), + [aux_sym_readonly_modifier_token1] = ACTIONS(1208), + [sym_var_modifier] = ACTIONS(1208), + [aux_sym_visibility_modifier_token1] = ACTIONS(1208), + [aux_sym_visibility_modifier_token2] = ACTIONS(1208), + [aux_sym_visibility_modifier_token3] = ACTIONS(1208), + [anon_sym_LPAREN] = ACTIONS(1206), + [aux_sym__arrow_function_header_token1] = ACTIONS(1208), + [aux_sym_cast_type_token1] = ACTIONS(1208), + [aux_sym_echo_statement_token1] = ACTIONS(1208), + [aux_sym_exit_statement_token1] = ACTIONS(1208), + [anon_sym_unset] = ACTIONS(1208), + [aux_sym_declare_statement_token1] = ACTIONS(1208), + [aux_sym_declare_statement_token2] = ACTIONS(1208), + [sym_float] = ACTIONS(1208), + [aux_sym_try_statement_token1] = ACTIONS(1208), + [aux_sym_goto_statement_token1] = ACTIONS(1208), + [aux_sym_continue_statement_token1] = ACTIONS(1208), + [aux_sym_break_statement_token1] = ACTIONS(1208), + [sym_integer] = ACTIONS(1208), + [aux_sym_return_statement_token1] = ACTIONS(1208), + [aux_sym_throw_expression_token1] = ACTIONS(1208), + [aux_sym_while_statement_token1] = ACTIONS(1208), + [aux_sym_while_statement_token2] = ACTIONS(1208), + [aux_sym_do_statement_token1] = ACTIONS(1208), + [aux_sym_for_statement_token1] = ACTIONS(1208), + [aux_sym_for_statement_token2] = ACTIONS(1208), + [aux_sym_foreach_statement_token1] = ACTIONS(1208), + [aux_sym_foreach_statement_token2] = ACTIONS(1208), + [aux_sym_if_statement_token1] = ACTIONS(1208), + [aux_sym_if_statement_token2] = ACTIONS(1208), + [aux_sym_else_if_clause_token1] = ACTIONS(1208), + [aux_sym_else_clause_token1] = ACTIONS(1208), + [aux_sym_match_expression_token1] = ACTIONS(1208), + [aux_sym_match_default_expression_token1] = ACTIONS(1208), + [aux_sym_switch_statement_token1] = ACTIONS(1208), + [aux_sym_switch_block_token1] = ACTIONS(1208), + [anon_sym_PLUS] = ACTIONS(1208), + [anon_sym_DASH] = ACTIONS(1208), + [anon_sym_TILDE] = ACTIONS(1206), + [anon_sym_BANG] = ACTIONS(1206), + [anon_sym_AT] = ACTIONS(1206), + [aux_sym_clone_expression_token1] = ACTIONS(1208), + [aux_sym_print_intrinsic_token1] = ACTIONS(1208), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1208), + [anon_sym_DASH_DASH] = ACTIONS(1206), + [anon_sym_PLUS_PLUS] = ACTIONS(1206), + [aux_sym__list_destructing_token1] = ACTIONS(1208), + [anon_sym_LBRACK] = ACTIONS(1206), + [anon_sym_self] = ACTIONS(1208), + [anon_sym_parent] = ACTIONS(1208), + [aux_sym__argument_name_token1] = ACTIONS(1208), + [aux_sym__argument_name_token2] = ACTIONS(1208), + [anon_sym_POUND_LBRACK] = ACTIONS(1206), + [aux_sym_encapsed_string_token1] = ACTIONS(1206), + [anon_sym_DQUOTE] = ACTIONS(1206), + [aux_sym_string_token1] = ACTIONS(1206), + [anon_sym_SQUOTE] = ACTIONS(1206), + [anon_sym_LT_LT_LT] = ACTIONS(1206), + [anon_sym_BQUOTE] = ACTIONS(1206), + [anon_sym_DOLLAR] = ACTIONS(1206), + [aux_sym_yield_expression_token1] = ACTIONS(1208), + [aux_sym_include_expression_token1] = ACTIONS(1208), + [aux_sym_include_once_expression_token1] = ACTIONS(1208), + [aux_sym_require_expression_token1] = ACTIONS(1208), + [aux_sym_require_once_expression_token1] = ACTIONS(1208), [sym_comment] = ACTIONS(3), }, [467] = { - [ts_builtin_sym_end] = ACTIONS(1196), - [sym_name] = ACTIONS(1198), - [anon_sym_QMARK_GT] = ACTIONS(1196), - [anon_sym_SEMI] = ACTIONS(1196), - [aux_sym_function_static_declaration_token1] = ACTIONS(1198), - [aux_sym_global_declaration_token1] = ACTIONS(1198), - [aux_sym_namespace_definition_token1] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1198), - [anon_sym_BSLASH] = ACTIONS(1196), - [anon_sym_LBRACE] = ACTIONS(1196), - [anon_sym_RBRACE] = ACTIONS(1196), - [aux_sym_trait_declaration_token1] = ACTIONS(1198), - [aux_sym_interface_declaration_token1] = ACTIONS(1198), - [aux_sym_enum_declaration_token1] = ACTIONS(1198), - [aux_sym_enum_case_token1] = ACTIONS(1198), - [aux_sym_class_declaration_token1] = ACTIONS(1198), - [aux_sym_final_modifier_token1] = ACTIONS(1198), - [aux_sym_abstract_modifier_token1] = ACTIONS(1198), - [aux_sym_readonly_modifier_token1] = ACTIONS(1198), - [sym_var_modifier] = ACTIONS(1198), - [aux_sym_visibility_modifier_token1] = ACTIONS(1198), - [aux_sym_visibility_modifier_token2] = ACTIONS(1198), - [aux_sym_visibility_modifier_token3] = ACTIONS(1198), - [aux_sym__arrow_function_header_token1] = ACTIONS(1198), - [anon_sym_LPAREN] = ACTIONS(1196), - [aux_sym_cast_type_token1] = ACTIONS(1198), - [aux_sym_echo_statement_token1] = ACTIONS(1198), - [aux_sym_exit_statement_token1] = ACTIONS(1198), - [anon_sym_unset] = ACTIONS(1198), - [aux_sym_declare_statement_token1] = ACTIONS(1198), - [aux_sym_declare_statement_token2] = ACTIONS(1198), - [sym_float] = ACTIONS(1198), - [aux_sym_try_statement_token1] = ACTIONS(1198), - [aux_sym_goto_statement_token1] = ACTIONS(1198), - [aux_sym_continue_statement_token1] = ACTIONS(1198), - [aux_sym_break_statement_token1] = ACTIONS(1198), - [sym_integer] = ACTIONS(1198), - [aux_sym_return_statement_token1] = ACTIONS(1198), - [aux_sym_throw_expression_token1] = ACTIONS(1198), - [aux_sym_while_statement_token1] = ACTIONS(1198), - [aux_sym_while_statement_token2] = ACTIONS(1198), - [aux_sym_do_statement_token1] = ACTIONS(1198), - [aux_sym_for_statement_token1] = ACTIONS(1198), - [aux_sym_for_statement_token2] = ACTIONS(1198), - [aux_sym_foreach_statement_token1] = ACTIONS(1198), - [aux_sym_foreach_statement_token2] = ACTIONS(1198), - [aux_sym_if_statement_token1] = ACTIONS(1198), - [aux_sym_if_statement_token2] = ACTIONS(1198), - [aux_sym_else_if_clause_token1] = ACTIONS(1198), - [aux_sym_else_clause_token1] = ACTIONS(1198), - [aux_sym_match_expression_token1] = ACTIONS(1198), - [aux_sym_match_default_expression_token1] = ACTIONS(1198), - [aux_sym_switch_statement_token1] = ACTIONS(1198), - [aux_sym_switch_block_token1] = ACTIONS(1198), - [anon_sym_PLUS] = ACTIONS(1198), - [anon_sym_DASH] = ACTIONS(1198), - [anon_sym_TILDE] = ACTIONS(1196), - [anon_sym_BANG] = ACTIONS(1196), - [anon_sym_AT] = ACTIONS(1196), - [aux_sym_clone_expression_token1] = ACTIONS(1198), - [aux_sym_print_intrinsic_token1] = ACTIONS(1198), - [aux_sym_object_creation_expression_token1] = ACTIONS(1198), - [anon_sym_DASH_DASH] = ACTIONS(1196), - [anon_sym_PLUS_PLUS] = ACTIONS(1196), - [aux_sym__list_destructing_token1] = ACTIONS(1198), - [anon_sym_LBRACK] = ACTIONS(1196), - [anon_sym_self] = ACTIONS(1198), - [anon_sym_parent] = ACTIONS(1198), - [aux_sym__argument_name_token1] = ACTIONS(1198), - [aux_sym__argument_name_token2] = ACTIONS(1198), - [anon_sym_POUND_LBRACK] = ACTIONS(1196), - [aux_sym_encapsed_string_token1] = ACTIONS(1196), - [anon_sym_DQUOTE] = ACTIONS(1196), - [aux_sym_string_token1] = ACTIONS(1196), - [anon_sym_SQUOTE] = ACTIONS(1196), - [anon_sym_LT_LT_LT] = ACTIONS(1196), - [anon_sym_BQUOTE] = ACTIONS(1196), - [anon_sym_DOLLAR] = ACTIONS(1196), - [aux_sym_yield_expression_token1] = ACTIONS(1198), - [aux_sym_include_expression_token1] = ACTIONS(1198), - [aux_sym_include_once_expression_token1] = ACTIONS(1198), - [aux_sym_require_expression_token1] = ACTIONS(1198), - [aux_sym_require_once_expression_token1] = ACTIONS(1198), + [ts_builtin_sym_end] = ACTIONS(998), + [sym_name] = ACTIONS(1000), + [anon_sym_QMARK_GT] = ACTIONS(998), + [anon_sym_SEMI] = ACTIONS(998), + [aux_sym_function_static_declaration_token1] = ACTIONS(1000), + [aux_sym_global_declaration_token1] = ACTIONS(1000), + [aux_sym_namespace_definition_token1] = ACTIONS(1000), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1000), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1000), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1000), + [anon_sym_BSLASH] = ACTIONS(998), + [anon_sym_LBRACE] = ACTIONS(998), + [anon_sym_RBRACE] = ACTIONS(998), + [aux_sym_trait_declaration_token1] = ACTIONS(1000), + [aux_sym_interface_declaration_token1] = ACTIONS(1000), + [aux_sym_enum_declaration_token1] = ACTIONS(1000), + [aux_sym_enum_case_token1] = ACTIONS(1000), + [aux_sym_class_declaration_token1] = ACTIONS(1000), + [aux_sym_final_modifier_token1] = ACTIONS(1000), + [aux_sym_abstract_modifier_token1] = ACTIONS(1000), + [aux_sym_readonly_modifier_token1] = ACTIONS(1000), + [sym_var_modifier] = ACTIONS(1000), + [aux_sym_visibility_modifier_token1] = ACTIONS(1000), + [aux_sym_visibility_modifier_token2] = ACTIONS(1000), + [aux_sym_visibility_modifier_token3] = ACTIONS(1000), + [anon_sym_LPAREN] = ACTIONS(998), + [aux_sym__arrow_function_header_token1] = ACTIONS(1000), + [aux_sym_cast_type_token1] = ACTIONS(1000), + [aux_sym_echo_statement_token1] = ACTIONS(1000), + [aux_sym_exit_statement_token1] = ACTIONS(1000), + [anon_sym_unset] = ACTIONS(1000), + [aux_sym_declare_statement_token1] = ACTIONS(1000), + [aux_sym_declare_statement_token2] = ACTIONS(1000), + [sym_float] = ACTIONS(1000), + [aux_sym_try_statement_token1] = ACTIONS(1000), + [aux_sym_goto_statement_token1] = ACTIONS(1000), + [aux_sym_continue_statement_token1] = ACTIONS(1000), + [aux_sym_break_statement_token1] = ACTIONS(1000), + [sym_integer] = ACTIONS(1000), + [aux_sym_return_statement_token1] = ACTIONS(1000), + [aux_sym_throw_expression_token1] = ACTIONS(1000), + [aux_sym_while_statement_token1] = ACTIONS(1000), + [aux_sym_while_statement_token2] = ACTIONS(1000), + [aux_sym_do_statement_token1] = ACTIONS(1000), + [aux_sym_for_statement_token1] = ACTIONS(1000), + [aux_sym_for_statement_token2] = ACTIONS(1000), + [aux_sym_foreach_statement_token1] = ACTIONS(1000), + [aux_sym_foreach_statement_token2] = ACTIONS(1000), + [aux_sym_if_statement_token1] = ACTIONS(1000), + [aux_sym_if_statement_token2] = ACTIONS(1000), + [aux_sym_else_if_clause_token1] = ACTIONS(1000), + [aux_sym_else_clause_token1] = ACTIONS(1000), + [aux_sym_match_expression_token1] = ACTIONS(1000), + [aux_sym_match_default_expression_token1] = ACTIONS(1000), + [aux_sym_switch_statement_token1] = ACTIONS(1000), + [aux_sym_switch_block_token1] = ACTIONS(1000), + [anon_sym_PLUS] = ACTIONS(1000), + [anon_sym_DASH] = ACTIONS(1000), + [anon_sym_TILDE] = ACTIONS(998), + [anon_sym_BANG] = ACTIONS(998), + [anon_sym_AT] = ACTIONS(998), + [aux_sym_clone_expression_token1] = ACTIONS(1000), + [aux_sym_print_intrinsic_token1] = ACTIONS(1000), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1000), + [anon_sym_DASH_DASH] = ACTIONS(998), + [anon_sym_PLUS_PLUS] = ACTIONS(998), + [aux_sym__list_destructing_token1] = ACTIONS(1000), + [anon_sym_LBRACK] = ACTIONS(998), + [anon_sym_self] = ACTIONS(1000), + [anon_sym_parent] = ACTIONS(1000), + [aux_sym__argument_name_token1] = ACTIONS(1000), + [aux_sym__argument_name_token2] = ACTIONS(1000), + [anon_sym_POUND_LBRACK] = ACTIONS(998), + [aux_sym_encapsed_string_token1] = ACTIONS(998), + [anon_sym_DQUOTE] = ACTIONS(998), + [aux_sym_string_token1] = ACTIONS(998), + [anon_sym_SQUOTE] = ACTIONS(998), + [anon_sym_LT_LT_LT] = ACTIONS(998), + [anon_sym_BQUOTE] = ACTIONS(998), + [anon_sym_DOLLAR] = ACTIONS(998), + [aux_sym_yield_expression_token1] = ACTIONS(1000), + [aux_sym_include_expression_token1] = ACTIONS(1000), + [aux_sym_include_once_expression_token1] = ACTIONS(1000), + [aux_sym_require_expression_token1] = ACTIONS(1000), + [aux_sym_require_once_expression_token1] = ACTIONS(1000), [sym_comment] = ACTIONS(3), }, [468] = { - [ts_builtin_sym_end] = ACTIONS(1200), - [sym_name] = ACTIONS(1202), - [anon_sym_QMARK_GT] = ACTIONS(1200), - [anon_sym_SEMI] = ACTIONS(1200), - [aux_sym_function_static_declaration_token1] = ACTIONS(1202), - [aux_sym_global_declaration_token1] = ACTIONS(1202), - [aux_sym_namespace_definition_token1] = ACTIONS(1202), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1202), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1202), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1202), - [anon_sym_BSLASH] = ACTIONS(1200), - [anon_sym_LBRACE] = ACTIONS(1200), - [anon_sym_RBRACE] = ACTIONS(1200), - [aux_sym_trait_declaration_token1] = ACTIONS(1202), - [aux_sym_interface_declaration_token1] = ACTIONS(1202), - [aux_sym_enum_declaration_token1] = ACTIONS(1202), - [aux_sym_enum_case_token1] = ACTIONS(1202), - [aux_sym_class_declaration_token1] = ACTIONS(1202), - [aux_sym_final_modifier_token1] = ACTIONS(1202), - [aux_sym_abstract_modifier_token1] = ACTIONS(1202), - [aux_sym_readonly_modifier_token1] = ACTIONS(1202), - [sym_var_modifier] = ACTIONS(1202), - [aux_sym_visibility_modifier_token1] = ACTIONS(1202), - [aux_sym_visibility_modifier_token2] = ACTIONS(1202), - [aux_sym_visibility_modifier_token3] = ACTIONS(1202), - [aux_sym__arrow_function_header_token1] = ACTIONS(1202), - [anon_sym_LPAREN] = ACTIONS(1200), - [aux_sym_cast_type_token1] = ACTIONS(1202), - [aux_sym_echo_statement_token1] = ACTIONS(1202), - [aux_sym_exit_statement_token1] = ACTIONS(1202), - [anon_sym_unset] = ACTIONS(1202), - [aux_sym_declare_statement_token1] = ACTIONS(1202), - [aux_sym_declare_statement_token2] = ACTIONS(1202), - [sym_float] = ACTIONS(1202), - [aux_sym_try_statement_token1] = ACTIONS(1202), - [aux_sym_goto_statement_token1] = ACTIONS(1202), - [aux_sym_continue_statement_token1] = ACTIONS(1202), - [aux_sym_break_statement_token1] = ACTIONS(1202), - [sym_integer] = ACTIONS(1202), - [aux_sym_return_statement_token1] = ACTIONS(1202), - [aux_sym_throw_expression_token1] = ACTIONS(1202), - [aux_sym_while_statement_token1] = ACTIONS(1202), - [aux_sym_while_statement_token2] = ACTIONS(1202), - [aux_sym_do_statement_token1] = ACTIONS(1202), - [aux_sym_for_statement_token1] = ACTIONS(1202), - [aux_sym_for_statement_token2] = ACTIONS(1202), - [aux_sym_foreach_statement_token1] = ACTIONS(1202), - [aux_sym_foreach_statement_token2] = ACTIONS(1202), - [aux_sym_if_statement_token1] = ACTIONS(1202), - [aux_sym_if_statement_token2] = ACTIONS(1202), - [aux_sym_else_if_clause_token1] = ACTIONS(1202), - [aux_sym_else_clause_token1] = ACTIONS(1202), - [aux_sym_match_expression_token1] = ACTIONS(1202), - [aux_sym_match_default_expression_token1] = ACTIONS(1202), - [aux_sym_switch_statement_token1] = ACTIONS(1202), - [aux_sym_switch_block_token1] = ACTIONS(1202), - [anon_sym_PLUS] = ACTIONS(1202), - [anon_sym_DASH] = ACTIONS(1202), - [anon_sym_TILDE] = ACTIONS(1200), - [anon_sym_BANG] = ACTIONS(1200), - [anon_sym_AT] = ACTIONS(1200), - [aux_sym_clone_expression_token1] = ACTIONS(1202), - [aux_sym_print_intrinsic_token1] = ACTIONS(1202), - [aux_sym_object_creation_expression_token1] = ACTIONS(1202), - [anon_sym_DASH_DASH] = ACTIONS(1200), - [anon_sym_PLUS_PLUS] = ACTIONS(1200), - [aux_sym__list_destructing_token1] = ACTIONS(1202), - [anon_sym_LBRACK] = ACTIONS(1200), - [anon_sym_self] = ACTIONS(1202), - [anon_sym_parent] = ACTIONS(1202), - [aux_sym__argument_name_token1] = ACTIONS(1202), - [aux_sym__argument_name_token2] = ACTIONS(1202), - [anon_sym_POUND_LBRACK] = ACTIONS(1200), - [aux_sym_encapsed_string_token1] = ACTIONS(1200), - [anon_sym_DQUOTE] = ACTIONS(1200), - [aux_sym_string_token1] = ACTIONS(1200), - [anon_sym_SQUOTE] = ACTIONS(1200), - [anon_sym_LT_LT_LT] = ACTIONS(1200), - [anon_sym_BQUOTE] = ACTIONS(1200), - [anon_sym_DOLLAR] = ACTIONS(1200), - [aux_sym_yield_expression_token1] = ACTIONS(1202), - [aux_sym_include_expression_token1] = ACTIONS(1202), - [aux_sym_include_once_expression_token1] = ACTIONS(1202), - [aux_sym_require_expression_token1] = ACTIONS(1202), - [aux_sym_require_once_expression_token1] = ACTIONS(1202), + [ts_builtin_sym_end] = ACTIONS(1210), + [sym_name] = ACTIONS(1212), + [anon_sym_QMARK_GT] = ACTIONS(1210), + [anon_sym_SEMI] = ACTIONS(1210), + [aux_sym_function_static_declaration_token1] = ACTIONS(1212), + [aux_sym_global_declaration_token1] = ACTIONS(1212), + [aux_sym_namespace_definition_token1] = ACTIONS(1212), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1212), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1212), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1212), + [anon_sym_BSLASH] = ACTIONS(1210), + [anon_sym_LBRACE] = ACTIONS(1210), + [anon_sym_RBRACE] = ACTIONS(1210), + [aux_sym_trait_declaration_token1] = ACTIONS(1212), + [aux_sym_interface_declaration_token1] = ACTIONS(1212), + [aux_sym_enum_declaration_token1] = ACTIONS(1212), + [aux_sym_enum_case_token1] = ACTIONS(1212), + [aux_sym_class_declaration_token1] = ACTIONS(1212), + [aux_sym_final_modifier_token1] = ACTIONS(1212), + [aux_sym_abstract_modifier_token1] = ACTIONS(1212), + [aux_sym_readonly_modifier_token1] = ACTIONS(1212), + [sym_var_modifier] = ACTIONS(1212), + [aux_sym_visibility_modifier_token1] = ACTIONS(1212), + [aux_sym_visibility_modifier_token2] = ACTIONS(1212), + [aux_sym_visibility_modifier_token3] = ACTIONS(1212), + [anon_sym_LPAREN] = ACTIONS(1210), + [aux_sym__arrow_function_header_token1] = ACTIONS(1212), + [aux_sym_cast_type_token1] = ACTIONS(1212), + [aux_sym_echo_statement_token1] = ACTIONS(1212), + [aux_sym_exit_statement_token1] = ACTIONS(1212), + [anon_sym_unset] = ACTIONS(1212), + [aux_sym_declare_statement_token1] = ACTIONS(1212), + [aux_sym_declare_statement_token2] = ACTIONS(1212), + [sym_float] = ACTIONS(1212), + [aux_sym_try_statement_token1] = ACTIONS(1212), + [aux_sym_goto_statement_token1] = ACTIONS(1212), + [aux_sym_continue_statement_token1] = ACTIONS(1212), + [aux_sym_break_statement_token1] = ACTIONS(1212), + [sym_integer] = ACTIONS(1212), + [aux_sym_return_statement_token1] = ACTIONS(1212), + [aux_sym_throw_expression_token1] = ACTIONS(1212), + [aux_sym_while_statement_token1] = ACTIONS(1212), + [aux_sym_while_statement_token2] = ACTIONS(1212), + [aux_sym_do_statement_token1] = ACTIONS(1212), + [aux_sym_for_statement_token1] = ACTIONS(1212), + [aux_sym_for_statement_token2] = ACTIONS(1212), + [aux_sym_foreach_statement_token1] = ACTIONS(1212), + [aux_sym_foreach_statement_token2] = ACTIONS(1212), + [aux_sym_if_statement_token1] = ACTIONS(1212), + [aux_sym_if_statement_token2] = ACTIONS(1212), + [aux_sym_else_if_clause_token1] = ACTIONS(1212), + [aux_sym_else_clause_token1] = ACTIONS(1212), + [aux_sym_match_expression_token1] = ACTIONS(1212), + [aux_sym_match_default_expression_token1] = ACTIONS(1212), + [aux_sym_switch_statement_token1] = ACTIONS(1212), + [aux_sym_switch_block_token1] = ACTIONS(1212), + [anon_sym_PLUS] = ACTIONS(1212), + [anon_sym_DASH] = ACTIONS(1212), + [anon_sym_TILDE] = ACTIONS(1210), + [anon_sym_BANG] = ACTIONS(1210), + [anon_sym_AT] = ACTIONS(1210), + [aux_sym_clone_expression_token1] = ACTIONS(1212), + [aux_sym_print_intrinsic_token1] = ACTIONS(1212), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1212), + [anon_sym_DASH_DASH] = ACTIONS(1210), + [anon_sym_PLUS_PLUS] = ACTIONS(1210), + [aux_sym__list_destructing_token1] = ACTIONS(1212), + [anon_sym_LBRACK] = ACTIONS(1210), + [anon_sym_self] = ACTIONS(1212), + [anon_sym_parent] = ACTIONS(1212), + [aux_sym__argument_name_token1] = ACTIONS(1212), + [aux_sym__argument_name_token2] = ACTIONS(1212), + [anon_sym_POUND_LBRACK] = ACTIONS(1210), + [aux_sym_encapsed_string_token1] = ACTIONS(1210), + [anon_sym_DQUOTE] = ACTIONS(1210), + [aux_sym_string_token1] = ACTIONS(1210), + [anon_sym_SQUOTE] = ACTIONS(1210), + [anon_sym_LT_LT_LT] = ACTIONS(1210), + [anon_sym_BQUOTE] = ACTIONS(1210), + [anon_sym_DOLLAR] = ACTIONS(1210), + [aux_sym_yield_expression_token1] = ACTIONS(1212), + [aux_sym_include_expression_token1] = ACTIONS(1212), + [aux_sym_include_once_expression_token1] = ACTIONS(1212), + [aux_sym_require_expression_token1] = ACTIONS(1212), + [aux_sym_require_once_expression_token1] = ACTIONS(1212), [sym_comment] = ACTIONS(3), }, [469] = { - [ts_builtin_sym_end] = ACTIONS(1204), - [sym_name] = ACTIONS(1206), - [anon_sym_QMARK_GT] = ACTIONS(1204), - [anon_sym_SEMI] = ACTIONS(1204), - [aux_sym_function_static_declaration_token1] = ACTIONS(1206), - [aux_sym_global_declaration_token1] = ACTIONS(1206), - [aux_sym_namespace_definition_token1] = ACTIONS(1206), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1206), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1206), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1206), - [anon_sym_BSLASH] = ACTIONS(1204), - [anon_sym_LBRACE] = ACTIONS(1204), - [anon_sym_RBRACE] = ACTIONS(1204), - [aux_sym_trait_declaration_token1] = ACTIONS(1206), - [aux_sym_interface_declaration_token1] = ACTIONS(1206), - [aux_sym_enum_declaration_token1] = ACTIONS(1206), - [aux_sym_enum_case_token1] = ACTIONS(1206), - [aux_sym_class_declaration_token1] = ACTIONS(1206), - [aux_sym_final_modifier_token1] = ACTIONS(1206), - [aux_sym_abstract_modifier_token1] = ACTIONS(1206), - [aux_sym_readonly_modifier_token1] = ACTIONS(1206), - [sym_var_modifier] = ACTIONS(1206), - [aux_sym_visibility_modifier_token1] = ACTIONS(1206), - [aux_sym_visibility_modifier_token2] = ACTIONS(1206), - [aux_sym_visibility_modifier_token3] = ACTIONS(1206), - [aux_sym__arrow_function_header_token1] = ACTIONS(1206), - [anon_sym_LPAREN] = ACTIONS(1204), - [aux_sym_cast_type_token1] = ACTIONS(1206), - [aux_sym_echo_statement_token1] = ACTIONS(1206), - [aux_sym_exit_statement_token1] = ACTIONS(1206), - [anon_sym_unset] = ACTIONS(1206), - [aux_sym_declare_statement_token1] = ACTIONS(1206), - [aux_sym_declare_statement_token2] = ACTIONS(1206), - [sym_float] = ACTIONS(1206), - [aux_sym_try_statement_token1] = ACTIONS(1206), - [aux_sym_goto_statement_token1] = ACTIONS(1206), - [aux_sym_continue_statement_token1] = ACTIONS(1206), - [aux_sym_break_statement_token1] = ACTIONS(1206), - [sym_integer] = ACTIONS(1206), - [aux_sym_return_statement_token1] = ACTIONS(1206), - [aux_sym_throw_expression_token1] = ACTIONS(1206), - [aux_sym_while_statement_token1] = ACTIONS(1206), - [aux_sym_while_statement_token2] = ACTIONS(1206), - [aux_sym_do_statement_token1] = ACTIONS(1206), - [aux_sym_for_statement_token1] = ACTIONS(1206), - [aux_sym_for_statement_token2] = ACTIONS(1206), - [aux_sym_foreach_statement_token1] = ACTIONS(1206), - [aux_sym_foreach_statement_token2] = ACTIONS(1206), - [aux_sym_if_statement_token1] = ACTIONS(1206), - [aux_sym_if_statement_token2] = ACTIONS(1206), - [aux_sym_else_if_clause_token1] = ACTIONS(1206), - [aux_sym_else_clause_token1] = ACTIONS(1206), - [aux_sym_match_expression_token1] = ACTIONS(1206), - [aux_sym_match_default_expression_token1] = ACTIONS(1206), - [aux_sym_switch_statement_token1] = ACTIONS(1206), - [aux_sym_switch_block_token1] = ACTIONS(1206), - [anon_sym_PLUS] = ACTIONS(1206), - [anon_sym_DASH] = ACTIONS(1206), - [anon_sym_TILDE] = ACTIONS(1204), - [anon_sym_BANG] = ACTIONS(1204), - [anon_sym_AT] = ACTIONS(1204), - [aux_sym_clone_expression_token1] = ACTIONS(1206), - [aux_sym_print_intrinsic_token1] = ACTIONS(1206), - [aux_sym_object_creation_expression_token1] = ACTIONS(1206), - [anon_sym_DASH_DASH] = ACTIONS(1204), - [anon_sym_PLUS_PLUS] = ACTIONS(1204), - [aux_sym__list_destructing_token1] = ACTIONS(1206), - [anon_sym_LBRACK] = ACTIONS(1204), - [anon_sym_self] = ACTIONS(1206), - [anon_sym_parent] = ACTIONS(1206), - [aux_sym__argument_name_token1] = ACTIONS(1206), - [aux_sym__argument_name_token2] = ACTIONS(1206), - [anon_sym_POUND_LBRACK] = ACTIONS(1204), - [aux_sym_encapsed_string_token1] = ACTIONS(1204), - [anon_sym_DQUOTE] = ACTIONS(1204), - [aux_sym_string_token1] = ACTIONS(1204), - [anon_sym_SQUOTE] = ACTIONS(1204), - [anon_sym_LT_LT_LT] = ACTIONS(1204), - [anon_sym_BQUOTE] = ACTIONS(1204), - [anon_sym_DOLLAR] = ACTIONS(1204), - [aux_sym_yield_expression_token1] = ACTIONS(1206), - [aux_sym_include_expression_token1] = ACTIONS(1206), - [aux_sym_include_once_expression_token1] = ACTIONS(1206), - [aux_sym_require_expression_token1] = ACTIONS(1206), - [aux_sym_require_once_expression_token1] = ACTIONS(1206), + [ts_builtin_sym_end] = ACTIONS(1214), + [sym_name] = ACTIONS(1216), + [anon_sym_QMARK_GT] = ACTIONS(1214), + [anon_sym_SEMI] = ACTIONS(1214), + [aux_sym_function_static_declaration_token1] = ACTIONS(1216), + [aux_sym_global_declaration_token1] = ACTIONS(1216), + [aux_sym_namespace_definition_token1] = ACTIONS(1216), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1216), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1216), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1216), + [anon_sym_BSLASH] = ACTIONS(1214), + [anon_sym_LBRACE] = ACTIONS(1214), + [anon_sym_RBRACE] = ACTIONS(1214), + [aux_sym_trait_declaration_token1] = ACTIONS(1216), + [aux_sym_interface_declaration_token1] = ACTIONS(1216), + [aux_sym_enum_declaration_token1] = ACTIONS(1216), + [aux_sym_enum_case_token1] = ACTIONS(1216), + [aux_sym_class_declaration_token1] = ACTIONS(1216), + [aux_sym_final_modifier_token1] = ACTIONS(1216), + [aux_sym_abstract_modifier_token1] = ACTIONS(1216), + [aux_sym_readonly_modifier_token1] = ACTIONS(1216), + [sym_var_modifier] = ACTIONS(1216), + [aux_sym_visibility_modifier_token1] = ACTIONS(1216), + [aux_sym_visibility_modifier_token2] = ACTIONS(1216), + [aux_sym_visibility_modifier_token3] = ACTIONS(1216), + [anon_sym_LPAREN] = ACTIONS(1214), + [aux_sym__arrow_function_header_token1] = ACTIONS(1216), + [aux_sym_cast_type_token1] = ACTIONS(1216), + [aux_sym_echo_statement_token1] = ACTIONS(1216), + [aux_sym_exit_statement_token1] = ACTIONS(1216), + [anon_sym_unset] = ACTIONS(1216), + [aux_sym_declare_statement_token1] = ACTIONS(1216), + [aux_sym_declare_statement_token2] = ACTIONS(1216), + [sym_float] = ACTIONS(1216), + [aux_sym_try_statement_token1] = ACTIONS(1216), + [aux_sym_goto_statement_token1] = ACTIONS(1216), + [aux_sym_continue_statement_token1] = ACTIONS(1216), + [aux_sym_break_statement_token1] = ACTIONS(1216), + [sym_integer] = ACTIONS(1216), + [aux_sym_return_statement_token1] = ACTIONS(1216), + [aux_sym_throw_expression_token1] = ACTIONS(1216), + [aux_sym_while_statement_token1] = ACTIONS(1216), + [aux_sym_while_statement_token2] = ACTIONS(1216), + [aux_sym_do_statement_token1] = ACTIONS(1216), + [aux_sym_for_statement_token1] = ACTIONS(1216), + [aux_sym_for_statement_token2] = ACTIONS(1216), + [aux_sym_foreach_statement_token1] = ACTIONS(1216), + [aux_sym_foreach_statement_token2] = ACTIONS(1216), + [aux_sym_if_statement_token1] = ACTIONS(1216), + [aux_sym_if_statement_token2] = ACTIONS(1216), + [aux_sym_else_if_clause_token1] = ACTIONS(1216), + [aux_sym_else_clause_token1] = ACTIONS(1216), + [aux_sym_match_expression_token1] = ACTIONS(1216), + [aux_sym_match_default_expression_token1] = ACTIONS(1216), + [aux_sym_switch_statement_token1] = ACTIONS(1216), + [aux_sym_switch_block_token1] = ACTIONS(1216), + [anon_sym_PLUS] = ACTIONS(1216), + [anon_sym_DASH] = ACTIONS(1216), + [anon_sym_TILDE] = ACTIONS(1214), + [anon_sym_BANG] = ACTIONS(1214), + [anon_sym_AT] = ACTIONS(1214), + [aux_sym_clone_expression_token1] = ACTIONS(1216), + [aux_sym_print_intrinsic_token1] = ACTIONS(1216), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1216), + [anon_sym_DASH_DASH] = ACTIONS(1214), + [anon_sym_PLUS_PLUS] = ACTIONS(1214), + [aux_sym__list_destructing_token1] = ACTIONS(1216), + [anon_sym_LBRACK] = ACTIONS(1214), + [anon_sym_self] = ACTIONS(1216), + [anon_sym_parent] = ACTIONS(1216), + [aux_sym__argument_name_token1] = ACTIONS(1216), + [aux_sym__argument_name_token2] = ACTIONS(1216), + [anon_sym_POUND_LBRACK] = ACTIONS(1214), + [aux_sym_encapsed_string_token1] = ACTIONS(1214), + [anon_sym_DQUOTE] = ACTIONS(1214), + [aux_sym_string_token1] = ACTIONS(1214), + [anon_sym_SQUOTE] = ACTIONS(1214), + [anon_sym_LT_LT_LT] = ACTIONS(1214), + [anon_sym_BQUOTE] = ACTIONS(1214), + [anon_sym_DOLLAR] = ACTIONS(1214), + [aux_sym_yield_expression_token1] = ACTIONS(1216), + [aux_sym_include_expression_token1] = ACTIONS(1216), + [aux_sym_include_once_expression_token1] = ACTIONS(1216), + [aux_sym_require_expression_token1] = ACTIONS(1216), + [aux_sym_require_once_expression_token1] = ACTIONS(1216), [sym_comment] = ACTIONS(3), }, [470] = { - [ts_builtin_sym_end] = ACTIONS(1208), - [sym_name] = ACTIONS(1210), - [anon_sym_QMARK_GT] = ACTIONS(1208), - [anon_sym_SEMI] = ACTIONS(1208), - [aux_sym_function_static_declaration_token1] = ACTIONS(1210), - [aux_sym_global_declaration_token1] = ACTIONS(1210), - [aux_sym_namespace_definition_token1] = ACTIONS(1210), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1210), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1210), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1210), - [anon_sym_BSLASH] = ACTIONS(1208), - [anon_sym_LBRACE] = ACTIONS(1208), - [anon_sym_RBRACE] = ACTIONS(1208), - [aux_sym_trait_declaration_token1] = ACTIONS(1210), - [aux_sym_interface_declaration_token1] = ACTIONS(1210), - [aux_sym_enum_declaration_token1] = ACTIONS(1210), - [aux_sym_enum_case_token1] = ACTIONS(1210), - [aux_sym_class_declaration_token1] = ACTIONS(1210), - [aux_sym_final_modifier_token1] = ACTIONS(1210), - [aux_sym_abstract_modifier_token1] = ACTIONS(1210), - [aux_sym_readonly_modifier_token1] = ACTIONS(1210), - [sym_var_modifier] = ACTIONS(1210), - [aux_sym_visibility_modifier_token1] = ACTIONS(1210), - [aux_sym_visibility_modifier_token2] = ACTIONS(1210), - [aux_sym_visibility_modifier_token3] = ACTIONS(1210), - [aux_sym__arrow_function_header_token1] = ACTIONS(1210), - [anon_sym_LPAREN] = ACTIONS(1208), - [aux_sym_cast_type_token1] = ACTIONS(1210), - [aux_sym_echo_statement_token1] = ACTIONS(1210), - [aux_sym_exit_statement_token1] = ACTIONS(1210), - [anon_sym_unset] = ACTIONS(1210), - [aux_sym_declare_statement_token1] = ACTIONS(1210), - [aux_sym_declare_statement_token2] = ACTIONS(1210), - [sym_float] = ACTIONS(1210), - [aux_sym_try_statement_token1] = ACTIONS(1210), - [aux_sym_goto_statement_token1] = ACTIONS(1210), - [aux_sym_continue_statement_token1] = ACTIONS(1210), - [aux_sym_break_statement_token1] = ACTIONS(1210), - [sym_integer] = ACTIONS(1210), - [aux_sym_return_statement_token1] = ACTIONS(1210), - [aux_sym_throw_expression_token1] = ACTIONS(1210), - [aux_sym_while_statement_token1] = ACTIONS(1210), - [aux_sym_while_statement_token2] = ACTIONS(1210), - [aux_sym_do_statement_token1] = ACTIONS(1210), - [aux_sym_for_statement_token1] = ACTIONS(1210), - [aux_sym_for_statement_token2] = ACTIONS(1210), - [aux_sym_foreach_statement_token1] = ACTIONS(1210), - [aux_sym_foreach_statement_token2] = ACTIONS(1210), - [aux_sym_if_statement_token1] = ACTIONS(1210), - [aux_sym_if_statement_token2] = ACTIONS(1210), - [aux_sym_else_if_clause_token1] = ACTIONS(1210), - [aux_sym_else_clause_token1] = ACTIONS(1210), - [aux_sym_match_expression_token1] = ACTIONS(1210), - [aux_sym_match_default_expression_token1] = ACTIONS(1210), - [aux_sym_switch_statement_token1] = ACTIONS(1210), - [aux_sym_switch_block_token1] = ACTIONS(1210), - [anon_sym_PLUS] = ACTIONS(1210), - [anon_sym_DASH] = ACTIONS(1210), - [anon_sym_TILDE] = ACTIONS(1208), - [anon_sym_BANG] = ACTIONS(1208), - [anon_sym_AT] = ACTIONS(1208), - [aux_sym_clone_expression_token1] = ACTIONS(1210), - [aux_sym_print_intrinsic_token1] = ACTIONS(1210), - [aux_sym_object_creation_expression_token1] = ACTIONS(1210), - [anon_sym_DASH_DASH] = ACTIONS(1208), - [anon_sym_PLUS_PLUS] = ACTIONS(1208), - [aux_sym__list_destructing_token1] = ACTIONS(1210), - [anon_sym_LBRACK] = ACTIONS(1208), - [anon_sym_self] = ACTIONS(1210), - [anon_sym_parent] = ACTIONS(1210), - [aux_sym__argument_name_token1] = ACTIONS(1210), - [aux_sym__argument_name_token2] = ACTIONS(1210), - [anon_sym_POUND_LBRACK] = ACTIONS(1208), - [aux_sym_encapsed_string_token1] = ACTIONS(1208), - [anon_sym_DQUOTE] = ACTIONS(1208), - [aux_sym_string_token1] = ACTIONS(1208), - [anon_sym_SQUOTE] = ACTIONS(1208), - [anon_sym_LT_LT_LT] = ACTIONS(1208), - [anon_sym_BQUOTE] = ACTIONS(1208), - [anon_sym_DOLLAR] = ACTIONS(1208), - [aux_sym_yield_expression_token1] = ACTIONS(1210), - [aux_sym_include_expression_token1] = ACTIONS(1210), - [aux_sym_include_once_expression_token1] = ACTIONS(1210), - [aux_sym_require_expression_token1] = ACTIONS(1210), - [aux_sym_require_once_expression_token1] = ACTIONS(1210), + [ts_builtin_sym_end] = ACTIONS(1218), + [sym_name] = ACTIONS(1220), + [anon_sym_QMARK_GT] = ACTIONS(1218), + [anon_sym_SEMI] = ACTIONS(1218), + [aux_sym_function_static_declaration_token1] = ACTIONS(1220), + [aux_sym_global_declaration_token1] = ACTIONS(1220), + [aux_sym_namespace_definition_token1] = ACTIONS(1220), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1220), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1220), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1220), + [anon_sym_BSLASH] = ACTIONS(1218), + [anon_sym_LBRACE] = ACTIONS(1218), + [anon_sym_RBRACE] = ACTIONS(1218), + [aux_sym_trait_declaration_token1] = ACTIONS(1220), + [aux_sym_interface_declaration_token1] = ACTIONS(1220), + [aux_sym_enum_declaration_token1] = ACTIONS(1220), + [aux_sym_enum_case_token1] = ACTIONS(1220), + [aux_sym_class_declaration_token1] = ACTIONS(1220), + [aux_sym_final_modifier_token1] = ACTIONS(1220), + [aux_sym_abstract_modifier_token1] = ACTIONS(1220), + [aux_sym_readonly_modifier_token1] = ACTIONS(1220), + [sym_var_modifier] = ACTIONS(1220), + [aux_sym_visibility_modifier_token1] = ACTIONS(1220), + [aux_sym_visibility_modifier_token2] = ACTIONS(1220), + [aux_sym_visibility_modifier_token3] = ACTIONS(1220), + [anon_sym_LPAREN] = ACTIONS(1218), + [aux_sym__arrow_function_header_token1] = ACTIONS(1220), + [aux_sym_cast_type_token1] = ACTIONS(1220), + [aux_sym_echo_statement_token1] = ACTIONS(1220), + [aux_sym_exit_statement_token1] = ACTIONS(1220), + [anon_sym_unset] = ACTIONS(1220), + [aux_sym_declare_statement_token1] = ACTIONS(1220), + [aux_sym_declare_statement_token2] = ACTIONS(1220), + [sym_float] = ACTIONS(1220), + [aux_sym_try_statement_token1] = ACTIONS(1220), + [aux_sym_goto_statement_token1] = ACTIONS(1220), + [aux_sym_continue_statement_token1] = ACTIONS(1220), + [aux_sym_break_statement_token1] = ACTIONS(1220), + [sym_integer] = ACTIONS(1220), + [aux_sym_return_statement_token1] = ACTIONS(1220), + [aux_sym_throw_expression_token1] = ACTIONS(1220), + [aux_sym_while_statement_token1] = ACTIONS(1220), + [aux_sym_while_statement_token2] = ACTIONS(1220), + [aux_sym_do_statement_token1] = ACTIONS(1220), + [aux_sym_for_statement_token1] = ACTIONS(1220), + [aux_sym_for_statement_token2] = ACTIONS(1220), + [aux_sym_foreach_statement_token1] = ACTIONS(1220), + [aux_sym_foreach_statement_token2] = ACTIONS(1220), + [aux_sym_if_statement_token1] = ACTIONS(1220), + [aux_sym_if_statement_token2] = ACTIONS(1220), + [aux_sym_else_if_clause_token1] = ACTIONS(1220), + [aux_sym_else_clause_token1] = ACTIONS(1220), + [aux_sym_match_expression_token1] = ACTIONS(1220), + [aux_sym_match_default_expression_token1] = ACTIONS(1220), + [aux_sym_switch_statement_token1] = ACTIONS(1220), + [aux_sym_switch_block_token1] = ACTIONS(1220), + [anon_sym_PLUS] = ACTIONS(1220), + [anon_sym_DASH] = ACTIONS(1220), + [anon_sym_TILDE] = ACTIONS(1218), + [anon_sym_BANG] = ACTIONS(1218), + [anon_sym_AT] = ACTIONS(1218), + [aux_sym_clone_expression_token1] = ACTIONS(1220), + [aux_sym_print_intrinsic_token1] = ACTIONS(1220), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1220), + [anon_sym_DASH_DASH] = ACTIONS(1218), + [anon_sym_PLUS_PLUS] = ACTIONS(1218), + [aux_sym__list_destructing_token1] = ACTIONS(1220), + [anon_sym_LBRACK] = ACTIONS(1218), + [anon_sym_self] = ACTIONS(1220), + [anon_sym_parent] = ACTIONS(1220), + [aux_sym__argument_name_token1] = ACTIONS(1220), + [aux_sym__argument_name_token2] = ACTIONS(1220), + [anon_sym_POUND_LBRACK] = ACTIONS(1218), + [aux_sym_encapsed_string_token1] = ACTIONS(1218), + [anon_sym_DQUOTE] = ACTIONS(1218), + [aux_sym_string_token1] = ACTIONS(1218), + [anon_sym_SQUOTE] = ACTIONS(1218), + [anon_sym_LT_LT_LT] = ACTIONS(1218), + [anon_sym_BQUOTE] = ACTIONS(1218), + [anon_sym_DOLLAR] = ACTIONS(1218), + [aux_sym_yield_expression_token1] = ACTIONS(1220), + [aux_sym_include_expression_token1] = ACTIONS(1220), + [aux_sym_include_once_expression_token1] = ACTIONS(1220), + [aux_sym_require_expression_token1] = ACTIONS(1220), + [aux_sym_require_once_expression_token1] = ACTIONS(1220), [sym_comment] = ACTIONS(3), }, [471] = { - [ts_builtin_sym_end] = ACTIONS(1196), - [sym_name] = ACTIONS(1198), - [anon_sym_QMARK_GT] = ACTIONS(1196), - [anon_sym_SEMI] = ACTIONS(1196), - [aux_sym_function_static_declaration_token1] = ACTIONS(1198), - [aux_sym_global_declaration_token1] = ACTIONS(1198), - [aux_sym_namespace_definition_token1] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1198), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1198), - [anon_sym_BSLASH] = ACTIONS(1196), - [anon_sym_LBRACE] = ACTIONS(1196), - [anon_sym_RBRACE] = ACTIONS(1196), - [aux_sym_trait_declaration_token1] = ACTIONS(1198), - [aux_sym_interface_declaration_token1] = ACTIONS(1198), - [aux_sym_enum_declaration_token1] = ACTIONS(1198), - [aux_sym_enum_case_token1] = ACTIONS(1198), - [aux_sym_class_declaration_token1] = ACTIONS(1198), - [aux_sym_final_modifier_token1] = ACTIONS(1198), - [aux_sym_abstract_modifier_token1] = ACTIONS(1198), - [aux_sym_readonly_modifier_token1] = ACTIONS(1198), - [sym_var_modifier] = ACTIONS(1198), - [aux_sym_visibility_modifier_token1] = ACTIONS(1198), - [aux_sym_visibility_modifier_token2] = ACTIONS(1198), - [aux_sym_visibility_modifier_token3] = ACTIONS(1198), - [aux_sym__arrow_function_header_token1] = ACTIONS(1198), - [anon_sym_LPAREN] = ACTIONS(1196), - [aux_sym_cast_type_token1] = ACTIONS(1198), - [aux_sym_echo_statement_token1] = ACTIONS(1198), - [aux_sym_exit_statement_token1] = ACTIONS(1198), - [anon_sym_unset] = ACTIONS(1198), - [aux_sym_declare_statement_token1] = ACTIONS(1198), - [aux_sym_declare_statement_token2] = ACTIONS(1198), - [sym_float] = ACTIONS(1198), - [aux_sym_try_statement_token1] = ACTIONS(1198), - [aux_sym_goto_statement_token1] = ACTIONS(1198), - [aux_sym_continue_statement_token1] = ACTIONS(1198), - [aux_sym_break_statement_token1] = ACTIONS(1198), - [sym_integer] = ACTIONS(1198), - [aux_sym_return_statement_token1] = ACTIONS(1198), - [aux_sym_throw_expression_token1] = ACTIONS(1198), - [aux_sym_while_statement_token1] = ACTIONS(1198), - [aux_sym_while_statement_token2] = ACTIONS(1198), - [aux_sym_do_statement_token1] = ACTIONS(1198), - [aux_sym_for_statement_token1] = ACTIONS(1198), - [aux_sym_for_statement_token2] = ACTIONS(1198), - [aux_sym_foreach_statement_token1] = ACTIONS(1198), - [aux_sym_foreach_statement_token2] = ACTIONS(1198), - [aux_sym_if_statement_token1] = ACTIONS(1198), - [aux_sym_if_statement_token2] = ACTIONS(1198), - [aux_sym_else_if_clause_token1] = ACTIONS(1198), - [aux_sym_else_clause_token1] = ACTIONS(1198), - [aux_sym_match_expression_token1] = ACTIONS(1198), - [aux_sym_match_default_expression_token1] = ACTIONS(1198), - [aux_sym_switch_statement_token1] = ACTIONS(1198), - [aux_sym_switch_block_token1] = ACTIONS(1198), - [anon_sym_PLUS] = ACTIONS(1198), - [anon_sym_DASH] = ACTIONS(1198), - [anon_sym_TILDE] = ACTIONS(1196), - [anon_sym_BANG] = ACTIONS(1196), - [anon_sym_AT] = ACTIONS(1196), - [aux_sym_clone_expression_token1] = ACTIONS(1198), - [aux_sym_print_intrinsic_token1] = ACTIONS(1198), - [aux_sym_object_creation_expression_token1] = ACTIONS(1198), - [anon_sym_DASH_DASH] = ACTIONS(1196), - [anon_sym_PLUS_PLUS] = ACTIONS(1196), - [aux_sym__list_destructing_token1] = ACTIONS(1198), - [anon_sym_LBRACK] = ACTIONS(1196), - [anon_sym_self] = ACTIONS(1198), - [anon_sym_parent] = ACTIONS(1198), - [aux_sym__argument_name_token1] = ACTIONS(1198), - [aux_sym__argument_name_token2] = ACTIONS(1198), - [anon_sym_POUND_LBRACK] = ACTIONS(1196), - [aux_sym_encapsed_string_token1] = ACTIONS(1196), - [anon_sym_DQUOTE] = ACTIONS(1196), - [aux_sym_string_token1] = ACTIONS(1196), - [anon_sym_SQUOTE] = ACTIONS(1196), - [anon_sym_LT_LT_LT] = ACTIONS(1196), - [anon_sym_BQUOTE] = ACTIONS(1196), - [anon_sym_DOLLAR] = ACTIONS(1196), - [aux_sym_yield_expression_token1] = ACTIONS(1198), - [aux_sym_include_expression_token1] = ACTIONS(1198), - [aux_sym_include_once_expression_token1] = ACTIONS(1198), - [aux_sym_require_expression_token1] = ACTIONS(1198), - [aux_sym_require_once_expression_token1] = ACTIONS(1198), + [ts_builtin_sym_end] = ACTIONS(1222), + [sym_name] = ACTIONS(1224), + [anon_sym_QMARK_GT] = ACTIONS(1222), + [anon_sym_SEMI] = ACTIONS(1222), + [aux_sym_function_static_declaration_token1] = ACTIONS(1224), + [aux_sym_global_declaration_token1] = ACTIONS(1224), + [aux_sym_namespace_definition_token1] = ACTIONS(1224), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1224), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1224), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1224), + [anon_sym_BSLASH] = ACTIONS(1222), + [anon_sym_LBRACE] = ACTIONS(1222), + [anon_sym_RBRACE] = ACTIONS(1222), + [aux_sym_trait_declaration_token1] = ACTIONS(1224), + [aux_sym_interface_declaration_token1] = ACTIONS(1224), + [aux_sym_enum_declaration_token1] = ACTIONS(1224), + [aux_sym_enum_case_token1] = ACTIONS(1224), + [aux_sym_class_declaration_token1] = ACTIONS(1224), + [aux_sym_final_modifier_token1] = ACTIONS(1224), + [aux_sym_abstract_modifier_token1] = ACTIONS(1224), + [aux_sym_readonly_modifier_token1] = ACTIONS(1224), + [sym_var_modifier] = ACTIONS(1224), + [aux_sym_visibility_modifier_token1] = ACTIONS(1224), + [aux_sym_visibility_modifier_token2] = ACTIONS(1224), + [aux_sym_visibility_modifier_token3] = ACTIONS(1224), + [anon_sym_LPAREN] = ACTIONS(1222), + [aux_sym__arrow_function_header_token1] = ACTIONS(1224), + [aux_sym_cast_type_token1] = ACTIONS(1224), + [aux_sym_echo_statement_token1] = ACTIONS(1224), + [aux_sym_exit_statement_token1] = ACTIONS(1224), + [anon_sym_unset] = ACTIONS(1224), + [aux_sym_declare_statement_token1] = ACTIONS(1224), + [aux_sym_declare_statement_token2] = ACTIONS(1224), + [sym_float] = ACTIONS(1224), + [aux_sym_try_statement_token1] = ACTIONS(1224), + [aux_sym_goto_statement_token1] = ACTIONS(1224), + [aux_sym_continue_statement_token1] = ACTIONS(1224), + [aux_sym_break_statement_token1] = ACTIONS(1224), + [sym_integer] = ACTIONS(1224), + [aux_sym_return_statement_token1] = ACTIONS(1224), + [aux_sym_throw_expression_token1] = ACTIONS(1224), + [aux_sym_while_statement_token1] = ACTIONS(1224), + [aux_sym_while_statement_token2] = ACTIONS(1224), + [aux_sym_do_statement_token1] = ACTIONS(1224), + [aux_sym_for_statement_token1] = ACTIONS(1224), + [aux_sym_for_statement_token2] = ACTIONS(1224), + [aux_sym_foreach_statement_token1] = ACTIONS(1224), + [aux_sym_foreach_statement_token2] = ACTIONS(1224), + [aux_sym_if_statement_token1] = ACTIONS(1224), + [aux_sym_if_statement_token2] = ACTIONS(1224), + [aux_sym_else_if_clause_token1] = ACTIONS(1224), + [aux_sym_else_clause_token1] = ACTIONS(1224), + [aux_sym_match_expression_token1] = ACTIONS(1224), + [aux_sym_match_default_expression_token1] = ACTIONS(1224), + [aux_sym_switch_statement_token1] = ACTIONS(1224), + [aux_sym_switch_block_token1] = ACTIONS(1224), + [anon_sym_PLUS] = ACTIONS(1224), + [anon_sym_DASH] = ACTIONS(1224), + [anon_sym_TILDE] = ACTIONS(1222), + [anon_sym_BANG] = ACTIONS(1222), + [anon_sym_AT] = ACTIONS(1222), + [aux_sym_clone_expression_token1] = ACTIONS(1224), + [aux_sym_print_intrinsic_token1] = ACTIONS(1224), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1224), + [anon_sym_DASH_DASH] = ACTIONS(1222), + [anon_sym_PLUS_PLUS] = ACTIONS(1222), + [aux_sym__list_destructing_token1] = ACTIONS(1224), + [anon_sym_LBRACK] = ACTIONS(1222), + [anon_sym_self] = ACTIONS(1224), + [anon_sym_parent] = ACTIONS(1224), + [aux_sym__argument_name_token1] = ACTIONS(1224), + [aux_sym__argument_name_token2] = ACTIONS(1224), + [anon_sym_POUND_LBRACK] = ACTIONS(1222), + [aux_sym_encapsed_string_token1] = ACTIONS(1222), + [anon_sym_DQUOTE] = ACTIONS(1222), + [aux_sym_string_token1] = ACTIONS(1222), + [anon_sym_SQUOTE] = ACTIONS(1222), + [anon_sym_LT_LT_LT] = ACTIONS(1222), + [anon_sym_BQUOTE] = ACTIONS(1222), + [anon_sym_DOLLAR] = ACTIONS(1222), + [aux_sym_yield_expression_token1] = ACTIONS(1224), + [aux_sym_include_expression_token1] = ACTIONS(1224), + [aux_sym_include_once_expression_token1] = ACTIONS(1224), + [aux_sym_require_expression_token1] = ACTIONS(1224), + [aux_sym_require_once_expression_token1] = ACTIONS(1224), [sym_comment] = ACTIONS(3), }, [472] = { - [ts_builtin_sym_end] = ACTIONS(1212), - [sym_name] = ACTIONS(1214), - [anon_sym_QMARK_GT] = ACTIONS(1212), - [anon_sym_SEMI] = ACTIONS(1212), - [aux_sym_function_static_declaration_token1] = ACTIONS(1214), - [aux_sym_global_declaration_token1] = ACTIONS(1214), - [aux_sym_namespace_definition_token1] = ACTIONS(1214), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1214), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1214), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1214), - [anon_sym_BSLASH] = ACTIONS(1212), - [anon_sym_LBRACE] = ACTIONS(1212), - [anon_sym_RBRACE] = ACTIONS(1212), - [aux_sym_trait_declaration_token1] = ACTIONS(1214), - [aux_sym_interface_declaration_token1] = ACTIONS(1214), - [aux_sym_enum_declaration_token1] = ACTIONS(1214), - [aux_sym_enum_case_token1] = ACTIONS(1214), - [aux_sym_class_declaration_token1] = ACTIONS(1214), - [aux_sym_final_modifier_token1] = ACTIONS(1214), - [aux_sym_abstract_modifier_token1] = ACTIONS(1214), - [aux_sym_readonly_modifier_token1] = ACTIONS(1214), - [sym_var_modifier] = ACTIONS(1214), - [aux_sym_visibility_modifier_token1] = ACTIONS(1214), - [aux_sym_visibility_modifier_token2] = ACTIONS(1214), - [aux_sym_visibility_modifier_token3] = ACTIONS(1214), - [aux_sym__arrow_function_header_token1] = ACTIONS(1214), - [anon_sym_LPAREN] = ACTIONS(1212), - [aux_sym_cast_type_token1] = ACTIONS(1214), - [aux_sym_echo_statement_token1] = ACTIONS(1214), - [aux_sym_exit_statement_token1] = ACTIONS(1214), - [anon_sym_unset] = ACTIONS(1214), - [aux_sym_declare_statement_token1] = ACTIONS(1214), - [aux_sym_declare_statement_token2] = ACTIONS(1214), - [sym_float] = ACTIONS(1214), - [aux_sym_try_statement_token1] = ACTIONS(1214), - [aux_sym_goto_statement_token1] = ACTIONS(1214), - [aux_sym_continue_statement_token1] = ACTIONS(1214), - [aux_sym_break_statement_token1] = ACTIONS(1214), - [sym_integer] = ACTIONS(1214), - [aux_sym_return_statement_token1] = ACTIONS(1214), - [aux_sym_throw_expression_token1] = ACTIONS(1214), - [aux_sym_while_statement_token1] = ACTIONS(1214), - [aux_sym_while_statement_token2] = ACTIONS(1214), - [aux_sym_do_statement_token1] = ACTIONS(1214), - [aux_sym_for_statement_token1] = ACTIONS(1214), - [aux_sym_for_statement_token2] = ACTIONS(1214), - [aux_sym_foreach_statement_token1] = ACTIONS(1214), - [aux_sym_foreach_statement_token2] = ACTIONS(1214), - [aux_sym_if_statement_token1] = ACTIONS(1214), - [aux_sym_if_statement_token2] = ACTIONS(1214), - [aux_sym_else_if_clause_token1] = ACTIONS(1214), - [aux_sym_else_clause_token1] = ACTIONS(1214), - [aux_sym_match_expression_token1] = ACTIONS(1214), - [aux_sym_match_default_expression_token1] = ACTIONS(1214), - [aux_sym_switch_statement_token1] = ACTIONS(1214), - [aux_sym_switch_block_token1] = ACTIONS(1214), - [anon_sym_PLUS] = ACTIONS(1214), - [anon_sym_DASH] = ACTIONS(1214), - [anon_sym_TILDE] = ACTIONS(1212), - [anon_sym_BANG] = ACTIONS(1212), - [anon_sym_AT] = ACTIONS(1212), - [aux_sym_clone_expression_token1] = ACTIONS(1214), - [aux_sym_print_intrinsic_token1] = ACTIONS(1214), - [aux_sym_object_creation_expression_token1] = ACTIONS(1214), - [anon_sym_DASH_DASH] = ACTIONS(1212), - [anon_sym_PLUS_PLUS] = ACTIONS(1212), - [aux_sym__list_destructing_token1] = ACTIONS(1214), - [anon_sym_LBRACK] = ACTIONS(1212), - [anon_sym_self] = ACTIONS(1214), - [anon_sym_parent] = ACTIONS(1214), - [aux_sym__argument_name_token1] = ACTIONS(1214), - [aux_sym__argument_name_token2] = ACTIONS(1214), - [anon_sym_POUND_LBRACK] = ACTIONS(1212), - [aux_sym_encapsed_string_token1] = ACTIONS(1212), - [anon_sym_DQUOTE] = ACTIONS(1212), - [aux_sym_string_token1] = ACTIONS(1212), - [anon_sym_SQUOTE] = ACTIONS(1212), - [anon_sym_LT_LT_LT] = ACTIONS(1212), - [anon_sym_BQUOTE] = ACTIONS(1212), - [anon_sym_DOLLAR] = ACTIONS(1212), - [aux_sym_yield_expression_token1] = ACTIONS(1214), - [aux_sym_include_expression_token1] = ACTIONS(1214), - [aux_sym_include_once_expression_token1] = ACTIONS(1214), - [aux_sym_require_expression_token1] = ACTIONS(1214), - [aux_sym_require_once_expression_token1] = ACTIONS(1214), + [ts_builtin_sym_end] = ACTIONS(1226), + [sym_name] = ACTIONS(1228), + [anon_sym_QMARK_GT] = ACTIONS(1226), + [anon_sym_SEMI] = ACTIONS(1226), + [aux_sym_function_static_declaration_token1] = ACTIONS(1228), + [aux_sym_global_declaration_token1] = ACTIONS(1228), + [aux_sym_namespace_definition_token1] = ACTIONS(1228), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1228), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1228), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1228), + [anon_sym_BSLASH] = ACTIONS(1226), + [anon_sym_LBRACE] = ACTIONS(1226), + [anon_sym_RBRACE] = ACTIONS(1226), + [aux_sym_trait_declaration_token1] = ACTIONS(1228), + [aux_sym_interface_declaration_token1] = ACTIONS(1228), + [aux_sym_enum_declaration_token1] = ACTIONS(1228), + [aux_sym_enum_case_token1] = ACTIONS(1228), + [aux_sym_class_declaration_token1] = ACTIONS(1228), + [aux_sym_final_modifier_token1] = ACTIONS(1228), + [aux_sym_abstract_modifier_token1] = ACTIONS(1228), + [aux_sym_readonly_modifier_token1] = ACTIONS(1228), + [sym_var_modifier] = ACTIONS(1228), + [aux_sym_visibility_modifier_token1] = ACTIONS(1228), + [aux_sym_visibility_modifier_token2] = ACTIONS(1228), + [aux_sym_visibility_modifier_token3] = ACTIONS(1228), + [anon_sym_LPAREN] = ACTIONS(1226), + [aux_sym__arrow_function_header_token1] = ACTIONS(1228), + [aux_sym_cast_type_token1] = ACTIONS(1228), + [aux_sym_echo_statement_token1] = ACTIONS(1228), + [aux_sym_exit_statement_token1] = ACTIONS(1228), + [anon_sym_unset] = ACTIONS(1228), + [aux_sym_declare_statement_token1] = ACTIONS(1228), + [aux_sym_declare_statement_token2] = ACTIONS(1228), + [sym_float] = ACTIONS(1228), + [aux_sym_try_statement_token1] = ACTIONS(1228), + [aux_sym_goto_statement_token1] = ACTIONS(1228), + [aux_sym_continue_statement_token1] = ACTIONS(1228), + [aux_sym_break_statement_token1] = ACTIONS(1228), + [sym_integer] = ACTIONS(1228), + [aux_sym_return_statement_token1] = ACTIONS(1228), + [aux_sym_throw_expression_token1] = ACTIONS(1228), + [aux_sym_while_statement_token1] = ACTIONS(1228), + [aux_sym_while_statement_token2] = ACTIONS(1228), + [aux_sym_do_statement_token1] = ACTIONS(1228), + [aux_sym_for_statement_token1] = ACTIONS(1228), + [aux_sym_for_statement_token2] = ACTIONS(1228), + [aux_sym_foreach_statement_token1] = ACTIONS(1228), + [aux_sym_foreach_statement_token2] = ACTIONS(1228), + [aux_sym_if_statement_token1] = ACTIONS(1228), + [aux_sym_if_statement_token2] = ACTIONS(1228), + [aux_sym_else_if_clause_token1] = ACTIONS(1228), + [aux_sym_else_clause_token1] = ACTIONS(1228), + [aux_sym_match_expression_token1] = ACTIONS(1228), + [aux_sym_match_default_expression_token1] = ACTIONS(1228), + [aux_sym_switch_statement_token1] = ACTIONS(1228), + [aux_sym_switch_block_token1] = ACTIONS(1228), + [anon_sym_PLUS] = ACTIONS(1228), + [anon_sym_DASH] = ACTIONS(1228), + [anon_sym_TILDE] = ACTIONS(1226), + [anon_sym_BANG] = ACTIONS(1226), + [anon_sym_AT] = ACTIONS(1226), + [aux_sym_clone_expression_token1] = ACTIONS(1228), + [aux_sym_print_intrinsic_token1] = ACTIONS(1228), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1228), + [anon_sym_DASH_DASH] = ACTIONS(1226), + [anon_sym_PLUS_PLUS] = ACTIONS(1226), + [aux_sym__list_destructing_token1] = ACTIONS(1228), + [anon_sym_LBRACK] = ACTIONS(1226), + [anon_sym_self] = ACTIONS(1228), + [anon_sym_parent] = ACTIONS(1228), + [aux_sym__argument_name_token1] = ACTIONS(1228), + [aux_sym__argument_name_token2] = ACTIONS(1228), + [anon_sym_POUND_LBRACK] = ACTIONS(1226), + [aux_sym_encapsed_string_token1] = ACTIONS(1226), + [anon_sym_DQUOTE] = ACTIONS(1226), + [aux_sym_string_token1] = ACTIONS(1226), + [anon_sym_SQUOTE] = ACTIONS(1226), + [anon_sym_LT_LT_LT] = ACTIONS(1226), + [anon_sym_BQUOTE] = ACTIONS(1226), + [anon_sym_DOLLAR] = ACTIONS(1226), + [aux_sym_yield_expression_token1] = ACTIONS(1228), + [aux_sym_include_expression_token1] = ACTIONS(1228), + [aux_sym_include_once_expression_token1] = ACTIONS(1228), + [aux_sym_require_expression_token1] = ACTIONS(1228), + [aux_sym_require_once_expression_token1] = ACTIONS(1228), [sym_comment] = ACTIONS(3), }, [473] = { - [ts_builtin_sym_end] = ACTIONS(1216), - [sym_name] = ACTIONS(1218), - [anon_sym_QMARK_GT] = ACTIONS(1216), - [anon_sym_SEMI] = ACTIONS(1216), - [aux_sym_function_static_declaration_token1] = ACTIONS(1218), - [aux_sym_global_declaration_token1] = ACTIONS(1218), - [aux_sym_namespace_definition_token1] = ACTIONS(1218), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1218), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1218), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1218), - [anon_sym_BSLASH] = ACTIONS(1216), - [anon_sym_LBRACE] = ACTIONS(1216), - [anon_sym_RBRACE] = ACTIONS(1216), - [aux_sym_trait_declaration_token1] = ACTIONS(1218), - [aux_sym_interface_declaration_token1] = ACTIONS(1218), - [aux_sym_enum_declaration_token1] = ACTIONS(1218), - [aux_sym_enum_case_token1] = ACTIONS(1218), - [aux_sym_class_declaration_token1] = ACTIONS(1218), - [aux_sym_final_modifier_token1] = ACTIONS(1218), - [aux_sym_abstract_modifier_token1] = ACTIONS(1218), - [aux_sym_readonly_modifier_token1] = ACTIONS(1218), - [sym_var_modifier] = ACTIONS(1218), - [aux_sym_visibility_modifier_token1] = ACTIONS(1218), - [aux_sym_visibility_modifier_token2] = ACTIONS(1218), - [aux_sym_visibility_modifier_token3] = ACTIONS(1218), - [aux_sym__arrow_function_header_token1] = ACTIONS(1218), - [anon_sym_LPAREN] = ACTIONS(1216), - [aux_sym_cast_type_token1] = ACTIONS(1218), - [aux_sym_echo_statement_token1] = ACTIONS(1218), - [aux_sym_exit_statement_token1] = ACTIONS(1218), - [anon_sym_unset] = ACTIONS(1218), - [aux_sym_declare_statement_token1] = ACTIONS(1218), - [aux_sym_declare_statement_token2] = ACTIONS(1218), - [sym_float] = ACTIONS(1218), - [aux_sym_try_statement_token1] = ACTIONS(1218), - [aux_sym_goto_statement_token1] = ACTIONS(1218), - [aux_sym_continue_statement_token1] = ACTIONS(1218), - [aux_sym_break_statement_token1] = ACTIONS(1218), - [sym_integer] = ACTIONS(1218), - [aux_sym_return_statement_token1] = ACTIONS(1218), - [aux_sym_throw_expression_token1] = ACTIONS(1218), - [aux_sym_while_statement_token1] = ACTIONS(1218), - [aux_sym_while_statement_token2] = ACTIONS(1218), - [aux_sym_do_statement_token1] = ACTIONS(1218), - [aux_sym_for_statement_token1] = ACTIONS(1218), - [aux_sym_for_statement_token2] = ACTIONS(1218), - [aux_sym_foreach_statement_token1] = ACTIONS(1218), - [aux_sym_foreach_statement_token2] = ACTIONS(1218), - [aux_sym_if_statement_token1] = ACTIONS(1218), - [aux_sym_if_statement_token2] = ACTIONS(1218), - [aux_sym_else_if_clause_token1] = ACTIONS(1218), - [aux_sym_else_clause_token1] = ACTIONS(1218), - [aux_sym_match_expression_token1] = ACTIONS(1218), - [aux_sym_match_default_expression_token1] = ACTIONS(1218), - [aux_sym_switch_statement_token1] = ACTIONS(1218), - [aux_sym_switch_block_token1] = ACTIONS(1218), - [anon_sym_PLUS] = ACTIONS(1218), - [anon_sym_DASH] = ACTIONS(1218), - [anon_sym_TILDE] = ACTIONS(1216), - [anon_sym_BANG] = ACTIONS(1216), - [anon_sym_AT] = ACTIONS(1216), - [aux_sym_clone_expression_token1] = ACTIONS(1218), - [aux_sym_print_intrinsic_token1] = ACTIONS(1218), - [aux_sym_object_creation_expression_token1] = ACTIONS(1218), - [anon_sym_DASH_DASH] = ACTIONS(1216), - [anon_sym_PLUS_PLUS] = ACTIONS(1216), - [aux_sym__list_destructing_token1] = ACTIONS(1218), - [anon_sym_LBRACK] = ACTIONS(1216), - [anon_sym_self] = ACTIONS(1218), - [anon_sym_parent] = ACTIONS(1218), - [aux_sym__argument_name_token1] = ACTIONS(1218), - [aux_sym__argument_name_token2] = ACTIONS(1218), - [anon_sym_POUND_LBRACK] = ACTIONS(1216), - [aux_sym_encapsed_string_token1] = ACTIONS(1216), - [anon_sym_DQUOTE] = ACTIONS(1216), - [aux_sym_string_token1] = ACTIONS(1216), - [anon_sym_SQUOTE] = ACTIONS(1216), - [anon_sym_LT_LT_LT] = ACTIONS(1216), - [anon_sym_BQUOTE] = ACTIONS(1216), - [anon_sym_DOLLAR] = ACTIONS(1216), - [aux_sym_yield_expression_token1] = ACTIONS(1218), - [aux_sym_include_expression_token1] = ACTIONS(1218), - [aux_sym_include_once_expression_token1] = ACTIONS(1218), - [aux_sym_require_expression_token1] = ACTIONS(1218), - [aux_sym_require_once_expression_token1] = ACTIONS(1218), + [ts_builtin_sym_end] = ACTIONS(1230), + [sym_name] = ACTIONS(1232), + [anon_sym_QMARK_GT] = ACTIONS(1230), + [anon_sym_SEMI] = ACTIONS(1230), + [aux_sym_function_static_declaration_token1] = ACTIONS(1232), + [aux_sym_global_declaration_token1] = ACTIONS(1232), + [aux_sym_namespace_definition_token1] = ACTIONS(1232), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1232), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1232), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1232), + [anon_sym_BSLASH] = ACTIONS(1230), + [anon_sym_LBRACE] = ACTIONS(1230), + [anon_sym_RBRACE] = ACTIONS(1230), + [aux_sym_trait_declaration_token1] = ACTIONS(1232), + [aux_sym_interface_declaration_token1] = ACTIONS(1232), + [aux_sym_enum_declaration_token1] = ACTIONS(1232), + [aux_sym_enum_case_token1] = ACTIONS(1232), + [aux_sym_class_declaration_token1] = ACTIONS(1232), + [aux_sym_final_modifier_token1] = ACTIONS(1232), + [aux_sym_abstract_modifier_token1] = ACTIONS(1232), + [aux_sym_readonly_modifier_token1] = ACTIONS(1232), + [sym_var_modifier] = ACTIONS(1232), + [aux_sym_visibility_modifier_token1] = ACTIONS(1232), + [aux_sym_visibility_modifier_token2] = ACTIONS(1232), + [aux_sym_visibility_modifier_token3] = ACTIONS(1232), + [anon_sym_LPAREN] = ACTIONS(1230), + [aux_sym__arrow_function_header_token1] = ACTIONS(1232), + [aux_sym_cast_type_token1] = ACTIONS(1232), + [aux_sym_echo_statement_token1] = ACTIONS(1232), + [aux_sym_exit_statement_token1] = ACTIONS(1232), + [anon_sym_unset] = ACTIONS(1232), + [aux_sym_declare_statement_token1] = ACTIONS(1232), + [aux_sym_declare_statement_token2] = ACTIONS(1232), + [sym_float] = ACTIONS(1232), + [aux_sym_try_statement_token1] = ACTIONS(1232), + [aux_sym_goto_statement_token1] = ACTIONS(1232), + [aux_sym_continue_statement_token1] = ACTIONS(1232), + [aux_sym_break_statement_token1] = ACTIONS(1232), + [sym_integer] = ACTIONS(1232), + [aux_sym_return_statement_token1] = ACTIONS(1232), + [aux_sym_throw_expression_token1] = ACTIONS(1232), + [aux_sym_while_statement_token1] = ACTIONS(1232), + [aux_sym_while_statement_token2] = ACTIONS(1232), + [aux_sym_do_statement_token1] = ACTIONS(1232), + [aux_sym_for_statement_token1] = ACTIONS(1232), + [aux_sym_for_statement_token2] = ACTIONS(1232), + [aux_sym_foreach_statement_token1] = ACTIONS(1232), + [aux_sym_foreach_statement_token2] = ACTIONS(1232), + [aux_sym_if_statement_token1] = ACTIONS(1232), + [aux_sym_if_statement_token2] = ACTIONS(1232), + [aux_sym_else_if_clause_token1] = ACTIONS(1232), + [aux_sym_else_clause_token1] = ACTIONS(1232), + [aux_sym_match_expression_token1] = ACTIONS(1232), + [aux_sym_match_default_expression_token1] = ACTIONS(1232), + [aux_sym_switch_statement_token1] = ACTIONS(1232), + [aux_sym_switch_block_token1] = ACTIONS(1232), + [anon_sym_PLUS] = ACTIONS(1232), + [anon_sym_DASH] = ACTIONS(1232), + [anon_sym_TILDE] = ACTIONS(1230), + [anon_sym_BANG] = ACTIONS(1230), + [anon_sym_AT] = ACTIONS(1230), + [aux_sym_clone_expression_token1] = ACTIONS(1232), + [aux_sym_print_intrinsic_token1] = ACTIONS(1232), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1232), + [anon_sym_DASH_DASH] = ACTIONS(1230), + [anon_sym_PLUS_PLUS] = ACTIONS(1230), + [aux_sym__list_destructing_token1] = ACTIONS(1232), + [anon_sym_LBRACK] = ACTIONS(1230), + [anon_sym_self] = ACTIONS(1232), + [anon_sym_parent] = ACTIONS(1232), + [aux_sym__argument_name_token1] = ACTIONS(1232), + [aux_sym__argument_name_token2] = ACTIONS(1232), + [anon_sym_POUND_LBRACK] = ACTIONS(1230), + [aux_sym_encapsed_string_token1] = ACTIONS(1230), + [anon_sym_DQUOTE] = ACTIONS(1230), + [aux_sym_string_token1] = ACTIONS(1230), + [anon_sym_SQUOTE] = ACTIONS(1230), + [anon_sym_LT_LT_LT] = ACTIONS(1230), + [anon_sym_BQUOTE] = ACTIONS(1230), + [anon_sym_DOLLAR] = ACTIONS(1230), + [aux_sym_yield_expression_token1] = ACTIONS(1232), + [aux_sym_include_expression_token1] = ACTIONS(1232), + [aux_sym_include_once_expression_token1] = ACTIONS(1232), + [aux_sym_require_expression_token1] = ACTIONS(1232), + [aux_sym_require_once_expression_token1] = ACTIONS(1232), [sym_comment] = ACTIONS(3), }, [474] = { - [ts_builtin_sym_end] = ACTIONS(1046), - [sym_name] = ACTIONS(1048), - [anon_sym_QMARK_GT] = ACTIONS(1046), - [anon_sym_SEMI] = ACTIONS(1046), - [aux_sym_function_static_declaration_token1] = ACTIONS(1048), - [aux_sym_global_declaration_token1] = ACTIONS(1048), - [aux_sym_namespace_definition_token1] = ACTIONS(1048), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1048), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1048), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1048), - [anon_sym_BSLASH] = ACTIONS(1046), - [anon_sym_LBRACE] = ACTIONS(1046), - [anon_sym_RBRACE] = ACTIONS(1046), - [aux_sym_trait_declaration_token1] = ACTIONS(1048), - [aux_sym_interface_declaration_token1] = ACTIONS(1048), - [aux_sym_enum_declaration_token1] = ACTIONS(1048), - [aux_sym_enum_case_token1] = ACTIONS(1048), - [aux_sym_class_declaration_token1] = ACTIONS(1048), - [aux_sym_final_modifier_token1] = ACTIONS(1048), - [aux_sym_abstract_modifier_token1] = ACTIONS(1048), - [aux_sym_readonly_modifier_token1] = ACTIONS(1048), - [sym_var_modifier] = ACTIONS(1048), - [aux_sym_visibility_modifier_token1] = ACTIONS(1048), - [aux_sym_visibility_modifier_token2] = ACTIONS(1048), - [aux_sym_visibility_modifier_token3] = ACTIONS(1048), - [aux_sym__arrow_function_header_token1] = ACTIONS(1048), - [anon_sym_LPAREN] = ACTIONS(1046), - [aux_sym_cast_type_token1] = ACTIONS(1048), - [aux_sym_echo_statement_token1] = ACTIONS(1048), - [aux_sym_exit_statement_token1] = ACTIONS(1048), - [anon_sym_unset] = ACTIONS(1048), - [aux_sym_declare_statement_token1] = ACTIONS(1048), - [aux_sym_declare_statement_token2] = ACTIONS(1048), - [sym_float] = ACTIONS(1048), - [aux_sym_try_statement_token1] = ACTIONS(1048), - [aux_sym_goto_statement_token1] = ACTIONS(1048), - [aux_sym_continue_statement_token1] = ACTIONS(1048), - [aux_sym_break_statement_token1] = ACTIONS(1048), - [sym_integer] = ACTIONS(1048), - [aux_sym_return_statement_token1] = ACTIONS(1048), - [aux_sym_throw_expression_token1] = ACTIONS(1048), - [aux_sym_while_statement_token1] = ACTIONS(1048), - [aux_sym_while_statement_token2] = ACTIONS(1048), - [aux_sym_do_statement_token1] = ACTIONS(1048), - [aux_sym_for_statement_token1] = ACTIONS(1048), - [aux_sym_for_statement_token2] = ACTIONS(1048), - [aux_sym_foreach_statement_token1] = ACTIONS(1048), - [aux_sym_foreach_statement_token2] = ACTIONS(1048), - [aux_sym_if_statement_token1] = ACTIONS(1048), - [aux_sym_if_statement_token2] = ACTIONS(1048), - [aux_sym_else_if_clause_token1] = ACTIONS(1048), - [aux_sym_else_clause_token1] = ACTIONS(1048), - [aux_sym_match_expression_token1] = ACTIONS(1048), - [aux_sym_match_default_expression_token1] = ACTIONS(1048), - [aux_sym_switch_statement_token1] = ACTIONS(1048), - [aux_sym_switch_block_token1] = ACTIONS(1048), - [anon_sym_PLUS] = ACTIONS(1048), - [anon_sym_DASH] = ACTIONS(1048), - [anon_sym_TILDE] = ACTIONS(1046), - [anon_sym_BANG] = ACTIONS(1046), - [anon_sym_AT] = ACTIONS(1046), - [aux_sym_clone_expression_token1] = ACTIONS(1048), - [aux_sym_print_intrinsic_token1] = ACTIONS(1048), - [aux_sym_object_creation_expression_token1] = ACTIONS(1048), - [anon_sym_DASH_DASH] = ACTIONS(1046), - [anon_sym_PLUS_PLUS] = ACTIONS(1046), - [aux_sym__list_destructing_token1] = ACTIONS(1048), - [anon_sym_LBRACK] = ACTIONS(1046), - [anon_sym_self] = ACTIONS(1048), - [anon_sym_parent] = ACTIONS(1048), - [aux_sym__argument_name_token1] = ACTIONS(1048), - [aux_sym__argument_name_token2] = ACTIONS(1048), - [anon_sym_POUND_LBRACK] = ACTIONS(1046), - [aux_sym_encapsed_string_token1] = ACTIONS(1046), - [anon_sym_DQUOTE] = ACTIONS(1046), - [aux_sym_string_token1] = ACTIONS(1046), - [anon_sym_SQUOTE] = ACTIONS(1046), - [anon_sym_LT_LT_LT] = ACTIONS(1046), - [anon_sym_BQUOTE] = ACTIONS(1046), - [anon_sym_DOLLAR] = ACTIONS(1046), - [aux_sym_yield_expression_token1] = ACTIONS(1048), - [aux_sym_include_expression_token1] = ACTIONS(1048), - [aux_sym_include_once_expression_token1] = ACTIONS(1048), - [aux_sym_require_expression_token1] = ACTIONS(1048), - [aux_sym_require_once_expression_token1] = ACTIONS(1048), + [ts_builtin_sym_end] = ACTIONS(1234), + [sym_name] = ACTIONS(1236), + [anon_sym_QMARK_GT] = ACTIONS(1234), + [anon_sym_SEMI] = ACTIONS(1234), + [aux_sym_function_static_declaration_token1] = ACTIONS(1236), + [aux_sym_global_declaration_token1] = ACTIONS(1236), + [aux_sym_namespace_definition_token1] = ACTIONS(1236), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1236), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1236), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1236), + [anon_sym_BSLASH] = ACTIONS(1234), + [anon_sym_LBRACE] = ACTIONS(1234), + [anon_sym_RBRACE] = ACTIONS(1234), + [aux_sym_trait_declaration_token1] = ACTIONS(1236), + [aux_sym_interface_declaration_token1] = ACTIONS(1236), + [aux_sym_enum_declaration_token1] = ACTIONS(1236), + [aux_sym_enum_case_token1] = ACTIONS(1236), + [aux_sym_class_declaration_token1] = ACTIONS(1236), + [aux_sym_final_modifier_token1] = ACTIONS(1236), + [aux_sym_abstract_modifier_token1] = ACTIONS(1236), + [aux_sym_readonly_modifier_token1] = ACTIONS(1236), + [sym_var_modifier] = ACTIONS(1236), + [aux_sym_visibility_modifier_token1] = ACTIONS(1236), + [aux_sym_visibility_modifier_token2] = ACTIONS(1236), + [aux_sym_visibility_modifier_token3] = ACTIONS(1236), + [anon_sym_LPAREN] = ACTIONS(1234), + [aux_sym__arrow_function_header_token1] = ACTIONS(1236), + [aux_sym_cast_type_token1] = ACTIONS(1236), + [aux_sym_echo_statement_token1] = ACTIONS(1236), + [aux_sym_exit_statement_token1] = ACTIONS(1236), + [anon_sym_unset] = ACTIONS(1236), + [aux_sym_declare_statement_token1] = ACTIONS(1236), + [aux_sym_declare_statement_token2] = ACTIONS(1236), + [sym_float] = ACTIONS(1236), + [aux_sym_try_statement_token1] = ACTIONS(1236), + [aux_sym_goto_statement_token1] = ACTIONS(1236), + [aux_sym_continue_statement_token1] = ACTIONS(1236), + [aux_sym_break_statement_token1] = ACTIONS(1236), + [sym_integer] = ACTIONS(1236), + [aux_sym_return_statement_token1] = ACTIONS(1236), + [aux_sym_throw_expression_token1] = ACTIONS(1236), + [aux_sym_while_statement_token1] = ACTIONS(1236), + [aux_sym_while_statement_token2] = ACTIONS(1236), + [aux_sym_do_statement_token1] = ACTIONS(1236), + [aux_sym_for_statement_token1] = ACTIONS(1236), + [aux_sym_for_statement_token2] = ACTIONS(1236), + [aux_sym_foreach_statement_token1] = ACTIONS(1236), + [aux_sym_foreach_statement_token2] = ACTIONS(1236), + [aux_sym_if_statement_token1] = ACTIONS(1236), + [aux_sym_if_statement_token2] = ACTIONS(1236), + [aux_sym_else_if_clause_token1] = ACTIONS(1236), + [aux_sym_else_clause_token1] = ACTIONS(1236), + [aux_sym_match_expression_token1] = ACTIONS(1236), + [aux_sym_match_default_expression_token1] = ACTIONS(1236), + [aux_sym_switch_statement_token1] = ACTIONS(1236), + [aux_sym_switch_block_token1] = ACTIONS(1236), + [anon_sym_PLUS] = ACTIONS(1236), + [anon_sym_DASH] = ACTIONS(1236), + [anon_sym_TILDE] = ACTIONS(1234), + [anon_sym_BANG] = ACTIONS(1234), + [anon_sym_AT] = ACTIONS(1234), + [aux_sym_clone_expression_token1] = ACTIONS(1236), + [aux_sym_print_intrinsic_token1] = ACTIONS(1236), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1236), + [anon_sym_DASH_DASH] = ACTIONS(1234), + [anon_sym_PLUS_PLUS] = ACTIONS(1234), + [aux_sym__list_destructing_token1] = ACTIONS(1236), + [anon_sym_LBRACK] = ACTIONS(1234), + [anon_sym_self] = ACTIONS(1236), + [anon_sym_parent] = ACTIONS(1236), + [aux_sym__argument_name_token1] = ACTIONS(1236), + [aux_sym__argument_name_token2] = ACTIONS(1236), + [anon_sym_POUND_LBRACK] = ACTIONS(1234), + [aux_sym_encapsed_string_token1] = ACTIONS(1234), + [anon_sym_DQUOTE] = ACTIONS(1234), + [aux_sym_string_token1] = ACTIONS(1234), + [anon_sym_SQUOTE] = ACTIONS(1234), + [anon_sym_LT_LT_LT] = ACTIONS(1234), + [anon_sym_BQUOTE] = ACTIONS(1234), + [anon_sym_DOLLAR] = ACTIONS(1234), + [aux_sym_yield_expression_token1] = ACTIONS(1236), + [aux_sym_include_expression_token1] = ACTIONS(1236), + [aux_sym_include_once_expression_token1] = ACTIONS(1236), + [aux_sym_require_expression_token1] = ACTIONS(1236), + [aux_sym_require_once_expression_token1] = ACTIONS(1236), [sym_comment] = ACTIONS(3), }, [475] = { - [ts_builtin_sym_end] = ACTIONS(1220), - [sym_name] = ACTIONS(1222), - [anon_sym_QMARK_GT] = ACTIONS(1220), - [anon_sym_SEMI] = ACTIONS(1220), - [aux_sym_function_static_declaration_token1] = ACTIONS(1222), - [aux_sym_global_declaration_token1] = ACTIONS(1222), - [aux_sym_namespace_definition_token1] = ACTIONS(1222), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1222), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1222), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1222), - [anon_sym_BSLASH] = ACTIONS(1220), - [anon_sym_LBRACE] = ACTIONS(1220), - [anon_sym_RBRACE] = ACTIONS(1220), - [aux_sym_trait_declaration_token1] = ACTIONS(1222), - [aux_sym_interface_declaration_token1] = ACTIONS(1222), - [aux_sym_enum_declaration_token1] = ACTIONS(1222), - [aux_sym_enum_case_token1] = ACTIONS(1222), - [aux_sym_class_declaration_token1] = ACTIONS(1222), - [aux_sym_final_modifier_token1] = ACTIONS(1222), - [aux_sym_abstract_modifier_token1] = ACTIONS(1222), - [aux_sym_readonly_modifier_token1] = ACTIONS(1222), - [sym_var_modifier] = ACTIONS(1222), - [aux_sym_visibility_modifier_token1] = ACTIONS(1222), - [aux_sym_visibility_modifier_token2] = ACTIONS(1222), - [aux_sym_visibility_modifier_token3] = ACTIONS(1222), - [aux_sym__arrow_function_header_token1] = ACTIONS(1222), - [anon_sym_LPAREN] = ACTIONS(1220), - [aux_sym_cast_type_token1] = ACTIONS(1222), - [aux_sym_echo_statement_token1] = ACTIONS(1222), - [aux_sym_exit_statement_token1] = ACTIONS(1222), - [anon_sym_unset] = ACTIONS(1222), - [aux_sym_declare_statement_token1] = ACTIONS(1222), - [aux_sym_declare_statement_token2] = ACTIONS(1222), - [sym_float] = ACTIONS(1222), - [aux_sym_try_statement_token1] = ACTIONS(1222), - [aux_sym_goto_statement_token1] = ACTIONS(1222), - [aux_sym_continue_statement_token1] = ACTIONS(1222), - [aux_sym_break_statement_token1] = ACTIONS(1222), - [sym_integer] = ACTIONS(1222), - [aux_sym_return_statement_token1] = ACTIONS(1222), - [aux_sym_throw_expression_token1] = ACTIONS(1222), - [aux_sym_while_statement_token1] = ACTIONS(1222), - [aux_sym_while_statement_token2] = ACTIONS(1222), - [aux_sym_do_statement_token1] = ACTIONS(1222), - [aux_sym_for_statement_token1] = ACTIONS(1222), - [aux_sym_for_statement_token2] = ACTIONS(1222), - [aux_sym_foreach_statement_token1] = ACTIONS(1222), - [aux_sym_foreach_statement_token2] = ACTIONS(1222), - [aux_sym_if_statement_token1] = ACTIONS(1222), - [aux_sym_if_statement_token2] = ACTIONS(1222), - [aux_sym_else_if_clause_token1] = ACTIONS(1222), - [aux_sym_else_clause_token1] = ACTIONS(1222), - [aux_sym_match_expression_token1] = ACTIONS(1222), - [aux_sym_match_default_expression_token1] = ACTIONS(1222), - [aux_sym_switch_statement_token1] = ACTIONS(1222), - [aux_sym_switch_block_token1] = ACTIONS(1222), - [anon_sym_PLUS] = ACTIONS(1222), - [anon_sym_DASH] = ACTIONS(1222), - [anon_sym_TILDE] = ACTIONS(1220), - [anon_sym_BANG] = ACTIONS(1220), - [anon_sym_AT] = ACTIONS(1220), - [aux_sym_clone_expression_token1] = ACTIONS(1222), - [aux_sym_print_intrinsic_token1] = ACTIONS(1222), - [aux_sym_object_creation_expression_token1] = ACTIONS(1222), - [anon_sym_DASH_DASH] = ACTIONS(1220), - [anon_sym_PLUS_PLUS] = ACTIONS(1220), - [aux_sym__list_destructing_token1] = ACTIONS(1222), - [anon_sym_LBRACK] = ACTIONS(1220), - [anon_sym_self] = ACTIONS(1222), - [anon_sym_parent] = ACTIONS(1222), - [aux_sym__argument_name_token1] = ACTIONS(1222), - [aux_sym__argument_name_token2] = ACTIONS(1222), - [anon_sym_POUND_LBRACK] = ACTIONS(1220), - [aux_sym_encapsed_string_token1] = ACTIONS(1220), - [anon_sym_DQUOTE] = ACTIONS(1220), - [aux_sym_string_token1] = ACTIONS(1220), - [anon_sym_SQUOTE] = ACTIONS(1220), - [anon_sym_LT_LT_LT] = ACTIONS(1220), - [anon_sym_BQUOTE] = ACTIONS(1220), - [anon_sym_DOLLAR] = ACTIONS(1220), - [aux_sym_yield_expression_token1] = ACTIONS(1222), - [aux_sym_include_expression_token1] = ACTIONS(1222), - [aux_sym_include_once_expression_token1] = ACTIONS(1222), - [aux_sym_require_expression_token1] = ACTIONS(1222), - [aux_sym_require_once_expression_token1] = ACTIONS(1222), + [ts_builtin_sym_end] = ACTIONS(1238), + [sym_name] = ACTIONS(1240), + [anon_sym_QMARK_GT] = ACTIONS(1238), + [anon_sym_SEMI] = ACTIONS(1238), + [aux_sym_function_static_declaration_token1] = ACTIONS(1240), + [aux_sym_global_declaration_token1] = ACTIONS(1240), + [aux_sym_namespace_definition_token1] = ACTIONS(1240), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1240), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1240), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1240), + [anon_sym_BSLASH] = ACTIONS(1238), + [anon_sym_LBRACE] = ACTIONS(1238), + [anon_sym_RBRACE] = ACTIONS(1238), + [aux_sym_trait_declaration_token1] = ACTIONS(1240), + [aux_sym_interface_declaration_token1] = ACTIONS(1240), + [aux_sym_enum_declaration_token1] = ACTIONS(1240), + [aux_sym_enum_case_token1] = ACTIONS(1240), + [aux_sym_class_declaration_token1] = ACTIONS(1240), + [aux_sym_final_modifier_token1] = ACTIONS(1240), + [aux_sym_abstract_modifier_token1] = ACTIONS(1240), + [aux_sym_readonly_modifier_token1] = ACTIONS(1240), + [sym_var_modifier] = ACTIONS(1240), + [aux_sym_visibility_modifier_token1] = ACTIONS(1240), + [aux_sym_visibility_modifier_token2] = ACTIONS(1240), + [aux_sym_visibility_modifier_token3] = ACTIONS(1240), + [anon_sym_LPAREN] = ACTIONS(1238), + [aux_sym__arrow_function_header_token1] = ACTIONS(1240), + [aux_sym_cast_type_token1] = ACTIONS(1240), + [aux_sym_echo_statement_token1] = ACTIONS(1240), + [aux_sym_exit_statement_token1] = ACTIONS(1240), + [anon_sym_unset] = ACTIONS(1240), + [aux_sym_declare_statement_token1] = ACTIONS(1240), + [aux_sym_declare_statement_token2] = ACTIONS(1240), + [sym_float] = ACTIONS(1240), + [aux_sym_try_statement_token1] = ACTIONS(1240), + [aux_sym_goto_statement_token1] = ACTIONS(1240), + [aux_sym_continue_statement_token1] = ACTIONS(1240), + [aux_sym_break_statement_token1] = ACTIONS(1240), + [sym_integer] = ACTIONS(1240), + [aux_sym_return_statement_token1] = ACTIONS(1240), + [aux_sym_throw_expression_token1] = ACTIONS(1240), + [aux_sym_while_statement_token1] = ACTIONS(1240), + [aux_sym_while_statement_token2] = ACTIONS(1240), + [aux_sym_do_statement_token1] = ACTIONS(1240), + [aux_sym_for_statement_token1] = ACTIONS(1240), + [aux_sym_for_statement_token2] = ACTIONS(1240), + [aux_sym_foreach_statement_token1] = ACTIONS(1240), + [aux_sym_foreach_statement_token2] = ACTIONS(1240), + [aux_sym_if_statement_token1] = ACTIONS(1240), + [aux_sym_if_statement_token2] = ACTIONS(1240), + [aux_sym_else_if_clause_token1] = ACTIONS(1240), + [aux_sym_else_clause_token1] = ACTIONS(1240), + [aux_sym_match_expression_token1] = ACTIONS(1240), + [aux_sym_match_default_expression_token1] = ACTIONS(1240), + [aux_sym_switch_statement_token1] = ACTIONS(1240), + [aux_sym_switch_block_token1] = ACTIONS(1240), + [anon_sym_PLUS] = ACTIONS(1240), + [anon_sym_DASH] = ACTIONS(1240), + [anon_sym_TILDE] = ACTIONS(1238), + [anon_sym_BANG] = ACTIONS(1238), + [anon_sym_AT] = ACTIONS(1238), + [aux_sym_clone_expression_token1] = ACTIONS(1240), + [aux_sym_print_intrinsic_token1] = ACTIONS(1240), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1240), + [anon_sym_DASH_DASH] = ACTIONS(1238), + [anon_sym_PLUS_PLUS] = ACTIONS(1238), + [aux_sym__list_destructing_token1] = ACTIONS(1240), + [anon_sym_LBRACK] = ACTIONS(1238), + [anon_sym_self] = ACTIONS(1240), + [anon_sym_parent] = ACTIONS(1240), + [aux_sym__argument_name_token1] = ACTIONS(1240), + [aux_sym__argument_name_token2] = ACTIONS(1240), + [anon_sym_POUND_LBRACK] = ACTIONS(1238), + [aux_sym_encapsed_string_token1] = ACTIONS(1238), + [anon_sym_DQUOTE] = ACTIONS(1238), + [aux_sym_string_token1] = ACTIONS(1238), + [anon_sym_SQUOTE] = ACTIONS(1238), + [anon_sym_LT_LT_LT] = ACTIONS(1238), + [anon_sym_BQUOTE] = ACTIONS(1238), + [anon_sym_DOLLAR] = ACTIONS(1238), + [aux_sym_yield_expression_token1] = ACTIONS(1240), + [aux_sym_include_expression_token1] = ACTIONS(1240), + [aux_sym_include_once_expression_token1] = ACTIONS(1240), + [aux_sym_require_expression_token1] = ACTIONS(1240), + [aux_sym_require_once_expression_token1] = ACTIONS(1240), [sym_comment] = ACTIONS(3), }, [476] = { - [ts_builtin_sym_end] = ACTIONS(1224), - [sym_name] = ACTIONS(1226), - [anon_sym_QMARK_GT] = ACTIONS(1224), - [anon_sym_SEMI] = ACTIONS(1224), - [aux_sym_function_static_declaration_token1] = ACTIONS(1226), - [aux_sym_global_declaration_token1] = ACTIONS(1226), - [aux_sym_namespace_definition_token1] = ACTIONS(1226), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1226), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1226), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1226), - [anon_sym_BSLASH] = ACTIONS(1224), - [anon_sym_LBRACE] = ACTIONS(1224), - [anon_sym_RBRACE] = ACTIONS(1224), - [aux_sym_trait_declaration_token1] = ACTIONS(1226), - [aux_sym_interface_declaration_token1] = ACTIONS(1226), - [aux_sym_enum_declaration_token1] = ACTIONS(1226), - [aux_sym_enum_case_token1] = ACTIONS(1226), - [aux_sym_class_declaration_token1] = ACTIONS(1226), - [aux_sym_final_modifier_token1] = ACTIONS(1226), - [aux_sym_abstract_modifier_token1] = ACTIONS(1226), - [aux_sym_readonly_modifier_token1] = ACTIONS(1226), - [sym_var_modifier] = ACTIONS(1226), - [aux_sym_visibility_modifier_token1] = ACTIONS(1226), - [aux_sym_visibility_modifier_token2] = ACTIONS(1226), - [aux_sym_visibility_modifier_token3] = ACTIONS(1226), - [aux_sym__arrow_function_header_token1] = ACTIONS(1226), - [anon_sym_LPAREN] = ACTIONS(1224), - [aux_sym_cast_type_token1] = ACTIONS(1226), - [aux_sym_echo_statement_token1] = ACTIONS(1226), - [aux_sym_exit_statement_token1] = ACTIONS(1226), - [anon_sym_unset] = ACTIONS(1226), - [aux_sym_declare_statement_token1] = ACTIONS(1226), - [aux_sym_declare_statement_token2] = ACTIONS(1226), - [sym_float] = ACTIONS(1226), - [aux_sym_try_statement_token1] = ACTIONS(1226), - [aux_sym_goto_statement_token1] = ACTIONS(1226), - [aux_sym_continue_statement_token1] = ACTIONS(1226), - [aux_sym_break_statement_token1] = ACTIONS(1226), - [sym_integer] = ACTIONS(1226), - [aux_sym_return_statement_token1] = ACTIONS(1226), - [aux_sym_throw_expression_token1] = ACTIONS(1226), - [aux_sym_while_statement_token1] = ACTIONS(1226), - [aux_sym_while_statement_token2] = ACTIONS(1226), - [aux_sym_do_statement_token1] = ACTIONS(1226), - [aux_sym_for_statement_token1] = ACTIONS(1226), - [aux_sym_for_statement_token2] = ACTIONS(1226), - [aux_sym_foreach_statement_token1] = ACTIONS(1226), - [aux_sym_foreach_statement_token2] = ACTIONS(1226), - [aux_sym_if_statement_token1] = ACTIONS(1226), - [aux_sym_if_statement_token2] = ACTIONS(1226), - [aux_sym_else_if_clause_token1] = ACTIONS(1226), - [aux_sym_else_clause_token1] = ACTIONS(1226), - [aux_sym_match_expression_token1] = ACTIONS(1226), - [aux_sym_match_default_expression_token1] = ACTIONS(1226), - [aux_sym_switch_statement_token1] = ACTIONS(1226), - [aux_sym_switch_block_token1] = ACTIONS(1226), - [anon_sym_PLUS] = ACTIONS(1226), - [anon_sym_DASH] = ACTIONS(1226), - [anon_sym_TILDE] = ACTIONS(1224), - [anon_sym_BANG] = ACTIONS(1224), - [anon_sym_AT] = ACTIONS(1224), - [aux_sym_clone_expression_token1] = ACTIONS(1226), - [aux_sym_print_intrinsic_token1] = ACTIONS(1226), - [aux_sym_object_creation_expression_token1] = ACTIONS(1226), - [anon_sym_DASH_DASH] = ACTIONS(1224), - [anon_sym_PLUS_PLUS] = ACTIONS(1224), - [aux_sym__list_destructing_token1] = ACTIONS(1226), - [anon_sym_LBRACK] = ACTIONS(1224), - [anon_sym_self] = ACTIONS(1226), - [anon_sym_parent] = ACTIONS(1226), - [aux_sym__argument_name_token1] = ACTIONS(1226), - [aux_sym__argument_name_token2] = ACTIONS(1226), - [anon_sym_POUND_LBRACK] = ACTIONS(1224), - [aux_sym_encapsed_string_token1] = ACTIONS(1224), - [anon_sym_DQUOTE] = ACTIONS(1224), - [aux_sym_string_token1] = ACTIONS(1224), - [anon_sym_SQUOTE] = ACTIONS(1224), - [anon_sym_LT_LT_LT] = ACTIONS(1224), - [anon_sym_BQUOTE] = ACTIONS(1224), - [anon_sym_DOLLAR] = ACTIONS(1224), - [aux_sym_yield_expression_token1] = ACTIONS(1226), - [aux_sym_include_expression_token1] = ACTIONS(1226), - [aux_sym_include_once_expression_token1] = ACTIONS(1226), - [aux_sym_require_expression_token1] = ACTIONS(1226), - [aux_sym_require_once_expression_token1] = ACTIONS(1226), + [ts_builtin_sym_end] = ACTIONS(1242), + [sym_name] = ACTIONS(1244), + [anon_sym_QMARK_GT] = ACTIONS(1242), + [anon_sym_SEMI] = ACTIONS(1242), + [aux_sym_function_static_declaration_token1] = ACTIONS(1244), + [aux_sym_global_declaration_token1] = ACTIONS(1244), + [aux_sym_namespace_definition_token1] = ACTIONS(1244), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1244), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1244), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1244), + [anon_sym_BSLASH] = ACTIONS(1242), + [anon_sym_LBRACE] = ACTIONS(1242), + [anon_sym_RBRACE] = ACTIONS(1242), + [aux_sym_trait_declaration_token1] = ACTIONS(1244), + [aux_sym_interface_declaration_token1] = ACTIONS(1244), + [aux_sym_enum_declaration_token1] = ACTIONS(1244), + [aux_sym_enum_case_token1] = ACTIONS(1244), + [aux_sym_class_declaration_token1] = ACTIONS(1244), + [aux_sym_final_modifier_token1] = ACTIONS(1244), + [aux_sym_abstract_modifier_token1] = ACTIONS(1244), + [aux_sym_readonly_modifier_token1] = ACTIONS(1244), + [sym_var_modifier] = ACTIONS(1244), + [aux_sym_visibility_modifier_token1] = ACTIONS(1244), + [aux_sym_visibility_modifier_token2] = ACTIONS(1244), + [aux_sym_visibility_modifier_token3] = ACTIONS(1244), + [anon_sym_LPAREN] = ACTIONS(1242), + [aux_sym__arrow_function_header_token1] = ACTIONS(1244), + [aux_sym_cast_type_token1] = ACTIONS(1244), + [aux_sym_echo_statement_token1] = ACTIONS(1244), + [aux_sym_exit_statement_token1] = ACTIONS(1244), + [anon_sym_unset] = ACTIONS(1244), + [aux_sym_declare_statement_token1] = ACTIONS(1244), + [aux_sym_declare_statement_token2] = ACTIONS(1244), + [sym_float] = ACTIONS(1244), + [aux_sym_try_statement_token1] = ACTIONS(1244), + [aux_sym_goto_statement_token1] = ACTIONS(1244), + [aux_sym_continue_statement_token1] = ACTIONS(1244), + [aux_sym_break_statement_token1] = ACTIONS(1244), + [sym_integer] = ACTIONS(1244), + [aux_sym_return_statement_token1] = ACTIONS(1244), + [aux_sym_throw_expression_token1] = ACTIONS(1244), + [aux_sym_while_statement_token1] = ACTIONS(1244), + [aux_sym_while_statement_token2] = ACTIONS(1244), + [aux_sym_do_statement_token1] = ACTIONS(1244), + [aux_sym_for_statement_token1] = ACTIONS(1244), + [aux_sym_for_statement_token2] = ACTIONS(1244), + [aux_sym_foreach_statement_token1] = ACTIONS(1244), + [aux_sym_foreach_statement_token2] = ACTIONS(1244), + [aux_sym_if_statement_token1] = ACTIONS(1244), + [aux_sym_if_statement_token2] = ACTIONS(1244), + [aux_sym_else_if_clause_token1] = ACTIONS(1244), + [aux_sym_else_clause_token1] = ACTIONS(1244), + [aux_sym_match_expression_token1] = ACTIONS(1244), + [aux_sym_match_default_expression_token1] = ACTIONS(1244), + [aux_sym_switch_statement_token1] = ACTIONS(1244), + [aux_sym_switch_block_token1] = ACTIONS(1244), + [anon_sym_PLUS] = ACTIONS(1244), + [anon_sym_DASH] = ACTIONS(1244), + [anon_sym_TILDE] = ACTIONS(1242), + [anon_sym_BANG] = ACTIONS(1242), + [anon_sym_AT] = ACTIONS(1242), + [aux_sym_clone_expression_token1] = ACTIONS(1244), + [aux_sym_print_intrinsic_token1] = ACTIONS(1244), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1244), + [anon_sym_DASH_DASH] = ACTIONS(1242), + [anon_sym_PLUS_PLUS] = ACTIONS(1242), + [aux_sym__list_destructing_token1] = ACTIONS(1244), + [anon_sym_LBRACK] = ACTIONS(1242), + [anon_sym_self] = ACTIONS(1244), + [anon_sym_parent] = ACTIONS(1244), + [aux_sym__argument_name_token1] = ACTIONS(1244), + [aux_sym__argument_name_token2] = ACTIONS(1244), + [anon_sym_POUND_LBRACK] = ACTIONS(1242), + [aux_sym_encapsed_string_token1] = ACTIONS(1242), + [anon_sym_DQUOTE] = ACTIONS(1242), + [aux_sym_string_token1] = ACTIONS(1242), + [anon_sym_SQUOTE] = ACTIONS(1242), + [anon_sym_LT_LT_LT] = ACTIONS(1242), + [anon_sym_BQUOTE] = ACTIONS(1242), + [anon_sym_DOLLAR] = ACTIONS(1242), + [aux_sym_yield_expression_token1] = ACTIONS(1244), + [aux_sym_include_expression_token1] = ACTIONS(1244), + [aux_sym_include_once_expression_token1] = ACTIONS(1244), + [aux_sym_require_expression_token1] = ACTIONS(1244), + [aux_sym_require_once_expression_token1] = ACTIONS(1244), [sym_comment] = ACTIONS(3), }, [477] = { - [ts_builtin_sym_end] = ACTIONS(1228), - [sym_name] = ACTIONS(1230), - [anon_sym_QMARK_GT] = ACTIONS(1228), - [anon_sym_SEMI] = ACTIONS(1228), - [aux_sym_function_static_declaration_token1] = ACTIONS(1230), - [aux_sym_global_declaration_token1] = ACTIONS(1230), - [aux_sym_namespace_definition_token1] = ACTIONS(1230), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1230), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1230), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1230), - [anon_sym_BSLASH] = ACTIONS(1228), - [anon_sym_LBRACE] = ACTIONS(1228), - [anon_sym_RBRACE] = ACTIONS(1228), - [aux_sym_trait_declaration_token1] = ACTIONS(1230), - [aux_sym_interface_declaration_token1] = ACTIONS(1230), - [aux_sym_enum_declaration_token1] = ACTIONS(1230), - [aux_sym_enum_case_token1] = ACTIONS(1230), - [aux_sym_class_declaration_token1] = ACTIONS(1230), - [aux_sym_final_modifier_token1] = ACTIONS(1230), - [aux_sym_abstract_modifier_token1] = ACTIONS(1230), - [aux_sym_readonly_modifier_token1] = ACTIONS(1230), - [sym_var_modifier] = ACTIONS(1230), - [aux_sym_visibility_modifier_token1] = ACTIONS(1230), - [aux_sym_visibility_modifier_token2] = ACTIONS(1230), - [aux_sym_visibility_modifier_token3] = ACTIONS(1230), - [aux_sym__arrow_function_header_token1] = ACTIONS(1230), - [anon_sym_LPAREN] = ACTIONS(1228), - [aux_sym_cast_type_token1] = ACTIONS(1230), - [aux_sym_echo_statement_token1] = ACTIONS(1230), - [aux_sym_exit_statement_token1] = ACTIONS(1230), - [anon_sym_unset] = ACTIONS(1230), - [aux_sym_declare_statement_token1] = ACTIONS(1230), - [aux_sym_declare_statement_token2] = ACTIONS(1230), - [sym_float] = ACTIONS(1230), - [aux_sym_try_statement_token1] = ACTIONS(1230), - [aux_sym_goto_statement_token1] = ACTIONS(1230), - [aux_sym_continue_statement_token1] = ACTIONS(1230), - [aux_sym_break_statement_token1] = ACTIONS(1230), - [sym_integer] = ACTIONS(1230), - [aux_sym_return_statement_token1] = ACTIONS(1230), - [aux_sym_throw_expression_token1] = ACTIONS(1230), - [aux_sym_while_statement_token1] = ACTIONS(1230), - [aux_sym_while_statement_token2] = ACTIONS(1230), - [aux_sym_do_statement_token1] = ACTIONS(1230), - [aux_sym_for_statement_token1] = ACTIONS(1230), - [aux_sym_for_statement_token2] = ACTIONS(1230), - [aux_sym_foreach_statement_token1] = ACTIONS(1230), - [aux_sym_foreach_statement_token2] = ACTIONS(1230), - [aux_sym_if_statement_token1] = ACTIONS(1230), - [aux_sym_if_statement_token2] = ACTIONS(1230), - [aux_sym_else_if_clause_token1] = ACTIONS(1230), - [aux_sym_else_clause_token1] = ACTIONS(1230), - [aux_sym_match_expression_token1] = ACTIONS(1230), - [aux_sym_match_default_expression_token1] = ACTIONS(1230), - [aux_sym_switch_statement_token1] = ACTIONS(1230), - [aux_sym_switch_block_token1] = ACTIONS(1230), - [anon_sym_PLUS] = ACTIONS(1230), - [anon_sym_DASH] = ACTIONS(1230), - [anon_sym_TILDE] = ACTIONS(1228), - [anon_sym_BANG] = ACTIONS(1228), - [anon_sym_AT] = ACTIONS(1228), - [aux_sym_clone_expression_token1] = ACTIONS(1230), - [aux_sym_print_intrinsic_token1] = ACTIONS(1230), - [aux_sym_object_creation_expression_token1] = ACTIONS(1230), - [anon_sym_DASH_DASH] = ACTIONS(1228), - [anon_sym_PLUS_PLUS] = ACTIONS(1228), - [aux_sym__list_destructing_token1] = ACTIONS(1230), - [anon_sym_LBRACK] = ACTIONS(1228), - [anon_sym_self] = ACTIONS(1230), - [anon_sym_parent] = ACTIONS(1230), - [aux_sym__argument_name_token1] = ACTIONS(1230), - [aux_sym__argument_name_token2] = ACTIONS(1230), - [anon_sym_POUND_LBRACK] = ACTIONS(1228), - [aux_sym_encapsed_string_token1] = ACTIONS(1228), - [anon_sym_DQUOTE] = ACTIONS(1228), - [aux_sym_string_token1] = ACTIONS(1228), - [anon_sym_SQUOTE] = ACTIONS(1228), - [anon_sym_LT_LT_LT] = ACTIONS(1228), - [anon_sym_BQUOTE] = ACTIONS(1228), - [anon_sym_DOLLAR] = ACTIONS(1228), - [aux_sym_yield_expression_token1] = ACTIONS(1230), - [aux_sym_include_expression_token1] = ACTIONS(1230), - [aux_sym_include_once_expression_token1] = ACTIONS(1230), - [aux_sym_require_expression_token1] = ACTIONS(1230), - [aux_sym_require_once_expression_token1] = ACTIONS(1230), + [ts_builtin_sym_end] = ACTIONS(1246), + [sym_name] = ACTIONS(1248), + [anon_sym_QMARK_GT] = ACTIONS(1246), + [anon_sym_SEMI] = ACTIONS(1246), + [aux_sym_function_static_declaration_token1] = ACTIONS(1248), + [aux_sym_global_declaration_token1] = ACTIONS(1248), + [aux_sym_namespace_definition_token1] = ACTIONS(1248), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1248), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1248), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1248), + [anon_sym_BSLASH] = ACTIONS(1246), + [anon_sym_LBRACE] = ACTIONS(1246), + [anon_sym_RBRACE] = ACTIONS(1246), + [aux_sym_trait_declaration_token1] = ACTIONS(1248), + [aux_sym_interface_declaration_token1] = ACTIONS(1248), + [aux_sym_enum_declaration_token1] = ACTIONS(1248), + [aux_sym_enum_case_token1] = ACTIONS(1248), + [aux_sym_class_declaration_token1] = ACTIONS(1248), + [aux_sym_final_modifier_token1] = ACTIONS(1248), + [aux_sym_abstract_modifier_token1] = ACTIONS(1248), + [aux_sym_readonly_modifier_token1] = ACTIONS(1248), + [sym_var_modifier] = ACTIONS(1248), + [aux_sym_visibility_modifier_token1] = ACTIONS(1248), + [aux_sym_visibility_modifier_token2] = ACTIONS(1248), + [aux_sym_visibility_modifier_token3] = ACTIONS(1248), + [anon_sym_LPAREN] = ACTIONS(1246), + [aux_sym__arrow_function_header_token1] = ACTIONS(1248), + [aux_sym_cast_type_token1] = ACTIONS(1248), + [aux_sym_echo_statement_token1] = ACTIONS(1248), + [aux_sym_exit_statement_token1] = ACTIONS(1248), + [anon_sym_unset] = ACTIONS(1248), + [aux_sym_declare_statement_token1] = ACTIONS(1248), + [aux_sym_declare_statement_token2] = ACTIONS(1248), + [sym_float] = ACTIONS(1248), + [aux_sym_try_statement_token1] = ACTIONS(1248), + [aux_sym_goto_statement_token1] = ACTIONS(1248), + [aux_sym_continue_statement_token1] = ACTIONS(1248), + [aux_sym_break_statement_token1] = ACTIONS(1248), + [sym_integer] = ACTIONS(1248), + [aux_sym_return_statement_token1] = ACTIONS(1248), + [aux_sym_throw_expression_token1] = ACTIONS(1248), + [aux_sym_while_statement_token1] = ACTIONS(1248), + [aux_sym_while_statement_token2] = ACTIONS(1248), + [aux_sym_do_statement_token1] = ACTIONS(1248), + [aux_sym_for_statement_token1] = ACTIONS(1248), + [aux_sym_for_statement_token2] = ACTIONS(1248), + [aux_sym_foreach_statement_token1] = ACTIONS(1248), + [aux_sym_foreach_statement_token2] = ACTIONS(1248), + [aux_sym_if_statement_token1] = ACTIONS(1248), + [aux_sym_if_statement_token2] = ACTIONS(1248), + [aux_sym_else_if_clause_token1] = ACTIONS(1248), + [aux_sym_else_clause_token1] = ACTIONS(1248), + [aux_sym_match_expression_token1] = ACTIONS(1248), + [aux_sym_match_default_expression_token1] = ACTIONS(1248), + [aux_sym_switch_statement_token1] = ACTIONS(1248), + [aux_sym_switch_block_token1] = ACTIONS(1248), + [anon_sym_PLUS] = ACTIONS(1248), + [anon_sym_DASH] = ACTIONS(1248), + [anon_sym_TILDE] = ACTIONS(1246), + [anon_sym_BANG] = ACTIONS(1246), + [anon_sym_AT] = ACTIONS(1246), + [aux_sym_clone_expression_token1] = ACTIONS(1248), + [aux_sym_print_intrinsic_token1] = ACTIONS(1248), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1248), + [anon_sym_DASH_DASH] = ACTIONS(1246), + [anon_sym_PLUS_PLUS] = ACTIONS(1246), + [aux_sym__list_destructing_token1] = ACTIONS(1248), + [anon_sym_LBRACK] = ACTIONS(1246), + [anon_sym_self] = ACTIONS(1248), + [anon_sym_parent] = ACTIONS(1248), + [aux_sym__argument_name_token1] = ACTIONS(1248), + [aux_sym__argument_name_token2] = ACTIONS(1248), + [anon_sym_POUND_LBRACK] = ACTIONS(1246), + [aux_sym_encapsed_string_token1] = ACTIONS(1246), + [anon_sym_DQUOTE] = ACTIONS(1246), + [aux_sym_string_token1] = ACTIONS(1246), + [anon_sym_SQUOTE] = ACTIONS(1246), + [anon_sym_LT_LT_LT] = ACTIONS(1246), + [anon_sym_BQUOTE] = ACTIONS(1246), + [anon_sym_DOLLAR] = ACTIONS(1246), + [aux_sym_yield_expression_token1] = ACTIONS(1248), + [aux_sym_include_expression_token1] = ACTIONS(1248), + [aux_sym_include_once_expression_token1] = ACTIONS(1248), + [aux_sym_require_expression_token1] = ACTIONS(1248), + [aux_sym_require_once_expression_token1] = ACTIONS(1248), [sym_comment] = ACTIONS(3), }, [478] = { - [ts_builtin_sym_end] = ACTIONS(1232), - [sym_name] = ACTIONS(1234), - [anon_sym_QMARK_GT] = ACTIONS(1232), - [anon_sym_SEMI] = ACTIONS(1232), - [aux_sym_function_static_declaration_token1] = ACTIONS(1234), - [aux_sym_global_declaration_token1] = ACTIONS(1234), - [aux_sym_namespace_definition_token1] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1234), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1234), - [anon_sym_BSLASH] = ACTIONS(1232), - [anon_sym_LBRACE] = ACTIONS(1232), - [anon_sym_RBRACE] = ACTIONS(1232), - [aux_sym_trait_declaration_token1] = ACTIONS(1234), - [aux_sym_interface_declaration_token1] = ACTIONS(1234), - [aux_sym_enum_declaration_token1] = ACTIONS(1234), - [aux_sym_enum_case_token1] = ACTIONS(1234), - [aux_sym_class_declaration_token1] = ACTIONS(1234), - [aux_sym_final_modifier_token1] = ACTIONS(1234), - [aux_sym_abstract_modifier_token1] = ACTIONS(1234), - [aux_sym_readonly_modifier_token1] = ACTIONS(1234), - [sym_var_modifier] = ACTIONS(1234), - [aux_sym_visibility_modifier_token1] = ACTIONS(1234), - [aux_sym_visibility_modifier_token2] = ACTIONS(1234), - [aux_sym_visibility_modifier_token3] = ACTIONS(1234), - [aux_sym__arrow_function_header_token1] = ACTIONS(1234), - [anon_sym_LPAREN] = ACTIONS(1232), - [aux_sym_cast_type_token1] = ACTIONS(1234), - [aux_sym_echo_statement_token1] = ACTIONS(1234), - [aux_sym_exit_statement_token1] = ACTIONS(1234), - [anon_sym_unset] = ACTIONS(1234), - [aux_sym_declare_statement_token1] = ACTIONS(1234), - [aux_sym_declare_statement_token2] = ACTIONS(1234), - [sym_float] = ACTIONS(1234), - [aux_sym_try_statement_token1] = ACTIONS(1234), - [aux_sym_goto_statement_token1] = ACTIONS(1234), - [aux_sym_continue_statement_token1] = ACTIONS(1234), - [aux_sym_break_statement_token1] = ACTIONS(1234), - [sym_integer] = ACTIONS(1234), - [aux_sym_return_statement_token1] = ACTIONS(1234), - [aux_sym_throw_expression_token1] = ACTIONS(1234), - [aux_sym_while_statement_token1] = ACTIONS(1234), - [aux_sym_while_statement_token2] = ACTIONS(1234), - [aux_sym_do_statement_token1] = ACTIONS(1234), - [aux_sym_for_statement_token1] = ACTIONS(1234), - [aux_sym_for_statement_token2] = ACTIONS(1234), - [aux_sym_foreach_statement_token1] = ACTIONS(1234), - [aux_sym_foreach_statement_token2] = ACTIONS(1234), - [aux_sym_if_statement_token1] = ACTIONS(1234), - [aux_sym_if_statement_token2] = ACTIONS(1234), - [aux_sym_else_if_clause_token1] = ACTIONS(1234), - [aux_sym_else_clause_token1] = ACTIONS(1234), - [aux_sym_match_expression_token1] = ACTIONS(1234), - [aux_sym_match_default_expression_token1] = ACTIONS(1234), - [aux_sym_switch_statement_token1] = ACTIONS(1234), - [aux_sym_switch_block_token1] = ACTIONS(1234), - [anon_sym_PLUS] = ACTIONS(1234), - [anon_sym_DASH] = ACTIONS(1234), - [anon_sym_TILDE] = ACTIONS(1232), - [anon_sym_BANG] = ACTIONS(1232), - [anon_sym_AT] = ACTIONS(1232), - [aux_sym_clone_expression_token1] = ACTIONS(1234), - [aux_sym_print_intrinsic_token1] = ACTIONS(1234), - [aux_sym_object_creation_expression_token1] = ACTIONS(1234), - [anon_sym_DASH_DASH] = ACTIONS(1232), - [anon_sym_PLUS_PLUS] = ACTIONS(1232), - [aux_sym__list_destructing_token1] = ACTIONS(1234), - [anon_sym_LBRACK] = ACTIONS(1232), - [anon_sym_self] = ACTIONS(1234), - [anon_sym_parent] = ACTIONS(1234), - [aux_sym__argument_name_token1] = ACTIONS(1234), - [aux_sym__argument_name_token2] = ACTIONS(1234), - [anon_sym_POUND_LBRACK] = ACTIONS(1232), - [aux_sym_encapsed_string_token1] = ACTIONS(1232), - [anon_sym_DQUOTE] = ACTIONS(1232), - [aux_sym_string_token1] = ACTIONS(1232), - [anon_sym_SQUOTE] = ACTIONS(1232), - [anon_sym_LT_LT_LT] = ACTIONS(1232), - [anon_sym_BQUOTE] = ACTIONS(1232), - [anon_sym_DOLLAR] = ACTIONS(1232), - [aux_sym_yield_expression_token1] = ACTIONS(1234), - [aux_sym_include_expression_token1] = ACTIONS(1234), - [aux_sym_include_once_expression_token1] = ACTIONS(1234), - [aux_sym_require_expression_token1] = ACTIONS(1234), - [aux_sym_require_once_expression_token1] = ACTIONS(1234), + [ts_builtin_sym_end] = ACTIONS(1250), + [sym_name] = ACTIONS(1252), + [anon_sym_QMARK_GT] = ACTIONS(1250), + [anon_sym_SEMI] = ACTIONS(1250), + [aux_sym_function_static_declaration_token1] = ACTIONS(1252), + [aux_sym_global_declaration_token1] = ACTIONS(1252), + [aux_sym_namespace_definition_token1] = ACTIONS(1252), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1252), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1252), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1252), + [anon_sym_BSLASH] = ACTIONS(1250), + [anon_sym_LBRACE] = ACTIONS(1250), + [anon_sym_RBRACE] = ACTIONS(1250), + [aux_sym_trait_declaration_token1] = ACTIONS(1252), + [aux_sym_interface_declaration_token1] = ACTIONS(1252), + [aux_sym_enum_declaration_token1] = ACTIONS(1252), + [aux_sym_enum_case_token1] = ACTIONS(1252), + [aux_sym_class_declaration_token1] = ACTIONS(1252), + [aux_sym_final_modifier_token1] = ACTIONS(1252), + [aux_sym_abstract_modifier_token1] = ACTIONS(1252), + [aux_sym_readonly_modifier_token1] = ACTIONS(1252), + [sym_var_modifier] = ACTIONS(1252), + [aux_sym_visibility_modifier_token1] = ACTIONS(1252), + [aux_sym_visibility_modifier_token2] = ACTIONS(1252), + [aux_sym_visibility_modifier_token3] = ACTIONS(1252), + [anon_sym_LPAREN] = ACTIONS(1250), + [aux_sym__arrow_function_header_token1] = ACTIONS(1252), + [aux_sym_cast_type_token1] = ACTIONS(1252), + [aux_sym_echo_statement_token1] = ACTIONS(1252), + [aux_sym_exit_statement_token1] = ACTIONS(1252), + [anon_sym_unset] = ACTIONS(1252), + [aux_sym_declare_statement_token1] = ACTIONS(1252), + [aux_sym_declare_statement_token2] = ACTIONS(1252), + [sym_float] = ACTIONS(1252), + [aux_sym_try_statement_token1] = ACTIONS(1252), + [aux_sym_goto_statement_token1] = ACTIONS(1252), + [aux_sym_continue_statement_token1] = ACTIONS(1252), + [aux_sym_break_statement_token1] = ACTIONS(1252), + [sym_integer] = ACTIONS(1252), + [aux_sym_return_statement_token1] = ACTIONS(1252), + [aux_sym_throw_expression_token1] = ACTIONS(1252), + [aux_sym_while_statement_token1] = ACTIONS(1252), + [aux_sym_while_statement_token2] = ACTIONS(1252), + [aux_sym_do_statement_token1] = ACTIONS(1252), + [aux_sym_for_statement_token1] = ACTIONS(1252), + [aux_sym_for_statement_token2] = ACTIONS(1252), + [aux_sym_foreach_statement_token1] = ACTIONS(1252), + [aux_sym_foreach_statement_token2] = ACTIONS(1252), + [aux_sym_if_statement_token1] = ACTIONS(1252), + [aux_sym_if_statement_token2] = ACTIONS(1252), + [aux_sym_else_if_clause_token1] = ACTIONS(1252), + [aux_sym_else_clause_token1] = ACTIONS(1252), + [aux_sym_match_expression_token1] = ACTIONS(1252), + [aux_sym_match_default_expression_token1] = ACTIONS(1252), + [aux_sym_switch_statement_token1] = ACTIONS(1252), + [aux_sym_switch_block_token1] = ACTIONS(1252), + [anon_sym_PLUS] = ACTIONS(1252), + [anon_sym_DASH] = ACTIONS(1252), + [anon_sym_TILDE] = ACTIONS(1250), + [anon_sym_BANG] = ACTIONS(1250), + [anon_sym_AT] = ACTIONS(1250), + [aux_sym_clone_expression_token1] = ACTIONS(1252), + [aux_sym_print_intrinsic_token1] = ACTIONS(1252), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1252), + [anon_sym_DASH_DASH] = ACTIONS(1250), + [anon_sym_PLUS_PLUS] = ACTIONS(1250), + [aux_sym__list_destructing_token1] = ACTIONS(1252), + [anon_sym_LBRACK] = ACTIONS(1250), + [anon_sym_self] = ACTIONS(1252), + [anon_sym_parent] = ACTIONS(1252), + [aux_sym__argument_name_token1] = ACTIONS(1252), + [aux_sym__argument_name_token2] = ACTIONS(1252), + [anon_sym_POUND_LBRACK] = ACTIONS(1250), + [aux_sym_encapsed_string_token1] = ACTIONS(1250), + [anon_sym_DQUOTE] = ACTIONS(1250), + [aux_sym_string_token1] = ACTIONS(1250), + [anon_sym_SQUOTE] = ACTIONS(1250), + [anon_sym_LT_LT_LT] = ACTIONS(1250), + [anon_sym_BQUOTE] = ACTIONS(1250), + [anon_sym_DOLLAR] = ACTIONS(1250), + [aux_sym_yield_expression_token1] = ACTIONS(1252), + [aux_sym_include_expression_token1] = ACTIONS(1252), + [aux_sym_include_once_expression_token1] = ACTIONS(1252), + [aux_sym_require_expression_token1] = ACTIONS(1252), + [aux_sym_require_once_expression_token1] = ACTIONS(1252), [sym_comment] = ACTIONS(3), }, [479] = { - [ts_builtin_sym_end] = ACTIONS(1236), - [sym_name] = ACTIONS(1238), - [anon_sym_QMARK_GT] = ACTIONS(1236), - [anon_sym_SEMI] = ACTIONS(1236), - [aux_sym_function_static_declaration_token1] = ACTIONS(1238), - [aux_sym_global_declaration_token1] = ACTIONS(1238), - [aux_sym_namespace_definition_token1] = ACTIONS(1238), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1238), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1238), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1238), - [anon_sym_BSLASH] = ACTIONS(1236), - [anon_sym_LBRACE] = ACTIONS(1236), - [anon_sym_RBRACE] = ACTIONS(1236), - [aux_sym_trait_declaration_token1] = ACTIONS(1238), - [aux_sym_interface_declaration_token1] = ACTIONS(1238), - [aux_sym_enum_declaration_token1] = ACTIONS(1238), - [aux_sym_enum_case_token1] = ACTIONS(1238), - [aux_sym_class_declaration_token1] = ACTIONS(1238), - [aux_sym_final_modifier_token1] = ACTIONS(1238), - [aux_sym_abstract_modifier_token1] = ACTIONS(1238), - [aux_sym_readonly_modifier_token1] = ACTIONS(1238), - [sym_var_modifier] = ACTIONS(1238), - [aux_sym_visibility_modifier_token1] = ACTIONS(1238), - [aux_sym_visibility_modifier_token2] = ACTIONS(1238), - [aux_sym_visibility_modifier_token3] = ACTIONS(1238), - [aux_sym__arrow_function_header_token1] = ACTIONS(1238), - [anon_sym_LPAREN] = ACTIONS(1236), - [aux_sym_cast_type_token1] = ACTIONS(1238), - [aux_sym_echo_statement_token1] = ACTIONS(1238), - [aux_sym_exit_statement_token1] = ACTIONS(1238), - [anon_sym_unset] = ACTIONS(1238), - [aux_sym_declare_statement_token1] = ACTIONS(1238), - [aux_sym_declare_statement_token2] = ACTIONS(1238), - [sym_float] = ACTIONS(1238), - [aux_sym_try_statement_token1] = ACTIONS(1238), - [aux_sym_goto_statement_token1] = ACTIONS(1238), - [aux_sym_continue_statement_token1] = ACTIONS(1238), - [aux_sym_break_statement_token1] = ACTIONS(1238), - [sym_integer] = ACTIONS(1238), - [aux_sym_return_statement_token1] = ACTIONS(1238), - [aux_sym_throw_expression_token1] = ACTIONS(1238), - [aux_sym_while_statement_token1] = ACTIONS(1238), - [aux_sym_while_statement_token2] = ACTIONS(1238), - [aux_sym_do_statement_token1] = ACTIONS(1238), - [aux_sym_for_statement_token1] = ACTIONS(1238), - [aux_sym_for_statement_token2] = ACTIONS(1238), - [aux_sym_foreach_statement_token1] = ACTIONS(1238), - [aux_sym_foreach_statement_token2] = ACTIONS(1238), - [aux_sym_if_statement_token1] = ACTIONS(1238), - [aux_sym_if_statement_token2] = ACTIONS(1238), - [aux_sym_else_if_clause_token1] = ACTIONS(1238), - [aux_sym_else_clause_token1] = ACTIONS(1238), - [aux_sym_match_expression_token1] = ACTIONS(1238), - [aux_sym_match_default_expression_token1] = ACTIONS(1238), - [aux_sym_switch_statement_token1] = ACTIONS(1238), - [aux_sym_switch_block_token1] = ACTIONS(1238), - [anon_sym_PLUS] = ACTIONS(1238), - [anon_sym_DASH] = ACTIONS(1238), - [anon_sym_TILDE] = ACTIONS(1236), - [anon_sym_BANG] = ACTIONS(1236), - [anon_sym_AT] = ACTIONS(1236), - [aux_sym_clone_expression_token1] = ACTIONS(1238), - [aux_sym_print_intrinsic_token1] = ACTIONS(1238), - [aux_sym_object_creation_expression_token1] = ACTIONS(1238), - [anon_sym_DASH_DASH] = ACTIONS(1236), - [anon_sym_PLUS_PLUS] = ACTIONS(1236), - [aux_sym__list_destructing_token1] = ACTIONS(1238), - [anon_sym_LBRACK] = ACTIONS(1236), - [anon_sym_self] = ACTIONS(1238), - [anon_sym_parent] = ACTIONS(1238), - [aux_sym__argument_name_token1] = ACTIONS(1238), - [aux_sym__argument_name_token2] = ACTIONS(1238), - [anon_sym_POUND_LBRACK] = ACTIONS(1236), - [aux_sym_encapsed_string_token1] = ACTIONS(1236), - [anon_sym_DQUOTE] = ACTIONS(1236), - [aux_sym_string_token1] = ACTIONS(1236), - [anon_sym_SQUOTE] = ACTIONS(1236), - [anon_sym_LT_LT_LT] = ACTIONS(1236), - [anon_sym_BQUOTE] = ACTIONS(1236), - [anon_sym_DOLLAR] = ACTIONS(1236), - [aux_sym_yield_expression_token1] = ACTIONS(1238), - [aux_sym_include_expression_token1] = ACTIONS(1238), - [aux_sym_include_once_expression_token1] = ACTIONS(1238), - [aux_sym_require_expression_token1] = ACTIONS(1238), - [aux_sym_require_once_expression_token1] = ACTIONS(1238), + [ts_builtin_sym_end] = ACTIONS(1254), + [sym_name] = ACTIONS(1256), + [anon_sym_QMARK_GT] = ACTIONS(1254), + [anon_sym_SEMI] = ACTIONS(1254), + [aux_sym_function_static_declaration_token1] = ACTIONS(1256), + [aux_sym_global_declaration_token1] = ACTIONS(1256), + [aux_sym_namespace_definition_token1] = ACTIONS(1256), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1256), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1256), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1256), + [anon_sym_BSLASH] = ACTIONS(1254), + [anon_sym_LBRACE] = ACTIONS(1254), + [anon_sym_RBRACE] = ACTIONS(1254), + [aux_sym_trait_declaration_token1] = ACTIONS(1256), + [aux_sym_interface_declaration_token1] = ACTIONS(1256), + [aux_sym_enum_declaration_token1] = ACTIONS(1256), + [aux_sym_enum_case_token1] = ACTIONS(1256), + [aux_sym_class_declaration_token1] = ACTIONS(1256), + [aux_sym_final_modifier_token1] = ACTIONS(1256), + [aux_sym_abstract_modifier_token1] = ACTIONS(1256), + [aux_sym_readonly_modifier_token1] = ACTIONS(1256), + [sym_var_modifier] = ACTIONS(1256), + [aux_sym_visibility_modifier_token1] = ACTIONS(1256), + [aux_sym_visibility_modifier_token2] = ACTIONS(1256), + [aux_sym_visibility_modifier_token3] = ACTIONS(1256), + [anon_sym_LPAREN] = ACTIONS(1254), + [aux_sym__arrow_function_header_token1] = ACTIONS(1256), + [aux_sym_cast_type_token1] = ACTIONS(1256), + [aux_sym_echo_statement_token1] = ACTIONS(1256), + [aux_sym_exit_statement_token1] = ACTIONS(1256), + [anon_sym_unset] = ACTIONS(1256), + [aux_sym_declare_statement_token1] = ACTIONS(1256), + [aux_sym_declare_statement_token2] = ACTIONS(1256), + [sym_float] = ACTIONS(1256), + [aux_sym_try_statement_token1] = ACTIONS(1256), + [aux_sym_goto_statement_token1] = ACTIONS(1256), + [aux_sym_continue_statement_token1] = ACTIONS(1256), + [aux_sym_break_statement_token1] = ACTIONS(1256), + [sym_integer] = ACTIONS(1256), + [aux_sym_return_statement_token1] = ACTIONS(1256), + [aux_sym_throw_expression_token1] = ACTIONS(1256), + [aux_sym_while_statement_token1] = ACTIONS(1256), + [aux_sym_while_statement_token2] = ACTIONS(1256), + [aux_sym_do_statement_token1] = ACTIONS(1256), + [aux_sym_for_statement_token1] = ACTIONS(1256), + [aux_sym_for_statement_token2] = ACTIONS(1256), + [aux_sym_foreach_statement_token1] = ACTIONS(1256), + [aux_sym_foreach_statement_token2] = ACTIONS(1256), + [aux_sym_if_statement_token1] = ACTIONS(1256), + [aux_sym_if_statement_token2] = ACTIONS(1256), + [aux_sym_else_if_clause_token1] = ACTIONS(1256), + [aux_sym_else_clause_token1] = ACTIONS(1256), + [aux_sym_match_expression_token1] = ACTIONS(1256), + [aux_sym_match_default_expression_token1] = ACTIONS(1256), + [aux_sym_switch_statement_token1] = ACTIONS(1256), + [aux_sym_switch_block_token1] = ACTIONS(1256), + [anon_sym_PLUS] = ACTIONS(1256), + [anon_sym_DASH] = ACTIONS(1256), + [anon_sym_TILDE] = ACTIONS(1254), + [anon_sym_BANG] = ACTIONS(1254), + [anon_sym_AT] = ACTIONS(1254), + [aux_sym_clone_expression_token1] = ACTIONS(1256), + [aux_sym_print_intrinsic_token1] = ACTIONS(1256), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1256), + [anon_sym_DASH_DASH] = ACTIONS(1254), + [anon_sym_PLUS_PLUS] = ACTIONS(1254), + [aux_sym__list_destructing_token1] = ACTIONS(1256), + [anon_sym_LBRACK] = ACTIONS(1254), + [anon_sym_self] = ACTIONS(1256), + [anon_sym_parent] = ACTIONS(1256), + [aux_sym__argument_name_token1] = ACTIONS(1256), + [aux_sym__argument_name_token2] = ACTIONS(1256), + [anon_sym_POUND_LBRACK] = ACTIONS(1254), + [aux_sym_encapsed_string_token1] = ACTIONS(1254), + [anon_sym_DQUOTE] = ACTIONS(1254), + [aux_sym_string_token1] = ACTIONS(1254), + [anon_sym_SQUOTE] = ACTIONS(1254), + [anon_sym_LT_LT_LT] = ACTIONS(1254), + [anon_sym_BQUOTE] = ACTIONS(1254), + [anon_sym_DOLLAR] = ACTIONS(1254), + [aux_sym_yield_expression_token1] = ACTIONS(1256), + [aux_sym_include_expression_token1] = ACTIONS(1256), + [aux_sym_include_once_expression_token1] = ACTIONS(1256), + [aux_sym_require_expression_token1] = ACTIONS(1256), + [aux_sym_require_once_expression_token1] = ACTIONS(1256), [sym_comment] = ACTIONS(3), }, [480] = { - [ts_builtin_sym_end] = ACTIONS(1240), - [sym_name] = ACTIONS(1242), - [anon_sym_QMARK_GT] = ACTIONS(1240), - [anon_sym_SEMI] = ACTIONS(1240), - [aux_sym_function_static_declaration_token1] = ACTIONS(1242), - [aux_sym_global_declaration_token1] = ACTIONS(1242), - [aux_sym_namespace_definition_token1] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1242), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1242), - [anon_sym_BSLASH] = ACTIONS(1240), - [anon_sym_LBRACE] = ACTIONS(1240), - [anon_sym_RBRACE] = ACTIONS(1240), - [aux_sym_trait_declaration_token1] = ACTIONS(1242), - [aux_sym_interface_declaration_token1] = ACTIONS(1242), - [aux_sym_enum_declaration_token1] = ACTIONS(1242), - [aux_sym_enum_case_token1] = ACTIONS(1242), - [aux_sym_class_declaration_token1] = ACTIONS(1242), - [aux_sym_final_modifier_token1] = ACTIONS(1242), - [aux_sym_abstract_modifier_token1] = ACTIONS(1242), - [aux_sym_readonly_modifier_token1] = ACTIONS(1242), - [sym_var_modifier] = ACTIONS(1242), - [aux_sym_visibility_modifier_token1] = ACTIONS(1242), - [aux_sym_visibility_modifier_token2] = ACTIONS(1242), - [aux_sym_visibility_modifier_token3] = ACTIONS(1242), - [aux_sym__arrow_function_header_token1] = ACTIONS(1242), - [anon_sym_LPAREN] = ACTIONS(1240), - [aux_sym_cast_type_token1] = ACTIONS(1242), - [aux_sym_echo_statement_token1] = ACTIONS(1242), - [aux_sym_exit_statement_token1] = ACTIONS(1242), - [anon_sym_unset] = ACTIONS(1242), - [aux_sym_declare_statement_token1] = ACTIONS(1242), - [aux_sym_declare_statement_token2] = ACTIONS(1242), - [sym_float] = ACTIONS(1242), - [aux_sym_try_statement_token1] = ACTIONS(1242), - [aux_sym_goto_statement_token1] = ACTIONS(1242), - [aux_sym_continue_statement_token1] = ACTIONS(1242), - [aux_sym_break_statement_token1] = ACTIONS(1242), - [sym_integer] = ACTIONS(1242), - [aux_sym_return_statement_token1] = ACTIONS(1242), - [aux_sym_throw_expression_token1] = ACTIONS(1242), - [aux_sym_while_statement_token1] = ACTIONS(1242), - [aux_sym_while_statement_token2] = ACTIONS(1242), - [aux_sym_do_statement_token1] = ACTIONS(1242), - [aux_sym_for_statement_token1] = ACTIONS(1242), - [aux_sym_for_statement_token2] = ACTIONS(1242), - [aux_sym_foreach_statement_token1] = ACTIONS(1242), - [aux_sym_foreach_statement_token2] = ACTIONS(1242), - [aux_sym_if_statement_token1] = ACTIONS(1242), - [aux_sym_if_statement_token2] = ACTIONS(1242), - [aux_sym_else_if_clause_token1] = ACTIONS(1242), - [aux_sym_else_clause_token1] = ACTIONS(1242), - [aux_sym_match_expression_token1] = ACTIONS(1242), - [aux_sym_match_default_expression_token1] = ACTIONS(1242), - [aux_sym_switch_statement_token1] = ACTIONS(1242), - [aux_sym_switch_block_token1] = ACTIONS(1242), - [anon_sym_PLUS] = ACTIONS(1242), - [anon_sym_DASH] = ACTIONS(1242), - [anon_sym_TILDE] = ACTIONS(1240), - [anon_sym_BANG] = ACTIONS(1240), - [anon_sym_AT] = ACTIONS(1240), - [aux_sym_clone_expression_token1] = ACTIONS(1242), - [aux_sym_print_intrinsic_token1] = ACTIONS(1242), - [aux_sym_object_creation_expression_token1] = ACTIONS(1242), - [anon_sym_DASH_DASH] = ACTIONS(1240), - [anon_sym_PLUS_PLUS] = ACTIONS(1240), - [aux_sym__list_destructing_token1] = ACTIONS(1242), - [anon_sym_LBRACK] = ACTIONS(1240), - [anon_sym_self] = ACTIONS(1242), - [anon_sym_parent] = ACTIONS(1242), - [aux_sym__argument_name_token1] = ACTIONS(1242), - [aux_sym__argument_name_token2] = ACTIONS(1242), - [anon_sym_POUND_LBRACK] = ACTIONS(1240), - [aux_sym_encapsed_string_token1] = ACTIONS(1240), - [anon_sym_DQUOTE] = ACTIONS(1240), - [aux_sym_string_token1] = ACTIONS(1240), - [anon_sym_SQUOTE] = ACTIONS(1240), - [anon_sym_LT_LT_LT] = ACTIONS(1240), - [anon_sym_BQUOTE] = ACTIONS(1240), - [anon_sym_DOLLAR] = ACTIONS(1240), - [aux_sym_yield_expression_token1] = ACTIONS(1242), - [aux_sym_include_expression_token1] = ACTIONS(1242), - [aux_sym_include_once_expression_token1] = ACTIONS(1242), - [aux_sym_require_expression_token1] = ACTIONS(1242), - [aux_sym_require_once_expression_token1] = ACTIONS(1242), + [ts_builtin_sym_end] = ACTIONS(1258), + [sym_name] = ACTIONS(1260), + [anon_sym_QMARK_GT] = ACTIONS(1258), + [anon_sym_SEMI] = ACTIONS(1258), + [aux_sym_function_static_declaration_token1] = ACTIONS(1260), + [aux_sym_global_declaration_token1] = ACTIONS(1260), + [aux_sym_namespace_definition_token1] = ACTIONS(1260), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1260), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1260), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1260), + [anon_sym_BSLASH] = ACTIONS(1258), + [anon_sym_LBRACE] = ACTIONS(1258), + [anon_sym_RBRACE] = ACTIONS(1258), + [aux_sym_trait_declaration_token1] = ACTIONS(1260), + [aux_sym_interface_declaration_token1] = ACTIONS(1260), + [aux_sym_enum_declaration_token1] = ACTIONS(1260), + [aux_sym_enum_case_token1] = ACTIONS(1260), + [aux_sym_class_declaration_token1] = ACTIONS(1260), + [aux_sym_final_modifier_token1] = ACTIONS(1260), + [aux_sym_abstract_modifier_token1] = ACTIONS(1260), + [aux_sym_readonly_modifier_token1] = ACTIONS(1260), + [sym_var_modifier] = ACTIONS(1260), + [aux_sym_visibility_modifier_token1] = ACTIONS(1260), + [aux_sym_visibility_modifier_token2] = ACTIONS(1260), + [aux_sym_visibility_modifier_token3] = ACTIONS(1260), + [anon_sym_LPAREN] = ACTIONS(1258), + [aux_sym__arrow_function_header_token1] = ACTIONS(1260), + [aux_sym_cast_type_token1] = ACTIONS(1260), + [aux_sym_echo_statement_token1] = ACTIONS(1260), + [aux_sym_exit_statement_token1] = ACTIONS(1260), + [anon_sym_unset] = ACTIONS(1260), + [aux_sym_declare_statement_token1] = ACTIONS(1260), + [aux_sym_declare_statement_token2] = ACTIONS(1260), + [sym_float] = ACTIONS(1260), + [aux_sym_try_statement_token1] = ACTIONS(1260), + [aux_sym_goto_statement_token1] = ACTIONS(1260), + [aux_sym_continue_statement_token1] = ACTIONS(1260), + [aux_sym_break_statement_token1] = ACTIONS(1260), + [sym_integer] = ACTIONS(1260), + [aux_sym_return_statement_token1] = ACTIONS(1260), + [aux_sym_throw_expression_token1] = ACTIONS(1260), + [aux_sym_while_statement_token1] = ACTIONS(1260), + [aux_sym_while_statement_token2] = ACTIONS(1260), + [aux_sym_do_statement_token1] = ACTIONS(1260), + [aux_sym_for_statement_token1] = ACTIONS(1260), + [aux_sym_for_statement_token2] = ACTIONS(1260), + [aux_sym_foreach_statement_token1] = ACTIONS(1260), + [aux_sym_foreach_statement_token2] = ACTIONS(1260), + [aux_sym_if_statement_token1] = ACTIONS(1260), + [aux_sym_if_statement_token2] = ACTIONS(1260), + [aux_sym_else_if_clause_token1] = ACTIONS(1260), + [aux_sym_else_clause_token1] = ACTIONS(1260), + [aux_sym_match_expression_token1] = ACTIONS(1260), + [aux_sym_match_default_expression_token1] = ACTIONS(1260), + [aux_sym_switch_statement_token1] = ACTIONS(1260), + [aux_sym_switch_block_token1] = ACTIONS(1260), + [anon_sym_PLUS] = ACTIONS(1260), + [anon_sym_DASH] = ACTIONS(1260), + [anon_sym_TILDE] = ACTIONS(1258), + [anon_sym_BANG] = ACTIONS(1258), + [anon_sym_AT] = ACTIONS(1258), + [aux_sym_clone_expression_token1] = ACTIONS(1260), + [aux_sym_print_intrinsic_token1] = ACTIONS(1260), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1260), + [anon_sym_DASH_DASH] = ACTIONS(1258), + [anon_sym_PLUS_PLUS] = ACTIONS(1258), + [aux_sym__list_destructing_token1] = ACTIONS(1260), + [anon_sym_LBRACK] = ACTIONS(1258), + [anon_sym_self] = ACTIONS(1260), + [anon_sym_parent] = ACTIONS(1260), + [aux_sym__argument_name_token1] = ACTIONS(1260), + [aux_sym__argument_name_token2] = ACTIONS(1260), + [anon_sym_POUND_LBRACK] = ACTIONS(1258), + [aux_sym_encapsed_string_token1] = ACTIONS(1258), + [anon_sym_DQUOTE] = ACTIONS(1258), + [aux_sym_string_token1] = ACTIONS(1258), + [anon_sym_SQUOTE] = ACTIONS(1258), + [anon_sym_LT_LT_LT] = ACTIONS(1258), + [anon_sym_BQUOTE] = ACTIONS(1258), + [anon_sym_DOLLAR] = ACTIONS(1258), + [aux_sym_yield_expression_token1] = ACTIONS(1260), + [aux_sym_include_expression_token1] = ACTIONS(1260), + [aux_sym_include_once_expression_token1] = ACTIONS(1260), + [aux_sym_require_expression_token1] = ACTIONS(1260), + [aux_sym_require_once_expression_token1] = ACTIONS(1260), [sym_comment] = ACTIONS(3), }, [481] = { - [ts_builtin_sym_end] = ACTIONS(1244), - [sym_name] = ACTIONS(1246), - [anon_sym_QMARK_GT] = ACTIONS(1244), - [anon_sym_SEMI] = ACTIONS(1244), - [aux_sym_function_static_declaration_token1] = ACTIONS(1246), - [aux_sym_global_declaration_token1] = ACTIONS(1246), - [aux_sym_namespace_definition_token1] = ACTIONS(1246), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1246), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1246), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1246), - [anon_sym_BSLASH] = ACTIONS(1244), - [anon_sym_LBRACE] = ACTIONS(1244), - [anon_sym_RBRACE] = ACTIONS(1244), - [aux_sym_trait_declaration_token1] = ACTIONS(1246), - [aux_sym_interface_declaration_token1] = ACTIONS(1246), - [aux_sym_enum_declaration_token1] = ACTIONS(1246), - [aux_sym_enum_case_token1] = ACTIONS(1246), - [aux_sym_class_declaration_token1] = ACTIONS(1246), - [aux_sym_final_modifier_token1] = ACTIONS(1246), - [aux_sym_abstract_modifier_token1] = ACTIONS(1246), - [aux_sym_readonly_modifier_token1] = ACTIONS(1246), - [sym_var_modifier] = ACTIONS(1246), - [aux_sym_visibility_modifier_token1] = ACTIONS(1246), - [aux_sym_visibility_modifier_token2] = ACTIONS(1246), - [aux_sym_visibility_modifier_token3] = ACTIONS(1246), - [aux_sym__arrow_function_header_token1] = ACTIONS(1246), - [anon_sym_LPAREN] = ACTIONS(1244), - [aux_sym_cast_type_token1] = ACTIONS(1246), - [aux_sym_echo_statement_token1] = ACTIONS(1246), - [aux_sym_exit_statement_token1] = ACTIONS(1246), - [anon_sym_unset] = ACTIONS(1246), - [aux_sym_declare_statement_token1] = ACTIONS(1246), - [aux_sym_declare_statement_token2] = ACTIONS(1246), - [sym_float] = ACTIONS(1246), - [aux_sym_try_statement_token1] = ACTIONS(1246), - [aux_sym_goto_statement_token1] = ACTIONS(1246), - [aux_sym_continue_statement_token1] = ACTIONS(1246), - [aux_sym_break_statement_token1] = ACTIONS(1246), - [sym_integer] = ACTIONS(1246), - [aux_sym_return_statement_token1] = ACTIONS(1246), - [aux_sym_throw_expression_token1] = ACTIONS(1246), - [aux_sym_while_statement_token1] = ACTIONS(1246), - [aux_sym_while_statement_token2] = ACTIONS(1246), - [aux_sym_do_statement_token1] = ACTIONS(1246), - [aux_sym_for_statement_token1] = ACTIONS(1246), - [aux_sym_for_statement_token2] = ACTIONS(1246), - [aux_sym_foreach_statement_token1] = ACTIONS(1246), - [aux_sym_foreach_statement_token2] = ACTIONS(1246), - [aux_sym_if_statement_token1] = ACTIONS(1246), - [aux_sym_if_statement_token2] = ACTIONS(1246), - [aux_sym_else_if_clause_token1] = ACTIONS(1246), - [aux_sym_else_clause_token1] = ACTIONS(1246), - [aux_sym_match_expression_token1] = ACTIONS(1246), - [aux_sym_match_default_expression_token1] = ACTIONS(1246), - [aux_sym_switch_statement_token1] = ACTIONS(1246), - [aux_sym_switch_block_token1] = ACTIONS(1246), - [anon_sym_PLUS] = ACTIONS(1246), - [anon_sym_DASH] = ACTIONS(1246), - [anon_sym_TILDE] = ACTIONS(1244), - [anon_sym_BANG] = ACTIONS(1244), - [anon_sym_AT] = ACTIONS(1244), - [aux_sym_clone_expression_token1] = ACTIONS(1246), - [aux_sym_print_intrinsic_token1] = ACTIONS(1246), - [aux_sym_object_creation_expression_token1] = ACTIONS(1246), - [anon_sym_DASH_DASH] = ACTIONS(1244), - [anon_sym_PLUS_PLUS] = ACTIONS(1244), - [aux_sym__list_destructing_token1] = ACTIONS(1246), - [anon_sym_LBRACK] = ACTIONS(1244), - [anon_sym_self] = ACTIONS(1246), - [anon_sym_parent] = ACTIONS(1246), - [aux_sym__argument_name_token1] = ACTIONS(1246), - [aux_sym__argument_name_token2] = ACTIONS(1246), - [anon_sym_POUND_LBRACK] = ACTIONS(1244), - [aux_sym_encapsed_string_token1] = ACTIONS(1244), - [anon_sym_DQUOTE] = ACTIONS(1244), - [aux_sym_string_token1] = ACTIONS(1244), - [anon_sym_SQUOTE] = ACTIONS(1244), - [anon_sym_LT_LT_LT] = ACTIONS(1244), - [anon_sym_BQUOTE] = ACTIONS(1244), - [anon_sym_DOLLAR] = ACTIONS(1244), - [aux_sym_yield_expression_token1] = ACTIONS(1246), - [aux_sym_include_expression_token1] = ACTIONS(1246), - [aux_sym_include_once_expression_token1] = ACTIONS(1246), - [aux_sym_require_expression_token1] = ACTIONS(1246), - [aux_sym_require_once_expression_token1] = ACTIONS(1246), + [ts_builtin_sym_end] = ACTIONS(1262), + [sym_name] = ACTIONS(1264), + [anon_sym_QMARK_GT] = ACTIONS(1262), + [anon_sym_SEMI] = ACTIONS(1262), + [aux_sym_function_static_declaration_token1] = ACTIONS(1264), + [aux_sym_global_declaration_token1] = ACTIONS(1264), + [aux_sym_namespace_definition_token1] = ACTIONS(1264), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1264), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1264), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1264), + [anon_sym_BSLASH] = ACTIONS(1262), + [anon_sym_LBRACE] = ACTIONS(1262), + [anon_sym_RBRACE] = ACTIONS(1262), + [aux_sym_trait_declaration_token1] = ACTIONS(1264), + [aux_sym_interface_declaration_token1] = ACTIONS(1264), + [aux_sym_enum_declaration_token1] = ACTIONS(1264), + [aux_sym_enum_case_token1] = ACTIONS(1264), + [aux_sym_class_declaration_token1] = ACTIONS(1264), + [aux_sym_final_modifier_token1] = ACTIONS(1264), + [aux_sym_abstract_modifier_token1] = ACTIONS(1264), + [aux_sym_readonly_modifier_token1] = ACTIONS(1264), + [sym_var_modifier] = ACTIONS(1264), + [aux_sym_visibility_modifier_token1] = ACTIONS(1264), + [aux_sym_visibility_modifier_token2] = ACTIONS(1264), + [aux_sym_visibility_modifier_token3] = ACTIONS(1264), + [anon_sym_LPAREN] = ACTIONS(1262), + [aux_sym__arrow_function_header_token1] = ACTIONS(1264), + [aux_sym_cast_type_token1] = ACTIONS(1264), + [aux_sym_echo_statement_token1] = ACTIONS(1264), + [aux_sym_exit_statement_token1] = ACTIONS(1264), + [anon_sym_unset] = ACTIONS(1264), + [aux_sym_declare_statement_token1] = ACTIONS(1264), + [aux_sym_declare_statement_token2] = ACTIONS(1264), + [sym_float] = ACTIONS(1264), + [aux_sym_try_statement_token1] = ACTIONS(1264), + [aux_sym_goto_statement_token1] = ACTIONS(1264), + [aux_sym_continue_statement_token1] = ACTIONS(1264), + [aux_sym_break_statement_token1] = ACTIONS(1264), + [sym_integer] = ACTIONS(1264), + [aux_sym_return_statement_token1] = ACTIONS(1264), + [aux_sym_throw_expression_token1] = ACTIONS(1264), + [aux_sym_while_statement_token1] = ACTIONS(1264), + [aux_sym_while_statement_token2] = ACTIONS(1264), + [aux_sym_do_statement_token1] = ACTIONS(1264), + [aux_sym_for_statement_token1] = ACTIONS(1264), + [aux_sym_for_statement_token2] = ACTIONS(1264), + [aux_sym_foreach_statement_token1] = ACTIONS(1264), + [aux_sym_foreach_statement_token2] = ACTIONS(1264), + [aux_sym_if_statement_token1] = ACTIONS(1264), + [aux_sym_if_statement_token2] = ACTIONS(1264), + [aux_sym_else_if_clause_token1] = ACTIONS(1264), + [aux_sym_else_clause_token1] = ACTIONS(1264), + [aux_sym_match_expression_token1] = ACTIONS(1264), + [aux_sym_match_default_expression_token1] = ACTIONS(1264), + [aux_sym_switch_statement_token1] = ACTIONS(1264), + [aux_sym_switch_block_token1] = ACTIONS(1264), + [anon_sym_PLUS] = ACTIONS(1264), + [anon_sym_DASH] = ACTIONS(1264), + [anon_sym_TILDE] = ACTIONS(1262), + [anon_sym_BANG] = ACTIONS(1262), + [anon_sym_AT] = ACTIONS(1262), + [aux_sym_clone_expression_token1] = ACTIONS(1264), + [aux_sym_print_intrinsic_token1] = ACTIONS(1264), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1264), + [anon_sym_DASH_DASH] = ACTIONS(1262), + [anon_sym_PLUS_PLUS] = ACTIONS(1262), + [aux_sym__list_destructing_token1] = ACTIONS(1264), + [anon_sym_LBRACK] = ACTIONS(1262), + [anon_sym_self] = ACTIONS(1264), + [anon_sym_parent] = ACTIONS(1264), + [aux_sym__argument_name_token1] = ACTIONS(1264), + [aux_sym__argument_name_token2] = ACTIONS(1264), + [anon_sym_POUND_LBRACK] = ACTIONS(1262), + [aux_sym_encapsed_string_token1] = ACTIONS(1262), + [anon_sym_DQUOTE] = ACTIONS(1262), + [aux_sym_string_token1] = ACTIONS(1262), + [anon_sym_SQUOTE] = ACTIONS(1262), + [anon_sym_LT_LT_LT] = ACTIONS(1262), + [anon_sym_BQUOTE] = ACTIONS(1262), + [anon_sym_DOLLAR] = ACTIONS(1262), + [aux_sym_yield_expression_token1] = ACTIONS(1264), + [aux_sym_include_expression_token1] = ACTIONS(1264), + [aux_sym_include_once_expression_token1] = ACTIONS(1264), + [aux_sym_require_expression_token1] = ACTIONS(1264), + [aux_sym_require_once_expression_token1] = ACTIONS(1264), [sym_comment] = ACTIONS(3), }, [482] = { - [ts_builtin_sym_end] = ACTIONS(1248), - [sym_name] = ACTIONS(1250), - [anon_sym_QMARK_GT] = ACTIONS(1248), - [anon_sym_SEMI] = ACTIONS(1248), - [aux_sym_function_static_declaration_token1] = ACTIONS(1250), - [aux_sym_global_declaration_token1] = ACTIONS(1250), - [aux_sym_namespace_definition_token1] = ACTIONS(1250), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1250), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1250), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1250), - [anon_sym_BSLASH] = ACTIONS(1248), - [anon_sym_LBRACE] = ACTIONS(1248), - [anon_sym_RBRACE] = ACTIONS(1248), - [aux_sym_trait_declaration_token1] = ACTIONS(1250), - [aux_sym_interface_declaration_token1] = ACTIONS(1250), - [aux_sym_enum_declaration_token1] = ACTIONS(1250), - [aux_sym_enum_case_token1] = ACTIONS(1250), - [aux_sym_class_declaration_token1] = ACTIONS(1250), - [aux_sym_final_modifier_token1] = ACTIONS(1250), - [aux_sym_abstract_modifier_token1] = ACTIONS(1250), - [aux_sym_readonly_modifier_token1] = ACTIONS(1250), - [sym_var_modifier] = ACTIONS(1250), - [aux_sym_visibility_modifier_token1] = ACTIONS(1250), - [aux_sym_visibility_modifier_token2] = ACTIONS(1250), - [aux_sym_visibility_modifier_token3] = ACTIONS(1250), - [aux_sym__arrow_function_header_token1] = ACTIONS(1250), - [anon_sym_LPAREN] = ACTIONS(1248), - [aux_sym_cast_type_token1] = ACTIONS(1250), - [aux_sym_echo_statement_token1] = ACTIONS(1250), - [aux_sym_exit_statement_token1] = ACTIONS(1250), - [anon_sym_unset] = ACTIONS(1250), - [aux_sym_declare_statement_token1] = ACTIONS(1250), - [aux_sym_declare_statement_token2] = ACTIONS(1250), - [sym_float] = ACTIONS(1250), - [aux_sym_try_statement_token1] = ACTIONS(1250), - [aux_sym_goto_statement_token1] = ACTIONS(1250), - [aux_sym_continue_statement_token1] = ACTIONS(1250), - [aux_sym_break_statement_token1] = ACTIONS(1250), - [sym_integer] = ACTIONS(1250), - [aux_sym_return_statement_token1] = ACTIONS(1250), - [aux_sym_throw_expression_token1] = ACTIONS(1250), - [aux_sym_while_statement_token1] = ACTIONS(1250), - [aux_sym_while_statement_token2] = ACTIONS(1250), - [aux_sym_do_statement_token1] = ACTIONS(1250), - [aux_sym_for_statement_token1] = ACTIONS(1250), - [aux_sym_for_statement_token2] = ACTIONS(1250), - [aux_sym_foreach_statement_token1] = ACTIONS(1250), - [aux_sym_foreach_statement_token2] = ACTIONS(1250), - [aux_sym_if_statement_token1] = ACTIONS(1250), - [aux_sym_if_statement_token2] = ACTIONS(1250), - [aux_sym_else_if_clause_token1] = ACTIONS(1250), - [aux_sym_else_clause_token1] = ACTIONS(1250), - [aux_sym_match_expression_token1] = ACTIONS(1250), - [aux_sym_match_default_expression_token1] = ACTIONS(1250), - [aux_sym_switch_statement_token1] = ACTIONS(1250), - [aux_sym_switch_block_token1] = ACTIONS(1250), - [anon_sym_PLUS] = ACTIONS(1250), - [anon_sym_DASH] = ACTIONS(1250), - [anon_sym_TILDE] = ACTIONS(1248), - [anon_sym_BANG] = ACTIONS(1248), - [anon_sym_AT] = ACTIONS(1248), - [aux_sym_clone_expression_token1] = ACTIONS(1250), - [aux_sym_print_intrinsic_token1] = ACTIONS(1250), - [aux_sym_object_creation_expression_token1] = ACTIONS(1250), - [anon_sym_DASH_DASH] = ACTIONS(1248), - [anon_sym_PLUS_PLUS] = ACTIONS(1248), - [aux_sym__list_destructing_token1] = ACTIONS(1250), - [anon_sym_LBRACK] = ACTIONS(1248), - [anon_sym_self] = ACTIONS(1250), - [anon_sym_parent] = ACTIONS(1250), - [aux_sym__argument_name_token1] = ACTIONS(1250), - [aux_sym__argument_name_token2] = ACTIONS(1250), - [anon_sym_POUND_LBRACK] = ACTIONS(1248), - [aux_sym_encapsed_string_token1] = ACTIONS(1248), - [anon_sym_DQUOTE] = ACTIONS(1248), - [aux_sym_string_token1] = ACTIONS(1248), - [anon_sym_SQUOTE] = ACTIONS(1248), - [anon_sym_LT_LT_LT] = ACTIONS(1248), - [anon_sym_BQUOTE] = ACTIONS(1248), - [anon_sym_DOLLAR] = ACTIONS(1248), - [aux_sym_yield_expression_token1] = ACTIONS(1250), - [aux_sym_include_expression_token1] = ACTIONS(1250), - [aux_sym_include_once_expression_token1] = ACTIONS(1250), - [aux_sym_require_expression_token1] = ACTIONS(1250), - [aux_sym_require_once_expression_token1] = ACTIONS(1250), + [ts_builtin_sym_end] = ACTIONS(1266), + [sym_name] = ACTIONS(1268), + [anon_sym_QMARK_GT] = ACTIONS(1266), + [anon_sym_SEMI] = ACTIONS(1266), + [aux_sym_function_static_declaration_token1] = ACTIONS(1268), + [aux_sym_global_declaration_token1] = ACTIONS(1268), + [aux_sym_namespace_definition_token1] = ACTIONS(1268), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1268), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1268), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1268), + [anon_sym_BSLASH] = ACTIONS(1266), + [anon_sym_LBRACE] = ACTIONS(1266), + [anon_sym_RBRACE] = ACTIONS(1266), + [aux_sym_trait_declaration_token1] = ACTIONS(1268), + [aux_sym_interface_declaration_token1] = ACTIONS(1268), + [aux_sym_enum_declaration_token1] = ACTIONS(1268), + [aux_sym_enum_case_token1] = ACTIONS(1268), + [aux_sym_class_declaration_token1] = ACTIONS(1268), + [aux_sym_final_modifier_token1] = ACTIONS(1268), + [aux_sym_abstract_modifier_token1] = ACTIONS(1268), + [aux_sym_readonly_modifier_token1] = ACTIONS(1268), + [sym_var_modifier] = ACTIONS(1268), + [aux_sym_visibility_modifier_token1] = ACTIONS(1268), + [aux_sym_visibility_modifier_token2] = ACTIONS(1268), + [aux_sym_visibility_modifier_token3] = ACTIONS(1268), + [anon_sym_LPAREN] = ACTIONS(1266), + [aux_sym__arrow_function_header_token1] = ACTIONS(1268), + [aux_sym_cast_type_token1] = ACTIONS(1268), + [aux_sym_echo_statement_token1] = ACTIONS(1268), + [aux_sym_exit_statement_token1] = ACTIONS(1268), + [anon_sym_unset] = ACTIONS(1268), + [aux_sym_declare_statement_token1] = ACTIONS(1268), + [aux_sym_declare_statement_token2] = ACTIONS(1268), + [sym_float] = ACTIONS(1268), + [aux_sym_try_statement_token1] = ACTIONS(1268), + [aux_sym_goto_statement_token1] = ACTIONS(1268), + [aux_sym_continue_statement_token1] = ACTIONS(1268), + [aux_sym_break_statement_token1] = ACTIONS(1268), + [sym_integer] = ACTIONS(1268), + [aux_sym_return_statement_token1] = ACTIONS(1268), + [aux_sym_throw_expression_token1] = ACTIONS(1268), + [aux_sym_while_statement_token1] = ACTIONS(1268), + [aux_sym_while_statement_token2] = ACTIONS(1268), + [aux_sym_do_statement_token1] = ACTIONS(1268), + [aux_sym_for_statement_token1] = ACTIONS(1268), + [aux_sym_for_statement_token2] = ACTIONS(1268), + [aux_sym_foreach_statement_token1] = ACTIONS(1268), + [aux_sym_foreach_statement_token2] = ACTIONS(1268), + [aux_sym_if_statement_token1] = ACTIONS(1268), + [aux_sym_if_statement_token2] = ACTIONS(1268), + [aux_sym_else_if_clause_token1] = ACTIONS(1268), + [aux_sym_else_clause_token1] = ACTIONS(1268), + [aux_sym_match_expression_token1] = ACTIONS(1268), + [aux_sym_match_default_expression_token1] = ACTIONS(1268), + [aux_sym_switch_statement_token1] = ACTIONS(1268), + [aux_sym_switch_block_token1] = ACTIONS(1268), + [anon_sym_PLUS] = ACTIONS(1268), + [anon_sym_DASH] = ACTIONS(1268), + [anon_sym_TILDE] = ACTIONS(1266), + [anon_sym_BANG] = ACTIONS(1266), + [anon_sym_AT] = ACTIONS(1266), + [aux_sym_clone_expression_token1] = ACTIONS(1268), + [aux_sym_print_intrinsic_token1] = ACTIONS(1268), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1268), + [anon_sym_DASH_DASH] = ACTIONS(1266), + [anon_sym_PLUS_PLUS] = ACTIONS(1266), + [aux_sym__list_destructing_token1] = ACTIONS(1268), + [anon_sym_LBRACK] = ACTIONS(1266), + [anon_sym_self] = ACTIONS(1268), + [anon_sym_parent] = ACTIONS(1268), + [aux_sym__argument_name_token1] = ACTIONS(1268), + [aux_sym__argument_name_token2] = ACTIONS(1268), + [anon_sym_POUND_LBRACK] = ACTIONS(1266), + [aux_sym_encapsed_string_token1] = ACTIONS(1266), + [anon_sym_DQUOTE] = ACTIONS(1266), + [aux_sym_string_token1] = ACTIONS(1266), + [anon_sym_SQUOTE] = ACTIONS(1266), + [anon_sym_LT_LT_LT] = ACTIONS(1266), + [anon_sym_BQUOTE] = ACTIONS(1266), + [anon_sym_DOLLAR] = ACTIONS(1266), + [aux_sym_yield_expression_token1] = ACTIONS(1268), + [aux_sym_include_expression_token1] = ACTIONS(1268), + [aux_sym_include_once_expression_token1] = ACTIONS(1268), + [aux_sym_require_expression_token1] = ACTIONS(1268), + [aux_sym_require_once_expression_token1] = ACTIONS(1268), [sym_comment] = ACTIONS(3), }, [483] = { - [ts_builtin_sym_end] = ACTIONS(1252), - [sym_name] = ACTIONS(1254), - [anon_sym_QMARK_GT] = ACTIONS(1252), - [anon_sym_SEMI] = ACTIONS(1252), - [aux_sym_function_static_declaration_token1] = ACTIONS(1254), - [aux_sym_global_declaration_token1] = ACTIONS(1254), - [aux_sym_namespace_definition_token1] = ACTIONS(1254), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1254), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1254), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1254), - [anon_sym_BSLASH] = ACTIONS(1252), - [anon_sym_LBRACE] = ACTIONS(1252), - [anon_sym_RBRACE] = ACTIONS(1252), - [aux_sym_trait_declaration_token1] = ACTIONS(1254), - [aux_sym_interface_declaration_token1] = ACTIONS(1254), - [aux_sym_enum_declaration_token1] = ACTIONS(1254), - [aux_sym_enum_case_token1] = ACTIONS(1254), - [aux_sym_class_declaration_token1] = ACTIONS(1254), - [aux_sym_final_modifier_token1] = ACTIONS(1254), - [aux_sym_abstract_modifier_token1] = ACTIONS(1254), - [aux_sym_readonly_modifier_token1] = ACTIONS(1254), - [sym_var_modifier] = ACTIONS(1254), - [aux_sym_visibility_modifier_token1] = ACTIONS(1254), - [aux_sym_visibility_modifier_token2] = ACTIONS(1254), - [aux_sym_visibility_modifier_token3] = ACTIONS(1254), - [aux_sym__arrow_function_header_token1] = ACTIONS(1254), - [anon_sym_LPAREN] = ACTIONS(1252), - [aux_sym_cast_type_token1] = ACTIONS(1254), - [aux_sym_echo_statement_token1] = ACTIONS(1254), - [aux_sym_exit_statement_token1] = ACTIONS(1254), - [anon_sym_unset] = ACTIONS(1254), - [aux_sym_declare_statement_token1] = ACTIONS(1254), - [aux_sym_declare_statement_token2] = ACTIONS(1254), - [sym_float] = ACTIONS(1254), - [aux_sym_try_statement_token1] = ACTIONS(1254), - [aux_sym_goto_statement_token1] = ACTIONS(1254), - [aux_sym_continue_statement_token1] = ACTIONS(1254), - [aux_sym_break_statement_token1] = ACTIONS(1254), - [sym_integer] = ACTIONS(1254), - [aux_sym_return_statement_token1] = ACTIONS(1254), - [aux_sym_throw_expression_token1] = ACTIONS(1254), - [aux_sym_while_statement_token1] = ACTIONS(1254), - [aux_sym_while_statement_token2] = ACTIONS(1254), - [aux_sym_do_statement_token1] = ACTIONS(1254), - [aux_sym_for_statement_token1] = ACTIONS(1254), - [aux_sym_for_statement_token2] = ACTIONS(1254), - [aux_sym_foreach_statement_token1] = ACTIONS(1254), - [aux_sym_foreach_statement_token2] = ACTIONS(1254), - [aux_sym_if_statement_token1] = ACTIONS(1254), - [aux_sym_if_statement_token2] = ACTIONS(1254), - [aux_sym_else_if_clause_token1] = ACTIONS(1254), - [aux_sym_else_clause_token1] = ACTIONS(1254), - [aux_sym_match_expression_token1] = ACTIONS(1254), - [aux_sym_match_default_expression_token1] = ACTIONS(1254), - [aux_sym_switch_statement_token1] = ACTIONS(1254), - [aux_sym_switch_block_token1] = ACTIONS(1254), - [anon_sym_PLUS] = ACTIONS(1254), - [anon_sym_DASH] = ACTIONS(1254), - [anon_sym_TILDE] = ACTIONS(1252), - [anon_sym_BANG] = ACTIONS(1252), - [anon_sym_AT] = ACTIONS(1252), - [aux_sym_clone_expression_token1] = ACTIONS(1254), - [aux_sym_print_intrinsic_token1] = ACTIONS(1254), - [aux_sym_object_creation_expression_token1] = ACTIONS(1254), - [anon_sym_DASH_DASH] = ACTIONS(1252), - [anon_sym_PLUS_PLUS] = ACTIONS(1252), - [aux_sym__list_destructing_token1] = ACTIONS(1254), - [anon_sym_LBRACK] = ACTIONS(1252), - [anon_sym_self] = ACTIONS(1254), - [anon_sym_parent] = ACTIONS(1254), - [aux_sym__argument_name_token1] = ACTIONS(1254), - [aux_sym__argument_name_token2] = ACTIONS(1254), - [anon_sym_POUND_LBRACK] = ACTIONS(1252), - [aux_sym_encapsed_string_token1] = ACTIONS(1252), - [anon_sym_DQUOTE] = ACTIONS(1252), - [aux_sym_string_token1] = ACTIONS(1252), - [anon_sym_SQUOTE] = ACTIONS(1252), - [anon_sym_LT_LT_LT] = ACTIONS(1252), - [anon_sym_BQUOTE] = ACTIONS(1252), - [anon_sym_DOLLAR] = ACTIONS(1252), - [aux_sym_yield_expression_token1] = ACTIONS(1254), - [aux_sym_include_expression_token1] = ACTIONS(1254), - [aux_sym_include_once_expression_token1] = ACTIONS(1254), - [aux_sym_require_expression_token1] = ACTIONS(1254), - [aux_sym_require_once_expression_token1] = ACTIONS(1254), + [ts_builtin_sym_end] = ACTIONS(1270), + [sym_name] = ACTIONS(1272), + [anon_sym_QMARK_GT] = ACTIONS(1270), + [anon_sym_SEMI] = ACTIONS(1270), + [aux_sym_function_static_declaration_token1] = ACTIONS(1272), + [aux_sym_global_declaration_token1] = ACTIONS(1272), + [aux_sym_namespace_definition_token1] = ACTIONS(1272), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1272), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1272), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1272), + [anon_sym_BSLASH] = ACTIONS(1270), + [anon_sym_LBRACE] = ACTIONS(1270), + [anon_sym_RBRACE] = ACTIONS(1270), + [aux_sym_trait_declaration_token1] = ACTIONS(1272), + [aux_sym_interface_declaration_token1] = ACTIONS(1272), + [aux_sym_enum_declaration_token1] = ACTIONS(1272), + [aux_sym_enum_case_token1] = ACTIONS(1272), + [aux_sym_class_declaration_token1] = ACTIONS(1272), + [aux_sym_final_modifier_token1] = ACTIONS(1272), + [aux_sym_abstract_modifier_token1] = ACTIONS(1272), + [aux_sym_readonly_modifier_token1] = ACTIONS(1272), + [sym_var_modifier] = ACTIONS(1272), + [aux_sym_visibility_modifier_token1] = ACTIONS(1272), + [aux_sym_visibility_modifier_token2] = ACTIONS(1272), + [aux_sym_visibility_modifier_token3] = ACTIONS(1272), + [anon_sym_LPAREN] = ACTIONS(1270), + [aux_sym__arrow_function_header_token1] = ACTIONS(1272), + [aux_sym_cast_type_token1] = ACTIONS(1272), + [aux_sym_echo_statement_token1] = ACTIONS(1272), + [aux_sym_exit_statement_token1] = ACTIONS(1272), + [anon_sym_unset] = ACTIONS(1272), + [aux_sym_declare_statement_token1] = ACTIONS(1272), + [aux_sym_declare_statement_token2] = ACTIONS(1272), + [sym_float] = ACTIONS(1272), + [aux_sym_try_statement_token1] = ACTIONS(1272), + [aux_sym_goto_statement_token1] = ACTIONS(1272), + [aux_sym_continue_statement_token1] = ACTIONS(1272), + [aux_sym_break_statement_token1] = ACTIONS(1272), + [sym_integer] = ACTIONS(1272), + [aux_sym_return_statement_token1] = ACTIONS(1272), + [aux_sym_throw_expression_token1] = ACTIONS(1272), + [aux_sym_while_statement_token1] = ACTIONS(1272), + [aux_sym_while_statement_token2] = ACTIONS(1272), + [aux_sym_do_statement_token1] = ACTIONS(1272), + [aux_sym_for_statement_token1] = ACTIONS(1272), + [aux_sym_for_statement_token2] = ACTIONS(1272), + [aux_sym_foreach_statement_token1] = ACTIONS(1272), + [aux_sym_foreach_statement_token2] = ACTIONS(1272), + [aux_sym_if_statement_token1] = ACTIONS(1272), + [aux_sym_if_statement_token2] = ACTIONS(1272), + [aux_sym_else_if_clause_token1] = ACTIONS(1272), + [aux_sym_else_clause_token1] = ACTIONS(1272), + [aux_sym_match_expression_token1] = ACTIONS(1272), + [aux_sym_match_default_expression_token1] = ACTIONS(1272), + [aux_sym_switch_statement_token1] = ACTIONS(1272), + [aux_sym_switch_block_token1] = ACTIONS(1272), + [anon_sym_PLUS] = ACTIONS(1272), + [anon_sym_DASH] = ACTIONS(1272), + [anon_sym_TILDE] = ACTIONS(1270), + [anon_sym_BANG] = ACTIONS(1270), + [anon_sym_AT] = ACTIONS(1270), + [aux_sym_clone_expression_token1] = ACTIONS(1272), + [aux_sym_print_intrinsic_token1] = ACTIONS(1272), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1272), + [anon_sym_DASH_DASH] = ACTIONS(1270), + [anon_sym_PLUS_PLUS] = ACTIONS(1270), + [aux_sym__list_destructing_token1] = ACTIONS(1272), + [anon_sym_LBRACK] = ACTIONS(1270), + [anon_sym_self] = ACTIONS(1272), + [anon_sym_parent] = ACTIONS(1272), + [aux_sym__argument_name_token1] = ACTIONS(1272), + [aux_sym__argument_name_token2] = ACTIONS(1272), + [anon_sym_POUND_LBRACK] = ACTIONS(1270), + [aux_sym_encapsed_string_token1] = ACTIONS(1270), + [anon_sym_DQUOTE] = ACTIONS(1270), + [aux_sym_string_token1] = ACTIONS(1270), + [anon_sym_SQUOTE] = ACTIONS(1270), + [anon_sym_LT_LT_LT] = ACTIONS(1270), + [anon_sym_BQUOTE] = ACTIONS(1270), + [anon_sym_DOLLAR] = ACTIONS(1270), + [aux_sym_yield_expression_token1] = ACTIONS(1272), + [aux_sym_include_expression_token1] = ACTIONS(1272), + [aux_sym_include_once_expression_token1] = ACTIONS(1272), + [aux_sym_require_expression_token1] = ACTIONS(1272), + [aux_sym_require_once_expression_token1] = ACTIONS(1272), [sym_comment] = ACTIONS(3), }, [484] = { - [ts_builtin_sym_end] = ACTIONS(1256), - [sym_name] = ACTIONS(1258), - [anon_sym_QMARK_GT] = ACTIONS(1256), - [anon_sym_SEMI] = ACTIONS(1256), - [aux_sym_function_static_declaration_token1] = ACTIONS(1258), - [aux_sym_global_declaration_token1] = ACTIONS(1258), - [aux_sym_namespace_definition_token1] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1258), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1258), - [anon_sym_BSLASH] = ACTIONS(1256), - [anon_sym_LBRACE] = ACTIONS(1256), - [anon_sym_RBRACE] = ACTIONS(1256), - [aux_sym_trait_declaration_token1] = ACTIONS(1258), - [aux_sym_interface_declaration_token1] = ACTIONS(1258), - [aux_sym_enum_declaration_token1] = ACTIONS(1258), - [aux_sym_enum_case_token1] = ACTIONS(1258), - [aux_sym_class_declaration_token1] = ACTIONS(1258), - [aux_sym_final_modifier_token1] = ACTIONS(1258), - [aux_sym_abstract_modifier_token1] = ACTIONS(1258), - [aux_sym_readonly_modifier_token1] = ACTIONS(1258), - [sym_var_modifier] = ACTIONS(1258), - [aux_sym_visibility_modifier_token1] = ACTIONS(1258), - [aux_sym_visibility_modifier_token2] = ACTIONS(1258), - [aux_sym_visibility_modifier_token3] = ACTIONS(1258), - [aux_sym__arrow_function_header_token1] = ACTIONS(1258), - [anon_sym_LPAREN] = ACTIONS(1256), - [aux_sym_cast_type_token1] = ACTIONS(1258), - [aux_sym_echo_statement_token1] = ACTIONS(1258), - [aux_sym_exit_statement_token1] = ACTIONS(1258), - [anon_sym_unset] = ACTIONS(1258), - [aux_sym_declare_statement_token1] = ACTIONS(1258), - [aux_sym_declare_statement_token2] = ACTIONS(1258), - [sym_float] = ACTIONS(1258), - [aux_sym_try_statement_token1] = ACTIONS(1258), - [aux_sym_goto_statement_token1] = ACTIONS(1258), - [aux_sym_continue_statement_token1] = ACTIONS(1258), - [aux_sym_break_statement_token1] = ACTIONS(1258), - [sym_integer] = ACTIONS(1258), - [aux_sym_return_statement_token1] = ACTIONS(1258), - [aux_sym_throw_expression_token1] = ACTIONS(1258), - [aux_sym_while_statement_token1] = ACTIONS(1258), - [aux_sym_while_statement_token2] = ACTIONS(1258), - [aux_sym_do_statement_token1] = ACTIONS(1258), - [aux_sym_for_statement_token1] = ACTIONS(1258), - [aux_sym_for_statement_token2] = ACTIONS(1258), - [aux_sym_foreach_statement_token1] = ACTIONS(1258), - [aux_sym_foreach_statement_token2] = ACTIONS(1258), - [aux_sym_if_statement_token1] = ACTIONS(1258), - [aux_sym_if_statement_token2] = ACTIONS(1258), - [aux_sym_else_if_clause_token1] = ACTIONS(1258), - [aux_sym_else_clause_token1] = ACTIONS(1258), - [aux_sym_match_expression_token1] = ACTIONS(1258), - [aux_sym_match_default_expression_token1] = ACTIONS(1258), - [aux_sym_switch_statement_token1] = ACTIONS(1258), - [aux_sym_switch_block_token1] = ACTIONS(1258), - [anon_sym_PLUS] = ACTIONS(1258), - [anon_sym_DASH] = ACTIONS(1258), - [anon_sym_TILDE] = ACTIONS(1256), - [anon_sym_BANG] = ACTIONS(1256), - [anon_sym_AT] = ACTIONS(1256), - [aux_sym_clone_expression_token1] = ACTIONS(1258), - [aux_sym_print_intrinsic_token1] = ACTIONS(1258), - [aux_sym_object_creation_expression_token1] = ACTIONS(1258), - [anon_sym_DASH_DASH] = ACTIONS(1256), - [anon_sym_PLUS_PLUS] = ACTIONS(1256), - [aux_sym__list_destructing_token1] = ACTIONS(1258), - [anon_sym_LBRACK] = ACTIONS(1256), - [anon_sym_self] = ACTIONS(1258), - [anon_sym_parent] = ACTIONS(1258), - [aux_sym__argument_name_token1] = ACTIONS(1258), - [aux_sym__argument_name_token2] = ACTIONS(1258), - [anon_sym_POUND_LBRACK] = ACTIONS(1256), - [aux_sym_encapsed_string_token1] = ACTIONS(1256), - [anon_sym_DQUOTE] = ACTIONS(1256), - [aux_sym_string_token1] = ACTIONS(1256), - [anon_sym_SQUOTE] = ACTIONS(1256), - [anon_sym_LT_LT_LT] = ACTIONS(1256), - [anon_sym_BQUOTE] = ACTIONS(1256), - [anon_sym_DOLLAR] = ACTIONS(1256), - [aux_sym_yield_expression_token1] = ACTIONS(1258), - [aux_sym_include_expression_token1] = ACTIONS(1258), - [aux_sym_include_once_expression_token1] = ACTIONS(1258), - [aux_sym_require_expression_token1] = ACTIONS(1258), - [aux_sym_require_once_expression_token1] = ACTIONS(1258), + [ts_builtin_sym_end] = ACTIONS(1274), + [sym_name] = ACTIONS(1276), + [anon_sym_QMARK_GT] = ACTIONS(1274), + [anon_sym_SEMI] = ACTIONS(1274), + [aux_sym_function_static_declaration_token1] = ACTIONS(1276), + [aux_sym_global_declaration_token1] = ACTIONS(1276), + [aux_sym_namespace_definition_token1] = ACTIONS(1276), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1276), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1276), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1276), + [anon_sym_BSLASH] = ACTIONS(1274), + [anon_sym_LBRACE] = ACTIONS(1274), + [anon_sym_RBRACE] = ACTIONS(1274), + [aux_sym_trait_declaration_token1] = ACTIONS(1276), + [aux_sym_interface_declaration_token1] = ACTIONS(1276), + [aux_sym_enum_declaration_token1] = ACTIONS(1276), + [aux_sym_enum_case_token1] = ACTIONS(1276), + [aux_sym_class_declaration_token1] = ACTIONS(1276), + [aux_sym_final_modifier_token1] = ACTIONS(1276), + [aux_sym_abstract_modifier_token1] = ACTIONS(1276), + [aux_sym_readonly_modifier_token1] = ACTIONS(1276), + [sym_var_modifier] = ACTIONS(1276), + [aux_sym_visibility_modifier_token1] = ACTIONS(1276), + [aux_sym_visibility_modifier_token2] = ACTIONS(1276), + [aux_sym_visibility_modifier_token3] = ACTIONS(1276), + [anon_sym_LPAREN] = ACTIONS(1274), + [aux_sym__arrow_function_header_token1] = ACTIONS(1276), + [aux_sym_cast_type_token1] = ACTIONS(1276), + [aux_sym_echo_statement_token1] = ACTIONS(1276), + [aux_sym_exit_statement_token1] = ACTIONS(1276), + [anon_sym_unset] = ACTIONS(1276), + [aux_sym_declare_statement_token1] = ACTIONS(1276), + [aux_sym_declare_statement_token2] = ACTIONS(1276), + [sym_float] = ACTIONS(1276), + [aux_sym_try_statement_token1] = ACTIONS(1276), + [aux_sym_goto_statement_token1] = ACTIONS(1276), + [aux_sym_continue_statement_token1] = ACTIONS(1276), + [aux_sym_break_statement_token1] = ACTIONS(1276), + [sym_integer] = ACTIONS(1276), + [aux_sym_return_statement_token1] = ACTIONS(1276), + [aux_sym_throw_expression_token1] = ACTIONS(1276), + [aux_sym_while_statement_token1] = ACTIONS(1276), + [aux_sym_while_statement_token2] = ACTIONS(1276), + [aux_sym_do_statement_token1] = ACTIONS(1276), + [aux_sym_for_statement_token1] = ACTIONS(1276), + [aux_sym_for_statement_token2] = ACTIONS(1276), + [aux_sym_foreach_statement_token1] = ACTIONS(1276), + [aux_sym_foreach_statement_token2] = ACTIONS(1276), + [aux_sym_if_statement_token1] = ACTIONS(1276), + [aux_sym_if_statement_token2] = ACTIONS(1276), + [aux_sym_else_if_clause_token1] = ACTIONS(1276), + [aux_sym_else_clause_token1] = ACTIONS(1276), + [aux_sym_match_expression_token1] = ACTIONS(1276), + [aux_sym_match_default_expression_token1] = ACTIONS(1276), + [aux_sym_switch_statement_token1] = ACTIONS(1276), + [aux_sym_switch_block_token1] = ACTIONS(1276), + [anon_sym_PLUS] = ACTIONS(1276), + [anon_sym_DASH] = ACTIONS(1276), + [anon_sym_TILDE] = ACTIONS(1274), + [anon_sym_BANG] = ACTIONS(1274), + [anon_sym_AT] = ACTIONS(1274), + [aux_sym_clone_expression_token1] = ACTIONS(1276), + [aux_sym_print_intrinsic_token1] = ACTIONS(1276), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1276), + [anon_sym_DASH_DASH] = ACTIONS(1274), + [anon_sym_PLUS_PLUS] = ACTIONS(1274), + [aux_sym__list_destructing_token1] = ACTIONS(1276), + [anon_sym_LBRACK] = ACTIONS(1274), + [anon_sym_self] = ACTIONS(1276), + [anon_sym_parent] = ACTIONS(1276), + [aux_sym__argument_name_token1] = ACTIONS(1276), + [aux_sym__argument_name_token2] = ACTIONS(1276), + [anon_sym_POUND_LBRACK] = ACTIONS(1274), + [aux_sym_encapsed_string_token1] = ACTIONS(1274), + [anon_sym_DQUOTE] = ACTIONS(1274), + [aux_sym_string_token1] = ACTIONS(1274), + [anon_sym_SQUOTE] = ACTIONS(1274), + [anon_sym_LT_LT_LT] = ACTIONS(1274), + [anon_sym_BQUOTE] = ACTIONS(1274), + [anon_sym_DOLLAR] = ACTIONS(1274), + [aux_sym_yield_expression_token1] = ACTIONS(1276), + [aux_sym_include_expression_token1] = ACTIONS(1276), + [aux_sym_include_once_expression_token1] = ACTIONS(1276), + [aux_sym_require_expression_token1] = ACTIONS(1276), + [aux_sym_require_once_expression_token1] = ACTIONS(1276), [sym_comment] = ACTIONS(3), }, [485] = { - [ts_builtin_sym_end] = ACTIONS(1260), - [sym_name] = ACTIONS(1262), - [anon_sym_QMARK_GT] = ACTIONS(1260), - [anon_sym_SEMI] = ACTIONS(1260), - [aux_sym_function_static_declaration_token1] = ACTIONS(1262), - [aux_sym_global_declaration_token1] = ACTIONS(1262), - [aux_sym_namespace_definition_token1] = ACTIONS(1262), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1262), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1262), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1262), - [anon_sym_BSLASH] = ACTIONS(1260), - [anon_sym_LBRACE] = ACTIONS(1260), - [anon_sym_RBRACE] = ACTIONS(1260), - [aux_sym_trait_declaration_token1] = ACTIONS(1262), - [aux_sym_interface_declaration_token1] = ACTIONS(1262), - [aux_sym_enum_declaration_token1] = ACTIONS(1262), - [aux_sym_enum_case_token1] = ACTIONS(1262), - [aux_sym_class_declaration_token1] = ACTIONS(1262), - [aux_sym_final_modifier_token1] = ACTIONS(1262), - [aux_sym_abstract_modifier_token1] = ACTIONS(1262), - [aux_sym_readonly_modifier_token1] = ACTIONS(1262), - [sym_var_modifier] = ACTIONS(1262), - [aux_sym_visibility_modifier_token1] = ACTIONS(1262), - [aux_sym_visibility_modifier_token2] = ACTIONS(1262), - [aux_sym_visibility_modifier_token3] = ACTIONS(1262), - [aux_sym__arrow_function_header_token1] = ACTIONS(1262), - [anon_sym_LPAREN] = ACTIONS(1260), - [aux_sym_cast_type_token1] = ACTIONS(1262), - [aux_sym_echo_statement_token1] = ACTIONS(1262), - [aux_sym_exit_statement_token1] = ACTIONS(1262), - [anon_sym_unset] = ACTIONS(1262), - [aux_sym_declare_statement_token1] = ACTIONS(1262), - [aux_sym_declare_statement_token2] = ACTIONS(1262), - [sym_float] = ACTIONS(1262), - [aux_sym_try_statement_token1] = ACTIONS(1262), - [aux_sym_goto_statement_token1] = ACTIONS(1262), - [aux_sym_continue_statement_token1] = ACTIONS(1262), - [aux_sym_break_statement_token1] = ACTIONS(1262), - [sym_integer] = ACTIONS(1262), - [aux_sym_return_statement_token1] = ACTIONS(1262), - [aux_sym_throw_expression_token1] = ACTIONS(1262), - [aux_sym_while_statement_token1] = ACTIONS(1262), - [aux_sym_while_statement_token2] = ACTIONS(1262), - [aux_sym_do_statement_token1] = ACTIONS(1262), - [aux_sym_for_statement_token1] = ACTIONS(1262), - [aux_sym_for_statement_token2] = ACTIONS(1262), - [aux_sym_foreach_statement_token1] = ACTIONS(1262), - [aux_sym_foreach_statement_token2] = ACTIONS(1262), - [aux_sym_if_statement_token1] = ACTIONS(1262), - [aux_sym_if_statement_token2] = ACTIONS(1262), - [aux_sym_else_if_clause_token1] = ACTIONS(1262), - [aux_sym_else_clause_token1] = ACTIONS(1262), - [aux_sym_match_expression_token1] = ACTIONS(1262), - [aux_sym_match_default_expression_token1] = ACTIONS(1262), - [aux_sym_switch_statement_token1] = ACTIONS(1262), - [aux_sym_switch_block_token1] = ACTIONS(1262), - [anon_sym_PLUS] = ACTIONS(1262), - [anon_sym_DASH] = ACTIONS(1262), - [anon_sym_TILDE] = ACTIONS(1260), - [anon_sym_BANG] = ACTIONS(1260), - [anon_sym_AT] = ACTIONS(1260), - [aux_sym_clone_expression_token1] = ACTIONS(1262), - [aux_sym_print_intrinsic_token1] = ACTIONS(1262), - [aux_sym_object_creation_expression_token1] = ACTIONS(1262), - [anon_sym_DASH_DASH] = ACTIONS(1260), - [anon_sym_PLUS_PLUS] = ACTIONS(1260), - [aux_sym__list_destructing_token1] = ACTIONS(1262), - [anon_sym_LBRACK] = ACTIONS(1260), - [anon_sym_self] = ACTIONS(1262), - [anon_sym_parent] = ACTIONS(1262), - [aux_sym__argument_name_token1] = ACTIONS(1262), - [aux_sym__argument_name_token2] = ACTIONS(1262), - [anon_sym_POUND_LBRACK] = ACTIONS(1260), - [aux_sym_encapsed_string_token1] = ACTIONS(1260), - [anon_sym_DQUOTE] = ACTIONS(1260), - [aux_sym_string_token1] = ACTIONS(1260), - [anon_sym_SQUOTE] = ACTIONS(1260), - [anon_sym_LT_LT_LT] = ACTIONS(1260), - [anon_sym_BQUOTE] = ACTIONS(1260), - [anon_sym_DOLLAR] = ACTIONS(1260), - [aux_sym_yield_expression_token1] = ACTIONS(1262), - [aux_sym_include_expression_token1] = ACTIONS(1262), - [aux_sym_include_once_expression_token1] = ACTIONS(1262), - [aux_sym_require_expression_token1] = ACTIONS(1262), - [aux_sym_require_once_expression_token1] = ACTIONS(1262), + [ts_builtin_sym_end] = ACTIONS(1278), + [sym_name] = ACTIONS(1280), + [anon_sym_QMARK_GT] = ACTIONS(1278), + [anon_sym_SEMI] = ACTIONS(1278), + [aux_sym_function_static_declaration_token1] = ACTIONS(1280), + [aux_sym_global_declaration_token1] = ACTIONS(1280), + [aux_sym_namespace_definition_token1] = ACTIONS(1280), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1280), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1280), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1280), + [anon_sym_BSLASH] = ACTIONS(1278), + [anon_sym_LBRACE] = ACTIONS(1278), + [anon_sym_RBRACE] = ACTIONS(1278), + [aux_sym_trait_declaration_token1] = ACTIONS(1280), + [aux_sym_interface_declaration_token1] = ACTIONS(1280), + [aux_sym_enum_declaration_token1] = ACTIONS(1280), + [aux_sym_enum_case_token1] = ACTIONS(1280), + [aux_sym_class_declaration_token1] = ACTIONS(1280), + [aux_sym_final_modifier_token1] = ACTIONS(1280), + [aux_sym_abstract_modifier_token1] = ACTIONS(1280), + [aux_sym_readonly_modifier_token1] = ACTIONS(1280), + [sym_var_modifier] = ACTIONS(1280), + [aux_sym_visibility_modifier_token1] = ACTIONS(1280), + [aux_sym_visibility_modifier_token2] = ACTIONS(1280), + [aux_sym_visibility_modifier_token3] = ACTIONS(1280), + [anon_sym_LPAREN] = ACTIONS(1278), + [aux_sym__arrow_function_header_token1] = ACTIONS(1280), + [aux_sym_cast_type_token1] = ACTIONS(1280), + [aux_sym_echo_statement_token1] = ACTIONS(1280), + [aux_sym_exit_statement_token1] = ACTIONS(1280), + [anon_sym_unset] = ACTIONS(1280), + [aux_sym_declare_statement_token1] = ACTIONS(1280), + [aux_sym_declare_statement_token2] = ACTIONS(1280), + [sym_float] = ACTIONS(1280), + [aux_sym_try_statement_token1] = ACTIONS(1280), + [aux_sym_goto_statement_token1] = ACTIONS(1280), + [aux_sym_continue_statement_token1] = ACTIONS(1280), + [aux_sym_break_statement_token1] = ACTIONS(1280), + [sym_integer] = ACTIONS(1280), + [aux_sym_return_statement_token1] = ACTIONS(1280), + [aux_sym_throw_expression_token1] = ACTIONS(1280), + [aux_sym_while_statement_token1] = ACTIONS(1280), + [aux_sym_while_statement_token2] = ACTIONS(1280), + [aux_sym_do_statement_token1] = ACTIONS(1280), + [aux_sym_for_statement_token1] = ACTIONS(1280), + [aux_sym_for_statement_token2] = ACTIONS(1280), + [aux_sym_foreach_statement_token1] = ACTIONS(1280), + [aux_sym_foreach_statement_token2] = ACTIONS(1280), + [aux_sym_if_statement_token1] = ACTIONS(1280), + [aux_sym_if_statement_token2] = ACTIONS(1280), + [aux_sym_else_if_clause_token1] = ACTIONS(1280), + [aux_sym_else_clause_token1] = ACTIONS(1280), + [aux_sym_match_expression_token1] = ACTIONS(1280), + [aux_sym_match_default_expression_token1] = ACTIONS(1280), + [aux_sym_switch_statement_token1] = ACTIONS(1280), + [aux_sym_switch_block_token1] = ACTIONS(1280), + [anon_sym_PLUS] = ACTIONS(1280), + [anon_sym_DASH] = ACTIONS(1280), + [anon_sym_TILDE] = ACTIONS(1278), + [anon_sym_BANG] = ACTIONS(1278), + [anon_sym_AT] = ACTIONS(1278), + [aux_sym_clone_expression_token1] = ACTIONS(1280), + [aux_sym_print_intrinsic_token1] = ACTIONS(1280), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1280), + [anon_sym_DASH_DASH] = ACTIONS(1278), + [anon_sym_PLUS_PLUS] = ACTIONS(1278), + [aux_sym__list_destructing_token1] = ACTIONS(1280), + [anon_sym_LBRACK] = ACTIONS(1278), + [anon_sym_self] = ACTIONS(1280), + [anon_sym_parent] = ACTIONS(1280), + [aux_sym__argument_name_token1] = ACTIONS(1280), + [aux_sym__argument_name_token2] = ACTIONS(1280), + [anon_sym_POUND_LBRACK] = ACTIONS(1278), + [aux_sym_encapsed_string_token1] = ACTIONS(1278), + [anon_sym_DQUOTE] = ACTIONS(1278), + [aux_sym_string_token1] = ACTIONS(1278), + [anon_sym_SQUOTE] = ACTIONS(1278), + [anon_sym_LT_LT_LT] = ACTIONS(1278), + [anon_sym_BQUOTE] = ACTIONS(1278), + [anon_sym_DOLLAR] = ACTIONS(1278), + [aux_sym_yield_expression_token1] = ACTIONS(1280), + [aux_sym_include_expression_token1] = ACTIONS(1280), + [aux_sym_include_once_expression_token1] = ACTIONS(1280), + [aux_sym_require_expression_token1] = ACTIONS(1280), + [aux_sym_require_once_expression_token1] = ACTIONS(1280), [sym_comment] = ACTIONS(3), }, [486] = { - [ts_builtin_sym_end] = ACTIONS(1264), - [sym_name] = ACTIONS(1266), - [anon_sym_QMARK_GT] = ACTIONS(1264), - [anon_sym_SEMI] = ACTIONS(1264), - [aux_sym_function_static_declaration_token1] = ACTIONS(1266), - [aux_sym_global_declaration_token1] = ACTIONS(1266), - [aux_sym_namespace_definition_token1] = ACTIONS(1266), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1266), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1266), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1266), - [anon_sym_BSLASH] = ACTIONS(1264), - [anon_sym_LBRACE] = ACTIONS(1264), - [anon_sym_RBRACE] = ACTIONS(1264), - [aux_sym_trait_declaration_token1] = ACTIONS(1266), - [aux_sym_interface_declaration_token1] = ACTIONS(1266), - [aux_sym_enum_declaration_token1] = ACTIONS(1266), - [aux_sym_enum_case_token1] = ACTIONS(1266), - [aux_sym_class_declaration_token1] = ACTIONS(1266), - [aux_sym_final_modifier_token1] = ACTIONS(1266), - [aux_sym_abstract_modifier_token1] = ACTIONS(1266), - [aux_sym_readonly_modifier_token1] = ACTIONS(1266), - [sym_var_modifier] = ACTIONS(1266), - [aux_sym_visibility_modifier_token1] = ACTIONS(1266), - [aux_sym_visibility_modifier_token2] = ACTIONS(1266), - [aux_sym_visibility_modifier_token3] = ACTIONS(1266), - [aux_sym__arrow_function_header_token1] = ACTIONS(1266), - [anon_sym_LPAREN] = ACTIONS(1264), - [aux_sym_cast_type_token1] = ACTIONS(1266), - [aux_sym_echo_statement_token1] = ACTIONS(1266), - [aux_sym_exit_statement_token1] = ACTIONS(1266), - [anon_sym_unset] = ACTIONS(1266), - [aux_sym_declare_statement_token1] = ACTIONS(1266), - [aux_sym_declare_statement_token2] = ACTIONS(1266), - [sym_float] = ACTIONS(1266), - [aux_sym_try_statement_token1] = ACTIONS(1266), - [aux_sym_goto_statement_token1] = ACTIONS(1266), - [aux_sym_continue_statement_token1] = ACTIONS(1266), - [aux_sym_break_statement_token1] = ACTIONS(1266), - [sym_integer] = ACTIONS(1266), - [aux_sym_return_statement_token1] = ACTIONS(1266), - [aux_sym_throw_expression_token1] = ACTIONS(1266), - [aux_sym_while_statement_token1] = ACTIONS(1266), - [aux_sym_while_statement_token2] = ACTIONS(1266), - [aux_sym_do_statement_token1] = ACTIONS(1266), - [aux_sym_for_statement_token1] = ACTIONS(1266), - [aux_sym_for_statement_token2] = ACTIONS(1266), - [aux_sym_foreach_statement_token1] = ACTIONS(1266), - [aux_sym_foreach_statement_token2] = ACTIONS(1266), - [aux_sym_if_statement_token1] = ACTIONS(1266), - [aux_sym_if_statement_token2] = ACTIONS(1266), - [aux_sym_else_if_clause_token1] = ACTIONS(1266), - [aux_sym_else_clause_token1] = ACTIONS(1266), - [aux_sym_match_expression_token1] = ACTIONS(1266), - [aux_sym_match_default_expression_token1] = ACTIONS(1266), - [aux_sym_switch_statement_token1] = ACTIONS(1266), - [aux_sym_switch_block_token1] = ACTIONS(1266), - [anon_sym_PLUS] = ACTIONS(1266), - [anon_sym_DASH] = ACTIONS(1266), - [anon_sym_TILDE] = ACTIONS(1264), - [anon_sym_BANG] = ACTIONS(1264), - [anon_sym_AT] = ACTIONS(1264), - [aux_sym_clone_expression_token1] = ACTIONS(1266), - [aux_sym_print_intrinsic_token1] = ACTIONS(1266), - [aux_sym_object_creation_expression_token1] = ACTIONS(1266), - [anon_sym_DASH_DASH] = ACTIONS(1264), - [anon_sym_PLUS_PLUS] = ACTIONS(1264), - [aux_sym__list_destructing_token1] = ACTIONS(1266), - [anon_sym_LBRACK] = ACTIONS(1264), - [anon_sym_self] = ACTIONS(1266), - [anon_sym_parent] = ACTIONS(1266), - [aux_sym__argument_name_token1] = ACTIONS(1266), - [aux_sym__argument_name_token2] = ACTIONS(1266), - [anon_sym_POUND_LBRACK] = ACTIONS(1264), - [aux_sym_encapsed_string_token1] = ACTIONS(1264), - [anon_sym_DQUOTE] = ACTIONS(1264), - [aux_sym_string_token1] = ACTIONS(1264), - [anon_sym_SQUOTE] = ACTIONS(1264), - [anon_sym_LT_LT_LT] = ACTIONS(1264), - [anon_sym_BQUOTE] = ACTIONS(1264), - [anon_sym_DOLLAR] = ACTIONS(1264), - [aux_sym_yield_expression_token1] = ACTIONS(1266), - [aux_sym_include_expression_token1] = ACTIONS(1266), - [aux_sym_include_once_expression_token1] = ACTIONS(1266), - [aux_sym_require_expression_token1] = ACTIONS(1266), - [aux_sym_require_once_expression_token1] = ACTIONS(1266), + [ts_builtin_sym_end] = ACTIONS(1282), + [sym_name] = ACTIONS(1284), + [anon_sym_QMARK_GT] = ACTIONS(1282), + [anon_sym_SEMI] = ACTIONS(1282), + [aux_sym_function_static_declaration_token1] = ACTIONS(1284), + [aux_sym_global_declaration_token1] = ACTIONS(1284), + [aux_sym_namespace_definition_token1] = ACTIONS(1284), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1284), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1284), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1284), + [anon_sym_BSLASH] = ACTIONS(1282), + [anon_sym_LBRACE] = ACTIONS(1282), + [anon_sym_RBRACE] = ACTIONS(1282), + [aux_sym_trait_declaration_token1] = ACTIONS(1284), + [aux_sym_interface_declaration_token1] = ACTIONS(1284), + [aux_sym_enum_declaration_token1] = ACTIONS(1284), + [aux_sym_enum_case_token1] = ACTIONS(1284), + [aux_sym_class_declaration_token1] = ACTIONS(1284), + [aux_sym_final_modifier_token1] = ACTIONS(1284), + [aux_sym_abstract_modifier_token1] = ACTIONS(1284), + [aux_sym_readonly_modifier_token1] = ACTIONS(1284), + [sym_var_modifier] = ACTIONS(1284), + [aux_sym_visibility_modifier_token1] = ACTIONS(1284), + [aux_sym_visibility_modifier_token2] = ACTIONS(1284), + [aux_sym_visibility_modifier_token3] = ACTIONS(1284), + [anon_sym_LPAREN] = ACTIONS(1282), + [aux_sym__arrow_function_header_token1] = ACTIONS(1284), + [aux_sym_cast_type_token1] = ACTIONS(1284), + [aux_sym_echo_statement_token1] = ACTIONS(1284), + [aux_sym_exit_statement_token1] = ACTIONS(1284), + [anon_sym_unset] = ACTIONS(1284), + [aux_sym_declare_statement_token1] = ACTIONS(1284), + [aux_sym_declare_statement_token2] = ACTIONS(1284), + [sym_float] = ACTIONS(1284), + [aux_sym_try_statement_token1] = ACTIONS(1284), + [aux_sym_goto_statement_token1] = ACTIONS(1284), + [aux_sym_continue_statement_token1] = ACTIONS(1284), + [aux_sym_break_statement_token1] = ACTIONS(1284), + [sym_integer] = ACTIONS(1284), + [aux_sym_return_statement_token1] = ACTIONS(1284), + [aux_sym_throw_expression_token1] = ACTIONS(1284), + [aux_sym_while_statement_token1] = ACTIONS(1284), + [aux_sym_while_statement_token2] = ACTIONS(1284), + [aux_sym_do_statement_token1] = ACTIONS(1284), + [aux_sym_for_statement_token1] = ACTIONS(1284), + [aux_sym_for_statement_token2] = ACTIONS(1284), + [aux_sym_foreach_statement_token1] = ACTIONS(1284), + [aux_sym_foreach_statement_token2] = ACTIONS(1284), + [aux_sym_if_statement_token1] = ACTIONS(1284), + [aux_sym_if_statement_token2] = ACTIONS(1284), + [aux_sym_else_if_clause_token1] = ACTIONS(1284), + [aux_sym_else_clause_token1] = ACTIONS(1284), + [aux_sym_match_expression_token1] = ACTIONS(1284), + [aux_sym_match_default_expression_token1] = ACTIONS(1284), + [aux_sym_switch_statement_token1] = ACTIONS(1284), + [aux_sym_switch_block_token1] = ACTIONS(1284), + [anon_sym_PLUS] = ACTIONS(1284), + [anon_sym_DASH] = ACTIONS(1284), + [anon_sym_TILDE] = ACTIONS(1282), + [anon_sym_BANG] = ACTIONS(1282), + [anon_sym_AT] = ACTIONS(1282), + [aux_sym_clone_expression_token1] = ACTIONS(1284), + [aux_sym_print_intrinsic_token1] = ACTIONS(1284), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1284), + [anon_sym_DASH_DASH] = ACTIONS(1282), + [anon_sym_PLUS_PLUS] = ACTIONS(1282), + [aux_sym__list_destructing_token1] = ACTIONS(1284), + [anon_sym_LBRACK] = ACTIONS(1282), + [anon_sym_self] = ACTIONS(1284), + [anon_sym_parent] = ACTIONS(1284), + [aux_sym__argument_name_token1] = ACTIONS(1284), + [aux_sym__argument_name_token2] = ACTIONS(1284), + [anon_sym_POUND_LBRACK] = ACTIONS(1282), + [aux_sym_encapsed_string_token1] = ACTIONS(1282), + [anon_sym_DQUOTE] = ACTIONS(1282), + [aux_sym_string_token1] = ACTIONS(1282), + [anon_sym_SQUOTE] = ACTIONS(1282), + [anon_sym_LT_LT_LT] = ACTIONS(1282), + [anon_sym_BQUOTE] = ACTIONS(1282), + [anon_sym_DOLLAR] = ACTIONS(1282), + [aux_sym_yield_expression_token1] = ACTIONS(1284), + [aux_sym_include_expression_token1] = ACTIONS(1284), + [aux_sym_include_once_expression_token1] = ACTIONS(1284), + [aux_sym_require_expression_token1] = ACTIONS(1284), + [aux_sym_require_once_expression_token1] = ACTIONS(1284), [sym_comment] = ACTIONS(3), }, [487] = { - [ts_builtin_sym_end] = ACTIONS(1268), - [sym_name] = ACTIONS(1270), - [anon_sym_QMARK_GT] = ACTIONS(1268), - [anon_sym_SEMI] = ACTIONS(1268), - [aux_sym_function_static_declaration_token1] = ACTIONS(1270), - [aux_sym_global_declaration_token1] = ACTIONS(1270), - [aux_sym_namespace_definition_token1] = ACTIONS(1270), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1270), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1270), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1270), - [anon_sym_BSLASH] = ACTIONS(1268), - [anon_sym_LBRACE] = ACTIONS(1268), - [anon_sym_RBRACE] = ACTIONS(1268), - [aux_sym_trait_declaration_token1] = ACTIONS(1270), - [aux_sym_interface_declaration_token1] = ACTIONS(1270), - [aux_sym_enum_declaration_token1] = ACTIONS(1270), - [aux_sym_enum_case_token1] = ACTIONS(1270), - [aux_sym_class_declaration_token1] = ACTIONS(1270), - [aux_sym_final_modifier_token1] = ACTIONS(1270), - [aux_sym_abstract_modifier_token1] = ACTIONS(1270), - [aux_sym_readonly_modifier_token1] = ACTIONS(1270), - [sym_var_modifier] = ACTIONS(1270), - [aux_sym_visibility_modifier_token1] = ACTIONS(1270), - [aux_sym_visibility_modifier_token2] = ACTIONS(1270), - [aux_sym_visibility_modifier_token3] = ACTIONS(1270), - [aux_sym__arrow_function_header_token1] = ACTIONS(1270), - [anon_sym_LPAREN] = ACTIONS(1268), - [aux_sym_cast_type_token1] = ACTIONS(1270), - [aux_sym_echo_statement_token1] = ACTIONS(1270), - [aux_sym_exit_statement_token1] = ACTIONS(1270), - [anon_sym_unset] = ACTIONS(1270), - [aux_sym_declare_statement_token1] = ACTIONS(1270), - [aux_sym_declare_statement_token2] = ACTIONS(1270), - [sym_float] = ACTIONS(1270), - [aux_sym_try_statement_token1] = ACTIONS(1270), - [aux_sym_goto_statement_token1] = ACTIONS(1270), - [aux_sym_continue_statement_token1] = ACTIONS(1270), - [aux_sym_break_statement_token1] = ACTIONS(1270), - [sym_integer] = ACTIONS(1270), - [aux_sym_return_statement_token1] = ACTIONS(1270), - [aux_sym_throw_expression_token1] = ACTIONS(1270), - [aux_sym_while_statement_token1] = ACTIONS(1270), - [aux_sym_while_statement_token2] = ACTIONS(1270), - [aux_sym_do_statement_token1] = ACTIONS(1270), - [aux_sym_for_statement_token1] = ACTIONS(1270), - [aux_sym_for_statement_token2] = ACTIONS(1270), - [aux_sym_foreach_statement_token1] = ACTIONS(1270), - [aux_sym_foreach_statement_token2] = ACTIONS(1270), - [aux_sym_if_statement_token1] = ACTIONS(1270), - [aux_sym_if_statement_token2] = ACTIONS(1270), - [aux_sym_else_if_clause_token1] = ACTIONS(1270), - [aux_sym_else_clause_token1] = ACTIONS(1270), - [aux_sym_match_expression_token1] = ACTIONS(1270), - [aux_sym_match_default_expression_token1] = ACTIONS(1270), - [aux_sym_switch_statement_token1] = ACTIONS(1270), - [aux_sym_switch_block_token1] = ACTIONS(1270), - [anon_sym_PLUS] = ACTIONS(1270), - [anon_sym_DASH] = ACTIONS(1270), - [anon_sym_TILDE] = ACTIONS(1268), - [anon_sym_BANG] = ACTIONS(1268), - [anon_sym_AT] = ACTIONS(1268), - [aux_sym_clone_expression_token1] = ACTIONS(1270), - [aux_sym_print_intrinsic_token1] = ACTIONS(1270), - [aux_sym_object_creation_expression_token1] = ACTIONS(1270), - [anon_sym_DASH_DASH] = ACTIONS(1268), - [anon_sym_PLUS_PLUS] = ACTIONS(1268), - [aux_sym__list_destructing_token1] = ACTIONS(1270), - [anon_sym_LBRACK] = ACTIONS(1268), - [anon_sym_self] = ACTIONS(1270), - [anon_sym_parent] = ACTIONS(1270), - [aux_sym__argument_name_token1] = ACTIONS(1270), - [aux_sym__argument_name_token2] = ACTIONS(1270), - [anon_sym_POUND_LBRACK] = ACTIONS(1268), - [aux_sym_encapsed_string_token1] = ACTIONS(1268), - [anon_sym_DQUOTE] = ACTIONS(1268), - [aux_sym_string_token1] = ACTIONS(1268), - [anon_sym_SQUOTE] = ACTIONS(1268), - [anon_sym_LT_LT_LT] = ACTIONS(1268), - [anon_sym_BQUOTE] = ACTIONS(1268), - [anon_sym_DOLLAR] = ACTIONS(1268), - [aux_sym_yield_expression_token1] = ACTIONS(1270), - [aux_sym_include_expression_token1] = ACTIONS(1270), - [aux_sym_include_once_expression_token1] = ACTIONS(1270), - [aux_sym_require_expression_token1] = ACTIONS(1270), - [aux_sym_require_once_expression_token1] = ACTIONS(1270), + [ts_builtin_sym_end] = ACTIONS(1286), + [sym_name] = ACTIONS(1288), + [anon_sym_QMARK_GT] = ACTIONS(1286), + [anon_sym_SEMI] = ACTIONS(1286), + [aux_sym_function_static_declaration_token1] = ACTIONS(1288), + [aux_sym_global_declaration_token1] = ACTIONS(1288), + [aux_sym_namespace_definition_token1] = ACTIONS(1288), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1288), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1288), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1288), + [anon_sym_BSLASH] = ACTIONS(1286), + [anon_sym_LBRACE] = ACTIONS(1286), + [anon_sym_RBRACE] = ACTIONS(1286), + [aux_sym_trait_declaration_token1] = ACTIONS(1288), + [aux_sym_interface_declaration_token1] = ACTIONS(1288), + [aux_sym_enum_declaration_token1] = ACTIONS(1288), + [aux_sym_enum_case_token1] = ACTIONS(1288), + [aux_sym_class_declaration_token1] = ACTIONS(1288), + [aux_sym_final_modifier_token1] = ACTIONS(1288), + [aux_sym_abstract_modifier_token1] = ACTIONS(1288), + [aux_sym_readonly_modifier_token1] = ACTIONS(1288), + [sym_var_modifier] = ACTIONS(1288), + [aux_sym_visibility_modifier_token1] = ACTIONS(1288), + [aux_sym_visibility_modifier_token2] = ACTIONS(1288), + [aux_sym_visibility_modifier_token3] = ACTIONS(1288), + [anon_sym_LPAREN] = ACTIONS(1286), + [aux_sym__arrow_function_header_token1] = ACTIONS(1288), + [aux_sym_cast_type_token1] = ACTIONS(1288), + [aux_sym_echo_statement_token1] = ACTIONS(1288), + [aux_sym_exit_statement_token1] = ACTIONS(1288), + [anon_sym_unset] = ACTIONS(1288), + [aux_sym_declare_statement_token1] = ACTIONS(1288), + [aux_sym_declare_statement_token2] = ACTIONS(1288), + [sym_float] = ACTIONS(1288), + [aux_sym_try_statement_token1] = ACTIONS(1288), + [aux_sym_goto_statement_token1] = ACTIONS(1288), + [aux_sym_continue_statement_token1] = ACTIONS(1288), + [aux_sym_break_statement_token1] = ACTIONS(1288), + [sym_integer] = ACTIONS(1288), + [aux_sym_return_statement_token1] = ACTIONS(1288), + [aux_sym_throw_expression_token1] = ACTIONS(1288), + [aux_sym_while_statement_token1] = ACTIONS(1288), + [aux_sym_while_statement_token2] = ACTIONS(1288), + [aux_sym_do_statement_token1] = ACTIONS(1288), + [aux_sym_for_statement_token1] = ACTIONS(1288), + [aux_sym_for_statement_token2] = ACTIONS(1288), + [aux_sym_foreach_statement_token1] = ACTIONS(1288), + [aux_sym_foreach_statement_token2] = ACTIONS(1288), + [aux_sym_if_statement_token1] = ACTIONS(1288), + [aux_sym_if_statement_token2] = ACTIONS(1288), + [aux_sym_else_if_clause_token1] = ACTIONS(1288), + [aux_sym_else_clause_token1] = ACTIONS(1288), + [aux_sym_match_expression_token1] = ACTIONS(1288), + [aux_sym_match_default_expression_token1] = ACTIONS(1288), + [aux_sym_switch_statement_token1] = ACTIONS(1288), + [aux_sym_switch_block_token1] = ACTIONS(1288), + [anon_sym_PLUS] = ACTIONS(1288), + [anon_sym_DASH] = ACTIONS(1288), + [anon_sym_TILDE] = ACTIONS(1286), + [anon_sym_BANG] = ACTIONS(1286), + [anon_sym_AT] = ACTIONS(1286), + [aux_sym_clone_expression_token1] = ACTIONS(1288), + [aux_sym_print_intrinsic_token1] = ACTIONS(1288), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1288), + [anon_sym_DASH_DASH] = ACTIONS(1286), + [anon_sym_PLUS_PLUS] = ACTIONS(1286), + [aux_sym__list_destructing_token1] = ACTIONS(1288), + [anon_sym_LBRACK] = ACTIONS(1286), + [anon_sym_self] = ACTIONS(1288), + [anon_sym_parent] = ACTIONS(1288), + [aux_sym__argument_name_token1] = ACTIONS(1288), + [aux_sym__argument_name_token2] = ACTIONS(1288), + [anon_sym_POUND_LBRACK] = ACTIONS(1286), + [aux_sym_encapsed_string_token1] = ACTIONS(1286), + [anon_sym_DQUOTE] = ACTIONS(1286), + [aux_sym_string_token1] = ACTIONS(1286), + [anon_sym_SQUOTE] = ACTIONS(1286), + [anon_sym_LT_LT_LT] = ACTIONS(1286), + [anon_sym_BQUOTE] = ACTIONS(1286), + [anon_sym_DOLLAR] = ACTIONS(1286), + [aux_sym_yield_expression_token1] = ACTIONS(1288), + [aux_sym_include_expression_token1] = ACTIONS(1288), + [aux_sym_include_once_expression_token1] = ACTIONS(1288), + [aux_sym_require_expression_token1] = ACTIONS(1288), + [aux_sym_require_once_expression_token1] = ACTIONS(1288), [sym_comment] = ACTIONS(3), }, [488] = { - [ts_builtin_sym_end] = ACTIONS(1272), - [sym_name] = ACTIONS(1274), - [anon_sym_QMARK_GT] = ACTIONS(1272), - [anon_sym_SEMI] = ACTIONS(1272), - [aux_sym_function_static_declaration_token1] = ACTIONS(1274), - [aux_sym_global_declaration_token1] = ACTIONS(1274), - [aux_sym_namespace_definition_token1] = ACTIONS(1274), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1274), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1274), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1274), - [anon_sym_BSLASH] = ACTIONS(1272), - [anon_sym_LBRACE] = ACTIONS(1272), - [anon_sym_RBRACE] = ACTIONS(1272), - [aux_sym_trait_declaration_token1] = ACTIONS(1274), - [aux_sym_interface_declaration_token1] = ACTIONS(1274), - [aux_sym_enum_declaration_token1] = ACTIONS(1274), - [aux_sym_enum_case_token1] = ACTIONS(1274), - [aux_sym_class_declaration_token1] = ACTIONS(1274), - [aux_sym_final_modifier_token1] = ACTIONS(1274), - [aux_sym_abstract_modifier_token1] = ACTIONS(1274), - [aux_sym_readonly_modifier_token1] = ACTIONS(1274), - [sym_var_modifier] = ACTIONS(1274), - [aux_sym_visibility_modifier_token1] = ACTIONS(1274), - [aux_sym_visibility_modifier_token2] = ACTIONS(1274), - [aux_sym_visibility_modifier_token3] = ACTIONS(1274), - [aux_sym__arrow_function_header_token1] = ACTIONS(1274), - [anon_sym_LPAREN] = ACTIONS(1272), - [aux_sym_cast_type_token1] = ACTIONS(1274), - [aux_sym_echo_statement_token1] = ACTIONS(1274), - [aux_sym_exit_statement_token1] = ACTIONS(1274), - [anon_sym_unset] = ACTIONS(1274), - [aux_sym_declare_statement_token1] = ACTIONS(1274), - [aux_sym_declare_statement_token2] = ACTIONS(1274), - [sym_float] = ACTIONS(1274), - [aux_sym_try_statement_token1] = ACTIONS(1274), - [aux_sym_goto_statement_token1] = ACTIONS(1274), - [aux_sym_continue_statement_token1] = ACTIONS(1274), - [aux_sym_break_statement_token1] = ACTIONS(1274), - [sym_integer] = ACTIONS(1274), - [aux_sym_return_statement_token1] = ACTIONS(1274), - [aux_sym_throw_expression_token1] = ACTIONS(1274), - [aux_sym_while_statement_token1] = ACTIONS(1274), - [aux_sym_while_statement_token2] = ACTIONS(1274), - [aux_sym_do_statement_token1] = ACTIONS(1274), - [aux_sym_for_statement_token1] = ACTIONS(1274), - [aux_sym_for_statement_token2] = ACTIONS(1274), - [aux_sym_foreach_statement_token1] = ACTIONS(1274), - [aux_sym_foreach_statement_token2] = ACTIONS(1274), - [aux_sym_if_statement_token1] = ACTIONS(1274), - [aux_sym_if_statement_token2] = ACTIONS(1274), - [aux_sym_else_if_clause_token1] = ACTIONS(1274), - [aux_sym_else_clause_token1] = ACTIONS(1274), - [aux_sym_match_expression_token1] = ACTIONS(1274), - [aux_sym_match_default_expression_token1] = ACTIONS(1274), - [aux_sym_switch_statement_token1] = ACTIONS(1274), - [aux_sym_switch_block_token1] = ACTIONS(1274), - [anon_sym_PLUS] = ACTIONS(1274), - [anon_sym_DASH] = ACTIONS(1274), - [anon_sym_TILDE] = ACTIONS(1272), - [anon_sym_BANG] = ACTIONS(1272), - [anon_sym_AT] = ACTIONS(1272), - [aux_sym_clone_expression_token1] = ACTIONS(1274), - [aux_sym_print_intrinsic_token1] = ACTIONS(1274), - [aux_sym_object_creation_expression_token1] = ACTIONS(1274), - [anon_sym_DASH_DASH] = ACTIONS(1272), - [anon_sym_PLUS_PLUS] = ACTIONS(1272), - [aux_sym__list_destructing_token1] = ACTIONS(1274), - [anon_sym_LBRACK] = ACTIONS(1272), - [anon_sym_self] = ACTIONS(1274), - [anon_sym_parent] = ACTIONS(1274), - [aux_sym__argument_name_token1] = ACTIONS(1274), - [aux_sym__argument_name_token2] = ACTIONS(1274), - [anon_sym_POUND_LBRACK] = ACTIONS(1272), - [aux_sym_encapsed_string_token1] = ACTIONS(1272), - [anon_sym_DQUOTE] = ACTIONS(1272), - [aux_sym_string_token1] = ACTIONS(1272), - [anon_sym_SQUOTE] = ACTIONS(1272), - [anon_sym_LT_LT_LT] = ACTIONS(1272), - [anon_sym_BQUOTE] = ACTIONS(1272), - [anon_sym_DOLLAR] = ACTIONS(1272), - [aux_sym_yield_expression_token1] = ACTIONS(1274), - [aux_sym_include_expression_token1] = ACTIONS(1274), - [aux_sym_include_once_expression_token1] = ACTIONS(1274), - [aux_sym_require_expression_token1] = ACTIONS(1274), - [aux_sym_require_once_expression_token1] = ACTIONS(1274), + [ts_builtin_sym_end] = ACTIONS(1290), + [sym_name] = ACTIONS(1292), + [anon_sym_QMARK_GT] = ACTIONS(1290), + [anon_sym_SEMI] = ACTIONS(1290), + [aux_sym_function_static_declaration_token1] = ACTIONS(1292), + [aux_sym_global_declaration_token1] = ACTIONS(1292), + [aux_sym_namespace_definition_token1] = ACTIONS(1292), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1292), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1292), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1292), + [anon_sym_BSLASH] = ACTIONS(1290), + [anon_sym_LBRACE] = ACTIONS(1290), + [anon_sym_RBRACE] = ACTIONS(1290), + [aux_sym_trait_declaration_token1] = ACTIONS(1292), + [aux_sym_interface_declaration_token1] = ACTIONS(1292), + [aux_sym_enum_declaration_token1] = ACTIONS(1292), + [aux_sym_enum_case_token1] = ACTIONS(1292), + [aux_sym_class_declaration_token1] = ACTIONS(1292), + [aux_sym_final_modifier_token1] = ACTIONS(1292), + [aux_sym_abstract_modifier_token1] = ACTIONS(1292), + [aux_sym_readonly_modifier_token1] = ACTIONS(1292), + [sym_var_modifier] = ACTIONS(1292), + [aux_sym_visibility_modifier_token1] = ACTIONS(1292), + [aux_sym_visibility_modifier_token2] = ACTIONS(1292), + [aux_sym_visibility_modifier_token3] = ACTIONS(1292), + [anon_sym_LPAREN] = ACTIONS(1290), + [aux_sym__arrow_function_header_token1] = ACTIONS(1292), + [aux_sym_cast_type_token1] = ACTIONS(1292), + [aux_sym_echo_statement_token1] = ACTIONS(1292), + [aux_sym_exit_statement_token1] = ACTIONS(1292), + [anon_sym_unset] = ACTIONS(1292), + [aux_sym_declare_statement_token1] = ACTIONS(1292), + [aux_sym_declare_statement_token2] = ACTIONS(1292), + [sym_float] = ACTIONS(1292), + [aux_sym_try_statement_token1] = ACTIONS(1292), + [aux_sym_goto_statement_token1] = ACTIONS(1292), + [aux_sym_continue_statement_token1] = ACTIONS(1292), + [aux_sym_break_statement_token1] = ACTIONS(1292), + [sym_integer] = ACTIONS(1292), + [aux_sym_return_statement_token1] = ACTIONS(1292), + [aux_sym_throw_expression_token1] = ACTIONS(1292), + [aux_sym_while_statement_token1] = ACTIONS(1292), + [aux_sym_while_statement_token2] = ACTIONS(1292), + [aux_sym_do_statement_token1] = ACTIONS(1292), + [aux_sym_for_statement_token1] = ACTIONS(1292), + [aux_sym_for_statement_token2] = ACTIONS(1292), + [aux_sym_foreach_statement_token1] = ACTIONS(1292), + [aux_sym_foreach_statement_token2] = ACTIONS(1292), + [aux_sym_if_statement_token1] = ACTIONS(1292), + [aux_sym_if_statement_token2] = ACTIONS(1292), + [aux_sym_else_if_clause_token1] = ACTIONS(1292), + [aux_sym_else_clause_token1] = ACTIONS(1292), + [aux_sym_match_expression_token1] = ACTIONS(1292), + [aux_sym_match_default_expression_token1] = ACTIONS(1292), + [aux_sym_switch_statement_token1] = ACTIONS(1292), + [aux_sym_switch_block_token1] = ACTIONS(1292), + [anon_sym_PLUS] = ACTIONS(1292), + [anon_sym_DASH] = ACTIONS(1292), + [anon_sym_TILDE] = ACTIONS(1290), + [anon_sym_BANG] = ACTIONS(1290), + [anon_sym_AT] = ACTIONS(1290), + [aux_sym_clone_expression_token1] = ACTIONS(1292), + [aux_sym_print_intrinsic_token1] = ACTIONS(1292), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1292), + [anon_sym_DASH_DASH] = ACTIONS(1290), + [anon_sym_PLUS_PLUS] = ACTIONS(1290), + [aux_sym__list_destructing_token1] = ACTIONS(1292), + [anon_sym_LBRACK] = ACTIONS(1290), + [anon_sym_self] = ACTIONS(1292), + [anon_sym_parent] = ACTIONS(1292), + [aux_sym__argument_name_token1] = ACTIONS(1292), + [aux_sym__argument_name_token2] = ACTIONS(1292), + [anon_sym_POUND_LBRACK] = ACTIONS(1290), + [aux_sym_encapsed_string_token1] = ACTIONS(1290), + [anon_sym_DQUOTE] = ACTIONS(1290), + [aux_sym_string_token1] = ACTIONS(1290), + [anon_sym_SQUOTE] = ACTIONS(1290), + [anon_sym_LT_LT_LT] = ACTIONS(1290), + [anon_sym_BQUOTE] = ACTIONS(1290), + [anon_sym_DOLLAR] = ACTIONS(1290), + [aux_sym_yield_expression_token1] = ACTIONS(1292), + [aux_sym_include_expression_token1] = ACTIONS(1292), + [aux_sym_include_once_expression_token1] = ACTIONS(1292), + [aux_sym_require_expression_token1] = ACTIONS(1292), + [aux_sym_require_once_expression_token1] = ACTIONS(1292), [sym_comment] = ACTIONS(3), }, [489] = { - [ts_builtin_sym_end] = ACTIONS(1276), - [sym_name] = ACTIONS(1278), - [anon_sym_QMARK_GT] = ACTIONS(1276), - [anon_sym_SEMI] = ACTIONS(1276), - [aux_sym_function_static_declaration_token1] = ACTIONS(1278), - [aux_sym_global_declaration_token1] = ACTIONS(1278), - [aux_sym_namespace_definition_token1] = ACTIONS(1278), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1278), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1278), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1278), - [anon_sym_BSLASH] = ACTIONS(1276), - [anon_sym_LBRACE] = ACTIONS(1276), - [anon_sym_RBRACE] = ACTIONS(1276), - [aux_sym_trait_declaration_token1] = ACTIONS(1278), - [aux_sym_interface_declaration_token1] = ACTIONS(1278), - [aux_sym_enum_declaration_token1] = ACTIONS(1278), - [aux_sym_enum_case_token1] = ACTIONS(1278), - [aux_sym_class_declaration_token1] = ACTIONS(1278), - [aux_sym_final_modifier_token1] = ACTIONS(1278), - [aux_sym_abstract_modifier_token1] = ACTIONS(1278), - [aux_sym_readonly_modifier_token1] = ACTIONS(1278), - [sym_var_modifier] = ACTIONS(1278), - [aux_sym_visibility_modifier_token1] = ACTIONS(1278), - [aux_sym_visibility_modifier_token2] = ACTIONS(1278), - [aux_sym_visibility_modifier_token3] = ACTIONS(1278), - [aux_sym__arrow_function_header_token1] = ACTIONS(1278), - [anon_sym_LPAREN] = ACTIONS(1276), - [aux_sym_cast_type_token1] = ACTIONS(1278), - [aux_sym_echo_statement_token1] = ACTIONS(1278), - [aux_sym_exit_statement_token1] = ACTIONS(1278), - [anon_sym_unset] = ACTIONS(1278), - [aux_sym_declare_statement_token1] = ACTIONS(1278), - [aux_sym_declare_statement_token2] = ACTIONS(1278), - [sym_float] = ACTIONS(1278), - [aux_sym_try_statement_token1] = ACTIONS(1278), - [aux_sym_goto_statement_token1] = ACTIONS(1278), - [aux_sym_continue_statement_token1] = ACTIONS(1278), - [aux_sym_break_statement_token1] = ACTIONS(1278), - [sym_integer] = ACTIONS(1278), - [aux_sym_return_statement_token1] = ACTIONS(1278), - [aux_sym_throw_expression_token1] = ACTIONS(1278), - [aux_sym_while_statement_token1] = ACTIONS(1278), - [aux_sym_while_statement_token2] = ACTIONS(1278), - [aux_sym_do_statement_token1] = ACTIONS(1278), - [aux_sym_for_statement_token1] = ACTIONS(1278), - [aux_sym_for_statement_token2] = ACTIONS(1278), - [aux_sym_foreach_statement_token1] = ACTIONS(1278), - [aux_sym_foreach_statement_token2] = ACTIONS(1278), - [aux_sym_if_statement_token1] = ACTIONS(1278), - [aux_sym_if_statement_token2] = ACTIONS(1278), - [aux_sym_else_if_clause_token1] = ACTIONS(1278), - [aux_sym_else_clause_token1] = ACTIONS(1278), - [aux_sym_match_expression_token1] = ACTIONS(1278), - [aux_sym_match_default_expression_token1] = ACTIONS(1278), - [aux_sym_switch_statement_token1] = ACTIONS(1278), - [aux_sym_switch_block_token1] = ACTIONS(1278), - [anon_sym_PLUS] = ACTIONS(1278), - [anon_sym_DASH] = ACTIONS(1278), - [anon_sym_TILDE] = ACTIONS(1276), - [anon_sym_BANG] = ACTIONS(1276), - [anon_sym_AT] = ACTIONS(1276), - [aux_sym_clone_expression_token1] = ACTIONS(1278), - [aux_sym_print_intrinsic_token1] = ACTIONS(1278), - [aux_sym_object_creation_expression_token1] = ACTIONS(1278), - [anon_sym_DASH_DASH] = ACTIONS(1276), - [anon_sym_PLUS_PLUS] = ACTIONS(1276), - [aux_sym__list_destructing_token1] = ACTIONS(1278), - [anon_sym_LBRACK] = ACTIONS(1276), - [anon_sym_self] = ACTIONS(1278), - [anon_sym_parent] = ACTIONS(1278), - [aux_sym__argument_name_token1] = ACTIONS(1278), - [aux_sym__argument_name_token2] = ACTIONS(1278), - [anon_sym_POUND_LBRACK] = ACTIONS(1276), - [aux_sym_encapsed_string_token1] = ACTIONS(1276), - [anon_sym_DQUOTE] = ACTIONS(1276), - [aux_sym_string_token1] = ACTIONS(1276), - [anon_sym_SQUOTE] = ACTIONS(1276), - [anon_sym_LT_LT_LT] = ACTIONS(1276), - [anon_sym_BQUOTE] = ACTIONS(1276), - [anon_sym_DOLLAR] = ACTIONS(1276), - [aux_sym_yield_expression_token1] = ACTIONS(1278), - [aux_sym_include_expression_token1] = ACTIONS(1278), - [aux_sym_include_once_expression_token1] = ACTIONS(1278), - [aux_sym_require_expression_token1] = ACTIONS(1278), - [aux_sym_require_once_expression_token1] = ACTIONS(1278), + [ts_builtin_sym_end] = ACTIONS(1294), + [sym_name] = ACTIONS(1296), + [anon_sym_QMARK_GT] = ACTIONS(1294), + [anon_sym_SEMI] = ACTIONS(1294), + [aux_sym_function_static_declaration_token1] = ACTIONS(1296), + [aux_sym_global_declaration_token1] = ACTIONS(1296), + [aux_sym_namespace_definition_token1] = ACTIONS(1296), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1296), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1296), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1296), + [anon_sym_BSLASH] = ACTIONS(1294), + [anon_sym_LBRACE] = ACTIONS(1294), + [anon_sym_RBRACE] = ACTIONS(1294), + [aux_sym_trait_declaration_token1] = ACTIONS(1296), + [aux_sym_interface_declaration_token1] = ACTIONS(1296), + [aux_sym_enum_declaration_token1] = ACTIONS(1296), + [aux_sym_enum_case_token1] = ACTIONS(1296), + [aux_sym_class_declaration_token1] = ACTIONS(1296), + [aux_sym_final_modifier_token1] = ACTIONS(1296), + [aux_sym_abstract_modifier_token1] = ACTIONS(1296), + [aux_sym_readonly_modifier_token1] = ACTIONS(1296), + [sym_var_modifier] = ACTIONS(1296), + [aux_sym_visibility_modifier_token1] = ACTIONS(1296), + [aux_sym_visibility_modifier_token2] = ACTIONS(1296), + [aux_sym_visibility_modifier_token3] = ACTIONS(1296), + [anon_sym_LPAREN] = ACTIONS(1294), + [aux_sym__arrow_function_header_token1] = ACTIONS(1296), + [aux_sym_cast_type_token1] = ACTIONS(1296), + [aux_sym_echo_statement_token1] = ACTIONS(1296), + [aux_sym_exit_statement_token1] = ACTIONS(1296), + [anon_sym_unset] = ACTIONS(1296), + [aux_sym_declare_statement_token1] = ACTIONS(1296), + [aux_sym_declare_statement_token2] = ACTIONS(1296), + [sym_float] = ACTIONS(1296), + [aux_sym_try_statement_token1] = ACTIONS(1296), + [aux_sym_goto_statement_token1] = ACTIONS(1296), + [aux_sym_continue_statement_token1] = ACTIONS(1296), + [aux_sym_break_statement_token1] = ACTIONS(1296), + [sym_integer] = ACTIONS(1296), + [aux_sym_return_statement_token1] = ACTIONS(1296), + [aux_sym_throw_expression_token1] = ACTIONS(1296), + [aux_sym_while_statement_token1] = ACTIONS(1296), + [aux_sym_while_statement_token2] = ACTIONS(1296), + [aux_sym_do_statement_token1] = ACTIONS(1296), + [aux_sym_for_statement_token1] = ACTIONS(1296), + [aux_sym_for_statement_token2] = ACTIONS(1296), + [aux_sym_foreach_statement_token1] = ACTIONS(1296), + [aux_sym_foreach_statement_token2] = ACTIONS(1296), + [aux_sym_if_statement_token1] = ACTIONS(1296), + [aux_sym_if_statement_token2] = ACTIONS(1296), + [aux_sym_else_if_clause_token1] = ACTIONS(1296), + [aux_sym_else_clause_token1] = ACTIONS(1296), + [aux_sym_match_expression_token1] = ACTIONS(1296), + [aux_sym_match_default_expression_token1] = ACTIONS(1296), + [aux_sym_switch_statement_token1] = ACTIONS(1296), + [aux_sym_switch_block_token1] = ACTIONS(1296), + [anon_sym_PLUS] = ACTIONS(1296), + [anon_sym_DASH] = ACTIONS(1296), + [anon_sym_TILDE] = ACTIONS(1294), + [anon_sym_BANG] = ACTIONS(1294), + [anon_sym_AT] = ACTIONS(1294), + [aux_sym_clone_expression_token1] = ACTIONS(1296), + [aux_sym_print_intrinsic_token1] = ACTIONS(1296), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1296), + [anon_sym_DASH_DASH] = ACTIONS(1294), + [anon_sym_PLUS_PLUS] = ACTIONS(1294), + [aux_sym__list_destructing_token1] = ACTIONS(1296), + [anon_sym_LBRACK] = ACTIONS(1294), + [anon_sym_self] = ACTIONS(1296), + [anon_sym_parent] = ACTIONS(1296), + [aux_sym__argument_name_token1] = ACTIONS(1296), + [aux_sym__argument_name_token2] = ACTIONS(1296), + [anon_sym_POUND_LBRACK] = ACTIONS(1294), + [aux_sym_encapsed_string_token1] = ACTIONS(1294), + [anon_sym_DQUOTE] = ACTIONS(1294), + [aux_sym_string_token1] = ACTIONS(1294), + [anon_sym_SQUOTE] = ACTIONS(1294), + [anon_sym_LT_LT_LT] = ACTIONS(1294), + [anon_sym_BQUOTE] = ACTIONS(1294), + [anon_sym_DOLLAR] = ACTIONS(1294), + [aux_sym_yield_expression_token1] = ACTIONS(1296), + [aux_sym_include_expression_token1] = ACTIONS(1296), + [aux_sym_include_once_expression_token1] = ACTIONS(1296), + [aux_sym_require_expression_token1] = ACTIONS(1296), + [aux_sym_require_once_expression_token1] = ACTIONS(1296), [sym_comment] = ACTIONS(3), }, [490] = { - [ts_builtin_sym_end] = ACTIONS(1280), - [sym_name] = ACTIONS(1282), - [anon_sym_QMARK_GT] = ACTIONS(1280), - [anon_sym_SEMI] = ACTIONS(1280), - [aux_sym_function_static_declaration_token1] = ACTIONS(1282), - [aux_sym_global_declaration_token1] = ACTIONS(1282), - [aux_sym_namespace_definition_token1] = ACTIONS(1282), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1282), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1282), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1282), - [anon_sym_BSLASH] = ACTIONS(1280), - [anon_sym_LBRACE] = ACTIONS(1280), - [anon_sym_RBRACE] = ACTIONS(1280), - [aux_sym_trait_declaration_token1] = ACTIONS(1282), - [aux_sym_interface_declaration_token1] = ACTIONS(1282), - [aux_sym_enum_declaration_token1] = ACTIONS(1282), - [aux_sym_enum_case_token1] = ACTIONS(1282), - [aux_sym_class_declaration_token1] = ACTIONS(1282), - [aux_sym_final_modifier_token1] = ACTIONS(1282), - [aux_sym_abstract_modifier_token1] = ACTIONS(1282), - [aux_sym_readonly_modifier_token1] = ACTIONS(1282), - [sym_var_modifier] = ACTIONS(1282), - [aux_sym_visibility_modifier_token1] = ACTIONS(1282), - [aux_sym_visibility_modifier_token2] = ACTIONS(1282), - [aux_sym_visibility_modifier_token3] = ACTIONS(1282), - [aux_sym__arrow_function_header_token1] = ACTIONS(1282), - [anon_sym_LPAREN] = ACTIONS(1280), - [aux_sym_cast_type_token1] = ACTIONS(1282), - [aux_sym_echo_statement_token1] = ACTIONS(1282), - [aux_sym_exit_statement_token1] = ACTIONS(1282), - [anon_sym_unset] = ACTIONS(1282), - [aux_sym_declare_statement_token1] = ACTIONS(1282), - [aux_sym_declare_statement_token2] = ACTIONS(1282), - [sym_float] = ACTIONS(1282), - [aux_sym_try_statement_token1] = ACTIONS(1282), - [aux_sym_goto_statement_token1] = ACTIONS(1282), - [aux_sym_continue_statement_token1] = ACTIONS(1282), - [aux_sym_break_statement_token1] = ACTIONS(1282), - [sym_integer] = ACTIONS(1282), - [aux_sym_return_statement_token1] = ACTIONS(1282), - [aux_sym_throw_expression_token1] = ACTIONS(1282), - [aux_sym_while_statement_token1] = ACTIONS(1282), - [aux_sym_while_statement_token2] = ACTIONS(1282), - [aux_sym_do_statement_token1] = ACTIONS(1282), - [aux_sym_for_statement_token1] = ACTIONS(1282), - [aux_sym_for_statement_token2] = ACTIONS(1282), - [aux_sym_foreach_statement_token1] = ACTIONS(1282), - [aux_sym_foreach_statement_token2] = ACTIONS(1282), - [aux_sym_if_statement_token1] = ACTIONS(1282), - [aux_sym_if_statement_token2] = ACTIONS(1282), - [aux_sym_else_if_clause_token1] = ACTIONS(1282), - [aux_sym_else_clause_token1] = ACTIONS(1282), - [aux_sym_match_expression_token1] = ACTIONS(1282), - [aux_sym_match_default_expression_token1] = ACTIONS(1282), - [aux_sym_switch_statement_token1] = ACTIONS(1282), - [aux_sym_switch_block_token1] = ACTIONS(1282), - [anon_sym_PLUS] = ACTIONS(1282), - [anon_sym_DASH] = ACTIONS(1282), - [anon_sym_TILDE] = ACTIONS(1280), - [anon_sym_BANG] = ACTIONS(1280), - [anon_sym_AT] = ACTIONS(1280), - [aux_sym_clone_expression_token1] = ACTIONS(1282), - [aux_sym_print_intrinsic_token1] = ACTIONS(1282), - [aux_sym_object_creation_expression_token1] = ACTIONS(1282), - [anon_sym_DASH_DASH] = ACTIONS(1280), - [anon_sym_PLUS_PLUS] = ACTIONS(1280), - [aux_sym__list_destructing_token1] = ACTIONS(1282), - [anon_sym_LBRACK] = ACTIONS(1280), - [anon_sym_self] = ACTIONS(1282), - [anon_sym_parent] = ACTIONS(1282), - [aux_sym__argument_name_token1] = ACTIONS(1282), - [aux_sym__argument_name_token2] = ACTIONS(1282), - [anon_sym_POUND_LBRACK] = ACTIONS(1280), - [aux_sym_encapsed_string_token1] = ACTIONS(1280), - [anon_sym_DQUOTE] = ACTIONS(1280), - [aux_sym_string_token1] = ACTIONS(1280), - [anon_sym_SQUOTE] = ACTIONS(1280), - [anon_sym_LT_LT_LT] = ACTIONS(1280), - [anon_sym_BQUOTE] = ACTIONS(1280), - [anon_sym_DOLLAR] = ACTIONS(1280), - [aux_sym_yield_expression_token1] = ACTIONS(1282), - [aux_sym_include_expression_token1] = ACTIONS(1282), - [aux_sym_include_once_expression_token1] = ACTIONS(1282), - [aux_sym_require_expression_token1] = ACTIONS(1282), - [aux_sym_require_once_expression_token1] = ACTIONS(1282), + [ts_builtin_sym_end] = ACTIONS(1298), + [sym_name] = ACTIONS(1300), + [anon_sym_QMARK_GT] = ACTIONS(1298), + [anon_sym_SEMI] = ACTIONS(1298), + [aux_sym_function_static_declaration_token1] = ACTIONS(1300), + [aux_sym_global_declaration_token1] = ACTIONS(1300), + [aux_sym_namespace_definition_token1] = ACTIONS(1300), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1300), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1300), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1300), + [anon_sym_BSLASH] = ACTIONS(1298), + [anon_sym_LBRACE] = ACTIONS(1298), + [anon_sym_RBRACE] = ACTIONS(1298), + [aux_sym_trait_declaration_token1] = ACTIONS(1300), + [aux_sym_interface_declaration_token1] = ACTIONS(1300), + [aux_sym_enum_declaration_token1] = ACTIONS(1300), + [aux_sym_enum_case_token1] = ACTIONS(1300), + [aux_sym_class_declaration_token1] = ACTIONS(1300), + [aux_sym_final_modifier_token1] = ACTIONS(1300), + [aux_sym_abstract_modifier_token1] = ACTIONS(1300), + [aux_sym_readonly_modifier_token1] = ACTIONS(1300), + [sym_var_modifier] = ACTIONS(1300), + [aux_sym_visibility_modifier_token1] = ACTIONS(1300), + [aux_sym_visibility_modifier_token2] = ACTIONS(1300), + [aux_sym_visibility_modifier_token3] = ACTIONS(1300), + [anon_sym_LPAREN] = ACTIONS(1298), + [aux_sym__arrow_function_header_token1] = ACTIONS(1300), + [aux_sym_cast_type_token1] = ACTIONS(1300), + [aux_sym_echo_statement_token1] = ACTIONS(1300), + [aux_sym_exit_statement_token1] = ACTIONS(1300), + [anon_sym_unset] = ACTIONS(1300), + [aux_sym_declare_statement_token1] = ACTIONS(1300), + [aux_sym_declare_statement_token2] = ACTIONS(1300), + [sym_float] = ACTIONS(1300), + [aux_sym_try_statement_token1] = ACTIONS(1300), + [aux_sym_goto_statement_token1] = ACTIONS(1300), + [aux_sym_continue_statement_token1] = ACTIONS(1300), + [aux_sym_break_statement_token1] = ACTIONS(1300), + [sym_integer] = ACTIONS(1300), + [aux_sym_return_statement_token1] = ACTIONS(1300), + [aux_sym_throw_expression_token1] = ACTIONS(1300), + [aux_sym_while_statement_token1] = ACTIONS(1300), + [aux_sym_while_statement_token2] = ACTIONS(1300), + [aux_sym_do_statement_token1] = ACTIONS(1300), + [aux_sym_for_statement_token1] = ACTIONS(1300), + [aux_sym_for_statement_token2] = ACTIONS(1300), + [aux_sym_foreach_statement_token1] = ACTIONS(1300), + [aux_sym_foreach_statement_token2] = ACTIONS(1300), + [aux_sym_if_statement_token1] = ACTIONS(1300), + [aux_sym_if_statement_token2] = ACTIONS(1300), + [aux_sym_else_if_clause_token1] = ACTIONS(1300), + [aux_sym_else_clause_token1] = ACTIONS(1300), + [aux_sym_match_expression_token1] = ACTIONS(1300), + [aux_sym_match_default_expression_token1] = ACTIONS(1300), + [aux_sym_switch_statement_token1] = ACTIONS(1300), + [aux_sym_switch_block_token1] = ACTIONS(1300), + [anon_sym_PLUS] = ACTIONS(1300), + [anon_sym_DASH] = ACTIONS(1300), + [anon_sym_TILDE] = ACTIONS(1298), + [anon_sym_BANG] = ACTIONS(1298), + [anon_sym_AT] = ACTIONS(1298), + [aux_sym_clone_expression_token1] = ACTIONS(1300), + [aux_sym_print_intrinsic_token1] = ACTIONS(1300), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1300), + [anon_sym_DASH_DASH] = ACTIONS(1298), + [anon_sym_PLUS_PLUS] = ACTIONS(1298), + [aux_sym__list_destructing_token1] = ACTIONS(1300), + [anon_sym_LBRACK] = ACTIONS(1298), + [anon_sym_self] = ACTIONS(1300), + [anon_sym_parent] = ACTIONS(1300), + [aux_sym__argument_name_token1] = ACTIONS(1300), + [aux_sym__argument_name_token2] = ACTIONS(1300), + [anon_sym_POUND_LBRACK] = ACTIONS(1298), + [aux_sym_encapsed_string_token1] = ACTIONS(1298), + [anon_sym_DQUOTE] = ACTIONS(1298), + [aux_sym_string_token1] = ACTIONS(1298), + [anon_sym_SQUOTE] = ACTIONS(1298), + [anon_sym_LT_LT_LT] = ACTIONS(1298), + [anon_sym_BQUOTE] = ACTIONS(1298), + [anon_sym_DOLLAR] = ACTIONS(1298), + [aux_sym_yield_expression_token1] = ACTIONS(1300), + [aux_sym_include_expression_token1] = ACTIONS(1300), + [aux_sym_include_once_expression_token1] = ACTIONS(1300), + [aux_sym_require_expression_token1] = ACTIONS(1300), + [aux_sym_require_once_expression_token1] = ACTIONS(1300), [sym_comment] = ACTIONS(3), }, [491] = { - [ts_builtin_sym_end] = ACTIONS(1284), - [sym_name] = ACTIONS(1286), - [anon_sym_QMARK_GT] = ACTIONS(1284), - [anon_sym_SEMI] = ACTIONS(1284), - [aux_sym_function_static_declaration_token1] = ACTIONS(1286), - [aux_sym_global_declaration_token1] = ACTIONS(1286), - [aux_sym_namespace_definition_token1] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1286), - [anon_sym_BSLASH] = ACTIONS(1284), - [anon_sym_LBRACE] = ACTIONS(1284), - [anon_sym_RBRACE] = ACTIONS(1284), - [aux_sym_trait_declaration_token1] = ACTIONS(1286), - [aux_sym_interface_declaration_token1] = ACTIONS(1286), - [aux_sym_enum_declaration_token1] = ACTIONS(1286), - [aux_sym_enum_case_token1] = ACTIONS(1286), - [aux_sym_class_declaration_token1] = ACTIONS(1286), - [aux_sym_final_modifier_token1] = ACTIONS(1286), - [aux_sym_abstract_modifier_token1] = ACTIONS(1286), - [aux_sym_readonly_modifier_token1] = ACTIONS(1286), - [sym_var_modifier] = ACTIONS(1286), - [aux_sym_visibility_modifier_token1] = ACTIONS(1286), - [aux_sym_visibility_modifier_token2] = ACTIONS(1286), - [aux_sym_visibility_modifier_token3] = ACTIONS(1286), - [aux_sym__arrow_function_header_token1] = ACTIONS(1286), - [anon_sym_LPAREN] = ACTIONS(1284), - [aux_sym_cast_type_token1] = ACTIONS(1286), - [aux_sym_echo_statement_token1] = ACTIONS(1286), - [aux_sym_exit_statement_token1] = ACTIONS(1286), - [anon_sym_unset] = ACTIONS(1286), - [aux_sym_declare_statement_token1] = ACTIONS(1286), - [aux_sym_declare_statement_token2] = ACTIONS(1286), - [sym_float] = ACTIONS(1286), - [aux_sym_try_statement_token1] = ACTIONS(1286), - [aux_sym_goto_statement_token1] = ACTIONS(1286), - [aux_sym_continue_statement_token1] = ACTIONS(1286), - [aux_sym_break_statement_token1] = ACTIONS(1286), - [sym_integer] = ACTIONS(1286), - [aux_sym_return_statement_token1] = ACTIONS(1286), - [aux_sym_throw_expression_token1] = ACTIONS(1286), - [aux_sym_while_statement_token1] = ACTIONS(1286), - [aux_sym_while_statement_token2] = ACTIONS(1286), - [aux_sym_do_statement_token1] = ACTIONS(1286), - [aux_sym_for_statement_token1] = ACTIONS(1286), - [aux_sym_for_statement_token2] = ACTIONS(1286), - [aux_sym_foreach_statement_token1] = ACTIONS(1286), - [aux_sym_foreach_statement_token2] = ACTIONS(1286), - [aux_sym_if_statement_token1] = ACTIONS(1286), - [aux_sym_if_statement_token2] = ACTIONS(1286), - [aux_sym_else_if_clause_token1] = ACTIONS(1286), - [aux_sym_else_clause_token1] = ACTIONS(1286), - [aux_sym_match_expression_token1] = ACTIONS(1286), - [aux_sym_match_default_expression_token1] = ACTIONS(1286), - [aux_sym_switch_statement_token1] = ACTIONS(1286), - [aux_sym_switch_block_token1] = ACTIONS(1286), - [anon_sym_PLUS] = ACTIONS(1286), - [anon_sym_DASH] = ACTIONS(1286), - [anon_sym_TILDE] = ACTIONS(1284), - [anon_sym_BANG] = ACTIONS(1284), - [anon_sym_AT] = ACTIONS(1284), - [aux_sym_clone_expression_token1] = ACTIONS(1286), - [aux_sym_print_intrinsic_token1] = ACTIONS(1286), - [aux_sym_object_creation_expression_token1] = ACTIONS(1286), - [anon_sym_DASH_DASH] = ACTIONS(1284), - [anon_sym_PLUS_PLUS] = ACTIONS(1284), - [aux_sym__list_destructing_token1] = ACTIONS(1286), - [anon_sym_LBRACK] = ACTIONS(1284), - [anon_sym_self] = ACTIONS(1286), - [anon_sym_parent] = ACTIONS(1286), - [aux_sym__argument_name_token1] = ACTIONS(1286), - [aux_sym__argument_name_token2] = ACTIONS(1286), - [anon_sym_POUND_LBRACK] = ACTIONS(1284), - [aux_sym_encapsed_string_token1] = ACTIONS(1284), - [anon_sym_DQUOTE] = ACTIONS(1284), - [aux_sym_string_token1] = ACTIONS(1284), - [anon_sym_SQUOTE] = ACTIONS(1284), - [anon_sym_LT_LT_LT] = ACTIONS(1284), - [anon_sym_BQUOTE] = ACTIONS(1284), - [anon_sym_DOLLAR] = ACTIONS(1284), - [aux_sym_yield_expression_token1] = ACTIONS(1286), - [aux_sym_include_expression_token1] = ACTIONS(1286), - [aux_sym_include_once_expression_token1] = ACTIONS(1286), - [aux_sym_require_expression_token1] = ACTIONS(1286), - [aux_sym_require_once_expression_token1] = ACTIONS(1286), + [ts_builtin_sym_end] = ACTIONS(1302), + [sym_name] = ACTIONS(1304), + [anon_sym_QMARK_GT] = ACTIONS(1302), + [anon_sym_SEMI] = ACTIONS(1302), + [aux_sym_function_static_declaration_token1] = ACTIONS(1304), + [aux_sym_global_declaration_token1] = ACTIONS(1304), + [aux_sym_namespace_definition_token1] = ACTIONS(1304), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1304), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1304), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1304), + [anon_sym_BSLASH] = ACTIONS(1302), + [anon_sym_LBRACE] = ACTIONS(1302), + [anon_sym_RBRACE] = ACTIONS(1302), + [aux_sym_trait_declaration_token1] = ACTIONS(1304), + [aux_sym_interface_declaration_token1] = ACTIONS(1304), + [aux_sym_enum_declaration_token1] = ACTIONS(1304), + [aux_sym_enum_case_token1] = ACTIONS(1304), + [aux_sym_class_declaration_token1] = ACTIONS(1304), + [aux_sym_final_modifier_token1] = ACTIONS(1304), + [aux_sym_abstract_modifier_token1] = ACTIONS(1304), + [aux_sym_readonly_modifier_token1] = ACTIONS(1304), + [sym_var_modifier] = ACTIONS(1304), + [aux_sym_visibility_modifier_token1] = ACTIONS(1304), + [aux_sym_visibility_modifier_token2] = ACTIONS(1304), + [aux_sym_visibility_modifier_token3] = ACTIONS(1304), + [anon_sym_LPAREN] = ACTIONS(1302), + [aux_sym__arrow_function_header_token1] = ACTIONS(1304), + [aux_sym_cast_type_token1] = ACTIONS(1304), + [aux_sym_echo_statement_token1] = ACTIONS(1304), + [aux_sym_exit_statement_token1] = ACTIONS(1304), + [anon_sym_unset] = ACTIONS(1304), + [aux_sym_declare_statement_token1] = ACTIONS(1304), + [aux_sym_declare_statement_token2] = ACTIONS(1304), + [sym_float] = ACTIONS(1304), + [aux_sym_try_statement_token1] = ACTIONS(1304), + [aux_sym_goto_statement_token1] = ACTIONS(1304), + [aux_sym_continue_statement_token1] = ACTIONS(1304), + [aux_sym_break_statement_token1] = ACTIONS(1304), + [sym_integer] = ACTIONS(1304), + [aux_sym_return_statement_token1] = ACTIONS(1304), + [aux_sym_throw_expression_token1] = ACTIONS(1304), + [aux_sym_while_statement_token1] = ACTIONS(1304), + [aux_sym_while_statement_token2] = ACTIONS(1304), + [aux_sym_do_statement_token1] = ACTIONS(1304), + [aux_sym_for_statement_token1] = ACTIONS(1304), + [aux_sym_for_statement_token2] = ACTIONS(1304), + [aux_sym_foreach_statement_token1] = ACTIONS(1304), + [aux_sym_foreach_statement_token2] = ACTIONS(1304), + [aux_sym_if_statement_token1] = ACTIONS(1304), + [aux_sym_if_statement_token2] = ACTIONS(1304), + [aux_sym_else_if_clause_token1] = ACTIONS(1304), + [aux_sym_else_clause_token1] = ACTIONS(1304), + [aux_sym_match_expression_token1] = ACTIONS(1304), + [aux_sym_match_default_expression_token1] = ACTIONS(1304), + [aux_sym_switch_statement_token1] = ACTIONS(1304), + [aux_sym_switch_block_token1] = ACTIONS(1304), + [anon_sym_PLUS] = ACTIONS(1304), + [anon_sym_DASH] = ACTIONS(1304), + [anon_sym_TILDE] = ACTIONS(1302), + [anon_sym_BANG] = ACTIONS(1302), + [anon_sym_AT] = ACTIONS(1302), + [aux_sym_clone_expression_token1] = ACTIONS(1304), + [aux_sym_print_intrinsic_token1] = ACTIONS(1304), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1304), + [anon_sym_DASH_DASH] = ACTIONS(1302), + [anon_sym_PLUS_PLUS] = ACTIONS(1302), + [aux_sym__list_destructing_token1] = ACTIONS(1304), + [anon_sym_LBRACK] = ACTIONS(1302), + [anon_sym_self] = ACTIONS(1304), + [anon_sym_parent] = ACTIONS(1304), + [aux_sym__argument_name_token1] = ACTIONS(1304), + [aux_sym__argument_name_token2] = ACTIONS(1304), + [anon_sym_POUND_LBRACK] = ACTIONS(1302), + [aux_sym_encapsed_string_token1] = ACTIONS(1302), + [anon_sym_DQUOTE] = ACTIONS(1302), + [aux_sym_string_token1] = ACTIONS(1302), + [anon_sym_SQUOTE] = ACTIONS(1302), + [anon_sym_LT_LT_LT] = ACTIONS(1302), + [anon_sym_BQUOTE] = ACTIONS(1302), + [anon_sym_DOLLAR] = ACTIONS(1302), + [aux_sym_yield_expression_token1] = ACTIONS(1304), + [aux_sym_include_expression_token1] = ACTIONS(1304), + [aux_sym_include_once_expression_token1] = ACTIONS(1304), + [aux_sym_require_expression_token1] = ACTIONS(1304), + [aux_sym_require_once_expression_token1] = ACTIONS(1304), [sym_comment] = ACTIONS(3), }, [492] = { - [ts_builtin_sym_end] = ACTIONS(1288), - [sym_name] = ACTIONS(1290), - [anon_sym_QMARK_GT] = ACTIONS(1288), - [anon_sym_SEMI] = ACTIONS(1288), - [aux_sym_function_static_declaration_token1] = ACTIONS(1290), - [aux_sym_global_declaration_token1] = ACTIONS(1290), - [aux_sym_namespace_definition_token1] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1290), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1290), - [anon_sym_BSLASH] = ACTIONS(1288), - [anon_sym_LBRACE] = ACTIONS(1288), - [anon_sym_RBRACE] = ACTIONS(1288), - [aux_sym_trait_declaration_token1] = ACTIONS(1290), - [aux_sym_interface_declaration_token1] = ACTIONS(1290), - [aux_sym_enum_declaration_token1] = ACTIONS(1290), - [aux_sym_enum_case_token1] = ACTIONS(1290), - [aux_sym_class_declaration_token1] = ACTIONS(1290), - [aux_sym_final_modifier_token1] = ACTIONS(1290), - [aux_sym_abstract_modifier_token1] = ACTIONS(1290), - [aux_sym_readonly_modifier_token1] = ACTIONS(1290), - [sym_var_modifier] = ACTIONS(1290), - [aux_sym_visibility_modifier_token1] = ACTIONS(1290), - [aux_sym_visibility_modifier_token2] = ACTIONS(1290), - [aux_sym_visibility_modifier_token3] = ACTIONS(1290), - [aux_sym__arrow_function_header_token1] = ACTIONS(1290), - [anon_sym_LPAREN] = ACTIONS(1288), - [aux_sym_cast_type_token1] = ACTIONS(1290), - [aux_sym_echo_statement_token1] = ACTIONS(1290), - [aux_sym_exit_statement_token1] = ACTIONS(1290), - [anon_sym_unset] = ACTIONS(1290), - [aux_sym_declare_statement_token1] = ACTIONS(1290), - [aux_sym_declare_statement_token2] = ACTIONS(1290), - [sym_float] = ACTIONS(1290), - [aux_sym_try_statement_token1] = ACTIONS(1290), - [aux_sym_goto_statement_token1] = ACTIONS(1290), - [aux_sym_continue_statement_token1] = ACTIONS(1290), - [aux_sym_break_statement_token1] = ACTIONS(1290), - [sym_integer] = ACTIONS(1290), - [aux_sym_return_statement_token1] = ACTIONS(1290), - [aux_sym_throw_expression_token1] = ACTIONS(1290), - [aux_sym_while_statement_token1] = ACTIONS(1290), - [aux_sym_while_statement_token2] = ACTIONS(1290), - [aux_sym_do_statement_token1] = ACTIONS(1290), - [aux_sym_for_statement_token1] = ACTIONS(1290), - [aux_sym_for_statement_token2] = ACTIONS(1290), - [aux_sym_foreach_statement_token1] = ACTIONS(1290), - [aux_sym_foreach_statement_token2] = ACTIONS(1290), - [aux_sym_if_statement_token1] = ACTIONS(1290), - [aux_sym_if_statement_token2] = ACTIONS(1290), - [aux_sym_else_if_clause_token1] = ACTIONS(1290), - [aux_sym_else_clause_token1] = ACTIONS(1290), - [aux_sym_match_expression_token1] = ACTIONS(1290), - [aux_sym_match_default_expression_token1] = ACTIONS(1290), - [aux_sym_switch_statement_token1] = ACTIONS(1290), - [aux_sym_switch_block_token1] = ACTIONS(1290), - [anon_sym_PLUS] = ACTIONS(1290), - [anon_sym_DASH] = ACTIONS(1290), - [anon_sym_TILDE] = ACTIONS(1288), - [anon_sym_BANG] = ACTIONS(1288), - [anon_sym_AT] = ACTIONS(1288), - [aux_sym_clone_expression_token1] = ACTIONS(1290), - [aux_sym_print_intrinsic_token1] = ACTIONS(1290), - [aux_sym_object_creation_expression_token1] = ACTIONS(1290), - [anon_sym_DASH_DASH] = ACTIONS(1288), - [anon_sym_PLUS_PLUS] = ACTIONS(1288), - [aux_sym__list_destructing_token1] = ACTIONS(1290), - [anon_sym_LBRACK] = ACTIONS(1288), - [anon_sym_self] = ACTIONS(1290), - [anon_sym_parent] = ACTIONS(1290), - [aux_sym__argument_name_token1] = ACTIONS(1290), - [aux_sym__argument_name_token2] = ACTIONS(1290), - [anon_sym_POUND_LBRACK] = ACTIONS(1288), - [aux_sym_encapsed_string_token1] = ACTIONS(1288), - [anon_sym_DQUOTE] = ACTIONS(1288), - [aux_sym_string_token1] = ACTIONS(1288), - [anon_sym_SQUOTE] = ACTIONS(1288), - [anon_sym_LT_LT_LT] = ACTIONS(1288), - [anon_sym_BQUOTE] = ACTIONS(1288), - [anon_sym_DOLLAR] = ACTIONS(1288), - [aux_sym_yield_expression_token1] = ACTIONS(1290), - [aux_sym_include_expression_token1] = ACTIONS(1290), - [aux_sym_include_once_expression_token1] = ACTIONS(1290), - [aux_sym_require_expression_token1] = ACTIONS(1290), - [aux_sym_require_once_expression_token1] = ACTIONS(1290), + [ts_builtin_sym_end] = ACTIONS(1306), + [sym_name] = ACTIONS(1308), + [anon_sym_QMARK_GT] = ACTIONS(1306), + [anon_sym_SEMI] = ACTIONS(1306), + [aux_sym_function_static_declaration_token1] = ACTIONS(1308), + [aux_sym_global_declaration_token1] = ACTIONS(1308), + [aux_sym_namespace_definition_token1] = ACTIONS(1308), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1308), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1308), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1308), + [anon_sym_BSLASH] = ACTIONS(1306), + [anon_sym_LBRACE] = ACTIONS(1306), + [anon_sym_RBRACE] = ACTIONS(1306), + [aux_sym_trait_declaration_token1] = ACTIONS(1308), + [aux_sym_interface_declaration_token1] = ACTIONS(1308), + [aux_sym_enum_declaration_token1] = ACTIONS(1308), + [aux_sym_enum_case_token1] = ACTIONS(1308), + [aux_sym_class_declaration_token1] = ACTIONS(1308), + [aux_sym_final_modifier_token1] = ACTIONS(1308), + [aux_sym_abstract_modifier_token1] = ACTIONS(1308), + [aux_sym_readonly_modifier_token1] = ACTIONS(1308), + [sym_var_modifier] = ACTIONS(1308), + [aux_sym_visibility_modifier_token1] = ACTIONS(1308), + [aux_sym_visibility_modifier_token2] = ACTIONS(1308), + [aux_sym_visibility_modifier_token3] = ACTIONS(1308), + [anon_sym_LPAREN] = ACTIONS(1306), + [aux_sym__arrow_function_header_token1] = ACTIONS(1308), + [aux_sym_cast_type_token1] = ACTIONS(1308), + [aux_sym_echo_statement_token1] = ACTIONS(1308), + [aux_sym_exit_statement_token1] = ACTIONS(1308), + [anon_sym_unset] = ACTIONS(1308), + [aux_sym_declare_statement_token1] = ACTIONS(1308), + [aux_sym_declare_statement_token2] = ACTIONS(1308), + [sym_float] = ACTIONS(1308), + [aux_sym_try_statement_token1] = ACTIONS(1308), + [aux_sym_goto_statement_token1] = ACTIONS(1308), + [aux_sym_continue_statement_token1] = ACTIONS(1308), + [aux_sym_break_statement_token1] = ACTIONS(1308), + [sym_integer] = ACTIONS(1308), + [aux_sym_return_statement_token1] = ACTIONS(1308), + [aux_sym_throw_expression_token1] = ACTIONS(1308), + [aux_sym_while_statement_token1] = ACTIONS(1308), + [aux_sym_while_statement_token2] = ACTIONS(1308), + [aux_sym_do_statement_token1] = ACTIONS(1308), + [aux_sym_for_statement_token1] = ACTIONS(1308), + [aux_sym_for_statement_token2] = ACTIONS(1308), + [aux_sym_foreach_statement_token1] = ACTIONS(1308), + [aux_sym_foreach_statement_token2] = ACTIONS(1308), + [aux_sym_if_statement_token1] = ACTIONS(1308), + [aux_sym_if_statement_token2] = ACTIONS(1308), + [aux_sym_else_if_clause_token1] = ACTIONS(1308), + [aux_sym_else_clause_token1] = ACTIONS(1308), + [aux_sym_match_expression_token1] = ACTIONS(1308), + [aux_sym_match_default_expression_token1] = ACTIONS(1308), + [aux_sym_switch_statement_token1] = ACTIONS(1308), + [aux_sym_switch_block_token1] = ACTIONS(1308), + [anon_sym_PLUS] = ACTIONS(1308), + [anon_sym_DASH] = ACTIONS(1308), + [anon_sym_TILDE] = ACTIONS(1306), + [anon_sym_BANG] = ACTIONS(1306), + [anon_sym_AT] = ACTIONS(1306), + [aux_sym_clone_expression_token1] = ACTIONS(1308), + [aux_sym_print_intrinsic_token1] = ACTIONS(1308), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1308), + [anon_sym_DASH_DASH] = ACTIONS(1306), + [anon_sym_PLUS_PLUS] = ACTIONS(1306), + [aux_sym__list_destructing_token1] = ACTIONS(1308), + [anon_sym_LBRACK] = ACTIONS(1306), + [anon_sym_self] = ACTIONS(1308), + [anon_sym_parent] = ACTIONS(1308), + [aux_sym__argument_name_token1] = ACTIONS(1308), + [aux_sym__argument_name_token2] = ACTIONS(1308), + [anon_sym_POUND_LBRACK] = ACTIONS(1306), + [aux_sym_encapsed_string_token1] = ACTIONS(1306), + [anon_sym_DQUOTE] = ACTIONS(1306), + [aux_sym_string_token1] = ACTIONS(1306), + [anon_sym_SQUOTE] = ACTIONS(1306), + [anon_sym_LT_LT_LT] = ACTIONS(1306), + [anon_sym_BQUOTE] = ACTIONS(1306), + [anon_sym_DOLLAR] = ACTIONS(1306), + [aux_sym_yield_expression_token1] = ACTIONS(1308), + [aux_sym_include_expression_token1] = ACTIONS(1308), + [aux_sym_include_once_expression_token1] = ACTIONS(1308), + [aux_sym_require_expression_token1] = ACTIONS(1308), + [aux_sym_require_once_expression_token1] = ACTIONS(1308), [sym_comment] = ACTIONS(3), }, [493] = { - [ts_builtin_sym_end] = ACTIONS(1292), - [sym_name] = ACTIONS(1294), - [anon_sym_QMARK_GT] = ACTIONS(1292), - [anon_sym_SEMI] = ACTIONS(1292), - [aux_sym_function_static_declaration_token1] = ACTIONS(1294), - [aux_sym_global_declaration_token1] = ACTIONS(1294), - [aux_sym_namespace_definition_token1] = ACTIONS(1294), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1294), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1294), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1294), - [anon_sym_BSLASH] = ACTIONS(1292), - [anon_sym_LBRACE] = ACTIONS(1292), - [anon_sym_RBRACE] = ACTIONS(1292), - [aux_sym_trait_declaration_token1] = ACTIONS(1294), - [aux_sym_interface_declaration_token1] = ACTIONS(1294), - [aux_sym_enum_declaration_token1] = ACTIONS(1294), - [aux_sym_enum_case_token1] = ACTIONS(1294), - [aux_sym_class_declaration_token1] = ACTIONS(1294), - [aux_sym_final_modifier_token1] = ACTIONS(1294), - [aux_sym_abstract_modifier_token1] = ACTIONS(1294), - [aux_sym_readonly_modifier_token1] = ACTIONS(1294), - [sym_var_modifier] = ACTIONS(1294), - [aux_sym_visibility_modifier_token1] = ACTIONS(1294), - [aux_sym_visibility_modifier_token2] = ACTIONS(1294), - [aux_sym_visibility_modifier_token3] = ACTIONS(1294), - [aux_sym__arrow_function_header_token1] = ACTIONS(1294), - [anon_sym_LPAREN] = ACTIONS(1292), - [aux_sym_cast_type_token1] = ACTIONS(1294), - [aux_sym_echo_statement_token1] = ACTIONS(1294), - [aux_sym_exit_statement_token1] = ACTIONS(1294), - [anon_sym_unset] = ACTIONS(1294), - [aux_sym_declare_statement_token1] = ACTIONS(1294), - [aux_sym_declare_statement_token2] = ACTIONS(1294), - [sym_float] = ACTIONS(1294), - [aux_sym_try_statement_token1] = ACTIONS(1294), - [aux_sym_goto_statement_token1] = ACTIONS(1294), - [aux_sym_continue_statement_token1] = ACTIONS(1294), - [aux_sym_break_statement_token1] = ACTIONS(1294), - [sym_integer] = ACTIONS(1294), - [aux_sym_return_statement_token1] = ACTIONS(1294), - [aux_sym_throw_expression_token1] = ACTIONS(1294), - [aux_sym_while_statement_token1] = ACTIONS(1294), - [aux_sym_while_statement_token2] = ACTIONS(1294), - [aux_sym_do_statement_token1] = ACTIONS(1294), - [aux_sym_for_statement_token1] = ACTIONS(1294), - [aux_sym_for_statement_token2] = ACTIONS(1294), - [aux_sym_foreach_statement_token1] = ACTIONS(1294), - [aux_sym_foreach_statement_token2] = ACTIONS(1294), - [aux_sym_if_statement_token1] = ACTIONS(1294), - [aux_sym_if_statement_token2] = ACTIONS(1294), - [aux_sym_else_if_clause_token1] = ACTIONS(1294), - [aux_sym_else_clause_token1] = ACTIONS(1294), - [aux_sym_match_expression_token1] = ACTIONS(1294), - [aux_sym_match_default_expression_token1] = ACTIONS(1294), - [aux_sym_switch_statement_token1] = ACTIONS(1294), - [aux_sym_switch_block_token1] = ACTIONS(1294), - [anon_sym_PLUS] = ACTIONS(1294), - [anon_sym_DASH] = ACTIONS(1294), - [anon_sym_TILDE] = ACTIONS(1292), - [anon_sym_BANG] = ACTIONS(1292), - [anon_sym_AT] = ACTIONS(1292), - [aux_sym_clone_expression_token1] = ACTIONS(1294), - [aux_sym_print_intrinsic_token1] = ACTIONS(1294), - [aux_sym_object_creation_expression_token1] = ACTIONS(1294), - [anon_sym_DASH_DASH] = ACTIONS(1292), - [anon_sym_PLUS_PLUS] = ACTIONS(1292), - [aux_sym__list_destructing_token1] = ACTIONS(1294), - [anon_sym_LBRACK] = ACTIONS(1292), - [anon_sym_self] = ACTIONS(1294), - [anon_sym_parent] = ACTIONS(1294), - [aux_sym__argument_name_token1] = ACTIONS(1294), - [aux_sym__argument_name_token2] = ACTIONS(1294), - [anon_sym_POUND_LBRACK] = ACTIONS(1292), - [aux_sym_encapsed_string_token1] = ACTIONS(1292), - [anon_sym_DQUOTE] = ACTIONS(1292), - [aux_sym_string_token1] = ACTIONS(1292), - [anon_sym_SQUOTE] = ACTIONS(1292), - [anon_sym_LT_LT_LT] = ACTIONS(1292), - [anon_sym_BQUOTE] = ACTIONS(1292), - [anon_sym_DOLLAR] = ACTIONS(1292), - [aux_sym_yield_expression_token1] = ACTIONS(1294), - [aux_sym_include_expression_token1] = ACTIONS(1294), - [aux_sym_include_once_expression_token1] = ACTIONS(1294), - [aux_sym_require_expression_token1] = ACTIONS(1294), - [aux_sym_require_once_expression_token1] = ACTIONS(1294), + [ts_builtin_sym_end] = ACTIONS(1310), + [sym_name] = ACTIONS(1312), + [anon_sym_QMARK_GT] = ACTIONS(1310), + [anon_sym_SEMI] = ACTIONS(1310), + [aux_sym_function_static_declaration_token1] = ACTIONS(1312), + [aux_sym_global_declaration_token1] = ACTIONS(1312), + [aux_sym_namespace_definition_token1] = ACTIONS(1312), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1312), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1312), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1312), + [anon_sym_BSLASH] = ACTIONS(1310), + [anon_sym_LBRACE] = ACTIONS(1310), + [anon_sym_RBRACE] = ACTIONS(1310), + [aux_sym_trait_declaration_token1] = ACTIONS(1312), + [aux_sym_interface_declaration_token1] = ACTIONS(1312), + [aux_sym_enum_declaration_token1] = ACTIONS(1312), + [aux_sym_enum_case_token1] = ACTIONS(1312), + [aux_sym_class_declaration_token1] = ACTIONS(1312), + [aux_sym_final_modifier_token1] = ACTIONS(1312), + [aux_sym_abstract_modifier_token1] = ACTIONS(1312), + [aux_sym_readonly_modifier_token1] = ACTIONS(1312), + [sym_var_modifier] = ACTIONS(1312), + [aux_sym_visibility_modifier_token1] = ACTIONS(1312), + [aux_sym_visibility_modifier_token2] = ACTIONS(1312), + [aux_sym_visibility_modifier_token3] = ACTIONS(1312), + [anon_sym_LPAREN] = ACTIONS(1310), + [aux_sym__arrow_function_header_token1] = ACTIONS(1312), + [aux_sym_cast_type_token1] = ACTIONS(1312), + [aux_sym_echo_statement_token1] = ACTIONS(1312), + [aux_sym_exit_statement_token1] = ACTIONS(1312), + [anon_sym_unset] = ACTIONS(1312), + [aux_sym_declare_statement_token1] = ACTIONS(1312), + [aux_sym_declare_statement_token2] = ACTIONS(1312), + [sym_float] = ACTIONS(1312), + [aux_sym_try_statement_token1] = ACTIONS(1312), + [aux_sym_goto_statement_token1] = ACTIONS(1312), + [aux_sym_continue_statement_token1] = ACTIONS(1312), + [aux_sym_break_statement_token1] = ACTIONS(1312), + [sym_integer] = ACTIONS(1312), + [aux_sym_return_statement_token1] = ACTIONS(1312), + [aux_sym_throw_expression_token1] = ACTIONS(1312), + [aux_sym_while_statement_token1] = ACTIONS(1312), + [aux_sym_while_statement_token2] = ACTIONS(1312), + [aux_sym_do_statement_token1] = ACTIONS(1312), + [aux_sym_for_statement_token1] = ACTIONS(1312), + [aux_sym_for_statement_token2] = ACTIONS(1312), + [aux_sym_foreach_statement_token1] = ACTIONS(1312), + [aux_sym_foreach_statement_token2] = ACTIONS(1312), + [aux_sym_if_statement_token1] = ACTIONS(1312), + [aux_sym_if_statement_token2] = ACTIONS(1312), + [aux_sym_else_if_clause_token1] = ACTIONS(1312), + [aux_sym_else_clause_token1] = ACTIONS(1312), + [aux_sym_match_expression_token1] = ACTIONS(1312), + [aux_sym_match_default_expression_token1] = ACTIONS(1312), + [aux_sym_switch_statement_token1] = ACTIONS(1312), + [aux_sym_switch_block_token1] = ACTIONS(1312), + [anon_sym_PLUS] = ACTIONS(1312), + [anon_sym_DASH] = ACTIONS(1312), + [anon_sym_TILDE] = ACTIONS(1310), + [anon_sym_BANG] = ACTIONS(1310), + [anon_sym_AT] = ACTIONS(1310), + [aux_sym_clone_expression_token1] = ACTIONS(1312), + [aux_sym_print_intrinsic_token1] = ACTIONS(1312), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1312), + [anon_sym_DASH_DASH] = ACTIONS(1310), + [anon_sym_PLUS_PLUS] = ACTIONS(1310), + [aux_sym__list_destructing_token1] = ACTIONS(1312), + [anon_sym_LBRACK] = ACTIONS(1310), + [anon_sym_self] = ACTIONS(1312), + [anon_sym_parent] = ACTIONS(1312), + [aux_sym__argument_name_token1] = ACTIONS(1312), + [aux_sym__argument_name_token2] = ACTIONS(1312), + [anon_sym_POUND_LBRACK] = ACTIONS(1310), + [aux_sym_encapsed_string_token1] = ACTIONS(1310), + [anon_sym_DQUOTE] = ACTIONS(1310), + [aux_sym_string_token1] = ACTIONS(1310), + [anon_sym_SQUOTE] = ACTIONS(1310), + [anon_sym_LT_LT_LT] = ACTIONS(1310), + [anon_sym_BQUOTE] = ACTIONS(1310), + [anon_sym_DOLLAR] = ACTIONS(1310), + [aux_sym_yield_expression_token1] = ACTIONS(1312), + [aux_sym_include_expression_token1] = ACTIONS(1312), + [aux_sym_include_once_expression_token1] = ACTIONS(1312), + [aux_sym_require_expression_token1] = ACTIONS(1312), + [aux_sym_require_once_expression_token1] = ACTIONS(1312), [sym_comment] = ACTIONS(3), }, [494] = { - [ts_builtin_sym_end] = ACTIONS(1296), - [sym_name] = ACTIONS(1298), - [anon_sym_QMARK_GT] = ACTIONS(1296), - [anon_sym_SEMI] = ACTIONS(1296), - [aux_sym_function_static_declaration_token1] = ACTIONS(1298), - [aux_sym_global_declaration_token1] = ACTIONS(1298), - [aux_sym_namespace_definition_token1] = ACTIONS(1298), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1298), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1298), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1298), - [anon_sym_BSLASH] = ACTIONS(1296), - [anon_sym_LBRACE] = ACTIONS(1296), - [anon_sym_RBRACE] = ACTIONS(1296), - [aux_sym_trait_declaration_token1] = ACTIONS(1298), - [aux_sym_interface_declaration_token1] = ACTIONS(1298), - [aux_sym_enum_declaration_token1] = ACTIONS(1298), - [aux_sym_enum_case_token1] = ACTIONS(1298), - [aux_sym_class_declaration_token1] = ACTIONS(1298), - [aux_sym_final_modifier_token1] = ACTIONS(1298), - [aux_sym_abstract_modifier_token1] = ACTIONS(1298), - [aux_sym_readonly_modifier_token1] = ACTIONS(1298), - [sym_var_modifier] = ACTIONS(1298), - [aux_sym_visibility_modifier_token1] = ACTIONS(1298), - [aux_sym_visibility_modifier_token2] = ACTIONS(1298), - [aux_sym_visibility_modifier_token3] = ACTIONS(1298), - [aux_sym__arrow_function_header_token1] = ACTIONS(1298), - [anon_sym_LPAREN] = ACTIONS(1296), - [aux_sym_cast_type_token1] = ACTIONS(1298), - [aux_sym_echo_statement_token1] = ACTIONS(1298), - [aux_sym_exit_statement_token1] = ACTIONS(1298), - [anon_sym_unset] = ACTIONS(1298), - [aux_sym_declare_statement_token1] = ACTIONS(1298), - [aux_sym_declare_statement_token2] = ACTIONS(1298), - [sym_float] = ACTIONS(1298), - [aux_sym_try_statement_token1] = ACTIONS(1298), - [aux_sym_goto_statement_token1] = ACTIONS(1298), - [aux_sym_continue_statement_token1] = ACTIONS(1298), - [aux_sym_break_statement_token1] = ACTIONS(1298), - [sym_integer] = ACTIONS(1298), - [aux_sym_return_statement_token1] = ACTIONS(1298), - [aux_sym_throw_expression_token1] = ACTIONS(1298), - [aux_sym_while_statement_token1] = ACTIONS(1298), - [aux_sym_while_statement_token2] = ACTIONS(1298), - [aux_sym_do_statement_token1] = ACTIONS(1298), - [aux_sym_for_statement_token1] = ACTIONS(1298), - [aux_sym_for_statement_token2] = ACTIONS(1298), - [aux_sym_foreach_statement_token1] = ACTIONS(1298), - [aux_sym_foreach_statement_token2] = ACTIONS(1298), - [aux_sym_if_statement_token1] = ACTIONS(1298), - [aux_sym_if_statement_token2] = ACTIONS(1298), - [aux_sym_else_if_clause_token1] = ACTIONS(1298), - [aux_sym_else_clause_token1] = ACTIONS(1298), - [aux_sym_match_expression_token1] = ACTIONS(1298), - [aux_sym_match_default_expression_token1] = ACTIONS(1298), - [aux_sym_switch_statement_token1] = ACTIONS(1298), - [aux_sym_switch_block_token1] = ACTIONS(1298), - [anon_sym_PLUS] = ACTIONS(1298), - [anon_sym_DASH] = ACTIONS(1298), - [anon_sym_TILDE] = ACTIONS(1296), - [anon_sym_BANG] = ACTIONS(1296), - [anon_sym_AT] = ACTIONS(1296), - [aux_sym_clone_expression_token1] = ACTIONS(1298), - [aux_sym_print_intrinsic_token1] = ACTIONS(1298), - [aux_sym_object_creation_expression_token1] = ACTIONS(1298), - [anon_sym_DASH_DASH] = ACTIONS(1296), - [anon_sym_PLUS_PLUS] = ACTIONS(1296), - [aux_sym__list_destructing_token1] = ACTIONS(1298), - [anon_sym_LBRACK] = ACTIONS(1296), - [anon_sym_self] = ACTIONS(1298), - [anon_sym_parent] = ACTIONS(1298), - [aux_sym__argument_name_token1] = ACTIONS(1298), - [aux_sym__argument_name_token2] = ACTIONS(1298), - [anon_sym_POUND_LBRACK] = ACTIONS(1296), - [aux_sym_encapsed_string_token1] = ACTIONS(1296), - [anon_sym_DQUOTE] = ACTIONS(1296), - [aux_sym_string_token1] = ACTIONS(1296), - [anon_sym_SQUOTE] = ACTIONS(1296), - [anon_sym_LT_LT_LT] = ACTIONS(1296), - [anon_sym_BQUOTE] = ACTIONS(1296), - [anon_sym_DOLLAR] = ACTIONS(1296), - [aux_sym_yield_expression_token1] = ACTIONS(1298), - [aux_sym_include_expression_token1] = ACTIONS(1298), - [aux_sym_include_once_expression_token1] = ACTIONS(1298), - [aux_sym_require_expression_token1] = ACTIONS(1298), - [aux_sym_require_once_expression_token1] = ACTIONS(1298), + [ts_builtin_sym_end] = ACTIONS(1314), + [sym_name] = ACTIONS(1316), + [anon_sym_QMARK_GT] = ACTIONS(1314), + [anon_sym_SEMI] = ACTIONS(1314), + [aux_sym_function_static_declaration_token1] = ACTIONS(1316), + [aux_sym_global_declaration_token1] = ACTIONS(1316), + [aux_sym_namespace_definition_token1] = ACTIONS(1316), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1316), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1316), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1316), + [anon_sym_BSLASH] = ACTIONS(1314), + [anon_sym_LBRACE] = ACTIONS(1314), + [anon_sym_RBRACE] = ACTIONS(1314), + [aux_sym_trait_declaration_token1] = ACTIONS(1316), + [aux_sym_interface_declaration_token1] = ACTIONS(1316), + [aux_sym_enum_declaration_token1] = ACTIONS(1316), + [aux_sym_enum_case_token1] = ACTIONS(1316), + [aux_sym_class_declaration_token1] = ACTIONS(1316), + [aux_sym_final_modifier_token1] = ACTIONS(1316), + [aux_sym_abstract_modifier_token1] = ACTIONS(1316), + [aux_sym_readonly_modifier_token1] = ACTIONS(1316), + [sym_var_modifier] = ACTIONS(1316), + [aux_sym_visibility_modifier_token1] = ACTIONS(1316), + [aux_sym_visibility_modifier_token2] = ACTIONS(1316), + [aux_sym_visibility_modifier_token3] = ACTIONS(1316), + [anon_sym_LPAREN] = ACTIONS(1314), + [aux_sym__arrow_function_header_token1] = ACTIONS(1316), + [aux_sym_cast_type_token1] = ACTIONS(1316), + [aux_sym_echo_statement_token1] = ACTIONS(1316), + [aux_sym_exit_statement_token1] = ACTIONS(1316), + [anon_sym_unset] = ACTIONS(1316), + [aux_sym_declare_statement_token1] = ACTIONS(1316), + [aux_sym_declare_statement_token2] = ACTIONS(1316), + [sym_float] = ACTIONS(1316), + [aux_sym_try_statement_token1] = ACTIONS(1316), + [aux_sym_goto_statement_token1] = ACTIONS(1316), + [aux_sym_continue_statement_token1] = ACTIONS(1316), + [aux_sym_break_statement_token1] = ACTIONS(1316), + [sym_integer] = ACTIONS(1316), + [aux_sym_return_statement_token1] = ACTIONS(1316), + [aux_sym_throw_expression_token1] = ACTIONS(1316), + [aux_sym_while_statement_token1] = ACTIONS(1316), + [aux_sym_while_statement_token2] = ACTIONS(1316), + [aux_sym_do_statement_token1] = ACTIONS(1316), + [aux_sym_for_statement_token1] = ACTIONS(1316), + [aux_sym_for_statement_token2] = ACTIONS(1316), + [aux_sym_foreach_statement_token1] = ACTIONS(1316), + [aux_sym_foreach_statement_token2] = ACTIONS(1316), + [aux_sym_if_statement_token1] = ACTIONS(1316), + [aux_sym_if_statement_token2] = ACTIONS(1316), + [aux_sym_else_if_clause_token1] = ACTIONS(1316), + [aux_sym_else_clause_token1] = ACTIONS(1316), + [aux_sym_match_expression_token1] = ACTIONS(1316), + [aux_sym_match_default_expression_token1] = ACTIONS(1316), + [aux_sym_switch_statement_token1] = ACTIONS(1316), + [aux_sym_switch_block_token1] = ACTIONS(1316), + [anon_sym_PLUS] = ACTIONS(1316), + [anon_sym_DASH] = ACTIONS(1316), + [anon_sym_TILDE] = ACTIONS(1314), + [anon_sym_BANG] = ACTIONS(1314), + [anon_sym_AT] = ACTIONS(1314), + [aux_sym_clone_expression_token1] = ACTIONS(1316), + [aux_sym_print_intrinsic_token1] = ACTIONS(1316), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1316), + [anon_sym_DASH_DASH] = ACTIONS(1314), + [anon_sym_PLUS_PLUS] = ACTIONS(1314), + [aux_sym__list_destructing_token1] = ACTIONS(1316), + [anon_sym_LBRACK] = ACTIONS(1314), + [anon_sym_self] = ACTIONS(1316), + [anon_sym_parent] = ACTIONS(1316), + [aux_sym__argument_name_token1] = ACTIONS(1316), + [aux_sym__argument_name_token2] = ACTIONS(1316), + [anon_sym_POUND_LBRACK] = ACTIONS(1314), + [aux_sym_encapsed_string_token1] = ACTIONS(1314), + [anon_sym_DQUOTE] = ACTIONS(1314), + [aux_sym_string_token1] = ACTIONS(1314), + [anon_sym_SQUOTE] = ACTIONS(1314), + [anon_sym_LT_LT_LT] = ACTIONS(1314), + [anon_sym_BQUOTE] = ACTIONS(1314), + [anon_sym_DOLLAR] = ACTIONS(1314), + [aux_sym_yield_expression_token1] = ACTIONS(1316), + [aux_sym_include_expression_token1] = ACTIONS(1316), + [aux_sym_include_once_expression_token1] = ACTIONS(1316), + [aux_sym_require_expression_token1] = ACTIONS(1316), + [aux_sym_require_once_expression_token1] = ACTIONS(1316), [sym_comment] = ACTIONS(3), }, [495] = { - [ts_builtin_sym_end] = ACTIONS(1300), - [sym_name] = ACTIONS(1302), - [anon_sym_QMARK_GT] = ACTIONS(1300), - [anon_sym_SEMI] = ACTIONS(1300), - [aux_sym_function_static_declaration_token1] = ACTIONS(1302), - [aux_sym_global_declaration_token1] = ACTIONS(1302), - [aux_sym_namespace_definition_token1] = ACTIONS(1302), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1302), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1302), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1302), - [anon_sym_BSLASH] = ACTIONS(1300), - [anon_sym_LBRACE] = ACTIONS(1300), - [anon_sym_RBRACE] = ACTIONS(1300), - [aux_sym_trait_declaration_token1] = ACTIONS(1302), - [aux_sym_interface_declaration_token1] = ACTIONS(1302), - [aux_sym_enum_declaration_token1] = ACTIONS(1302), - [aux_sym_enum_case_token1] = ACTIONS(1302), - [aux_sym_class_declaration_token1] = ACTIONS(1302), - [aux_sym_final_modifier_token1] = ACTIONS(1302), - [aux_sym_abstract_modifier_token1] = ACTIONS(1302), - [aux_sym_readonly_modifier_token1] = ACTIONS(1302), - [sym_var_modifier] = ACTIONS(1302), - [aux_sym_visibility_modifier_token1] = ACTIONS(1302), - [aux_sym_visibility_modifier_token2] = ACTIONS(1302), - [aux_sym_visibility_modifier_token3] = ACTIONS(1302), - [aux_sym__arrow_function_header_token1] = ACTIONS(1302), - [anon_sym_LPAREN] = ACTIONS(1300), - [aux_sym_cast_type_token1] = ACTIONS(1302), - [aux_sym_echo_statement_token1] = ACTIONS(1302), - [aux_sym_exit_statement_token1] = ACTIONS(1302), - [anon_sym_unset] = ACTIONS(1302), - [aux_sym_declare_statement_token1] = ACTIONS(1302), - [aux_sym_declare_statement_token2] = ACTIONS(1302), - [sym_float] = ACTIONS(1302), - [aux_sym_try_statement_token1] = ACTIONS(1302), - [aux_sym_goto_statement_token1] = ACTIONS(1302), - [aux_sym_continue_statement_token1] = ACTIONS(1302), - [aux_sym_break_statement_token1] = ACTIONS(1302), - [sym_integer] = ACTIONS(1302), - [aux_sym_return_statement_token1] = ACTIONS(1302), - [aux_sym_throw_expression_token1] = ACTIONS(1302), - [aux_sym_while_statement_token1] = ACTIONS(1302), - [aux_sym_while_statement_token2] = ACTIONS(1302), - [aux_sym_do_statement_token1] = ACTIONS(1302), - [aux_sym_for_statement_token1] = ACTIONS(1302), - [aux_sym_for_statement_token2] = ACTIONS(1302), - [aux_sym_foreach_statement_token1] = ACTIONS(1302), - [aux_sym_foreach_statement_token2] = ACTIONS(1302), - [aux_sym_if_statement_token1] = ACTIONS(1302), - [aux_sym_if_statement_token2] = ACTIONS(1302), - [aux_sym_else_if_clause_token1] = ACTIONS(1302), - [aux_sym_else_clause_token1] = ACTIONS(1302), - [aux_sym_match_expression_token1] = ACTIONS(1302), - [aux_sym_match_default_expression_token1] = ACTIONS(1302), - [aux_sym_switch_statement_token1] = ACTIONS(1302), - [aux_sym_switch_block_token1] = ACTIONS(1302), - [anon_sym_PLUS] = ACTIONS(1302), - [anon_sym_DASH] = ACTIONS(1302), - [anon_sym_TILDE] = ACTIONS(1300), - [anon_sym_BANG] = ACTIONS(1300), - [anon_sym_AT] = ACTIONS(1300), - [aux_sym_clone_expression_token1] = ACTIONS(1302), - [aux_sym_print_intrinsic_token1] = ACTIONS(1302), - [aux_sym_object_creation_expression_token1] = ACTIONS(1302), - [anon_sym_DASH_DASH] = ACTIONS(1300), - [anon_sym_PLUS_PLUS] = ACTIONS(1300), - [aux_sym__list_destructing_token1] = ACTIONS(1302), - [anon_sym_LBRACK] = ACTIONS(1300), - [anon_sym_self] = ACTIONS(1302), - [anon_sym_parent] = ACTIONS(1302), - [aux_sym__argument_name_token1] = ACTIONS(1302), - [aux_sym__argument_name_token2] = ACTIONS(1302), - [anon_sym_POUND_LBRACK] = ACTIONS(1300), - [aux_sym_encapsed_string_token1] = ACTIONS(1300), - [anon_sym_DQUOTE] = ACTIONS(1300), - [aux_sym_string_token1] = ACTIONS(1300), - [anon_sym_SQUOTE] = ACTIONS(1300), - [anon_sym_LT_LT_LT] = ACTIONS(1300), - [anon_sym_BQUOTE] = ACTIONS(1300), - [anon_sym_DOLLAR] = ACTIONS(1300), - [aux_sym_yield_expression_token1] = ACTIONS(1302), - [aux_sym_include_expression_token1] = ACTIONS(1302), - [aux_sym_include_once_expression_token1] = ACTIONS(1302), - [aux_sym_require_expression_token1] = ACTIONS(1302), - [aux_sym_require_once_expression_token1] = ACTIONS(1302), + [ts_builtin_sym_end] = ACTIONS(1318), + [sym_name] = ACTIONS(1320), + [anon_sym_QMARK_GT] = ACTIONS(1318), + [anon_sym_SEMI] = ACTIONS(1318), + [aux_sym_function_static_declaration_token1] = ACTIONS(1320), + [aux_sym_global_declaration_token1] = ACTIONS(1320), + [aux_sym_namespace_definition_token1] = ACTIONS(1320), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1320), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1320), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1320), + [anon_sym_BSLASH] = ACTIONS(1318), + [anon_sym_LBRACE] = ACTIONS(1318), + [anon_sym_RBRACE] = ACTIONS(1318), + [aux_sym_trait_declaration_token1] = ACTIONS(1320), + [aux_sym_interface_declaration_token1] = ACTIONS(1320), + [aux_sym_enum_declaration_token1] = ACTIONS(1320), + [aux_sym_enum_case_token1] = ACTIONS(1320), + [aux_sym_class_declaration_token1] = ACTIONS(1320), + [aux_sym_final_modifier_token1] = ACTIONS(1320), + [aux_sym_abstract_modifier_token1] = ACTIONS(1320), + [aux_sym_readonly_modifier_token1] = ACTIONS(1320), + [sym_var_modifier] = ACTIONS(1320), + [aux_sym_visibility_modifier_token1] = ACTIONS(1320), + [aux_sym_visibility_modifier_token2] = ACTIONS(1320), + [aux_sym_visibility_modifier_token3] = ACTIONS(1320), + [anon_sym_LPAREN] = ACTIONS(1318), + [aux_sym__arrow_function_header_token1] = ACTIONS(1320), + [aux_sym_cast_type_token1] = ACTIONS(1320), + [aux_sym_echo_statement_token1] = ACTIONS(1320), + [aux_sym_exit_statement_token1] = ACTIONS(1320), + [anon_sym_unset] = ACTIONS(1320), + [aux_sym_declare_statement_token1] = ACTIONS(1320), + [aux_sym_declare_statement_token2] = ACTIONS(1320), + [sym_float] = ACTIONS(1320), + [aux_sym_try_statement_token1] = ACTIONS(1320), + [aux_sym_goto_statement_token1] = ACTIONS(1320), + [aux_sym_continue_statement_token1] = ACTIONS(1320), + [aux_sym_break_statement_token1] = ACTIONS(1320), + [sym_integer] = ACTIONS(1320), + [aux_sym_return_statement_token1] = ACTIONS(1320), + [aux_sym_throw_expression_token1] = ACTIONS(1320), + [aux_sym_while_statement_token1] = ACTIONS(1320), + [aux_sym_while_statement_token2] = ACTIONS(1320), + [aux_sym_do_statement_token1] = ACTIONS(1320), + [aux_sym_for_statement_token1] = ACTIONS(1320), + [aux_sym_for_statement_token2] = ACTIONS(1320), + [aux_sym_foreach_statement_token1] = ACTIONS(1320), + [aux_sym_foreach_statement_token2] = ACTIONS(1320), + [aux_sym_if_statement_token1] = ACTIONS(1320), + [aux_sym_if_statement_token2] = ACTIONS(1320), + [aux_sym_else_if_clause_token1] = ACTIONS(1320), + [aux_sym_else_clause_token1] = ACTIONS(1320), + [aux_sym_match_expression_token1] = ACTIONS(1320), + [aux_sym_match_default_expression_token1] = ACTIONS(1320), + [aux_sym_switch_statement_token1] = ACTIONS(1320), + [aux_sym_switch_block_token1] = ACTIONS(1320), + [anon_sym_PLUS] = ACTIONS(1320), + [anon_sym_DASH] = ACTIONS(1320), + [anon_sym_TILDE] = ACTIONS(1318), + [anon_sym_BANG] = ACTIONS(1318), + [anon_sym_AT] = ACTIONS(1318), + [aux_sym_clone_expression_token1] = ACTIONS(1320), + [aux_sym_print_intrinsic_token1] = ACTIONS(1320), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1320), + [anon_sym_DASH_DASH] = ACTIONS(1318), + [anon_sym_PLUS_PLUS] = ACTIONS(1318), + [aux_sym__list_destructing_token1] = ACTIONS(1320), + [anon_sym_LBRACK] = ACTIONS(1318), + [anon_sym_self] = ACTIONS(1320), + [anon_sym_parent] = ACTIONS(1320), + [aux_sym__argument_name_token1] = ACTIONS(1320), + [aux_sym__argument_name_token2] = ACTIONS(1320), + [anon_sym_POUND_LBRACK] = ACTIONS(1318), + [aux_sym_encapsed_string_token1] = ACTIONS(1318), + [anon_sym_DQUOTE] = ACTIONS(1318), + [aux_sym_string_token1] = ACTIONS(1318), + [anon_sym_SQUOTE] = ACTIONS(1318), + [anon_sym_LT_LT_LT] = ACTIONS(1318), + [anon_sym_BQUOTE] = ACTIONS(1318), + [anon_sym_DOLLAR] = ACTIONS(1318), + [aux_sym_yield_expression_token1] = ACTIONS(1320), + [aux_sym_include_expression_token1] = ACTIONS(1320), + [aux_sym_include_once_expression_token1] = ACTIONS(1320), + [aux_sym_require_expression_token1] = ACTIONS(1320), + [aux_sym_require_once_expression_token1] = ACTIONS(1320), [sym_comment] = ACTIONS(3), }, [496] = { - [ts_builtin_sym_end] = ACTIONS(1304), - [sym_name] = ACTIONS(1306), - [anon_sym_QMARK_GT] = ACTIONS(1304), - [anon_sym_SEMI] = ACTIONS(1304), - [aux_sym_function_static_declaration_token1] = ACTIONS(1306), - [aux_sym_global_declaration_token1] = ACTIONS(1306), - [aux_sym_namespace_definition_token1] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1306), - [anon_sym_BSLASH] = ACTIONS(1304), - [anon_sym_LBRACE] = ACTIONS(1304), - [anon_sym_RBRACE] = ACTIONS(1304), - [aux_sym_trait_declaration_token1] = ACTIONS(1306), - [aux_sym_interface_declaration_token1] = ACTIONS(1306), - [aux_sym_enum_declaration_token1] = ACTIONS(1306), - [aux_sym_enum_case_token1] = ACTIONS(1306), - [aux_sym_class_declaration_token1] = ACTIONS(1306), - [aux_sym_final_modifier_token1] = ACTIONS(1306), - [aux_sym_abstract_modifier_token1] = ACTIONS(1306), - [aux_sym_readonly_modifier_token1] = ACTIONS(1306), - [sym_var_modifier] = ACTIONS(1306), - [aux_sym_visibility_modifier_token1] = ACTIONS(1306), - [aux_sym_visibility_modifier_token2] = ACTIONS(1306), - [aux_sym_visibility_modifier_token3] = ACTIONS(1306), - [aux_sym__arrow_function_header_token1] = ACTIONS(1306), - [anon_sym_LPAREN] = ACTIONS(1304), - [aux_sym_cast_type_token1] = ACTIONS(1306), - [aux_sym_echo_statement_token1] = ACTIONS(1306), - [aux_sym_exit_statement_token1] = ACTIONS(1306), - [anon_sym_unset] = ACTIONS(1306), - [aux_sym_declare_statement_token1] = ACTIONS(1306), - [aux_sym_declare_statement_token2] = ACTIONS(1306), - [sym_float] = ACTIONS(1306), - [aux_sym_try_statement_token1] = ACTIONS(1306), - [aux_sym_goto_statement_token1] = ACTIONS(1306), - [aux_sym_continue_statement_token1] = ACTIONS(1306), - [aux_sym_break_statement_token1] = ACTIONS(1306), - [sym_integer] = ACTIONS(1306), - [aux_sym_return_statement_token1] = ACTIONS(1306), - [aux_sym_throw_expression_token1] = ACTIONS(1306), - [aux_sym_while_statement_token1] = ACTIONS(1306), - [aux_sym_while_statement_token2] = ACTIONS(1306), - [aux_sym_do_statement_token1] = ACTIONS(1306), - [aux_sym_for_statement_token1] = ACTIONS(1306), - [aux_sym_for_statement_token2] = ACTIONS(1306), - [aux_sym_foreach_statement_token1] = ACTIONS(1306), - [aux_sym_foreach_statement_token2] = ACTIONS(1306), - [aux_sym_if_statement_token1] = ACTIONS(1306), - [aux_sym_if_statement_token2] = ACTIONS(1306), - [aux_sym_else_if_clause_token1] = ACTIONS(1306), - [aux_sym_else_clause_token1] = ACTIONS(1306), - [aux_sym_match_expression_token1] = ACTIONS(1306), - [aux_sym_match_default_expression_token1] = ACTIONS(1306), - [aux_sym_switch_statement_token1] = ACTIONS(1306), - [aux_sym_switch_block_token1] = ACTIONS(1306), - [anon_sym_PLUS] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(1306), - [anon_sym_TILDE] = ACTIONS(1304), - [anon_sym_BANG] = ACTIONS(1304), - [anon_sym_AT] = ACTIONS(1304), - [aux_sym_clone_expression_token1] = ACTIONS(1306), - [aux_sym_print_intrinsic_token1] = ACTIONS(1306), - [aux_sym_object_creation_expression_token1] = ACTIONS(1306), - [anon_sym_DASH_DASH] = ACTIONS(1304), - [anon_sym_PLUS_PLUS] = ACTIONS(1304), - [aux_sym__list_destructing_token1] = ACTIONS(1306), - [anon_sym_LBRACK] = ACTIONS(1304), - [anon_sym_self] = ACTIONS(1306), - [anon_sym_parent] = ACTIONS(1306), - [aux_sym__argument_name_token1] = ACTIONS(1306), - [aux_sym__argument_name_token2] = ACTIONS(1306), - [anon_sym_POUND_LBRACK] = ACTIONS(1304), - [aux_sym_encapsed_string_token1] = ACTIONS(1304), - [anon_sym_DQUOTE] = ACTIONS(1304), - [aux_sym_string_token1] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1304), - [anon_sym_LT_LT_LT] = ACTIONS(1304), - [anon_sym_BQUOTE] = ACTIONS(1304), - [anon_sym_DOLLAR] = ACTIONS(1304), - [aux_sym_yield_expression_token1] = ACTIONS(1306), - [aux_sym_include_expression_token1] = ACTIONS(1306), - [aux_sym_include_once_expression_token1] = ACTIONS(1306), - [aux_sym_require_expression_token1] = ACTIONS(1306), - [aux_sym_require_once_expression_token1] = ACTIONS(1306), + [ts_builtin_sym_end] = ACTIONS(1322), + [sym_name] = ACTIONS(1324), + [anon_sym_QMARK_GT] = ACTIONS(1322), + [anon_sym_SEMI] = ACTIONS(1322), + [aux_sym_function_static_declaration_token1] = ACTIONS(1324), + [aux_sym_global_declaration_token1] = ACTIONS(1324), + [aux_sym_namespace_definition_token1] = ACTIONS(1324), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1324), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1324), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1324), + [anon_sym_BSLASH] = ACTIONS(1322), + [anon_sym_LBRACE] = ACTIONS(1322), + [anon_sym_RBRACE] = ACTIONS(1322), + [aux_sym_trait_declaration_token1] = ACTIONS(1324), + [aux_sym_interface_declaration_token1] = ACTIONS(1324), + [aux_sym_enum_declaration_token1] = ACTIONS(1324), + [aux_sym_enum_case_token1] = ACTIONS(1324), + [aux_sym_class_declaration_token1] = ACTIONS(1324), + [aux_sym_final_modifier_token1] = ACTIONS(1324), + [aux_sym_abstract_modifier_token1] = ACTIONS(1324), + [aux_sym_readonly_modifier_token1] = ACTIONS(1324), + [sym_var_modifier] = ACTIONS(1324), + [aux_sym_visibility_modifier_token1] = ACTIONS(1324), + [aux_sym_visibility_modifier_token2] = ACTIONS(1324), + [aux_sym_visibility_modifier_token3] = ACTIONS(1324), + [anon_sym_LPAREN] = ACTIONS(1322), + [aux_sym__arrow_function_header_token1] = ACTIONS(1324), + [aux_sym_cast_type_token1] = ACTIONS(1324), + [aux_sym_echo_statement_token1] = ACTIONS(1324), + [aux_sym_exit_statement_token1] = ACTIONS(1324), + [anon_sym_unset] = ACTIONS(1324), + [aux_sym_declare_statement_token1] = ACTIONS(1324), + [aux_sym_declare_statement_token2] = ACTIONS(1324), + [sym_float] = ACTIONS(1324), + [aux_sym_try_statement_token1] = ACTIONS(1324), + [aux_sym_goto_statement_token1] = ACTIONS(1324), + [aux_sym_continue_statement_token1] = ACTIONS(1324), + [aux_sym_break_statement_token1] = ACTIONS(1324), + [sym_integer] = ACTIONS(1324), + [aux_sym_return_statement_token1] = ACTIONS(1324), + [aux_sym_throw_expression_token1] = ACTIONS(1324), + [aux_sym_while_statement_token1] = ACTIONS(1324), + [aux_sym_while_statement_token2] = ACTIONS(1324), + [aux_sym_do_statement_token1] = ACTIONS(1324), + [aux_sym_for_statement_token1] = ACTIONS(1324), + [aux_sym_for_statement_token2] = ACTIONS(1324), + [aux_sym_foreach_statement_token1] = ACTIONS(1324), + [aux_sym_foreach_statement_token2] = ACTIONS(1324), + [aux_sym_if_statement_token1] = ACTIONS(1324), + [aux_sym_if_statement_token2] = ACTIONS(1324), + [aux_sym_else_if_clause_token1] = ACTIONS(1324), + [aux_sym_else_clause_token1] = ACTIONS(1324), + [aux_sym_match_expression_token1] = ACTIONS(1324), + [aux_sym_match_default_expression_token1] = ACTIONS(1324), + [aux_sym_switch_statement_token1] = ACTIONS(1324), + [aux_sym_switch_block_token1] = ACTIONS(1324), + [anon_sym_PLUS] = ACTIONS(1324), + [anon_sym_DASH] = ACTIONS(1324), + [anon_sym_TILDE] = ACTIONS(1322), + [anon_sym_BANG] = ACTIONS(1322), + [anon_sym_AT] = ACTIONS(1322), + [aux_sym_clone_expression_token1] = ACTIONS(1324), + [aux_sym_print_intrinsic_token1] = ACTIONS(1324), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1324), + [anon_sym_DASH_DASH] = ACTIONS(1322), + [anon_sym_PLUS_PLUS] = ACTIONS(1322), + [aux_sym__list_destructing_token1] = ACTIONS(1324), + [anon_sym_LBRACK] = ACTIONS(1322), + [anon_sym_self] = ACTIONS(1324), + [anon_sym_parent] = ACTIONS(1324), + [aux_sym__argument_name_token1] = ACTIONS(1324), + [aux_sym__argument_name_token2] = ACTIONS(1324), + [anon_sym_POUND_LBRACK] = ACTIONS(1322), + [aux_sym_encapsed_string_token1] = ACTIONS(1322), + [anon_sym_DQUOTE] = ACTIONS(1322), + [aux_sym_string_token1] = ACTIONS(1322), + [anon_sym_SQUOTE] = ACTIONS(1322), + [anon_sym_LT_LT_LT] = ACTIONS(1322), + [anon_sym_BQUOTE] = ACTIONS(1322), + [anon_sym_DOLLAR] = ACTIONS(1322), + [aux_sym_yield_expression_token1] = ACTIONS(1324), + [aux_sym_include_expression_token1] = ACTIONS(1324), + [aux_sym_include_once_expression_token1] = ACTIONS(1324), + [aux_sym_require_expression_token1] = ACTIONS(1324), + [aux_sym_require_once_expression_token1] = ACTIONS(1324), [sym_comment] = ACTIONS(3), }, [497] = { - [ts_builtin_sym_end] = ACTIONS(1284), - [sym_name] = ACTIONS(1286), - [anon_sym_QMARK_GT] = ACTIONS(1284), - [anon_sym_SEMI] = ACTIONS(1284), - [aux_sym_function_static_declaration_token1] = ACTIONS(1286), - [aux_sym_global_declaration_token1] = ACTIONS(1286), - [aux_sym_namespace_definition_token1] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1286), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1286), - [anon_sym_BSLASH] = ACTIONS(1284), - [anon_sym_LBRACE] = ACTIONS(1284), - [anon_sym_RBRACE] = ACTIONS(1284), - [aux_sym_trait_declaration_token1] = ACTIONS(1286), - [aux_sym_interface_declaration_token1] = ACTIONS(1286), - [aux_sym_enum_declaration_token1] = ACTIONS(1286), - [aux_sym_enum_case_token1] = ACTIONS(1286), - [aux_sym_class_declaration_token1] = ACTIONS(1286), - [aux_sym_final_modifier_token1] = ACTIONS(1286), - [aux_sym_abstract_modifier_token1] = ACTIONS(1286), - [aux_sym_readonly_modifier_token1] = ACTIONS(1286), - [sym_var_modifier] = ACTIONS(1286), - [aux_sym_visibility_modifier_token1] = ACTIONS(1286), - [aux_sym_visibility_modifier_token2] = ACTIONS(1286), - [aux_sym_visibility_modifier_token3] = ACTIONS(1286), - [aux_sym__arrow_function_header_token1] = ACTIONS(1286), - [anon_sym_LPAREN] = ACTIONS(1284), - [aux_sym_cast_type_token1] = ACTIONS(1286), - [aux_sym_echo_statement_token1] = ACTIONS(1286), - [aux_sym_exit_statement_token1] = ACTIONS(1286), - [anon_sym_unset] = ACTIONS(1286), - [aux_sym_declare_statement_token1] = ACTIONS(1286), - [aux_sym_declare_statement_token2] = ACTIONS(1286), - [sym_float] = ACTIONS(1286), - [aux_sym_try_statement_token1] = ACTIONS(1286), - [aux_sym_goto_statement_token1] = ACTIONS(1286), - [aux_sym_continue_statement_token1] = ACTIONS(1286), - [aux_sym_break_statement_token1] = ACTIONS(1286), - [sym_integer] = ACTIONS(1286), - [aux_sym_return_statement_token1] = ACTIONS(1286), - [aux_sym_throw_expression_token1] = ACTIONS(1286), - [aux_sym_while_statement_token1] = ACTIONS(1286), - [aux_sym_while_statement_token2] = ACTIONS(1286), - [aux_sym_do_statement_token1] = ACTIONS(1286), - [aux_sym_for_statement_token1] = ACTIONS(1286), - [aux_sym_for_statement_token2] = ACTIONS(1286), - [aux_sym_foreach_statement_token1] = ACTIONS(1286), - [aux_sym_foreach_statement_token2] = ACTIONS(1286), - [aux_sym_if_statement_token1] = ACTIONS(1286), - [aux_sym_if_statement_token2] = ACTIONS(1286), - [aux_sym_else_if_clause_token1] = ACTIONS(1286), - [aux_sym_else_clause_token1] = ACTIONS(1286), - [aux_sym_match_expression_token1] = ACTIONS(1286), - [aux_sym_match_default_expression_token1] = ACTIONS(1286), - [aux_sym_switch_statement_token1] = ACTIONS(1286), - [aux_sym_switch_block_token1] = ACTIONS(1286), - [anon_sym_PLUS] = ACTIONS(1286), - [anon_sym_DASH] = ACTIONS(1286), - [anon_sym_TILDE] = ACTIONS(1284), - [anon_sym_BANG] = ACTIONS(1284), - [anon_sym_AT] = ACTIONS(1284), - [aux_sym_clone_expression_token1] = ACTIONS(1286), - [aux_sym_print_intrinsic_token1] = ACTIONS(1286), - [aux_sym_object_creation_expression_token1] = ACTIONS(1286), - [anon_sym_DASH_DASH] = ACTIONS(1284), - [anon_sym_PLUS_PLUS] = ACTIONS(1284), - [aux_sym__list_destructing_token1] = ACTIONS(1286), - [anon_sym_LBRACK] = ACTIONS(1284), - [anon_sym_self] = ACTIONS(1286), - [anon_sym_parent] = ACTIONS(1286), - [aux_sym__argument_name_token1] = ACTIONS(1286), - [aux_sym__argument_name_token2] = ACTIONS(1286), - [anon_sym_POUND_LBRACK] = ACTIONS(1284), - [aux_sym_encapsed_string_token1] = ACTIONS(1284), - [anon_sym_DQUOTE] = ACTIONS(1284), - [aux_sym_string_token1] = ACTIONS(1284), - [anon_sym_SQUOTE] = ACTIONS(1284), - [anon_sym_LT_LT_LT] = ACTIONS(1284), - [anon_sym_BQUOTE] = ACTIONS(1284), - [anon_sym_DOLLAR] = ACTIONS(1284), - [aux_sym_yield_expression_token1] = ACTIONS(1286), - [aux_sym_include_expression_token1] = ACTIONS(1286), - [aux_sym_include_once_expression_token1] = ACTIONS(1286), - [aux_sym_require_expression_token1] = ACTIONS(1286), - [aux_sym_require_once_expression_token1] = ACTIONS(1286), + [ts_builtin_sym_end] = ACTIONS(1326), + [sym_name] = ACTIONS(1328), + [anon_sym_QMARK_GT] = ACTIONS(1326), + [anon_sym_SEMI] = ACTIONS(1326), + [aux_sym_function_static_declaration_token1] = ACTIONS(1328), + [aux_sym_global_declaration_token1] = ACTIONS(1328), + [aux_sym_namespace_definition_token1] = ACTIONS(1328), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1328), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1328), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1328), + [anon_sym_BSLASH] = ACTIONS(1326), + [anon_sym_LBRACE] = ACTIONS(1326), + [anon_sym_RBRACE] = ACTIONS(1326), + [aux_sym_trait_declaration_token1] = ACTIONS(1328), + [aux_sym_interface_declaration_token1] = ACTIONS(1328), + [aux_sym_enum_declaration_token1] = ACTIONS(1328), + [aux_sym_enum_case_token1] = ACTIONS(1328), + [aux_sym_class_declaration_token1] = ACTIONS(1328), + [aux_sym_final_modifier_token1] = ACTIONS(1328), + [aux_sym_abstract_modifier_token1] = ACTIONS(1328), + [aux_sym_readonly_modifier_token1] = ACTIONS(1328), + [sym_var_modifier] = ACTIONS(1328), + [aux_sym_visibility_modifier_token1] = ACTIONS(1328), + [aux_sym_visibility_modifier_token2] = ACTIONS(1328), + [aux_sym_visibility_modifier_token3] = ACTIONS(1328), + [anon_sym_LPAREN] = ACTIONS(1326), + [aux_sym__arrow_function_header_token1] = ACTIONS(1328), + [aux_sym_cast_type_token1] = ACTIONS(1328), + [aux_sym_echo_statement_token1] = ACTIONS(1328), + [aux_sym_exit_statement_token1] = ACTIONS(1328), + [anon_sym_unset] = ACTIONS(1328), + [aux_sym_declare_statement_token1] = ACTIONS(1328), + [aux_sym_declare_statement_token2] = ACTIONS(1328), + [sym_float] = ACTIONS(1328), + [aux_sym_try_statement_token1] = ACTIONS(1328), + [aux_sym_goto_statement_token1] = ACTIONS(1328), + [aux_sym_continue_statement_token1] = ACTIONS(1328), + [aux_sym_break_statement_token1] = ACTIONS(1328), + [sym_integer] = ACTIONS(1328), + [aux_sym_return_statement_token1] = ACTIONS(1328), + [aux_sym_throw_expression_token1] = ACTIONS(1328), + [aux_sym_while_statement_token1] = ACTIONS(1328), + [aux_sym_while_statement_token2] = ACTIONS(1328), + [aux_sym_do_statement_token1] = ACTIONS(1328), + [aux_sym_for_statement_token1] = ACTIONS(1328), + [aux_sym_for_statement_token2] = ACTIONS(1328), + [aux_sym_foreach_statement_token1] = ACTIONS(1328), + [aux_sym_foreach_statement_token2] = ACTIONS(1328), + [aux_sym_if_statement_token1] = ACTIONS(1328), + [aux_sym_if_statement_token2] = ACTIONS(1328), + [aux_sym_else_if_clause_token1] = ACTIONS(1328), + [aux_sym_else_clause_token1] = ACTIONS(1328), + [aux_sym_match_expression_token1] = ACTIONS(1328), + [aux_sym_match_default_expression_token1] = ACTIONS(1328), + [aux_sym_switch_statement_token1] = ACTIONS(1328), + [aux_sym_switch_block_token1] = ACTIONS(1328), + [anon_sym_PLUS] = ACTIONS(1328), + [anon_sym_DASH] = ACTIONS(1328), + [anon_sym_TILDE] = ACTIONS(1326), + [anon_sym_BANG] = ACTIONS(1326), + [anon_sym_AT] = ACTIONS(1326), + [aux_sym_clone_expression_token1] = ACTIONS(1328), + [aux_sym_print_intrinsic_token1] = ACTIONS(1328), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1328), + [anon_sym_DASH_DASH] = ACTIONS(1326), + [anon_sym_PLUS_PLUS] = ACTIONS(1326), + [aux_sym__list_destructing_token1] = ACTIONS(1328), + [anon_sym_LBRACK] = ACTIONS(1326), + [anon_sym_self] = ACTIONS(1328), + [anon_sym_parent] = ACTIONS(1328), + [aux_sym__argument_name_token1] = ACTIONS(1328), + [aux_sym__argument_name_token2] = ACTIONS(1328), + [anon_sym_POUND_LBRACK] = ACTIONS(1326), + [aux_sym_encapsed_string_token1] = ACTIONS(1326), + [anon_sym_DQUOTE] = ACTIONS(1326), + [aux_sym_string_token1] = ACTIONS(1326), + [anon_sym_SQUOTE] = ACTIONS(1326), + [anon_sym_LT_LT_LT] = ACTIONS(1326), + [anon_sym_BQUOTE] = ACTIONS(1326), + [anon_sym_DOLLAR] = ACTIONS(1326), + [aux_sym_yield_expression_token1] = ACTIONS(1328), + [aux_sym_include_expression_token1] = ACTIONS(1328), + [aux_sym_include_once_expression_token1] = ACTIONS(1328), + [aux_sym_require_expression_token1] = ACTIONS(1328), + [aux_sym_require_once_expression_token1] = ACTIONS(1328), [sym_comment] = ACTIONS(3), }, [498] = { - [ts_builtin_sym_end] = ACTIONS(1308), - [sym_name] = ACTIONS(1310), - [anon_sym_QMARK_GT] = ACTIONS(1308), - [anon_sym_SEMI] = ACTIONS(1308), - [aux_sym_function_static_declaration_token1] = ACTIONS(1310), - [aux_sym_global_declaration_token1] = ACTIONS(1310), - [aux_sym_namespace_definition_token1] = ACTIONS(1310), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1310), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1310), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1310), - [anon_sym_BSLASH] = ACTIONS(1308), - [anon_sym_LBRACE] = ACTIONS(1308), - [anon_sym_RBRACE] = ACTIONS(1308), - [aux_sym_trait_declaration_token1] = ACTIONS(1310), - [aux_sym_interface_declaration_token1] = ACTIONS(1310), - [aux_sym_enum_declaration_token1] = ACTIONS(1310), - [aux_sym_enum_case_token1] = ACTIONS(1310), - [aux_sym_class_declaration_token1] = ACTIONS(1310), - [aux_sym_final_modifier_token1] = ACTIONS(1310), - [aux_sym_abstract_modifier_token1] = ACTIONS(1310), - [aux_sym_readonly_modifier_token1] = ACTIONS(1310), - [sym_var_modifier] = ACTIONS(1310), - [aux_sym_visibility_modifier_token1] = ACTIONS(1310), - [aux_sym_visibility_modifier_token2] = ACTIONS(1310), - [aux_sym_visibility_modifier_token3] = ACTIONS(1310), - [aux_sym__arrow_function_header_token1] = ACTIONS(1310), - [anon_sym_LPAREN] = ACTIONS(1308), - [aux_sym_cast_type_token1] = ACTIONS(1310), - [aux_sym_echo_statement_token1] = ACTIONS(1310), - [aux_sym_exit_statement_token1] = ACTIONS(1310), - [anon_sym_unset] = ACTIONS(1310), - [aux_sym_declare_statement_token1] = ACTIONS(1310), - [aux_sym_declare_statement_token2] = ACTIONS(1310), - [sym_float] = ACTIONS(1310), - [aux_sym_try_statement_token1] = ACTIONS(1310), - [aux_sym_goto_statement_token1] = ACTIONS(1310), - [aux_sym_continue_statement_token1] = ACTIONS(1310), - [aux_sym_break_statement_token1] = ACTIONS(1310), - [sym_integer] = ACTIONS(1310), - [aux_sym_return_statement_token1] = ACTIONS(1310), - [aux_sym_throw_expression_token1] = ACTIONS(1310), - [aux_sym_while_statement_token1] = ACTIONS(1310), - [aux_sym_while_statement_token2] = ACTIONS(1310), - [aux_sym_do_statement_token1] = ACTIONS(1310), - [aux_sym_for_statement_token1] = ACTIONS(1310), - [aux_sym_for_statement_token2] = ACTIONS(1310), - [aux_sym_foreach_statement_token1] = ACTIONS(1310), - [aux_sym_foreach_statement_token2] = ACTIONS(1310), - [aux_sym_if_statement_token1] = ACTIONS(1310), - [aux_sym_if_statement_token2] = ACTIONS(1310), - [aux_sym_else_if_clause_token1] = ACTIONS(1310), - [aux_sym_else_clause_token1] = ACTIONS(1310), - [aux_sym_match_expression_token1] = ACTIONS(1310), - [aux_sym_match_default_expression_token1] = ACTIONS(1310), - [aux_sym_switch_statement_token1] = ACTIONS(1310), - [aux_sym_switch_block_token1] = ACTIONS(1310), - [anon_sym_PLUS] = ACTIONS(1310), - [anon_sym_DASH] = ACTIONS(1310), - [anon_sym_TILDE] = ACTIONS(1308), - [anon_sym_BANG] = ACTIONS(1308), - [anon_sym_AT] = ACTIONS(1308), - [aux_sym_clone_expression_token1] = ACTIONS(1310), - [aux_sym_print_intrinsic_token1] = ACTIONS(1310), - [aux_sym_object_creation_expression_token1] = ACTIONS(1310), - [anon_sym_DASH_DASH] = ACTIONS(1308), - [anon_sym_PLUS_PLUS] = ACTIONS(1308), - [aux_sym__list_destructing_token1] = ACTIONS(1310), - [anon_sym_LBRACK] = ACTIONS(1308), - [anon_sym_self] = ACTIONS(1310), - [anon_sym_parent] = ACTIONS(1310), - [aux_sym__argument_name_token1] = ACTIONS(1310), - [aux_sym__argument_name_token2] = ACTIONS(1310), - [anon_sym_POUND_LBRACK] = ACTIONS(1308), - [aux_sym_encapsed_string_token1] = ACTIONS(1308), - [anon_sym_DQUOTE] = ACTIONS(1308), - [aux_sym_string_token1] = ACTIONS(1308), - [anon_sym_SQUOTE] = ACTIONS(1308), - [anon_sym_LT_LT_LT] = ACTIONS(1308), - [anon_sym_BQUOTE] = ACTIONS(1308), - [anon_sym_DOLLAR] = ACTIONS(1308), - [aux_sym_yield_expression_token1] = ACTIONS(1310), - [aux_sym_include_expression_token1] = ACTIONS(1310), - [aux_sym_include_once_expression_token1] = ACTIONS(1310), - [aux_sym_require_expression_token1] = ACTIONS(1310), - [aux_sym_require_once_expression_token1] = ACTIONS(1310), + [ts_builtin_sym_end] = ACTIONS(1330), + [sym_name] = ACTIONS(1332), + [anon_sym_QMARK_GT] = ACTIONS(1330), + [anon_sym_SEMI] = ACTIONS(1330), + [aux_sym_function_static_declaration_token1] = ACTIONS(1332), + [aux_sym_global_declaration_token1] = ACTIONS(1332), + [aux_sym_namespace_definition_token1] = ACTIONS(1332), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1332), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1332), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1332), + [anon_sym_BSLASH] = ACTIONS(1330), + [anon_sym_LBRACE] = ACTIONS(1330), + [anon_sym_RBRACE] = ACTIONS(1330), + [aux_sym_trait_declaration_token1] = ACTIONS(1332), + [aux_sym_interface_declaration_token1] = ACTIONS(1332), + [aux_sym_enum_declaration_token1] = ACTIONS(1332), + [aux_sym_enum_case_token1] = ACTIONS(1332), + [aux_sym_class_declaration_token1] = ACTIONS(1332), + [aux_sym_final_modifier_token1] = ACTIONS(1332), + [aux_sym_abstract_modifier_token1] = ACTIONS(1332), + [aux_sym_readonly_modifier_token1] = ACTIONS(1332), + [sym_var_modifier] = ACTIONS(1332), + [aux_sym_visibility_modifier_token1] = ACTIONS(1332), + [aux_sym_visibility_modifier_token2] = ACTIONS(1332), + [aux_sym_visibility_modifier_token3] = ACTIONS(1332), + [anon_sym_LPAREN] = ACTIONS(1330), + [aux_sym__arrow_function_header_token1] = ACTIONS(1332), + [aux_sym_cast_type_token1] = ACTIONS(1332), + [aux_sym_echo_statement_token1] = ACTIONS(1332), + [aux_sym_exit_statement_token1] = ACTIONS(1332), + [anon_sym_unset] = ACTIONS(1332), + [aux_sym_declare_statement_token1] = ACTIONS(1332), + [aux_sym_declare_statement_token2] = ACTIONS(1332), + [sym_float] = ACTIONS(1332), + [aux_sym_try_statement_token1] = ACTIONS(1332), + [aux_sym_goto_statement_token1] = ACTIONS(1332), + [aux_sym_continue_statement_token1] = ACTIONS(1332), + [aux_sym_break_statement_token1] = ACTIONS(1332), + [sym_integer] = ACTIONS(1332), + [aux_sym_return_statement_token1] = ACTIONS(1332), + [aux_sym_throw_expression_token1] = ACTIONS(1332), + [aux_sym_while_statement_token1] = ACTIONS(1332), + [aux_sym_while_statement_token2] = ACTIONS(1332), + [aux_sym_do_statement_token1] = ACTIONS(1332), + [aux_sym_for_statement_token1] = ACTIONS(1332), + [aux_sym_for_statement_token2] = ACTIONS(1332), + [aux_sym_foreach_statement_token1] = ACTIONS(1332), + [aux_sym_foreach_statement_token2] = ACTIONS(1332), + [aux_sym_if_statement_token1] = ACTIONS(1332), + [aux_sym_if_statement_token2] = ACTIONS(1332), + [aux_sym_else_if_clause_token1] = ACTIONS(1332), + [aux_sym_else_clause_token1] = ACTIONS(1332), + [aux_sym_match_expression_token1] = ACTIONS(1332), + [aux_sym_match_default_expression_token1] = ACTIONS(1332), + [aux_sym_switch_statement_token1] = ACTIONS(1332), + [aux_sym_switch_block_token1] = ACTIONS(1332), + [anon_sym_PLUS] = ACTIONS(1332), + [anon_sym_DASH] = ACTIONS(1332), + [anon_sym_TILDE] = ACTIONS(1330), + [anon_sym_BANG] = ACTIONS(1330), + [anon_sym_AT] = ACTIONS(1330), + [aux_sym_clone_expression_token1] = ACTIONS(1332), + [aux_sym_print_intrinsic_token1] = ACTIONS(1332), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1332), + [anon_sym_DASH_DASH] = ACTIONS(1330), + [anon_sym_PLUS_PLUS] = ACTIONS(1330), + [aux_sym__list_destructing_token1] = ACTIONS(1332), + [anon_sym_LBRACK] = ACTIONS(1330), + [anon_sym_self] = ACTIONS(1332), + [anon_sym_parent] = ACTIONS(1332), + [aux_sym__argument_name_token1] = ACTIONS(1332), + [aux_sym__argument_name_token2] = ACTIONS(1332), + [anon_sym_POUND_LBRACK] = ACTIONS(1330), + [aux_sym_encapsed_string_token1] = ACTIONS(1330), + [anon_sym_DQUOTE] = ACTIONS(1330), + [aux_sym_string_token1] = ACTIONS(1330), + [anon_sym_SQUOTE] = ACTIONS(1330), + [anon_sym_LT_LT_LT] = ACTIONS(1330), + [anon_sym_BQUOTE] = ACTIONS(1330), + [anon_sym_DOLLAR] = ACTIONS(1330), + [aux_sym_yield_expression_token1] = ACTIONS(1332), + [aux_sym_include_expression_token1] = ACTIONS(1332), + [aux_sym_include_once_expression_token1] = ACTIONS(1332), + [aux_sym_require_expression_token1] = ACTIONS(1332), + [aux_sym_require_once_expression_token1] = ACTIONS(1332), [sym_comment] = ACTIONS(3), }, [499] = { - [ts_builtin_sym_end] = ACTIONS(1312), - [sym_name] = ACTIONS(1314), - [anon_sym_QMARK_GT] = ACTIONS(1312), - [anon_sym_SEMI] = ACTIONS(1312), - [aux_sym_function_static_declaration_token1] = ACTIONS(1314), - [aux_sym_global_declaration_token1] = ACTIONS(1314), - [aux_sym_namespace_definition_token1] = ACTIONS(1314), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1314), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1314), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1314), - [anon_sym_BSLASH] = ACTIONS(1312), - [anon_sym_LBRACE] = ACTIONS(1312), - [anon_sym_RBRACE] = ACTIONS(1312), - [aux_sym_trait_declaration_token1] = ACTIONS(1314), - [aux_sym_interface_declaration_token1] = ACTIONS(1314), - [aux_sym_enum_declaration_token1] = ACTIONS(1314), - [aux_sym_enum_case_token1] = ACTIONS(1314), - [aux_sym_class_declaration_token1] = ACTIONS(1314), - [aux_sym_final_modifier_token1] = ACTIONS(1314), - [aux_sym_abstract_modifier_token1] = ACTIONS(1314), - [aux_sym_readonly_modifier_token1] = ACTIONS(1314), - [sym_var_modifier] = ACTIONS(1314), - [aux_sym_visibility_modifier_token1] = ACTIONS(1314), - [aux_sym_visibility_modifier_token2] = ACTIONS(1314), - [aux_sym_visibility_modifier_token3] = ACTIONS(1314), - [aux_sym__arrow_function_header_token1] = ACTIONS(1314), - [anon_sym_LPAREN] = ACTIONS(1312), - [aux_sym_cast_type_token1] = ACTIONS(1314), - [aux_sym_echo_statement_token1] = ACTIONS(1314), - [aux_sym_exit_statement_token1] = ACTIONS(1314), - [anon_sym_unset] = ACTIONS(1314), - [aux_sym_declare_statement_token1] = ACTIONS(1314), - [aux_sym_declare_statement_token2] = ACTIONS(1314), - [sym_float] = ACTIONS(1314), - [aux_sym_try_statement_token1] = ACTIONS(1314), - [aux_sym_goto_statement_token1] = ACTIONS(1314), - [aux_sym_continue_statement_token1] = ACTIONS(1314), - [aux_sym_break_statement_token1] = ACTIONS(1314), - [sym_integer] = ACTIONS(1314), - [aux_sym_return_statement_token1] = ACTIONS(1314), - [aux_sym_throw_expression_token1] = ACTIONS(1314), - [aux_sym_while_statement_token1] = ACTIONS(1314), - [aux_sym_while_statement_token2] = ACTIONS(1314), - [aux_sym_do_statement_token1] = ACTIONS(1314), - [aux_sym_for_statement_token1] = ACTIONS(1314), - [aux_sym_for_statement_token2] = ACTIONS(1314), - [aux_sym_foreach_statement_token1] = ACTIONS(1314), - [aux_sym_foreach_statement_token2] = ACTIONS(1314), - [aux_sym_if_statement_token1] = ACTIONS(1314), - [aux_sym_if_statement_token2] = ACTIONS(1314), - [aux_sym_else_if_clause_token1] = ACTIONS(1314), - [aux_sym_else_clause_token1] = ACTIONS(1314), - [aux_sym_match_expression_token1] = ACTIONS(1314), - [aux_sym_match_default_expression_token1] = ACTIONS(1314), - [aux_sym_switch_statement_token1] = ACTIONS(1314), - [aux_sym_switch_block_token1] = ACTIONS(1314), - [anon_sym_PLUS] = ACTIONS(1314), - [anon_sym_DASH] = ACTIONS(1314), - [anon_sym_TILDE] = ACTIONS(1312), - [anon_sym_BANG] = ACTIONS(1312), - [anon_sym_AT] = ACTIONS(1312), - [aux_sym_clone_expression_token1] = ACTIONS(1314), - [aux_sym_print_intrinsic_token1] = ACTIONS(1314), - [aux_sym_object_creation_expression_token1] = ACTIONS(1314), - [anon_sym_DASH_DASH] = ACTIONS(1312), - [anon_sym_PLUS_PLUS] = ACTIONS(1312), - [aux_sym__list_destructing_token1] = ACTIONS(1314), - [anon_sym_LBRACK] = ACTIONS(1312), - [anon_sym_self] = ACTIONS(1314), - [anon_sym_parent] = ACTIONS(1314), - [aux_sym__argument_name_token1] = ACTIONS(1314), - [aux_sym__argument_name_token2] = ACTIONS(1314), - [anon_sym_POUND_LBRACK] = ACTIONS(1312), - [aux_sym_encapsed_string_token1] = ACTIONS(1312), - [anon_sym_DQUOTE] = ACTIONS(1312), - [aux_sym_string_token1] = ACTIONS(1312), - [anon_sym_SQUOTE] = ACTIONS(1312), - [anon_sym_LT_LT_LT] = ACTIONS(1312), - [anon_sym_BQUOTE] = ACTIONS(1312), - [anon_sym_DOLLAR] = ACTIONS(1312), - [aux_sym_yield_expression_token1] = ACTIONS(1314), - [aux_sym_include_expression_token1] = ACTIONS(1314), - [aux_sym_include_once_expression_token1] = ACTIONS(1314), - [aux_sym_require_expression_token1] = ACTIONS(1314), - [aux_sym_require_once_expression_token1] = ACTIONS(1314), + [ts_builtin_sym_end] = ACTIONS(1334), + [sym_name] = ACTIONS(1336), + [anon_sym_QMARK_GT] = ACTIONS(1334), + [anon_sym_SEMI] = ACTIONS(1334), + [aux_sym_function_static_declaration_token1] = ACTIONS(1336), + [aux_sym_global_declaration_token1] = ACTIONS(1336), + [aux_sym_namespace_definition_token1] = ACTIONS(1336), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1336), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1336), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1336), + [anon_sym_BSLASH] = ACTIONS(1334), + [anon_sym_LBRACE] = ACTIONS(1334), + [anon_sym_RBRACE] = ACTIONS(1334), + [aux_sym_trait_declaration_token1] = ACTIONS(1336), + [aux_sym_interface_declaration_token1] = ACTIONS(1336), + [aux_sym_enum_declaration_token1] = ACTIONS(1336), + [aux_sym_enum_case_token1] = ACTIONS(1336), + [aux_sym_class_declaration_token1] = ACTIONS(1336), + [aux_sym_final_modifier_token1] = ACTIONS(1336), + [aux_sym_abstract_modifier_token1] = ACTIONS(1336), + [aux_sym_readonly_modifier_token1] = ACTIONS(1336), + [sym_var_modifier] = ACTIONS(1336), + [aux_sym_visibility_modifier_token1] = ACTIONS(1336), + [aux_sym_visibility_modifier_token2] = ACTIONS(1336), + [aux_sym_visibility_modifier_token3] = ACTIONS(1336), + [anon_sym_LPAREN] = ACTIONS(1334), + [aux_sym__arrow_function_header_token1] = ACTIONS(1336), + [aux_sym_cast_type_token1] = ACTIONS(1336), + [aux_sym_echo_statement_token1] = ACTIONS(1336), + [aux_sym_exit_statement_token1] = ACTIONS(1336), + [anon_sym_unset] = ACTIONS(1336), + [aux_sym_declare_statement_token1] = ACTIONS(1336), + [aux_sym_declare_statement_token2] = ACTIONS(1336), + [sym_float] = ACTIONS(1336), + [aux_sym_try_statement_token1] = ACTIONS(1336), + [aux_sym_goto_statement_token1] = ACTIONS(1336), + [aux_sym_continue_statement_token1] = ACTIONS(1336), + [aux_sym_break_statement_token1] = ACTIONS(1336), + [sym_integer] = ACTIONS(1336), + [aux_sym_return_statement_token1] = ACTIONS(1336), + [aux_sym_throw_expression_token1] = ACTIONS(1336), + [aux_sym_while_statement_token1] = ACTIONS(1336), + [aux_sym_while_statement_token2] = ACTIONS(1336), + [aux_sym_do_statement_token1] = ACTIONS(1336), + [aux_sym_for_statement_token1] = ACTIONS(1336), + [aux_sym_for_statement_token2] = ACTIONS(1336), + [aux_sym_foreach_statement_token1] = ACTIONS(1336), + [aux_sym_foreach_statement_token2] = ACTIONS(1336), + [aux_sym_if_statement_token1] = ACTIONS(1336), + [aux_sym_if_statement_token2] = ACTIONS(1336), + [aux_sym_else_if_clause_token1] = ACTIONS(1336), + [aux_sym_else_clause_token1] = ACTIONS(1336), + [aux_sym_match_expression_token1] = ACTIONS(1336), + [aux_sym_match_default_expression_token1] = ACTIONS(1336), + [aux_sym_switch_statement_token1] = ACTIONS(1336), + [aux_sym_switch_block_token1] = ACTIONS(1336), + [anon_sym_PLUS] = ACTIONS(1336), + [anon_sym_DASH] = ACTIONS(1336), + [anon_sym_TILDE] = ACTIONS(1334), + [anon_sym_BANG] = ACTIONS(1334), + [anon_sym_AT] = ACTIONS(1334), + [aux_sym_clone_expression_token1] = ACTIONS(1336), + [aux_sym_print_intrinsic_token1] = ACTIONS(1336), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1336), + [anon_sym_DASH_DASH] = ACTIONS(1334), + [anon_sym_PLUS_PLUS] = ACTIONS(1334), + [aux_sym__list_destructing_token1] = ACTIONS(1336), + [anon_sym_LBRACK] = ACTIONS(1334), + [anon_sym_self] = ACTIONS(1336), + [anon_sym_parent] = ACTIONS(1336), + [aux_sym__argument_name_token1] = ACTIONS(1336), + [aux_sym__argument_name_token2] = ACTIONS(1336), + [anon_sym_POUND_LBRACK] = ACTIONS(1334), + [aux_sym_encapsed_string_token1] = ACTIONS(1334), + [anon_sym_DQUOTE] = ACTIONS(1334), + [aux_sym_string_token1] = ACTIONS(1334), + [anon_sym_SQUOTE] = ACTIONS(1334), + [anon_sym_LT_LT_LT] = ACTIONS(1334), + [anon_sym_BQUOTE] = ACTIONS(1334), + [anon_sym_DOLLAR] = ACTIONS(1334), + [aux_sym_yield_expression_token1] = ACTIONS(1336), + [aux_sym_include_expression_token1] = ACTIONS(1336), + [aux_sym_include_once_expression_token1] = ACTIONS(1336), + [aux_sym_require_expression_token1] = ACTIONS(1336), + [aux_sym_require_once_expression_token1] = ACTIONS(1336), [sym_comment] = ACTIONS(3), }, [500] = { - [ts_builtin_sym_end] = ACTIONS(1316), - [sym_name] = ACTIONS(1318), - [anon_sym_QMARK_GT] = ACTIONS(1316), - [anon_sym_SEMI] = ACTIONS(1316), - [aux_sym_function_static_declaration_token1] = ACTIONS(1318), - [aux_sym_global_declaration_token1] = ACTIONS(1318), - [aux_sym_namespace_definition_token1] = ACTIONS(1318), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1318), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1318), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1318), - [anon_sym_BSLASH] = ACTIONS(1316), - [anon_sym_LBRACE] = ACTIONS(1316), - [anon_sym_RBRACE] = ACTIONS(1316), - [aux_sym_trait_declaration_token1] = ACTIONS(1318), - [aux_sym_interface_declaration_token1] = ACTIONS(1318), - [aux_sym_enum_declaration_token1] = ACTIONS(1318), - [aux_sym_enum_case_token1] = ACTIONS(1318), - [aux_sym_class_declaration_token1] = ACTIONS(1318), - [aux_sym_final_modifier_token1] = ACTIONS(1318), - [aux_sym_abstract_modifier_token1] = ACTIONS(1318), - [aux_sym_readonly_modifier_token1] = ACTIONS(1318), - [sym_var_modifier] = ACTIONS(1318), - [aux_sym_visibility_modifier_token1] = ACTIONS(1318), - [aux_sym_visibility_modifier_token2] = ACTIONS(1318), - [aux_sym_visibility_modifier_token3] = ACTIONS(1318), - [aux_sym__arrow_function_header_token1] = ACTIONS(1318), - [anon_sym_LPAREN] = ACTIONS(1316), - [aux_sym_cast_type_token1] = ACTIONS(1318), - [aux_sym_echo_statement_token1] = ACTIONS(1318), - [aux_sym_exit_statement_token1] = ACTIONS(1318), - [anon_sym_unset] = ACTIONS(1318), - [aux_sym_declare_statement_token1] = ACTIONS(1318), - [aux_sym_declare_statement_token2] = ACTIONS(1318), - [sym_float] = ACTIONS(1318), - [aux_sym_try_statement_token1] = ACTIONS(1318), - [aux_sym_goto_statement_token1] = ACTIONS(1318), - [aux_sym_continue_statement_token1] = ACTIONS(1318), - [aux_sym_break_statement_token1] = ACTIONS(1318), - [sym_integer] = ACTIONS(1318), - [aux_sym_return_statement_token1] = ACTIONS(1318), - [aux_sym_throw_expression_token1] = ACTIONS(1318), - [aux_sym_while_statement_token1] = ACTIONS(1318), - [aux_sym_while_statement_token2] = ACTIONS(1318), - [aux_sym_do_statement_token1] = ACTIONS(1318), - [aux_sym_for_statement_token1] = ACTIONS(1318), - [aux_sym_for_statement_token2] = ACTIONS(1318), - [aux_sym_foreach_statement_token1] = ACTIONS(1318), - [aux_sym_foreach_statement_token2] = ACTIONS(1318), - [aux_sym_if_statement_token1] = ACTIONS(1318), - [aux_sym_if_statement_token2] = ACTIONS(1318), - [aux_sym_else_if_clause_token1] = ACTIONS(1318), - [aux_sym_else_clause_token1] = ACTIONS(1318), - [aux_sym_match_expression_token1] = ACTIONS(1318), - [aux_sym_match_default_expression_token1] = ACTIONS(1318), - [aux_sym_switch_statement_token1] = ACTIONS(1318), - [aux_sym_switch_block_token1] = ACTIONS(1318), - [anon_sym_PLUS] = ACTIONS(1318), - [anon_sym_DASH] = ACTIONS(1318), - [anon_sym_TILDE] = ACTIONS(1316), - [anon_sym_BANG] = ACTIONS(1316), - [anon_sym_AT] = ACTIONS(1316), - [aux_sym_clone_expression_token1] = ACTIONS(1318), - [aux_sym_print_intrinsic_token1] = ACTIONS(1318), - [aux_sym_object_creation_expression_token1] = ACTIONS(1318), - [anon_sym_DASH_DASH] = ACTIONS(1316), - [anon_sym_PLUS_PLUS] = ACTIONS(1316), - [aux_sym__list_destructing_token1] = ACTIONS(1318), - [anon_sym_LBRACK] = ACTIONS(1316), - [anon_sym_self] = ACTIONS(1318), - [anon_sym_parent] = ACTIONS(1318), - [aux_sym__argument_name_token1] = ACTIONS(1318), - [aux_sym__argument_name_token2] = ACTIONS(1318), - [anon_sym_POUND_LBRACK] = ACTIONS(1316), - [aux_sym_encapsed_string_token1] = ACTIONS(1316), - [anon_sym_DQUOTE] = ACTIONS(1316), - [aux_sym_string_token1] = ACTIONS(1316), - [anon_sym_SQUOTE] = ACTIONS(1316), - [anon_sym_LT_LT_LT] = ACTIONS(1316), - [anon_sym_BQUOTE] = ACTIONS(1316), - [anon_sym_DOLLAR] = ACTIONS(1316), - [aux_sym_yield_expression_token1] = ACTIONS(1318), - [aux_sym_include_expression_token1] = ACTIONS(1318), - [aux_sym_include_once_expression_token1] = ACTIONS(1318), - [aux_sym_require_expression_token1] = ACTIONS(1318), - [aux_sym_require_once_expression_token1] = ACTIONS(1318), + [ts_builtin_sym_end] = ACTIONS(1338), + [sym_name] = ACTIONS(1340), + [anon_sym_QMARK_GT] = ACTIONS(1338), + [anon_sym_SEMI] = ACTIONS(1338), + [aux_sym_function_static_declaration_token1] = ACTIONS(1340), + [aux_sym_global_declaration_token1] = ACTIONS(1340), + [aux_sym_namespace_definition_token1] = ACTIONS(1340), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1340), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1340), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1340), + [anon_sym_BSLASH] = ACTIONS(1338), + [anon_sym_LBRACE] = ACTIONS(1338), + [anon_sym_RBRACE] = ACTIONS(1338), + [aux_sym_trait_declaration_token1] = ACTIONS(1340), + [aux_sym_interface_declaration_token1] = ACTIONS(1340), + [aux_sym_enum_declaration_token1] = ACTIONS(1340), + [aux_sym_enum_case_token1] = ACTIONS(1340), + [aux_sym_class_declaration_token1] = ACTIONS(1340), + [aux_sym_final_modifier_token1] = ACTIONS(1340), + [aux_sym_abstract_modifier_token1] = ACTIONS(1340), + [aux_sym_readonly_modifier_token1] = ACTIONS(1340), + [sym_var_modifier] = ACTIONS(1340), + [aux_sym_visibility_modifier_token1] = ACTIONS(1340), + [aux_sym_visibility_modifier_token2] = ACTIONS(1340), + [aux_sym_visibility_modifier_token3] = ACTIONS(1340), + [anon_sym_LPAREN] = ACTIONS(1338), + [aux_sym__arrow_function_header_token1] = ACTIONS(1340), + [aux_sym_cast_type_token1] = ACTIONS(1340), + [aux_sym_echo_statement_token1] = ACTIONS(1340), + [aux_sym_exit_statement_token1] = ACTIONS(1340), + [anon_sym_unset] = ACTIONS(1340), + [aux_sym_declare_statement_token1] = ACTIONS(1340), + [aux_sym_declare_statement_token2] = ACTIONS(1340), + [sym_float] = ACTIONS(1340), + [aux_sym_try_statement_token1] = ACTIONS(1340), + [aux_sym_goto_statement_token1] = ACTIONS(1340), + [aux_sym_continue_statement_token1] = ACTIONS(1340), + [aux_sym_break_statement_token1] = ACTIONS(1340), + [sym_integer] = ACTIONS(1340), + [aux_sym_return_statement_token1] = ACTIONS(1340), + [aux_sym_throw_expression_token1] = ACTIONS(1340), + [aux_sym_while_statement_token1] = ACTIONS(1340), + [aux_sym_while_statement_token2] = ACTIONS(1340), + [aux_sym_do_statement_token1] = ACTIONS(1340), + [aux_sym_for_statement_token1] = ACTIONS(1340), + [aux_sym_for_statement_token2] = ACTIONS(1340), + [aux_sym_foreach_statement_token1] = ACTIONS(1340), + [aux_sym_foreach_statement_token2] = ACTIONS(1340), + [aux_sym_if_statement_token1] = ACTIONS(1340), + [aux_sym_if_statement_token2] = ACTIONS(1340), + [aux_sym_else_if_clause_token1] = ACTIONS(1340), + [aux_sym_else_clause_token1] = ACTIONS(1340), + [aux_sym_match_expression_token1] = ACTIONS(1340), + [aux_sym_match_default_expression_token1] = ACTIONS(1340), + [aux_sym_switch_statement_token1] = ACTIONS(1340), + [aux_sym_switch_block_token1] = ACTIONS(1340), + [anon_sym_PLUS] = ACTIONS(1340), + [anon_sym_DASH] = ACTIONS(1340), + [anon_sym_TILDE] = ACTIONS(1338), + [anon_sym_BANG] = ACTIONS(1338), + [anon_sym_AT] = ACTIONS(1338), + [aux_sym_clone_expression_token1] = ACTIONS(1340), + [aux_sym_print_intrinsic_token1] = ACTIONS(1340), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1340), + [anon_sym_DASH_DASH] = ACTIONS(1338), + [anon_sym_PLUS_PLUS] = ACTIONS(1338), + [aux_sym__list_destructing_token1] = ACTIONS(1340), + [anon_sym_LBRACK] = ACTIONS(1338), + [anon_sym_self] = ACTIONS(1340), + [anon_sym_parent] = ACTIONS(1340), + [aux_sym__argument_name_token1] = ACTIONS(1340), + [aux_sym__argument_name_token2] = ACTIONS(1340), + [anon_sym_POUND_LBRACK] = ACTIONS(1338), + [aux_sym_encapsed_string_token1] = ACTIONS(1338), + [anon_sym_DQUOTE] = ACTIONS(1338), + [aux_sym_string_token1] = ACTIONS(1338), + [anon_sym_SQUOTE] = ACTIONS(1338), + [anon_sym_LT_LT_LT] = ACTIONS(1338), + [anon_sym_BQUOTE] = ACTIONS(1338), + [anon_sym_DOLLAR] = ACTIONS(1338), + [aux_sym_yield_expression_token1] = ACTIONS(1340), + [aux_sym_include_expression_token1] = ACTIONS(1340), + [aux_sym_include_once_expression_token1] = ACTIONS(1340), + [aux_sym_require_expression_token1] = ACTIONS(1340), + [aux_sym_require_once_expression_token1] = ACTIONS(1340), [sym_comment] = ACTIONS(3), }, [501] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__unary_expression] = STATE(963), - [sym_unary_op_expression] = STATE(963), - [sym_error_suppression_expression] = STATE(963), - [sym_clone_expression] = STATE(963), - [sym_primary_expression] = STATE(963), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(963), - [sym_cast_variable] = STATE(588), - [sym_member_access_expression] = STATE(588), - [sym_nullsafe_member_access_expression] = STATE(588), - [sym_scoped_property_access_expression] = STATE(588), - [sym_function_call_expression] = STATE(572), - [sym_scoped_call_expression] = STATE(572), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(572), - [sym_nullsafe_member_call_expression] = STATE(572), - [sym_subscript_expression] = STATE(572), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(572), - [sym_variable_name] = STATE(572), - [sym_include_expression] = STATE(963), - [sym_include_once_expression] = STATE(963), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(673), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [anon_sym_PLUS] = ACTIONS(679), - [anon_sym_DASH] = ACTIONS(679), - [anon_sym_TILDE] = ACTIONS(681), - [anon_sym_BANG] = ACTIONS(681), - [anon_sym_AT] = ACTIONS(683), - [aux_sym_clone_expression_token1] = ACTIONS(685), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(1174), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_include_expression_token1] = ACTIONS(695), - [aux_sym_include_once_expression_token1] = ACTIONS(697), + [ts_builtin_sym_end] = ACTIONS(1342), + [sym_name] = ACTIONS(1344), + [anon_sym_QMARK_GT] = ACTIONS(1342), + [anon_sym_SEMI] = ACTIONS(1342), + [aux_sym_function_static_declaration_token1] = ACTIONS(1344), + [aux_sym_global_declaration_token1] = ACTIONS(1344), + [aux_sym_namespace_definition_token1] = ACTIONS(1344), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1344), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1344), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1344), + [anon_sym_BSLASH] = ACTIONS(1342), + [anon_sym_LBRACE] = ACTIONS(1342), + [anon_sym_RBRACE] = ACTIONS(1342), + [aux_sym_trait_declaration_token1] = ACTIONS(1344), + [aux_sym_interface_declaration_token1] = ACTIONS(1344), + [aux_sym_enum_declaration_token1] = ACTIONS(1344), + [aux_sym_enum_case_token1] = ACTIONS(1344), + [aux_sym_class_declaration_token1] = ACTIONS(1344), + [aux_sym_final_modifier_token1] = ACTIONS(1344), + [aux_sym_abstract_modifier_token1] = ACTIONS(1344), + [aux_sym_readonly_modifier_token1] = ACTIONS(1344), + [sym_var_modifier] = ACTIONS(1344), + [aux_sym_visibility_modifier_token1] = ACTIONS(1344), + [aux_sym_visibility_modifier_token2] = ACTIONS(1344), + [aux_sym_visibility_modifier_token3] = ACTIONS(1344), + [anon_sym_LPAREN] = ACTIONS(1342), + [aux_sym__arrow_function_header_token1] = ACTIONS(1344), + [aux_sym_cast_type_token1] = ACTIONS(1344), + [aux_sym_echo_statement_token1] = ACTIONS(1344), + [aux_sym_exit_statement_token1] = ACTIONS(1344), + [anon_sym_unset] = ACTIONS(1344), + [aux_sym_declare_statement_token1] = ACTIONS(1344), + [aux_sym_declare_statement_token2] = ACTIONS(1344), + [sym_float] = ACTIONS(1344), + [aux_sym_try_statement_token1] = ACTIONS(1344), + [aux_sym_goto_statement_token1] = ACTIONS(1344), + [aux_sym_continue_statement_token1] = ACTIONS(1344), + [aux_sym_break_statement_token1] = ACTIONS(1344), + [sym_integer] = ACTIONS(1344), + [aux_sym_return_statement_token1] = ACTIONS(1344), + [aux_sym_throw_expression_token1] = ACTIONS(1344), + [aux_sym_while_statement_token1] = ACTIONS(1344), + [aux_sym_while_statement_token2] = ACTIONS(1344), + [aux_sym_do_statement_token1] = ACTIONS(1344), + [aux_sym_for_statement_token1] = ACTIONS(1344), + [aux_sym_for_statement_token2] = ACTIONS(1344), + [aux_sym_foreach_statement_token1] = ACTIONS(1344), + [aux_sym_foreach_statement_token2] = ACTIONS(1344), + [aux_sym_if_statement_token1] = ACTIONS(1344), + [aux_sym_if_statement_token2] = ACTIONS(1344), + [aux_sym_else_if_clause_token1] = ACTIONS(1344), + [aux_sym_else_clause_token1] = ACTIONS(1344), + [aux_sym_match_expression_token1] = ACTIONS(1344), + [aux_sym_match_default_expression_token1] = ACTIONS(1344), + [aux_sym_switch_statement_token1] = ACTIONS(1344), + [aux_sym_switch_block_token1] = ACTIONS(1344), + [anon_sym_PLUS] = ACTIONS(1344), + [anon_sym_DASH] = ACTIONS(1344), + [anon_sym_TILDE] = ACTIONS(1342), + [anon_sym_BANG] = ACTIONS(1342), + [anon_sym_AT] = ACTIONS(1342), + [aux_sym_clone_expression_token1] = ACTIONS(1344), + [aux_sym_print_intrinsic_token1] = ACTIONS(1344), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1344), + [anon_sym_DASH_DASH] = ACTIONS(1342), + [anon_sym_PLUS_PLUS] = ACTIONS(1342), + [aux_sym__list_destructing_token1] = ACTIONS(1344), + [anon_sym_LBRACK] = ACTIONS(1342), + [anon_sym_self] = ACTIONS(1344), + [anon_sym_parent] = ACTIONS(1344), + [aux_sym__argument_name_token1] = ACTIONS(1344), + [aux_sym__argument_name_token2] = ACTIONS(1344), + [anon_sym_POUND_LBRACK] = ACTIONS(1342), + [aux_sym_encapsed_string_token1] = ACTIONS(1342), + [anon_sym_DQUOTE] = ACTIONS(1342), + [aux_sym_string_token1] = ACTIONS(1342), + [anon_sym_SQUOTE] = ACTIONS(1342), + [anon_sym_LT_LT_LT] = ACTIONS(1342), + [anon_sym_BQUOTE] = ACTIONS(1342), + [anon_sym_DOLLAR] = ACTIONS(1342), + [aux_sym_yield_expression_token1] = ACTIONS(1344), + [aux_sym_include_expression_token1] = ACTIONS(1344), + [aux_sym_include_once_expression_token1] = ACTIONS(1344), + [aux_sym_require_expression_token1] = ACTIONS(1344), + [aux_sym_require_once_expression_token1] = ACTIONS(1344), [sym_comment] = ACTIONS(3), }, [502] = { - [ts_builtin_sym_end] = ACTIONS(1320), - [sym_name] = ACTIONS(1322), - [anon_sym_QMARK_GT] = ACTIONS(1320), - [anon_sym_SEMI] = ACTIONS(1320), - [aux_sym_function_static_declaration_token1] = ACTIONS(1322), - [aux_sym_global_declaration_token1] = ACTIONS(1322), - [aux_sym_namespace_definition_token1] = ACTIONS(1322), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1322), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1322), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1322), - [anon_sym_BSLASH] = ACTIONS(1320), - [anon_sym_LBRACE] = ACTIONS(1320), - [anon_sym_RBRACE] = ACTIONS(1320), - [aux_sym_trait_declaration_token1] = ACTIONS(1322), - [aux_sym_interface_declaration_token1] = ACTIONS(1322), - [aux_sym_enum_declaration_token1] = ACTIONS(1322), - [aux_sym_enum_case_token1] = ACTIONS(1322), - [aux_sym_class_declaration_token1] = ACTIONS(1322), - [aux_sym_final_modifier_token1] = ACTIONS(1322), - [aux_sym_abstract_modifier_token1] = ACTIONS(1322), - [aux_sym_readonly_modifier_token1] = ACTIONS(1322), - [sym_var_modifier] = ACTIONS(1322), - [aux_sym_visibility_modifier_token1] = ACTIONS(1322), - [aux_sym_visibility_modifier_token2] = ACTIONS(1322), - [aux_sym_visibility_modifier_token3] = ACTIONS(1322), - [aux_sym__arrow_function_header_token1] = ACTIONS(1322), - [anon_sym_LPAREN] = ACTIONS(1320), - [aux_sym_cast_type_token1] = ACTIONS(1322), - [aux_sym_echo_statement_token1] = ACTIONS(1322), - [aux_sym_exit_statement_token1] = ACTIONS(1322), - [anon_sym_unset] = ACTIONS(1322), - [aux_sym_declare_statement_token1] = ACTIONS(1322), - [aux_sym_declare_statement_token2] = ACTIONS(1322), - [sym_float] = ACTIONS(1322), - [aux_sym_try_statement_token1] = ACTIONS(1322), - [aux_sym_goto_statement_token1] = ACTIONS(1322), - [aux_sym_continue_statement_token1] = ACTIONS(1322), - [aux_sym_break_statement_token1] = ACTIONS(1322), - [sym_integer] = ACTIONS(1322), - [aux_sym_return_statement_token1] = ACTIONS(1322), - [aux_sym_throw_expression_token1] = ACTIONS(1322), - [aux_sym_while_statement_token1] = ACTIONS(1322), - [aux_sym_while_statement_token2] = ACTIONS(1322), - [aux_sym_do_statement_token1] = ACTIONS(1322), - [aux_sym_for_statement_token1] = ACTIONS(1322), - [aux_sym_for_statement_token2] = ACTIONS(1322), - [aux_sym_foreach_statement_token1] = ACTIONS(1322), - [aux_sym_foreach_statement_token2] = ACTIONS(1322), - [aux_sym_if_statement_token1] = ACTIONS(1322), - [aux_sym_if_statement_token2] = ACTIONS(1322), - [aux_sym_else_if_clause_token1] = ACTIONS(1322), - [aux_sym_else_clause_token1] = ACTIONS(1322), - [aux_sym_match_expression_token1] = ACTIONS(1322), - [aux_sym_match_default_expression_token1] = ACTIONS(1322), - [aux_sym_switch_statement_token1] = ACTIONS(1322), - [aux_sym_switch_block_token1] = ACTIONS(1322), - [anon_sym_PLUS] = ACTIONS(1322), - [anon_sym_DASH] = ACTIONS(1322), - [anon_sym_TILDE] = ACTIONS(1320), - [anon_sym_BANG] = ACTIONS(1320), - [anon_sym_AT] = ACTIONS(1320), - [aux_sym_clone_expression_token1] = ACTIONS(1322), - [aux_sym_print_intrinsic_token1] = ACTIONS(1322), - [aux_sym_object_creation_expression_token1] = ACTIONS(1322), - [anon_sym_DASH_DASH] = ACTIONS(1320), - [anon_sym_PLUS_PLUS] = ACTIONS(1320), - [aux_sym__list_destructing_token1] = ACTIONS(1322), - [anon_sym_LBRACK] = ACTIONS(1320), - [anon_sym_self] = ACTIONS(1322), - [anon_sym_parent] = ACTIONS(1322), - [aux_sym__argument_name_token1] = ACTIONS(1322), - [aux_sym__argument_name_token2] = ACTIONS(1322), - [anon_sym_POUND_LBRACK] = ACTIONS(1320), - [aux_sym_encapsed_string_token1] = ACTIONS(1320), - [anon_sym_DQUOTE] = ACTIONS(1320), - [aux_sym_string_token1] = ACTIONS(1320), - [anon_sym_SQUOTE] = ACTIONS(1320), - [anon_sym_LT_LT_LT] = ACTIONS(1320), - [anon_sym_BQUOTE] = ACTIONS(1320), - [anon_sym_DOLLAR] = ACTIONS(1320), - [aux_sym_yield_expression_token1] = ACTIONS(1322), - [aux_sym_include_expression_token1] = ACTIONS(1322), - [aux_sym_include_once_expression_token1] = ACTIONS(1322), - [aux_sym_require_expression_token1] = ACTIONS(1322), - [aux_sym_require_once_expression_token1] = ACTIONS(1322), + [ts_builtin_sym_end] = ACTIONS(1346), + [sym_name] = ACTIONS(1348), + [anon_sym_QMARK_GT] = ACTIONS(1346), + [anon_sym_SEMI] = ACTIONS(1346), + [aux_sym_function_static_declaration_token1] = ACTIONS(1348), + [aux_sym_global_declaration_token1] = ACTIONS(1348), + [aux_sym_namespace_definition_token1] = ACTIONS(1348), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1348), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1348), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1348), + [anon_sym_BSLASH] = ACTIONS(1346), + [anon_sym_LBRACE] = ACTIONS(1346), + [anon_sym_RBRACE] = ACTIONS(1346), + [aux_sym_trait_declaration_token1] = ACTIONS(1348), + [aux_sym_interface_declaration_token1] = ACTIONS(1348), + [aux_sym_enum_declaration_token1] = ACTIONS(1348), + [aux_sym_enum_case_token1] = ACTIONS(1348), + [aux_sym_class_declaration_token1] = ACTIONS(1348), + [aux_sym_final_modifier_token1] = ACTIONS(1348), + [aux_sym_abstract_modifier_token1] = ACTIONS(1348), + [aux_sym_readonly_modifier_token1] = ACTIONS(1348), + [sym_var_modifier] = ACTIONS(1348), + [aux_sym_visibility_modifier_token1] = ACTIONS(1348), + [aux_sym_visibility_modifier_token2] = ACTIONS(1348), + [aux_sym_visibility_modifier_token3] = ACTIONS(1348), + [anon_sym_LPAREN] = ACTIONS(1346), + [aux_sym__arrow_function_header_token1] = ACTIONS(1348), + [aux_sym_cast_type_token1] = ACTIONS(1348), + [aux_sym_echo_statement_token1] = ACTIONS(1348), + [aux_sym_exit_statement_token1] = ACTIONS(1348), + [anon_sym_unset] = ACTIONS(1348), + [aux_sym_declare_statement_token1] = ACTIONS(1348), + [aux_sym_declare_statement_token2] = ACTIONS(1348), + [sym_float] = ACTIONS(1348), + [aux_sym_try_statement_token1] = ACTIONS(1348), + [aux_sym_goto_statement_token1] = ACTIONS(1348), + [aux_sym_continue_statement_token1] = ACTIONS(1348), + [aux_sym_break_statement_token1] = ACTIONS(1348), + [sym_integer] = ACTIONS(1348), + [aux_sym_return_statement_token1] = ACTIONS(1348), + [aux_sym_throw_expression_token1] = ACTIONS(1348), + [aux_sym_while_statement_token1] = ACTIONS(1348), + [aux_sym_while_statement_token2] = ACTIONS(1348), + [aux_sym_do_statement_token1] = ACTIONS(1348), + [aux_sym_for_statement_token1] = ACTIONS(1348), + [aux_sym_for_statement_token2] = ACTIONS(1348), + [aux_sym_foreach_statement_token1] = ACTIONS(1348), + [aux_sym_foreach_statement_token2] = ACTIONS(1348), + [aux_sym_if_statement_token1] = ACTIONS(1348), + [aux_sym_if_statement_token2] = ACTIONS(1348), + [aux_sym_else_if_clause_token1] = ACTIONS(1348), + [aux_sym_else_clause_token1] = ACTIONS(1348), + [aux_sym_match_expression_token1] = ACTIONS(1348), + [aux_sym_match_default_expression_token1] = ACTIONS(1348), + [aux_sym_switch_statement_token1] = ACTIONS(1348), + [aux_sym_switch_block_token1] = ACTIONS(1348), + [anon_sym_PLUS] = ACTIONS(1348), + [anon_sym_DASH] = ACTIONS(1348), + [anon_sym_TILDE] = ACTIONS(1346), + [anon_sym_BANG] = ACTIONS(1346), + [anon_sym_AT] = ACTIONS(1346), + [aux_sym_clone_expression_token1] = ACTIONS(1348), + [aux_sym_print_intrinsic_token1] = ACTIONS(1348), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1348), + [anon_sym_DASH_DASH] = ACTIONS(1346), + [anon_sym_PLUS_PLUS] = ACTIONS(1346), + [aux_sym__list_destructing_token1] = ACTIONS(1348), + [anon_sym_LBRACK] = ACTIONS(1346), + [anon_sym_self] = ACTIONS(1348), + [anon_sym_parent] = ACTIONS(1348), + [aux_sym__argument_name_token1] = ACTIONS(1348), + [aux_sym__argument_name_token2] = ACTIONS(1348), + [anon_sym_POUND_LBRACK] = ACTIONS(1346), + [aux_sym_encapsed_string_token1] = ACTIONS(1346), + [anon_sym_DQUOTE] = ACTIONS(1346), + [aux_sym_string_token1] = ACTIONS(1346), + [anon_sym_SQUOTE] = ACTIONS(1346), + [anon_sym_LT_LT_LT] = ACTIONS(1346), + [anon_sym_BQUOTE] = ACTIONS(1346), + [anon_sym_DOLLAR] = ACTIONS(1346), + [aux_sym_yield_expression_token1] = ACTIONS(1348), + [aux_sym_include_expression_token1] = ACTIONS(1348), + [aux_sym_include_once_expression_token1] = ACTIONS(1348), + [aux_sym_require_expression_token1] = ACTIONS(1348), + [aux_sym_require_once_expression_token1] = ACTIONS(1348), [sym_comment] = ACTIONS(3), }, [503] = { - [ts_builtin_sym_end] = ACTIONS(1324), - [sym_name] = ACTIONS(1326), - [anon_sym_QMARK_GT] = ACTIONS(1324), - [anon_sym_SEMI] = ACTIONS(1324), - [aux_sym_function_static_declaration_token1] = ACTIONS(1326), - [aux_sym_global_declaration_token1] = ACTIONS(1326), - [aux_sym_namespace_definition_token1] = ACTIONS(1326), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1326), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1326), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1326), - [anon_sym_BSLASH] = ACTIONS(1324), - [anon_sym_LBRACE] = ACTIONS(1324), - [anon_sym_RBRACE] = ACTIONS(1324), - [aux_sym_trait_declaration_token1] = ACTIONS(1326), - [aux_sym_interface_declaration_token1] = ACTIONS(1326), - [aux_sym_enum_declaration_token1] = ACTIONS(1326), - [aux_sym_enum_case_token1] = ACTIONS(1326), - [aux_sym_class_declaration_token1] = ACTIONS(1326), - [aux_sym_final_modifier_token1] = ACTIONS(1326), - [aux_sym_abstract_modifier_token1] = ACTIONS(1326), - [aux_sym_readonly_modifier_token1] = ACTIONS(1326), - [sym_var_modifier] = ACTIONS(1326), - [aux_sym_visibility_modifier_token1] = ACTIONS(1326), - [aux_sym_visibility_modifier_token2] = ACTIONS(1326), - [aux_sym_visibility_modifier_token3] = ACTIONS(1326), - [aux_sym__arrow_function_header_token1] = ACTIONS(1326), - [anon_sym_LPAREN] = ACTIONS(1324), - [aux_sym_cast_type_token1] = ACTIONS(1326), - [aux_sym_echo_statement_token1] = ACTIONS(1326), - [aux_sym_exit_statement_token1] = ACTIONS(1326), - [anon_sym_unset] = ACTIONS(1326), - [aux_sym_declare_statement_token1] = ACTIONS(1326), - [aux_sym_declare_statement_token2] = ACTIONS(1326), - [sym_float] = ACTIONS(1326), - [aux_sym_try_statement_token1] = ACTIONS(1326), - [aux_sym_goto_statement_token1] = ACTIONS(1326), - [aux_sym_continue_statement_token1] = ACTIONS(1326), - [aux_sym_break_statement_token1] = ACTIONS(1326), - [sym_integer] = ACTIONS(1326), - [aux_sym_return_statement_token1] = ACTIONS(1326), - [aux_sym_throw_expression_token1] = ACTIONS(1326), - [aux_sym_while_statement_token1] = ACTIONS(1326), - [aux_sym_while_statement_token2] = ACTIONS(1326), - [aux_sym_do_statement_token1] = ACTIONS(1326), - [aux_sym_for_statement_token1] = ACTIONS(1326), - [aux_sym_for_statement_token2] = ACTIONS(1326), - [aux_sym_foreach_statement_token1] = ACTIONS(1326), - [aux_sym_foreach_statement_token2] = ACTIONS(1326), - [aux_sym_if_statement_token1] = ACTIONS(1326), - [aux_sym_if_statement_token2] = ACTIONS(1326), - [aux_sym_else_if_clause_token1] = ACTIONS(1326), - [aux_sym_else_clause_token1] = ACTIONS(1326), - [aux_sym_match_expression_token1] = ACTIONS(1326), - [aux_sym_match_default_expression_token1] = ACTIONS(1326), - [aux_sym_switch_statement_token1] = ACTIONS(1326), - [aux_sym_switch_block_token1] = ACTIONS(1326), - [anon_sym_PLUS] = ACTIONS(1326), - [anon_sym_DASH] = ACTIONS(1326), - [anon_sym_TILDE] = ACTIONS(1324), - [anon_sym_BANG] = ACTIONS(1324), - [anon_sym_AT] = ACTIONS(1324), - [aux_sym_clone_expression_token1] = ACTIONS(1326), - [aux_sym_print_intrinsic_token1] = ACTIONS(1326), - [aux_sym_object_creation_expression_token1] = ACTIONS(1326), - [anon_sym_DASH_DASH] = ACTIONS(1324), - [anon_sym_PLUS_PLUS] = ACTIONS(1324), - [aux_sym__list_destructing_token1] = ACTIONS(1326), - [anon_sym_LBRACK] = ACTIONS(1324), - [anon_sym_self] = ACTIONS(1326), - [anon_sym_parent] = ACTIONS(1326), - [aux_sym__argument_name_token1] = ACTIONS(1326), - [aux_sym__argument_name_token2] = ACTIONS(1326), - [anon_sym_POUND_LBRACK] = ACTIONS(1324), - [aux_sym_encapsed_string_token1] = ACTIONS(1324), - [anon_sym_DQUOTE] = ACTIONS(1324), - [aux_sym_string_token1] = ACTIONS(1324), - [anon_sym_SQUOTE] = ACTIONS(1324), - [anon_sym_LT_LT_LT] = ACTIONS(1324), - [anon_sym_BQUOTE] = ACTIONS(1324), - [anon_sym_DOLLAR] = ACTIONS(1324), - [aux_sym_yield_expression_token1] = ACTIONS(1326), - [aux_sym_include_expression_token1] = ACTIONS(1326), - [aux_sym_include_once_expression_token1] = ACTIONS(1326), - [aux_sym_require_expression_token1] = ACTIONS(1326), - [aux_sym_require_once_expression_token1] = ACTIONS(1326), + [ts_builtin_sym_end] = ACTIONS(1350), + [sym_name] = ACTIONS(1352), + [anon_sym_QMARK_GT] = ACTIONS(1350), + [anon_sym_SEMI] = ACTIONS(1350), + [aux_sym_function_static_declaration_token1] = ACTIONS(1352), + [aux_sym_global_declaration_token1] = ACTIONS(1352), + [aux_sym_namespace_definition_token1] = ACTIONS(1352), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1352), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1352), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1352), + [anon_sym_BSLASH] = ACTIONS(1350), + [anon_sym_LBRACE] = ACTIONS(1350), + [anon_sym_RBRACE] = ACTIONS(1350), + [aux_sym_trait_declaration_token1] = ACTIONS(1352), + [aux_sym_interface_declaration_token1] = ACTIONS(1352), + [aux_sym_enum_declaration_token1] = ACTIONS(1352), + [aux_sym_enum_case_token1] = ACTIONS(1352), + [aux_sym_class_declaration_token1] = ACTIONS(1352), + [aux_sym_final_modifier_token1] = ACTIONS(1352), + [aux_sym_abstract_modifier_token1] = ACTIONS(1352), + [aux_sym_readonly_modifier_token1] = ACTIONS(1352), + [sym_var_modifier] = ACTIONS(1352), + [aux_sym_visibility_modifier_token1] = ACTIONS(1352), + [aux_sym_visibility_modifier_token2] = ACTIONS(1352), + [aux_sym_visibility_modifier_token3] = ACTIONS(1352), + [anon_sym_LPAREN] = ACTIONS(1350), + [aux_sym__arrow_function_header_token1] = ACTIONS(1352), + [aux_sym_cast_type_token1] = ACTIONS(1352), + [aux_sym_echo_statement_token1] = ACTIONS(1352), + [aux_sym_exit_statement_token1] = ACTIONS(1352), + [anon_sym_unset] = ACTIONS(1352), + [aux_sym_declare_statement_token1] = ACTIONS(1352), + [aux_sym_declare_statement_token2] = ACTIONS(1352), + [sym_float] = ACTIONS(1352), + [aux_sym_try_statement_token1] = ACTIONS(1352), + [aux_sym_goto_statement_token1] = ACTIONS(1352), + [aux_sym_continue_statement_token1] = ACTIONS(1352), + [aux_sym_break_statement_token1] = ACTIONS(1352), + [sym_integer] = ACTIONS(1352), + [aux_sym_return_statement_token1] = ACTIONS(1352), + [aux_sym_throw_expression_token1] = ACTIONS(1352), + [aux_sym_while_statement_token1] = ACTIONS(1352), + [aux_sym_while_statement_token2] = ACTIONS(1352), + [aux_sym_do_statement_token1] = ACTIONS(1352), + [aux_sym_for_statement_token1] = ACTIONS(1352), + [aux_sym_for_statement_token2] = ACTIONS(1352), + [aux_sym_foreach_statement_token1] = ACTIONS(1352), + [aux_sym_foreach_statement_token2] = ACTIONS(1352), + [aux_sym_if_statement_token1] = ACTIONS(1352), + [aux_sym_if_statement_token2] = ACTIONS(1352), + [aux_sym_else_if_clause_token1] = ACTIONS(1352), + [aux_sym_else_clause_token1] = ACTIONS(1352), + [aux_sym_match_expression_token1] = ACTIONS(1352), + [aux_sym_match_default_expression_token1] = ACTIONS(1352), + [aux_sym_switch_statement_token1] = ACTIONS(1352), + [aux_sym_switch_block_token1] = ACTIONS(1352), + [anon_sym_PLUS] = ACTIONS(1352), + [anon_sym_DASH] = ACTIONS(1352), + [anon_sym_TILDE] = ACTIONS(1350), + [anon_sym_BANG] = ACTIONS(1350), + [anon_sym_AT] = ACTIONS(1350), + [aux_sym_clone_expression_token1] = ACTIONS(1352), + [aux_sym_print_intrinsic_token1] = ACTIONS(1352), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1352), + [anon_sym_DASH_DASH] = ACTIONS(1350), + [anon_sym_PLUS_PLUS] = ACTIONS(1350), + [aux_sym__list_destructing_token1] = ACTIONS(1352), + [anon_sym_LBRACK] = ACTIONS(1350), + [anon_sym_self] = ACTIONS(1352), + [anon_sym_parent] = ACTIONS(1352), + [aux_sym__argument_name_token1] = ACTIONS(1352), + [aux_sym__argument_name_token2] = ACTIONS(1352), + [anon_sym_POUND_LBRACK] = ACTIONS(1350), + [aux_sym_encapsed_string_token1] = ACTIONS(1350), + [anon_sym_DQUOTE] = ACTIONS(1350), + [aux_sym_string_token1] = ACTIONS(1350), + [anon_sym_SQUOTE] = ACTIONS(1350), + [anon_sym_LT_LT_LT] = ACTIONS(1350), + [anon_sym_BQUOTE] = ACTIONS(1350), + [anon_sym_DOLLAR] = ACTIONS(1350), + [aux_sym_yield_expression_token1] = ACTIONS(1352), + [aux_sym_include_expression_token1] = ACTIONS(1352), + [aux_sym_include_once_expression_token1] = ACTIONS(1352), + [aux_sym_require_expression_token1] = ACTIONS(1352), + [aux_sym_require_once_expression_token1] = ACTIONS(1352), [sym_comment] = ACTIONS(3), }, [504] = { - [ts_builtin_sym_end] = ACTIONS(1328), - [sym_name] = ACTIONS(1330), - [anon_sym_QMARK_GT] = ACTIONS(1328), - [anon_sym_SEMI] = ACTIONS(1328), - [aux_sym_function_static_declaration_token1] = ACTIONS(1330), - [aux_sym_global_declaration_token1] = ACTIONS(1330), - [aux_sym_namespace_definition_token1] = ACTIONS(1330), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1330), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1330), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1330), - [anon_sym_BSLASH] = ACTIONS(1328), - [anon_sym_LBRACE] = ACTIONS(1328), - [anon_sym_RBRACE] = ACTIONS(1328), - [aux_sym_trait_declaration_token1] = ACTIONS(1330), - [aux_sym_interface_declaration_token1] = ACTIONS(1330), - [aux_sym_enum_declaration_token1] = ACTIONS(1330), - [aux_sym_enum_case_token1] = ACTIONS(1330), - [aux_sym_class_declaration_token1] = ACTIONS(1330), - [aux_sym_final_modifier_token1] = ACTIONS(1330), - [aux_sym_abstract_modifier_token1] = ACTIONS(1330), - [aux_sym_readonly_modifier_token1] = ACTIONS(1330), - [sym_var_modifier] = ACTIONS(1330), - [aux_sym_visibility_modifier_token1] = ACTIONS(1330), - [aux_sym_visibility_modifier_token2] = ACTIONS(1330), - [aux_sym_visibility_modifier_token3] = ACTIONS(1330), - [aux_sym__arrow_function_header_token1] = ACTIONS(1330), - [anon_sym_LPAREN] = ACTIONS(1328), - [aux_sym_cast_type_token1] = ACTIONS(1330), - [aux_sym_echo_statement_token1] = ACTIONS(1330), - [aux_sym_exit_statement_token1] = ACTIONS(1330), - [anon_sym_unset] = ACTIONS(1330), - [aux_sym_declare_statement_token1] = ACTIONS(1330), - [aux_sym_declare_statement_token2] = ACTIONS(1330), - [sym_float] = ACTIONS(1330), - [aux_sym_try_statement_token1] = ACTIONS(1330), - [aux_sym_goto_statement_token1] = ACTIONS(1330), - [aux_sym_continue_statement_token1] = ACTIONS(1330), - [aux_sym_break_statement_token1] = ACTIONS(1330), - [sym_integer] = ACTIONS(1330), - [aux_sym_return_statement_token1] = ACTIONS(1330), - [aux_sym_throw_expression_token1] = ACTIONS(1330), - [aux_sym_while_statement_token1] = ACTIONS(1330), - [aux_sym_while_statement_token2] = ACTIONS(1330), - [aux_sym_do_statement_token1] = ACTIONS(1330), - [aux_sym_for_statement_token1] = ACTIONS(1330), - [aux_sym_for_statement_token2] = ACTIONS(1330), - [aux_sym_foreach_statement_token1] = ACTIONS(1330), - [aux_sym_foreach_statement_token2] = ACTIONS(1330), - [aux_sym_if_statement_token1] = ACTIONS(1330), - [aux_sym_if_statement_token2] = ACTIONS(1330), - [aux_sym_else_if_clause_token1] = ACTIONS(1330), - [aux_sym_else_clause_token1] = ACTIONS(1330), - [aux_sym_match_expression_token1] = ACTIONS(1330), - [aux_sym_match_default_expression_token1] = ACTIONS(1330), - [aux_sym_switch_statement_token1] = ACTIONS(1330), - [aux_sym_switch_block_token1] = ACTIONS(1330), - [anon_sym_PLUS] = ACTIONS(1330), - [anon_sym_DASH] = ACTIONS(1330), - [anon_sym_TILDE] = ACTIONS(1328), - [anon_sym_BANG] = ACTIONS(1328), - [anon_sym_AT] = ACTIONS(1328), - [aux_sym_clone_expression_token1] = ACTIONS(1330), - [aux_sym_print_intrinsic_token1] = ACTIONS(1330), - [aux_sym_object_creation_expression_token1] = ACTIONS(1330), - [anon_sym_DASH_DASH] = ACTIONS(1328), - [anon_sym_PLUS_PLUS] = ACTIONS(1328), - [aux_sym__list_destructing_token1] = ACTIONS(1330), - [anon_sym_LBRACK] = ACTIONS(1328), - [anon_sym_self] = ACTIONS(1330), - [anon_sym_parent] = ACTIONS(1330), - [aux_sym__argument_name_token1] = ACTIONS(1330), - [aux_sym__argument_name_token2] = ACTIONS(1330), - [anon_sym_POUND_LBRACK] = ACTIONS(1328), - [aux_sym_encapsed_string_token1] = ACTIONS(1328), - [anon_sym_DQUOTE] = ACTIONS(1328), - [aux_sym_string_token1] = ACTIONS(1328), - [anon_sym_SQUOTE] = ACTIONS(1328), - [anon_sym_LT_LT_LT] = ACTIONS(1328), - [anon_sym_BQUOTE] = ACTIONS(1328), - [anon_sym_DOLLAR] = ACTIONS(1328), - [aux_sym_yield_expression_token1] = ACTIONS(1330), - [aux_sym_include_expression_token1] = ACTIONS(1330), - [aux_sym_include_once_expression_token1] = ACTIONS(1330), - [aux_sym_require_expression_token1] = ACTIONS(1330), - [aux_sym_require_once_expression_token1] = ACTIONS(1330), + [ts_builtin_sym_end] = ACTIONS(1354), + [sym_name] = ACTIONS(1356), + [anon_sym_QMARK_GT] = ACTIONS(1354), + [anon_sym_SEMI] = ACTIONS(1354), + [aux_sym_function_static_declaration_token1] = ACTIONS(1356), + [aux_sym_global_declaration_token1] = ACTIONS(1356), + [aux_sym_namespace_definition_token1] = ACTIONS(1356), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1356), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1356), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1356), + [anon_sym_BSLASH] = ACTIONS(1354), + [anon_sym_LBRACE] = ACTIONS(1354), + [anon_sym_RBRACE] = ACTIONS(1354), + [aux_sym_trait_declaration_token1] = ACTIONS(1356), + [aux_sym_interface_declaration_token1] = ACTIONS(1356), + [aux_sym_enum_declaration_token1] = ACTIONS(1356), + [aux_sym_enum_case_token1] = ACTIONS(1356), + [aux_sym_class_declaration_token1] = ACTIONS(1356), + [aux_sym_final_modifier_token1] = ACTIONS(1356), + [aux_sym_abstract_modifier_token1] = ACTIONS(1356), + [aux_sym_readonly_modifier_token1] = ACTIONS(1356), + [sym_var_modifier] = ACTIONS(1356), + [aux_sym_visibility_modifier_token1] = ACTIONS(1356), + [aux_sym_visibility_modifier_token2] = ACTIONS(1356), + [aux_sym_visibility_modifier_token3] = ACTIONS(1356), + [anon_sym_LPAREN] = ACTIONS(1354), + [aux_sym__arrow_function_header_token1] = ACTIONS(1356), + [aux_sym_cast_type_token1] = ACTIONS(1356), + [aux_sym_echo_statement_token1] = ACTIONS(1356), + [aux_sym_exit_statement_token1] = ACTIONS(1356), + [anon_sym_unset] = ACTIONS(1356), + [aux_sym_declare_statement_token1] = ACTIONS(1356), + [aux_sym_declare_statement_token2] = ACTIONS(1356), + [sym_float] = ACTIONS(1356), + [aux_sym_try_statement_token1] = ACTIONS(1356), + [aux_sym_goto_statement_token1] = ACTIONS(1356), + [aux_sym_continue_statement_token1] = ACTIONS(1356), + [aux_sym_break_statement_token1] = ACTIONS(1356), + [sym_integer] = ACTIONS(1356), + [aux_sym_return_statement_token1] = ACTIONS(1356), + [aux_sym_throw_expression_token1] = ACTIONS(1356), + [aux_sym_while_statement_token1] = ACTIONS(1356), + [aux_sym_while_statement_token2] = ACTIONS(1356), + [aux_sym_do_statement_token1] = ACTIONS(1356), + [aux_sym_for_statement_token1] = ACTIONS(1356), + [aux_sym_for_statement_token2] = ACTIONS(1356), + [aux_sym_foreach_statement_token1] = ACTIONS(1356), + [aux_sym_foreach_statement_token2] = ACTIONS(1356), + [aux_sym_if_statement_token1] = ACTIONS(1356), + [aux_sym_if_statement_token2] = ACTIONS(1356), + [aux_sym_else_if_clause_token1] = ACTIONS(1356), + [aux_sym_else_clause_token1] = ACTIONS(1356), + [aux_sym_match_expression_token1] = ACTIONS(1356), + [aux_sym_match_default_expression_token1] = ACTIONS(1356), + [aux_sym_switch_statement_token1] = ACTIONS(1356), + [aux_sym_switch_block_token1] = ACTIONS(1356), + [anon_sym_PLUS] = ACTIONS(1356), + [anon_sym_DASH] = ACTIONS(1356), + [anon_sym_TILDE] = ACTIONS(1354), + [anon_sym_BANG] = ACTIONS(1354), + [anon_sym_AT] = ACTIONS(1354), + [aux_sym_clone_expression_token1] = ACTIONS(1356), + [aux_sym_print_intrinsic_token1] = ACTIONS(1356), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1356), + [anon_sym_DASH_DASH] = ACTIONS(1354), + [anon_sym_PLUS_PLUS] = ACTIONS(1354), + [aux_sym__list_destructing_token1] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(1354), + [anon_sym_self] = ACTIONS(1356), + [anon_sym_parent] = ACTIONS(1356), + [aux_sym__argument_name_token1] = ACTIONS(1356), + [aux_sym__argument_name_token2] = ACTIONS(1356), + [anon_sym_POUND_LBRACK] = ACTIONS(1354), + [aux_sym_encapsed_string_token1] = ACTIONS(1354), + [anon_sym_DQUOTE] = ACTIONS(1354), + [aux_sym_string_token1] = ACTIONS(1354), + [anon_sym_SQUOTE] = ACTIONS(1354), + [anon_sym_LT_LT_LT] = ACTIONS(1354), + [anon_sym_BQUOTE] = ACTIONS(1354), + [anon_sym_DOLLAR] = ACTIONS(1354), + [aux_sym_yield_expression_token1] = ACTIONS(1356), + [aux_sym_include_expression_token1] = ACTIONS(1356), + [aux_sym_include_once_expression_token1] = ACTIONS(1356), + [aux_sym_require_expression_token1] = ACTIONS(1356), + [aux_sym_require_once_expression_token1] = ACTIONS(1356), [sym_comment] = ACTIONS(3), }, [505] = { - [ts_builtin_sym_end] = ACTIONS(1332), - [sym_name] = ACTIONS(1334), - [anon_sym_QMARK_GT] = ACTIONS(1332), - [anon_sym_SEMI] = ACTIONS(1332), - [aux_sym_function_static_declaration_token1] = ACTIONS(1334), - [aux_sym_global_declaration_token1] = ACTIONS(1334), - [aux_sym_namespace_definition_token1] = ACTIONS(1334), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1334), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1334), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1334), - [anon_sym_BSLASH] = ACTIONS(1332), - [anon_sym_LBRACE] = ACTIONS(1332), - [anon_sym_RBRACE] = ACTIONS(1332), - [aux_sym_trait_declaration_token1] = ACTIONS(1334), - [aux_sym_interface_declaration_token1] = ACTIONS(1334), - [aux_sym_enum_declaration_token1] = ACTIONS(1334), - [aux_sym_enum_case_token1] = ACTIONS(1334), - [aux_sym_class_declaration_token1] = ACTIONS(1334), - [aux_sym_final_modifier_token1] = ACTIONS(1334), - [aux_sym_abstract_modifier_token1] = ACTIONS(1334), - [aux_sym_readonly_modifier_token1] = ACTIONS(1334), - [sym_var_modifier] = ACTIONS(1334), - [aux_sym_visibility_modifier_token1] = ACTIONS(1334), - [aux_sym_visibility_modifier_token2] = ACTIONS(1334), - [aux_sym_visibility_modifier_token3] = ACTIONS(1334), - [aux_sym__arrow_function_header_token1] = ACTIONS(1334), - [anon_sym_LPAREN] = ACTIONS(1332), - [aux_sym_cast_type_token1] = ACTIONS(1334), - [aux_sym_echo_statement_token1] = ACTIONS(1334), - [aux_sym_exit_statement_token1] = ACTIONS(1334), - [anon_sym_unset] = ACTIONS(1334), - [aux_sym_declare_statement_token1] = ACTIONS(1334), - [aux_sym_declare_statement_token2] = ACTIONS(1334), - [sym_float] = ACTIONS(1334), - [aux_sym_try_statement_token1] = ACTIONS(1334), - [aux_sym_goto_statement_token1] = ACTIONS(1334), - [aux_sym_continue_statement_token1] = ACTIONS(1334), - [aux_sym_break_statement_token1] = ACTIONS(1334), - [sym_integer] = ACTIONS(1334), - [aux_sym_return_statement_token1] = ACTIONS(1334), - [aux_sym_throw_expression_token1] = ACTIONS(1334), - [aux_sym_while_statement_token1] = ACTIONS(1334), - [aux_sym_while_statement_token2] = ACTIONS(1334), - [aux_sym_do_statement_token1] = ACTIONS(1334), - [aux_sym_for_statement_token1] = ACTIONS(1334), - [aux_sym_for_statement_token2] = ACTIONS(1334), - [aux_sym_foreach_statement_token1] = ACTIONS(1334), - [aux_sym_foreach_statement_token2] = ACTIONS(1334), - [aux_sym_if_statement_token1] = ACTIONS(1334), - [aux_sym_if_statement_token2] = ACTIONS(1334), - [aux_sym_else_if_clause_token1] = ACTIONS(1334), - [aux_sym_else_clause_token1] = ACTIONS(1334), - [aux_sym_match_expression_token1] = ACTIONS(1334), - [aux_sym_match_default_expression_token1] = ACTIONS(1334), - [aux_sym_switch_statement_token1] = ACTIONS(1334), - [aux_sym_switch_block_token1] = ACTIONS(1334), - [anon_sym_PLUS] = ACTIONS(1334), - [anon_sym_DASH] = ACTIONS(1334), - [anon_sym_TILDE] = ACTIONS(1332), - [anon_sym_BANG] = ACTIONS(1332), - [anon_sym_AT] = ACTIONS(1332), - [aux_sym_clone_expression_token1] = ACTIONS(1334), - [aux_sym_print_intrinsic_token1] = ACTIONS(1334), - [aux_sym_object_creation_expression_token1] = ACTIONS(1334), - [anon_sym_DASH_DASH] = ACTIONS(1332), - [anon_sym_PLUS_PLUS] = ACTIONS(1332), - [aux_sym__list_destructing_token1] = ACTIONS(1334), - [anon_sym_LBRACK] = ACTIONS(1332), - [anon_sym_self] = ACTIONS(1334), - [anon_sym_parent] = ACTIONS(1334), - [aux_sym__argument_name_token1] = ACTIONS(1334), - [aux_sym__argument_name_token2] = ACTIONS(1334), - [anon_sym_POUND_LBRACK] = ACTIONS(1332), - [aux_sym_encapsed_string_token1] = ACTIONS(1332), - [anon_sym_DQUOTE] = ACTIONS(1332), - [aux_sym_string_token1] = ACTIONS(1332), - [anon_sym_SQUOTE] = ACTIONS(1332), - [anon_sym_LT_LT_LT] = ACTIONS(1332), - [anon_sym_BQUOTE] = ACTIONS(1332), - [anon_sym_DOLLAR] = ACTIONS(1332), - [aux_sym_yield_expression_token1] = ACTIONS(1334), - [aux_sym_include_expression_token1] = ACTIONS(1334), - [aux_sym_include_once_expression_token1] = ACTIONS(1334), - [aux_sym_require_expression_token1] = ACTIONS(1334), - [aux_sym_require_once_expression_token1] = ACTIONS(1334), - [sym_comment] = ACTIONS(3), - }, - [506] = { - [ts_builtin_sym_end] = ACTIONS(1336), - [sym_name] = ACTIONS(1338), - [anon_sym_QMARK_GT] = ACTIONS(1336), - [anon_sym_SEMI] = ACTIONS(1336), - [aux_sym_function_static_declaration_token1] = ACTIONS(1338), - [aux_sym_global_declaration_token1] = ACTIONS(1338), - [aux_sym_namespace_definition_token1] = ACTIONS(1338), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1338), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1338), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1338), - [anon_sym_BSLASH] = ACTIONS(1336), - [anon_sym_LBRACE] = ACTIONS(1336), - [anon_sym_RBRACE] = ACTIONS(1336), - [aux_sym_trait_declaration_token1] = ACTIONS(1338), - [aux_sym_interface_declaration_token1] = ACTIONS(1338), - [aux_sym_enum_declaration_token1] = ACTIONS(1338), - [aux_sym_enum_case_token1] = ACTIONS(1338), - [aux_sym_class_declaration_token1] = ACTIONS(1338), - [aux_sym_final_modifier_token1] = ACTIONS(1338), - [aux_sym_abstract_modifier_token1] = ACTIONS(1338), - [aux_sym_readonly_modifier_token1] = ACTIONS(1338), - [sym_var_modifier] = ACTIONS(1338), - [aux_sym_visibility_modifier_token1] = ACTIONS(1338), - [aux_sym_visibility_modifier_token2] = ACTIONS(1338), - [aux_sym_visibility_modifier_token3] = ACTIONS(1338), - [aux_sym__arrow_function_header_token1] = ACTIONS(1338), - [anon_sym_LPAREN] = ACTIONS(1336), - [aux_sym_cast_type_token1] = ACTIONS(1338), - [aux_sym_echo_statement_token1] = ACTIONS(1338), - [aux_sym_exit_statement_token1] = ACTIONS(1338), - [anon_sym_unset] = ACTIONS(1338), - [aux_sym_declare_statement_token1] = ACTIONS(1338), - [aux_sym_declare_statement_token2] = ACTIONS(1338), - [sym_float] = ACTIONS(1338), - [aux_sym_try_statement_token1] = ACTIONS(1338), - [aux_sym_goto_statement_token1] = ACTIONS(1338), - [aux_sym_continue_statement_token1] = ACTIONS(1338), - [aux_sym_break_statement_token1] = ACTIONS(1338), - [sym_integer] = ACTIONS(1338), - [aux_sym_return_statement_token1] = ACTIONS(1338), - [aux_sym_throw_expression_token1] = ACTIONS(1338), - [aux_sym_while_statement_token1] = ACTIONS(1338), - [aux_sym_while_statement_token2] = ACTIONS(1338), - [aux_sym_do_statement_token1] = ACTIONS(1338), - [aux_sym_for_statement_token1] = ACTIONS(1338), - [aux_sym_for_statement_token2] = ACTIONS(1338), - [aux_sym_foreach_statement_token1] = ACTIONS(1338), - [aux_sym_foreach_statement_token2] = ACTIONS(1338), - [aux_sym_if_statement_token1] = ACTIONS(1338), - [aux_sym_if_statement_token2] = ACTIONS(1338), - [aux_sym_else_if_clause_token1] = ACTIONS(1338), - [aux_sym_else_clause_token1] = ACTIONS(1338), - [aux_sym_match_expression_token1] = ACTIONS(1338), - [aux_sym_match_default_expression_token1] = ACTIONS(1338), - [aux_sym_switch_statement_token1] = ACTIONS(1338), - [aux_sym_switch_block_token1] = ACTIONS(1338), - [anon_sym_PLUS] = ACTIONS(1338), - [anon_sym_DASH] = ACTIONS(1338), - [anon_sym_TILDE] = ACTIONS(1336), - [anon_sym_BANG] = ACTIONS(1336), - [anon_sym_AT] = ACTIONS(1336), - [aux_sym_clone_expression_token1] = ACTIONS(1338), - [aux_sym_print_intrinsic_token1] = ACTIONS(1338), - [aux_sym_object_creation_expression_token1] = ACTIONS(1338), - [anon_sym_DASH_DASH] = ACTIONS(1336), - [anon_sym_PLUS_PLUS] = ACTIONS(1336), - [aux_sym__list_destructing_token1] = ACTIONS(1338), - [anon_sym_LBRACK] = ACTIONS(1336), - [anon_sym_self] = ACTIONS(1338), - [anon_sym_parent] = ACTIONS(1338), - [aux_sym__argument_name_token1] = ACTIONS(1338), - [aux_sym__argument_name_token2] = ACTIONS(1338), - [anon_sym_POUND_LBRACK] = ACTIONS(1336), - [aux_sym_encapsed_string_token1] = ACTIONS(1336), - [anon_sym_DQUOTE] = ACTIONS(1336), - [aux_sym_string_token1] = ACTIONS(1336), - [anon_sym_SQUOTE] = ACTIONS(1336), - [anon_sym_LT_LT_LT] = ACTIONS(1336), - [anon_sym_BQUOTE] = ACTIONS(1336), - [anon_sym_DOLLAR] = ACTIONS(1336), - [aux_sym_yield_expression_token1] = ACTIONS(1338), - [aux_sym_include_expression_token1] = ACTIONS(1338), - [aux_sym_include_once_expression_token1] = ACTIONS(1338), - [aux_sym_require_expression_token1] = ACTIONS(1338), - [aux_sym_require_once_expression_token1] = ACTIONS(1338), - [sym_comment] = ACTIONS(3), - }, - [507] = { - [ts_builtin_sym_end] = ACTIONS(1340), - [sym_name] = ACTIONS(1342), - [anon_sym_QMARK_GT] = ACTIONS(1340), - [anon_sym_SEMI] = ACTIONS(1340), - [aux_sym_function_static_declaration_token1] = ACTIONS(1342), - [aux_sym_global_declaration_token1] = ACTIONS(1342), - [aux_sym_namespace_definition_token1] = ACTIONS(1342), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1342), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1342), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1342), - [anon_sym_BSLASH] = ACTIONS(1340), - [anon_sym_LBRACE] = ACTIONS(1340), - [anon_sym_RBRACE] = ACTIONS(1340), - [aux_sym_trait_declaration_token1] = ACTIONS(1342), - [aux_sym_interface_declaration_token1] = ACTIONS(1342), - [aux_sym_enum_declaration_token1] = ACTIONS(1342), - [aux_sym_enum_case_token1] = ACTIONS(1342), - [aux_sym_class_declaration_token1] = ACTIONS(1342), - [aux_sym_final_modifier_token1] = ACTIONS(1342), - [aux_sym_abstract_modifier_token1] = ACTIONS(1342), - [aux_sym_readonly_modifier_token1] = ACTIONS(1342), - [sym_var_modifier] = ACTIONS(1342), - [aux_sym_visibility_modifier_token1] = ACTIONS(1342), - [aux_sym_visibility_modifier_token2] = ACTIONS(1342), - [aux_sym_visibility_modifier_token3] = ACTIONS(1342), - [aux_sym__arrow_function_header_token1] = ACTIONS(1342), - [anon_sym_LPAREN] = ACTIONS(1340), - [aux_sym_cast_type_token1] = ACTIONS(1342), - [aux_sym_echo_statement_token1] = ACTIONS(1342), - [aux_sym_exit_statement_token1] = ACTIONS(1342), - [anon_sym_unset] = ACTIONS(1342), - [aux_sym_declare_statement_token1] = ACTIONS(1342), - [aux_sym_declare_statement_token2] = ACTIONS(1342), - [sym_float] = ACTIONS(1342), - [aux_sym_try_statement_token1] = ACTIONS(1342), - [aux_sym_goto_statement_token1] = ACTIONS(1342), - [aux_sym_continue_statement_token1] = ACTIONS(1342), - [aux_sym_break_statement_token1] = ACTIONS(1342), - [sym_integer] = ACTIONS(1342), - [aux_sym_return_statement_token1] = ACTIONS(1342), - [aux_sym_throw_expression_token1] = ACTIONS(1342), - [aux_sym_while_statement_token1] = ACTIONS(1342), - [aux_sym_while_statement_token2] = ACTIONS(1342), - [aux_sym_do_statement_token1] = ACTIONS(1342), - [aux_sym_for_statement_token1] = ACTIONS(1342), - [aux_sym_for_statement_token2] = ACTIONS(1342), - [aux_sym_foreach_statement_token1] = ACTIONS(1342), - [aux_sym_foreach_statement_token2] = ACTIONS(1342), - [aux_sym_if_statement_token1] = ACTIONS(1342), - [aux_sym_if_statement_token2] = ACTIONS(1342), - [aux_sym_else_if_clause_token1] = ACTIONS(1342), - [aux_sym_else_clause_token1] = ACTIONS(1342), - [aux_sym_match_expression_token1] = ACTIONS(1342), - [aux_sym_match_default_expression_token1] = ACTIONS(1342), - [aux_sym_switch_statement_token1] = ACTIONS(1342), - [aux_sym_switch_block_token1] = ACTIONS(1342), - [anon_sym_PLUS] = ACTIONS(1342), - [anon_sym_DASH] = ACTIONS(1342), - [anon_sym_TILDE] = ACTIONS(1340), - [anon_sym_BANG] = ACTIONS(1340), - [anon_sym_AT] = ACTIONS(1340), - [aux_sym_clone_expression_token1] = ACTIONS(1342), - [aux_sym_print_intrinsic_token1] = ACTIONS(1342), - [aux_sym_object_creation_expression_token1] = ACTIONS(1342), - [anon_sym_DASH_DASH] = ACTIONS(1340), - [anon_sym_PLUS_PLUS] = ACTIONS(1340), - [aux_sym__list_destructing_token1] = ACTIONS(1342), - [anon_sym_LBRACK] = ACTIONS(1340), - [anon_sym_self] = ACTIONS(1342), - [anon_sym_parent] = ACTIONS(1342), - [aux_sym__argument_name_token1] = ACTIONS(1342), - [aux_sym__argument_name_token2] = ACTIONS(1342), - [anon_sym_POUND_LBRACK] = ACTIONS(1340), - [aux_sym_encapsed_string_token1] = ACTIONS(1340), - [anon_sym_DQUOTE] = ACTIONS(1340), - [aux_sym_string_token1] = ACTIONS(1340), - [anon_sym_SQUOTE] = ACTIONS(1340), - [anon_sym_LT_LT_LT] = ACTIONS(1340), - [anon_sym_BQUOTE] = ACTIONS(1340), - [anon_sym_DOLLAR] = ACTIONS(1340), - [aux_sym_yield_expression_token1] = ACTIONS(1342), - [aux_sym_include_expression_token1] = ACTIONS(1342), - [aux_sym_include_once_expression_token1] = ACTIONS(1342), - [aux_sym_require_expression_token1] = ACTIONS(1342), - [aux_sym_require_once_expression_token1] = ACTIONS(1342), - [sym_comment] = ACTIONS(3), - }, - [508] = { - [ts_builtin_sym_end] = ACTIONS(1344), - [sym_name] = ACTIONS(1346), - [anon_sym_QMARK_GT] = ACTIONS(1344), - [anon_sym_SEMI] = ACTIONS(1344), - [aux_sym_function_static_declaration_token1] = ACTIONS(1346), - [aux_sym_global_declaration_token1] = ACTIONS(1346), - [aux_sym_namespace_definition_token1] = ACTIONS(1346), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1346), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1346), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1346), - [anon_sym_BSLASH] = ACTIONS(1344), - [anon_sym_LBRACE] = ACTIONS(1344), - [anon_sym_RBRACE] = ACTIONS(1344), - [aux_sym_trait_declaration_token1] = ACTIONS(1346), - [aux_sym_interface_declaration_token1] = ACTIONS(1346), - [aux_sym_enum_declaration_token1] = ACTIONS(1346), - [aux_sym_enum_case_token1] = ACTIONS(1346), - [aux_sym_class_declaration_token1] = ACTIONS(1346), - [aux_sym_final_modifier_token1] = ACTIONS(1346), - [aux_sym_abstract_modifier_token1] = ACTIONS(1346), - [aux_sym_readonly_modifier_token1] = ACTIONS(1346), - [sym_var_modifier] = ACTIONS(1346), - [aux_sym_visibility_modifier_token1] = ACTIONS(1346), - [aux_sym_visibility_modifier_token2] = ACTIONS(1346), - [aux_sym_visibility_modifier_token3] = ACTIONS(1346), - [aux_sym__arrow_function_header_token1] = ACTIONS(1346), - [anon_sym_LPAREN] = ACTIONS(1344), - [aux_sym_cast_type_token1] = ACTIONS(1346), - [aux_sym_echo_statement_token1] = ACTIONS(1346), - [aux_sym_exit_statement_token1] = ACTIONS(1346), - [anon_sym_unset] = ACTIONS(1346), - [aux_sym_declare_statement_token1] = ACTIONS(1346), - [aux_sym_declare_statement_token2] = ACTIONS(1346), - [sym_float] = ACTIONS(1346), - [aux_sym_try_statement_token1] = ACTIONS(1346), - [aux_sym_goto_statement_token1] = ACTIONS(1346), - [aux_sym_continue_statement_token1] = ACTIONS(1346), - [aux_sym_break_statement_token1] = ACTIONS(1346), - [sym_integer] = ACTIONS(1346), - [aux_sym_return_statement_token1] = ACTIONS(1346), - [aux_sym_throw_expression_token1] = ACTIONS(1346), - [aux_sym_while_statement_token1] = ACTIONS(1346), - [aux_sym_while_statement_token2] = ACTIONS(1346), - [aux_sym_do_statement_token1] = ACTIONS(1346), - [aux_sym_for_statement_token1] = ACTIONS(1346), - [aux_sym_for_statement_token2] = ACTIONS(1346), - [aux_sym_foreach_statement_token1] = ACTIONS(1346), - [aux_sym_foreach_statement_token2] = ACTIONS(1346), - [aux_sym_if_statement_token1] = ACTIONS(1346), - [aux_sym_if_statement_token2] = ACTIONS(1346), - [aux_sym_else_if_clause_token1] = ACTIONS(1346), - [aux_sym_else_clause_token1] = ACTIONS(1346), - [aux_sym_match_expression_token1] = ACTIONS(1346), - [aux_sym_match_default_expression_token1] = ACTIONS(1346), - [aux_sym_switch_statement_token1] = ACTIONS(1346), - [aux_sym_switch_block_token1] = ACTIONS(1346), - [anon_sym_PLUS] = ACTIONS(1346), - [anon_sym_DASH] = ACTIONS(1346), - [anon_sym_TILDE] = ACTIONS(1344), - [anon_sym_BANG] = ACTIONS(1344), - [anon_sym_AT] = ACTIONS(1344), - [aux_sym_clone_expression_token1] = ACTIONS(1346), - [aux_sym_print_intrinsic_token1] = ACTIONS(1346), - [aux_sym_object_creation_expression_token1] = ACTIONS(1346), - [anon_sym_DASH_DASH] = ACTIONS(1344), - [anon_sym_PLUS_PLUS] = ACTIONS(1344), - [aux_sym__list_destructing_token1] = ACTIONS(1346), - [anon_sym_LBRACK] = ACTIONS(1344), - [anon_sym_self] = ACTIONS(1346), - [anon_sym_parent] = ACTIONS(1346), - [aux_sym__argument_name_token1] = ACTIONS(1346), - [aux_sym__argument_name_token2] = ACTIONS(1346), - [anon_sym_POUND_LBRACK] = ACTIONS(1344), - [aux_sym_encapsed_string_token1] = ACTIONS(1344), - [anon_sym_DQUOTE] = ACTIONS(1344), - [aux_sym_string_token1] = ACTIONS(1344), - [anon_sym_SQUOTE] = ACTIONS(1344), - [anon_sym_LT_LT_LT] = ACTIONS(1344), - [anon_sym_BQUOTE] = ACTIONS(1344), - [anon_sym_DOLLAR] = ACTIONS(1344), - [aux_sym_yield_expression_token1] = ACTIONS(1346), - [aux_sym_include_expression_token1] = ACTIONS(1346), - [aux_sym_include_once_expression_token1] = ACTIONS(1346), - [aux_sym_require_expression_token1] = ACTIONS(1346), - [aux_sym_require_once_expression_token1] = ACTIONS(1346), - [sym_comment] = ACTIONS(3), - }, - [509] = { - [ts_builtin_sym_end] = ACTIONS(1348), - [sym_name] = ACTIONS(1350), - [anon_sym_QMARK_GT] = ACTIONS(1348), - [anon_sym_SEMI] = ACTIONS(1348), - [aux_sym_function_static_declaration_token1] = ACTIONS(1350), - [aux_sym_global_declaration_token1] = ACTIONS(1350), - [aux_sym_namespace_definition_token1] = ACTIONS(1350), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1350), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1350), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1350), - [anon_sym_BSLASH] = ACTIONS(1348), - [anon_sym_LBRACE] = ACTIONS(1348), - [anon_sym_RBRACE] = ACTIONS(1348), - [aux_sym_trait_declaration_token1] = ACTIONS(1350), - [aux_sym_interface_declaration_token1] = ACTIONS(1350), - [aux_sym_enum_declaration_token1] = ACTIONS(1350), - [aux_sym_enum_case_token1] = ACTIONS(1350), - [aux_sym_class_declaration_token1] = ACTIONS(1350), - [aux_sym_final_modifier_token1] = ACTIONS(1350), - [aux_sym_abstract_modifier_token1] = ACTIONS(1350), - [aux_sym_readonly_modifier_token1] = ACTIONS(1350), - [sym_var_modifier] = ACTIONS(1350), - [aux_sym_visibility_modifier_token1] = ACTIONS(1350), - [aux_sym_visibility_modifier_token2] = ACTIONS(1350), - [aux_sym_visibility_modifier_token3] = ACTIONS(1350), - [aux_sym__arrow_function_header_token1] = ACTIONS(1350), - [anon_sym_LPAREN] = ACTIONS(1348), - [aux_sym_cast_type_token1] = ACTIONS(1350), - [aux_sym_echo_statement_token1] = ACTIONS(1350), - [aux_sym_exit_statement_token1] = ACTIONS(1350), - [anon_sym_unset] = ACTIONS(1350), - [aux_sym_declare_statement_token1] = ACTIONS(1350), - [aux_sym_declare_statement_token2] = ACTIONS(1350), - [sym_float] = ACTIONS(1350), - [aux_sym_try_statement_token1] = ACTIONS(1350), - [aux_sym_goto_statement_token1] = ACTIONS(1350), - [aux_sym_continue_statement_token1] = ACTIONS(1350), - [aux_sym_break_statement_token1] = ACTIONS(1350), - [sym_integer] = ACTIONS(1350), - [aux_sym_return_statement_token1] = ACTIONS(1350), - [aux_sym_throw_expression_token1] = ACTIONS(1350), - [aux_sym_while_statement_token1] = ACTIONS(1350), - [aux_sym_while_statement_token2] = ACTIONS(1350), - [aux_sym_do_statement_token1] = ACTIONS(1350), - [aux_sym_for_statement_token1] = ACTIONS(1350), - [aux_sym_for_statement_token2] = ACTIONS(1350), - [aux_sym_foreach_statement_token1] = ACTIONS(1350), - [aux_sym_foreach_statement_token2] = ACTIONS(1350), - [aux_sym_if_statement_token1] = ACTIONS(1350), - [aux_sym_if_statement_token2] = ACTIONS(1350), - [aux_sym_else_if_clause_token1] = ACTIONS(1350), - [aux_sym_else_clause_token1] = ACTIONS(1350), - [aux_sym_match_expression_token1] = ACTIONS(1350), - [aux_sym_match_default_expression_token1] = ACTIONS(1350), - [aux_sym_switch_statement_token1] = ACTIONS(1350), - [aux_sym_switch_block_token1] = ACTIONS(1350), - [anon_sym_PLUS] = ACTIONS(1350), - [anon_sym_DASH] = ACTIONS(1350), - [anon_sym_TILDE] = ACTIONS(1348), - [anon_sym_BANG] = ACTIONS(1348), - [anon_sym_AT] = ACTIONS(1348), - [aux_sym_clone_expression_token1] = ACTIONS(1350), - [aux_sym_print_intrinsic_token1] = ACTIONS(1350), - [aux_sym_object_creation_expression_token1] = ACTIONS(1350), - [anon_sym_DASH_DASH] = ACTIONS(1348), - [anon_sym_PLUS_PLUS] = ACTIONS(1348), - [aux_sym__list_destructing_token1] = ACTIONS(1350), - [anon_sym_LBRACK] = ACTIONS(1348), - [anon_sym_self] = ACTIONS(1350), - [anon_sym_parent] = ACTIONS(1350), - [aux_sym__argument_name_token1] = ACTIONS(1350), - [aux_sym__argument_name_token2] = ACTIONS(1350), - [anon_sym_POUND_LBRACK] = ACTIONS(1348), - [aux_sym_encapsed_string_token1] = ACTIONS(1348), - [anon_sym_DQUOTE] = ACTIONS(1348), - [aux_sym_string_token1] = ACTIONS(1348), - [anon_sym_SQUOTE] = ACTIONS(1348), - [anon_sym_LT_LT_LT] = ACTIONS(1348), - [anon_sym_BQUOTE] = ACTIONS(1348), - [anon_sym_DOLLAR] = ACTIONS(1348), - [aux_sym_yield_expression_token1] = ACTIONS(1350), - [aux_sym_include_expression_token1] = ACTIONS(1350), - [aux_sym_include_once_expression_token1] = ACTIONS(1350), - [aux_sym_require_expression_token1] = ACTIONS(1350), - [aux_sym_require_once_expression_token1] = ACTIONS(1350), - [sym_comment] = ACTIONS(3), - }, - [510] = { - [ts_builtin_sym_end] = ACTIONS(1352), - [sym_name] = ACTIONS(1354), - [anon_sym_QMARK_GT] = ACTIONS(1352), - [anon_sym_SEMI] = ACTIONS(1352), - [aux_sym_function_static_declaration_token1] = ACTIONS(1354), - [aux_sym_global_declaration_token1] = ACTIONS(1354), - [aux_sym_namespace_definition_token1] = ACTIONS(1354), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1354), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1354), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1354), - [anon_sym_BSLASH] = ACTIONS(1352), - [anon_sym_LBRACE] = ACTIONS(1352), - [anon_sym_RBRACE] = ACTIONS(1352), - [aux_sym_trait_declaration_token1] = ACTIONS(1354), - [aux_sym_interface_declaration_token1] = ACTIONS(1354), - [aux_sym_enum_declaration_token1] = ACTIONS(1354), - [aux_sym_enum_case_token1] = ACTIONS(1354), - [aux_sym_class_declaration_token1] = ACTIONS(1354), - [aux_sym_final_modifier_token1] = ACTIONS(1354), - [aux_sym_abstract_modifier_token1] = ACTIONS(1354), - [aux_sym_readonly_modifier_token1] = ACTIONS(1354), - [sym_var_modifier] = ACTIONS(1354), - [aux_sym_visibility_modifier_token1] = ACTIONS(1354), - [aux_sym_visibility_modifier_token2] = ACTIONS(1354), - [aux_sym_visibility_modifier_token3] = ACTIONS(1354), - [aux_sym__arrow_function_header_token1] = ACTIONS(1354), - [anon_sym_LPAREN] = ACTIONS(1352), - [aux_sym_cast_type_token1] = ACTIONS(1354), - [aux_sym_echo_statement_token1] = ACTIONS(1354), - [aux_sym_exit_statement_token1] = ACTIONS(1354), - [anon_sym_unset] = ACTIONS(1354), - [aux_sym_declare_statement_token1] = ACTIONS(1354), - [aux_sym_declare_statement_token2] = ACTIONS(1354), - [sym_float] = ACTIONS(1354), - [aux_sym_try_statement_token1] = ACTIONS(1354), - [aux_sym_goto_statement_token1] = ACTIONS(1354), - [aux_sym_continue_statement_token1] = ACTIONS(1354), - [aux_sym_break_statement_token1] = ACTIONS(1354), - [sym_integer] = ACTIONS(1354), - [aux_sym_return_statement_token1] = ACTIONS(1354), - [aux_sym_throw_expression_token1] = ACTIONS(1354), - [aux_sym_while_statement_token1] = ACTIONS(1354), - [aux_sym_while_statement_token2] = ACTIONS(1354), - [aux_sym_do_statement_token1] = ACTIONS(1354), - [aux_sym_for_statement_token1] = ACTIONS(1354), - [aux_sym_for_statement_token2] = ACTIONS(1354), - [aux_sym_foreach_statement_token1] = ACTIONS(1354), - [aux_sym_foreach_statement_token2] = ACTIONS(1354), - [aux_sym_if_statement_token1] = ACTIONS(1354), - [aux_sym_if_statement_token2] = ACTIONS(1354), - [aux_sym_else_if_clause_token1] = ACTIONS(1354), - [aux_sym_else_clause_token1] = ACTIONS(1354), - [aux_sym_match_expression_token1] = ACTIONS(1354), - [aux_sym_match_default_expression_token1] = ACTIONS(1354), - [aux_sym_switch_statement_token1] = ACTIONS(1354), - [aux_sym_switch_block_token1] = ACTIONS(1354), - [anon_sym_PLUS] = ACTIONS(1354), - [anon_sym_DASH] = ACTIONS(1354), - [anon_sym_TILDE] = ACTIONS(1352), - [anon_sym_BANG] = ACTIONS(1352), - [anon_sym_AT] = ACTIONS(1352), - [aux_sym_clone_expression_token1] = ACTIONS(1354), - [aux_sym_print_intrinsic_token1] = ACTIONS(1354), - [aux_sym_object_creation_expression_token1] = ACTIONS(1354), - [anon_sym_DASH_DASH] = ACTIONS(1352), - [anon_sym_PLUS_PLUS] = ACTIONS(1352), - [aux_sym__list_destructing_token1] = ACTIONS(1354), - [anon_sym_LBRACK] = ACTIONS(1352), - [anon_sym_self] = ACTIONS(1354), - [anon_sym_parent] = ACTIONS(1354), - [aux_sym__argument_name_token1] = ACTIONS(1354), - [aux_sym__argument_name_token2] = ACTIONS(1354), - [anon_sym_POUND_LBRACK] = ACTIONS(1352), - [aux_sym_encapsed_string_token1] = ACTIONS(1352), - [anon_sym_DQUOTE] = ACTIONS(1352), - [aux_sym_string_token1] = ACTIONS(1352), - [anon_sym_SQUOTE] = ACTIONS(1352), - [anon_sym_LT_LT_LT] = ACTIONS(1352), - [anon_sym_BQUOTE] = ACTIONS(1352), - [anon_sym_DOLLAR] = ACTIONS(1352), - [aux_sym_yield_expression_token1] = ACTIONS(1354), - [aux_sym_include_expression_token1] = ACTIONS(1354), - [aux_sym_include_once_expression_token1] = ACTIONS(1354), - [aux_sym_require_expression_token1] = ACTIONS(1354), - [aux_sym_require_once_expression_token1] = ACTIONS(1354), - [sym_comment] = ACTIONS(3), - }, - [511] = { - [sym_qualified_name] = STATE(837), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym__unary_expression] = STATE(1119), - [sym_unary_op_expression] = STATE(1119), - [sym_error_suppression_expression] = STATE(1119), - [sym_clone_expression] = STATE(1119), - [sym_primary_expression] = STATE(1119), - [sym_parenthesized_expression] = STATE(811), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_expression] = STATE(1119), - [sym_cast_variable] = STATE(627), - [sym_member_access_expression] = STATE(627), - [sym_nullsafe_member_access_expression] = STATE(627), - [sym_scoped_property_access_expression] = STATE(627), - [sym_function_call_expression] = STATE(600), - [sym_scoped_call_expression] = STATE(600), - [sym__scope_resolution_qualifier] = STATE(2550), - [sym_relative_scope] = STATE(2550), - [sym_member_call_expression] = STATE(600), - [sym_nullsafe_member_call_expression] = STATE(600), - [sym_subscript_expression] = STATE(600), - [sym__dereferencable_expression] = STATE(1681), - [sym_array_creation_expression] = STATE(811), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(817), - [sym_string] = STATE(817), - [sym_heredoc] = STATE(817), - [sym_nowdoc] = STATE(817), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(817), - [sym_dynamic_variable_name] = STATE(600), - [sym_variable_name] = STATE(600), - [sym_include_expression] = STATE(1119), - [sym_include_once_expression] = STATE(1119), - [sym__reserved_identifier] = STATE(1565), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(663), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(51), - [aux_sym_cast_type_token1] = ACTIONS(53), - [sym_float] = ACTIONS(63), - [sym_integer] = ACTIONS(63), - [aux_sym_throw_expression_token1] = ACTIONS(75), - [anon_sym_PLUS] = ACTIONS(91), - [anon_sym_DASH] = ACTIONS(91), - [anon_sym_TILDE] = ACTIONS(93), - [anon_sym_BANG] = ACTIONS(93), - [anon_sym_AT] = ACTIONS(95), - [aux_sym_clone_expression_token1] = ACTIONS(97), - [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), - [anon_sym_DASH_DASH] = ACTIONS(103), - [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_LBRACK] = ACTIONS(1356), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(111), - [aux_sym__argument_name_token2] = ACTIONS(113), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(117), - [anon_sym_DQUOTE] = ACTIONS(117), - [aux_sym_string_token1] = ACTIONS(119), - [anon_sym_SQUOTE] = ACTIONS(119), - [anon_sym_LT_LT_LT] = ACTIONS(121), - [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(125), - [aux_sym_include_expression_token1] = ACTIONS(129), - [aux_sym_include_once_expression_token1] = ACTIONS(131), - [sym_comment] = ACTIONS(3), - }, - [512] = { [ts_builtin_sym_end] = ACTIONS(1358), [sym_name] = ACTIONS(1360), [anon_sym_QMARK_GT] = ACTIONS(1358), @@ -72144,8 +76425,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1360), [aux_sym_namespace_definition_token1] = ACTIONS(1360), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1360), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1360), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1360), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1360), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1360), [anon_sym_BSLASH] = ACTIONS(1358), [anon_sym_LBRACE] = ACTIONS(1358), [anon_sym_RBRACE] = ACTIONS(1358), @@ -72161,8 +76442,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1360), [aux_sym_visibility_modifier_token2] = ACTIONS(1360), [aux_sym_visibility_modifier_token3] = ACTIONS(1360), - [aux_sym__arrow_function_header_token1] = ACTIONS(1360), [anon_sym_LPAREN] = ACTIONS(1358), + [aux_sym__arrow_function_header_token1] = ACTIONS(1360), [aux_sym_cast_type_token1] = ACTIONS(1360), [aux_sym_echo_statement_token1] = ACTIONS(1360), [aux_sym_exit_statement_token1] = ACTIONS(1360), @@ -72199,7 +76480,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1358), [aux_sym_clone_expression_token1] = ACTIONS(1360), [aux_sym_print_intrinsic_token1] = ACTIONS(1360), - [aux_sym_object_creation_expression_token1] = ACTIONS(1360), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1360), [anon_sym_DASH_DASH] = ACTIONS(1358), [anon_sym_PLUS_PLUS] = ACTIONS(1358), [aux_sym__list_destructing_token1] = ACTIONS(1360), @@ -72223,7 +76504,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1360), [sym_comment] = ACTIONS(3), }, - [513] = { + [506] = { [ts_builtin_sym_end] = ACTIONS(1362), [sym_name] = ACTIONS(1364), [anon_sym_QMARK_GT] = ACTIONS(1362), @@ -72232,8 +76513,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1364), [aux_sym_namespace_definition_token1] = ACTIONS(1364), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1364), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1364), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1364), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1364), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1364), [anon_sym_BSLASH] = ACTIONS(1362), [anon_sym_LBRACE] = ACTIONS(1362), [anon_sym_RBRACE] = ACTIONS(1362), @@ -72249,8 +76530,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1364), [aux_sym_visibility_modifier_token2] = ACTIONS(1364), [aux_sym_visibility_modifier_token3] = ACTIONS(1364), - [aux_sym__arrow_function_header_token1] = ACTIONS(1364), [anon_sym_LPAREN] = ACTIONS(1362), + [aux_sym__arrow_function_header_token1] = ACTIONS(1364), [aux_sym_cast_type_token1] = ACTIONS(1364), [aux_sym_echo_statement_token1] = ACTIONS(1364), [aux_sym_exit_statement_token1] = ACTIONS(1364), @@ -72287,7 +76568,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1362), [aux_sym_clone_expression_token1] = ACTIONS(1364), [aux_sym_print_intrinsic_token1] = ACTIONS(1364), - [aux_sym_object_creation_expression_token1] = ACTIONS(1364), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1364), [anon_sym_DASH_DASH] = ACTIONS(1362), [anon_sym_PLUS_PLUS] = ACTIONS(1362), [aux_sym__list_destructing_token1] = ACTIONS(1364), @@ -72311,95 +76592,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1364), [sym_comment] = ACTIONS(3), }, - [514] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__unary_expression] = STATE(963), - [sym_unary_op_expression] = STATE(963), - [sym_error_suppression_expression] = STATE(963), - [sym_clone_expression] = STATE(963), - [sym_primary_expression] = STATE(963), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(963), - [sym_cast_variable] = STATE(588), - [sym_member_access_expression] = STATE(588), - [sym_nullsafe_member_access_expression] = STATE(588), - [sym_scoped_property_access_expression] = STATE(588), - [sym_function_call_expression] = STATE(572), - [sym_scoped_call_expression] = STATE(572), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(572), - [sym_nullsafe_member_call_expression] = STATE(572), - [sym_subscript_expression] = STATE(572), - [sym__dereferencable_expression] = STATE(1724), - [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(572), - [sym_variable_name] = STATE(572), - [sym_include_expression] = STATE(963), - [sym_include_once_expression] = STATE(963), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(633), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [anon_sym_PLUS] = ACTIONS(639), - [anon_sym_DASH] = ACTIONS(639), - [anon_sym_TILDE] = ACTIONS(641), - [anon_sym_BANG] = ACTIONS(641), - [anon_sym_AT] = ACTIONS(643), - [aux_sym_clone_expression_token1] = ACTIONS(645), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(1174), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_include_expression_token1] = ACTIONS(655), - [aux_sym_include_once_expression_token1] = ACTIONS(657), - [sym_comment] = ACTIONS(3), - }, - [515] = { + [507] = { [ts_builtin_sym_end] = ACTIONS(1366), [sym_name] = ACTIONS(1368), [anon_sym_QMARK_GT] = ACTIONS(1366), @@ -72408,8 +76601,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1368), [aux_sym_namespace_definition_token1] = ACTIONS(1368), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1368), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1368), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1368), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1368), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1368), [anon_sym_BSLASH] = ACTIONS(1366), [anon_sym_LBRACE] = ACTIONS(1366), [anon_sym_RBRACE] = ACTIONS(1366), @@ -72425,8 +76618,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1368), [aux_sym_visibility_modifier_token2] = ACTIONS(1368), [aux_sym_visibility_modifier_token3] = ACTIONS(1368), - [aux_sym__arrow_function_header_token1] = ACTIONS(1368), [anon_sym_LPAREN] = ACTIONS(1366), + [aux_sym__arrow_function_header_token1] = ACTIONS(1368), [aux_sym_cast_type_token1] = ACTIONS(1368), [aux_sym_echo_statement_token1] = ACTIONS(1368), [aux_sym_exit_statement_token1] = ACTIONS(1368), @@ -72463,7 +76656,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1366), [aux_sym_clone_expression_token1] = ACTIONS(1368), [aux_sym_print_intrinsic_token1] = ACTIONS(1368), - [aux_sym_object_creation_expression_token1] = ACTIONS(1368), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1368), [anon_sym_DASH_DASH] = ACTIONS(1366), [anon_sym_PLUS_PLUS] = ACTIONS(1366), [aux_sym__list_destructing_token1] = ACTIONS(1368), @@ -72487,7 +76680,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1368), [sym_comment] = ACTIONS(3), }, - [516] = { + [508] = { [ts_builtin_sym_end] = ACTIONS(1370), [sym_name] = ACTIONS(1372), [anon_sym_QMARK_GT] = ACTIONS(1370), @@ -72496,8 +76689,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1372), [aux_sym_namespace_definition_token1] = ACTIONS(1372), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1372), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1372), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1372), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1372), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1372), [anon_sym_BSLASH] = ACTIONS(1370), [anon_sym_LBRACE] = ACTIONS(1370), [anon_sym_RBRACE] = ACTIONS(1370), @@ -72513,8 +76706,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1372), [aux_sym_visibility_modifier_token2] = ACTIONS(1372), [aux_sym_visibility_modifier_token3] = ACTIONS(1372), - [aux_sym__arrow_function_header_token1] = ACTIONS(1372), [anon_sym_LPAREN] = ACTIONS(1370), + [aux_sym__arrow_function_header_token1] = ACTIONS(1372), [aux_sym_cast_type_token1] = ACTIONS(1372), [aux_sym_echo_statement_token1] = ACTIONS(1372), [aux_sym_exit_statement_token1] = ACTIONS(1372), @@ -72551,7 +76744,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1370), [aux_sym_clone_expression_token1] = ACTIONS(1372), [aux_sym_print_intrinsic_token1] = ACTIONS(1372), - [aux_sym_object_creation_expression_token1] = ACTIONS(1372), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1372), [anon_sym_DASH_DASH] = ACTIONS(1370), [anon_sym_PLUS_PLUS] = ACTIONS(1370), [aux_sym__list_destructing_token1] = ACTIONS(1372), @@ -72575,7 +76768,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1372), [sym_comment] = ACTIONS(3), }, - [517] = { + [509] = { [ts_builtin_sym_end] = ACTIONS(1374), [sym_name] = ACTIONS(1376), [anon_sym_QMARK_GT] = ACTIONS(1374), @@ -72584,8 +76777,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1376), [aux_sym_namespace_definition_token1] = ACTIONS(1376), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1376), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1376), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1376), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1376), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1376), [anon_sym_BSLASH] = ACTIONS(1374), [anon_sym_LBRACE] = ACTIONS(1374), [anon_sym_RBRACE] = ACTIONS(1374), @@ -72601,8 +76794,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1376), [aux_sym_visibility_modifier_token2] = ACTIONS(1376), [aux_sym_visibility_modifier_token3] = ACTIONS(1376), - [aux_sym__arrow_function_header_token1] = ACTIONS(1376), [anon_sym_LPAREN] = ACTIONS(1374), + [aux_sym__arrow_function_header_token1] = ACTIONS(1376), [aux_sym_cast_type_token1] = ACTIONS(1376), [aux_sym_echo_statement_token1] = ACTIONS(1376), [aux_sym_exit_statement_token1] = ACTIONS(1376), @@ -72639,7 +76832,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1374), [aux_sym_clone_expression_token1] = ACTIONS(1376), [aux_sym_print_intrinsic_token1] = ACTIONS(1376), - [aux_sym_object_creation_expression_token1] = ACTIONS(1376), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1376), [anon_sym_DASH_DASH] = ACTIONS(1374), [anon_sym_PLUS_PLUS] = ACTIONS(1374), [aux_sym__list_destructing_token1] = ACTIONS(1376), @@ -72663,7 +76856,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1376), [sym_comment] = ACTIONS(3), }, - [518] = { + [510] = { [ts_builtin_sym_end] = ACTIONS(1378), [sym_name] = ACTIONS(1380), [anon_sym_QMARK_GT] = ACTIONS(1378), @@ -72672,8 +76865,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_global_declaration_token1] = ACTIONS(1380), [aux_sym_namespace_definition_token1] = ACTIONS(1380), [aux_sym_namespace_use_declaration_token1] = ACTIONS(1380), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1380), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1380), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1380), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1380), [anon_sym_BSLASH] = ACTIONS(1378), [anon_sym_LBRACE] = ACTIONS(1378), [anon_sym_RBRACE] = ACTIONS(1378), @@ -72689,8 +76882,8 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_visibility_modifier_token1] = ACTIONS(1380), [aux_sym_visibility_modifier_token2] = ACTIONS(1380), [aux_sym_visibility_modifier_token3] = ACTIONS(1380), - [aux_sym__arrow_function_header_token1] = ACTIONS(1380), [anon_sym_LPAREN] = ACTIONS(1378), + [aux_sym__arrow_function_header_token1] = ACTIONS(1380), [aux_sym_cast_type_token1] = ACTIONS(1380), [aux_sym_echo_statement_token1] = ACTIONS(1380), [aux_sym_exit_statement_token1] = ACTIONS(1380), @@ -72727,7 +76920,7 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_AT] = ACTIONS(1378), [aux_sym_clone_expression_token1] = ACTIONS(1380), [aux_sym_print_intrinsic_token1] = ACTIONS(1380), - [aux_sym_object_creation_expression_token1] = ACTIONS(1380), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1380), [anon_sym_DASH_DASH] = ACTIONS(1378), [anon_sym_PLUS_PLUS] = ACTIONS(1378), [aux_sym__list_destructing_token1] = ACTIONS(1380), @@ -72751,3822 +76944,250 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [aux_sym_require_once_expression_token1] = ACTIONS(1380), [sym_comment] = ACTIONS(3), }, - [519] = { - [ts_builtin_sym_end] = ACTIONS(1382), - [sym_name] = ACTIONS(1384), - [anon_sym_QMARK_GT] = ACTIONS(1382), - [anon_sym_SEMI] = ACTIONS(1382), - [aux_sym_function_static_declaration_token1] = ACTIONS(1384), - [aux_sym_global_declaration_token1] = ACTIONS(1384), - [aux_sym_namespace_definition_token1] = ACTIONS(1384), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1384), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1384), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1384), - [anon_sym_BSLASH] = ACTIONS(1382), - [anon_sym_LBRACE] = ACTIONS(1382), - [anon_sym_RBRACE] = ACTIONS(1382), - [aux_sym_trait_declaration_token1] = ACTIONS(1384), - [aux_sym_interface_declaration_token1] = ACTIONS(1384), - [aux_sym_enum_declaration_token1] = ACTIONS(1384), - [aux_sym_enum_case_token1] = ACTIONS(1384), - [aux_sym_class_declaration_token1] = ACTIONS(1384), - [aux_sym_final_modifier_token1] = ACTIONS(1384), - [aux_sym_abstract_modifier_token1] = ACTIONS(1384), - [aux_sym_readonly_modifier_token1] = ACTIONS(1384), - [sym_var_modifier] = ACTIONS(1384), - [aux_sym_visibility_modifier_token1] = ACTIONS(1384), - [aux_sym_visibility_modifier_token2] = ACTIONS(1384), - [aux_sym_visibility_modifier_token3] = ACTIONS(1384), - [aux_sym__arrow_function_header_token1] = ACTIONS(1384), - [anon_sym_LPAREN] = ACTIONS(1382), - [aux_sym_cast_type_token1] = ACTIONS(1384), - [aux_sym_echo_statement_token1] = ACTIONS(1384), - [aux_sym_exit_statement_token1] = ACTIONS(1384), - [anon_sym_unset] = ACTIONS(1384), - [aux_sym_declare_statement_token1] = ACTIONS(1384), - [aux_sym_declare_statement_token2] = ACTIONS(1384), - [sym_float] = ACTIONS(1384), - [aux_sym_try_statement_token1] = ACTIONS(1384), - [aux_sym_goto_statement_token1] = ACTIONS(1384), - [aux_sym_continue_statement_token1] = ACTIONS(1384), - [aux_sym_break_statement_token1] = ACTIONS(1384), - [sym_integer] = ACTIONS(1384), - [aux_sym_return_statement_token1] = ACTIONS(1384), - [aux_sym_throw_expression_token1] = ACTIONS(1384), - [aux_sym_while_statement_token1] = ACTIONS(1384), - [aux_sym_while_statement_token2] = ACTIONS(1384), - [aux_sym_do_statement_token1] = ACTIONS(1384), - [aux_sym_for_statement_token1] = ACTIONS(1384), - [aux_sym_for_statement_token2] = ACTIONS(1384), - [aux_sym_foreach_statement_token1] = ACTIONS(1384), - [aux_sym_foreach_statement_token2] = ACTIONS(1384), - [aux_sym_if_statement_token1] = ACTIONS(1384), - [aux_sym_if_statement_token2] = ACTIONS(1384), - [aux_sym_else_if_clause_token1] = ACTIONS(1384), - [aux_sym_else_clause_token1] = ACTIONS(1384), - [aux_sym_match_expression_token1] = ACTIONS(1384), - [aux_sym_match_default_expression_token1] = ACTIONS(1384), - [aux_sym_switch_statement_token1] = ACTIONS(1384), - [aux_sym_switch_block_token1] = ACTIONS(1384), - [anon_sym_PLUS] = ACTIONS(1384), - [anon_sym_DASH] = ACTIONS(1384), - [anon_sym_TILDE] = ACTIONS(1382), - [anon_sym_BANG] = ACTIONS(1382), - [anon_sym_AT] = ACTIONS(1382), - [aux_sym_clone_expression_token1] = ACTIONS(1384), - [aux_sym_print_intrinsic_token1] = ACTIONS(1384), - [aux_sym_object_creation_expression_token1] = ACTIONS(1384), - [anon_sym_DASH_DASH] = ACTIONS(1382), - [anon_sym_PLUS_PLUS] = ACTIONS(1382), - [aux_sym__list_destructing_token1] = ACTIONS(1384), - [anon_sym_LBRACK] = ACTIONS(1382), - [anon_sym_self] = ACTIONS(1384), - [anon_sym_parent] = ACTIONS(1384), - [aux_sym__argument_name_token1] = ACTIONS(1384), - [aux_sym__argument_name_token2] = ACTIONS(1384), - [anon_sym_POUND_LBRACK] = ACTIONS(1382), - [aux_sym_encapsed_string_token1] = ACTIONS(1382), - [anon_sym_DQUOTE] = ACTIONS(1382), - [aux_sym_string_token1] = ACTIONS(1382), - [anon_sym_SQUOTE] = ACTIONS(1382), - [anon_sym_LT_LT_LT] = ACTIONS(1382), - [anon_sym_BQUOTE] = ACTIONS(1382), - [anon_sym_DOLLAR] = ACTIONS(1382), - [aux_sym_yield_expression_token1] = ACTIONS(1384), - [aux_sym_include_expression_token1] = ACTIONS(1384), - [aux_sym_include_once_expression_token1] = ACTIONS(1384), - [aux_sym_require_expression_token1] = ACTIONS(1384), - [aux_sym_require_once_expression_token1] = ACTIONS(1384), - [sym_comment] = ACTIONS(3), - }, - [520] = { - [ts_builtin_sym_end] = ACTIONS(1386), - [sym_name] = ACTIONS(1388), - [anon_sym_QMARK_GT] = ACTIONS(1386), - [anon_sym_SEMI] = ACTIONS(1386), - [aux_sym_function_static_declaration_token1] = ACTIONS(1388), - [aux_sym_global_declaration_token1] = ACTIONS(1388), - [aux_sym_namespace_definition_token1] = ACTIONS(1388), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1388), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1388), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1388), - [anon_sym_BSLASH] = ACTIONS(1386), - [anon_sym_LBRACE] = ACTIONS(1386), - [anon_sym_RBRACE] = ACTIONS(1386), - [aux_sym_trait_declaration_token1] = ACTIONS(1388), - [aux_sym_interface_declaration_token1] = ACTIONS(1388), - [aux_sym_enum_declaration_token1] = ACTIONS(1388), - [aux_sym_enum_case_token1] = ACTIONS(1388), - [aux_sym_class_declaration_token1] = ACTIONS(1388), - [aux_sym_final_modifier_token1] = ACTIONS(1388), - [aux_sym_abstract_modifier_token1] = ACTIONS(1388), - [aux_sym_readonly_modifier_token1] = ACTIONS(1388), - [sym_var_modifier] = ACTIONS(1388), - [aux_sym_visibility_modifier_token1] = ACTIONS(1388), - [aux_sym_visibility_modifier_token2] = ACTIONS(1388), - [aux_sym_visibility_modifier_token3] = ACTIONS(1388), - [aux_sym__arrow_function_header_token1] = ACTIONS(1388), - [anon_sym_LPAREN] = ACTIONS(1386), - [aux_sym_cast_type_token1] = ACTIONS(1388), - [aux_sym_echo_statement_token1] = ACTIONS(1388), - [aux_sym_exit_statement_token1] = ACTIONS(1388), - [anon_sym_unset] = ACTIONS(1388), - [aux_sym_declare_statement_token1] = ACTIONS(1388), - [aux_sym_declare_statement_token2] = ACTIONS(1388), - [sym_float] = ACTIONS(1388), - [aux_sym_try_statement_token1] = ACTIONS(1388), - [aux_sym_goto_statement_token1] = ACTIONS(1388), - [aux_sym_continue_statement_token1] = ACTIONS(1388), - [aux_sym_break_statement_token1] = ACTIONS(1388), - [sym_integer] = ACTIONS(1388), - [aux_sym_return_statement_token1] = ACTIONS(1388), - [aux_sym_throw_expression_token1] = ACTIONS(1388), - [aux_sym_while_statement_token1] = ACTIONS(1388), - [aux_sym_while_statement_token2] = ACTIONS(1388), - [aux_sym_do_statement_token1] = ACTIONS(1388), - [aux_sym_for_statement_token1] = ACTIONS(1388), - [aux_sym_for_statement_token2] = ACTIONS(1388), - [aux_sym_foreach_statement_token1] = ACTIONS(1388), - [aux_sym_foreach_statement_token2] = ACTIONS(1388), - [aux_sym_if_statement_token1] = ACTIONS(1388), - [aux_sym_if_statement_token2] = ACTIONS(1388), - [aux_sym_else_if_clause_token1] = ACTIONS(1388), - [aux_sym_else_clause_token1] = ACTIONS(1388), - [aux_sym_match_expression_token1] = ACTIONS(1388), - [aux_sym_match_default_expression_token1] = ACTIONS(1388), - [aux_sym_switch_statement_token1] = ACTIONS(1388), - [aux_sym_switch_block_token1] = ACTIONS(1388), - [anon_sym_PLUS] = ACTIONS(1388), - [anon_sym_DASH] = ACTIONS(1388), - [anon_sym_TILDE] = ACTIONS(1386), - [anon_sym_BANG] = ACTIONS(1386), - [anon_sym_AT] = ACTIONS(1386), - [aux_sym_clone_expression_token1] = ACTIONS(1388), - [aux_sym_print_intrinsic_token1] = ACTIONS(1388), - [aux_sym_object_creation_expression_token1] = ACTIONS(1388), - [anon_sym_DASH_DASH] = ACTIONS(1386), - [anon_sym_PLUS_PLUS] = ACTIONS(1386), - [aux_sym__list_destructing_token1] = ACTIONS(1388), - [anon_sym_LBRACK] = ACTIONS(1386), - [anon_sym_self] = ACTIONS(1388), - [anon_sym_parent] = ACTIONS(1388), - [aux_sym__argument_name_token1] = ACTIONS(1388), - [aux_sym__argument_name_token2] = ACTIONS(1388), - [anon_sym_POUND_LBRACK] = ACTIONS(1386), - [aux_sym_encapsed_string_token1] = ACTIONS(1386), - [anon_sym_DQUOTE] = ACTIONS(1386), - [aux_sym_string_token1] = ACTIONS(1386), - [anon_sym_SQUOTE] = ACTIONS(1386), - [anon_sym_LT_LT_LT] = ACTIONS(1386), - [anon_sym_BQUOTE] = ACTIONS(1386), - [anon_sym_DOLLAR] = ACTIONS(1386), - [aux_sym_yield_expression_token1] = ACTIONS(1388), - [aux_sym_include_expression_token1] = ACTIONS(1388), - [aux_sym_include_once_expression_token1] = ACTIONS(1388), - [aux_sym_require_expression_token1] = ACTIONS(1388), - [aux_sym_require_once_expression_token1] = ACTIONS(1388), - [sym_comment] = ACTIONS(3), - }, - [521] = { - [ts_builtin_sym_end] = ACTIONS(1390), - [sym_name] = ACTIONS(1392), - [anon_sym_QMARK_GT] = ACTIONS(1390), - [anon_sym_SEMI] = ACTIONS(1390), - [aux_sym_function_static_declaration_token1] = ACTIONS(1392), - [aux_sym_global_declaration_token1] = ACTIONS(1392), - [aux_sym_namespace_definition_token1] = ACTIONS(1392), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1392), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1392), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1392), - [anon_sym_BSLASH] = ACTIONS(1390), - [anon_sym_LBRACE] = ACTIONS(1390), - [anon_sym_RBRACE] = ACTIONS(1390), - [aux_sym_trait_declaration_token1] = ACTIONS(1392), - [aux_sym_interface_declaration_token1] = ACTIONS(1392), - [aux_sym_enum_declaration_token1] = ACTIONS(1392), - [aux_sym_enum_case_token1] = ACTIONS(1392), - [aux_sym_class_declaration_token1] = ACTIONS(1392), - [aux_sym_final_modifier_token1] = ACTIONS(1392), - [aux_sym_abstract_modifier_token1] = ACTIONS(1392), - [aux_sym_readonly_modifier_token1] = ACTIONS(1392), - [sym_var_modifier] = ACTIONS(1392), - [aux_sym_visibility_modifier_token1] = ACTIONS(1392), - [aux_sym_visibility_modifier_token2] = ACTIONS(1392), - [aux_sym_visibility_modifier_token3] = ACTIONS(1392), - [aux_sym__arrow_function_header_token1] = ACTIONS(1392), - [anon_sym_LPAREN] = ACTIONS(1390), - [aux_sym_cast_type_token1] = ACTIONS(1392), - [aux_sym_echo_statement_token1] = ACTIONS(1392), - [aux_sym_exit_statement_token1] = ACTIONS(1392), - [anon_sym_unset] = ACTIONS(1392), - [aux_sym_declare_statement_token1] = ACTIONS(1392), - [aux_sym_declare_statement_token2] = ACTIONS(1392), - [sym_float] = ACTIONS(1392), - [aux_sym_try_statement_token1] = ACTIONS(1392), - [aux_sym_goto_statement_token1] = ACTIONS(1392), - [aux_sym_continue_statement_token1] = ACTIONS(1392), - [aux_sym_break_statement_token1] = ACTIONS(1392), - [sym_integer] = ACTIONS(1392), - [aux_sym_return_statement_token1] = ACTIONS(1392), - [aux_sym_throw_expression_token1] = ACTIONS(1392), - [aux_sym_while_statement_token1] = ACTIONS(1392), - [aux_sym_while_statement_token2] = ACTIONS(1392), - [aux_sym_do_statement_token1] = ACTIONS(1392), - [aux_sym_for_statement_token1] = ACTIONS(1392), - [aux_sym_for_statement_token2] = ACTIONS(1392), - [aux_sym_foreach_statement_token1] = ACTIONS(1392), - [aux_sym_foreach_statement_token2] = ACTIONS(1392), - [aux_sym_if_statement_token1] = ACTIONS(1392), - [aux_sym_if_statement_token2] = ACTIONS(1392), - [aux_sym_else_if_clause_token1] = ACTIONS(1392), - [aux_sym_else_clause_token1] = ACTIONS(1392), - [aux_sym_match_expression_token1] = ACTIONS(1392), - [aux_sym_match_default_expression_token1] = ACTIONS(1392), - [aux_sym_switch_statement_token1] = ACTIONS(1392), - [aux_sym_switch_block_token1] = ACTIONS(1392), - [anon_sym_PLUS] = ACTIONS(1392), - [anon_sym_DASH] = ACTIONS(1392), - [anon_sym_TILDE] = ACTIONS(1390), - [anon_sym_BANG] = ACTIONS(1390), - [anon_sym_AT] = ACTIONS(1390), - [aux_sym_clone_expression_token1] = ACTIONS(1392), - [aux_sym_print_intrinsic_token1] = ACTIONS(1392), - [aux_sym_object_creation_expression_token1] = ACTIONS(1392), - [anon_sym_DASH_DASH] = ACTIONS(1390), - [anon_sym_PLUS_PLUS] = ACTIONS(1390), - [aux_sym__list_destructing_token1] = ACTIONS(1392), - [anon_sym_LBRACK] = ACTIONS(1390), - [anon_sym_self] = ACTIONS(1392), - [anon_sym_parent] = ACTIONS(1392), - [aux_sym__argument_name_token1] = ACTIONS(1392), - [aux_sym__argument_name_token2] = ACTIONS(1392), - [anon_sym_POUND_LBRACK] = ACTIONS(1390), - [aux_sym_encapsed_string_token1] = ACTIONS(1390), - [anon_sym_DQUOTE] = ACTIONS(1390), - [aux_sym_string_token1] = ACTIONS(1390), - [anon_sym_SQUOTE] = ACTIONS(1390), - [anon_sym_LT_LT_LT] = ACTIONS(1390), - [anon_sym_BQUOTE] = ACTIONS(1390), - [anon_sym_DOLLAR] = ACTIONS(1390), - [aux_sym_yield_expression_token1] = ACTIONS(1392), - [aux_sym_include_expression_token1] = ACTIONS(1392), - [aux_sym_include_once_expression_token1] = ACTIONS(1392), - [aux_sym_require_expression_token1] = ACTIONS(1392), - [aux_sym_require_once_expression_token1] = ACTIONS(1392), - [sym_comment] = ACTIONS(3), - }, - [522] = { - [ts_builtin_sym_end] = ACTIONS(1042), - [sym_name] = ACTIONS(1044), - [anon_sym_QMARK_GT] = ACTIONS(1042), - [anon_sym_SEMI] = ACTIONS(1042), - [aux_sym_function_static_declaration_token1] = ACTIONS(1044), - [aux_sym_global_declaration_token1] = ACTIONS(1044), - [aux_sym_namespace_definition_token1] = ACTIONS(1044), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1044), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1044), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1044), - [anon_sym_BSLASH] = ACTIONS(1042), - [anon_sym_LBRACE] = ACTIONS(1042), - [anon_sym_RBRACE] = ACTIONS(1042), - [aux_sym_trait_declaration_token1] = ACTIONS(1044), - [aux_sym_interface_declaration_token1] = ACTIONS(1044), - [aux_sym_enum_declaration_token1] = ACTIONS(1044), - [aux_sym_enum_case_token1] = ACTIONS(1044), - [aux_sym_class_declaration_token1] = ACTIONS(1044), - [aux_sym_final_modifier_token1] = ACTIONS(1044), - [aux_sym_abstract_modifier_token1] = ACTIONS(1044), - [aux_sym_readonly_modifier_token1] = ACTIONS(1044), - [sym_var_modifier] = ACTIONS(1044), - [aux_sym_visibility_modifier_token1] = ACTIONS(1044), - [aux_sym_visibility_modifier_token2] = ACTIONS(1044), - [aux_sym_visibility_modifier_token3] = ACTIONS(1044), - [aux_sym__arrow_function_header_token1] = ACTIONS(1044), - [anon_sym_LPAREN] = ACTIONS(1042), - [aux_sym_cast_type_token1] = ACTIONS(1044), - [aux_sym_echo_statement_token1] = ACTIONS(1044), - [aux_sym_exit_statement_token1] = ACTIONS(1044), - [anon_sym_unset] = ACTIONS(1044), - [aux_sym_declare_statement_token1] = ACTIONS(1044), - [aux_sym_declare_statement_token2] = ACTIONS(1044), - [sym_float] = ACTIONS(1044), - [aux_sym_try_statement_token1] = ACTIONS(1044), - [aux_sym_goto_statement_token1] = ACTIONS(1044), - [aux_sym_continue_statement_token1] = ACTIONS(1044), - [aux_sym_break_statement_token1] = ACTIONS(1044), - [sym_integer] = ACTIONS(1044), - [aux_sym_return_statement_token1] = ACTIONS(1044), - [aux_sym_throw_expression_token1] = ACTIONS(1044), - [aux_sym_while_statement_token1] = ACTIONS(1044), - [aux_sym_while_statement_token2] = ACTIONS(1044), - [aux_sym_do_statement_token1] = ACTIONS(1044), - [aux_sym_for_statement_token1] = ACTIONS(1044), - [aux_sym_for_statement_token2] = ACTIONS(1044), - [aux_sym_foreach_statement_token1] = ACTIONS(1044), - [aux_sym_foreach_statement_token2] = ACTIONS(1044), - [aux_sym_if_statement_token1] = ACTIONS(1044), - [aux_sym_if_statement_token2] = ACTIONS(1044), - [aux_sym_else_if_clause_token1] = ACTIONS(1044), - [aux_sym_else_clause_token1] = ACTIONS(1044), - [aux_sym_match_expression_token1] = ACTIONS(1044), - [aux_sym_match_default_expression_token1] = ACTIONS(1044), - [aux_sym_switch_statement_token1] = ACTIONS(1044), - [aux_sym_switch_block_token1] = ACTIONS(1044), - [anon_sym_PLUS] = ACTIONS(1044), - [anon_sym_DASH] = ACTIONS(1044), - [anon_sym_TILDE] = ACTIONS(1042), - [anon_sym_BANG] = ACTIONS(1042), - [anon_sym_AT] = ACTIONS(1042), - [aux_sym_clone_expression_token1] = ACTIONS(1044), - [aux_sym_print_intrinsic_token1] = ACTIONS(1044), - [aux_sym_object_creation_expression_token1] = ACTIONS(1044), - [anon_sym_DASH_DASH] = ACTIONS(1042), - [anon_sym_PLUS_PLUS] = ACTIONS(1042), - [aux_sym__list_destructing_token1] = ACTIONS(1044), - [anon_sym_LBRACK] = ACTIONS(1042), - [anon_sym_self] = ACTIONS(1044), - [anon_sym_parent] = ACTIONS(1044), - [aux_sym__argument_name_token1] = ACTIONS(1044), - [aux_sym__argument_name_token2] = ACTIONS(1044), - [anon_sym_POUND_LBRACK] = ACTIONS(1042), - [aux_sym_encapsed_string_token1] = ACTIONS(1042), - [anon_sym_DQUOTE] = ACTIONS(1042), - [aux_sym_string_token1] = ACTIONS(1042), - [anon_sym_SQUOTE] = ACTIONS(1042), - [anon_sym_LT_LT_LT] = ACTIONS(1042), - [anon_sym_BQUOTE] = ACTIONS(1042), - [anon_sym_DOLLAR] = ACTIONS(1042), - [aux_sym_yield_expression_token1] = ACTIONS(1044), - [aux_sym_include_expression_token1] = ACTIONS(1044), - [aux_sym_include_once_expression_token1] = ACTIONS(1044), - [aux_sym_require_expression_token1] = ACTIONS(1044), - [aux_sym_require_once_expression_token1] = ACTIONS(1044), - [sym_comment] = ACTIONS(3), - }, - [523] = { - [ts_builtin_sym_end] = ACTIONS(1394), - [sym_name] = ACTIONS(1396), - [anon_sym_QMARK_GT] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [aux_sym_function_static_declaration_token1] = ACTIONS(1396), - [aux_sym_global_declaration_token1] = ACTIONS(1396), - [aux_sym_namespace_definition_token1] = ACTIONS(1396), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1396), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1396), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1396), - [anon_sym_BSLASH] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [aux_sym_trait_declaration_token1] = ACTIONS(1396), - [aux_sym_interface_declaration_token1] = ACTIONS(1396), - [aux_sym_enum_declaration_token1] = ACTIONS(1396), - [aux_sym_enum_case_token1] = ACTIONS(1396), - [aux_sym_class_declaration_token1] = ACTIONS(1396), - [aux_sym_final_modifier_token1] = ACTIONS(1396), - [aux_sym_abstract_modifier_token1] = ACTIONS(1396), - [aux_sym_readonly_modifier_token1] = ACTIONS(1396), - [sym_var_modifier] = ACTIONS(1396), - [aux_sym_visibility_modifier_token1] = ACTIONS(1396), - [aux_sym_visibility_modifier_token2] = ACTIONS(1396), - [aux_sym_visibility_modifier_token3] = ACTIONS(1396), - [aux_sym__arrow_function_header_token1] = ACTIONS(1396), - [anon_sym_LPAREN] = ACTIONS(1394), - [aux_sym_cast_type_token1] = ACTIONS(1396), - [aux_sym_echo_statement_token1] = ACTIONS(1396), - [aux_sym_exit_statement_token1] = ACTIONS(1396), - [anon_sym_unset] = ACTIONS(1396), - [aux_sym_declare_statement_token1] = ACTIONS(1396), - [aux_sym_declare_statement_token2] = ACTIONS(1396), - [sym_float] = ACTIONS(1396), - [aux_sym_try_statement_token1] = ACTIONS(1396), - [aux_sym_goto_statement_token1] = ACTIONS(1396), - [aux_sym_continue_statement_token1] = ACTIONS(1396), - [aux_sym_break_statement_token1] = ACTIONS(1396), - [sym_integer] = ACTIONS(1396), - [aux_sym_return_statement_token1] = ACTIONS(1396), - [aux_sym_throw_expression_token1] = ACTIONS(1396), - [aux_sym_while_statement_token1] = ACTIONS(1396), - [aux_sym_while_statement_token2] = ACTIONS(1396), - [aux_sym_do_statement_token1] = ACTIONS(1396), - [aux_sym_for_statement_token1] = ACTIONS(1396), - [aux_sym_for_statement_token2] = ACTIONS(1396), - [aux_sym_foreach_statement_token1] = ACTIONS(1396), - [aux_sym_foreach_statement_token2] = ACTIONS(1396), - [aux_sym_if_statement_token1] = ACTIONS(1396), - [aux_sym_if_statement_token2] = ACTIONS(1396), - [aux_sym_else_if_clause_token1] = ACTIONS(1396), - [aux_sym_else_clause_token1] = ACTIONS(1396), - [aux_sym_match_expression_token1] = ACTIONS(1396), - [aux_sym_match_default_expression_token1] = ACTIONS(1396), - [aux_sym_switch_statement_token1] = ACTIONS(1396), - [aux_sym_switch_block_token1] = ACTIONS(1396), - [anon_sym_PLUS] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_BANG] = ACTIONS(1394), - [anon_sym_AT] = ACTIONS(1394), - [aux_sym_clone_expression_token1] = ACTIONS(1396), - [aux_sym_print_intrinsic_token1] = ACTIONS(1396), - [aux_sym_object_creation_expression_token1] = ACTIONS(1396), - [anon_sym_DASH_DASH] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [aux_sym__list_destructing_token1] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_self] = ACTIONS(1396), - [anon_sym_parent] = ACTIONS(1396), - [aux_sym__argument_name_token1] = ACTIONS(1396), - [aux_sym__argument_name_token2] = ACTIONS(1396), - [anon_sym_POUND_LBRACK] = ACTIONS(1394), - [aux_sym_encapsed_string_token1] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [aux_sym_string_token1] = ACTIONS(1394), - [anon_sym_SQUOTE] = ACTIONS(1394), - [anon_sym_LT_LT_LT] = ACTIONS(1394), - [anon_sym_BQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [aux_sym_yield_expression_token1] = ACTIONS(1396), - [aux_sym_include_expression_token1] = ACTIONS(1396), - [aux_sym_include_once_expression_token1] = ACTIONS(1396), - [aux_sym_require_expression_token1] = ACTIONS(1396), - [aux_sym_require_once_expression_token1] = ACTIONS(1396), - [sym_comment] = ACTIONS(3), - }, - [524] = { - [ts_builtin_sym_end] = ACTIONS(1398), - [sym_name] = ACTIONS(1400), - [anon_sym_QMARK_GT] = ACTIONS(1398), - [anon_sym_SEMI] = ACTIONS(1398), - [aux_sym_function_static_declaration_token1] = ACTIONS(1400), - [aux_sym_global_declaration_token1] = ACTIONS(1400), - [aux_sym_namespace_definition_token1] = ACTIONS(1400), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1400), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1400), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1400), - [anon_sym_BSLASH] = ACTIONS(1398), - [anon_sym_LBRACE] = ACTIONS(1398), - [anon_sym_RBRACE] = ACTIONS(1398), - [aux_sym_trait_declaration_token1] = ACTIONS(1400), - [aux_sym_interface_declaration_token1] = ACTIONS(1400), - [aux_sym_enum_declaration_token1] = ACTIONS(1400), - [aux_sym_enum_case_token1] = ACTIONS(1400), - [aux_sym_class_declaration_token1] = ACTIONS(1400), - [aux_sym_final_modifier_token1] = ACTIONS(1400), - [aux_sym_abstract_modifier_token1] = ACTIONS(1400), - [aux_sym_readonly_modifier_token1] = ACTIONS(1400), - [sym_var_modifier] = ACTIONS(1400), - [aux_sym_visibility_modifier_token1] = ACTIONS(1400), - [aux_sym_visibility_modifier_token2] = ACTIONS(1400), - [aux_sym_visibility_modifier_token3] = ACTIONS(1400), - [aux_sym__arrow_function_header_token1] = ACTIONS(1400), - [anon_sym_LPAREN] = ACTIONS(1398), - [aux_sym_cast_type_token1] = ACTIONS(1400), - [aux_sym_echo_statement_token1] = ACTIONS(1400), - [aux_sym_exit_statement_token1] = ACTIONS(1400), - [anon_sym_unset] = ACTIONS(1400), - [aux_sym_declare_statement_token1] = ACTIONS(1400), - [aux_sym_declare_statement_token2] = ACTIONS(1400), - [sym_float] = ACTIONS(1400), - [aux_sym_try_statement_token1] = ACTIONS(1400), - [aux_sym_goto_statement_token1] = ACTIONS(1400), - [aux_sym_continue_statement_token1] = ACTIONS(1400), - [aux_sym_break_statement_token1] = ACTIONS(1400), - [sym_integer] = ACTIONS(1400), - [aux_sym_return_statement_token1] = ACTIONS(1400), - [aux_sym_throw_expression_token1] = ACTIONS(1400), - [aux_sym_while_statement_token1] = ACTIONS(1400), - [aux_sym_while_statement_token2] = ACTIONS(1400), - [aux_sym_do_statement_token1] = ACTIONS(1400), - [aux_sym_for_statement_token1] = ACTIONS(1400), - [aux_sym_for_statement_token2] = ACTIONS(1400), - [aux_sym_foreach_statement_token1] = ACTIONS(1400), - [aux_sym_foreach_statement_token2] = ACTIONS(1400), - [aux_sym_if_statement_token1] = ACTIONS(1400), - [aux_sym_if_statement_token2] = ACTIONS(1400), - [aux_sym_else_if_clause_token1] = ACTIONS(1400), - [aux_sym_else_clause_token1] = ACTIONS(1400), - [aux_sym_match_expression_token1] = ACTIONS(1400), - [aux_sym_match_default_expression_token1] = ACTIONS(1400), - [aux_sym_switch_statement_token1] = ACTIONS(1400), - [aux_sym_switch_block_token1] = ACTIONS(1400), - [anon_sym_PLUS] = ACTIONS(1400), - [anon_sym_DASH] = ACTIONS(1400), - [anon_sym_TILDE] = ACTIONS(1398), - [anon_sym_BANG] = ACTIONS(1398), - [anon_sym_AT] = ACTIONS(1398), - [aux_sym_clone_expression_token1] = ACTIONS(1400), - [aux_sym_print_intrinsic_token1] = ACTIONS(1400), - [aux_sym_object_creation_expression_token1] = ACTIONS(1400), - [anon_sym_DASH_DASH] = ACTIONS(1398), - [anon_sym_PLUS_PLUS] = ACTIONS(1398), - [aux_sym__list_destructing_token1] = ACTIONS(1400), - [anon_sym_LBRACK] = ACTIONS(1398), - [anon_sym_self] = ACTIONS(1400), - [anon_sym_parent] = ACTIONS(1400), - [aux_sym__argument_name_token1] = ACTIONS(1400), - [aux_sym__argument_name_token2] = ACTIONS(1400), - [anon_sym_POUND_LBRACK] = ACTIONS(1398), - [aux_sym_encapsed_string_token1] = ACTIONS(1398), - [anon_sym_DQUOTE] = ACTIONS(1398), - [aux_sym_string_token1] = ACTIONS(1398), - [anon_sym_SQUOTE] = ACTIONS(1398), - [anon_sym_LT_LT_LT] = ACTIONS(1398), - [anon_sym_BQUOTE] = ACTIONS(1398), - [anon_sym_DOLLAR] = ACTIONS(1398), - [aux_sym_yield_expression_token1] = ACTIONS(1400), - [aux_sym_include_expression_token1] = ACTIONS(1400), - [aux_sym_include_once_expression_token1] = ACTIONS(1400), - [aux_sym_require_expression_token1] = ACTIONS(1400), - [aux_sym_require_once_expression_token1] = ACTIONS(1400), - [sym_comment] = ACTIONS(3), - }, - [525] = { - [ts_builtin_sym_end] = ACTIONS(1090), - [sym_name] = ACTIONS(1092), - [anon_sym_QMARK_GT] = ACTIONS(1090), - [anon_sym_SEMI] = ACTIONS(1090), - [aux_sym_function_static_declaration_token1] = ACTIONS(1092), - [aux_sym_global_declaration_token1] = ACTIONS(1092), - [aux_sym_namespace_definition_token1] = ACTIONS(1092), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1092), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1092), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1092), - [anon_sym_BSLASH] = ACTIONS(1090), - [anon_sym_LBRACE] = ACTIONS(1090), - [anon_sym_RBRACE] = ACTIONS(1090), - [aux_sym_trait_declaration_token1] = ACTIONS(1092), - [aux_sym_interface_declaration_token1] = ACTIONS(1092), - [aux_sym_enum_declaration_token1] = ACTIONS(1092), - [aux_sym_enum_case_token1] = ACTIONS(1092), - [aux_sym_class_declaration_token1] = ACTIONS(1092), - [aux_sym_final_modifier_token1] = ACTIONS(1092), - [aux_sym_abstract_modifier_token1] = ACTIONS(1092), - [aux_sym_readonly_modifier_token1] = ACTIONS(1092), - [sym_var_modifier] = ACTIONS(1092), - [aux_sym_visibility_modifier_token1] = ACTIONS(1092), - [aux_sym_visibility_modifier_token2] = ACTIONS(1092), - [aux_sym_visibility_modifier_token3] = ACTIONS(1092), - [aux_sym__arrow_function_header_token1] = ACTIONS(1092), - [anon_sym_LPAREN] = ACTIONS(1090), - [aux_sym_cast_type_token1] = ACTIONS(1092), - [aux_sym_echo_statement_token1] = ACTIONS(1092), - [aux_sym_exit_statement_token1] = ACTIONS(1092), - [anon_sym_unset] = ACTIONS(1092), - [aux_sym_declare_statement_token1] = ACTIONS(1092), - [aux_sym_declare_statement_token2] = ACTIONS(1092), - [sym_float] = ACTIONS(1092), - [aux_sym_try_statement_token1] = ACTIONS(1092), - [aux_sym_goto_statement_token1] = ACTIONS(1092), - [aux_sym_continue_statement_token1] = ACTIONS(1092), - [aux_sym_break_statement_token1] = ACTIONS(1092), - [sym_integer] = ACTIONS(1092), - [aux_sym_return_statement_token1] = ACTIONS(1092), - [aux_sym_throw_expression_token1] = ACTIONS(1092), - [aux_sym_while_statement_token1] = ACTIONS(1092), - [aux_sym_while_statement_token2] = ACTIONS(1092), - [aux_sym_do_statement_token1] = ACTIONS(1092), - [aux_sym_for_statement_token1] = ACTIONS(1092), - [aux_sym_for_statement_token2] = ACTIONS(1092), - [aux_sym_foreach_statement_token1] = ACTIONS(1092), - [aux_sym_foreach_statement_token2] = ACTIONS(1092), - [aux_sym_if_statement_token1] = ACTIONS(1092), - [aux_sym_if_statement_token2] = ACTIONS(1092), - [aux_sym_else_if_clause_token1] = ACTIONS(1092), - [aux_sym_else_clause_token1] = ACTIONS(1092), - [aux_sym_match_expression_token1] = ACTIONS(1092), - [aux_sym_match_default_expression_token1] = ACTIONS(1092), - [aux_sym_switch_statement_token1] = ACTIONS(1092), - [aux_sym_switch_block_token1] = ACTIONS(1092), - [anon_sym_PLUS] = ACTIONS(1092), - [anon_sym_DASH] = ACTIONS(1092), - [anon_sym_TILDE] = ACTIONS(1090), - [anon_sym_BANG] = ACTIONS(1090), - [anon_sym_AT] = ACTIONS(1090), - [aux_sym_clone_expression_token1] = ACTIONS(1092), - [aux_sym_print_intrinsic_token1] = ACTIONS(1092), - [aux_sym_object_creation_expression_token1] = ACTIONS(1092), - [anon_sym_DASH_DASH] = ACTIONS(1090), - [anon_sym_PLUS_PLUS] = ACTIONS(1090), - [aux_sym__list_destructing_token1] = ACTIONS(1092), - [anon_sym_LBRACK] = ACTIONS(1090), - [anon_sym_self] = ACTIONS(1092), - [anon_sym_parent] = ACTIONS(1092), - [aux_sym__argument_name_token1] = ACTIONS(1092), - [aux_sym__argument_name_token2] = ACTIONS(1092), - [anon_sym_POUND_LBRACK] = ACTIONS(1090), - [aux_sym_encapsed_string_token1] = ACTIONS(1090), - [anon_sym_DQUOTE] = ACTIONS(1090), - [aux_sym_string_token1] = ACTIONS(1090), - [anon_sym_SQUOTE] = ACTIONS(1090), - [anon_sym_LT_LT_LT] = ACTIONS(1090), - [anon_sym_BQUOTE] = ACTIONS(1090), - [anon_sym_DOLLAR] = ACTIONS(1090), - [aux_sym_yield_expression_token1] = ACTIONS(1092), - [aux_sym_include_expression_token1] = ACTIONS(1092), - [aux_sym_include_once_expression_token1] = ACTIONS(1092), - [aux_sym_require_expression_token1] = ACTIONS(1092), - [aux_sym_require_once_expression_token1] = ACTIONS(1092), - [sym_comment] = ACTIONS(3), - }, - [526] = { - [ts_builtin_sym_end] = ACTIONS(1394), - [sym_name] = ACTIONS(1396), - [anon_sym_QMARK_GT] = ACTIONS(1394), - [anon_sym_SEMI] = ACTIONS(1394), - [aux_sym_function_static_declaration_token1] = ACTIONS(1396), - [aux_sym_global_declaration_token1] = ACTIONS(1396), - [aux_sym_namespace_definition_token1] = ACTIONS(1396), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1396), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1396), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1396), - [anon_sym_BSLASH] = ACTIONS(1394), - [anon_sym_LBRACE] = ACTIONS(1394), - [anon_sym_RBRACE] = ACTIONS(1394), - [aux_sym_trait_declaration_token1] = ACTIONS(1396), - [aux_sym_interface_declaration_token1] = ACTIONS(1396), - [aux_sym_enum_declaration_token1] = ACTIONS(1396), - [aux_sym_enum_case_token1] = ACTIONS(1396), - [aux_sym_class_declaration_token1] = ACTIONS(1396), - [aux_sym_final_modifier_token1] = ACTIONS(1396), - [aux_sym_abstract_modifier_token1] = ACTIONS(1396), - [aux_sym_readonly_modifier_token1] = ACTIONS(1396), - [sym_var_modifier] = ACTIONS(1396), - [aux_sym_visibility_modifier_token1] = ACTIONS(1396), - [aux_sym_visibility_modifier_token2] = ACTIONS(1396), - [aux_sym_visibility_modifier_token3] = ACTIONS(1396), - [aux_sym__arrow_function_header_token1] = ACTIONS(1396), - [anon_sym_LPAREN] = ACTIONS(1394), - [aux_sym_cast_type_token1] = ACTIONS(1396), - [aux_sym_echo_statement_token1] = ACTIONS(1396), - [aux_sym_exit_statement_token1] = ACTIONS(1396), - [anon_sym_unset] = ACTIONS(1396), - [aux_sym_declare_statement_token1] = ACTIONS(1396), - [aux_sym_declare_statement_token2] = ACTIONS(1396), - [sym_float] = ACTIONS(1396), - [aux_sym_try_statement_token1] = ACTIONS(1396), - [aux_sym_goto_statement_token1] = ACTIONS(1396), - [aux_sym_continue_statement_token1] = ACTIONS(1396), - [aux_sym_break_statement_token1] = ACTIONS(1396), - [sym_integer] = ACTIONS(1396), - [aux_sym_return_statement_token1] = ACTIONS(1396), - [aux_sym_throw_expression_token1] = ACTIONS(1396), - [aux_sym_while_statement_token1] = ACTIONS(1396), - [aux_sym_while_statement_token2] = ACTIONS(1396), - [aux_sym_do_statement_token1] = ACTIONS(1396), - [aux_sym_for_statement_token1] = ACTIONS(1396), - [aux_sym_for_statement_token2] = ACTIONS(1396), - [aux_sym_foreach_statement_token1] = ACTIONS(1396), - [aux_sym_foreach_statement_token2] = ACTIONS(1396), - [aux_sym_if_statement_token1] = ACTIONS(1396), - [aux_sym_if_statement_token2] = ACTIONS(1396), - [aux_sym_else_if_clause_token1] = ACTIONS(1396), - [aux_sym_else_clause_token1] = ACTIONS(1396), - [aux_sym_match_expression_token1] = ACTIONS(1396), - [aux_sym_match_default_expression_token1] = ACTIONS(1396), - [aux_sym_switch_statement_token1] = ACTIONS(1396), - [aux_sym_switch_block_token1] = ACTIONS(1396), - [anon_sym_PLUS] = ACTIONS(1396), - [anon_sym_DASH] = ACTIONS(1396), - [anon_sym_TILDE] = ACTIONS(1394), - [anon_sym_BANG] = ACTIONS(1394), - [anon_sym_AT] = ACTIONS(1394), - [aux_sym_clone_expression_token1] = ACTIONS(1396), - [aux_sym_print_intrinsic_token1] = ACTIONS(1396), - [aux_sym_object_creation_expression_token1] = ACTIONS(1396), - [anon_sym_DASH_DASH] = ACTIONS(1394), - [anon_sym_PLUS_PLUS] = ACTIONS(1394), - [aux_sym__list_destructing_token1] = ACTIONS(1396), - [anon_sym_LBRACK] = ACTIONS(1394), - [anon_sym_self] = ACTIONS(1396), - [anon_sym_parent] = ACTIONS(1396), - [aux_sym__argument_name_token1] = ACTIONS(1396), - [aux_sym__argument_name_token2] = ACTIONS(1396), - [anon_sym_POUND_LBRACK] = ACTIONS(1394), - [aux_sym_encapsed_string_token1] = ACTIONS(1394), - [anon_sym_DQUOTE] = ACTIONS(1394), - [aux_sym_string_token1] = ACTIONS(1394), - [anon_sym_SQUOTE] = ACTIONS(1394), - [anon_sym_LT_LT_LT] = ACTIONS(1394), - [anon_sym_BQUOTE] = ACTIONS(1394), - [anon_sym_DOLLAR] = ACTIONS(1394), - [aux_sym_yield_expression_token1] = ACTIONS(1396), - [aux_sym_include_expression_token1] = ACTIONS(1396), - [aux_sym_include_once_expression_token1] = ACTIONS(1396), - [aux_sym_require_expression_token1] = ACTIONS(1396), - [aux_sym_require_once_expression_token1] = ACTIONS(1396), - [sym_comment] = ACTIONS(3), - }, - [527] = { - [ts_builtin_sym_end] = ACTIONS(1402), - [sym_name] = ACTIONS(1404), - [anon_sym_QMARK_GT] = ACTIONS(1402), - [anon_sym_SEMI] = ACTIONS(1402), - [aux_sym_function_static_declaration_token1] = ACTIONS(1404), - [aux_sym_global_declaration_token1] = ACTIONS(1404), - [aux_sym_namespace_definition_token1] = ACTIONS(1404), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1404), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1404), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1404), - [anon_sym_BSLASH] = ACTIONS(1402), - [anon_sym_LBRACE] = ACTIONS(1402), - [anon_sym_RBRACE] = ACTIONS(1402), - [aux_sym_trait_declaration_token1] = ACTIONS(1404), - [aux_sym_interface_declaration_token1] = ACTIONS(1404), - [aux_sym_enum_declaration_token1] = ACTIONS(1404), - [aux_sym_enum_case_token1] = ACTIONS(1404), - [aux_sym_class_declaration_token1] = ACTIONS(1404), - [aux_sym_final_modifier_token1] = ACTIONS(1404), - [aux_sym_abstract_modifier_token1] = ACTIONS(1404), - [aux_sym_readonly_modifier_token1] = ACTIONS(1404), - [sym_var_modifier] = ACTIONS(1404), - [aux_sym_visibility_modifier_token1] = ACTIONS(1404), - [aux_sym_visibility_modifier_token2] = ACTIONS(1404), - [aux_sym_visibility_modifier_token3] = ACTIONS(1404), - [aux_sym__arrow_function_header_token1] = ACTIONS(1404), - [anon_sym_LPAREN] = ACTIONS(1402), - [aux_sym_cast_type_token1] = ACTIONS(1404), - [aux_sym_echo_statement_token1] = ACTIONS(1404), - [aux_sym_exit_statement_token1] = ACTIONS(1404), - [anon_sym_unset] = ACTIONS(1404), - [aux_sym_declare_statement_token1] = ACTIONS(1404), - [aux_sym_declare_statement_token2] = ACTIONS(1404), - [sym_float] = ACTIONS(1404), - [aux_sym_try_statement_token1] = ACTIONS(1404), - [aux_sym_goto_statement_token1] = ACTIONS(1404), - [aux_sym_continue_statement_token1] = ACTIONS(1404), - [aux_sym_break_statement_token1] = ACTIONS(1404), - [sym_integer] = ACTIONS(1404), - [aux_sym_return_statement_token1] = ACTIONS(1404), - [aux_sym_throw_expression_token1] = ACTIONS(1404), - [aux_sym_while_statement_token1] = ACTIONS(1404), - [aux_sym_while_statement_token2] = ACTIONS(1404), - [aux_sym_do_statement_token1] = ACTIONS(1404), - [aux_sym_for_statement_token1] = ACTIONS(1404), - [aux_sym_for_statement_token2] = ACTIONS(1404), - [aux_sym_foreach_statement_token1] = ACTIONS(1404), - [aux_sym_foreach_statement_token2] = ACTIONS(1404), - [aux_sym_if_statement_token1] = ACTIONS(1404), - [aux_sym_if_statement_token2] = ACTIONS(1404), - [aux_sym_else_if_clause_token1] = ACTIONS(1404), - [aux_sym_else_clause_token1] = ACTIONS(1404), - [aux_sym_match_expression_token1] = ACTIONS(1404), - [aux_sym_match_default_expression_token1] = ACTIONS(1404), - [aux_sym_switch_statement_token1] = ACTIONS(1404), - [aux_sym_switch_block_token1] = ACTIONS(1404), - [anon_sym_PLUS] = ACTIONS(1404), - [anon_sym_DASH] = ACTIONS(1404), - [anon_sym_TILDE] = ACTIONS(1402), - [anon_sym_BANG] = ACTIONS(1402), - [anon_sym_AT] = ACTIONS(1402), - [aux_sym_clone_expression_token1] = ACTIONS(1404), - [aux_sym_print_intrinsic_token1] = ACTIONS(1404), - [aux_sym_object_creation_expression_token1] = ACTIONS(1404), - [anon_sym_DASH_DASH] = ACTIONS(1402), - [anon_sym_PLUS_PLUS] = ACTIONS(1402), - [aux_sym__list_destructing_token1] = ACTIONS(1404), - [anon_sym_LBRACK] = ACTIONS(1402), - [anon_sym_self] = ACTIONS(1404), - [anon_sym_parent] = ACTIONS(1404), - [aux_sym__argument_name_token1] = ACTIONS(1404), - [aux_sym__argument_name_token2] = ACTIONS(1404), - [anon_sym_POUND_LBRACK] = ACTIONS(1402), - [aux_sym_encapsed_string_token1] = ACTIONS(1402), - [anon_sym_DQUOTE] = ACTIONS(1402), - [aux_sym_string_token1] = ACTIONS(1402), - [anon_sym_SQUOTE] = ACTIONS(1402), - [anon_sym_LT_LT_LT] = ACTIONS(1402), - [anon_sym_BQUOTE] = ACTIONS(1402), - [anon_sym_DOLLAR] = ACTIONS(1402), - [aux_sym_yield_expression_token1] = ACTIONS(1404), - [aux_sym_include_expression_token1] = ACTIONS(1404), - [aux_sym_include_once_expression_token1] = ACTIONS(1404), - [aux_sym_require_expression_token1] = ACTIONS(1404), - [aux_sym_require_once_expression_token1] = ACTIONS(1404), - [sym_comment] = ACTIONS(3), - }, - [528] = { - [ts_builtin_sym_end] = ACTIONS(1406), - [sym_name] = ACTIONS(1408), - [anon_sym_QMARK_GT] = ACTIONS(1406), - [anon_sym_SEMI] = ACTIONS(1406), - [aux_sym_function_static_declaration_token1] = ACTIONS(1408), - [aux_sym_global_declaration_token1] = ACTIONS(1408), - [aux_sym_namespace_definition_token1] = ACTIONS(1408), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1408), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1408), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1408), - [anon_sym_BSLASH] = ACTIONS(1406), - [anon_sym_LBRACE] = ACTIONS(1406), - [anon_sym_RBRACE] = ACTIONS(1406), - [aux_sym_trait_declaration_token1] = ACTIONS(1408), - [aux_sym_interface_declaration_token1] = ACTIONS(1408), - [aux_sym_enum_declaration_token1] = ACTIONS(1408), - [aux_sym_enum_case_token1] = ACTIONS(1408), - [aux_sym_class_declaration_token1] = ACTIONS(1408), - [aux_sym_final_modifier_token1] = ACTIONS(1408), - [aux_sym_abstract_modifier_token1] = ACTIONS(1408), - [aux_sym_readonly_modifier_token1] = ACTIONS(1408), - [sym_var_modifier] = ACTIONS(1408), - [aux_sym_visibility_modifier_token1] = ACTIONS(1408), - [aux_sym_visibility_modifier_token2] = ACTIONS(1408), - [aux_sym_visibility_modifier_token3] = ACTIONS(1408), - [aux_sym__arrow_function_header_token1] = ACTIONS(1408), - [anon_sym_LPAREN] = ACTIONS(1406), - [aux_sym_cast_type_token1] = ACTIONS(1408), - [aux_sym_echo_statement_token1] = ACTIONS(1408), - [aux_sym_exit_statement_token1] = ACTIONS(1408), - [anon_sym_unset] = ACTIONS(1408), - [aux_sym_declare_statement_token1] = ACTIONS(1408), - [aux_sym_declare_statement_token2] = ACTIONS(1408), - [sym_float] = ACTIONS(1408), - [aux_sym_try_statement_token1] = ACTIONS(1408), - [aux_sym_goto_statement_token1] = ACTIONS(1408), - [aux_sym_continue_statement_token1] = ACTIONS(1408), - [aux_sym_break_statement_token1] = ACTIONS(1408), - [sym_integer] = ACTIONS(1408), - [aux_sym_return_statement_token1] = ACTIONS(1408), - [aux_sym_throw_expression_token1] = ACTIONS(1408), - [aux_sym_while_statement_token1] = ACTIONS(1408), - [aux_sym_while_statement_token2] = ACTIONS(1408), - [aux_sym_do_statement_token1] = ACTIONS(1408), - [aux_sym_for_statement_token1] = ACTIONS(1408), - [aux_sym_for_statement_token2] = ACTIONS(1408), - [aux_sym_foreach_statement_token1] = ACTIONS(1408), - [aux_sym_foreach_statement_token2] = ACTIONS(1408), - [aux_sym_if_statement_token1] = ACTIONS(1408), - [aux_sym_if_statement_token2] = ACTIONS(1408), - [aux_sym_else_if_clause_token1] = ACTIONS(1408), - [aux_sym_else_clause_token1] = ACTIONS(1408), - [aux_sym_match_expression_token1] = ACTIONS(1408), - [aux_sym_match_default_expression_token1] = ACTIONS(1408), - [aux_sym_switch_statement_token1] = ACTIONS(1408), - [aux_sym_switch_block_token1] = ACTIONS(1408), - [anon_sym_PLUS] = ACTIONS(1408), - [anon_sym_DASH] = ACTIONS(1408), - [anon_sym_TILDE] = ACTIONS(1406), - [anon_sym_BANG] = ACTIONS(1406), - [anon_sym_AT] = ACTIONS(1406), - [aux_sym_clone_expression_token1] = ACTIONS(1408), - [aux_sym_print_intrinsic_token1] = ACTIONS(1408), - [aux_sym_object_creation_expression_token1] = ACTIONS(1408), - [anon_sym_DASH_DASH] = ACTIONS(1406), - [anon_sym_PLUS_PLUS] = ACTIONS(1406), - [aux_sym__list_destructing_token1] = ACTIONS(1408), - [anon_sym_LBRACK] = ACTIONS(1406), - [anon_sym_self] = ACTIONS(1408), - [anon_sym_parent] = ACTIONS(1408), - [aux_sym__argument_name_token1] = ACTIONS(1408), - [aux_sym__argument_name_token2] = ACTIONS(1408), - [anon_sym_POUND_LBRACK] = ACTIONS(1406), - [aux_sym_encapsed_string_token1] = ACTIONS(1406), - [anon_sym_DQUOTE] = ACTIONS(1406), - [aux_sym_string_token1] = ACTIONS(1406), - [anon_sym_SQUOTE] = ACTIONS(1406), - [anon_sym_LT_LT_LT] = ACTIONS(1406), - [anon_sym_BQUOTE] = ACTIONS(1406), - [anon_sym_DOLLAR] = ACTIONS(1406), - [aux_sym_yield_expression_token1] = ACTIONS(1408), - [aux_sym_include_expression_token1] = ACTIONS(1408), - [aux_sym_include_once_expression_token1] = ACTIONS(1408), - [aux_sym_require_expression_token1] = ACTIONS(1408), - [aux_sym_require_once_expression_token1] = ACTIONS(1408), - [sym_comment] = ACTIONS(3), - }, - [529] = { - [ts_builtin_sym_end] = ACTIONS(1410), - [sym_name] = ACTIONS(1412), - [anon_sym_QMARK_GT] = ACTIONS(1410), - [anon_sym_SEMI] = ACTIONS(1410), - [aux_sym_function_static_declaration_token1] = ACTIONS(1412), - [aux_sym_global_declaration_token1] = ACTIONS(1412), - [aux_sym_namespace_definition_token1] = ACTIONS(1412), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1412), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1412), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1412), - [anon_sym_BSLASH] = ACTIONS(1410), - [anon_sym_LBRACE] = ACTIONS(1410), - [anon_sym_RBRACE] = ACTIONS(1410), - [aux_sym_trait_declaration_token1] = ACTIONS(1412), - [aux_sym_interface_declaration_token1] = ACTIONS(1412), - [aux_sym_enum_declaration_token1] = ACTIONS(1412), - [aux_sym_enum_case_token1] = ACTIONS(1412), - [aux_sym_class_declaration_token1] = ACTIONS(1412), - [aux_sym_final_modifier_token1] = ACTIONS(1412), - [aux_sym_abstract_modifier_token1] = ACTIONS(1412), - [aux_sym_readonly_modifier_token1] = ACTIONS(1412), - [sym_var_modifier] = ACTIONS(1412), - [aux_sym_visibility_modifier_token1] = ACTIONS(1412), - [aux_sym_visibility_modifier_token2] = ACTIONS(1412), - [aux_sym_visibility_modifier_token3] = ACTIONS(1412), - [aux_sym__arrow_function_header_token1] = ACTIONS(1412), - [anon_sym_LPAREN] = ACTIONS(1410), - [aux_sym_cast_type_token1] = ACTIONS(1412), - [aux_sym_echo_statement_token1] = ACTIONS(1412), - [aux_sym_exit_statement_token1] = ACTIONS(1412), - [anon_sym_unset] = ACTIONS(1412), - [aux_sym_declare_statement_token1] = ACTIONS(1412), - [aux_sym_declare_statement_token2] = ACTIONS(1412), - [sym_float] = ACTIONS(1412), - [aux_sym_try_statement_token1] = ACTIONS(1412), - [aux_sym_goto_statement_token1] = ACTIONS(1412), - [aux_sym_continue_statement_token1] = ACTIONS(1412), - [aux_sym_break_statement_token1] = ACTIONS(1412), - [sym_integer] = ACTIONS(1412), - [aux_sym_return_statement_token1] = ACTIONS(1412), - [aux_sym_throw_expression_token1] = ACTIONS(1412), - [aux_sym_while_statement_token1] = ACTIONS(1412), - [aux_sym_while_statement_token2] = ACTIONS(1412), - [aux_sym_do_statement_token1] = ACTIONS(1412), - [aux_sym_for_statement_token1] = ACTIONS(1412), - [aux_sym_for_statement_token2] = ACTIONS(1412), - [aux_sym_foreach_statement_token1] = ACTIONS(1412), - [aux_sym_foreach_statement_token2] = ACTIONS(1412), - [aux_sym_if_statement_token1] = ACTIONS(1412), - [aux_sym_if_statement_token2] = ACTIONS(1412), - [aux_sym_else_if_clause_token1] = ACTIONS(1412), - [aux_sym_else_clause_token1] = ACTIONS(1412), - [aux_sym_match_expression_token1] = ACTIONS(1412), - [aux_sym_match_default_expression_token1] = ACTIONS(1412), - [aux_sym_switch_statement_token1] = ACTIONS(1412), - [aux_sym_switch_block_token1] = ACTIONS(1412), - [anon_sym_PLUS] = ACTIONS(1412), - [anon_sym_DASH] = ACTIONS(1412), - [anon_sym_TILDE] = ACTIONS(1410), - [anon_sym_BANG] = ACTIONS(1410), - [anon_sym_AT] = ACTIONS(1410), - [aux_sym_clone_expression_token1] = ACTIONS(1412), - [aux_sym_print_intrinsic_token1] = ACTIONS(1412), - [aux_sym_object_creation_expression_token1] = ACTIONS(1412), - [anon_sym_DASH_DASH] = ACTIONS(1410), - [anon_sym_PLUS_PLUS] = ACTIONS(1410), - [aux_sym__list_destructing_token1] = ACTIONS(1412), - [anon_sym_LBRACK] = ACTIONS(1410), - [anon_sym_self] = ACTIONS(1412), - [anon_sym_parent] = ACTIONS(1412), - [aux_sym__argument_name_token1] = ACTIONS(1412), - [aux_sym__argument_name_token2] = ACTIONS(1412), - [anon_sym_POUND_LBRACK] = ACTIONS(1410), - [aux_sym_encapsed_string_token1] = ACTIONS(1410), - [anon_sym_DQUOTE] = ACTIONS(1410), - [aux_sym_string_token1] = ACTIONS(1410), - [anon_sym_SQUOTE] = ACTIONS(1410), - [anon_sym_LT_LT_LT] = ACTIONS(1410), - [anon_sym_BQUOTE] = ACTIONS(1410), - [anon_sym_DOLLAR] = ACTIONS(1410), - [aux_sym_yield_expression_token1] = ACTIONS(1412), - [aux_sym_include_expression_token1] = ACTIONS(1412), - [aux_sym_include_once_expression_token1] = ACTIONS(1412), - [aux_sym_require_expression_token1] = ACTIONS(1412), - [aux_sym_require_once_expression_token1] = ACTIONS(1412), - [sym_comment] = ACTIONS(3), - }, - [530] = { - [ts_builtin_sym_end] = ACTIONS(1414), - [sym_name] = ACTIONS(1416), - [anon_sym_QMARK_GT] = ACTIONS(1414), - [anon_sym_SEMI] = ACTIONS(1414), - [aux_sym_function_static_declaration_token1] = ACTIONS(1416), - [aux_sym_global_declaration_token1] = ACTIONS(1416), - [aux_sym_namespace_definition_token1] = ACTIONS(1416), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1416), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1416), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1416), - [anon_sym_BSLASH] = ACTIONS(1414), - [anon_sym_LBRACE] = ACTIONS(1414), - [anon_sym_RBRACE] = ACTIONS(1414), - [aux_sym_trait_declaration_token1] = ACTIONS(1416), - [aux_sym_interface_declaration_token1] = ACTIONS(1416), - [aux_sym_enum_declaration_token1] = ACTIONS(1416), - [aux_sym_enum_case_token1] = ACTIONS(1416), - [aux_sym_class_declaration_token1] = ACTIONS(1416), - [aux_sym_final_modifier_token1] = ACTIONS(1416), - [aux_sym_abstract_modifier_token1] = ACTIONS(1416), - [aux_sym_readonly_modifier_token1] = ACTIONS(1416), - [sym_var_modifier] = ACTIONS(1416), - [aux_sym_visibility_modifier_token1] = ACTIONS(1416), - [aux_sym_visibility_modifier_token2] = ACTIONS(1416), - [aux_sym_visibility_modifier_token3] = ACTIONS(1416), - [aux_sym__arrow_function_header_token1] = ACTIONS(1416), - [anon_sym_LPAREN] = ACTIONS(1414), - [aux_sym_cast_type_token1] = ACTIONS(1416), - [aux_sym_echo_statement_token1] = ACTIONS(1416), - [aux_sym_exit_statement_token1] = ACTIONS(1416), - [anon_sym_unset] = ACTIONS(1416), - [aux_sym_declare_statement_token1] = ACTIONS(1416), - [aux_sym_declare_statement_token2] = ACTIONS(1416), - [sym_float] = ACTIONS(1416), - [aux_sym_try_statement_token1] = ACTIONS(1416), - [aux_sym_goto_statement_token1] = ACTIONS(1416), - [aux_sym_continue_statement_token1] = ACTIONS(1416), - [aux_sym_break_statement_token1] = ACTIONS(1416), - [sym_integer] = ACTIONS(1416), - [aux_sym_return_statement_token1] = ACTIONS(1416), - [aux_sym_throw_expression_token1] = ACTIONS(1416), - [aux_sym_while_statement_token1] = ACTIONS(1416), - [aux_sym_while_statement_token2] = ACTIONS(1416), - [aux_sym_do_statement_token1] = ACTIONS(1416), - [aux_sym_for_statement_token1] = ACTIONS(1416), - [aux_sym_for_statement_token2] = ACTIONS(1416), - [aux_sym_foreach_statement_token1] = ACTIONS(1416), - [aux_sym_foreach_statement_token2] = ACTIONS(1416), - [aux_sym_if_statement_token1] = ACTIONS(1416), - [aux_sym_if_statement_token2] = ACTIONS(1416), - [aux_sym_else_if_clause_token1] = ACTIONS(1416), - [aux_sym_else_clause_token1] = ACTIONS(1416), - [aux_sym_match_expression_token1] = ACTIONS(1416), - [aux_sym_match_default_expression_token1] = ACTIONS(1416), - [aux_sym_switch_statement_token1] = ACTIONS(1416), - [aux_sym_switch_block_token1] = ACTIONS(1416), - [anon_sym_PLUS] = ACTIONS(1416), - [anon_sym_DASH] = ACTIONS(1416), - [anon_sym_TILDE] = ACTIONS(1414), - [anon_sym_BANG] = ACTIONS(1414), - [anon_sym_AT] = ACTIONS(1414), - [aux_sym_clone_expression_token1] = ACTIONS(1416), - [aux_sym_print_intrinsic_token1] = ACTIONS(1416), - [aux_sym_object_creation_expression_token1] = ACTIONS(1416), - [anon_sym_DASH_DASH] = ACTIONS(1414), - [anon_sym_PLUS_PLUS] = ACTIONS(1414), - [aux_sym__list_destructing_token1] = ACTIONS(1416), - [anon_sym_LBRACK] = ACTIONS(1414), - [anon_sym_self] = ACTIONS(1416), - [anon_sym_parent] = ACTIONS(1416), - [aux_sym__argument_name_token1] = ACTIONS(1416), - [aux_sym__argument_name_token2] = ACTIONS(1416), - [anon_sym_POUND_LBRACK] = ACTIONS(1414), - [aux_sym_encapsed_string_token1] = ACTIONS(1414), - [anon_sym_DQUOTE] = ACTIONS(1414), - [aux_sym_string_token1] = ACTIONS(1414), - [anon_sym_SQUOTE] = ACTIONS(1414), - [anon_sym_LT_LT_LT] = ACTIONS(1414), - [anon_sym_BQUOTE] = ACTIONS(1414), - [anon_sym_DOLLAR] = ACTIONS(1414), - [aux_sym_yield_expression_token1] = ACTIONS(1416), - [aux_sym_include_expression_token1] = ACTIONS(1416), - [aux_sym_include_once_expression_token1] = ACTIONS(1416), - [aux_sym_require_expression_token1] = ACTIONS(1416), - [aux_sym_require_once_expression_token1] = ACTIONS(1416), - [sym_comment] = ACTIONS(3), - }, - [531] = { - [ts_builtin_sym_end] = ACTIONS(1418), - [sym_name] = ACTIONS(1420), - [anon_sym_QMARK_GT] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1418), - [aux_sym_function_static_declaration_token1] = ACTIONS(1420), - [aux_sym_global_declaration_token1] = ACTIONS(1420), - [aux_sym_namespace_definition_token1] = ACTIONS(1420), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1420), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1420), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1420), - [anon_sym_BSLASH] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_RBRACE] = ACTIONS(1418), - [aux_sym_trait_declaration_token1] = ACTIONS(1420), - [aux_sym_interface_declaration_token1] = ACTIONS(1420), - [aux_sym_enum_declaration_token1] = ACTIONS(1420), - [aux_sym_enum_case_token1] = ACTIONS(1420), - [aux_sym_class_declaration_token1] = ACTIONS(1420), - [aux_sym_final_modifier_token1] = ACTIONS(1420), - [aux_sym_abstract_modifier_token1] = ACTIONS(1420), - [aux_sym_readonly_modifier_token1] = ACTIONS(1420), - [sym_var_modifier] = ACTIONS(1420), - [aux_sym_visibility_modifier_token1] = ACTIONS(1420), - [aux_sym_visibility_modifier_token2] = ACTIONS(1420), - [aux_sym_visibility_modifier_token3] = ACTIONS(1420), - [aux_sym__arrow_function_header_token1] = ACTIONS(1420), - [anon_sym_LPAREN] = ACTIONS(1418), - [aux_sym_cast_type_token1] = ACTIONS(1420), - [aux_sym_echo_statement_token1] = ACTIONS(1420), - [aux_sym_exit_statement_token1] = ACTIONS(1420), - [anon_sym_unset] = ACTIONS(1420), - [aux_sym_declare_statement_token1] = ACTIONS(1420), - [aux_sym_declare_statement_token2] = ACTIONS(1420), - [sym_float] = ACTIONS(1420), - [aux_sym_try_statement_token1] = ACTIONS(1420), - [aux_sym_goto_statement_token1] = ACTIONS(1420), - [aux_sym_continue_statement_token1] = ACTIONS(1420), - [aux_sym_break_statement_token1] = ACTIONS(1420), - [sym_integer] = ACTIONS(1420), - [aux_sym_return_statement_token1] = ACTIONS(1420), - [aux_sym_throw_expression_token1] = ACTIONS(1420), - [aux_sym_while_statement_token1] = ACTIONS(1420), - [aux_sym_while_statement_token2] = ACTIONS(1420), - [aux_sym_do_statement_token1] = ACTIONS(1420), - [aux_sym_for_statement_token1] = ACTIONS(1420), - [aux_sym_for_statement_token2] = ACTIONS(1420), - [aux_sym_foreach_statement_token1] = ACTIONS(1420), - [aux_sym_foreach_statement_token2] = ACTIONS(1420), - [aux_sym_if_statement_token1] = ACTIONS(1420), - [aux_sym_if_statement_token2] = ACTIONS(1420), - [aux_sym_else_if_clause_token1] = ACTIONS(1420), - [aux_sym_else_clause_token1] = ACTIONS(1420), - [aux_sym_match_expression_token1] = ACTIONS(1420), - [aux_sym_match_default_expression_token1] = ACTIONS(1420), - [aux_sym_switch_statement_token1] = ACTIONS(1420), - [aux_sym_switch_block_token1] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_AT] = ACTIONS(1418), - [aux_sym_clone_expression_token1] = ACTIONS(1420), - [aux_sym_print_intrinsic_token1] = ACTIONS(1420), - [aux_sym_object_creation_expression_token1] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [aux_sym__list_destructing_token1] = ACTIONS(1420), - [anon_sym_LBRACK] = ACTIONS(1418), - [anon_sym_self] = ACTIONS(1420), - [anon_sym_parent] = ACTIONS(1420), - [aux_sym__argument_name_token1] = ACTIONS(1420), - [aux_sym__argument_name_token2] = ACTIONS(1420), - [anon_sym_POUND_LBRACK] = ACTIONS(1418), - [aux_sym_encapsed_string_token1] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [aux_sym_string_token1] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_LT_LT_LT] = ACTIONS(1418), - [anon_sym_BQUOTE] = ACTIONS(1418), - [anon_sym_DOLLAR] = ACTIONS(1418), - [aux_sym_yield_expression_token1] = ACTIONS(1420), - [aux_sym_include_expression_token1] = ACTIONS(1420), - [aux_sym_include_once_expression_token1] = ACTIONS(1420), - [aux_sym_require_expression_token1] = ACTIONS(1420), - [aux_sym_require_once_expression_token1] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - }, - [532] = { - [ts_builtin_sym_end] = ACTIONS(1422), - [sym_name] = ACTIONS(1424), - [anon_sym_QMARK_GT] = ACTIONS(1422), - [anon_sym_SEMI] = ACTIONS(1422), - [aux_sym_function_static_declaration_token1] = ACTIONS(1424), - [aux_sym_global_declaration_token1] = ACTIONS(1424), - [aux_sym_namespace_definition_token1] = ACTIONS(1424), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1424), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1424), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1424), - [anon_sym_BSLASH] = ACTIONS(1422), - [anon_sym_LBRACE] = ACTIONS(1422), - [anon_sym_RBRACE] = ACTIONS(1422), - [aux_sym_trait_declaration_token1] = ACTIONS(1424), - [aux_sym_interface_declaration_token1] = ACTIONS(1424), - [aux_sym_enum_declaration_token1] = ACTIONS(1424), - [aux_sym_enum_case_token1] = ACTIONS(1424), - [aux_sym_class_declaration_token1] = ACTIONS(1424), - [aux_sym_final_modifier_token1] = ACTIONS(1424), - [aux_sym_abstract_modifier_token1] = ACTIONS(1424), - [aux_sym_readonly_modifier_token1] = ACTIONS(1424), - [sym_var_modifier] = ACTIONS(1424), - [aux_sym_visibility_modifier_token1] = ACTIONS(1424), - [aux_sym_visibility_modifier_token2] = ACTIONS(1424), - [aux_sym_visibility_modifier_token3] = ACTIONS(1424), - [aux_sym__arrow_function_header_token1] = ACTIONS(1424), - [anon_sym_LPAREN] = ACTIONS(1422), - [aux_sym_cast_type_token1] = ACTIONS(1424), - [aux_sym_echo_statement_token1] = ACTIONS(1424), - [aux_sym_exit_statement_token1] = ACTIONS(1424), - [anon_sym_unset] = ACTIONS(1424), - [aux_sym_declare_statement_token1] = ACTIONS(1424), - [aux_sym_declare_statement_token2] = ACTIONS(1424), - [sym_float] = ACTIONS(1424), - [aux_sym_try_statement_token1] = ACTIONS(1424), - [aux_sym_goto_statement_token1] = ACTIONS(1424), - [aux_sym_continue_statement_token1] = ACTIONS(1424), - [aux_sym_break_statement_token1] = ACTIONS(1424), - [sym_integer] = ACTIONS(1424), - [aux_sym_return_statement_token1] = ACTIONS(1424), - [aux_sym_throw_expression_token1] = ACTIONS(1424), - [aux_sym_while_statement_token1] = ACTIONS(1424), - [aux_sym_while_statement_token2] = ACTIONS(1424), - [aux_sym_do_statement_token1] = ACTIONS(1424), - [aux_sym_for_statement_token1] = ACTIONS(1424), - [aux_sym_for_statement_token2] = ACTIONS(1424), - [aux_sym_foreach_statement_token1] = ACTIONS(1424), - [aux_sym_foreach_statement_token2] = ACTIONS(1424), - [aux_sym_if_statement_token1] = ACTIONS(1424), - [aux_sym_if_statement_token2] = ACTIONS(1424), - [aux_sym_else_if_clause_token1] = ACTIONS(1424), - [aux_sym_else_clause_token1] = ACTIONS(1424), - [aux_sym_match_expression_token1] = ACTIONS(1424), - [aux_sym_match_default_expression_token1] = ACTIONS(1424), - [aux_sym_switch_statement_token1] = ACTIONS(1424), - [aux_sym_switch_block_token1] = ACTIONS(1424), - [anon_sym_PLUS] = ACTIONS(1424), - [anon_sym_DASH] = ACTIONS(1424), - [anon_sym_TILDE] = ACTIONS(1422), - [anon_sym_BANG] = ACTIONS(1422), - [anon_sym_AT] = ACTIONS(1422), - [aux_sym_clone_expression_token1] = ACTIONS(1424), - [aux_sym_print_intrinsic_token1] = ACTIONS(1424), - [aux_sym_object_creation_expression_token1] = ACTIONS(1424), - [anon_sym_DASH_DASH] = ACTIONS(1422), - [anon_sym_PLUS_PLUS] = ACTIONS(1422), - [aux_sym__list_destructing_token1] = ACTIONS(1424), - [anon_sym_LBRACK] = ACTIONS(1422), - [anon_sym_self] = ACTIONS(1424), - [anon_sym_parent] = ACTIONS(1424), - [aux_sym__argument_name_token1] = ACTIONS(1424), - [aux_sym__argument_name_token2] = ACTIONS(1424), - [anon_sym_POUND_LBRACK] = ACTIONS(1422), - [aux_sym_encapsed_string_token1] = ACTIONS(1422), - [anon_sym_DQUOTE] = ACTIONS(1422), - [aux_sym_string_token1] = ACTIONS(1422), - [anon_sym_SQUOTE] = ACTIONS(1422), - [anon_sym_LT_LT_LT] = ACTIONS(1422), - [anon_sym_BQUOTE] = ACTIONS(1422), - [anon_sym_DOLLAR] = ACTIONS(1422), - [aux_sym_yield_expression_token1] = ACTIONS(1424), - [aux_sym_include_expression_token1] = ACTIONS(1424), - [aux_sym_include_once_expression_token1] = ACTIONS(1424), - [aux_sym_require_expression_token1] = ACTIONS(1424), - [aux_sym_require_once_expression_token1] = ACTIONS(1424), - [sym_comment] = ACTIONS(3), - }, - [533] = { - [ts_builtin_sym_end] = ACTIONS(1426), - [sym_name] = ACTIONS(1428), - [anon_sym_QMARK_GT] = ACTIONS(1426), - [anon_sym_SEMI] = ACTIONS(1426), - [aux_sym_function_static_declaration_token1] = ACTIONS(1428), - [aux_sym_global_declaration_token1] = ACTIONS(1428), - [aux_sym_namespace_definition_token1] = ACTIONS(1428), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1428), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1428), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1428), - [anon_sym_BSLASH] = ACTIONS(1426), - [anon_sym_LBRACE] = ACTIONS(1426), - [anon_sym_RBRACE] = ACTIONS(1426), - [aux_sym_trait_declaration_token1] = ACTIONS(1428), - [aux_sym_interface_declaration_token1] = ACTIONS(1428), - [aux_sym_enum_declaration_token1] = ACTIONS(1428), - [aux_sym_enum_case_token1] = ACTIONS(1428), - [aux_sym_class_declaration_token1] = ACTIONS(1428), - [aux_sym_final_modifier_token1] = ACTIONS(1428), - [aux_sym_abstract_modifier_token1] = ACTIONS(1428), - [aux_sym_readonly_modifier_token1] = ACTIONS(1428), - [sym_var_modifier] = ACTIONS(1428), - [aux_sym_visibility_modifier_token1] = ACTIONS(1428), - [aux_sym_visibility_modifier_token2] = ACTIONS(1428), - [aux_sym_visibility_modifier_token3] = ACTIONS(1428), - [aux_sym__arrow_function_header_token1] = ACTIONS(1428), - [anon_sym_LPAREN] = ACTIONS(1426), - [aux_sym_cast_type_token1] = ACTIONS(1428), - [aux_sym_echo_statement_token1] = ACTIONS(1428), - [aux_sym_exit_statement_token1] = ACTIONS(1428), - [anon_sym_unset] = ACTIONS(1428), - [aux_sym_declare_statement_token1] = ACTIONS(1428), - [aux_sym_declare_statement_token2] = ACTIONS(1428), - [sym_float] = ACTIONS(1428), - [aux_sym_try_statement_token1] = ACTIONS(1428), - [aux_sym_goto_statement_token1] = ACTIONS(1428), - [aux_sym_continue_statement_token1] = ACTIONS(1428), - [aux_sym_break_statement_token1] = ACTIONS(1428), - [sym_integer] = ACTIONS(1428), - [aux_sym_return_statement_token1] = ACTIONS(1428), - [aux_sym_throw_expression_token1] = ACTIONS(1428), - [aux_sym_while_statement_token1] = ACTIONS(1428), - [aux_sym_while_statement_token2] = ACTIONS(1428), - [aux_sym_do_statement_token1] = ACTIONS(1428), - [aux_sym_for_statement_token1] = ACTIONS(1428), - [aux_sym_for_statement_token2] = ACTIONS(1428), - [aux_sym_foreach_statement_token1] = ACTIONS(1428), - [aux_sym_foreach_statement_token2] = ACTIONS(1428), - [aux_sym_if_statement_token1] = ACTIONS(1428), - [aux_sym_if_statement_token2] = ACTIONS(1428), - [aux_sym_else_if_clause_token1] = ACTIONS(1428), - [aux_sym_else_clause_token1] = ACTIONS(1428), - [aux_sym_match_expression_token1] = ACTIONS(1428), - [aux_sym_match_default_expression_token1] = ACTIONS(1428), - [aux_sym_switch_statement_token1] = ACTIONS(1428), - [aux_sym_switch_block_token1] = ACTIONS(1428), - [anon_sym_PLUS] = ACTIONS(1428), - [anon_sym_DASH] = ACTIONS(1428), - [anon_sym_TILDE] = ACTIONS(1426), - [anon_sym_BANG] = ACTIONS(1426), - [anon_sym_AT] = ACTIONS(1426), - [aux_sym_clone_expression_token1] = ACTIONS(1428), - [aux_sym_print_intrinsic_token1] = ACTIONS(1428), - [aux_sym_object_creation_expression_token1] = ACTIONS(1428), - [anon_sym_DASH_DASH] = ACTIONS(1426), - [anon_sym_PLUS_PLUS] = ACTIONS(1426), - [aux_sym__list_destructing_token1] = ACTIONS(1428), - [anon_sym_LBRACK] = ACTIONS(1426), - [anon_sym_self] = ACTIONS(1428), - [anon_sym_parent] = ACTIONS(1428), - [aux_sym__argument_name_token1] = ACTIONS(1428), - [aux_sym__argument_name_token2] = ACTIONS(1428), - [anon_sym_POUND_LBRACK] = ACTIONS(1426), - [aux_sym_encapsed_string_token1] = ACTIONS(1426), - [anon_sym_DQUOTE] = ACTIONS(1426), - [aux_sym_string_token1] = ACTIONS(1426), - [anon_sym_SQUOTE] = ACTIONS(1426), - [anon_sym_LT_LT_LT] = ACTIONS(1426), - [anon_sym_BQUOTE] = ACTIONS(1426), - [anon_sym_DOLLAR] = ACTIONS(1426), - [aux_sym_yield_expression_token1] = ACTIONS(1428), - [aux_sym_include_expression_token1] = ACTIONS(1428), - [aux_sym_include_once_expression_token1] = ACTIONS(1428), - [aux_sym_require_expression_token1] = ACTIONS(1428), - [aux_sym_require_once_expression_token1] = ACTIONS(1428), - [sym_comment] = ACTIONS(3), - }, - [534] = { - [ts_builtin_sym_end] = ACTIONS(1430), - [sym_name] = ACTIONS(1432), - [anon_sym_QMARK_GT] = ACTIONS(1430), - [anon_sym_SEMI] = ACTIONS(1430), - [aux_sym_function_static_declaration_token1] = ACTIONS(1432), - [aux_sym_global_declaration_token1] = ACTIONS(1432), - [aux_sym_namespace_definition_token1] = ACTIONS(1432), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1432), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1432), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1432), - [anon_sym_BSLASH] = ACTIONS(1430), - [anon_sym_LBRACE] = ACTIONS(1430), - [anon_sym_RBRACE] = ACTIONS(1430), - [aux_sym_trait_declaration_token1] = ACTIONS(1432), - [aux_sym_interface_declaration_token1] = ACTIONS(1432), - [aux_sym_enum_declaration_token1] = ACTIONS(1432), - [aux_sym_enum_case_token1] = ACTIONS(1432), - [aux_sym_class_declaration_token1] = ACTIONS(1432), - [aux_sym_final_modifier_token1] = ACTIONS(1432), - [aux_sym_abstract_modifier_token1] = ACTIONS(1432), - [aux_sym_readonly_modifier_token1] = ACTIONS(1432), - [sym_var_modifier] = ACTIONS(1432), - [aux_sym_visibility_modifier_token1] = ACTIONS(1432), - [aux_sym_visibility_modifier_token2] = ACTIONS(1432), - [aux_sym_visibility_modifier_token3] = ACTIONS(1432), - [aux_sym__arrow_function_header_token1] = ACTIONS(1432), - [anon_sym_LPAREN] = ACTIONS(1430), - [aux_sym_cast_type_token1] = ACTIONS(1432), - [aux_sym_echo_statement_token1] = ACTIONS(1432), - [aux_sym_exit_statement_token1] = ACTIONS(1432), - [anon_sym_unset] = ACTIONS(1432), - [aux_sym_declare_statement_token1] = ACTIONS(1432), - [aux_sym_declare_statement_token2] = ACTIONS(1432), - [sym_float] = ACTIONS(1432), - [aux_sym_try_statement_token1] = ACTIONS(1432), - [aux_sym_goto_statement_token1] = ACTIONS(1432), - [aux_sym_continue_statement_token1] = ACTIONS(1432), - [aux_sym_break_statement_token1] = ACTIONS(1432), - [sym_integer] = ACTIONS(1432), - [aux_sym_return_statement_token1] = ACTIONS(1432), - [aux_sym_throw_expression_token1] = ACTIONS(1432), - [aux_sym_while_statement_token1] = ACTIONS(1432), - [aux_sym_while_statement_token2] = ACTIONS(1432), - [aux_sym_do_statement_token1] = ACTIONS(1432), - [aux_sym_for_statement_token1] = ACTIONS(1432), - [aux_sym_for_statement_token2] = ACTIONS(1432), - [aux_sym_foreach_statement_token1] = ACTIONS(1432), - [aux_sym_foreach_statement_token2] = ACTIONS(1432), - [aux_sym_if_statement_token1] = ACTIONS(1432), - [aux_sym_if_statement_token2] = ACTIONS(1432), - [aux_sym_else_if_clause_token1] = ACTIONS(1432), - [aux_sym_else_clause_token1] = ACTIONS(1432), - [aux_sym_match_expression_token1] = ACTIONS(1432), - [aux_sym_match_default_expression_token1] = ACTIONS(1432), - [aux_sym_switch_statement_token1] = ACTIONS(1432), - [aux_sym_switch_block_token1] = ACTIONS(1432), - [anon_sym_PLUS] = ACTIONS(1432), - [anon_sym_DASH] = ACTIONS(1432), - [anon_sym_TILDE] = ACTIONS(1430), - [anon_sym_BANG] = ACTIONS(1430), - [anon_sym_AT] = ACTIONS(1430), - [aux_sym_clone_expression_token1] = ACTIONS(1432), - [aux_sym_print_intrinsic_token1] = ACTIONS(1432), - [aux_sym_object_creation_expression_token1] = ACTIONS(1432), - [anon_sym_DASH_DASH] = ACTIONS(1430), - [anon_sym_PLUS_PLUS] = ACTIONS(1430), - [aux_sym__list_destructing_token1] = ACTIONS(1432), - [anon_sym_LBRACK] = ACTIONS(1430), - [anon_sym_self] = ACTIONS(1432), - [anon_sym_parent] = ACTIONS(1432), - [aux_sym__argument_name_token1] = ACTIONS(1432), - [aux_sym__argument_name_token2] = ACTIONS(1432), - [anon_sym_POUND_LBRACK] = ACTIONS(1430), - [aux_sym_encapsed_string_token1] = ACTIONS(1430), - [anon_sym_DQUOTE] = ACTIONS(1430), - [aux_sym_string_token1] = ACTIONS(1430), - [anon_sym_SQUOTE] = ACTIONS(1430), - [anon_sym_LT_LT_LT] = ACTIONS(1430), - [anon_sym_BQUOTE] = ACTIONS(1430), - [anon_sym_DOLLAR] = ACTIONS(1430), - [aux_sym_yield_expression_token1] = ACTIONS(1432), - [aux_sym_include_expression_token1] = ACTIONS(1432), - [aux_sym_include_once_expression_token1] = ACTIONS(1432), - [aux_sym_require_expression_token1] = ACTIONS(1432), - [aux_sym_require_once_expression_token1] = ACTIONS(1432), - [sym_comment] = ACTIONS(3), - }, - [535] = { - [ts_builtin_sym_end] = ACTIONS(1434), - [sym_name] = ACTIONS(1436), - [anon_sym_QMARK_GT] = ACTIONS(1434), - [anon_sym_SEMI] = ACTIONS(1434), - [aux_sym_function_static_declaration_token1] = ACTIONS(1436), - [aux_sym_global_declaration_token1] = ACTIONS(1436), - [aux_sym_namespace_definition_token1] = ACTIONS(1436), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1436), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1436), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1436), - [anon_sym_BSLASH] = ACTIONS(1434), - [anon_sym_LBRACE] = ACTIONS(1434), - [anon_sym_RBRACE] = ACTIONS(1434), - [aux_sym_trait_declaration_token1] = ACTIONS(1436), - [aux_sym_interface_declaration_token1] = ACTIONS(1436), - [aux_sym_enum_declaration_token1] = ACTIONS(1436), - [aux_sym_enum_case_token1] = ACTIONS(1436), - [aux_sym_class_declaration_token1] = ACTIONS(1436), - [aux_sym_final_modifier_token1] = ACTIONS(1436), - [aux_sym_abstract_modifier_token1] = ACTIONS(1436), - [aux_sym_readonly_modifier_token1] = ACTIONS(1436), - [sym_var_modifier] = ACTIONS(1436), - [aux_sym_visibility_modifier_token1] = ACTIONS(1436), - [aux_sym_visibility_modifier_token2] = ACTIONS(1436), - [aux_sym_visibility_modifier_token3] = ACTIONS(1436), - [aux_sym__arrow_function_header_token1] = ACTIONS(1436), - [anon_sym_LPAREN] = ACTIONS(1434), - [aux_sym_cast_type_token1] = ACTIONS(1436), - [aux_sym_echo_statement_token1] = ACTIONS(1436), - [aux_sym_exit_statement_token1] = ACTIONS(1436), - [anon_sym_unset] = ACTIONS(1436), - [aux_sym_declare_statement_token1] = ACTIONS(1436), - [aux_sym_declare_statement_token2] = ACTIONS(1436), - [sym_float] = ACTIONS(1436), - [aux_sym_try_statement_token1] = ACTIONS(1436), - [aux_sym_goto_statement_token1] = ACTIONS(1436), - [aux_sym_continue_statement_token1] = ACTIONS(1436), - [aux_sym_break_statement_token1] = ACTIONS(1436), - [sym_integer] = ACTIONS(1436), - [aux_sym_return_statement_token1] = ACTIONS(1436), - [aux_sym_throw_expression_token1] = ACTIONS(1436), - [aux_sym_while_statement_token1] = ACTIONS(1436), - [aux_sym_while_statement_token2] = ACTIONS(1436), - [aux_sym_do_statement_token1] = ACTIONS(1436), - [aux_sym_for_statement_token1] = ACTIONS(1436), - [aux_sym_for_statement_token2] = ACTIONS(1436), - [aux_sym_foreach_statement_token1] = ACTIONS(1436), - [aux_sym_foreach_statement_token2] = ACTIONS(1436), - [aux_sym_if_statement_token1] = ACTIONS(1436), - [aux_sym_if_statement_token2] = ACTIONS(1436), - [aux_sym_else_if_clause_token1] = ACTIONS(1436), - [aux_sym_else_clause_token1] = ACTIONS(1436), - [aux_sym_match_expression_token1] = ACTIONS(1436), - [aux_sym_match_default_expression_token1] = ACTIONS(1436), - [aux_sym_switch_statement_token1] = ACTIONS(1436), - [aux_sym_switch_block_token1] = ACTIONS(1436), - [anon_sym_PLUS] = ACTIONS(1436), - [anon_sym_DASH] = ACTIONS(1436), - [anon_sym_TILDE] = ACTIONS(1434), - [anon_sym_BANG] = ACTIONS(1434), - [anon_sym_AT] = ACTIONS(1434), - [aux_sym_clone_expression_token1] = ACTIONS(1436), - [aux_sym_print_intrinsic_token1] = ACTIONS(1436), - [aux_sym_object_creation_expression_token1] = ACTIONS(1436), - [anon_sym_DASH_DASH] = ACTIONS(1434), - [anon_sym_PLUS_PLUS] = ACTIONS(1434), - [aux_sym__list_destructing_token1] = ACTIONS(1436), - [anon_sym_LBRACK] = ACTIONS(1434), - [anon_sym_self] = ACTIONS(1436), - [anon_sym_parent] = ACTIONS(1436), - [aux_sym__argument_name_token1] = ACTIONS(1436), - [aux_sym__argument_name_token2] = ACTIONS(1436), - [anon_sym_POUND_LBRACK] = ACTIONS(1434), - [aux_sym_encapsed_string_token1] = ACTIONS(1434), - [anon_sym_DQUOTE] = ACTIONS(1434), - [aux_sym_string_token1] = ACTIONS(1434), - [anon_sym_SQUOTE] = ACTIONS(1434), - [anon_sym_LT_LT_LT] = ACTIONS(1434), - [anon_sym_BQUOTE] = ACTIONS(1434), - [anon_sym_DOLLAR] = ACTIONS(1434), - [aux_sym_yield_expression_token1] = ACTIONS(1436), - [aux_sym_include_expression_token1] = ACTIONS(1436), - [aux_sym_include_once_expression_token1] = ACTIONS(1436), - [aux_sym_require_expression_token1] = ACTIONS(1436), - [aux_sym_require_once_expression_token1] = ACTIONS(1436), - [sym_comment] = ACTIONS(3), - }, - [536] = { - [ts_builtin_sym_end] = ACTIONS(1438), - [sym_name] = ACTIONS(1440), - [anon_sym_QMARK_GT] = ACTIONS(1438), - [anon_sym_SEMI] = ACTIONS(1438), - [aux_sym_function_static_declaration_token1] = ACTIONS(1440), - [aux_sym_global_declaration_token1] = ACTIONS(1440), - [aux_sym_namespace_definition_token1] = ACTIONS(1440), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1440), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1440), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1440), - [anon_sym_BSLASH] = ACTIONS(1438), - [anon_sym_LBRACE] = ACTIONS(1438), - [anon_sym_RBRACE] = ACTIONS(1438), - [aux_sym_trait_declaration_token1] = ACTIONS(1440), - [aux_sym_interface_declaration_token1] = ACTIONS(1440), - [aux_sym_enum_declaration_token1] = ACTIONS(1440), - [aux_sym_enum_case_token1] = ACTIONS(1440), - [aux_sym_class_declaration_token1] = ACTIONS(1440), - [aux_sym_final_modifier_token1] = ACTIONS(1440), - [aux_sym_abstract_modifier_token1] = ACTIONS(1440), - [aux_sym_readonly_modifier_token1] = ACTIONS(1440), - [sym_var_modifier] = ACTIONS(1440), - [aux_sym_visibility_modifier_token1] = ACTIONS(1440), - [aux_sym_visibility_modifier_token2] = ACTIONS(1440), - [aux_sym_visibility_modifier_token3] = ACTIONS(1440), - [aux_sym__arrow_function_header_token1] = ACTIONS(1440), - [anon_sym_LPAREN] = ACTIONS(1438), - [aux_sym_cast_type_token1] = ACTIONS(1440), - [aux_sym_echo_statement_token1] = ACTIONS(1440), - [aux_sym_exit_statement_token1] = ACTIONS(1440), - [anon_sym_unset] = ACTIONS(1440), - [aux_sym_declare_statement_token1] = ACTIONS(1440), - [aux_sym_declare_statement_token2] = ACTIONS(1440), - [sym_float] = ACTIONS(1440), - [aux_sym_try_statement_token1] = ACTIONS(1440), - [aux_sym_goto_statement_token1] = ACTIONS(1440), - [aux_sym_continue_statement_token1] = ACTIONS(1440), - [aux_sym_break_statement_token1] = ACTIONS(1440), - [sym_integer] = ACTIONS(1440), - [aux_sym_return_statement_token1] = ACTIONS(1440), - [aux_sym_throw_expression_token1] = ACTIONS(1440), - [aux_sym_while_statement_token1] = ACTIONS(1440), - [aux_sym_while_statement_token2] = ACTIONS(1440), - [aux_sym_do_statement_token1] = ACTIONS(1440), - [aux_sym_for_statement_token1] = ACTIONS(1440), - [aux_sym_for_statement_token2] = ACTIONS(1440), - [aux_sym_foreach_statement_token1] = ACTIONS(1440), - [aux_sym_foreach_statement_token2] = ACTIONS(1440), - [aux_sym_if_statement_token1] = ACTIONS(1440), - [aux_sym_if_statement_token2] = ACTIONS(1440), - [aux_sym_else_if_clause_token1] = ACTIONS(1440), - [aux_sym_else_clause_token1] = ACTIONS(1440), - [aux_sym_match_expression_token1] = ACTIONS(1440), - [aux_sym_match_default_expression_token1] = ACTIONS(1440), - [aux_sym_switch_statement_token1] = ACTIONS(1440), - [aux_sym_switch_block_token1] = ACTIONS(1440), - [anon_sym_PLUS] = ACTIONS(1440), - [anon_sym_DASH] = ACTIONS(1440), - [anon_sym_TILDE] = ACTIONS(1438), - [anon_sym_BANG] = ACTIONS(1438), - [anon_sym_AT] = ACTIONS(1438), - [aux_sym_clone_expression_token1] = ACTIONS(1440), - [aux_sym_print_intrinsic_token1] = ACTIONS(1440), - [aux_sym_object_creation_expression_token1] = ACTIONS(1440), - [anon_sym_DASH_DASH] = ACTIONS(1438), - [anon_sym_PLUS_PLUS] = ACTIONS(1438), - [aux_sym__list_destructing_token1] = ACTIONS(1440), - [anon_sym_LBRACK] = ACTIONS(1438), - [anon_sym_self] = ACTIONS(1440), - [anon_sym_parent] = ACTIONS(1440), - [aux_sym__argument_name_token1] = ACTIONS(1440), - [aux_sym__argument_name_token2] = ACTIONS(1440), - [anon_sym_POUND_LBRACK] = ACTIONS(1438), - [aux_sym_encapsed_string_token1] = ACTIONS(1438), - [anon_sym_DQUOTE] = ACTIONS(1438), - [aux_sym_string_token1] = ACTIONS(1438), - [anon_sym_SQUOTE] = ACTIONS(1438), - [anon_sym_LT_LT_LT] = ACTIONS(1438), - [anon_sym_BQUOTE] = ACTIONS(1438), - [anon_sym_DOLLAR] = ACTIONS(1438), - [aux_sym_yield_expression_token1] = ACTIONS(1440), - [aux_sym_include_expression_token1] = ACTIONS(1440), - [aux_sym_include_once_expression_token1] = ACTIONS(1440), - [aux_sym_require_expression_token1] = ACTIONS(1440), - [aux_sym_require_once_expression_token1] = ACTIONS(1440), - [sym_comment] = ACTIONS(3), - }, - [537] = { - [ts_builtin_sym_end] = ACTIONS(1442), - [sym_name] = ACTIONS(1444), - [anon_sym_QMARK_GT] = ACTIONS(1442), - [anon_sym_SEMI] = ACTIONS(1442), - [aux_sym_function_static_declaration_token1] = ACTIONS(1444), - [aux_sym_global_declaration_token1] = ACTIONS(1444), - [aux_sym_namespace_definition_token1] = ACTIONS(1444), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1444), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1444), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1444), - [anon_sym_BSLASH] = ACTIONS(1442), - [anon_sym_LBRACE] = ACTIONS(1442), - [anon_sym_RBRACE] = ACTIONS(1442), - [aux_sym_trait_declaration_token1] = ACTIONS(1444), - [aux_sym_interface_declaration_token1] = ACTIONS(1444), - [aux_sym_enum_declaration_token1] = ACTIONS(1444), - [aux_sym_enum_case_token1] = ACTIONS(1444), - [aux_sym_class_declaration_token1] = ACTIONS(1444), - [aux_sym_final_modifier_token1] = ACTIONS(1444), - [aux_sym_abstract_modifier_token1] = ACTIONS(1444), - [aux_sym_readonly_modifier_token1] = ACTIONS(1444), - [sym_var_modifier] = ACTIONS(1444), - [aux_sym_visibility_modifier_token1] = ACTIONS(1444), - [aux_sym_visibility_modifier_token2] = ACTIONS(1444), - [aux_sym_visibility_modifier_token3] = ACTIONS(1444), - [aux_sym__arrow_function_header_token1] = ACTIONS(1444), - [anon_sym_LPAREN] = ACTIONS(1442), - [aux_sym_cast_type_token1] = ACTIONS(1444), - [aux_sym_echo_statement_token1] = ACTIONS(1444), - [aux_sym_exit_statement_token1] = ACTIONS(1444), - [anon_sym_unset] = ACTIONS(1444), - [aux_sym_declare_statement_token1] = ACTIONS(1444), - [aux_sym_declare_statement_token2] = ACTIONS(1444), - [sym_float] = ACTIONS(1444), - [aux_sym_try_statement_token1] = ACTIONS(1444), - [aux_sym_goto_statement_token1] = ACTIONS(1444), - [aux_sym_continue_statement_token1] = ACTIONS(1444), - [aux_sym_break_statement_token1] = ACTIONS(1444), - [sym_integer] = ACTIONS(1444), - [aux_sym_return_statement_token1] = ACTIONS(1444), - [aux_sym_throw_expression_token1] = ACTIONS(1444), - [aux_sym_while_statement_token1] = ACTIONS(1444), - [aux_sym_while_statement_token2] = ACTIONS(1444), - [aux_sym_do_statement_token1] = ACTIONS(1444), - [aux_sym_for_statement_token1] = ACTIONS(1444), - [aux_sym_for_statement_token2] = ACTIONS(1444), - [aux_sym_foreach_statement_token1] = ACTIONS(1444), - [aux_sym_foreach_statement_token2] = ACTIONS(1444), - [aux_sym_if_statement_token1] = ACTIONS(1444), - [aux_sym_if_statement_token2] = ACTIONS(1444), - [aux_sym_else_if_clause_token1] = ACTIONS(1444), - [aux_sym_else_clause_token1] = ACTIONS(1444), - [aux_sym_match_expression_token1] = ACTIONS(1444), - [aux_sym_match_default_expression_token1] = ACTIONS(1444), - [aux_sym_switch_statement_token1] = ACTIONS(1444), - [aux_sym_switch_block_token1] = ACTIONS(1444), - [anon_sym_PLUS] = ACTIONS(1444), - [anon_sym_DASH] = ACTIONS(1444), - [anon_sym_TILDE] = ACTIONS(1442), - [anon_sym_BANG] = ACTIONS(1442), - [anon_sym_AT] = ACTIONS(1442), - [aux_sym_clone_expression_token1] = ACTIONS(1444), - [aux_sym_print_intrinsic_token1] = ACTIONS(1444), - [aux_sym_object_creation_expression_token1] = ACTIONS(1444), - [anon_sym_DASH_DASH] = ACTIONS(1442), - [anon_sym_PLUS_PLUS] = ACTIONS(1442), - [aux_sym__list_destructing_token1] = ACTIONS(1444), - [anon_sym_LBRACK] = ACTIONS(1442), - [anon_sym_self] = ACTIONS(1444), - [anon_sym_parent] = ACTIONS(1444), - [aux_sym__argument_name_token1] = ACTIONS(1444), - [aux_sym__argument_name_token2] = ACTIONS(1444), - [anon_sym_POUND_LBRACK] = ACTIONS(1442), - [aux_sym_encapsed_string_token1] = ACTIONS(1442), - [anon_sym_DQUOTE] = ACTIONS(1442), - [aux_sym_string_token1] = ACTIONS(1442), - [anon_sym_SQUOTE] = ACTIONS(1442), - [anon_sym_LT_LT_LT] = ACTIONS(1442), - [anon_sym_BQUOTE] = ACTIONS(1442), - [anon_sym_DOLLAR] = ACTIONS(1442), - [aux_sym_yield_expression_token1] = ACTIONS(1444), - [aux_sym_include_expression_token1] = ACTIONS(1444), - [aux_sym_include_once_expression_token1] = ACTIONS(1444), - [aux_sym_require_expression_token1] = ACTIONS(1444), - [aux_sym_require_once_expression_token1] = ACTIONS(1444), - [sym_comment] = ACTIONS(3), - }, - [538] = { - [ts_builtin_sym_end] = ACTIONS(1446), - [sym_name] = ACTIONS(1448), - [anon_sym_QMARK_GT] = ACTIONS(1446), - [anon_sym_SEMI] = ACTIONS(1446), - [aux_sym_function_static_declaration_token1] = ACTIONS(1448), - [aux_sym_global_declaration_token1] = ACTIONS(1448), - [aux_sym_namespace_definition_token1] = ACTIONS(1448), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1448), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1448), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1448), - [anon_sym_BSLASH] = ACTIONS(1446), - [anon_sym_LBRACE] = ACTIONS(1446), - [anon_sym_RBRACE] = ACTIONS(1446), - [aux_sym_trait_declaration_token1] = ACTIONS(1448), - [aux_sym_interface_declaration_token1] = ACTIONS(1448), - [aux_sym_enum_declaration_token1] = ACTIONS(1448), - [aux_sym_enum_case_token1] = ACTIONS(1448), - [aux_sym_class_declaration_token1] = ACTIONS(1448), - [aux_sym_final_modifier_token1] = ACTIONS(1448), - [aux_sym_abstract_modifier_token1] = ACTIONS(1448), - [aux_sym_readonly_modifier_token1] = ACTIONS(1448), - [sym_var_modifier] = ACTIONS(1448), - [aux_sym_visibility_modifier_token1] = ACTIONS(1448), - [aux_sym_visibility_modifier_token2] = ACTIONS(1448), - [aux_sym_visibility_modifier_token3] = ACTIONS(1448), - [aux_sym__arrow_function_header_token1] = ACTIONS(1448), - [anon_sym_LPAREN] = ACTIONS(1446), - [aux_sym_cast_type_token1] = ACTIONS(1448), - [aux_sym_echo_statement_token1] = ACTIONS(1448), - [aux_sym_exit_statement_token1] = ACTIONS(1448), - [anon_sym_unset] = ACTIONS(1448), - [aux_sym_declare_statement_token1] = ACTIONS(1448), - [aux_sym_declare_statement_token2] = ACTIONS(1448), - [sym_float] = ACTIONS(1448), - [aux_sym_try_statement_token1] = ACTIONS(1448), - [aux_sym_goto_statement_token1] = ACTIONS(1448), - [aux_sym_continue_statement_token1] = ACTIONS(1448), - [aux_sym_break_statement_token1] = ACTIONS(1448), - [sym_integer] = ACTIONS(1448), - [aux_sym_return_statement_token1] = ACTIONS(1448), - [aux_sym_throw_expression_token1] = ACTIONS(1448), - [aux_sym_while_statement_token1] = ACTIONS(1448), - [aux_sym_while_statement_token2] = ACTIONS(1448), - [aux_sym_do_statement_token1] = ACTIONS(1448), - [aux_sym_for_statement_token1] = ACTIONS(1448), - [aux_sym_for_statement_token2] = ACTIONS(1448), - [aux_sym_foreach_statement_token1] = ACTIONS(1448), - [aux_sym_foreach_statement_token2] = ACTIONS(1448), - [aux_sym_if_statement_token1] = ACTIONS(1448), - [aux_sym_if_statement_token2] = ACTIONS(1448), - [aux_sym_else_if_clause_token1] = ACTIONS(1448), - [aux_sym_else_clause_token1] = ACTIONS(1448), - [aux_sym_match_expression_token1] = ACTIONS(1448), - [aux_sym_match_default_expression_token1] = ACTIONS(1448), - [aux_sym_switch_statement_token1] = ACTIONS(1448), - [aux_sym_switch_block_token1] = ACTIONS(1448), - [anon_sym_PLUS] = ACTIONS(1448), - [anon_sym_DASH] = ACTIONS(1448), - [anon_sym_TILDE] = ACTIONS(1446), - [anon_sym_BANG] = ACTIONS(1446), - [anon_sym_AT] = ACTIONS(1446), - [aux_sym_clone_expression_token1] = ACTIONS(1448), - [aux_sym_print_intrinsic_token1] = ACTIONS(1448), - [aux_sym_object_creation_expression_token1] = ACTIONS(1448), - [anon_sym_DASH_DASH] = ACTIONS(1446), - [anon_sym_PLUS_PLUS] = ACTIONS(1446), - [aux_sym__list_destructing_token1] = ACTIONS(1448), - [anon_sym_LBRACK] = ACTIONS(1446), - [anon_sym_self] = ACTIONS(1448), - [anon_sym_parent] = ACTIONS(1448), - [aux_sym__argument_name_token1] = ACTIONS(1448), - [aux_sym__argument_name_token2] = ACTIONS(1448), - [anon_sym_POUND_LBRACK] = ACTIONS(1446), - [aux_sym_encapsed_string_token1] = ACTIONS(1446), - [anon_sym_DQUOTE] = ACTIONS(1446), - [aux_sym_string_token1] = ACTIONS(1446), - [anon_sym_SQUOTE] = ACTIONS(1446), - [anon_sym_LT_LT_LT] = ACTIONS(1446), - [anon_sym_BQUOTE] = ACTIONS(1446), - [anon_sym_DOLLAR] = ACTIONS(1446), - [aux_sym_yield_expression_token1] = ACTIONS(1448), - [aux_sym_include_expression_token1] = ACTIONS(1448), - [aux_sym_include_once_expression_token1] = ACTIONS(1448), - [aux_sym_require_expression_token1] = ACTIONS(1448), - [aux_sym_require_once_expression_token1] = ACTIONS(1448), - [sym_comment] = ACTIONS(3), - }, - [539] = { - [ts_builtin_sym_end] = ACTIONS(1450), - [sym_name] = ACTIONS(1452), - [anon_sym_QMARK_GT] = ACTIONS(1450), - [anon_sym_SEMI] = ACTIONS(1450), - [aux_sym_function_static_declaration_token1] = ACTIONS(1452), - [aux_sym_global_declaration_token1] = ACTIONS(1452), - [aux_sym_namespace_definition_token1] = ACTIONS(1452), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1452), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1452), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1452), - [anon_sym_BSLASH] = ACTIONS(1450), - [anon_sym_LBRACE] = ACTIONS(1450), - [anon_sym_RBRACE] = ACTIONS(1450), - [aux_sym_trait_declaration_token1] = ACTIONS(1452), - [aux_sym_interface_declaration_token1] = ACTIONS(1452), - [aux_sym_enum_declaration_token1] = ACTIONS(1452), - [aux_sym_enum_case_token1] = ACTIONS(1452), - [aux_sym_class_declaration_token1] = ACTIONS(1452), - [aux_sym_final_modifier_token1] = ACTIONS(1452), - [aux_sym_abstract_modifier_token1] = ACTIONS(1452), - [aux_sym_readonly_modifier_token1] = ACTIONS(1452), - [sym_var_modifier] = ACTIONS(1452), - [aux_sym_visibility_modifier_token1] = ACTIONS(1452), - [aux_sym_visibility_modifier_token2] = ACTIONS(1452), - [aux_sym_visibility_modifier_token3] = ACTIONS(1452), - [aux_sym__arrow_function_header_token1] = ACTIONS(1452), - [anon_sym_LPAREN] = ACTIONS(1450), - [aux_sym_cast_type_token1] = ACTIONS(1452), - [aux_sym_echo_statement_token1] = ACTIONS(1452), - [aux_sym_exit_statement_token1] = ACTIONS(1452), - [anon_sym_unset] = ACTIONS(1452), - [aux_sym_declare_statement_token1] = ACTIONS(1452), - [aux_sym_declare_statement_token2] = ACTIONS(1452), - [sym_float] = ACTIONS(1452), - [aux_sym_try_statement_token1] = ACTIONS(1452), - [aux_sym_goto_statement_token1] = ACTIONS(1452), - [aux_sym_continue_statement_token1] = ACTIONS(1452), - [aux_sym_break_statement_token1] = ACTIONS(1452), - [sym_integer] = ACTIONS(1452), - [aux_sym_return_statement_token1] = ACTIONS(1452), - [aux_sym_throw_expression_token1] = ACTIONS(1452), - [aux_sym_while_statement_token1] = ACTIONS(1452), - [aux_sym_while_statement_token2] = ACTIONS(1452), - [aux_sym_do_statement_token1] = ACTIONS(1452), - [aux_sym_for_statement_token1] = ACTIONS(1452), - [aux_sym_for_statement_token2] = ACTIONS(1452), - [aux_sym_foreach_statement_token1] = ACTIONS(1452), - [aux_sym_foreach_statement_token2] = ACTIONS(1452), - [aux_sym_if_statement_token1] = ACTIONS(1452), - [aux_sym_if_statement_token2] = ACTIONS(1452), - [aux_sym_else_if_clause_token1] = ACTIONS(1452), - [aux_sym_else_clause_token1] = ACTIONS(1452), - [aux_sym_match_expression_token1] = ACTIONS(1452), - [aux_sym_match_default_expression_token1] = ACTIONS(1452), - [aux_sym_switch_statement_token1] = ACTIONS(1452), - [aux_sym_switch_block_token1] = ACTIONS(1452), - [anon_sym_PLUS] = ACTIONS(1452), - [anon_sym_DASH] = ACTIONS(1452), - [anon_sym_TILDE] = ACTIONS(1450), - [anon_sym_BANG] = ACTIONS(1450), - [anon_sym_AT] = ACTIONS(1450), - [aux_sym_clone_expression_token1] = ACTIONS(1452), - [aux_sym_print_intrinsic_token1] = ACTIONS(1452), - [aux_sym_object_creation_expression_token1] = ACTIONS(1452), - [anon_sym_DASH_DASH] = ACTIONS(1450), - [anon_sym_PLUS_PLUS] = ACTIONS(1450), - [aux_sym__list_destructing_token1] = ACTIONS(1452), - [anon_sym_LBRACK] = ACTIONS(1450), - [anon_sym_self] = ACTIONS(1452), - [anon_sym_parent] = ACTIONS(1452), - [aux_sym__argument_name_token1] = ACTIONS(1452), - [aux_sym__argument_name_token2] = ACTIONS(1452), - [anon_sym_POUND_LBRACK] = ACTIONS(1450), - [aux_sym_encapsed_string_token1] = ACTIONS(1450), - [anon_sym_DQUOTE] = ACTIONS(1450), - [aux_sym_string_token1] = ACTIONS(1450), - [anon_sym_SQUOTE] = ACTIONS(1450), - [anon_sym_LT_LT_LT] = ACTIONS(1450), - [anon_sym_BQUOTE] = ACTIONS(1450), - [anon_sym_DOLLAR] = ACTIONS(1450), - [aux_sym_yield_expression_token1] = ACTIONS(1452), - [aux_sym_include_expression_token1] = ACTIONS(1452), - [aux_sym_include_once_expression_token1] = ACTIONS(1452), - [aux_sym_require_expression_token1] = ACTIONS(1452), - [aux_sym_require_once_expression_token1] = ACTIONS(1452), - [sym_comment] = ACTIONS(3), - }, - [540] = { - [ts_builtin_sym_end] = ACTIONS(1062), - [sym_name] = ACTIONS(1064), - [anon_sym_QMARK_GT] = ACTIONS(1062), - [anon_sym_SEMI] = ACTIONS(1062), - [aux_sym_function_static_declaration_token1] = ACTIONS(1064), - [aux_sym_global_declaration_token1] = ACTIONS(1064), - [aux_sym_namespace_definition_token1] = ACTIONS(1064), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1064), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1064), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1064), - [anon_sym_BSLASH] = ACTIONS(1062), - [anon_sym_LBRACE] = ACTIONS(1062), - [anon_sym_RBRACE] = ACTIONS(1062), - [aux_sym_trait_declaration_token1] = ACTIONS(1064), - [aux_sym_interface_declaration_token1] = ACTIONS(1064), - [aux_sym_enum_declaration_token1] = ACTIONS(1064), - [aux_sym_enum_case_token1] = ACTIONS(1064), - [aux_sym_class_declaration_token1] = ACTIONS(1064), - [aux_sym_final_modifier_token1] = ACTIONS(1064), - [aux_sym_abstract_modifier_token1] = ACTIONS(1064), - [aux_sym_readonly_modifier_token1] = ACTIONS(1064), - [sym_var_modifier] = ACTIONS(1064), - [aux_sym_visibility_modifier_token1] = ACTIONS(1064), - [aux_sym_visibility_modifier_token2] = ACTIONS(1064), - [aux_sym_visibility_modifier_token3] = ACTIONS(1064), - [aux_sym__arrow_function_header_token1] = ACTIONS(1064), - [anon_sym_LPAREN] = ACTIONS(1062), - [aux_sym_cast_type_token1] = ACTIONS(1064), - [aux_sym_echo_statement_token1] = ACTIONS(1064), - [aux_sym_exit_statement_token1] = ACTIONS(1064), - [anon_sym_unset] = ACTIONS(1064), - [aux_sym_declare_statement_token1] = ACTIONS(1064), - [aux_sym_declare_statement_token2] = ACTIONS(1064), - [sym_float] = ACTIONS(1064), - [aux_sym_try_statement_token1] = ACTIONS(1064), - [aux_sym_goto_statement_token1] = ACTIONS(1064), - [aux_sym_continue_statement_token1] = ACTIONS(1064), - [aux_sym_break_statement_token1] = ACTIONS(1064), - [sym_integer] = ACTIONS(1064), - [aux_sym_return_statement_token1] = ACTIONS(1064), - [aux_sym_throw_expression_token1] = ACTIONS(1064), - [aux_sym_while_statement_token1] = ACTIONS(1064), - [aux_sym_while_statement_token2] = ACTIONS(1064), - [aux_sym_do_statement_token1] = ACTIONS(1064), - [aux_sym_for_statement_token1] = ACTIONS(1064), - [aux_sym_for_statement_token2] = ACTIONS(1064), - [aux_sym_foreach_statement_token1] = ACTIONS(1064), - [aux_sym_foreach_statement_token2] = ACTIONS(1064), - [aux_sym_if_statement_token1] = ACTIONS(1064), - [aux_sym_if_statement_token2] = ACTIONS(1064), - [aux_sym_else_if_clause_token1] = ACTIONS(1064), - [aux_sym_else_clause_token1] = ACTIONS(1064), - [aux_sym_match_expression_token1] = ACTIONS(1064), - [aux_sym_match_default_expression_token1] = ACTIONS(1064), - [aux_sym_switch_statement_token1] = ACTIONS(1064), - [aux_sym_switch_block_token1] = ACTIONS(1064), - [anon_sym_PLUS] = ACTIONS(1064), - [anon_sym_DASH] = ACTIONS(1064), - [anon_sym_TILDE] = ACTIONS(1062), - [anon_sym_BANG] = ACTIONS(1062), - [anon_sym_AT] = ACTIONS(1062), - [aux_sym_clone_expression_token1] = ACTIONS(1064), - [aux_sym_print_intrinsic_token1] = ACTIONS(1064), - [aux_sym_object_creation_expression_token1] = ACTIONS(1064), - [anon_sym_DASH_DASH] = ACTIONS(1062), - [anon_sym_PLUS_PLUS] = ACTIONS(1062), - [aux_sym__list_destructing_token1] = ACTIONS(1064), - [anon_sym_LBRACK] = ACTIONS(1062), - [anon_sym_self] = ACTIONS(1064), - [anon_sym_parent] = ACTIONS(1064), - [aux_sym__argument_name_token1] = ACTIONS(1064), - [aux_sym__argument_name_token2] = ACTIONS(1064), - [anon_sym_POUND_LBRACK] = ACTIONS(1062), - [aux_sym_encapsed_string_token1] = ACTIONS(1062), - [anon_sym_DQUOTE] = ACTIONS(1062), - [aux_sym_string_token1] = ACTIONS(1062), - [anon_sym_SQUOTE] = ACTIONS(1062), - [anon_sym_LT_LT_LT] = ACTIONS(1062), - [anon_sym_BQUOTE] = ACTIONS(1062), - [anon_sym_DOLLAR] = ACTIONS(1062), - [aux_sym_yield_expression_token1] = ACTIONS(1064), - [aux_sym_include_expression_token1] = ACTIONS(1064), - [aux_sym_include_once_expression_token1] = ACTIONS(1064), - [aux_sym_require_expression_token1] = ACTIONS(1064), - [aux_sym_require_once_expression_token1] = ACTIONS(1064), - [sym_comment] = ACTIONS(3), - }, - [541] = { - [ts_builtin_sym_end] = ACTIONS(1454), - [sym_name] = ACTIONS(1456), - [anon_sym_QMARK_GT] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [aux_sym_function_static_declaration_token1] = ACTIONS(1456), - [aux_sym_global_declaration_token1] = ACTIONS(1456), - [aux_sym_namespace_definition_token1] = ACTIONS(1456), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1456), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1456), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1456), - [anon_sym_BSLASH] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [aux_sym_trait_declaration_token1] = ACTIONS(1456), - [aux_sym_interface_declaration_token1] = ACTIONS(1456), - [aux_sym_enum_declaration_token1] = ACTIONS(1456), - [aux_sym_enum_case_token1] = ACTIONS(1456), - [aux_sym_class_declaration_token1] = ACTIONS(1456), - [aux_sym_final_modifier_token1] = ACTIONS(1456), - [aux_sym_abstract_modifier_token1] = ACTIONS(1456), - [aux_sym_readonly_modifier_token1] = ACTIONS(1456), - [sym_var_modifier] = ACTIONS(1456), - [aux_sym_visibility_modifier_token1] = ACTIONS(1456), - [aux_sym_visibility_modifier_token2] = ACTIONS(1456), - [aux_sym_visibility_modifier_token3] = ACTIONS(1456), - [aux_sym__arrow_function_header_token1] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1454), - [aux_sym_cast_type_token1] = ACTIONS(1456), - [aux_sym_echo_statement_token1] = ACTIONS(1456), - [aux_sym_exit_statement_token1] = ACTIONS(1456), - [anon_sym_unset] = ACTIONS(1456), - [aux_sym_declare_statement_token1] = ACTIONS(1456), - [aux_sym_declare_statement_token2] = ACTIONS(1456), - [sym_float] = ACTIONS(1456), - [aux_sym_try_statement_token1] = ACTIONS(1456), - [aux_sym_goto_statement_token1] = ACTIONS(1456), - [aux_sym_continue_statement_token1] = ACTIONS(1456), - [aux_sym_break_statement_token1] = ACTIONS(1456), - [sym_integer] = ACTIONS(1456), - [aux_sym_return_statement_token1] = ACTIONS(1456), - [aux_sym_throw_expression_token1] = ACTIONS(1456), - [aux_sym_while_statement_token1] = ACTIONS(1456), - [aux_sym_while_statement_token2] = ACTIONS(1456), - [aux_sym_do_statement_token1] = ACTIONS(1456), - [aux_sym_for_statement_token1] = ACTIONS(1456), - [aux_sym_for_statement_token2] = ACTIONS(1456), - [aux_sym_foreach_statement_token1] = ACTIONS(1456), - [aux_sym_foreach_statement_token2] = ACTIONS(1456), - [aux_sym_if_statement_token1] = ACTIONS(1456), - [aux_sym_if_statement_token2] = ACTIONS(1456), - [aux_sym_else_if_clause_token1] = ACTIONS(1456), - [aux_sym_else_clause_token1] = ACTIONS(1456), - [aux_sym_match_expression_token1] = ACTIONS(1456), - [aux_sym_match_default_expression_token1] = ACTIONS(1456), - [aux_sym_switch_statement_token1] = ACTIONS(1456), - [aux_sym_switch_block_token1] = ACTIONS(1456), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_AT] = ACTIONS(1454), - [aux_sym_clone_expression_token1] = ACTIONS(1456), - [aux_sym_print_intrinsic_token1] = ACTIONS(1456), - [aux_sym_object_creation_expression_token1] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1454), - [anon_sym_PLUS_PLUS] = ACTIONS(1454), - [aux_sym__list_destructing_token1] = ACTIONS(1456), - [anon_sym_LBRACK] = ACTIONS(1454), - [anon_sym_self] = ACTIONS(1456), - [anon_sym_parent] = ACTIONS(1456), - [aux_sym__argument_name_token1] = ACTIONS(1456), - [aux_sym__argument_name_token2] = ACTIONS(1456), - [anon_sym_POUND_LBRACK] = ACTIONS(1454), - [aux_sym_encapsed_string_token1] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [aux_sym_string_token1] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_LT_LT_LT] = ACTIONS(1454), - [anon_sym_BQUOTE] = ACTIONS(1454), - [anon_sym_DOLLAR] = ACTIONS(1454), - [aux_sym_yield_expression_token1] = ACTIONS(1456), - [aux_sym_include_expression_token1] = ACTIONS(1456), - [aux_sym_include_once_expression_token1] = ACTIONS(1456), - [aux_sym_require_expression_token1] = ACTIONS(1456), - [aux_sym_require_once_expression_token1] = ACTIONS(1456), - [sym_comment] = ACTIONS(3), - }, - [542] = { - [ts_builtin_sym_end] = ACTIONS(1454), - [sym_name] = ACTIONS(1456), - [anon_sym_QMARK_GT] = ACTIONS(1454), - [anon_sym_SEMI] = ACTIONS(1454), - [aux_sym_function_static_declaration_token1] = ACTIONS(1456), - [aux_sym_global_declaration_token1] = ACTIONS(1456), - [aux_sym_namespace_definition_token1] = ACTIONS(1456), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1456), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1456), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1456), - [anon_sym_BSLASH] = ACTIONS(1454), - [anon_sym_LBRACE] = ACTIONS(1454), - [anon_sym_RBRACE] = ACTIONS(1454), - [aux_sym_trait_declaration_token1] = ACTIONS(1456), - [aux_sym_interface_declaration_token1] = ACTIONS(1456), - [aux_sym_enum_declaration_token1] = ACTIONS(1456), - [aux_sym_enum_case_token1] = ACTIONS(1456), - [aux_sym_class_declaration_token1] = ACTIONS(1456), - [aux_sym_final_modifier_token1] = ACTIONS(1456), - [aux_sym_abstract_modifier_token1] = ACTIONS(1456), - [aux_sym_readonly_modifier_token1] = ACTIONS(1456), - [sym_var_modifier] = ACTIONS(1456), - [aux_sym_visibility_modifier_token1] = ACTIONS(1456), - [aux_sym_visibility_modifier_token2] = ACTIONS(1456), - [aux_sym_visibility_modifier_token3] = ACTIONS(1456), - [aux_sym__arrow_function_header_token1] = ACTIONS(1456), - [anon_sym_LPAREN] = ACTIONS(1454), - [aux_sym_cast_type_token1] = ACTIONS(1456), - [aux_sym_echo_statement_token1] = ACTIONS(1456), - [aux_sym_exit_statement_token1] = ACTIONS(1456), - [anon_sym_unset] = ACTIONS(1456), - [aux_sym_declare_statement_token1] = ACTIONS(1456), - [aux_sym_declare_statement_token2] = ACTIONS(1456), - [sym_float] = ACTIONS(1456), - [aux_sym_try_statement_token1] = ACTIONS(1456), - [aux_sym_goto_statement_token1] = ACTIONS(1456), - [aux_sym_continue_statement_token1] = ACTIONS(1456), - [aux_sym_break_statement_token1] = ACTIONS(1456), - [sym_integer] = ACTIONS(1456), - [aux_sym_return_statement_token1] = ACTIONS(1456), - [aux_sym_throw_expression_token1] = ACTIONS(1456), - [aux_sym_while_statement_token1] = ACTIONS(1456), - [aux_sym_while_statement_token2] = ACTIONS(1456), - [aux_sym_do_statement_token1] = ACTIONS(1456), - [aux_sym_for_statement_token1] = ACTIONS(1456), - [aux_sym_for_statement_token2] = ACTIONS(1456), - [aux_sym_foreach_statement_token1] = ACTIONS(1456), - [aux_sym_foreach_statement_token2] = ACTIONS(1456), - [aux_sym_if_statement_token1] = ACTIONS(1456), - [aux_sym_if_statement_token2] = ACTIONS(1456), - [aux_sym_else_if_clause_token1] = ACTIONS(1456), - [aux_sym_else_clause_token1] = ACTIONS(1456), - [aux_sym_match_expression_token1] = ACTIONS(1456), - [aux_sym_match_default_expression_token1] = ACTIONS(1456), - [aux_sym_switch_statement_token1] = ACTIONS(1456), - [aux_sym_switch_block_token1] = ACTIONS(1456), - [anon_sym_PLUS] = ACTIONS(1456), - [anon_sym_DASH] = ACTIONS(1456), - [anon_sym_TILDE] = ACTIONS(1454), - [anon_sym_BANG] = ACTIONS(1454), - [anon_sym_AT] = ACTIONS(1454), - [aux_sym_clone_expression_token1] = ACTIONS(1456), - [aux_sym_print_intrinsic_token1] = ACTIONS(1456), - [aux_sym_object_creation_expression_token1] = ACTIONS(1456), - [anon_sym_DASH_DASH] = ACTIONS(1454), - [anon_sym_PLUS_PLUS] = ACTIONS(1454), - [aux_sym__list_destructing_token1] = ACTIONS(1456), - [anon_sym_LBRACK] = ACTIONS(1454), - [anon_sym_self] = ACTIONS(1456), - [anon_sym_parent] = ACTIONS(1456), - [aux_sym__argument_name_token1] = ACTIONS(1456), - [aux_sym__argument_name_token2] = ACTIONS(1456), - [anon_sym_POUND_LBRACK] = ACTIONS(1454), - [aux_sym_encapsed_string_token1] = ACTIONS(1454), - [anon_sym_DQUOTE] = ACTIONS(1454), - [aux_sym_string_token1] = ACTIONS(1454), - [anon_sym_SQUOTE] = ACTIONS(1454), - [anon_sym_LT_LT_LT] = ACTIONS(1454), - [anon_sym_BQUOTE] = ACTIONS(1454), - [anon_sym_DOLLAR] = ACTIONS(1454), - [aux_sym_yield_expression_token1] = ACTIONS(1456), - [aux_sym_include_expression_token1] = ACTIONS(1456), - [aux_sym_include_once_expression_token1] = ACTIONS(1456), - [aux_sym_require_expression_token1] = ACTIONS(1456), - [aux_sym_require_once_expression_token1] = ACTIONS(1456), - [sym_comment] = ACTIONS(3), - }, - [543] = { - [ts_builtin_sym_end] = ACTIONS(1458), - [sym_name] = ACTIONS(1460), - [anon_sym_QMARK_GT] = ACTIONS(1458), - [anon_sym_SEMI] = ACTIONS(1458), - [aux_sym_function_static_declaration_token1] = ACTIONS(1460), - [aux_sym_global_declaration_token1] = ACTIONS(1460), - [aux_sym_namespace_definition_token1] = ACTIONS(1460), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1460), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1460), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1460), - [anon_sym_BSLASH] = ACTIONS(1458), - [anon_sym_LBRACE] = ACTIONS(1458), - [anon_sym_RBRACE] = ACTIONS(1458), - [aux_sym_trait_declaration_token1] = ACTIONS(1460), - [aux_sym_interface_declaration_token1] = ACTIONS(1460), - [aux_sym_enum_declaration_token1] = ACTIONS(1460), - [aux_sym_enum_case_token1] = ACTIONS(1460), - [aux_sym_class_declaration_token1] = ACTIONS(1460), - [aux_sym_final_modifier_token1] = ACTIONS(1460), - [aux_sym_abstract_modifier_token1] = ACTIONS(1460), - [aux_sym_readonly_modifier_token1] = ACTIONS(1460), - [sym_var_modifier] = ACTIONS(1460), - [aux_sym_visibility_modifier_token1] = ACTIONS(1460), - [aux_sym_visibility_modifier_token2] = ACTIONS(1460), - [aux_sym_visibility_modifier_token3] = ACTIONS(1460), - [aux_sym__arrow_function_header_token1] = ACTIONS(1460), - [anon_sym_LPAREN] = ACTIONS(1458), - [aux_sym_cast_type_token1] = ACTIONS(1460), - [aux_sym_echo_statement_token1] = ACTIONS(1460), - [aux_sym_exit_statement_token1] = ACTIONS(1460), - [anon_sym_unset] = ACTIONS(1460), - [aux_sym_declare_statement_token1] = ACTIONS(1460), - [aux_sym_declare_statement_token2] = ACTIONS(1460), - [sym_float] = ACTIONS(1460), - [aux_sym_try_statement_token1] = ACTIONS(1460), - [aux_sym_goto_statement_token1] = ACTIONS(1460), - [aux_sym_continue_statement_token1] = ACTIONS(1460), - [aux_sym_break_statement_token1] = ACTIONS(1460), - [sym_integer] = ACTIONS(1460), - [aux_sym_return_statement_token1] = ACTIONS(1460), - [aux_sym_throw_expression_token1] = ACTIONS(1460), - [aux_sym_while_statement_token1] = ACTIONS(1460), - [aux_sym_while_statement_token2] = ACTIONS(1460), - [aux_sym_do_statement_token1] = ACTIONS(1460), - [aux_sym_for_statement_token1] = ACTIONS(1460), - [aux_sym_for_statement_token2] = ACTIONS(1460), - [aux_sym_foreach_statement_token1] = ACTIONS(1460), - [aux_sym_foreach_statement_token2] = ACTIONS(1460), - [aux_sym_if_statement_token1] = ACTIONS(1460), - [aux_sym_if_statement_token2] = ACTIONS(1460), - [aux_sym_else_if_clause_token1] = ACTIONS(1460), - [aux_sym_else_clause_token1] = ACTIONS(1460), - [aux_sym_match_expression_token1] = ACTIONS(1460), - [aux_sym_match_default_expression_token1] = ACTIONS(1460), - [aux_sym_switch_statement_token1] = ACTIONS(1460), - [aux_sym_switch_block_token1] = ACTIONS(1460), - [anon_sym_PLUS] = ACTIONS(1460), - [anon_sym_DASH] = ACTIONS(1460), - [anon_sym_TILDE] = ACTIONS(1458), - [anon_sym_BANG] = ACTIONS(1458), - [anon_sym_AT] = ACTIONS(1458), - [aux_sym_clone_expression_token1] = ACTIONS(1460), - [aux_sym_print_intrinsic_token1] = ACTIONS(1460), - [aux_sym_object_creation_expression_token1] = ACTIONS(1460), - [anon_sym_DASH_DASH] = ACTIONS(1458), - [anon_sym_PLUS_PLUS] = ACTIONS(1458), - [aux_sym__list_destructing_token1] = ACTIONS(1460), - [anon_sym_LBRACK] = ACTIONS(1458), - [anon_sym_self] = ACTIONS(1460), - [anon_sym_parent] = ACTIONS(1460), - [aux_sym__argument_name_token1] = ACTIONS(1460), - [aux_sym__argument_name_token2] = ACTIONS(1460), - [anon_sym_POUND_LBRACK] = ACTIONS(1458), - [aux_sym_encapsed_string_token1] = ACTIONS(1458), - [anon_sym_DQUOTE] = ACTIONS(1458), - [aux_sym_string_token1] = ACTIONS(1458), - [anon_sym_SQUOTE] = ACTIONS(1458), - [anon_sym_LT_LT_LT] = ACTIONS(1458), - [anon_sym_BQUOTE] = ACTIONS(1458), - [anon_sym_DOLLAR] = ACTIONS(1458), - [aux_sym_yield_expression_token1] = ACTIONS(1460), - [aux_sym_include_expression_token1] = ACTIONS(1460), - [aux_sym_include_once_expression_token1] = ACTIONS(1460), - [aux_sym_require_expression_token1] = ACTIONS(1460), - [aux_sym_require_once_expression_token1] = ACTIONS(1460), - [sym_comment] = ACTIONS(3), - }, - [544] = { - [ts_builtin_sym_end] = ACTIONS(1418), - [sym_name] = ACTIONS(1420), - [anon_sym_QMARK_GT] = ACTIONS(1418), - [anon_sym_SEMI] = ACTIONS(1418), - [aux_sym_function_static_declaration_token1] = ACTIONS(1420), - [aux_sym_global_declaration_token1] = ACTIONS(1420), - [aux_sym_namespace_definition_token1] = ACTIONS(1420), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1420), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1420), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1420), - [anon_sym_BSLASH] = ACTIONS(1418), - [anon_sym_LBRACE] = ACTIONS(1418), - [anon_sym_RBRACE] = ACTIONS(1418), - [aux_sym_trait_declaration_token1] = ACTIONS(1420), - [aux_sym_interface_declaration_token1] = ACTIONS(1420), - [aux_sym_enum_declaration_token1] = ACTIONS(1420), - [aux_sym_enum_case_token1] = ACTIONS(1420), - [aux_sym_class_declaration_token1] = ACTIONS(1420), - [aux_sym_final_modifier_token1] = ACTIONS(1420), - [aux_sym_abstract_modifier_token1] = ACTIONS(1420), - [aux_sym_readonly_modifier_token1] = ACTIONS(1420), - [sym_var_modifier] = ACTIONS(1420), - [aux_sym_visibility_modifier_token1] = ACTIONS(1420), - [aux_sym_visibility_modifier_token2] = ACTIONS(1420), - [aux_sym_visibility_modifier_token3] = ACTIONS(1420), - [aux_sym__arrow_function_header_token1] = ACTIONS(1420), - [anon_sym_LPAREN] = ACTIONS(1418), - [aux_sym_cast_type_token1] = ACTIONS(1420), - [aux_sym_echo_statement_token1] = ACTIONS(1420), - [aux_sym_exit_statement_token1] = ACTIONS(1420), - [anon_sym_unset] = ACTIONS(1420), - [aux_sym_declare_statement_token1] = ACTIONS(1420), - [aux_sym_declare_statement_token2] = ACTIONS(1420), - [sym_float] = ACTIONS(1420), - [aux_sym_try_statement_token1] = ACTIONS(1420), - [aux_sym_goto_statement_token1] = ACTIONS(1420), - [aux_sym_continue_statement_token1] = ACTIONS(1420), - [aux_sym_break_statement_token1] = ACTIONS(1420), - [sym_integer] = ACTIONS(1420), - [aux_sym_return_statement_token1] = ACTIONS(1420), - [aux_sym_throw_expression_token1] = ACTIONS(1420), - [aux_sym_while_statement_token1] = ACTIONS(1420), - [aux_sym_while_statement_token2] = ACTIONS(1420), - [aux_sym_do_statement_token1] = ACTIONS(1420), - [aux_sym_for_statement_token1] = ACTIONS(1420), - [aux_sym_for_statement_token2] = ACTIONS(1420), - [aux_sym_foreach_statement_token1] = ACTIONS(1420), - [aux_sym_foreach_statement_token2] = ACTIONS(1420), - [aux_sym_if_statement_token1] = ACTIONS(1420), - [aux_sym_if_statement_token2] = ACTIONS(1420), - [aux_sym_else_if_clause_token1] = ACTIONS(1420), - [aux_sym_else_clause_token1] = ACTIONS(1420), - [aux_sym_match_expression_token1] = ACTIONS(1420), - [aux_sym_match_default_expression_token1] = ACTIONS(1420), - [aux_sym_switch_statement_token1] = ACTIONS(1420), - [aux_sym_switch_block_token1] = ACTIONS(1420), - [anon_sym_PLUS] = ACTIONS(1420), - [anon_sym_DASH] = ACTIONS(1420), - [anon_sym_TILDE] = ACTIONS(1418), - [anon_sym_BANG] = ACTIONS(1418), - [anon_sym_AT] = ACTIONS(1418), - [aux_sym_clone_expression_token1] = ACTIONS(1420), - [aux_sym_print_intrinsic_token1] = ACTIONS(1420), - [aux_sym_object_creation_expression_token1] = ACTIONS(1420), - [anon_sym_DASH_DASH] = ACTIONS(1418), - [anon_sym_PLUS_PLUS] = ACTIONS(1418), - [aux_sym__list_destructing_token1] = ACTIONS(1420), - [anon_sym_LBRACK] = ACTIONS(1418), - [anon_sym_self] = ACTIONS(1420), - [anon_sym_parent] = ACTIONS(1420), - [aux_sym__argument_name_token1] = ACTIONS(1420), - [aux_sym__argument_name_token2] = ACTIONS(1420), - [anon_sym_POUND_LBRACK] = ACTIONS(1418), - [aux_sym_encapsed_string_token1] = ACTIONS(1418), - [anon_sym_DQUOTE] = ACTIONS(1418), - [aux_sym_string_token1] = ACTIONS(1418), - [anon_sym_SQUOTE] = ACTIONS(1418), - [anon_sym_LT_LT_LT] = ACTIONS(1418), - [anon_sym_BQUOTE] = ACTIONS(1418), - [anon_sym_DOLLAR] = ACTIONS(1418), - [aux_sym_yield_expression_token1] = ACTIONS(1420), - [aux_sym_include_expression_token1] = ACTIONS(1420), - [aux_sym_include_once_expression_token1] = ACTIONS(1420), - [aux_sym_require_expression_token1] = ACTIONS(1420), - [aux_sym_require_once_expression_token1] = ACTIONS(1420), - [sym_comment] = ACTIONS(3), - }, - [545] = { - [ts_builtin_sym_end] = ACTIONS(1462), - [sym_name] = ACTIONS(1464), - [anon_sym_QMARK_GT] = ACTIONS(1462), - [anon_sym_SEMI] = ACTIONS(1462), - [aux_sym_function_static_declaration_token1] = ACTIONS(1464), - [aux_sym_global_declaration_token1] = ACTIONS(1464), - [aux_sym_namespace_definition_token1] = ACTIONS(1464), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1464), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1464), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1464), - [anon_sym_BSLASH] = ACTIONS(1462), - [anon_sym_LBRACE] = ACTIONS(1462), - [anon_sym_RBRACE] = ACTIONS(1462), - [aux_sym_trait_declaration_token1] = ACTIONS(1464), - [aux_sym_interface_declaration_token1] = ACTIONS(1464), - [aux_sym_enum_declaration_token1] = ACTIONS(1464), - [aux_sym_enum_case_token1] = ACTIONS(1464), - [aux_sym_class_declaration_token1] = ACTIONS(1464), - [aux_sym_final_modifier_token1] = ACTIONS(1464), - [aux_sym_abstract_modifier_token1] = ACTIONS(1464), - [aux_sym_readonly_modifier_token1] = ACTIONS(1464), - [sym_var_modifier] = ACTIONS(1464), - [aux_sym_visibility_modifier_token1] = ACTIONS(1464), - [aux_sym_visibility_modifier_token2] = ACTIONS(1464), - [aux_sym_visibility_modifier_token3] = ACTIONS(1464), - [aux_sym__arrow_function_header_token1] = ACTIONS(1464), - [anon_sym_LPAREN] = ACTIONS(1462), - [aux_sym_cast_type_token1] = ACTIONS(1464), - [aux_sym_echo_statement_token1] = ACTIONS(1464), - [aux_sym_exit_statement_token1] = ACTIONS(1464), - [anon_sym_unset] = ACTIONS(1464), - [aux_sym_declare_statement_token1] = ACTIONS(1464), - [aux_sym_declare_statement_token2] = ACTIONS(1464), - [sym_float] = ACTIONS(1464), - [aux_sym_try_statement_token1] = ACTIONS(1464), - [aux_sym_goto_statement_token1] = ACTIONS(1464), - [aux_sym_continue_statement_token1] = ACTIONS(1464), - [aux_sym_break_statement_token1] = ACTIONS(1464), - [sym_integer] = ACTIONS(1464), - [aux_sym_return_statement_token1] = ACTIONS(1464), - [aux_sym_throw_expression_token1] = ACTIONS(1464), - [aux_sym_while_statement_token1] = ACTIONS(1464), - [aux_sym_while_statement_token2] = ACTIONS(1464), - [aux_sym_do_statement_token1] = ACTIONS(1464), - [aux_sym_for_statement_token1] = ACTIONS(1464), - [aux_sym_for_statement_token2] = ACTIONS(1464), - [aux_sym_foreach_statement_token1] = ACTIONS(1464), - [aux_sym_foreach_statement_token2] = ACTIONS(1464), - [aux_sym_if_statement_token1] = ACTIONS(1464), - [aux_sym_if_statement_token2] = ACTIONS(1464), - [aux_sym_else_if_clause_token1] = ACTIONS(1464), - [aux_sym_else_clause_token1] = ACTIONS(1464), - [aux_sym_match_expression_token1] = ACTIONS(1464), - [aux_sym_match_default_expression_token1] = ACTIONS(1464), - [aux_sym_switch_statement_token1] = ACTIONS(1464), - [aux_sym_switch_block_token1] = ACTIONS(1464), - [anon_sym_PLUS] = ACTIONS(1464), - [anon_sym_DASH] = ACTIONS(1464), - [anon_sym_TILDE] = ACTIONS(1462), - [anon_sym_BANG] = ACTIONS(1462), - [anon_sym_AT] = ACTIONS(1462), - [aux_sym_clone_expression_token1] = ACTIONS(1464), - [aux_sym_print_intrinsic_token1] = ACTIONS(1464), - [aux_sym_object_creation_expression_token1] = ACTIONS(1464), - [anon_sym_DASH_DASH] = ACTIONS(1462), - [anon_sym_PLUS_PLUS] = ACTIONS(1462), - [aux_sym__list_destructing_token1] = ACTIONS(1464), - [anon_sym_LBRACK] = ACTIONS(1462), - [anon_sym_self] = ACTIONS(1464), - [anon_sym_parent] = ACTIONS(1464), - [aux_sym__argument_name_token1] = ACTIONS(1464), - [aux_sym__argument_name_token2] = ACTIONS(1464), - [anon_sym_POUND_LBRACK] = ACTIONS(1462), - [aux_sym_encapsed_string_token1] = ACTIONS(1462), - [anon_sym_DQUOTE] = ACTIONS(1462), - [aux_sym_string_token1] = ACTIONS(1462), - [anon_sym_SQUOTE] = ACTIONS(1462), - [anon_sym_LT_LT_LT] = ACTIONS(1462), - [anon_sym_BQUOTE] = ACTIONS(1462), - [anon_sym_DOLLAR] = ACTIONS(1462), - [aux_sym_yield_expression_token1] = ACTIONS(1464), - [aux_sym_include_expression_token1] = ACTIONS(1464), - [aux_sym_include_once_expression_token1] = ACTIONS(1464), - [aux_sym_require_expression_token1] = ACTIONS(1464), - [aux_sym_require_once_expression_token1] = ACTIONS(1464), - [sym_comment] = ACTIONS(3), - }, - [546] = { - [ts_builtin_sym_end] = ACTIONS(1466), - [sym_name] = ACTIONS(1468), - [anon_sym_QMARK_GT] = ACTIONS(1466), - [anon_sym_SEMI] = ACTIONS(1466), - [aux_sym_function_static_declaration_token1] = ACTIONS(1468), - [aux_sym_global_declaration_token1] = ACTIONS(1468), - [aux_sym_namespace_definition_token1] = ACTIONS(1468), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1468), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1468), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1468), - [anon_sym_BSLASH] = ACTIONS(1466), - [anon_sym_LBRACE] = ACTIONS(1466), - [anon_sym_RBRACE] = ACTIONS(1466), - [aux_sym_trait_declaration_token1] = ACTIONS(1468), - [aux_sym_interface_declaration_token1] = ACTIONS(1468), - [aux_sym_enum_declaration_token1] = ACTIONS(1468), - [aux_sym_enum_case_token1] = ACTIONS(1468), - [aux_sym_class_declaration_token1] = ACTIONS(1468), - [aux_sym_final_modifier_token1] = ACTIONS(1468), - [aux_sym_abstract_modifier_token1] = ACTIONS(1468), - [aux_sym_readonly_modifier_token1] = ACTIONS(1468), - [sym_var_modifier] = ACTIONS(1468), - [aux_sym_visibility_modifier_token1] = ACTIONS(1468), - [aux_sym_visibility_modifier_token2] = ACTIONS(1468), - [aux_sym_visibility_modifier_token3] = ACTIONS(1468), - [aux_sym__arrow_function_header_token1] = ACTIONS(1468), - [anon_sym_LPAREN] = ACTIONS(1466), - [aux_sym_cast_type_token1] = ACTIONS(1468), - [aux_sym_echo_statement_token1] = ACTIONS(1468), - [aux_sym_exit_statement_token1] = ACTIONS(1468), - [anon_sym_unset] = ACTIONS(1468), - [aux_sym_declare_statement_token1] = ACTIONS(1468), - [aux_sym_declare_statement_token2] = ACTIONS(1468), - [sym_float] = ACTIONS(1468), - [aux_sym_try_statement_token1] = ACTIONS(1468), - [aux_sym_goto_statement_token1] = ACTIONS(1468), - [aux_sym_continue_statement_token1] = ACTIONS(1468), - [aux_sym_break_statement_token1] = ACTIONS(1468), - [sym_integer] = ACTIONS(1468), - [aux_sym_return_statement_token1] = ACTIONS(1468), - [aux_sym_throw_expression_token1] = ACTIONS(1468), - [aux_sym_while_statement_token1] = ACTIONS(1468), - [aux_sym_while_statement_token2] = ACTIONS(1468), - [aux_sym_do_statement_token1] = ACTIONS(1468), - [aux_sym_for_statement_token1] = ACTIONS(1468), - [aux_sym_for_statement_token2] = ACTIONS(1468), - [aux_sym_foreach_statement_token1] = ACTIONS(1468), - [aux_sym_foreach_statement_token2] = ACTIONS(1468), - [aux_sym_if_statement_token1] = ACTIONS(1468), - [aux_sym_if_statement_token2] = ACTIONS(1468), - [aux_sym_else_if_clause_token1] = ACTIONS(1468), - [aux_sym_else_clause_token1] = ACTIONS(1468), - [aux_sym_match_expression_token1] = ACTIONS(1468), - [aux_sym_match_default_expression_token1] = ACTIONS(1468), - [aux_sym_switch_statement_token1] = ACTIONS(1468), - [aux_sym_switch_block_token1] = ACTIONS(1468), - [anon_sym_PLUS] = ACTIONS(1468), - [anon_sym_DASH] = ACTIONS(1468), - [anon_sym_TILDE] = ACTIONS(1466), - [anon_sym_BANG] = ACTIONS(1466), - [anon_sym_AT] = ACTIONS(1466), - [aux_sym_clone_expression_token1] = ACTIONS(1468), - [aux_sym_print_intrinsic_token1] = ACTIONS(1468), - [aux_sym_object_creation_expression_token1] = ACTIONS(1468), - [anon_sym_DASH_DASH] = ACTIONS(1466), - [anon_sym_PLUS_PLUS] = ACTIONS(1466), - [aux_sym__list_destructing_token1] = ACTIONS(1468), - [anon_sym_LBRACK] = ACTIONS(1466), - [anon_sym_self] = ACTIONS(1468), - [anon_sym_parent] = ACTIONS(1468), - [aux_sym__argument_name_token1] = ACTIONS(1468), - [aux_sym__argument_name_token2] = ACTIONS(1468), - [anon_sym_POUND_LBRACK] = ACTIONS(1466), - [aux_sym_encapsed_string_token1] = ACTIONS(1466), - [anon_sym_DQUOTE] = ACTIONS(1466), - [aux_sym_string_token1] = ACTIONS(1466), - [anon_sym_SQUOTE] = ACTIONS(1466), - [anon_sym_LT_LT_LT] = ACTIONS(1466), - [anon_sym_BQUOTE] = ACTIONS(1466), - [anon_sym_DOLLAR] = ACTIONS(1466), - [aux_sym_yield_expression_token1] = ACTIONS(1468), - [aux_sym_include_expression_token1] = ACTIONS(1468), - [aux_sym_include_once_expression_token1] = ACTIONS(1468), - [aux_sym_require_expression_token1] = ACTIONS(1468), - [aux_sym_require_once_expression_token1] = ACTIONS(1468), - [sym_comment] = ACTIONS(3), - }, - [547] = { - [ts_builtin_sym_end] = ACTIONS(1470), - [sym_name] = ACTIONS(1472), - [anon_sym_QMARK_GT] = ACTIONS(1470), - [anon_sym_SEMI] = ACTIONS(1470), - [aux_sym_function_static_declaration_token1] = ACTIONS(1472), - [aux_sym_global_declaration_token1] = ACTIONS(1472), - [aux_sym_namespace_definition_token1] = ACTIONS(1472), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1472), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1472), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1472), - [anon_sym_BSLASH] = ACTIONS(1470), - [anon_sym_LBRACE] = ACTIONS(1470), - [anon_sym_RBRACE] = ACTIONS(1470), - [aux_sym_trait_declaration_token1] = ACTIONS(1472), - [aux_sym_interface_declaration_token1] = ACTIONS(1472), - [aux_sym_enum_declaration_token1] = ACTIONS(1472), - [aux_sym_enum_case_token1] = ACTIONS(1472), - [aux_sym_class_declaration_token1] = ACTIONS(1472), - [aux_sym_final_modifier_token1] = ACTIONS(1472), - [aux_sym_abstract_modifier_token1] = ACTIONS(1472), - [aux_sym_readonly_modifier_token1] = ACTIONS(1472), - [sym_var_modifier] = ACTIONS(1472), - [aux_sym_visibility_modifier_token1] = ACTIONS(1472), - [aux_sym_visibility_modifier_token2] = ACTIONS(1472), - [aux_sym_visibility_modifier_token3] = ACTIONS(1472), - [aux_sym__arrow_function_header_token1] = ACTIONS(1472), - [anon_sym_LPAREN] = ACTIONS(1470), - [aux_sym_cast_type_token1] = ACTIONS(1472), - [aux_sym_echo_statement_token1] = ACTIONS(1472), - [aux_sym_exit_statement_token1] = ACTIONS(1472), - [anon_sym_unset] = ACTIONS(1472), - [aux_sym_declare_statement_token1] = ACTIONS(1472), - [aux_sym_declare_statement_token2] = ACTIONS(1472), - [sym_float] = ACTIONS(1472), - [aux_sym_try_statement_token1] = ACTIONS(1472), - [aux_sym_goto_statement_token1] = ACTIONS(1472), - [aux_sym_continue_statement_token1] = ACTIONS(1472), - [aux_sym_break_statement_token1] = ACTIONS(1472), - [sym_integer] = ACTIONS(1472), - [aux_sym_return_statement_token1] = ACTIONS(1472), - [aux_sym_throw_expression_token1] = ACTIONS(1472), - [aux_sym_while_statement_token1] = ACTIONS(1472), - [aux_sym_while_statement_token2] = ACTIONS(1472), - [aux_sym_do_statement_token1] = ACTIONS(1472), - [aux_sym_for_statement_token1] = ACTIONS(1472), - [aux_sym_for_statement_token2] = ACTIONS(1472), - [aux_sym_foreach_statement_token1] = ACTIONS(1472), - [aux_sym_foreach_statement_token2] = ACTIONS(1472), - [aux_sym_if_statement_token1] = ACTIONS(1472), - [aux_sym_if_statement_token2] = ACTIONS(1472), - [aux_sym_else_if_clause_token1] = ACTIONS(1472), - [aux_sym_else_clause_token1] = ACTIONS(1472), - [aux_sym_match_expression_token1] = ACTIONS(1472), - [aux_sym_match_default_expression_token1] = ACTIONS(1472), - [aux_sym_switch_statement_token1] = ACTIONS(1472), - [aux_sym_switch_block_token1] = ACTIONS(1472), - [anon_sym_PLUS] = ACTIONS(1472), - [anon_sym_DASH] = ACTIONS(1472), - [anon_sym_TILDE] = ACTIONS(1470), - [anon_sym_BANG] = ACTIONS(1470), - [anon_sym_AT] = ACTIONS(1470), - [aux_sym_clone_expression_token1] = ACTIONS(1472), - [aux_sym_print_intrinsic_token1] = ACTIONS(1472), - [aux_sym_object_creation_expression_token1] = ACTIONS(1472), - [anon_sym_DASH_DASH] = ACTIONS(1470), - [anon_sym_PLUS_PLUS] = ACTIONS(1470), - [aux_sym__list_destructing_token1] = ACTIONS(1472), - [anon_sym_LBRACK] = ACTIONS(1470), - [anon_sym_self] = ACTIONS(1472), - [anon_sym_parent] = ACTIONS(1472), - [aux_sym__argument_name_token1] = ACTIONS(1472), - [aux_sym__argument_name_token2] = ACTIONS(1472), - [anon_sym_POUND_LBRACK] = ACTIONS(1470), - [aux_sym_encapsed_string_token1] = ACTIONS(1470), - [anon_sym_DQUOTE] = ACTIONS(1470), - [aux_sym_string_token1] = ACTIONS(1470), - [anon_sym_SQUOTE] = ACTIONS(1470), - [anon_sym_LT_LT_LT] = ACTIONS(1470), - [anon_sym_BQUOTE] = ACTIONS(1470), - [anon_sym_DOLLAR] = ACTIONS(1470), - [aux_sym_yield_expression_token1] = ACTIONS(1472), - [aux_sym_include_expression_token1] = ACTIONS(1472), - [aux_sym_include_once_expression_token1] = ACTIONS(1472), - [aux_sym_require_expression_token1] = ACTIONS(1472), - [aux_sym_require_once_expression_token1] = ACTIONS(1472), - [sym_comment] = ACTIONS(3), - }, - [548] = { - [ts_builtin_sym_end] = ACTIONS(1474), - [sym_name] = ACTIONS(1476), - [anon_sym_QMARK_GT] = ACTIONS(1474), - [anon_sym_SEMI] = ACTIONS(1474), - [aux_sym_function_static_declaration_token1] = ACTIONS(1476), - [aux_sym_global_declaration_token1] = ACTIONS(1476), - [aux_sym_namespace_definition_token1] = ACTIONS(1476), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1476), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1476), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1476), - [anon_sym_BSLASH] = ACTIONS(1474), - [anon_sym_LBRACE] = ACTIONS(1474), - [anon_sym_RBRACE] = ACTIONS(1474), - [aux_sym_trait_declaration_token1] = ACTIONS(1476), - [aux_sym_interface_declaration_token1] = ACTIONS(1476), - [aux_sym_enum_declaration_token1] = ACTIONS(1476), - [aux_sym_enum_case_token1] = ACTIONS(1476), - [aux_sym_class_declaration_token1] = ACTIONS(1476), - [aux_sym_final_modifier_token1] = ACTIONS(1476), - [aux_sym_abstract_modifier_token1] = ACTIONS(1476), - [aux_sym_readonly_modifier_token1] = ACTIONS(1476), - [sym_var_modifier] = ACTIONS(1476), - [aux_sym_visibility_modifier_token1] = ACTIONS(1476), - [aux_sym_visibility_modifier_token2] = ACTIONS(1476), - [aux_sym_visibility_modifier_token3] = ACTIONS(1476), - [aux_sym__arrow_function_header_token1] = ACTIONS(1476), - [anon_sym_LPAREN] = ACTIONS(1474), - [aux_sym_cast_type_token1] = ACTIONS(1476), - [aux_sym_echo_statement_token1] = ACTIONS(1476), - [aux_sym_exit_statement_token1] = ACTIONS(1476), - [anon_sym_unset] = ACTIONS(1476), - [aux_sym_declare_statement_token1] = ACTIONS(1476), - [aux_sym_declare_statement_token2] = ACTIONS(1476), - [sym_float] = ACTIONS(1476), - [aux_sym_try_statement_token1] = ACTIONS(1476), - [aux_sym_goto_statement_token1] = ACTIONS(1476), - [aux_sym_continue_statement_token1] = ACTIONS(1476), - [aux_sym_break_statement_token1] = ACTIONS(1476), - [sym_integer] = ACTIONS(1476), - [aux_sym_return_statement_token1] = ACTIONS(1476), - [aux_sym_throw_expression_token1] = ACTIONS(1476), - [aux_sym_while_statement_token1] = ACTIONS(1476), - [aux_sym_while_statement_token2] = ACTIONS(1476), - [aux_sym_do_statement_token1] = ACTIONS(1476), - [aux_sym_for_statement_token1] = ACTIONS(1476), - [aux_sym_for_statement_token2] = ACTIONS(1476), - [aux_sym_foreach_statement_token1] = ACTIONS(1476), - [aux_sym_foreach_statement_token2] = ACTIONS(1476), - [aux_sym_if_statement_token1] = ACTIONS(1476), - [aux_sym_if_statement_token2] = ACTIONS(1476), - [aux_sym_else_if_clause_token1] = ACTIONS(1476), - [aux_sym_else_clause_token1] = ACTIONS(1476), - [aux_sym_match_expression_token1] = ACTIONS(1476), - [aux_sym_match_default_expression_token1] = ACTIONS(1476), - [aux_sym_switch_statement_token1] = ACTIONS(1476), - [aux_sym_switch_block_token1] = ACTIONS(1476), - [anon_sym_PLUS] = ACTIONS(1476), - [anon_sym_DASH] = ACTIONS(1476), - [anon_sym_TILDE] = ACTIONS(1474), - [anon_sym_BANG] = ACTIONS(1474), - [anon_sym_AT] = ACTIONS(1474), - [aux_sym_clone_expression_token1] = ACTIONS(1476), - [aux_sym_print_intrinsic_token1] = ACTIONS(1476), - [aux_sym_object_creation_expression_token1] = ACTIONS(1476), - [anon_sym_DASH_DASH] = ACTIONS(1474), - [anon_sym_PLUS_PLUS] = ACTIONS(1474), - [aux_sym__list_destructing_token1] = ACTIONS(1476), - [anon_sym_LBRACK] = ACTIONS(1474), - [anon_sym_self] = ACTIONS(1476), - [anon_sym_parent] = ACTIONS(1476), - [aux_sym__argument_name_token1] = ACTIONS(1476), - [aux_sym__argument_name_token2] = ACTIONS(1476), - [anon_sym_POUND_LBRACK] = ACTIONS(1474), - [aux_sym_encapsed_string_token1] = ACTIONS(1474), - [anon_sym_DQUOTE] = ACTIONS(1474), - [aux_sym_string_token1] = ACTIONS(1474), - [anon_sym_SQUOTE] = ACTIONS(1474), - [anon_sym_LT_LT_LT] = ACTIONS(1474), - [anon_sym_BQUOTE] = ACTIONS(1474), - [anon_sym_DOLLAR] = ACTIONS(1474), - [aux_sym_yield_expression_token1] = ACTIONS(1476), - [aux_sym_include_expression_token1] = ACTIONS(1476), - [aux_sym_include_once_expression_token1] = ACTIONS(1476), - [aux_sym_require_expression_token1] = ACTIONS(1476), - [aux_sym_require_once_expression_token1] = ACTIONS(1476), - [sym_comment] = ACTIONS(3), - }, - [549] = { - [ts_builtin_sym_end] = ACTIONS(1478), - [sym_name] = ACTIONS(1480), - [anon_sym_QMARK_GT] = ACTIONS(1478), - [anon_sym_SEMI] = ACTIONS(1478), - [aux_sym_function_static_declaration_token1] = ACTIONS(1480), - [aux_sym_global_declaration_token1] = ACTIONS(1480), - [aux_sym_namespace_definition_token1] = ACTIONS(1480), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1480), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1480), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1480), - [anon_sym_BSLASH] = ACTIONS(1478), - [anon_sym_LBRACE] = ACTIONS(1478), - [anon_sym_RBRACE] = ACTIONS(1478), - [aux_sym_trait_declaration_token1] = ACTIONS(1480), - [aux_sym_interface_declaration_token1] = ACTIONS(1480), - [aux_sym_enum_declaration_token1] = ACTIONS(1480), - [aux_sym_enum_case_token1] = ACTIONS(1480), - [aux_sym_class_declaration_token1] = ACTIONS(1480), - [aux_sym_final_modifier_token1] = ACTIONS(1480), - [aux_sym_abstract_modifier_token1] = ACTIONS(1480), - [aux_sym_readonly_modifier_token1] = ACTIONS(1480), - [sym_var_modifier] = ACTIONS(1480), - [aux_sym_visibility_modifier_token1] = ACTIONS(1480), - [aux_sym_visibility_modifier_token2] = ACTIONS(1480), - [aux_sym_visibility_modifier_token3] = ACTIONS(1480), - [aux_sym__arrow_function_header_token1] = ACTIONS(1480), - [anon_sym_LPAREN] = ACTIONS(1478), - [aux_sym_cast_type_token1] = ACTIONS(1480), - [aux_sym_echo_statement_token1] = ACTIONS(1480), - [aux_sym_exit_statement_token1] = ACTIONS(1480), - [anon_sym_unset] = ACTIONS(1480), - [aux_sym_declare_statement_token1] = ACTIONS(1480), - [aux_sym_declare_statement_token2] = ACTIONS(1480), - [sym_float] = ACTIONS(1480), - [aux_sym_try_statement_token1] = ACTIONS(1480), - [aux_sym_goto_statement_token1] = ACTIONS(1480), - [aux_sym_continue_statement_token1] = ACTIONS(1480), - [aux_sym_break_statement_token1] = ACTIONS(1480), - [sym_integer] = ACTIONS(1480), - [aux_sym_return_statement_token1] = ACTIONS(1480), - [aux_sym_throw_expression_token1] = ACTIONS(1480), - [aux_sym_while_statement_token1] = ACTIONS(1480), - [aux_sym_while_statement_token2] = ACTIONS(1480), - [aux_sym_do_statement_token1] = ACTIONS(1480), - [aux_sym_for_statement_token1] = ACTIONS(1480), - [aux_sym_for_statement_token2] = ACTIONS(1480), - [aux_sym_foreach_statement_token1] = ACTIONS(1480), - [aux_sym_foreach_statement_token2] = ACTIONS(1480), - [aux_sym_if_statement_token1] = ACTIONS(1480), - [aux_sym_if_statement_token2] = ACTIONS(1480), - [aux_sym_else_if_clause_token1] = ACTIONS(1480), - [aux_sym_else_clause_token1] = ACTIONS(1480), - [aux_sym_match_expression_token1] = ACTIONS(1480), - [aux_sym_match_default_expression_token1] = ACTIONS(1480), - [aux_sym_switch_statement_token1] = ACTIONS(1480), - [aux_sym_switch_block_token1] = ACTIONS(1480), - [anon_sym_PLUS] = ACTIONS(1480), - [anon_sym_DASH] = ACTIONS(1480), - [anon_sym_TILDE] = ACTIONS(1478), - [anon_sym_BANG] = ACTIONS(1478), - [anon_sym_AT] = ACTIONS(1478), - [aux_sym_clone_expression_token1] = ACTIONS(1480), - [aux_sym_print_intrinsic_token1] = ACTIONS(1480), - [aux_sym_object_creation_expression_token1] = ACTIONS(1480), - [anon_sym_DASH_DASH] = ACTIONS(1478), - [anon_sym_PLUS_PLUS] = ACTIONS(1478), - [aux_sym__list_destructing_token1] = ACTIONS(1480), - [anon_sym_LBRACK] = ACTIONS(1478), - [anon_sym_self] = ACTIONS(1480), - [anon_sym_parent] = ACTIONS(1480), - [aux_sym__argument_name_token1] = ACTIONS(1480), - [aux_sym__argument_name_token2] = ACTIONS(1480), - [anon_sym_POUND_LBRACK] = ACTIONS(1478), - [aux_sym_encapsed_string_token1] = ACTIONS(1478), - [anon_sym_DQUOTE] = ACTIONS(1478), - [aux_sym_string_token1] = ACTIONS(1478), - [anon_sym_SQUOTE] = ACTIONS(1478), - [anon_sym_LT_LT_LT] = ACTIONS(1478), - [anon_sym_BQUOTE] = ACTIONS(1478), - [anon_sym_DOLLAR] = ACTIONS(1478), - [aux_sym_yield_expression_token1] = ACTIONS(1480), - [aux_sym_include_expression_token1] = ACTIONS(1480), - [aux_sym_include_once_expression_token1] = ACTIONS(1480), - [aux_sym_require_expression_token1] = ACTIONS(1480), - [aux_sym_require_once_expression_token1] = ACTIONS(1480), - [sym_comment] = ACTIONS(3), - }, - [550] = { - [ts_builtin_sym_end] = ACTIONS(1482), - [sym_name] = ACTIONS(1484), - [anon_sym_QMARK_GT] = ACTIONS(1482), - [anon_sym_SEMI] = ACTIONS(1482), - [aux_sym_function_static_declaration_token1] = ACTIONS(1484), - [aux_sym_global_declaration_token1] = ACTIONS(1484), - [aux_sym_namespace_definition_token1] = ACTIONS(1484), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1484), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1484), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1484), - [anon_sym_BSLASH] = ACTIONS(1482), - [anon_sym_LBRACE] = ACTIONS(1482), - [anon_sym_RBRACE] = ACTIONS(1482), - [aux_sym_trait_declaration_token1] = ACTIONS(1484), - [aux_sym_interface_declaration_token1] = ACTIONS(1484), - [aux_sym_enum_declaration_token1] = ACTIONS(1484), - [aux_sym_enum_case_token1] = ACTIONS(1484), - [aux_sym_class_declaration_token1] = ACTIONS(1484), - [aux_sym_final_modifier_token1] = ACTIONS(1484), - [aux_sym_abstract_modifier_token1] = ACTIONS(1484), - [aux_sym_readonly_modifier_token1] = ACTIONS(1484), - [sym_var_modifier] = ACTIONS(1484), - [aux_sym_visibility_modifier_token1] = ACTIONS(1484), - [aux_sym_visibility_modifier_token2] = ACTIONS(1484), - [aux_sym_visibility_modifier_token3] = ACTIONS(1484), - [aux_sym__arrow_function_header_token1] = ACTIONS(1484), - [anon_sym_LPAREN] = ACTIONS(1482), - [aux_sym_cast_type_token1] = ACTIONS(1484), - [aux_sym_echo_statement_token1] = ACTIONS(1484), - [aux_sym_exit_statement_token1] = ACTIONS(1484), - [anon_sym_unset] = ACTIONS(1484), - [aux_sym_declare_statement_token1] = ACTIONS(1484), - [aux_sym_declare_statement_token2] = ACTIONS(1484), - [sym_float] = ACTIONS(1484), - [aux_sym_try_statement_token1] = ACTIONS(1484), - [aux_sym_goto_statement_token1] = ACTIONS(1484), - [aux_sym_continue_statement_token1] = ACTIONS(1484), - [aux_sym_break_statement_token1] = ACTIONS(1484), - [sym_integer] = ACTIONS(1484), - [aux_sym_return_statement_token1] = ACTIONS(1484), - [aux_sym_throw_expression_token1] = ACTIONS(1484), - [aux_sym_while_statement_token1] = ACTIONS(1484), - [aux_sym_while_statement_token2] = ACTIONS(1484), - [aux_sym_do_statement_token1] = ACTIONS(1484), - [aux_sym_for_statement_token1] = ACTIONS(1484), - [aux_sym_for_statement_token2] = ACTIONS(1484), - [aux_sym_foreach_statement_token1] = ACTIONS(1484), - [aux_sym_foreach_statement_token2] = ACTIONS(1484), - [aux_sym_if_statement_token1] = ACTIONS(1484), - [aux_sym_if_statement_token2] = ACTIONS(1484), - [aux_sym_else_if_clause_token1] = ACTIONS(1484), - [aux_sym_else_clause_token1] = ACTIONS(1484), - [aux_sym_match_expression_token1] = ACTIONS(1484), - [aux_sym_match_default_expression_token1] = ACTIONS(1484), - [aux_sym_switch_statement_token1] = ACTIONS(1484), - [aux_sym_switch_block_token1] = ACTIONS(1484), - [anon_sym_PLUS] = ACTIONS(1484), - [anon_sym_DASH] = ACTIONS(1484), - [anon_sym_TILDE] = ACTIONS(1482), - [anon_sym_BANG] = ACTIONS(1482), - [anon_sym_AT] = ACTIONS(1482), - [aux_sym_clone_expression_token1] = ACTIONS(1484), - [aux_sym_print_intrinsic_token1] = ACTIONS(1484), - [aux_sym_object_creation_expression_token1] = ACTIONS(1484), - [anon_sym_DASH_DASH] = ACTIONS(1482), - [anon_sym_PLUS_PLUS] = ACTIONS(1482), - [aux_sym__list_destructing_token1] = ACTIONS(1484), - [anon_sym_LBRACK] = ACTIONS(1482), - [anon_sym_self] = ACTIONS(1484), - [anon_sym_parent] = ACTIONS(1484), - [aux_sym__argument_name_token1] = ACTIONS(1484), - [aux_sym__argument_name_token2] = ACTIONS(1484), - [anon_sym_POUND_LBRACK] = ACTIONS(1482), - [aux_sym_encapsed_string_token1] = ACTIONS(1482), - [anon_sym_DQUOTE] = ACTIONS(1482), - [aux_sym_string_token1] = ACTIONS(1482), - [anon_sym_SQUOTE] = ACTIONS(1482), - [anon_sym_LT_LT_LT] = ACTIONS(1482), - [anon_sym_BQUOTE] = ACTIONS(1482), - [anon_sym_DOLLAR] = ACTIONS(1482), - [aux_sym_yield_expression_token1] = ACTIONS(1484), - [aux_sym_include_expression_token1] = ACTIONS(1484), - [aux_sym_include_once_expression_token1] = ACTIONS(1484), - [aux_sym_require_expression_token1] = ACTIONS(1484), - [aux_sym_require_once_expression_token1] = ACTIONS(1484), - [sym_comment] = ACTIONS(3), - }, - [551] = { - [ts_builtin_sym_end] = ACTIONS(1486), - [sym_name] = ACTIONS(1488), - [anon_sym_QMARK_GT] = ACTIONS(1486), - [anon_sym_SEMI] = ACTIONS(1486), - [aux_sym_function_static_declaration_token1] = ACTIONS(1488), - [aux_sym_global_declaration_token1] = ACTIONS(1488), - [aux_sym_namespace_definition_token1] = ACTIONS(1488), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1488), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1488), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1488), - [anon_sym_BSLASH] = ACTIONS(1486), - [anon_sym_LBRACE] = ACTIONS(1486), - [anon_sym_RBRACE] = ACTIONS(1486), - [aux_sym_trait_declaration_token1] = ACTIONS(1488), - [aux_sym_interface_declaration_token1] = ACTIONS(1488), - [aux_sym_enum_declaration_token1] = ACTIONS(1488), - [aux_sym_enum_case_token1] = ACTIONS(1488), - [aux_sym_class_declaration_token1] = ACTIONS(1488), - [aux_sym_final_modifier_token1] = ACTIONS(1488), - [aux_sym_abstract_modifier_token1] = ACTIONS(1488), - [aux_sym_readonly_modifier_token1] = ACTIONS(1488), - [sym_var_modifier] = ACTIONS(1488), - [aux_sym_visibility_modifier_token1] = ACTIONS(1488), - [aux_sym_visibility_modifier_token2] = ACTIONS(1488), - [aux_sym_visibility_modifier_token3] = ACTIONS(1488), - [aux_sym__arrow_function_header_token1] = ACTIONS(1488), - [anon_sym_LPAREN] = ACTIONS(1486), - [aux_sym_cast_type_token1] = ACTIONS(1488), - [aux_sym_echo_statement_token1] = ACTIONS(1488), - [aux_sym_exit_statement_token1] = ACTIONS(1488), - [anon_sym_unset] = ACTIONS(1488), - [aux_sym_declare_statement_token1] = ACTIONS(1488), - [aux_sym_declare_statement_token2] = ACTIONS(1488), - [sym_float] = ACTIONS(1488), - [aux_sym_try_statement_token1] = ACTIONS(1488), - [aux_sym_goto_statement_token1] = ACTIONS(1488), - [aux_sym_continue_statement_token1] = ACTIONS(1488), - [aux_sym_break_statement_token1] = ACTIONS(1488), - [sym_integer] = ACTIONS(1488), - [aux_sym_return_statement_token1] = ACTIONS(1488), - [aux_sym_throw_expression_token1] = ACTIONS(1488), - [aux_sym_while_statement_token1] = ACTIONS(1488), - [aux_sym_while_statement_token2] = ACTIONS(1488), - [aux_sym_do_statement_token1] = ACTIONS(1488), - [aux_sym_for_statement_token1] = ACTIONS(1488), - [aux_sym_for_statement_token2] = ACTIONS(1488), - [aux_sym_foreach_statement_token1] = ACTIONS(1488), - [aux_sym_foreach_statement_token2] = ACTIONS(1488), - [aux_sym_if_statement_token1] = ACTIONS(1488), - [aux_sym_if_statement_token2] = ACTIONS(1488), - [aux_sym_else_if_clause_token1] = ACTIONS(1488), - [aux_sym_else_clause_token1] = ACTIONS(1488), - [aux_sym_match_expression_token1] = ACTIONS(1488), - [aux_sym_match_default_expression_token1] = ACTIONS(1488), - [aux_sym_switch_statement_token1] = ACTIONS(1488), - [aux_sym_switch_block_token1] = ACTIONS(1488), - [anon_sym_PLUS] = ACTIONS(1488), - [anon_sym_DASH] = ACTIONS(1488), - [anon_sym_TILDE] = ACTIONS(1486), - [anon_sym_BANG] = ACTIONS(1486), - [anon_sym_AT] = ACTIONS(1486), - [aux_sym_clone_expression_token1] = ACTIONS(1488), - [aux_sym_print_intrinsic_token1] = ACTIONS(1488), - [aux_sym_object_creation_expression_token1] = ACTIONS(1488), - [anon_sym_DASH_DASH] = ACTIONS(1486), - [anon_sym_PLUS_PLUS] = ACTIONS(1486), - [aux_sym__list_destructing_token1] = ACTIONS(1488), - [anon_sym_LBRACK] = ACTIONS(1486), - [anon_sym_self] = ACTIONS(1488), - [anon_sym_parent] = ACTIONS(1488), - [aux_sym__argument_name_token1] = ACTIONS(1488), - [aux_sym__argument_name_token2] = ACTIONS(1488), - [anon_sym_POUND_LBRACK] = ACTIONS(1486), - [aux_sym_encapsed_string_token1] = ACTIONS(1486), - [anon_sym_DQUOTE] = ACTIONS(1486), - [aux_sym_string_token1] = ACTIONS(1486), - [anon_sym_SQUOTE] = ACTIONS(1486), - [anon_sym_LT_LT_LT] = ACTIONS(1486), - [anon_sym_BQUOTE] = ACTIONS(1486), - [anon_sym_DOLLAR] = ACTIONS(1486), - [aux_sym_yield_expression_token1] = ACTIONS(1488), - [aux_sym_include_expression_token1] = ACTIONS(1488), - [aux_sym_include_once_expression_token1] = ACTIONS(1488), - [aux_sym_require_expression_token1] = ACTIONS(1488), - [aux_sym_require_once_expression_token1] = ACTIONS(1488), - [sym_comment] = ACTIONS(3), - }, - [552] = { - [ts_builtin_sym_end] = ACTIONS(1490), - [sym_name] = ACTIONS(1492), - [anon_sym_QMARK_GT] = ACTIONS(1490), - [anon_sym_SEMI] = ACTIONS(1490), - [aux_sym_function_static_declaration_token1] = ACTIONS(1492), - [aux_sym_global_declaration_token1] = ACTIONS(1492), - [aux_sym_namespace_definition_token1] = ACTIONS(1492), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1492), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1492), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1492), - [anon_sym_BSLASH] = ACTIONS(1490), - [anon_sym_LBRACE] = ACTIONS(1490), - [anon_sym_RBRACE] = ACTIONS(1490), - [aux_sym_trait_declaration_token1] = ACTIONS(1492), - [aux_sym_interface_declaration_token1] = ACTIONS(1492), - [aux_sym_enum_declaration_token1] = ACTIONS(1492), - [aux_sym_enum_case_token1] = ACTIONS(1492), - [aux_sym_class_declaration_token1] = ACTIONS(1492), - [aux_sym_final_modifier_token1] = ACTIONS(1492), - [aux_sym_abstract_modifier_token1] = ACTIONS(1492), - [aux_sym_readonly_modifier_token1] = ACTIONS(1492), - [sym_var_modifier] = ACTIONS(1492), - [aux_sym_visibility_modifier_token1] = ACTIONS(1492), - [aux_sym_visibility_modifier_token2] = ACTIONS(1492), - [aux_sym_visibility_modifier_token3] = ACTIONS(1492), - [aux_sym__arrow_function_header_token1] = ACTIONS(1492), - [anon_sym_LPAREN] = ACTIONS(1490), - [aux_sym_cast_type_token1] = ACTIONS(1492), - [aux_sym_echo_statement_token1] = ACTIONS(1492), - [aux_sym_exit_statement_token1] = ACTIONS(1492), - [anon_sym_unset] = ACTIONS(1492), - [aux_sym_declare_statement_token1] = ACTIONS(1492), - [aux_sym_declare_statement_token2] = ACTIONS(1492), - [sym_float] = ACTIONS(1492), - [aux_sym_try_statement_token1] = ACTIONS(1492), - [aux_sym_goto_statement_token1] = ACTIONS(1492), - [aux_sym_continue_statement_token1] = ACTIONS(1492), - [aux_sym_break_statement_token1] = ACTIONS(1492), - [sym_integer] = ACTIONS(1492), - [aux_sym_return_statement_token1] = ACTIONS(1492), - [aux_sym_throw_expression_token1] = ACTIONS(1492), - [aux_sym_while_statement_token1] = ACTIONS(1492), - [aux_sym_while_statement_token2] = ACTIONS(1492), - [aux_sym_do_statement_token1] = ACTIONS(1492), - [aux_sym_for_statement_token1] = ACTIONS(1492), - [aux_sym_for_statement_token2] = ACTIONS(1492), - [aux_sym_foreach_statement_token1] = ACTIONS(1492), - [aux_sym_foreach_statement_token2] = ACTIONS(1492), - [aux_sym_if_statement_token1] = ACTIONS(1492), - [aux_sym_if_statement_token2] = ACTIONS(1492), - [aux_sym_else_if_clause_token1] = ACTIONS(1492), - [aux_sym_else_clause_token1] = ACTIONS(1492), - [aux_sym_match_expression_token1] = ACTIONS(1492), - [aux_sym_match_default_expression_token1] = ACTIONS(1492), - [aux_sym_switch_statement_token1] = ACTIONS(1492), - [aux_sym_switch_block_token1] = ACTIONS(1492), - [anon_sym_PLUS] = ACTIONS(1492), - [anon_sym_DASH] = ACTIONS(1492), - [anon_sym_TILDE] = ACTIONS(1490), - [anon_sym_BANG] = ACTIONS(1490), - [anon_sym_AT] = ACTIONS(1490), - [aux_sym_clone_expression_token1] = ACTIONS(1492), - [aux_sym_print_intrinsic_token1] = ACTIONS(1492), - [aux_sym_object_creation_expression_token1] = ACTIONS(1492), - [anon_sym_DASH_DASH] = ACTIONS(1490), - [anon_sym_PLUS_PLUS] = ACTIONS(1490), - [aux_sym__list_destructing_token1] = ACTIONS(1492), - [anon_sym_LBRACK] = ACTIONS(1490), - [anon_sym_self] = ACTIONS(1492), - [anon_sym_parent] = ACTIONS(1492), - [aux_sym__argument_name_token1] = ACTIONS(1492), - [aux_sym__argument_name_token2] = ACTIONS(1492), - [anon_sym_POUND_LBRACK] = ACTIONS(1490), - [aux_sym_encapsed_string_token1] = ACTIONS(1490), - [anon_sym_DQUOTE] = ACTIONS(1490), - [aux_sym_string_token1] = ACTIONS(1490), - [anon_sym_SQUOTE] = ACTIONS(1490), - [anon_sym_LT_LT_LT] = ACTIONS(1490), - [anon_sym_BQUOTE] = ACTIONS(1490), - [anon_sym_DOLLAR] = ACTIONS(1490), - [aux_sym_yield_expression_token1] = ACTIONS(1492), - [aux_sym_include_expression_token1] = ACTIONS(1492), - [aux_sym_include_once_expression_token1] = ACTIONS(1492), - [aux_sym_require_expression_token1] = ACTIONS(1492), - [aux_sym_require_once_expression_token1] = ACTIONS(1492), - [sym_comment] = ACTIONS(3), - }, - [553] = { - [ts_builtin_sym_end] = ACTIONS(1304), - [sym_name] = ACTIONS(1306), - [anon_sym_QMARK_GT] = ACTIONS(1304), - [anon_sym_SEMI] = ACTIONS(1304), - [aux_sym_function_static_declaration_token1] = ACTIONS(1306), - [aux_sym_global_declaration_token1] = ACTIONS(1306), - [aux_sym_namespace_definition_token1] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1306), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1306), - [anon_sym_BSLASH] = ACTIONS(1304), - [anon_sym_LBRACE] = ACTIONS(1304), - [anon_sym_RBRACE] = ACTIONS(1304), - [aux_sym_trait_declaration_token1] = ACTIONS(1306), - [aux_sym_interface_declaration_token1] = ACTIONS(1306), - [aux_sym_enum_declaration_token1] = ACTIONS(1306), - [aux_sym_enum_case_token1] = ACTIONS(1306), - [aux_sym_class_declaration_token1] = ACTIONS(1306), - [aux_sym_final_modifier_token1] = ACTIONS(1306), - [aux_sym_abstract_modifier_token1] = ACTIONS(1306), - [aux_sym_readonly_modifier_token1] = ACTIONS(1306), - [sym_var_modifier] = ACTIONS(1306), - [aux_sym_visibility_modifier_token1] = ACTIONS(1306), - [aux_sym_visibility_modifier_token2] = ACTIONS(1306), - [aux_sym_visibility_modifier_token3] = ACTIONS(1306), - [aux_sym__arrow_function_header_token1] = ACTIONS(1306), - [anon_sym_LPAREN] = ACTIONS(1304), - [aux_sym_cast_type_token1] = ACTIONS(1306), - [aux_sym_echo_statement_token1] = ACTIONS(1306), - [aux_sym_exit_statement_token1] = ACTIONS(1306), - [anon_sym_unset] = ACTIONS(1306), - [aux_sym_declare_statement_token1] = ACTIONS(1306), - [aux_sym_declare_statement_token2] = ACTIONS(1306), - [sym_float] = ACTIONS(1306), - [aux_sym_try_statement_token1] = ACTIONS(1306), - [aux_sym_goto_statement_token1] = ACTIONS(1306), - [aux_sym_continue_statement_token1] = ACTIONS(1306), - [aux_sym_break_statement_token1] = ACTIONS(1306), - [sym_integer] = ACTIONS(1306), - [aux_sym_return_statement_token1] = ACTIONS(1306), - [aux_sym_throw_expression_token1] = ACTIONS(1306), - [aux_sym_while_statement_token1] = ACTIONS(1306), - [aux_sym_while_statement_token2] = ACTIONS(1306), - [aux_sym_do_statement_token1] = ACTIONS(1306), - [aux_sym_for_statement_token1] = ACTIONS(1306), - [aux_sym_for_statement_token2] = ACTIONS(1306), - [aux_sym_foreach_statement_token1] = ACTIONS(1306), - [aux_sym_foreach_statement_token2] = ACTIONS(1306), - [aux_sym_if_statement_token1] = ACTIONS(1306), - [aux_sym_if_statement_token2] = ACTIONS(1306), - [aux_sym_else_if_clause_token1] = ACTIONS(1306), - [aux_sym_else_clause_token1] = ACTIONS(1306), - [aux_sym_match_expression_token1] = ACTIONS(1306), - [aux_sym_match_default_expression_token1] = ACTIONS(1306), - [aux_sym_switch_statement_token1] = ACTIONS(1306), - [aux_sym_switch_block_token1] = ACTIONS(1306), - [anon_sym_PLUS] = ACTIONS(1306), - [anon_sym_DASH] = ACTIONS(1306), - [anon_sym_TILDE] = ACTIONS(1304), - [anon_sym_BANG] = ACTIONS(1304), - [anon_sym_AT] = ACTIONS(1304), - [aux_sym_clone_expression_token1] = ACTIONS(1306), - [aux_sym_print_intrinsic_token1] = ACTIONS(1306), - [aux_sym_object_creation_expression_token1] = ACTIONS(1306), - [anon_sym_DASH_DASH] = ACTIONS(1304), - [anon_sym_PLUS_PLUS] = ACTIONS(1304), - [aux_sym__list_destructing_token1] = ACTIONS(1306), - [anon_sym_LBRACK] = ACTIONS(1304), - [anon_sym_self] = ACTIONS(1306), - [anon_sym_parent] = ACTIONS(1306), - [aux_sym__argument_name_token1] = ACTIONS(1306), - [aux_sym__argument_name_token2] = ACTIONS(1306), - [anon_sym_POUND_LBRACK] = ACTIONS(1304), - [aux_sym_encapsed_string_token1] = ACTIONS(1304), - [anon_sym_DQUOTE] = ACTIONS(1304), - [aux_sym_string_token1] = ACTIONS(1304), - [anon_sym_SQUOTE] = ACTIONS(1304), - [anon_sym_LT_LT_LT] = ACTIONS(1304), - [anon_sym_BQUOTE] = ACTIONS(1304), - [anon_sym_DOLLAR] = ACTIONS(1304), - [aux_sym_yield_expression_token1] = ACTIONS(1306), - [aux_sym_include_expression_token1] = ACTIONS(1306), - [aux_sym_include_once_expression_token1] = ACTIONS(1306), - [aux_sym_require_expression_token1] = ACTIONS(1306), - [aux_sym_require_once_expression_token1] = ACTIONS(1306), - [sym_comment] = ACTIONS(3), - }, - [554] = { - [ts_builtin_sym_end] = ACTIONS(1494), - [sym_name] = ACTIONS(1496), - [anon_sym_QMARK_GT] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1494), - [aux_sym_function_static_declaration_token1] = ACTIONS(1496), - [aux_sym_global_declaration_token1] = ACTIONS(1496), - [aux_sym_namespace_definition_token1] = ACTIONS(1496), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1496), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1496), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1496), - [anon_sym_BSLASH] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1494), - [anon_sym_RBRACE] = ACTIONS(1494), - [aux_sym_trait_declaration_token1] = ACTIONS(1496), - [aux_sym_interface_declaration_token1] = ACTIONS(1496), - [aux_sym_enum_declaration_token1] = ACTIONS(1496), - [aux_sym_enum_case_token1] = ACTIONS(1496), - [aux_sym_class_declaration_token1] = ACTIONS(1496), - [aux_sym_final_modifier_token1] = ACTIONS(1496), - [aux_sym_abstract_modifier_token1] = ACTIONS(1496), - [aux_sym_readonly_modifier_token1] = ACTIONS(1496), - [sym_var_modifier] = ACTIONS(1496), - [aux_sym_visibility_modifier_token1] = ACTIONS(1496), - [aux_sym_visibility_modifier_token2] = ACTIONS(1496), - [aux_sym_visibility_modifier_token3] = ACTIONS(1496), - [aux_sym__arrow_function_header_token1] = ACTIONS(1496), - [anon_sym_LPAREN] = ACTIONS(1494), - [aux_sym_cast_type_token1] = ACTIONS(1496), - [aux_sym_echo_statement_token1] = ACTIONS(1496), - [aux_sym_exit_statement_token1] = ACTIONS(1496), - [anon_sym_unset] = ACTIONS(1496), - [aux_sym_declare_statement_token1] = ACTIONS(1496), - [aux_sym_declare_statement_token2] = ACTIONS(1496), - [sym_float] = ACTIONS(1496), - [aux_sym_try_statement_token1] = ACTIONS(1496), - [aux_sym_goto_statement_token1] = ACTIONS(1496), - [aux_sym_continue_statement_token1] = ACTIONS(1496), - [aux_sym_break_statement_token1] = ACTIONS(1496), - [sym_integer] = ACTIONS(1496), - [aux_sym_return_statement_token1] = ACTIONS(1496), - [aux_sym_throw_expression_token1] = ACTIONS(1496), - [aux_sym_while_statement_token1] = ACTIONS(1496), - [aux_sym_while_statement_token2] = ACTIONS(1496), - [aux_sym_do_statement_token1] = ACTIONS(1496), - [aux_sym_for_statement_token1] = ACTIONS(1496), - [aux_sym_for_statement_token2] = ACTIONS(1496), - [aux_sym_foreach_statement_token1] = ACTIONS(1496), - [aux_sym_foreach_statement_token2] = ACTIONS(1496), - [aux_sym_if_statement_token1] = ACTIONS(1496), - [aux_sym_if_statement_token2] = ACTIONS(1496), - [aux_sym_else_if_clause_token1] = ACTIONS(1496), - [aux_sym_else_clause_token1] = ACTIONS(1496), - [aux_sym_match_expression_token1] = ACTIONS(1496), - [aux_sym_match_default_expression_token1] = ACTIONS(1496), - [aux_sym_switch_statement_token1] = ACTIONS(1496), - [aux_sym_switch_block_token1] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_AT] = ACTIONS(1494), - [aux_sym_clone_expression_token1] = ACTIONS(1496), - [aux_sym_print_intrinsic_token1] = ACTIONS(1496), - [aux_sym_object_creation_expression_token1] = ACTIONS(1496), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [aux_sym__list_destructing_token1] = ACTIONS(1496), - [anon_sym_LBRACK] = ACTIONS(1494), - [anon_sym_self] = ACTIONS(1496), - [anon_sym_parent] = ACTIONS(1496), - [aux_sym__argument_name_token1] = ACTIONS(1496), - [aux_sym__argument_name_token2] = ACTIONS(1496), - [anon_sym_POUND_LBRACK] = ACTIONS(1494), - [aux_sym_encapsed_string_token1] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1494), - [anon_sym_SQUOTE] = ACTIONS(1494), - [anon_sym_LT_LT_LT] = ACTIONS(1494), - [anon_sym_BQUOTE] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1494), - [aux_sym_yield_expression_token1] = ACTIONS(1496), - [aux_sym_include_expression_token1] = ACTIONS(1496), - [aux_sym_include_once_expression_token1] = ACTIONS(1496), - [aux_sym_require_expression_token1] = ACTIONS(1496), - [aux_sym_require_once_expression_token1] = ACTIONS(1496), - [sym_comment] = ACTIONS(3), - }, - [555] = { - [ts_builtin_sym_end] = ACTIONS(1498), - [sym_name] = ACTIONS(1500), - [anon_sym_QMARK_GT] = ACTIONS(1498), - [anon_sym_SEMI] = ACTIONS(1498), - [aux_sym_function_static_declaration_token1] = ACTIONS(1500), - [aux_sym_global_declaration_token1] = ACTIONS(1500), - [aux_sym_namespace_definition_token1] = ACTIONS(1500), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1500), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1500), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1500), - [anon_sym_BSLASH] = ACTIONS(1498), - [anon_sym_LBRACE] = ACTIONS(1498), - [anon_sym_RBRACE] = ACTIONS(1498), - [aux_sym_trait_declaration_token1] = ACTIONS(1500), - [aux_sym_interface_declaration_token1] = ACTIONS(1500), - [aux_sym_enum_declaration_token1] = ACTIONS(1500), - [aux_sym_enum_case_token1] = ACTIONS(1500), - [aux_sym_class_declaration_token1] = ACTIONS(1500), - [aux_sym_final_modifier_token1] = ACTIONS(1500), - [aux_sym_abstract_modifier_token1] = ACTIONS(1500), - [aux_sym_readonly_modifier_token1] = ACTIONS(1500), - [sym_var_modifier] = ACTIONS(1500), - [aux_sym_visibility_modifier_token1] = ACTIONS(1500), - [aux_sym_visibility_modifier_token2] = ACTIONS(1500), - [aux_sym_visibility_modifier_token3] = ACTIONS(1500), - [aux_sym__arrow_function_header_token1] = ACTIONS(1500), - [anon_sym_LPAREN] = ACTIONS(1498), - [aux_sym_cast_type_token1] = ACTIONS(1500), - [aux_sym_echo_statement_token1] = ACTIONS(1500), - [aux_sym_exit_statement_token1] = ACTIONS(1500), - [anon_sym_unset] = ACTIONS(1500), - [aux_sym_declare_statement_token1] = ACTIONS(1500), - [aux_sym_declare_statement_token2] = ACTIONS(1500), - [sym_float] = ACTIONS(1500), - [aux_sym_try_statement_token1] = ACTIONS(1500), - [aux_sym_goto_statement_token1] = ACTIONS(1500), - [aux_sym_continue_statement_token1] = ACTIONS(1500), - [aux_sym_break_statement_token1] = ACTIONS(1500), - [sym_integer] = ACTIONS(1500), - [aux_sym_return_statement_token1] = ACTIONS(1500), - [aux_sym_throw_expression_token1] = ACTIONS(1500), - [aux_sym_while_statement_token1] = ACTIONS(1500), - [aux_sym_while_statement_token2] = ACTIONS(1500), - [aux_sym_do_statement_token1] = ACTIONS(1500), - [aux_sym_for_statement_token1] = ACTIONS(1500), - [aux_sym_for_statement_token2] = ACTIONS(1500), - [aux_sym_foreach_statement_token1] = ACTIONS(1500), - [aux_sym_foreach_statement_token2] = ACTIONS(1500), - [aux_sym_if_statement_token1] = ACTIONS(1500), - [aux_sym_if_statement_token2] = ACTIONS(1500), - [aux_sym_else_if_clause_token1] = ACTIONS(1500), - [aux_sym_else_clause_token1] = ACTIONS(1500), - [aux_sym_match_expression_token1] = ACTIONS(1500), - [aux_sym_match_default_expression_token1] = ACTIONS(1500), - [aux_sym_switch_statement_token1] = ACTIONS(1500), - [aux_sym_switch_block_token1] = ACTIONS(1500), - [anon_sym_PLUS] = ACTIONS(1500), - [anon_sym_DASH] = ACTIONS(1500), - [anon_sym_TILDE] = ACTIONS(1498), - [anon_sym_BANG] = ACTIONS(1498), - [anon_sym_AT] = ACTIONS(1498), - [aux_sym_clone_expression_token1] = ACTIONS(1500), - [aux_sym_print_intrinsic_token1] = ACTIONS(1500), - [aux_sym_object_creation_expression_token1] = ACTIONS(1500), - [anon_sym_DASH_DASH] = ACTIONS(1498), - [anon_sym_PLUS_PLUS] = ACTIONS(1498), - [aux_sym__list_destructing_token1] = ACTIONS(1500), - [anon_sym_LBRACK] = ACTIONS(1498), - [anon_sym_self] = ACTIONS(1500), - [anon_sym_parent] = ACTIONS(1500), - [aux_sym__argument_name_token1] = ACTIONS(1500), - [aux_sym__argument_name_token2] = ACTIONS(1500), - [anon_sym_POUND_LBRACK] = ACTIONS(1498), - [aux_sym_encapsed_string_token1] = ACTIONS(1498), - [anon_sym_DQUOTE] = ACTIONS(1498), - [aux_sym_string_token1] = ACTIONS(1498), - [anon_sym_SQUOTE] = ACTIONS(1498), - [anon_sym_LT_LT_LT] = ACTIONS(1498), - [anon_sym_BQUOTE] = ACTIONS(1498), - [anon_sym_DOLLAR] = ACTIONS(1498), - [aux_sym_yield_expression_token1] = ACTIONS(1500), - [aux_sym_include_expression_token1] = ACTIONS(1500), - [aux_sym_include_once_expression_token1] = ACTIONS(1500), - [aux_sym_require_expression_token1] = ACTIONS(1500), - [aux_sym_require_once_expression_token1] = ACTIONS(1500), - [sym_comment] = ACTIONS(3), - }, - [556] = { - [sym_qualified_name] = STATE(705), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym__unary_expression] = STATE(963), - [sym_unary_op_expression] = STATE(963), - [sym_error_suppression_expression] = STATE(963), - [sym_clone_expression] = STATE(963), - [sym_primary_expression] = STATE(963), - [sym_parenthesized_expression] = STATE(707), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_expression] = STATE(963), - [sym_cast_variable] = STATE(623), - [sym_member_access_expression] = STATE(623), - [sym_nullsafe_member_access_expression] = STATE(623), - [sym_scoped_property_access_expression] = STATE(623), - [sym_function_call_expression] = STATE(594), - [sym_scoped_call_expression] = STATE(594), - [sym__scope_resolution_qualifier] = STATE(2621), - [sym_relative_scope] = STATE(2621), - [sym_member_call_expression] = STATE(594), - [sym_nullsafe_member_call_expression] = STATE(594), - [sym_subscript_expression] = STATE(594), - [sym__dereferencable_expression] = STATE(1724), + [511] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1560), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2418), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_primary_expression] = STATE(921), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_variable] = STATE(662), + [sym__variable_member_access_expression] = STATE(666), + [sym_member_access_expression] = STATE(662), + [sym__variable_nullsafe_member_access_expression] = STATE(664), + [sym_nullsafe_member_access_expression] = STATE(662), + [sym__variable_scoped_property_access_expression] = STATE(667), + [sym_scoped_property_access_expression] = STATE(662), + [sym_function_call_expression] = STATE(654), + [sym__callable_expression] = STATE(2129), + [sym_scoped_call_expression] = STATE(654), + [sym__scope_resolution_qualifier] = STATE(2354), + [sym_relative_scope] = STATE(2354), + [sym_member_call_expression] = STATE(654), + [sym_nullsafe_member_call_expression] = STATE(654), + [sym__variable_subscript_expression] = STATE(671), + [sym__dereferencable_subscript_expression] = STATE(654), + [sym__dereferencable_expression] = STATE(1789), + [sym__dereferencable_scalar] = STATE(1681), [sym_array_creation_expression] = STATE(707), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(673), - [sym_string] = STATE(673), - [sym_heredoc] = STATE(673), - [sym_nowdoc] = STATE(673), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(673), - [sym_dynamic_variable_name] = STATE(594), - [sym_variable_name] = STATE(594), - [sym_include_expression] = STATE(963), - [sym_include_once_expression] = STATE(963), - [sym__reserved_identifier] = STATE(1571), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(565), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(855), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [anon_sym_PLUS] = ACTIONS(591), - [anon_sym_DASH] = ACTIONS(591), - [anon_sym_TILDE] = ACTIONS(593), - [anon_sym_BANG] = ACTIONS(593), - [anon_sym_AT] = ACTIONS(595), - [aux_sym_clone_expression_token1] = ACTIONS(597), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(1174), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(657), + [sym__simple_variable] = STATE(657), + [sym__new_variable] = STATE(671), + [sym__callable_variable] = STATE(654), + [sym_variable_name] = STATE(657), + [sym__reserved_identifier] = STATE(1560), + [sym__identifier] = STATE(1560), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(1382), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(655), + [aux_sym_print_intrinsic_token1] = ACTIONS(665), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(619), - [aux_sym_include_expression_token1] = ACTIONS(625), - [aux_sym_include_once_expression_token1] = ACTIONS(627), - [sym_comment] = ACTIONS(3), - }, - [557] = { - [ts_builtin_sym_end] = ACTIONS(1502), - [sym_name] = ACTIONS(1504), - [anon_sym_QMARK_GT] = ACTIONS(1502), - [anon_sym_SEMI] = ACTIONS(1502), - [aux_sym_function_static_declaration_token1] = ACTIONS(1504), - [aux_sym_global_declaration_token1] = ACTIONS(1504), - [aux_sym_namespace_definition_token1] = ACTIONS(1504), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1504), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1504), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1504), - [anon_sym_BSLASH] = ACTIONS(1502), - [anon_sym_LBRACE] = ACTIONS(1502), - [anon_sym_RBRACE] = ACTIONS(1502), - [aux_sym_trait_declaration_token1] = ACTIONS(1504), - [aux_sym_interface_declaration_token1] = ACTIONS(1504), - [aux_sym_enum_declaration_token1] = ACTIONS(1504), - [aux_sym_enum_case_token1] = ACTIONS(1504), - [aux_sym_class_declaration_token1] = ACTIONS(1504), - [aux_sym_final_modifier_token1] = ACTIONS(1504), - [aux_sym_abstract_modifier_token1] = ACTIONS(1504), - [aux_sym_readonly_modifier_token1] = ACTIONS(1504), - [sym_var_modifier] = ACTIONS(1504), - [aux_sym_visibility_modifier_token1] = ACTIONS(1504), - [aux_sym_visibility_modifier_token2] = ACTIONS(1504), - [aux_sym_visibility_modifier_token3] = ACTIONS(1504), - [aux_sym__arrow_function_header_token1] = ACTIONS(1504), - [anon_sym_LPAREN] = ACTIONS(1502), - [aux_sym_cast_type_token1] = ACTIONS(1504), - [aux_sym_echo_statement_token1] = ACTIONS(1504), - [aux_sym_exit_statement_token1] = ACTIONS(1504), - [anon_sym_unset] = ACTIONS(1504), - [aux_sym_declare_statement_token1] = ACTIONS(1504), - [aux_sym_declare_statement_token2] = ACTIONS(1504), - [sym_float] = ACTIONS(1504), - [aux_sym_try_statement_token1] = ACTIONS(1504), - [aux_sym_goto_statement_token1] = ACTIONS(1504), - [aux_sym_continue_statement_token1] = ACTIONS(1504), - [aux_sym_break_statement_token1] = ACTIONS(1504), - [sym_integer] = ACTIONS(1504), - [aux_sym_return_statement_token1] = ACTIONS(1504), - [aux_sym_throw_expression_token1] = ACTIONS(1504), - [aux_sym_while_statement_token1] = ACTIONS(1504), - [aux_sym_while_statement_token2] = ACTIONS(1504), - [aux_sym_do_statement_token1] = ACTIONS(1504), - [aux_sym_for_statement_token1] = ACTIONS(1504), - [aux_sym_for_statement_token2] = ACTIONS(1504), - [aux_sym_foreach_statement_token1] = ACTIONS(1504), - [aux_sym_foreach_statement_token2] = ACTIONS(1504), - [aux_sym_if_statement_token1] = ACTIONS(1504), - [aux_sym_if_statement_token2] = ACTIONS(1504), - [aux_sym_else_if_clause_token1] = ACTIONS(1504), - [aux_sym_else_clause_token1] = ACTIONS(1504), - [aux_sym_match_expression_token1] = ACTIONS(1504), - [aux_sym_match_default_expression_token1] = ACTIONS(1504), - [aux_sym_switch_statement_token1] = ACTIONS(1504), - [aux_sym_switch_block_token1] = ACTIONS(1504), - [anon_sym_PLUS] = ACTIONS(1504), - [anon_sym_DASH] = ACTIONS(1504), - [anon_sym_TILDE] = ACTIONS(1502), - [anon_sym_BANG] = ACTIONS(1502), - [anon_sym_AT] = ACTIONS(1502), - [aux_sym_clone_expression_token1] = ACTIONS(1504), - [aux_sym_print_intrinsic_token1] = ACTIONS(1504), - [aux_sym_object_creation_expression_token1] = ACTIONS(1504), - [anon_sym_DASH_DASH] = ACTIONS(1502), - [anon_sym_PLUS_PLUS] = ACTIONS(1502), - [aux_sym__list_destructing_token1] = ACTIONS(1504), - [anon_sym_LBRACK] = ACTIONS(1502), - [anon_sym_self] = ACTIONS(1504), - [anon_sym_parent] = ACTIONS(1504), - [aux_sym__argument_name_token1] = ACTIONS(1504), - [aux_sym__argument_name_token2] = ACTIONS(1504), - [anon_sym_POUND_LBRACK] = ACTIONS(1502), - [aux_sym_encapsed_string_token1] = ACTIONS(1502), - [anon_sym_DQUOTE] = ACTIONS(1502), - [aux_sym_string_token1] = ACTIONS(1502), - [anon_sym_SQUOTE] = ACTIONS(1502), - [anon_sym_LT_LT_LT] = ACTIONS(1502), - [anon_sym_BQUOTE] = ACTIONS(1502), - [anon_sym_DOLLAR] = ACTIONS(1502), - [aux_sym_yield_expression_token1] = ACTIONS(1504), - [aux_sym_include_expression_token1] = ACTIONS(1504), - [aux_sym_include_once_expression_token1] = ACTIONS(1504), - [aux_sym_require_expression_token1] = ACTIONS(1504), - [aux_sym_require_once_expression_token1] = ACTIONS(1504), - [sym_comment] = ACTIONS(3), - }, - [558] = { - [ts_builtin_sym_end] = ACTIONS(1506), - [sym_name] = ACTIONS(1508), - [anon_sym_QMARK_GT] = ACTIONS(1506), - [anon_sym_SEMI] = ACTIONS(1506), - [aux_sym_function_static_declaration_token1] = ACTIONS(1508), - [aux_sym_global_declaration_token1] = ACTIONS(1508), - [aux_sym_namespace_definition_token1] = ACTIONS(1508), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1508), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1508), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1508), - [anon_sym_BSLASH] = ACTIONS(1506), - [anon_sym_LBRACE] = ACTIONS(1506), - [anon_sym_RBRACE] = ACTIONS(1506), - [aux_sym_trait_declaration_token1] = ACTIONS(1508), - [aux_sym_interface_declaration_token1] = ACTIONS(1508), - [aux_sym_enum_declaration_token1] = ACTIONS(1508), - [aux_sym_enum_case_token1] = ACTIONS(1508), - [aux_sym_class_declaration_token1] = ACTIONS(1508), - [aux_sym_final_modifier_token1] = ACTIONS(1508), - [aux_sym_abstract_modifier_token1] = ACTIONS(1508), - [aux_sym_readonly_modifier_token1] = ACTIONS(1508), - [sym_var_modifier] = ACTIONS(1508), - [aux_sym_visibility_modifier_token1] = ACTIONS(1508), - [aux_sym_visibility_modifier_token2] = ACTIONS(1508), - [aux_sym_visibility_modifier_token3] = ACTIONS(1508), - [aux_sym__arrow_function_header_token1] = ACTIONS(1508), - [anon_sym_LPAREN] = ACTIONS(1506), - [aux_sym_cast_type_token1] = ACTIONS(1508), - [aux_sym_echo_statement_token1] = ACTIONS(1508), - [aux_sym_exit_statement_token1] = ACTIONS(1508), - [anon_sym_unset] = ACTIONS(1508), - [aux_sym_declare_statement_token1] = ACTIONS(1508), - [aux_sym_declare_statement_token2] = ACTIONS(1508), - [sym_float] = ACTIONS(1508), - [aux_sym_try_statement_token1] = ACTIONS(1508), - [aux_sym_goto_statement_token1] = ACTIONS(1508), - [aux_sym_continue_statement_token1] = ACTIONS(1508), - [aux_sym_break_statement_token1] = ACTIONS(1508), - [sym_integer] = ACTIONS(1508), - [aux_sym_return_statement_token1] = ACTIONS(1508), - [aux_sym_throw_expression_token1] = ACTIONS(1508), - [aux_sym_while_statement_token1] = ACTIONS(1508), - [aux_sym_while_statement_token2] = ACTIONS(1508), - [aux_sym_do_statement_token1] = ACTIONS(1508), - [aux_sym_for_statement_token1] = ACTIONS(1508), - [aux_sym_for_statement_token2] = ACTIONS(1508), - [aux_sym_foreach_statement_token1] = ACTIONS(1508), - [aux_sym_foreach_statement_token2] = ACTIONS(1508), - [aux_sym_if_statement_token1] = ACTIONS(1508), - [aux_sym_if_statement_token2] = ACTIONS(1508), - [aux_sym_else_if_clause_token1] = ACTIONS(1508), - [aux_sym_else_clause_token1] = ACTIONS(1508), - [aux_sym_match_expression_token1] = ACTIONS(1508), - [aux_sym_match_default_expression_token1] = ACTIONS(1508), - [aux_sym_switch_statement_token1] = ACTIONS(1508), - [aux_sym_switch_block_token1] = ACTIONS(1508), - [anon_sym_PLUS] = ACTIONS(1508), - [anon_sym_DASH] = ACTIONS(1508), - [anon_sym_TILDE] = ACTIONS(1506), - [anon_sym_BANG] = ACTIONS(1506), - [anon_sym_AT] = ACTIONS(1506), - [aux_sym_clone_expression_token1] = ACTIONS(1508), - [aux_sym_print_intrinsic_token1] = ACTIONS(1508), - [aux_sym_object_creation_expression_token1] = ACTIONS(1508), - [anon_sym_DASH_DASH] = ACTIONS(1506), - [anon_sym_PLUS_PLUS] = ACTIONS(1506), - [aux_sym__list_destructing_token1] = ACTIONS(1508), - [anon_sym_LBRACK] = ACTIONS(1506), - [anon_sym_self] = ACTIONS(1508), - [anon_sym_parent] = ACTIONS(1508), - [aux_sym__argument_name_token1] = ACTIONS(1508), - [aux_sym__argument_name_token2] = ACTIONS(1508), - [anon_sym_POUND_LBRACK] = ACTIONS(1506), - [aux_sym_encapsed_string_token1] = ACTIONS(1506), - [anon_sym_DQUOTE] = ACTIONS(1506), - [aux_sym_string_token1] = ACTIONS(1506), - [anon_sym_SQUOTE] = ACTIONS(1506), - [anon_sym_LT_LT_LT] = ACTIONS(1506), - [anon_sym_BQUOTE] = ACTIONS(1506), - [anon_sym_DOLLAR] = ACTIONS(1506), - [aux_sym_yield_expression_token1] = ACTIONS(1508), - [aux_sym_include_expression_token1] = ACTIONS(1508), - [aux_sym_include_once_expression_token1] = ACTIONS(1508), - [aux_sym_require_expression_token1] = ACTIONS(1508), - [aux_sym_require_once_expression_token1] = ACTIONS(1508), - [sym_comment] = ACTIONS(3), - }, - [559] = { - [ts_builtin_sym_end] = ACTIONS(1494), - [sym_name] = ACTIONS(1496), - [anon_sym_QMARK_GT] = ACTIONS(1494), - [anon_sym_SEMI] = ACTIONS(1494), - [aux_sym_function_static_declaration_token1] = ACTIONS(1496), - [aux_sym_global_declaration_token1] = ACTIONS(1496), - [aux_sym_namespace_definition_token1] = ACTIONS(1496), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1496), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1496), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1496), - [anon_sym_BSLASH] = ACTIONS(1494), - [anon_sym_LBRACE] = ACTIONS(1494), - [anon_sym_RBRACE] = ACTIONS(1494), - [aux_sym_trait_declaration_token1] = ACTIONS(1496), - [aux_sym_interface_declaration_token1] = ACTIONS(1496), - [aux_sym_enum_declaration_token1] = ACTIONS(1496), - [aux_sym_enum_case_token1] = ACTIONS(1496), - [aux_sym_class_declaration_token1] = ACTIONS(1496), - [aux_sym_final_modifier_token1] = ACTIONS(1496), - [aux_sym_abstract_modifier_token1] = ACTIONS(1496), - [aux_sym_readonly_modifier_token1] = ACTIONS(1496), - [sym_var_modifier] = ACTIONS(1496), - [aux_sym_visibility_modifier_token1] = ACTIONS(1496), - [aux_sym_visibility_modifier_token2] = ACTIONS(1496), - [aux_sym_visibility_modifier_token3] = ACTIONS(1496), - [aux_sym__arrow_function_header_token1] = ACTIONS(1496), - [anon_sym_LPAREN] = ACTIONS(1494), - [aux_sym_cast_type_token1] = ACTIONS(1496), - [aux_sym_echo_statement_token1] = ACTIONS(1496), - [aux_sym_exit_statement_token1] = ACTIONS(1496), - [anon_sym_unset] = ACTIONS(1496), - [aux_sym_declare_statement_token1] = ACTIONS(1496), - [aux_sym_declare_statement_token2] = ACTIONS(1496), - [sym_float] = ACTIONS(1496), - [aux_sym_try_statement_token1] = ACTIONS(1496), - [aux_sym_goto_statement_token1] = ACTIONS(1496), - [aux_sym_continue_statement_token1] = ACTIONS(1496), - [aux_sym_break_statement_token1] = ACTIONS(1496), - [sym_integer] = ACTIONS(1496), - [aux_sym_return_statement_token1] = ACTIONS(1496), - [aux_sym_throw_expression_token1] = ACTIONS(1496), - [aux_sym_while_statement_token1] = ACTIONS(1496), - [aux_sym_while_statement_token2] = ACTIONS(1496), - [aux_sym_do_statement_token1] = ACTIONS(1496), - [aux_sym_for_statement_token1] = ACTIONS(1496), - [aux_sym_for_statement_token2] = ACTIONS(1496), - [aux_sym_foreach_statement_token1] = ACTIONS(1496), - [aux_sym_foreach_statement_token2] = ACTIONS(1496), - [aux_sym_if_statement_token1] = ACTIONS(1496), - [aux_sym_if_statement_token2] = ACTIONS(1496), - [aux_sym_else_if_clause_token1] = ACTIONS(1496), - [aux_sym_else_clause_token1] = ACTIONS(1496), - [aux_sym_match_expression_token1] = ACTIONS(1496), - [aux_sym_match_default_expression_token1] = ACTIONS(1496), - [aux_sym_switch_statement_token1] = ACTIONS(1496), - [aux_sym_switch_block_token1] = ACTIONS(1496), - [anon_sym_PLUS] = ACTIONS(1496), - [anon_sym_DASH] = ACTIONS(1496), - [anon_sym_TILDE] = ACTIONS(1494), - [anon_sym_BANG] = ACTIONS(1494), - [anon_sym_AT] = ACTIONS(1494), - [aux_sym_clone_expression_token1] = ACTIONS(1496), - [aux_sym_print_intrinsic_token1] = ACTIONS(1496), - [aux_sym_object_creation_expression_token1] = ACTIONS(1496), - [anon_sym_DASH_DASH] = ACTIONS(1494), - [anon_sym_PLUS_PLUS] = ACTIONS(1494), - [aux_sym__list_destructing_token1] = ACTIONS(1496), - [anon_sym_LBRACK] = ACTIONS(1494), - [anon_sym_self] = ACTIONS(1496), - [anon_sym_parent] = ACTIONS(1496), - [aux_sym__argument_name_token1] = ACTIONS(1496), - [aux_sym__argument_name_token2] = ACTIONS(1496), - [anon_sym_POUND_LBRACK] = ACTIONS(1494), - [aux_sym_encapsed_string_token1] = ACTIONS(1494), - [anon_sym_DQUOTE] = ACTIONS(1494), - [aux_sym_string_token1] = ACTIONS(1494), - [anon_sym_SQUOTE] = ACTIONS(1494), - [anon_sym_LT_LT_LT] = ACTIONS(1494), - [anon_sym_BQUOTE] = ACTIONS(1494), - [anon_sym_DOLLAR] = ACTIONS(1494), - [aux_sym_yield_expression_token1] = ACTIONS(1496), - [aux_sym_include_expression_token1] = ACTIONS(1496), - [aux_sym_include_once_expression_token1] = ACTIONS(1496), - [aux_sym_require_expression_token1] = ACTIONS(1496), - [aux_sym_require_once_expression_token1] = ACTIONS(1496), - [sym_comment] = ACTIONS(3), - }, - [560] = { - [sym_name] = ACTIONS(1510), - [anon_sym_SEMI] = ACTIONS(1512), - [aux_sym_function_static_declaration_token1] = ACTIONS(1510), - [aux_sym_global_declaration_token1] = ACTIONS(1510), - [aux_sym_namespace_definition_token1] = ACTIONS(1510), - [aux_sym_namespace_use_declaration_token1] = ACTIONS(1510), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(1510), - [aux_sym_namespace_use_declaration_token3] = ACTIONS(1510), - [anon_sym_BSLASH] = ACTIONS(1512), - [anon_sym_LBRACE] = ACTIONS(1512), - [aux_sym_trait_declaration_token1] = ACTIONS(1510), - [aux_sym_interface_declaration_token1] = ACTIONS(1510), - [aux_sym_enum_declaration_token1] = ACTIONS(1510), - [anon_sym_COLON] = ACTIONS(1512), - [aux_sym_class_declaration_token1] = ACTIONS(1510), - [aux_sym_final_modifier_token1] = ACTIONS(1510), - [aux_sym_abstract_modifier_token1] = ACTIONS(1510), - [aux_sym_readonly_modifier_token1] = ACTIONS(1510), - [sym_var_modifier] = ACTIONS(1510), - [aux_sym_visibility_modifier_token1] = ACTIONS(1510), - [aux_sym_visibility_modifier_token2] = ACTIONS(1510), - [aux_sym_visibility_modifier_token3] = ACTIONS(1510), - [aux_sym__arrow_function_header_token1] = ACTIONS(1510), - [anon_sym_LPAREN] = ACTIONS(1512), - [aux_sym_cast_type_token1] = ACTIONS(1510), - [aux_sym_echo_statement_token1] = ACTIONS(1510), - [aux_sym_exit_statement_token1] = ACTIONS(1510), - [anon_sym_unset] = ACTIONS(1510), - [aux_sym_declare_statement_token1] = ACTIONS(1510), - [sym_float] = ACTIONS(1510), - [aux_sym_try_statement_token1] = ACTIONS(1510), - [aux_sym_goto_statement_token1] = ACTIONS(1510), - [aux_sym_continue_statement_token1] = ACTIONS(1510), - [aux_sym_break_statement_token1] = ACTIONS(1510), - [sym_integer] = ACTIONS(1510), - [aux_sym_return_statement_token1] = ACTIONS(1510), - [aux_sym_throw_expression_token1] = ACTIONS(1510), - [aux_sym_while_statement_token1] = ACTIONS(1510), - [aux_sym_do_statement_token1] = ACTIONS(1510), - [aux_sym_for_statement_token1] = ACTIONS(1510), - [aux_sym_foreach_statement_token1] = ACTIONS(1510), - [aux_sym_if_statement_token1] = ACTIONS(1510), - [aux_sym_match_expression_token1] = ACTIONS(1510), - [aux_sym_switch_statement_token1] = ACTIONS(1510), - [anon_sym_PLUS] = ACTIONS(1510), - [anon_sym_DASH] = ACTIONS(1510), - [anon_sym_TILDE] = ACTIONS(1512), - [anon_sym_BANG] = ACTIONS(1512), - [anon_sym_AT] = ACTIONS(1512), - [aux_sym_clone_expression_token1] = ACTIONS(1510), - [aux_sym_print_intrinsic_token1] = ACTIONS(1510), - [aux_sym_object_creation_expression_token1] = ACTIONS(1510), - [anon_sym_DASH_DASH] = ACTIONS(1512), - [anon_sym_PLUS_PLUS] = ACTIONS(1512), - [aux_sym__list_destructing_token1] = ACTIONS(1510), - [anon_sym_LBRACK] = ACTIONS(1512), - [anon_sym_self] = ACTIONS(1510), - [anon_sym_parent] = ACTIONS(1510), - [aux_sym__argument_name_token1] = ACTIONS(1510), - [aux_sym__argument_name_token2] = ACTIONS(1510), - [anon_sym_POUND_LBRACK] = ACTIONS(1512), - [aux_sym_encapsed_string_token1] = ACTIONS(1512), - [anon_sym_DQUOTE] = ACTIONS(1512), - [aux_sym_string_token1] = ACTIONS(1512), - [anon_sym_SQUOTE] = ACTIONS(1512), - [anon_sym_LT_LT_LT] = ACTIONS(1512), - [anon_sym_BQUOTE] = ACTIONS(1512), - [anon_sym_DOLLAR] = ACTIONS(1512), - [aux_sym_yield_expression_token1] = ACTIONS(1510), - [aux_sym_include_expression_token1] = ACTIONS(1510), - [aux_sym_include_once_expression_token1] = ACTIONS(1510), - [aux_sym_require_expression_token1] = ACTIONS(1510), - [aux_sym_require_once_expression_token1] = ACTIONS(1510), - [sym_comment] = ACTIONS(3), - }, - [561] = { - [sym_qualified_name] = STATE(683), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2458), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_primary_expression] = STATE(975), - [sym_parenthesized_expression] = STATE(685), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_variable] = STATE(700), - [sym_member_access_expression] = STATE(700), - [sym_nullsafe_member_access_expression] = STATE(700), - [sym_scoped_property_access_expression] = STATE(700), - [sym_function_call_expression] = STATE(645), - [sym_scoped_call_expression] = STATE(645), - [sym__scope_resolution_qualifier] = STATE(2607), - [sym_relative_scope] = STATE(2607), - [sym_member_call_expression] = STATE(645), - [sym_nullsafe_member_call_expression] = STATE(645), - [sym_subscript_expression] = STATE(645), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(685), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(687), - [sym_string] = STATE(687), - [sym_heredoc] = STATE(687), - [sym_nowdoc] = STATE(687), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(687), - [sym_dynamic_variable_name] = STATE(645), - [sym_variable_name] = STATE(645), - [sym__reserved_identifier] = STATE(1553), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(1514), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(1516), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(587), - [aux_sym_print_intrinsic_token1] = ACTIONS(599), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(1174), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(1384), + [sym_comment] = ACTIONS(3), + }, + [512] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1560), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2323), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_primary_expression] = STATE(921), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_variable] = STATE(662), + [sym__variable_member_access_expression] = STATE(666), + [sym_member_access_expression] = STATE(662), + [sym__variable_nullsafe_member_access_expression] = STATE(664), + [sym_nullsafe_member_access_expression] = STATE(662), + [sym__variable_scoped_property_access_expression] = STATE(667), + [sym_scoped_property_access_expression] = STATE(662), + [sym_function_call_expression] = STATE(654), + [sym__callable_expression] = STATE(2129), + [sym_scoped_call_expression] = STATE(654), + [sym__scope_resolution_qualifier] = STATE(2354), + [sym_relative_scope] = STATE(2354), + [sym_member_call_expression] = STATE(654), + [sym_nullsafe_member_call_expression] = STATE(654), + [sym__variable_subscript_expression] = STATE(671), + [sym__dereferencable_subscript_expression] = STATE(654), + [sym__dereferencable_expression] = STATE(1789), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(657), + [sym__simple_variable] = STATE(657), + [sym__new_variable] = STATE(671), + [sym__callable_variable] = STATE(654), + [sym_variable_name] = STATE(657), + [sym__reserved_identifier] = STATE(1560), + [sym__identifier] = STATE(1560), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(1382), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(617), + [aux_sym_print_intrinsic_token1] = ACTIONS(627), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(1518), - [sym_comment] = ACTIONS(3), - }, - [562] = { - [sym_qualified_name] = STATE(810), - [sym_namespace_name_as_prefix] = STATE(2564), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2242), - [sym__arrow_function_header] = STATE(2555), - [sym_arrow_function] = STATE(1103), - [sym_literal] = STATE(1103), - [sym_throw_expression] = STATE(1103), - [sym_primary_expression] = STATE(1120), - [sym_parenthesized_expression] = STATE(826), - [sym_class_constant_access_expression] = STATE(911), - [sym_print_intrinsic] = STATE(1103), - [sym_anonymous_function_creation_expression] = STATE(1103), - [sym_object_creation_expression] = STATE(1103), - [sym_update_expression] = STATE(1103), - [sym_cast_variable] = STATE(831), - [sym_member_access_expression] = STATE(831), - [sym_nullsafe_member_access_expression] = STATE(831), - [sym_scoped_property_access_expression] = STATE(831), - [sym_function_call_expression] = STATE(772), - [sym_scoped_call_expression] = STATE(772), - [sym__scope_resolution_qualifier] = STATE(2540), - [sym_relative_scope] = STATE(2540), - [sym_member_call_expression] = STATE(772), - [sym_nullsafe_member_call_expression] = STATE(772), - [sym_subscript_expression] = STATE(772), - [sym__dereferencable_expression] = STATE(1660), - [sym_array_creation_expression] = STATE(826), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1779), - [sym_encapsed_string] = STATE(827), - [sym_string] = STATE(827), - [sym_heredoc] = STATE(827), - [sym_nowdoc] = STATE(827), - [sym_shell_command_expression] = STATE(1103), - [sym_boolean] = STATE(1088), - [sym_null] = STATE(1088), - [sym__string] = STATE(827), - [sym_dynamic_variable_name] = STATE(772), - [sym_variable_name] = STATE(772), - [sym__reserved_identifier] = STATE(1537), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(1520), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(667), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(1384), + [sym_comment] = ACTIONS(3), + }, + [513] = { + [sym_qualified_name] = STATE(892), + [sym__name] = STATE(1552), + [sym_namespace_name] = STATE(2384), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(994), + [sym__anonymous_function_header] = STATE(2124), + [sym__arrow_function_header] = STATE(2379), + [sym_arrow_function] = STATE(994), + [sym_literal] = STATE(994), + [sym_throw_expression] = STATE(994), + [sym_primary_expression] = STATE(997), + [sym_parenthesized_expression] = STATE(893), + [sym_class_constant_access_expression] = STATE(928), + [sym_print_intrinsic] = STATE(994), + [sym_object_creation_expression] = STATE(994), + [sym__new_non_dereferencable_expression] = STATE(988), + [sym__new_dereferencable_expression] = STATE(906), + [sym_update_expression] = STATE(994), + [sym_cast_variable] = STATE(802), + [sym__variable_member_access_expression] = STATE(821), + [sym_member_access_expression] = STATE(802), + [sym__variable_nullsafe_member_access_expression] = STATE(820), + [sym_nullsafe_member_access_expression] = STATE(802), + [sym__variable_scoped_property_access_expression] = STATE(818), + [sym_scoped_property_access_expression] = STATE(802), + [sym_function_call_expression] = STATE(792), + [sym__callable_expression] = STATE(2100), + [sym_scoped_call_expression] = STATE(792), + [sym__scope_resolution_qualifier] = STATE(2319), + [sym_relative_scope] = STATE(2319), + [sym_member_call_expression] = STATE(792), + [sym_nullsafe_member_call_expression] = STATE(792), + [sym__variable_subscript_expression] = STATE(814), + [sym__dereferencable_subscript_expression] = STATE(792), + [sym__dereferencable_expression] = STATE(1717), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(903), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(901), + [sym_string] = STATE(901), + [sym_heredoc] = STATE(901), + [sym_nowdoc] = STATE(901), + [sym_shell_command_expression] = STATE(994), + [sym_boolean] = STATE(1070), + [sym_null] = STATE(1070), + [sym__string] = STATE(901), + [sym_dynamic_variable_name] = STATE(783), + [sym__simple_variable] = STATE(783), + [sym__new_variable] = STATE(814), + [sym__callable_variable] = STATE(792), + [sym_variable_name] = STATE(783), + [sym__reserved_identifier] = STATE(1552), + [sym__identifier] = STATE(1552), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(643), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(1522), + [anon_sym_LPAREN] = ACTIONS(1386), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), [aux_sym_cast_type_token1] = ACTIONS(53), [sym_float] = ACTIONS(63), [sym_integer] = ACTIONS(63), [aux_sym_throw_expression_token1] = ACTIONS(75), [aux_sym_print_intrinsic_token1] = ACTIONS(99), - [aux_sym_object_creation_expression_token1] = ACTIONS(101), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(101), [anon_sym_DASH_DASH] = ACTIONS(103), [anon_sym_PLUS_PLUS] = ACTIONS(103), - [anon_sym_LBRACK] = ACTIONS(1356), + [anon_sym_LBRACK] = ACTIONS(937), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), [aux_sym__argument_name_token1] = ACTIONS(111), @@ -76578,162 +77199,178 @@ static const uint16_t ts_parse_table[LARGE_STATE_COUNT][SYMBOL_COUNT] = { [anon_sym_SQUOTE] = ACTIONS(119), [anon_sym_LT_LT_LT] = ACTIONS(121), [anon_sym_BQUOTE] = ACTIONS(123), - [anon_sym_DOLLAR] = ACTIONS(1524), - [sym_comment] = ACTIONS(3), - }, - [563] = { - [sym_qualified_name] = STATE(683), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2446), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_primary_expression] = STATE(975), - [sym_parenthesized_expression] = STATE(685), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_variable] = STATE(700), - [sym_member_access_expression] = STATE(700), - [sym_nullsafe_member_access_expression] = STATE(700), - [sym_scoped_property_access_expression] = STATE(700), - [sym_function_call_expression] = STATE(645), - [sym_scoped_call_expression] = STATE(645), - [sym__scope_resolution_qualifier] = STATE(2607), - [sym_relative_scope] = STATE(2607), - [sym_member_call_expression] = STATE(645), - [sym_nullsafe_member_call_expression] = STATE(645), - [sym_subscript_expression] = STATE(645), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(685), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(687), - [sym_string] = STATE(687), - [sym_heredoc] = STATE(687), - [sym_nowdoc] = STATE(687), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(687), - [sym_dynamic_variable_name] = STATE(645), - [sym_variable_name] = STATE(645), - [sym__reserved_identifier] = STATE(1553), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(1514), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(1516), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(637), - [aux_sym_print_intrinsic_token1] = ACTIONS(647), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(1174), - [anon_sym_self] = ACTIONS(109), - [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), - [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(1518), - [sym_comment] = ACTIONS(3), - }, - [564] = { - [sym_qualified_name] = STATE(683), - [sym_namespace_name_as_prefix] = STATE(2420), - [sym_namespace_name] = STATE(2563), - [sym_static_modifier] = STATE(2340), - [sym__arrow_function_header] = STATE(2484), - [sym_arrow_function] = STATE(924), - [sym_literal] = STATE(924), - [sym_throw_expression] = STATE(924), - [sym_primary_expression] = STATE(975), - [sym_parenthesized_expression] = STATE(685), - [sym_class_constant_access_expression] = STATE(770), - [sym_print_intrinsic] = STATE(924), - [sym_anonymous_function_creation_expression] = STATE(924), - [sym_object_creation_expression] = STATE(924), - [sym_update_expression] = STATE(924), - [sym_cast_variable] = STATE(700), - [sym_member_access_expression] = STATE(700), - [sym_nullsafe_member_access_expression] = STATE(700), - [sym_scoped_property_access_expression] = STATE(700), - [sym_function_call_expression] = STATE(645), - [sym_scoped_call_expression] = STATE(645), - [sym__scope_resolution_qualifier] = STATE(2607), - [sym_relative_scope] = STATE(2607), - [sym_member_call_expression] = STATE(645), - [sym_nullsafe_member_call_expression] = STATE(645), - [sym_subscript_expression] = STATE(645), - [sym__dereferencable_expression] = STATE(1682), - [sym_array_creation_expression] = STATE(685), - [sym_attribute_group] = STATE(984), - [sym_attribute_list] = STATE(1827), - [sym_encapsed_string] = STATE(687), - [sym_string] = STATE(687), - [sym_heredoc] = STATE(687), - [sym_nowdoc] = STATE(687), - [sym_shell_command_expression] = STATE(924), - [sym_boolean] = STATE(957), - [sym_null] = STATE(957), - [sym__string] = STATE(687), - [sym_dynamic_variable_name] = STATE(645), - [sym_variable_name] = STATE(645), - [sym__reserved_identifier] = STATE(1553), - [aux_sym_attribute_list_repeat1] = STATE(984), - [sym_name] = ACTIONS(1514), - [aux_sym_function_static_declaration_token1] = ACTIONS(571), - [aux_sym_namespace_definition_token1] = ACTIONS(573), - [aux_sym_namespace_use_declaration_token2] = ACTIONS(575), - [anon_sym_BSLASH] = ACTIONS(27), - [aux_sym__arrow_function_header_token1] = ACTIONS(49), - [anon_sym_LPAREN] = ACTIONS(1516), - [aux_sym_cast_type_token1] = ACTIONS(583), - [sym_float] = ACTIONS(585), - [sym_integer] = ACTIONS(585), - [aux_sym_throw_expression_token1] = ACTIONS(677), - [aux_sym_print_intrinsic_token1] = ACTIONS(687), - [aux_sym_object_creation_expression_token1] = ACTIONS(601), - [anon_sym_DASH_DASH] = ACTIONS(603), - [anon_sym_PLUS_PLUS] = ACTIONS(603), - [anon_sym_LBRACK] = ACTIONS(1174), + [anon_sym_DOLLAR] = ACTIONS(1388), + [sym_comment] = ACTIONS(3), + }, + [514] = { + [sym_qualified_name] = STATE(696), + [sym__name] = STATE(1560), + [sym_namespace_name] = STATE(2299), + [sym_static_modifier] = STATE(2264), + [sym_anonymous_function] = STATE(914), + [sym__anonymous_function_header] = STATE(2268), + [sym__arrow_function_header] = STATE(2490), + [sym_arrow_function] = STATE(914), + [sym_literal] = STATE(914), + [sym_throw_expression] = STATE(914), + [sym_primary_expression] = STATE(921), + [sym_parenthesized_expression] = STATE(697), + [sym_class_constant_access_expression] = STATE(763), + [sym_print_intrinsic] = STATE(914), + [sym_object_creation_expression] = STATE(914), + [sym__new_non_dereferencable_expression] = STATE(917), + [sym__new_dereferencable_expression] = STATE(702), + [sym_update_expression] = STATE(914), + [sym_cast_variable] = STATE(662), + [sym__variable_member_access_expression] = STATE(666), + [sym_member_access_expression] = STATE(662), + [sym__variable_nullsafe_member_access_expression] = STATE(664), + [sym_nullsafe_member_access_expression] = STATE(662), + [sym__variable_scoped_property_access_expression] = STATE(667), + [sym_scoped_property_access_expression] = STATE(662), + [sym_function_call_expression] = STATE(654), + [sym__callable_expression] = STATE(2129), + [sym_scoped_call_expression] = STATE(654), + [sym__scope_resolution_qualifier] = STATE(2354), + [sym_relative_scope] = STATE(2354), + [sym_member_call_expression] = STATE(654), + [sym_nullsafe_member_call_expression] = STATE(654), + [sym__variable_subscript_expression] = STATE(671), + [sym__dereferencable_subscript_expression] = STATE(654), + [sym__dereferencable_expression] = STATE(1789), + [sym__dereferencable_scalar] = STATE(1681), + [sym_array_creation_expression] = STATE(707), + [sym_attribute_group] = STATE(948), + [sym_attribute_list] = STATE(1796), + [sym_encapsed_string] = STATE(709), + [sym_string] = STATE(709), + [sym_heredoc] = STATE(709), + [sym_nowdoc] = STATE(709), + [sym_shell_command_expression] = STATE(914), + [sym_boolean] = STATE(911), + [sym_null] = STATE(911), + [sym__string] = STATE(709), + [sym_dynamic_variable_name] = STATE(657), + [sym__simple_variable] = STATE(657), + [sym__new_variable] = STATE(671), + [sym__callable_variable] = STATE(654), + [sym_variable_name] = STATE(657), + [sym__reserved_identifier] = STATE(1560), + [sym__identifier] = STATE(1560), + [aux_sym_namespace_name_repeat1] = STATE(2078), + [aux_sym_attribute_list_repeat1] = STATE(948), + [sym_name] = ACTIONS(545), + [aux_sym_function_static_declaration_token1] = ACTIONS(551), + [aux_sym_namespace_use_clause_token1] = ACTIONS(553), + [anon_sym_BSLASH] = ACTIONS(557), + [anon_sym_LPAREN] = ACTIONS(1382), + [aux_sym__arrow_function_header_token1] = ACTIONS(51), + [aux_sym_cast_type_token1] = ACTIONS(563), + [sym_float] = ACTIONS(565), + [sym_integer] = ACTIONS(565), + [aux_sym_throw_expression_token1] = ACTIONS(567), + [aux_sym_print_intrinsic_token1] = ACTIONS(579), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(581), + [anon_sym_DASH_DASH] = ACTIONS(583), + [anon_sym_PLUS_PLUS] = ACTIONS(583), + [anon_sym_LBRACK] = ACTIONS(939), [anon_sym_self] = ACTIONS(109), [anon_sym_parent] = ACTIONS(109), - [aux_sym__argument_name_token1] = ACTIONS(607), - [aux_sym__argument_name_token2] = ACTIONS(609), + [aux_sym__argument_name_token1] = ACTIONS(587), + [aux_sym__argument_name_token2] = ACTIONS(589), [anon_sym_POUND_LBRACK] = ACTIONS(115), - [aux_sym_encapsed_string_token1] = ACTIONS(611), - [anon_sym_DQUOTE] = ACTIONS(611), - [aux_sym_string_token1] = ACTIONS(613), - [anon_sym_SQUOTE] = ACTIONS(613), - [anon_sym_LT_LT_LT] = ACTIONS(615), - [anon_sym_BQUOTE] = ACTIONS(617), - [anon_sym_DOLLAR] = ACTIONS(1518), + [aux_sym_encapsed_string_token1] = ACTIONS(591), + [anon_sym_DQUOTE] = ACTIONS(591), + [aux_sym_string_token1] = ACTIONS(593), + [anon_sym_SQUOTE] = ACTIONS(593), + [anon_sym_LT_LT_LT] = ACTIONS(595), + [anon_sym_BQUOTE] = ACTIONS(597), + [anon_sym_DOLLAR] = ACTIONS(1384), + [sym_comment] = ACTIONS(3), + }, + [515] = { + [sym_name] = ACTIONS(1390), + [anon_sym_SEMI] = ACTIONS(1392), + [aux_sym_function_static_declaration_token1] = ACTIONS(1390), + [aux_sym_global_declaration_token1] = ACTIONS(1390), + [aux_sym_namespace_definition_token1] = ACTIONS(1390), + [aux_sym_namespace_use_declaration_token1] = ACTIONS(1390), + [aux_sym_namespace_use_clause_token1] = ACTIONS(1390), + [aux_sym_namespace_use_clause_token2] = ACTIONS(1390), + [anon_sym_BSLASH] = ACTIONS(1392), + [anon_sym_LBRACE] = ACTIONS(1392), + [aux_sym_trait_declaration_token1] = ACTIONS(1390), + [aux_sym_interface_declaration_token1] = ACTIONS(1390), + [aux_sym_enum_declaration_token1] = ACTIONS(1390), + [anon_sym_COLON] = ACTIONS(1392), + [aux_sym_class_declaration_token1] = ACTIONS(1390), + [aux_sym_final_modifier_token1] = ACTIONS(1390), + [aux_sym_abstract_modifier_token1] = ACTIONS(1390), + [aux_sym_readonly_modifier_token1] = ACTIONS(1390), + [sym_var_modifier] = ACTIONS(1390), + [aux_sym_visibility_modifier_token1] = ACTIONS(1390), + [aux_sym_visibility_modifier_token2] = ACTIONS(1390), + [aux_sym_visibility_modifier_token3] = ACTIONS(1390), + [anon_sym_LPAREN] = ACTIONS(1392), + [aux_sym__arrow_function_header_token1] = ACTIONS(1390), + [aux_sym_cast_type_token1] = ACTIONS(1390), + [aux_sym_echo_statement_token1] = ACTIONS(1390), + [aux_sym_exit_statement_token1] = ACTIONS(1390), + [anon_sym_unset] = ACTIONS(1390), + [aux_sym_declare_statement_token1] = ACTIONS(1390), + [sym_float] = ACTIONS(1390), + [aux_sym_try_statement_token1] = ACTIONS(1390), + [aux_sym_goto_statement_token1] = ACTIONS(1390), + [aux_sym_continue_statement_token1] = ACTIONS(1390), + [aux_sym_break_statement_token1] = ACTIONS(1390), + [sym_integer] = ACTIONS(1390), + [aux_sym_return_statement_token1] = ACTIONS(1390), + [aux_sym_throw_expression_token1] = ACTIONS(1390), + [aux_sym_while_statement_token1] = ACTIONS(1390), + [aux_sym_do_statement_token1] = ACTIONS(1390), + [aux_sym_for_statement_token1] = ACTIONS(1390), + [aux_sym_foreach_statement_token1] = ACTIONS(1390), + [aux_sym_if_statement_token1] = ACTIONS(1390), + [aux_sym_match_expression_token1] = ACTIONS(1390), + [aux_sym_switch_statement_token1] = ACTIONS(1390), + [anon_sym_PLUS] = ACTIONS(1390), + [anon_sym_DASH] = ACTIONS(1390), + [anon_sym_TILDE] = ACTIONS(1392), + [anon_sym_BANG] = ACTIONS(1392), + [anon_sym_AT] = ACTIONS(1392), + [aux_sym_clone_expression_token1] = ACTIONS(1390), + [aux_sym_print_intrinsic_token1] = ACTIONS(1390), + [aux_sym__new_non_dereferencable_expression_token1] = ACTIONS(1390), + [anon_sym_DASH_DASH] = ACTIONS(1392), + [anon_sym_PLUS_PLUS] = ACTIONS(1392), + [aux_sym__list_destructing_token1] = ACTIONS(1390), + [anon_sym_LBRACK] = ACTIONS(1392), + [anon_sym_self] = ACTIONS(1390), + [anon_sym_parent] = ACTIONS(1390), + [aux_sym__argument_name_token1] = ACTIONS(1390), + [aux_sym__argument_name_token2] = ACTIONS(1390), + [anon_sym_POUND_LBRACK] = ACTIONS(1392), + [aux_sym_encapsed_string_token1] = ACTIONS(1392), + [anon_sym_DQUOTE] = ACTIONS(1392), + [aux_sym_string_token1] = ACTIONS(1392), + [anon_sym_SQUOTE] = ACTIONS(1392), + [anon_sym_LT_LT_LT] = ACTIONS(1392), + [anon_sym_BQUOTE] = ACTIONS(1392), + [anon_sym_DOLLAR] = ACTIONS(1392), + [aux_sym_yield_expression_token1] = ACTIONS(1390), + [aux_sym_include_expression_token1] = ACTIONS(1390), + [aux_sym_include_once_expression_token1] = ACTIONS(1390), + [aux_sym_require_expression_token1] = ACTIONS(1390), + [aux_sym_require_once_expression_token1] = ACTIONS(1390), [sym_comment] = ACTIONS(3), }, }; static const uint16_t ts_small_parse_table[] = { [0] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 21, + ACTIONS(1396), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -76755,10 +77392,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1526), 41, + ACTIONS(1394), 41, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, aux_sym_base_clause_token1, @@ -76798,9 +77435,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, [70] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1534), 21, + ACTIONS(1402), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -76822,10 +77459,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1532), 41, + ACTIONS(1400), 41, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, aux_sym_base_clause_token1, @@ -76865,9 +77502,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, [140] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 21, + ACTIONS(1406), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -76889,10 +77526,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1536), 41, + ACTIONS(1404), 41, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, aux_sym_base_clause_token1, @@ -76932,9 +77569,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, [210] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 21, + ACTIONS(1410), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -76956,10 +77593,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1540), 41, + ACTIONS(1408), 41, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, aux_sym_base_clause_token1, @@ -76999,13 +77636,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, [280] = 5, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(579), 1, + STATE(526), 1, sym_arguments, - ACTIONS(1546), 21, + ACTIONS(1414), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77027,10 +77664,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1544), 38, + ACTIONS(1412), 38, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77067,13 +77704,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, [353] = 5, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(576), 1, + STATE(525), 1, sym_arguments, - ACTIONS(1552), 21, + ACTIONS(1420), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77095,10 +77732,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1550), 38, + ACTIONS(1418), 38, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77134,14 +77771,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [426] = 5, - ACTIONS(1530), 1, + [426] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1426), 1, + anon_sym_EQ, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(580), 1, - sym_arguments, - ACTIONS(1556), 21, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1434), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1422), 19, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 20, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [504] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1438), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77163,13 +77866,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1554), 38, + ACTIONS(1436), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -77202,25 +77906,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [499] = 9, - ACTIONS(1530), 1, + [572] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1562), 1, + ACTIONS(1442), 21, + anon_sym_AMP, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1440), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 13, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [640] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1446), 21, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1444), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -77234,13 +78021,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 18, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [708] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1450), 21, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1448), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -77253,8 +78101,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 20, + [776] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1454), 21, anon_sym_AMP, + anon_sym_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, @@ -77274,14 +78126,50 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [580] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, + ACTIONS(1452), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - STATE(586), 1, - sym_arguments, - ACTIONS(1572), 21, + anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [844] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1458), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77303,13 +78191,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1570), 38, + ACTIONS(1456), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -77342,14 +78231,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [653] = 5, - ACTIONS(1530), 1, + [912] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(587), 1, - sym_arguments, - ACTIONS(1576), 21, + ACTIONS(1462), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77371,13 +78256,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1574), 38, + ACTIONS(1460), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -77410,10 +78296,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [726] = 3, - ACTIONS(1530), 1, + [980] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1580), 21, + ACTIONS(1466), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77435,10 +78321,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1578), 39, + ACTIONS(1464), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77475,10 +78361,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [794] = 3, - ACTIONS(1530), 1, + [1048] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1584), 21, + ACTIONS(1470), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77500,10 +78386,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1582), 39, + ACTIONS(1468), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77540,10 +78426,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [862] = 3, - ACTIONS(1530), 1, + [1116] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 21, + ACTIONS(1474), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77565,10 +78451,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1586), 39, + ACTIONS(1472), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77605,10 +78491,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [930] = 3, - ACTIONS(1530), 1, + [1184] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1592), 21, + ACTIONS(1478), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77630,10 +78516,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1590), 39, + ACTIONS(1476), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77670,10 +78556,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [998] = 3, - ACTIONS(1530), 1, + [1252] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1596), 21, + ACTIONS(1484), 1, + anon_sym_LPAREN, + ACTIONS(1482), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77695,14 +78583,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1594), 39, + ACTIONS(1480), 38, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -77735,10 +78622,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1066] = 3, - ACTIONS(1530), 1, + [1322] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1600), 21, + ACTIONS(1488), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77760,10 +78647,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1598), 39, + ACTIONS(1486), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77800,10 +78687,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1134] = 3, - ACTIONS(1530), 1, + [1390] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1604), 21, + ACTIONS(1492), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77825,10 +78712,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1602), 39, + ACTIONS(1490), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77865,10 +78752,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1202] = 3, - ACTIONS(1530), 1, + [1458] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1608), 21, + ACTIONS(1496), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77890,10 +78777,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1606), 39, + ACTIONS(1494), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77930,10 +78817,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1270] = 3, - ACTIONS(1530), 1, + [1526] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1612), 21, + ACTIONS(1500), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -77955,10 +78842,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1610), 39, + ACTIONS(1498), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -77995,10 +78882,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1338] = 3, - ACTIONS(1530), 1, + [1594] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 21, + ACTIONS(1504), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78020,10 +78907,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1614), 39, + ACTIONS(1502), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78060,10 +78947,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1406] = 3, - ACTIONS(1530), 1, + [1662] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 21, + ACTIONS(1508), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78085,10 +78972,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1618), 39, + ACTIONS(1506), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78125,10 +79012,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1474] = 3, - ACTIONS(1530), 1, + [1730] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1624), 21, + ACTIONS(1512), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78150,10 +79037,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1622), 39, + ACTIONS(1510), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78190,10 +79077,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1542] = 3, - ACTIONS(1530), 1, + [1798] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1628), 21, + ACTIONS(1508), 21, anon_sym_AMP, anon_sym_EQ, anon_sym_COLON, @@ -78215,10 +79102,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1626), 39, + ACTIONS(1506), 39, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -78255,21 +79142,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1610] = 7, - ACTIONS(1530), 1, + [1866] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1562), 1, + ACTIONS(1516), 21, + anon_sym_AMP, anon_sym_EQ, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1514), 39, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1568), 13, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -78283,13 +79192,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 18, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -78302,8 +79207,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 20, + [1934] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1510), 1, + anon_sym_LPAREN, + ACTIONS(1520), 21, anon_sym_AMP, + anon_sym_EQ, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, @@ -78323,25 +79234,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [1685] = 9, - ACTIONS(1530), 1, + ACTIONS(1518), 38, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [2004] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1630), 1, + ACTIONS(1426), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1632), 13, + ACTIONS(1434), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -78355,12 +79300,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 16, + ACTIONS(1422), 19, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -78372,7 +79320,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 20, + ACTIONS(1424), 20, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -78393,25 +79341,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [1764] = 9, - ACTIONS(1530), 1, + [2079] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1634), 1, + ACTIONS(1426), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1636), 13, + ACTIONS(1434), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -78425,11 +79368,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 16, + ACTIONS(1422), 19, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -78442,8 +79388,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1424), 20, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -78462,25 +79409,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [1842] = 9, - ACTIONS(1530), 1, + [2154] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1638), 1, - anon_sym_EQ, - ACTIONS(1640), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(603), 1, - sym_arguments, - ACTIONS(1642), 2, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1644), 13, + ACTIONS(1524), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -78494,11 +79438,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 15, - sym__automatic_semicolon, + ACTIONS(1422), 16, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -78510,8 +79455,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1424), 20, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -78530,14 +79476,278 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [1919] = 5, + [2229] = 31, + ACTIONS(105), 1, + aux_sym__list_destructing_token1, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2201), 1, + sym_by_ref, + STATE(2263), 1, + sym__callable_expression, + STATE(2271), 1, + sym__list_destructing, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1494), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1508), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1477), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [2350] = 28, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1532), 1, + sym_name, + ACTIONS(1538), 1, + anon_sym_BSLASH, + ACTIONS(1541), 1, + anon_sym_RBRACE, + ACTIONS(1543), 1, + anon_sym_LPAREN, + ACTIONS(1546), 1, + aux_sym_cast_type_token1, + ACTIONS(1549), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1552), 1, + anon_sym_LBRACK, + ACTIONS(1561), 1, + anon_sym_LT_LT_LT, + ACTIONS(1564), 1, + anon_sym_DOLLAR, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(549), 1, + aux_sym_use_list_repeat1, + STATE(1566), 1, + sym_class_constant_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1555), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(1558), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(2012), 2, + sym_use_instead_of_clause, + sym_use_as_clause, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(1535), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1758), 7, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + sym__variable_subscript_expression, + sym__dereferencable_expression, + sym__new_variable, + STATE(1681), 14, + sym_parenthesized_expression, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + sym__callable_variable, + [2465] = 28, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1528), 1, + anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1567), 1, + sym_name, + ACTIONS(1569), 1, + anon_sym_RBRACE, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(549), 1, + aux_sym_use_list_repeat1, + STATE(1566), 1, + sym_class_constant_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(2012), 2, + sym_use_instead_of_clause, + sym_use_as_clause, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1758), 7, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + sym__variable_subscript_expression, + sym__dereferencable_expression, + sym__new_variable, + STATE(1681), 14, + sym_parenthesized_expression, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + sym__callable_variable, + [2580] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - STATE(601), 1, + STATE(573), 1, sym_arguments, - ACTIONS(1546), 20, + ACTIONS(1420), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -78558,7 +79768,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1544), 35, + ACTIONS(1418), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -78594,14 +79804,191 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [1988] = 5, + [2649] = 31, + ACTIONS(105), 1, + aux_sym__list_destructing_token1, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(1930), 1, + sym__list_destructing, + STATE(1932), 1, + sym_by_ref, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1448), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1451), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1430), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [2770] = 28, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, + ACTIONS(1528), 1, anon_sym_LPAREN, - STATE(602), 1, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1567), 1, + sym_name, + ACTIONS(1573), 1, + anon_sym_RBRACE, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(550), 1, + aux_sym_use_list_repeat1, + STATE(1566), 1, + sym_class_constant_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(2012), 2, + sym_use_instead_of_clause, + sym_use_as_clause, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1758), 7, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + sym__variable_subscript_expression, + sym__dereferencable_expression, + sym__new_variable, + STATE(1681), 14, + sym_parenthesized_expression, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + sym__callable_variable, + [2885] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1571), 1, + anon_sym_LPAREN, + STATE(575), 1, sym_arguments, - ACTIONS(1576), 20, + ACTIONS(1414), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -78622,7 +80009,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1574), 35, + ACTIONS(1412), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -78658,82 +80045,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2057] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1562), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1568), 16, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - anon_sym_RBRACK, - ACTIONS(1560), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [2134] = 5, - ACTIONS(1530), 1, + [2954] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(617), 1, - sym_arguments, - ACTIONS(1552), 20, + ACTIONS(1512), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -78754,12 +80069,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1550), 35, + ACTIONS(1510), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -78790,14 +80106,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2203] = 5, - ACTIONS(1530), 1, + [3018] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(621), 1, - sym_arguments, - ACTIONS(1572), 20, + ACTIONS(1458), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -78818,12 +80130,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1570), 35, + ACTIONS(1456), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -78854,80 +80167,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2272] = 7, - ACTIONS(1530), 1, + [3082] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1630), 1, - anon_sym_EQ, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1632), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 16, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1560), 20, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [2345] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1640), 1, + ACTIONS(1484), 1, anon_sym_LPAREN, - STATE(614), 1, - sym_arguments, - ACTIONS(1556), 20, + ACTIONS(1482), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -78948,7 +80193,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1554), 35, + ACTIONS(1480), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -78984,59 +80229,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2414] = 12, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + [3148] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1630), 1, - anon_sym_EQ, - ACTIONS(1646), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(1986), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1632), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1496), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -79055,25 +80253,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [2497] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1562), 1, - anon_sym_EQ, - ACTIONS(1640), 1, + ACTIONS(1494), 36, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - STATE(603), 1, - sym_arguments, - ACTIONS(1642), 2, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1568), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79087,11 +80276,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 15, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -79103,30 +80290,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [2574] = 3, - ACTIONS(1530), 1, + [3212] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1596), 20, + ACTIONS(1500), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79147,7 +80314,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1594), 36, + ACTIONS(1498), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79184,10 +80351,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2638] = 3, - ACTIONS(1530), 1, + [3276] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1628), 20, + ACTIONS(1402), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79208,7 +80375,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1626), 36, + ACTIONS(1400), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79245,10 +80412,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2702] = 3, - ACTIONS(1530), 1, + [3340] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1592), 20, + ACTIONS(1510), 1, + anon_sym_LPAREN, + ACTIONS(1520), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79269,13 +80438,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1590), 36, + ACTIONS(1518), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -79306,21 +80474,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2766] = 7, - ACTIONS(1530), 1, + [3406] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1634), 1, + ACTIONS(1522), 1, anon_sym_EQ, - ACTIONS(1566), 2, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1636), 13, + ACTIONS(1524), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79334,12 +80501,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 16, + ACTIONS(1422), 16, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -79351,8 +80518,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1424), 20, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -79371,40 +80539,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [2838] = 3, - ACTIONS(1530), 1, + [3478] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 20, - anon_sym_AMP, + ACTIONS(1426), 1, anon_sym_EQ, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1586), 36, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, + ACTIONS(1428), 1, anon_sym_LPAREN, - anon_sym_COLON_COLON, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1434), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79418,9 +80568,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + ACTIONS(1422), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -79432,10 +80585,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2902] = 3, - ACTIONS(1530), 1, + ACTIONS(1424), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [3552] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 20, + ACTIONS(1462), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79456,7 +80629,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1540), 36, + ACTIONS(1460), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79493,10 +80666,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [2966] = 3, - ACTIONS(1530), 1, + [3616] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 20, + ACTIONS(1466), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79517,7 +80690,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1536), 36, + ACTIONS(1464), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79554,41 +80727,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3030] = 10, - ACTIONS(1530), 1, + [3680] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - ACTIONS(1630), 1, + ACTIONS(1577), 1, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1648), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1632), 13, + ACTIONS(1579), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79602,7 +80756,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1422), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -79622,10 +80793,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [3108] = 3, - ACTIONS(1530), 1, + [3754] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 20, + ACTIONS(1474), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79646,7 +80817,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1614), 36, + ACTIONS(1472), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79683,10 +80854,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3172] = 3, + [3818] = 30, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(807), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2200), 1, + sym_by_ref, + STATE(2204), 1, + sym__array_destructing, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1534), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1533), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1447), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [3936] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1534), 20, + ACTIONS(1504), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79707,7 +80966,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1532), 36, + ACTIONS(1502), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79744,40 +81003,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3236] = 3, - ACTIONS(1530), 1, + [4000] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1608), 20, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - ACTIONS(1606), 36, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, + ACTIONS(1428), 1, anon_sym_LPAREN, - anon_sym_COLON_COLON, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1583), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -79791,43 +81032,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - [3300] = 10, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1630), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1650), 2, + ACTIONS(1422), 16, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1558), 12, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -79839,21 +81049,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1632), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -79873,10 +81069,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [3378] = 3, - ACTIONS(1530), 1, + [4074] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1612), 20, + ACTIONS(1406), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79897,7 +81093,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1610), 36, + ACTIONS(1404), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79934,10 +81130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3442] = 3, - ACTIONS(1530), 1, + [4138] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1600), 20, + ACTIONS(1442), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -79958,7 +81154,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1598), 36, + ACTIONS(1440), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -79995,55 +81191,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3506] = 9, - ACTIONS(1530), 1, + [4202] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1652), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1654), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 14, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1446), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80062,29 +81215,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [3582] = 10, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1634), 1, - anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1656), 2, + ACTIONS(1444), 36, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80096,44 +81252,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1636), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - anon_sym_CARET, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_STAR, - anon_sym_SLASH, - anon_sym_PERCENT, - [3660] = 3, - ACTIONS(1530), 1, + [4266] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1584), 20, + ACTIONS(1396), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80154,7 +81276,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1582), 36, + ACTIONS(1394), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -80191,10 +81313,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3724] = 3, - ACTIONS(1530), 1, + [4330] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 20, + ACTIONS(1450), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80215,7 +81337,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1526), 36, + ACTIONS(1448), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -80252,10 +81374,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3788] = 3, - ACTIONS(1530), 1, + [4394] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1604), 20, + ACTIONS(1454), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80276,7 +81398,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1602), 36, + ACTIONS(1452), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -80313,10 +81435,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3852] = 3, - ACTIONS(1530), 1, + [4458] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 20, + ACTIONS(1410), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80337,7 +81459,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1618), 36, + ACTIONS(1408), 36, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -80374,10 +81496,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3916] = 3, - ACTIONS(1530), 1, + [4522] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1422), 16, + anon_sym_SEMI, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 20, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [4594] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1624), 20, + ACTIONS(1492), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80398,13 +81585,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1622), 36, + ACTIONS(1490), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80435,10 +81621,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [3980] = 3, - ACTIONS(1530), 1, + [4657] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1580), 20, + ACTIONS(1478), 20, anon_sym_AMP, anon_sym_EQ, anon_sym_QMARK, @@ -80459,13 +81645,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - ACTIONS(1578), 36, + ACTIONS(1476), 35, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -80496,36 +81681,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [4044] = 7, - ACTIONS(1530), 1, + [4720] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1562), 1, + ACTIONS(1577), 1, anon_sym_EQ, - ACTIONS(1566), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1568), 16, - anon_sym_COMMA, - anon_sym_RPAREN, + ACTIONS(1579), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80539,8 +81708,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - anon_sym_RBRACK, - ACTIONS(1560), 19, + ACTIONS(1422), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80560,21 +81745,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4115] = 7, - ACTIONS(1530), 1, + [4791] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1638), 1, + ACTIONS(1470), 20, + anon_sym_AMP, anon_sym_EQ, - ACTIONS(1642), 2, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1468), 35, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [4854] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1585), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1644), 13, + ACTIONS(1587), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80588,11 +81834,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 15, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(1422), 15, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80604,7 +81850,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80624,28 +81870,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4186] = 10, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + [4927] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1630), 1, + ACTIONS(1488), 20, + anon_sym_AMP, anon_sym_EQ, - ACTIONS(1646), 1, - anon_sym_RPAREN, - STATE(1986), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1486), 35, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80657,7 +81930,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1632), 13, + [4990] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1583), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80671,7 +81957,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1422), 16, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80691,28 +81994,89 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4263] = 10, - ACTIONS(1530), 1, + [5061] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1634), 1, + ACTIONS(1516), 20, + anon_sym_AMP, anon_sym_EQ, - STATE(578), 1, - sym_arguments, - ACTIONS(1566), 2, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1514), 35, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1659), 2, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [5124] = 11, + ACTIONS(818), 1, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1589), 1, + anon_sym_RPAREN, + STATE(2037), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 11, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80724,7 +82088,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1636), 13, + ACTIONS(1524), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80738,7 +82102,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80758,21 +82122,80 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4340] = 7, - ACTIONS(1530), 1, + [5203] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1508), 20, + anon_sym_AMP, + anon_sym_EQ, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1506), 35, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [5266] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1562), 1, + ACTIONS(1581), 1, anon_sym_EQ, - ACTIONS(1642), 2, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1568), 13, + ACTIONS(1583), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80786,11 +82209,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 15, - sym__automatic_semicolon, + ACTIONS(1422), 16, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80802,7 +82226,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80822,52 +82246,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4411] = 8, - ACTIONS(1530), 1, + [5337] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1630), 1, - anon_sym_EQ, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1650), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1632), 13, - anon_sym_STAR_STAR_EQ, - anon_sym_STAR_EQ, - anon_sym_SLASH_EQ, - anon_sym_PERCENT_EQ, - anon_sym_PLUS_EQ, - anon_sym_DASH_EQ, - anon_sym_DOT_EQ, - anon_sym_LT_LT_EQ, - anon_sym_GT_GT_EQ, - anon_sym_AMP_EQ, - anon_sym_CARET_EQ, - anon_sym_PIPE_EQ, - anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1438), 20, anon_sym_AMP, + anon_sym_EQ, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, @@ -80886,25 +82270,31 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4483] = 8, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1634), 1, - anon_sym_EQ, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1656), 2, + ACTIONS(1436), 35, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 12, - anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80916,7 +82306,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1636), 13, + [5400] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1426), 1, + anon_sym_EQ, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1434), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80930,7 +82333,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + ACTIONS(1422), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -80950,21 +82370,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4555] = 7, - ACTIONS(1530), 1, + [5471] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1652), 1, + ACTIONS(1426), 1, anon_sym_EQ, - ACTIONS(1566), 2, + ACTIONS(1575), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1654), 13, + ACTIONS(1434), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -80978,10 +82397,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1558), 14, + ACTIONS(1422), 16, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -80993,7 +82414,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1560), 19, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -81013,24 +82434,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4625] = 8, - ACTIONS(1530), 1, + [5542] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1630), 1, + ACTIONS(1426), 1, anon_sym_EQ, - ACTIONS(1566), 2, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1648), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 12, + ACTIONS(1422), 12, anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, @@ -81043,7 +82462,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1632), 13, + ACTIONS(1434), 16, + anon_sym_COMMA, + anon_sym_RPAREN, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -81057,7 +82478,8 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, + anon_sym_RBRACK, + ACTIONS(1424), 19, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -81077,24 +82499,55 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4697] = 8, - ACTIONS(1530), 1, + [5615] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1634), 1, + ACTIONS(1508), 20, + anon_sym_AMP, anon_sym_EQ, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1659), 2, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + ACTIONS(1506), 35, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1558), 11, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, @@ -81106,7 +82559,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1636), 13, + [5678] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1577), 1, + anon_sym_EQ, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1579), 13, anon_sym_STAR_STAR_EQ, anon_sym_STAR_EQ, anon_sym_SLASH_EQ, @@ -81120,12 +82586,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_CARET_EQ, anon_sym_PIPE_EQ, anon_sym_QMARK_QMARK_EQ, - ACTIONS(1560), 19, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + ACTIONS(1422), 16, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1424), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, anon_sym_CARET, @@ -81140,1765 +82623,2590 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_STAR, anon_sym_SLASH, anon_sym_PERCENT, - [4768] = 3, - ACTIONS(1530), 1, + [5749] = 28, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1662), 22, - anon_sym_AMP, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1591), 1, + anon_sym_RPAREN, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1504), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, aux_sym_function_static_declaration_token1, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_COLON, - aux_sym_class_interface_clause_token1, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, anon_sym_self, anon_sym_parent, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1503), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1434), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [5861] = 28, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, sym_name, - ACTIONS(1664), 28, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(1528), 1, anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1593), 1, anon_sym_RPAREN, - anon_sym_PLUS, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1504), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1503), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1434), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [5973] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1595), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - anon_sym_DOLLAR, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(1422), 12, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [4826] = 26, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(39), 1, - aux_sym_final_modifier_token1, - ACTIONS(41), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(43), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1668), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(1670), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(1672), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(1676), 1, - sym_var_modifier, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_QMARK, - ACTIONS(1682), 1, - anon_sym_DOLLAR, - STATE(1427), 1, - sym_qualified_name, - STATE(1654), 1, - sym_variable_name, - STATE(1835), 1, - sym_property_element, - STATE(1849), 1, - sym__function_definition_header, - STATE(1978), 1, - sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1017), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [4929] = 26, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(39), 1, - aux_sym_final_modifier_token1, - ACTIONS(41), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(43), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1668), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(1670), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(1672), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(1676), 1, - sym_var_modifier, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_QMARK, - ACTIONS(1682), 1, - anon_sym_DOLLAR, - STATE(1427), 1, - sym_qualified_name, - STATE(1654), 1, - sym_variable_name, - STATE(1877), 1, - sym_property_element, - STATE(1880), 1, - sym__function_definition_header, - STATE(2136), 1, - sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - STATE(1017), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [5032] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(662), 1, - sym_arguments, - ACTIONS(1556), 13, + ACTIONS(1583), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [6047] = 28, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1598), 1, anon_sym_RPAREN, - anon_sym_COLON_COLON, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1504), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1503), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1434), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [6159] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1426), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5091] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1562), 13, + ACTIONS(1434), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_RBRACK, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 27, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PERCENT, + [6229] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1426), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5152] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(666), 1, - sym_arguments, - ACTIONS(1572), 13, + ACTIONS(1434), 16, + anon_sym_COMMA, + anon_sym_RPAREN, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + anon_sym_RBRACK, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 32, - anon_sym_SEMI, + anon_sym_PERCENT, + [6299] = 10, + ACTIONS(818), 1, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1589), 1, anon_sym_RPAREN, - anon_sym_COLON_COLON, + STATE(2037), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5211] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(652), 1, - sym_arguments, - ACTIONS(1576), 13, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 32, - anon_sym_SEMI, + anon_sym_PERCENT, + [6375] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1600), 2, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, anon_sym_RPAREN, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5270] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1608), 13, - anon_sym_AMP, - anon_sym_EQ, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1606), 34, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_class_interface_clause_token1, - aux_sym_use_instead_of_clause_token1, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, + anon_sym_DASH, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5325] = 8, - ACTIONS(1530), 1, + [6449] = 10, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1589), 1, + anon_sym_RPAREN, + STATE(2037), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1688), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1686), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + ACTIONS(1422), 12, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5390] = 8, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(654), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1558), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5455] = 8, - ACTIONS(1530), 1, + [6525] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(1697), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(716), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1602), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1695), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1693), 26, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + ACTIONS(1422), 12, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5520] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(658), 1, - sym_arguments, - ACTIONS(1552), 13, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1550), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5579] = 7, - ACTIONS(1530), 1, + [6599] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1566), 2, + ACTIONS(1585), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1560), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1558), 25, - anon_sym_SEMI, + ACTIONS(1587), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1422), 15, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5642] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(653), 1, - sym_arguments, - ACTIONS(1546), 13, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1544), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5701] = 8, - ACTIONS(1530), 1, + [6669] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1585), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1560), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1558), 26, - anon_sym_SEMI, + ACTIONS(1587), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1422), 15, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5766] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(575), 1, - sym_arguments, - ACTIONS(1701), 12, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1699), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_use_instead_of_clause_token1, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [5824] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, + [6739] = 28, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1705), 1, - anon_sym_COMMA, - ACTIONS(1707), 1, + ACTIONS(1528), 1, anon_sym_LPAREN, - ACTIONS(1709), 1, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1604), 1, anon_sym_RPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1915), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [5924] = 5, - ACTIONS(1530), 1, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1504), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1503), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1434), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [6851] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1606), 1, anon_sym_LPAREN, - STATE(580), 1, - sym_arguments, - ACTIONS(1719), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1717), 32, - anon_sym_SEMI, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(886), 1, + sym__variable_scoped_property_access_expression, + STATE(888), 1, + sym__variable_nullsafe_member_access_expression, + STATE(889), 1, + sym__variable_member_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2099), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(939), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1783), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2320), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(884), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(938), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1556), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(848), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [6960] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1504), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1503), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1434), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [7069] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1606), 1, + anon_sym_LPAREN, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(886), 1, + sym__variable_scoped_property_access_expression, + STATE(888), 1, + sym__variable_nullsafe_member_access_expression, + STATE(889), 1, + sym__variable_member_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2099), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(908), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1783), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2320), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(884), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(926), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1556), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(853), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [7178] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1610), 2, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - aux_sym_use_instead_of_clause_token1, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_RBRACK, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 11, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [5982] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1534), 13, + ACTIONS(1583), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1532), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7251] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1606), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(886), 1, + sym__variable_scoped_property_access_expression, + STATE(888), 1, + sym__variable_nullsafe_member_access_expression, + STATE(889), 1, + sym__variable_member_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2099), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(924), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1783), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2320), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(884), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(923), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1556), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(887), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [7360] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1602), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6036] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1628), 13, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1626), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7431] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1449), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1450), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1429), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [7540] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(773), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(769), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(734), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [7649] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1602), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6090] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1596), 13, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1594), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [7720] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1480), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(1475), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1431), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [7829] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1600), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6144] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1592), 13, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1590), 33, - anon_sym_SEMI, + anon_sym_PERCENT, + [7900] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1522), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1600), 2, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6198] = 26, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(1721), 1, - anon_sym_COMMA, - ACTIONS(1723), 1, - anon_sym_RPAREN, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1980), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [6298] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1608), 13, + ACTIONS(1524), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1606), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + anon_sym_PERCENT, + [7971] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1595), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6352] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1528), 13, + ACTIONS(1583), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1526), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + anon_sym_PERCENT, + [8042] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1613), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + STATE(698), 1, + sym__variable_member_access_expression, + STATE(699), 1, + sym__variable_nullsafe_member_access_expression, + STATE(700), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2153), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(773), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1794), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2342), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(701), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(769), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1564), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(734), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [8151] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1382), 1, + anon_sym_LPAREN, + ACTIONS(1384), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(664), 1, + sym__variable_nullsafe_member_access_expression, + STATE(666), 1, + sym__variable_member_access_expression, + STATE(667), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2129), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(669), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1789), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2354), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(657), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(670), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1560), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(655), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [8260] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1595), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 12, + anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6406] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1584), 13, + ACTIONS(1583), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_PLUS, anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1582), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, anon_sym_PERCENT, - [6460] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, + [8331] = 27, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, + ACTIONS(563), 1, aux_sym_cast_type_token1, - ACTIONS(615), 1, + ACTIONS(595), 1, anon_sym_LT_LT_LT, - ACTIONS(1174), 1, + ACTIONS(939), 1, anon_sym_LBRACK, - ACTIONS(1725), 1, + ACTIONS(1388), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, sym_name, - ACTIONS(1727), 1, - aux_sym_class_declaration_token1, - ACTIONS(1729), 1, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1617), 1, anon_sym_LPAREN, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2528), 1, - sym_attribute_list, - STATE(2563), 1, + STATE(818), 1, + sym__variable_scoped_property_access_expression, + STATE(820), 1, + sym__variable_nullsafe_member_access_expression, + STATE(821), 1, + sym__variable_member_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2100), 1, + sym__callable_expression, + STATE(2299), 1, sym_namespace_name, - ACTIONS(611), 2, + ACTIONS(591), 2, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(613), 2, + ACTIONS(593), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(711), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - STATE(2616), 2, + STATE(816), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1717), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2333), 2, sym__scope_resolution_qualifier, sym_relative_scope, ACTIONS(109), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(712), 3, + STATE(783), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(817), 4, + sym_cast_variable, sym_member_access_expression, sym_nullsafe_member_access_expression, sym_scoped_property_access_expression, - STATE(1671), 3, + STATE(1552), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(799), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [8440] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1528), 1, + anon_sym_LPAREN, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2263), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(669), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1758), 2, sym_class_constant_access_expression, - sym_cast_variable, sym__dereferencable_expression, - STATE(672), 4, - sym_parenthesized_expression, - sym_subscript_expression, + STATE(2486), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(534), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - STATE(1567), 10, + STATE(670), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1495), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(655), 6, sym_function_call_expression, sym_scoped_call_expression, sym_member_call_expression, sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, sym_array_creation_expression, sym_encapsed_string, sym_string, sym_heredoc, sym_nowdoc, sym__string, - [6556] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1612), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1610), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6610] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, + [8549] = 27, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, + ACTIONS(563), 1, aux_sym_cast_type_token1, - ACTIONS(615), 1, + ACTIONS(595), 1, anon_sym_LT_LT_LT, - ACTIONS(1174), 1, + ACTIONS(939), 1, anon_sym_LBRACK, - ACTIONS(1733), 1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, sym_name, - ACTIONS(1737), 1, - aux_sym_class_declaration_token1, - ACTIONS(1739), 1, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1613), 1, anon_sym_LPAREN, - ACTIONS(1741), 1, + ACTIONS(1615), 1, anon_sym_DOLLAR, - STATE(2461), 1, - sym_attribute_list, - STATE(2563), 1, + STATE(698), 1, + sym__variable_member_access_expression, + STATE(699), 1, + sym__variable_nullsafe_member_access_expression, + STATE(700), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2153), 1, + sym__callable_expression, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - ACTIONS(611), 2, + ACTIONS(591), 2, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(613), 2, + ACTIONS(593), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(857), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - STATE(2525), 2, + STATE(762), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1794), 2, + sym_class_constant_access_expression, + sym__dereferencable_expression, + STATE(2342), 2, sym__scope_resolution_qualifier, sym_relative_scope, - ACTIONS(1735), 3, + ACTIONS(109), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(852), 3, + STATE(701), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + STATE(778), 4, + sym_cast_variable, sym_member_access_expression, sym_nullsafe_member_access_expression, sym_scoped_property_access_expression, - STATE(1708), 3, + STATE(1564), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(733), 6, + sym_function_call_expression, + sym_scoped_call_expression, + sym_member_call_expression, + sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, + sym_array_creation_expression, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [8658] = 27, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(563), 1, + aux_sym_cast_type_token1, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(939), 1, + anon_sym_LBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1530), 1, + aux_sym__new_non_dereferencable_expression_token1, + ACTIONS(1613), 1, + anon_sym_LPAREN, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + STATE(698), 1, + sym__variable_member_access_expression, + STATE(699), 1, + sym__variable_nullsafe_member_access_expression, + STATE(700), 1, + sym__variable_scoped_property_access_expression, + STATE(1611), 1, + sym__new_dereferencable_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2153), 1, + sym__callable_expression, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(764), 2, + sym__variable_subscript_expression, + sym__new_variable, + STATE(1794), 2, sym_class_constant_access_expression, - sym_cast_variable, sym__dereferencable_expression, - STATE(856), 4, - sym_parenthesized_expression, - sym_subscript_expression, + STATE(2342), 2, + sym__scope_resolution_qualifier, + sym_relative_scope, + ACTIONS(109), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(701), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - STATE(1567), 10, + STATE(767), 4, + sym_cast_variable, + sym_member_access_expression, + sym_nullsafe_member_access_expression, + sym_scoped_property_access_expression, + STATE(1564), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(745), 6, sym_function_call_expression, sym_scoped_call_expression, sym_member_call_expression, sym_nullsafe_member_call_expression, + sym__dereferencable_subscript_expression, + sym__callable_variable, + STATE(1681), 8, + sym_parenthesized_expression, + sym__dereferencable_scalar, sym_array_creation_expression, sym_encapsed_string, sym_string, sym_heredoc, sym_nowdoc, sym__string, - [6706] = 3, - ACTIONS(1530), 1, + [8767] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1600), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1598), 33, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_COLON_COLON, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + ACTIONS(1610), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, + ACTIONS(1422), 11, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [6760] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1604), 13, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(1583), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [8837] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1581), 1, + anon_sym_EQ, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1610), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1422), 11, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(1583), 13, + anon_sym_STAR_STAR_EQ, + anon_sym_STAR_EQ, + anon_sym_SLASH_EQ, + anon_sym_PERCENT_EQ, + anon_sym_PLUS_EQ, + anon_sym_DASH_EQ, + anon_sym_DOT_EQ, + anon_sym_LT_LT_EQ, + anon_sym_GT_GT_EQ, + anon_sym_AMP_EQ, + anon_sym_CARET_EQ, + anon_sym_PIPE_EQ, + anon_sym_QMARK_QMARK_EQ, + ACTIONS(1424), 19, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_CARET, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_STAR, + anon_sym_SLASH, + anon_sym_PERCENT, + [8907] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1619), 9, + aux_sym_function_static_declaration_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + ACTIONS(1462), 11, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1602), 33, + ACTIONS(1460), 30, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -82918,16 +85226,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [6814] = 3, - ACTIONS(1530), 1, + [8967] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1580), 13, + ACTIONS(1621), 22, anon_sym_AMP, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token3, anon_sym_COLON, + aux_sym_class_interface_clause_token1, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, + anon_sym_self, + anon_sym_parent, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -82935,28 +85251,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 33, + sym_name, + ACTIONS(1623), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, anon_sym_RBRACK, - aux_sym_binary_expression_token1, + anon_sym_DOLLAR, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -82969,16 +85281,175 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [6868] = 3, - ACTIONS(1530), 1, + [9025] = 25, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(41), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(43), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1627), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1629), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(1631), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1635), 1, + sym_var_modifier, + ACTIONS(1637), 1, + anon_sym_LPAREN, + ACTIONS(1639), 1, + anon_sym_QMARK, + ACTIONS(1641), 1, + anon_sym_DOLLAR, + STATE(1383), 1, + sym_qualified_name, + STATE(1488), 1, + sym_property_element, + STATE(1596), 1, + sym_variable_name, + STATE(1599), 1, + sym__function_definition_header, + STATE(1968), 1, + sym_type, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1412), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(991), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [9125] = 25, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(41), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(43), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1627), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1629), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(1631), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1635), 1, + sym_var_modifier, + ACTIONS(1637), 1, + anon_sym_LPAREN, + ACTIONS(1639), 1, + anon_sym_QMARK, + ACTIONS(1641), 1, + anon_sym_DOLLAR, + STATE(1383), 1, + sym_qualified_name, + STATE(1473), 1, + sym_property_element, + STATE(1596), 1, + sym_variable_name, + STATE(1689), 1, + sym__function_definition_header, + STATE(1831), 1, + sym_type, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1412), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + STATE(991), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [9225] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 13, + ACTIONS(1643), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1647), 18, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, anon_sym_COLON, + aux_sym_class_interface_clause_token1, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -82986,28 +85457,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1614), 33, + ACTIONS(1645), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, anon_sym_RBRACK, - aux_sym_binary_expression_token1, + anon_sym_DOLLAR, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -83020,10 +85486,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [6922] = 3, - ACTIONS(1530), 1, + [9285] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1624), 13, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(641), 1, + sym_arguments, + ACTIONS(1414), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -83037,14 +85507,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1622), 33, + ACTIONS(1412), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -83071,15 +85540,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [6976] = 3, - ACTIONS(1530), 1, + [9344] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 13, + ACTIONS(1048), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, + aux_sym_else_clause_token1, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83088,18 +85557,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1618), 33, + ACTIONS(1046), 34, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83122,10 +85592,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7030] = 3, - ACTIONS(1530), 1, + [9399] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 13, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(649), 1, + sym_arguments, + ACTIONS(1420), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -83139,14 +85613,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1586), 33, + ACTIONS(1418), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, @@ -83173,15 +85646,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7084] = 3, - ACTIONS(1530), 1, + [9458] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 13, + ACTIONS(1020), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, + aux_sym_else_clause_token1, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83190,18 +85663,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1540), 33, + ACTIONS(1018), 34, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83224,10 +85698,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7138] = 3, - ACTIONS(1530), 1, + [9513] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 13, + ACTIONS(1496), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -83241,10 +85715,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 33, + ACTIONS(1494), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -83275,16 +85749,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7192] = 4, - ACTIONS(1530), 1, + [9567] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(580), 1, - sym_arguments, - ACTIONS(1556), 12, + ACTIONS(1450), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83293,17 +85766,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 32, + ACTIONS(1448), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83326,24 +85800,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7247] = 6, - ACTIONS(1530), 1, + [9621] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(716), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1695), 12, + ACTIONS(1500), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83352,14 +85817,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 26, + ACTIONS(1498), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -83379,24 +85851,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7306] = 6, - ACTIONS(1530), 1, + [9675] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1745), 12, + ACTIONS(1406), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83405,14 +85868,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1743), 26, + ACTIONS(1404), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -83432,16 +85902,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7365] = 4, - ACTIONS(1530), 1, + [9729] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(586), 1, - sym_arguments, - ACTIONS(1572), 12, + ACTIONS(1512), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83450,17 +85919,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 32, + ACTIONS(1510), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83483,18 +85953,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7420] = 5, - ACTIONS(1530), 1, + [9783] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, + ACTIONS(1510), 1, anon_sym_LPAREN, - STATE(715), 1, - sym_arguments, - ACTIONS(1556), 12, + ACTIONS(1520), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83503,16 +85972,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 31, + ACTIONS(1518), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83535,238 +86005,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7477] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(1747), 1, - anon_sym_RPAREN, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2279), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [7574] = 25, - ACTIONS(3), 1, + [9839] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, + ACTIONS(1653), 1, sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(1749), 1, - anon_sym_RPAREN, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2279), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [7671] = 22, - ACTIONS(27), 1, + ACTIONS(1655), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - sym_name, - ACTIONS(1753), 1, - anon_sym_RBRACE, - STATE(699), 1, - aux_sym_use_list_repeat1, - STATE(1561), 1, - sym_class_constant_access_expression, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2253), 2, - sym_use_instead_of_clause, - sym_use_as_clause, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1687), 5, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - sym__dereferencable_expression, - STATE(1567), 14, - sym_parenthesized_expression, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - sym_dynamic_variable_name, - sym_variable_name, - [7762] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1697), 1, + ACTIONS(1657), 5, anon_sym_LPAREN, - STATE(717), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1562), 12, + ACTIONS(1424), 17, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -83774,21 +86036,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 26, + ACTIONS(1422), 22, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_RBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -83801,16 +86059,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7821] = 4, - ACTIONS(1530), 1, + [9899] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(579), 1, - sym_arguments, - ACTIONS(1546), 12, + ACTIONS(1396), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83819,17 +86076,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 32, + ACTIONS(1394), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83852,16 +86110,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7876] = 4, - ACTIONS(1530), 1, + [9953] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(576), 1, - sym_arguments, - ACTIONS(1552), 12, + ACTIONS(1410), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83870,17 +86127,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 32, + ACTIONS(1408), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -83903,16 +86161,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7931] = 4, - ACTIONS(1530), 1, + [10007] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(587), 1, - sym_arguments, - ACTIONS(1576), 12, + ACTIONS(1446), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83921,18 +86178,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 32, + ACTIONS(1444), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_GT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, anon_sym_RBRACK, @@ -83954,24 +86212,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [7986] = 6, - ACTIONS(1530), 1, + [10061] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1402), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -83980,14 +86229,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 26, + ACTIONS(1400), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84007,95 +86263,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8045] = 24, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(105), 1, - aux_sym__list_destructing_token1, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(735), 1, - anon_sym_AMP, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [10115] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2081), 1, - sym_by_ref, - STATE(2082), 1, - sym__list_destructing, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1520), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1449), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [8140] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1474), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84104,14 +86280,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 26, + ACTIONS(1472), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84131,18 +86314,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8199] = 5, - ACTIONS(1530), 1, + [10169] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(744), 1, - sym_arguments, - ACTIONS(1546), 12, + ACTIONS(1458), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84151,16 +86331,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 31, + ACTIONS(1456), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -84183,24 +86365,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8256] = 6, - ACTIONS(1530), 1, + [10223] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1745), 12, + ACTIONS(1442), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84209,14 +86382,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1743), 26, + ACTIONS(1440), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84236,24 +86416,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8315] = 6, - ACTIONS(1530), 1, + [10277] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(717), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1759), 12, + ACTIONS(1424), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84262,14 +86443,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 26, + ACTIONS(1422), 26, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84289,18 +86470,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8374] = 5, - ACTIONS(1530), 1, + [10337] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(580), 1, - sym_arguments, - ACTIONS(1556), 12, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84309,19 +86494,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 31, + ACTIONS(1434), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84341,19 +86523,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8431] = 5, - ACTIONS(1530), 1, + [10395] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(576), 1, - sym_arguments, - ACTIONS(1552), 12, + ACTIONS(1619), 9, + aux_sym_function_static_declaration_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + ACTIONS(1462), 10, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -84361,20 +86547,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 31, + ACTIONS(1460), 27, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, - anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -84393,18 +86575,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8488] = 5, - ACTIONS(1530), 1, + [10451] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1484), 1, anon_sym_LPAREN, - STATE(579), 1, - sym_arguments, - ACTIONS(1546), 12, + ACTIONS(1482), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84413,16 +86594,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 31, + ACTIONS(1480), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -84445,18 +86627,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8545] = 5, - ACTIONS(1530), 1, + [10507] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(740), 1, - sym_arguments, - ACTIONS(1552), 12, + ACTIONS(1466), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84465,16 +86644,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 31, + ACTIONS(1464), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -84497,16 +86678,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8602] = 4, - ACTIONS(1530), 1, + [10561] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1562), 13, + ACTIONS(1454), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -84520,15 +86695,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 27, + ACTIONS(1452), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84548,90 +86729,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8657] = 25, - ACTIONS(3), 1, + [10615] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(1761), 1, - anon_sym_RPAREN, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2279), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [8754] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(586), 1, - sym_arguments, - ACTIONS(1572), 12, + ACTIONS(1462), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84640,16 +86746,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 31, + ACTIONS(1460), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -84672,18 +86780,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8811] = 5, - ACTIONS(1530), 1, + [10669] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(587), 1, - sym_arguments, - ACTIONS(1576), 12, + ACTIONS(1504), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84692,16 +86797,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 31, + ACTIONS(1502), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -84724,96 +86831,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [8868] = 25, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(1763), 1, - anon_sym_RPAREN, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2279), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [8965] = 6, - ACTIONS(1530), 1, + [10723] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1688), 12, + ACTIONS(1424), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84822,14 +86856,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 26, + ACTIONS(1422), 26, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84849,88 +86883,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9024] = 22, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [10780] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1751), 1, - sym_name, - ACTIONS(1765), 1, - anon_sym_RBRACE, - STATE(713), 1, - aux_sym_use_list_repeat1, - STATE(1561), 1, - sym_class_constant_access_expression, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2253), 2, - sym_use_instead_of_clause, - sym_use_as_clause, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1687), 5, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - sym__dereferencable_expression, - STATE(1567), 14, - sym_parenthesized_expression, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - sym_dynamic_variable_name, - sym_variable_name, - [9115] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1566), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 13, + ACTIONS(1488), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -84944,13 +86900,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 25, + ACTIONS(1486), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -84970,24 +86933,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9172] = 6, - ACTIONS(1530), 1, + [10833] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1688), 12, + ACTIONS(1508), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -84996,14 +86950,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 26, + ACTIONS(1506), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85023,18 +86983,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9231] = 5, - ACTIONS(1530), 1, + [10886] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(662), 1, - sym_arguments, - ACTIONS(1719), 12, + ACTIONS(1478), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85043,16 +87000,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1717), 31, + ACTIONS(1476), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -85075,18 +87033,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9288] = 5, - ACTIONS(1530), 1, + [10939] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(664), 1, - sym_arguments, - ACTIONS(1701), 12, + ACTIONS(1508), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85095,16 +87050,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1699), 31, + ACTIONS(1506), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -85127,18 +87083,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9345] = 5, - ACTIONS(1530), 1, + [10992] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(751), 1, - sym_arguments, - ACTIONS(1572), 12, + ACTIONS(1516), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85147,16 +87100,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 31, + ACTIONS(1514), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -85179,20 +87133,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9402] = 6, - ACTIONS(1530), 1, + [11045] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1510), 1, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1661), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85205,14 +87151,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 26, + ACTIONS(1659), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + aux_sym_use_instead_of_clause_token1, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85232,95 +87184,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9461] = 24, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(105), 1, - aux_sym__list_destructing_token1, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(735), 1, - anon_sym_AMP, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [11100] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2392), 1, - sym_by_ref, - STATE(2395), 1, - sym__list_destructing, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1532), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1462), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [9556] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1426), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85329,14 +87206,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 26, + ACTIONS(1434), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85356,18 +87235,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9615] = 5, - ACTIONS(1530), 1, + [11155] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(753), 1, - sym_arguments, - ACTIONS(1576), 12, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85376,19 +87257,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 31, + ACTIONS(1434), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85408,19 +87286,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9672] = 5, - ACTIONS(1530), 1, + [11210] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1774), 1, - anon_sym_EQ, - ACTIONS(1771), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1769), 12, + ACTIONS(1432), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85429,19 +87311,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1767), 30, + ACTIONS(1422), 26, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -85460,20 +87338,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9729] = 6, - ACTIONS(1530), 1, + [11267] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, + ACTIONS(1663), 1, anon_sym_LPAREN, STATE(717), 1, sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1778), 12, + ACTIONS(1420), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85486,14 +87358,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1776), 26, + ACTIONS(1418), 31, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85513,20 +87390,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9788] = 6, - ACTIONS(1530), 1, + [11324] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, + ACTIONS(1663), 1, anon_sym_LPAREN, STATE(716), 1, sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1695), 12, + ACTIONS(1414), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85539,14 +87410,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 26, + ACTIONS(1412), 31, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85566,20 +87442,82 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9847] = 6, - ACTIONS(1530), 1, + [11381] = 25, + ACTIONS(3), 1, sym_comment, - ACTIONS(1780), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1667), 1, + anon_sym_COMMA, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1671), 1, anon_sym_LPAREN, - STATE(926), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1695), 12, + ACTIONS(1673), 1, + anon_sym_RPAREN, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1904), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [11478] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1462), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85592,14 +87530,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 26, + ACTIONS(1460), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + aux_sym_use_instead_of_clause_token1, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85619,83 +87564,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [9906] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1782), 1, - sym_name, - ACTIONS(1788), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1791), 1, - anon_sym_BSLASH, - ACTIONS(1794), 1, - anon_sym_RBRACE, - ACTIONS(1796), 1, - anon_sym_LPAREN, - ACTIONS(1799), 1, - aux_sym_cast_type_token1, - ACTIONS(1802), 1, - anon_sym_LBRACK, - ACTIONS(1811), 1, - anon_sym_LT_LT_LT, - ACTIONS(1814), 1, - anon_sym_DOLLAR, - STATE(713), 1, - aux_sym_use_list_repeat1, - STATE(1561), 1, - sym_class_constant_access_expression, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(1805), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(1808), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2253), 2, - sym_use_instead_of_clause, - sym_use_as_clause, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(1785), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1687), 5, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - sym__dereferencable_expression, - STATE(1567), 14, - sym_parenthesized_expression, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - sym_dynamic_variable_name, - sym_variable_name, - [9997] = 3, - ACTIONS(1530), 1, + [11531] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 12, + ACTIONS(1470), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85704,17 +87581,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1540), 32, + ACTIONS(1468), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -85737,14 +87614,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10049] = 3, - ACTIONS(1530), 1, + [11584] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1600), 12, + ACTIONS(1492), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85753,17 +87631,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1598), 32, + ACTIONS(1490), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -85786,17 +87664,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10101] = 4, - ACTIONS(1530), 1, + [11637] = 25, + ACTIONS(3), 1, sym_comment, - ACTIONS(1590), 6, - anon_sym_LBRACE, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1671), 1, anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1819), 12, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(1681), 1, + anon_sym_COMMA, + ACTIONS(1683), 1, + anon_sym_RPAREN, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1850), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [11734] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1472), 1, + anon_sym_LPAREN, + ACTIONS(1687), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85809,14 +87754,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1817), 26, + ACTIONS(1685), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + aux_sym_use_instead_of_clause_token1, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -85836,14 +87787,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10155] = 3, - ACTIONS(1530), 1, + [11789] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1592), 12, + ACTIONS(1438), 13, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -85852,17 +87804,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1590), 32, + ACTIONS(1436), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -85885,10 +87837,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10207] = 3, - ACTIONS(1530), 1, + [11842] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1823), 12, + ACTIONS(1691), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85901,10 +87853,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1821), 32, + ACTIONS(1689), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -85934,10 +87886,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10259] = 3, - ACTIONS(1530), 1, + [11894] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1827), 12, + ACTIONS(1466), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85950,10 +87902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1825), 32, + ACTIONS(1464), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -85983,10 +87935,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10311] = 3, - ACTIONS(1530), 1, + [11946] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1831), 12, + ACTIONS(1695), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -85999,10 +87951,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1829), 32, + ACTIONS(1693), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86032,10 +87984,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10363] = 3, - ACTIONS(1530), 1, + [11998] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1835), 12, + ACTIONS(1699), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86048,10 +88000,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1833), 32, + ACTIONS(1697), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86081,10 +88033,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10415] = 3, - ACTIONS(1530), 1, + [12050] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1839), 12, + ACTIONS(1703), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86097,10 +88049,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1837), 32, + ACTIONS(1701), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86130,10 +88082,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10467] = 3, - ACTIONS(1530), 1, + [12102] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 12, + ACTIONS(1707), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86146,10 +88098,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1526), 32, + ACTIONS(1705), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86179,10 +88131,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10519] = 3, - ACTIONS(1530), 1, + [12154] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1843), 12, + ACTIONS(1711), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86195,10 +88147,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1841), 32, + ACTIONS(1709), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86228,10 +88180,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10571] = 3, - ACTIONS(1530), 1, + [12206] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1604), 12, + ACTIONS(1715), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86244,10 +88196,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1602), 32, + ACTIONS(1713), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86277,10 +88229,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10623] = 3, - ACTIONS(1530), 1, + [12258] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1847), 12, + ACTIONS(1719), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86293,10 +88245,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1845), 32, + ACTIONS(1717), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86326,10 +88278,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10675] = 3, - ACTIONS(1530), 1, + [12310] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1851), 12, + ACTIONS(1723), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86342,10 +88294,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1849), 32, + ACTIONS(1721), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86375,10 +88327,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10727] = 3, - ACTIONS(1530), 1, + [12362] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1855), 12, + ACTIONS(1727), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86391,10 +88343,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1853), 32, + ACTIONS(1725), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86424,10 +88376,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10779] = 3, - ACTIONS(1530), 1, + [12414] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1859), 12, + ACTIONS(1731), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86440,10 +88392,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1857), 32, + ACTIONS(1729), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86473,10 +88425,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10831] = 3, - ACTIONS(1530), 1, + [12466] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1863), 12, + ACTIONS(1735), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86489,10 +88441,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1861), 32, + ACTIONS(1733), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86522,10 +88474,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10883] = 3, - ACTIONS(1530), 1, + [12518] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1867), 12, + ACTIONS(1739), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86538,10 +88490,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1865), 32, + ACTIONS(1737), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86571,12 +88523,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [10935] = 4, - ACTIONS(1530), 1, + [12570] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1869), 1, - anon_sym_COLON_COLON, - ACTIONS(1608), 12, + ACTIONS(1743), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86589,58 +88539,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1606), 31, + ACTIONS(1741), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [10989] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1873), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1871), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86670,129 +88572,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11041] = 3, - ACTIONS(1530), 1, + [12622] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1877), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1875), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(1745), 5, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [11093] = 24, - ACTIONS(3), 1, - sym_comment, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1711), 1, - anon_sym_DOT_DOT_DOT, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(983), 1, - sym_attribute_list, - STATE(1198), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1668), 1, - sym_type, - STATE(1979), 1, - sym_reference_modifier, - STATE(1982), 1, - sym_variable_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(2279), 3, - sym_property_promotion_parameter, - sym_simple_parameter, - sym_variadic_parameter, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [11187] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1881), 12, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86805,20 +88594,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1879), 32, + ACTIONS(1422), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -86838,59 +88622,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11239] = 3, - ACTIONS(1530), 1, + [12676] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1769), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1767), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(1428), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [11291] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1612), 12, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86903,20 +88645,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1610), 32, + ACTIONS(1422), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -86936,10 +88673,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11343] = 3, - ACTIONS(1530), 1, + [12732] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1885), 12, + ACTIONS(1508), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -86952,10 +88689,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1883), 32, + ACTIONS(1506), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -86985,10 +88722,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11395] = 3, - ACTIONS(1530), 1, + [12784] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1584), 12, + ACTIONS(1508), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87001,10 +88738,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1582), 32, + ACTIONS(1506), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87034,10 +88771,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11447] = 3, - ACTIONS(1530), 1, + [12836] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1889), 12, + ACTIONS(1516), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87050,10 +88787,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1887), 32, + ACTIONS(1514), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87083,10 +88820,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11499] = 3, - ACTIONS(1530), 1, + [12888] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1893), 12, + ACTIONS(1484), 1, + anon_sym_LPAREN, + ACTIONS(1482), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87099,14 +88838,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1891), 32, + ACTIONS(1480), 31, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, @@ -87132,59 +88870,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11551] = 3, - ACTIONS(1530), 1, + [12942] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1897), 12, - anon_sym_AMP, - anon_sym_COLON, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1895), 32, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_LBRACE, - anon_sym_RBRACE, - anon_sym_EQ_GT, + ACTIONS(1751), 1, anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_PLUS, + ACTIONS(1753), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [11603] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1596), 12, + ACTIONS(1749), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87197,20 +88893,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1594), 32, + ACTIONS(1747), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -87230,10 +88921,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11655] = 3, - ACTIONS(1530), 1, + [12998] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1901), 12, + ACTIONS(1496), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87246,10 +88937,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1899), 32, + ACTIONS(1494), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87279,10 +88970,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11707] = 3, - ACTIONS(1530), 1, + [13050] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1510), 12, + ACTIONS(1396), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87295,10 +88986,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1512), 32, + ACTIONS(1394), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87328,10 +89019,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11759] = 3, - ACTIONS(1530), 1, + [13102] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1905), 12, + ACTIONS(1470), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87344,10 +89035,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1903), 32, + ACTIONS(1468), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87377,10 +89068,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11811] = 3, - ACTIONS(1530), 1, + [13154] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 12, + ACTIONS(1510), 1, + anon_sym_LPAREN, + ACTIONS(1520), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87393,10 +89086,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1586), 32, + ACTIONS(1518), 31, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [13208] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1755), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1422), 27, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [13262] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1512), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1510), 32, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87426,10 +89217,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11863] = 3, - ACTIONS(1530), 1, + [13314] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1755), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1759), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1757), 27, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [13368] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1580), 12, + ACTIONS(1500), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87442,10 +89283,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 32, + ACTIONS(1498), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87475,10 +89316,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11915] = 3, - ACTIONS(1530), 1, + [13420] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1909), 12, + ACTIONS(1492), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87491,10 +89332,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1907), 32, + ACTIONS(1490), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87524,10 +89365,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [11967] = 3, - ACTIONS(1530), 1, + [13472] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1624), 12, + ACTIONS(1438), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87540,10 +89381,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1622), 32, + ACTIONS(1436), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87573,10 +89414,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12019] = 3, - ACTIONS(1530), 1, + [13524] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1913), 12, + ACTIONS(1478), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87589,10 +89430,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1911), 32, + ACTIONS(1476), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87622,10 +89463,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12071] = 3, - ACTIONS(1530), 1, + [13576] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1628), 12, + ACTIONS(1406), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87638,10 +89479,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1626), 32, + ACTIONS(1404), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87671,10 +89512,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12123] = 3, - ACTIONS(1530), 1, + [13628] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1917), 12, + ACTIONS(1454), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87687,10 +89528,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1915), 32, + ACTIONS(1452), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87720,10 +89561,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12175] = 3, - ACTIONS(1530), 1, + [13680] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1921), 12, + ACTIONS(1450), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87736,10 +89577,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1919), 32, + ACTIONS(1448), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87769,10 +89610,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12227] = 3, - ACTIONS(1530), 1, + [13732] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 12, + ACTIONS(1446), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87785,10 +89626,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 32, + ACTIONS(1444), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87818,79 +89659,108 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12279] = 23, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(735), 1, + [13784] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1442), 12, anon_sym_AMP, - ACTIONS(857), 1, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1440), 32, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1530), 1, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [13836] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1729), 1, + ACTIONS(1488), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1486), 32, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2215), 1, - sym__array_destructing, - STATE(2217), 1, - sym_by_ref, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1572), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1501), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [12371] = 3, - ACTIONS(1530), 1, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [13888] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1925), 12, + ACTIONS(1410), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87903,10 +89773,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1923), 32, + ACTIONS(1408), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87936,10 +89806,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12423] = 3, - ACTIONS(1530), 1, + [13940] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 12, + ACTIONS(1474), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -87952,10 +89822,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1618), 32, + ACTIONS(1472), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -87985,10 +89855,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12475] = 3, - ACTIONS(1530), 1, + [13992] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1534), 12, + ACTIONS(1402), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88001,10 +89871,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1532), 32, + ACTIONS(1400), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, @@ -88034,15 +89904,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12527] = 3, - ACTIONS(1530), 1, + [14044] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 12, + ACTIONS(1000), 11, anon_sym_AMP, - anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, + aux_sym_else_clause_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -88050,20 +89919,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1614), 32, + ACTIONS(998), 33, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_RPAREN, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88083,18 +89953,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12579] = 5, - ACTIONS(1530), 1, + [14096] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(796), 1, - sym_arguments, - ACTIONS(1572), 12, + ACTIONS(1763), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88103,18 +89969,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 29, - sym__automatic_semicolon, + ACTIONS(1761), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88133,16 +90002,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12634] = 4, - ACTIONS(1530), 1, + [14148] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1562), 12, + ACTIONS(1458), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88155,14 +90018,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 26, + ACTIONS(1456), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88182,25 +90051,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12687] = 8, - ACTIONS(1530), 1, + [14200] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(603), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1767), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -88211,12 +90067,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, - sym__automatic_semicolon, + ACTIONS(1765), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88235,14 +90100,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12748] = 3, - ACTIONS(1530), 1, + [14252] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1044), 11, + ACTIONS(1771), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -88250,20 +90116,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1042), 32, + ACTIONS(1769), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88283,14 +90149,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12799] = 3, - ACTIONS(1530), 1, + [14304] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1048), 11, + ACTIONS(1775), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -88298,20 +90165,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1046), 32, + ACTIONS(1773), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, - anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, anon_sym_PLUS, - anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88331,64 +90198,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12850] = 3, - ACTIONS(3), 1, + [14356] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1931), 18, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_BANG, - anon_sym_AT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_LBRACK, - anon_sym_POUND_LBRACK, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - aux_sym_string_token1, - anon_sym_SQUOTE, - anon_sym_LT_LT_LT, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - ACTIONS(1929), 25, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - aux_sym_cast_type_token1, - sym_float, - sym_integer, - aux_sym_throw_expression_token1, - aux_sym_match_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_clone_expression_token1, - aux_sym_print_intrinsic_token1, - aux_sym_object_creation_expression_token1, - aux_sym__list_destructing_token1, - anon_sym_self, - anon_sym_parent, - aux_sym__argument_name_token1, - aux_sym__argument_name_token2, - aux_sym_yield_expression_token1, - aux_sym_include_expression_token1, - aux_sym_include_once_expression_token1, - aux_sym_require_expression_token1, - aux_sym_require_once_expression_token1, - sym_name, - [12901] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1759), 12, + ACTIONS(1779), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88401,14 +90214,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 26, + ACTIONS(1777), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88428,16 +90247,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [12954] = 4, - ACTIONS(1530), 1, + [14408] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1688), 12, + ACTIONS(1504), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88450,14 +90263,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 26, + ACTIONS(1502), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88477,16 +90296,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13007] = 4, - ACTIONS(1530), 1, + [14460] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1783), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88499,14 +90312,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 26, + ACTIONS(1781), 32, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, @@ -88526,16 +90345,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13060] = 4, - ACTIONS(1530), 1, + [14512] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1789), 1, anon_sym_COLON_COLON, + ACTIONS(1791), 1, anon_sym_DASH_GT, + ACTIONS(1793), 1, anon_sym_QMARK_DASH_GT, + ACTIONS(1795), 1, anon_sym_LBRACK, - ACTIONS(1778), 12, + ACTIONS(1787), 12, anon_sym_AMP, anon_sym_COLON, anon_sym_QMARK, @@ -88548,12 +90369,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1776), 26, + ACTIONS(1785), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, anon_sym_RBRACK, @@ -88575,27 +90398,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13113] = 7, - ACTIONS(1530), 1, + [14572] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - ACTIONS(1642), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1799), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88604,11 +90421,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 22, - sym__automatic_semicolon, + ACTIONS(1797), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88627,25 +90449,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13172] = 8, - ACTIONS(1530), 1, + [14628] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(1933), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(863), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1695), 11, + ACTIONS(1803), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -88656,12 +90472,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 23, - sym__automatic_semicolon, + ACTIONS(1801), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88680,25 +90500,87 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13233] = 8, - ACTIONS(1530), 1, + [14684] = 24, + ACTIONS(3), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1669), 1, anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(2398), 1, + ACTIONS(1671), 1, + anon_sym_LPAREN, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(1805), 1, + anon_sym_RPAREN, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1688), 11, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2118), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [14778] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1814), 1, + anon_sym_EQ, + ACTIONS(1811), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1809), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -88709,12 +90591,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 23, - sym__automatic_semicolon, + ACTIONS(1807), 29, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88733,24 +90621,84 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13294] = 6, - ACTIONS(1530), 1, + [14834] = 24, + ACTIONS(3), 1, sym_comment, - ACTIONS(1927), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1671), 1, anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1562), 12, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(1816), 1, + anon_sym_RPAREN, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2118), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [14928] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1820), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88759,13 +90707,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 24, - sym__automatic_semicolon, + ACTIONS(1818), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88784,15 +90740,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13351] = 5, - ACTIONS(1530), 1, + [14980] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1771), 1, - anon_sym_RPAREN, - ACTIONS(1774), 1, - anon_sym_EQ, - ACTIONS(1769), 11, + ACTIONS(1824), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -88803,13 +90756,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1767), 30, + ACTIONS(1822), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -88834,18 +90789,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13406] = 5, - ACTIONS(1530), 1, + [15032] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(805), 1, - sym_arguments, - ACTIONS(1552), 12, + ACTIONS(1828), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -88854,18 +90805,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 29, - sym__automatic_semicolon, + ACTIONS(1826), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88884,19 +90838,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13461] = 5, - ACTIONS(1530), 1, + [15084] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(795), 1, - sym_arguments, - ACTIONS(1576), 12, + ACTIONS(996), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, + aux_sym_else_clause_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -88904,18 +90853,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 29, - sym__automatic_semicolon, + ACTIONS(994), 33, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88934,25 +90887,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13516] = 8, - ACTIONS(1530), 1, + [15136] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1390), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -88963,12 +90903,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, - sym__automatic_semicolon, + ACTIONS(1392), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -88987,18 +90936,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13577] = 5, - ACTIONS(1530), 1, + [15188] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(782), 1, - sym_arguments, - ACTIONS(1556), 12, + ACTIONS(1832), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89007,18 +90952,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 29, - sym__automatic_semicolon, + ACTIONS(1830), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89037,18 +90985,91 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13632] = 5, - ACTIONS(1530), 1, + [15240] = 24, + ACTIONS(3), 1, sym_comment, - ACTIONS(1927), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1671), 1, anon_sym_LPAREN, - STATE(804), 1, - sym_arguments, - ACTIONS(1546), 12, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(1834), 1, + anon_sym_RPAREN, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2118), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [15334] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89057,18 +91078,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 29, - sym__automatic_semicolon, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89087,14 +91106,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13687] = 3, - ACTIONS(1530), 1, + [15390] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1600), 12, + ACTIONS(1838), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89103,19 +91122,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1598), 30, - sym__automatic_semicolon, + ACTIONS(1836), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89134,14 +91155,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13737] = 3, - ACTIONS(1530), 1, + [15442] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1604), 12, + ACTIONS(1842), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89150,19 +91171,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1602), 30, - sym__automatic_semicolon, + ACTIONS(1840), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89181,139 +91204,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13787] = 21, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - ACTIONS(1935), 1, - anon_sym_RPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1550), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1516), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [13873] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1939), 17, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_TILDE, - anon_sym_BANG, - anon_sym_AT, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_LBRACK, - anon_sym_POUND_LBRACK, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - aux_sym_string_token1, - anon_sym_SQUOTE, - anon_sym_LT_LT_LT, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - ACTIONS(1937), 25, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - aux_sym_cast_type_token1, - sym_float, - sym_integer, - aux_sym_throw_expression_token1, - aux_sym_match_expression_token1, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_clone_expression_token1, - aux_sym_print_intrinsic_token1, - aux_sym_object_creation_expression_token1, - aux_sym__list_destructing_token1, - anon_sym_self, - anon_sym_parent, - aux_sym__argument_name_token1, - aux_sym__argument_name_token2, - aux_sym_yield_expression_token1, - aux_sym_include_expression_token1, - aux_sym_include_once_expression_token1, - aux_sym_require_expression_token1, - aux_sym_require_once_expression_token1, - sym_name, - [13923] = 9, - ACTIONS(1530), 1, + [15494] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(1941), 1, - anon_sym_COLON, - STATE(603), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1809), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -89324,10 +91220,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 21, - sym__automatic_semicolon, + ACTIONS(1807), 32, anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89346,144 +91253,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [13985] = 21, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - ACTIONS(1943), 1, - anon_sym_RPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1550), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1516), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [14071] = 21, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [15546] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - ACTIONS(1945), 1, - anon_sym_RPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1550), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1516), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [14157] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1588), 12, + ACTIONS(1846), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89492,19 +91269,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1586), 30, - sym__automatic_semicolon, + ACTIONS(1844), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89523,14 +91302,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14207] = 3, - ACTIONS(1530), 1, + [15598] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 12, + ACTIONS(1850), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89539,19 +91318,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1618), 30, - sym__automatic_semicolon, + ACTIONS(1848), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89570,14 +91351,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14257] = 3, - ACTIONS(1530), 1, + [15650] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1592), 12, + ACTIONS(1854), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89586,19 +91367,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1590), 30, - sym__automatic_semicolon, + ACTIONS(1852), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89617,79 +91400,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14307] = 21, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - ACTIONS(1947), 1, - anon_sym_RPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1550), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1516), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [14393] = 3, - ACTIONS(1530), 1, + [15702] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1608), 12, + ACTIONS(1858), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89698,19 +91416,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1606), 30, - sym__automatic_semicolon, + ACTIONS(1856), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89729,27 +91449,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14443] = 9, - ACTIONS(1530), 1, + [15754] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(1949), 1, - anon_sym_COLON, - STATE(578), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1862), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -89760,10 +91465,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 21, + ACTIONS(1860), 32, + anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89782,14 +91498,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14505] = 3, - ACTIONS(1530), 1, + [15806] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1628), 12, + ACTIONS(1866), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89798,19 +91514,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1626), 30, - sym__automatic_semicolon, + ACTIONS(1864), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89829,14 +91547,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14555] = 3, - ACTIONS(1530), 1, + [15858] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1624), 12, + ACTIONS(1870), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89845,19 +91563,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1622), 30, - sym__automatic_semicolon, + ACTIONS(1868), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89876,14 +91596,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14605] = 3, - ACTIONS(1530), 1, + [15910] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1580), 12, + ACTIONS(1874), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89892,19 +91612,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 30, - sym__automatic_semicolon, + ACTIONS(1872), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89923,35 +91645,107 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14655] = 3, - ACTIONS(1530), 1, + [15962] = 24, + ACTIONS(3), 1, sym_comment, - ACTIONS(1542), 12, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, anon_sym_AMP, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1671), 1, + anon_sym_LPAREN, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1540), 30, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(1876), 1, + anon_sym_RPAREN, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2118), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [16056] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1880), 12, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1878), 32, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -89970,14 +91764,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14705] = 3, - ACTIONS(1530), 1, + [16108] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 12, + ACTIONS(1884), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -89986,19 +91780,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 30, - sym__automatic_semicolon, + ACTIONS(1882), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90017,14 +91813,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14755] = 3, - ACTIONS(1530), 1, + [16160] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 12, + ACTIONS(1888), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90033,19 +91829,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1526), 30, - sym__automatic_semicolon, + ACTIONS(1886), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90064,14 +91862,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14805] = 3, - ACTIONS(1530), 1, + [16212] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1534), 12, + ACTIONS(1892), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90080,19 +91878,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1532), 30, - sym__automatic_semicolon, + ACTIONS(1890), 32, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_PLUS, anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90111,27 +91911,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14855] = 9, - ACTIONS(1530), 1, + [16264] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(1951), 1, - anon_sym_COLON, - STATE(603), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1799), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -90142,10 +91932,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 21, - sym__automatic_semicolon, + ACTIONS(1797), 27, anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90164,14 +91960,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14917] = 3, - ACTIONS(1530), 1, + [16317] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 12, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90180,19 +91981,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1614), 30, - sym__automatic_semicolon, + ACTIONS(1422), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90211,14 +92009,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [14967] = 3, - ACTIONS(1530), 1, + [16370] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1596), 12, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90227,19 +92030,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1594), 30, - sym__automatic_semicolon, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90258,10 +92058,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15017] = 3, - ACTIONS(1530), 1, + [16423] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1584), 12, + ACTIONS(1894), 1, + anon_sym_LPAREN, + STATE(793), 1, + sym_arguments, + ACTIONS(1414), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -90274,13 +92078,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1582), 30, + ACTIONS(1412), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, @@ -90305,14 +92108,90 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15067] = 3, - ACTIONS(1530), 1, + [16478] = 26, + ACTIONS(3), 1, + sym_comment, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(41), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(43), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(1526), 1, + sym_name, + ACTIONS(1896), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1898), 1, + aux_sym_class_declaration_token1, + ACTIONS(1900), 1, + sym_var_modifier, + ACTIONS(1902), 1, + anon_sym_LPAREN, + STATE(540), 1, + sym__variable_member_access_expression, + STATE(542), 1, + sym__variable_nullsafe_member_access_expression, + STATE(543), 1, + sym__variable_scoped_property_access_expression, + STATE(731), 1, + sym_anonymous_class, + STATE(1278), 1, + sym_attribute_list, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 2, + anon_sym_self, + anon_sym_parent, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + STATE(2146), 2, + sym_parenthesized_expression, + sym__class_name_reference, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(2254), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(1602), 5, + sym__variable_subscript_expression, + sym_dynamic_variable_name, + sym__simple_variable, + sym__new_variable, + sym_variable_name, + STATE(1281), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [16575] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1612), 12, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90321,19 +92200,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1610), 30, - sym__automatic_semicolon, + ACTIONS(1434), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_COLON_COLON, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90352,24 +92228,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15117] = 6, - ACTIONS(1530), 1, + [16628] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(893), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1759), 11, + ACTIONS(1653), 1, + sym_name, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1906), 16, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -90377,18 +92252,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 23, - sym__automatic_semicolon, + ACTIONS(1657), 25, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, - aux_sym_binary_expression_token1, + anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_RBRACK, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -90401,78 +92278,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15172] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(693), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1436), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [15255] = 5, - ACTIONS(1530), 1, + [16683] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(622), 1, - sym_arguments, - ACTIONS(1701), 11, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1803), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -90483,17 +92299,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1699), 28, - sym__automatic_semicolon, + ACTIONS(1801), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90512,23 +92327,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15308] = 6, - ACTIONS(1530), 1, + [16736] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, + ACTIONS(1894), 1, anon_sym_LPAREN, STATE(791), 1, sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1420), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90537,12 +92347,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, + ACTIONS(1418), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90561,24 +92377,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15363] = 6, - ACTIONS(1530), 1, + [16791] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(603), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1462), 12, anon_sym_AMP, + anon_sym_EQ, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -90586,12 +92393,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, - sym__automatic_semicolon, + ACTIONS(1460), 31, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + aux_sym_class_interface_clause_token1, anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90610,18 +92425,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15418] = 5, - ACTIONS(1530), 1, + [16842] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(797), 1, - sym_arguments, - ACTIONS(1701), 11, + ACTIONS(1643), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1647), 16, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -90629,23 +92449,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1699), 28, + ACTIONS(1645), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -90658,11 +92475,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15471] = 3, - ACTIONS(1530), 1, + [16897] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1662), 11, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1803), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -90673,19 +92496,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1664), 30, - sym__automatic_semicolon, + ACTIONS(1801), 27, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90704,79 +92524,162 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15520] = 20, - ACTIONS(27), 1, + [16950] = 23, + ACTIONS(3), 1, + sym_comment, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1669), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, + ACTIONS(1671), 1, + anon_sym_LPAREN, + ACTIONS(1675), 1, + anon_sym_DOT_DOT_DOT, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + STATE(947), 1, + sym_attribute_list, + STATE(1155), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1632), 1, + sym_type, + STATE(1835), 1, + sym_reference_modifier, + STATE(1846), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(2118), 3, + sym_property_promotion_parameter, + sym_simple_parameter, + sym_variadic_parameter, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [17041] = 26, + ACTIONS(3), 1, sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(41), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(43), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1908), 1, sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, + ACTIONS(1910), 1, aux_sym_function_static_declaration_token1, + ACTIONS(1912), 1, + anon_sym_BSLASH, + ACTIONS(1914), 1, + aux_sym_class_declaration_token1, + ACTIONS(1916), 1, + sym_var_modifier, + ACTIONS(1918), 1, + anon_sym_LPAREN, + STATE(863), 1, + sym_anonymous_class, + STATE(886), 1, + sym__variable_scoped_property_access_expression, + STATE(888), 1, + sym__variable_nullsafe_member_access_expression, + STATE(889), 1, + sym__variable_member_access_expression, + STATE(1276), 1, + sym_attribute_list, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2343), 1, + sym_namespace_name, + ACTIONS(1920), 2, anon_sym_self, anon_sym_parent, - STATE(1531), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1456), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, + STATE(942), 2, + sym_parenthesized_expression, + sym__class_name_reference, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(943), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(862), 5, + sym__variable_subscript_expression, sym_dynamic_variable_name, + sym__simple_variable, + sym__new_variable, sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [15603] = 4, - ACTIONS(1530), 1, + STATE(1273), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [17138] = 5, + ACTIONS(1398), 1, sym_comment, - STATE(586), 1, - sym_arguments, - ACTIONS(1572), 11, + ACTIONS(1643), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1647), 16, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -90784,24 +92687,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 29, - sym__automatic_semicolon, + ACTIONS(1645), 25, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, + anon_sym_RBRACK, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -90814,68 +92713,88 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15654] = 4, - ACTIONS(1530), 1, + [17193] = 26, + ACTIONS(3), 1, sym_comment, - STATE(587), 1, - sym_arguments, - ACTIONS(1576), 11, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1574), 29, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(41), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(43), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + ACTIONS(1896), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(1898), 1, + aux_sym_class_declaration_token1, + ACTIONS(1900), 1, + sym_var_modifier, + ACTIONS(1922), 1, + sym_name, + ACTIONS(1924), 1, + anon_sym_BSLASH, + ACTIONS(1926), 1, anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [15705] = 6, - ACTIONS(1530), 1, + STATE(698), 1, + sym__variable_member_access_expression, + STATE(699), 1, + sym__variable_nullsafe_member_access_expression, + STATE(700), 1, + sym__variable_scoped_property_access_expression, + STATE(731), 1, + sym_anonymous_class, + STATE(1278), 1, + sym_attribute_list, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2431), 1, + sym_namespace_name, + ACTIONS(1904), 2, + anon_sym_self, + anon_sym_parent, + STATE(812), 2, + sym_parenthesized_expression, + sym__class_name_reference, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(810), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(732), 5, + sym__variable_subscript_expression, + sym_dynamic_variable_name, + sym__simple_variable, + sym__new_variable, + sym_variable_name, + STATE(1281), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [17290] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(603), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1745), 11, + ACTIONS(1799), 12, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, anon_sym_DASH, @@ -90886,12 +92805,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1743), 23, - sym__automatic_semicolon, + ACTIONS(1797), 27, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -90910,15 +92833,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15760] = 4, - ACTIONS(1530), 1, + [17343] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(580), 1, - sym_arguments, - ACTIONS(1556), 11, + ACTIONS(1466), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -90927,15 +92849,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 29, + ACTIONS(1464), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -90957,80 +92880,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15811] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1739), 1, - anon_sym_LPAREN, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(1953), 1, - sym_name, - STATE(2563), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(821), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2575), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(1735), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(914), 3, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1698), 3, - sym_class_constant_access_expression, - sym_cast_variable, - sym__dereferencable_expression, - STATE(861), 4, - sym_parenthesized_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 10, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [15894] = 5, - ACTIONS(1530), 1, + [17393] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(580), 1, - sym_arguments, - ACTIONS(1556), 11, + ACTIONS(1442), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91039,14 +92896,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 28, + ACTIONS(1440), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91068,23 +92927,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [15947] = 6, - ACTIONS(1530), 1, + [17443] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1688), 11, + ACTIONS(1402), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91093,12 +92943,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 23, + ACTIONS(1400), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91117,17 +92974,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16002] = 5, - ACTIONS(1530), 1, + [17493] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(576), 1, - sym_arguments, - ACTIONS(1552), 11, + ACTIONS(1474), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91136,14 +92990,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 28, + ACTIONS(1472), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91165,17 +93021,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16055] = 5, - ACTIONS(1530), 1, + [17543] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1484), 1, anon_sym_LPAREN, - STATE(579), 1, - sym_arguments, - ACTIONS(1546), 11, + ACTIONS(1482), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91184,14 +93039,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 28, + ACTIONS(1480), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91213,17 +93069,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16108] = 5, - ACTIONS(1530), 1, + [17595] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(586), 1, - sym_arguments, - ACTIONS(1572), 11, + ACTIONS(1496), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91232,14 +93085,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 28, + ACTIONS(1494), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91261,17 +93116,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16161] = 5, - ACTIONS(1530), 1, + [17645] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(587), 1, - sym_arguments, - ACTIONS(1576), 11, + ACTIONS(1410), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91280,14 +93132,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 28, + ACTIONS(1408), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91309,23 +93163,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16214] = 6, - ACTIONS(1530), 1, + [17695] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1462), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91334,12 +93179,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, + ACTIONS(1460), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91358,23 +93210,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16269] = 6, - ACTIONS(1530), 1, + [17745] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1745), 11, + ACTIONS(1396), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91383,12 +93226,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1743), 23, + ACTIONS(1394), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91407,213 +93257,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16324] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [17795] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(1955), 1, - sym_name, - ACTIONS(1957), 1, + ACTIONS(1930), 18, + anon_sym_AMP, + anon_sym_BSLASH, anon_sym_LPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_BANG, + anon_sym_AT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_LBRACK, + anon_sym_POUND_LBRACK, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(613), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(1559), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1662), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2589), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(771), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(710), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1544), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [16407] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, anon_sym_LT_LT_LT, - ACTIONS(619), 1, + anon_sym_BQUOTE, anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, + ACTIONS(1928), 24, aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + aux_sym_cast_type_token1, + sym_float, + sym_integer, + aux_sym_throw_expression_token1, + aux_sym_match_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_clone_expression_token1, + aux_sym_print_intrinsic_token1, + aux_sym__new_non_dereferencable_expression_token1, + aux_sym__list_destructing_token1, anon_sym_self, anon_sym_parent, - STATE(1523), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1451), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [16490] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1524), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + aux_sym__argument_name_token1, + aux_sym__argument_name_token2, + aux_sym_yield_expression_token1, + aux_sym_include_expression_token1, + aux_sym_include_once_expression_token1, + aux_sym_require_expression_token1, + aux_sym_require_once_expression_token1, + sym_name, + [17845] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1959), 1, + ACTIONS(1653), 1, sym_name, - ACTIONS(1961), 1, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1657), 5, anon_sym_LPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1537), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1660), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2567), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(858), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(775), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1566), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [16573] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1642), 2, - anon_sym_DASH_DASH, - anon_sym_PLUS_PLUS, - ACTIONS(1564), 5, - anon_sym_LBRACE, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1560), 12, + ACTIONS(1424), 15, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_PLUS, anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -91621,17 +93333,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 22, + ACTIONS(1422), 20, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - aux_sym_binary_expression_token1, + anon_sym_PLUS, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -91644,15 +93354,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16626] = 4, - ACTIONS(1530), 1, + [17901] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1774), 1, - anon_sym_EQ, - ACTIONS(1769), 11, + ACTIONS(1458), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91661,15 +93370,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1767), 29, + ACTIONS(1456), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91691,14 +93401,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16677] = 3, - ACTIONS(1530), 1, + [17951] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1092), 11, + ACTIONS(1446), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_PLUS, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -91706,19 +93417,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1090), 30, + ACTIONS(1444), 30, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91737,23 +93448,24 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16726] = 6, - ACTIONS(1530), 1, + [18001] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(893), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1562), 11, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91762,12 +93474,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, + ACTIONS(1422), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91786,76 +93498,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16781] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(768), 2, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1687), 4, - sym_class_constant_access_expression, - sym_cast_variable, - sym_scoped_property_access_expression, - sym__dereferencable_expression, - STATE(1447), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [16864] = 3, - ACTIONS(1530), 1, + [18057] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1608), 11, + ACTIONS(1450), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91864,16 +93514,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1606), 30, + ACTIONS(1448), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91895,23 +93545,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16913] = 6, - ACTIONS(1530), 1, + [18107] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(603), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1454), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91920,12 +93561,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, + ACTIONS(1452), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -91944,17 +93592,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [16968] = 5, - ACTIONS(1530), 1, + [18157] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1510), 1, anon_sym_LPAREN, - STATE(899), 1, - sym_arguments, - ACTIONS(1556), 11, + ACTIONS(1520), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -91963,14 +93610,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1554), 28, + ACTIONS(1518), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -91992,159 +93640,32 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17021] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [18209] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1729), 1, + ACTIONS(1406), 12, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1404), 30, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(1955), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(768), 2, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - STATE(1559), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2486), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1662), 4, - sym_class_constant_access_expression, - sym_cast_variable, - sym_scoped_property_access_expression, - sym__dereferencable_expression, - STATE(688), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1544), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [17104] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(1963), 1, - sym_name, - ACTIONS(1965), 1, - anon_sym_LPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1533), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1734), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2576), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(910), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(834), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1564), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [17187] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(903), 1, - sym_arguments, - ACTIONS(1552), 11, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_DASH, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1550), 28, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -92166,17 +93687,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17240] = 5, - ACTIONS(1530), 1, + [18259] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(909), 1, - sym_arguments, - ACTIONS(1546), 11, + ACTIONS(1504), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92185,14 +93703,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 28, + ACTIONS(1502), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -92214,143 +93734,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17293] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(1967), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(698), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2569), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(769), 3, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1720), 3, - sym_class_constant_access_expression, - sym_cast_variable, - sym__dereferencable_expression, - STATE(701), 4, - sym_parenthesized_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 10, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [17376] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1755), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1571), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1687), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2621), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1550), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(1516), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1567), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [17459] = 5, - ACTIONS(1530), 1, + [18309] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(880), 1, - sym_arguments, - ACTIONS(1576), 11, + ACTIONS(1500), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92359,14 +93750,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1574), 28, + ACTIONS(1498), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_LPAREN, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -92388,23 +93781,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17512] = 6, - ACTIONS(1530), 1, + [18359] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(893), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1778), 11, + ACTIONS(1426), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92413,12 +93804,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1776), 23, + ACTIONS(1434), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92437,15 +93830,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17567] = 4, - ACTIONS(1530), 1, + [18413] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(579), 1, - sym_arguments, - ACTIONS(1546), 11, + ACTIONS(1512), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92454,15 +93846,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1544), 29, + ACTIONS(1510), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -92484,12 +93877,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17618] = 4, - ACTIONS(1530), 1, + [18463] = 5, + ACTIONS(1398), 1, sym_comment, - STATE(576), 1, - sym_arguments, - ACTIONS(1552), 11, + ACTIONS(1811), 1, + anon_sym_RPAREN, + ACTIONS(1814), 1, + anon_sym_EQ, + ACTIONS(1809), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -92501,11 +93896,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1550), 29, - sym__automatic_semicolon, + ACTIONS(1807), 29, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_PLUS, @@ -92513,6 +93907,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92531,143 +93926,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17669] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1516), 1, - anon_sym_LPAREN, - ACTIONS(1518), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + [18517] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1969), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1553), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1682), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2607), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(693), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(637), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1546), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [17752] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1729), 1, - anon_sym_LPAREN, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(1963), 1, - sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(912), 2, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - STATE(1533), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(2442), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1734), 4, - sym_class_constant_access_expression, - sym_cast_variable, - sym_scoped_property_access_expression, - sym__dereferencable_expression, - STATE(807), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1564), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [17835] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(782), 1, - sym_arguments, - ACTIONS(1719), 11, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92676,17 +93950,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1717), 28, + ACTIONS(1422), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92705,20 +93974,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17888] = 6, - ACTIONS(1530), 1, + [18570] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1971), 1, - anon_sym_LPAREN, - STATE(1107), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1695), 11, + ACTIONS(1621), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -92730,12 +93989,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 23, + ACTIONS(1623), 30, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92754,143 +94020,60 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [17943] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, + [18619] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(1963), 1, - sym_name, - ACTIONS(1965), 1, + ACTIONS(1934), 17, + anon_sym_BSLASH, anon_sym_LPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_TILDE, + anon_sym_BANG, + anon_sym_AT, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_LBRACK, + anon_sym_POUND_LBRACK, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(613), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(1533), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1734), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2576), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(913), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(846), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1564), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [18026] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(583), 1, - aux_sym_cast_type_token1, - ACTIONS(615), 1, anon_sym_LT_LT_LT, - ACTIONS(1174), 1, - anon_sym_LBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1731), 1, + anon_sym_BQUOTE, anon_sym_DOLLAR, - ACTIONS(1955), 1, - sym_name, - ACTIONS(1957), 1, - anon_sym_LPAREN, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(611), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(613), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(1559), 2, - sym_qualified_name, - sym__reserved_identifier, - STATE(1662), 2, - sym_class_constant_access_expression, - sym__dereferencable_expression, - STATE(2589), 2, - sym__scope_resolution_qualifier, - sym_relative_scope, - ACTIONS(109), 3, + ACTIONS(1932), 24, aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + aux_sym_cast_type_token1, + sym_float, + sym_integer, + aux_sym_throw_expression_token1, + aux_sym_match_expression_token1, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_clone_expression_token1, + aux_sym_print_intrinsic_token1, + aux_sym__new_non_dereferencable_expression_token1, + aux_sym__list_destructing_token1, anon_sym_self, anon_sym_parent, - STATE(763), 4, - sym_cast_variable, - sym_member_access_expression, - sym_nullsafe_member_access_expression, - sym_scoped_property_access_expression, - STATE(679), 7, - sym_function_call_expression, - sym_scoped_call_expression, - sym_member_call_expression, - sym_nullsafe_member_call_expression, - sym_subscript_expression, - sym_dynamic_variable_name, - sym_variable_name, - STATE(1544), 7, - sym_parenthesized_expression, - sym_array_creation_expression, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [18109] = 5, - ACTIONS(1530), 1, + aux_sym__argument_name_token1, + aux_sym__argument_name_token2, + aux_sym_yield_expression_token1, + aux_sym_include_expression_token1, + aux_sym_include_once_expression_token1, + aux_sym_require_expression_token1, + aux_sym_require_once_expression_token1, + sym_name, + [18668] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, - anon_sym_LPAREN, - STATE(614), 1, - sym_arguments, - ACTIONS(1719), 11, + ACTIONS(1478), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92899,14 +94082,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1717), 28, + ACTIONS(1476), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -92928,23 +94112,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18162] = 6, - ACTIONS(1530), 1, + [18717] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(863), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1695), 11, + ACTIONS(1438), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -92953,12 +94128,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 23, + ACTIONS(1436), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -92977,23 +94158,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18217] = 6, - ACTIONS(1530), 1, + [18766] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(863), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1695), 11, + ACTIONS(1492), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93002,12 +94174,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1693), 23, + ACTIONS(1490), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93026,16 +94204,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18272] = 4, - ACTIONS(1530), 1, + [18815] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1562), 12, + ACTIONS(1470), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93048,13 +94220,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 24, + ACTIONS(1468), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_COLON_COLON, anon_sym_DASH_DASH, anon_sym_PLUS_PLUS, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93073,14 +94250,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18323] = 3, - ACTIONS(1530), 1, + [18864] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1064), 11, + ACTIONS(1814), 1, + anon_sym_EQ, + ACTIONS(1809), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -93088,19 +94267,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1062), 30, + ACTIONS(1807), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93119,17 +94297,61 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18372] = 5, - ACTIONS(1530), 1, + [18915] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1789), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 11, + anon_sym_AMP, + anon_sym_COLON, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1785), 29, + anon_sym_SEMI, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_EQ_GT, anon_sym_LPAREN, - STATE(886), 1, - sym_arguments, - ACTIONS(1572), 11, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [18966] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1488), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93138,14 +94360,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1570), 28, + ACTIONS(1486), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -93167,24 +94390,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18425] = 6, - ACTIONS(1530), 1, + [19015] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1663), 1, anon_sym_LPAREN, - STATE(578), 1, + STATE(761), 1, sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1688), 11, + ACTIONS(1938), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -93192,12 +94408,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 23, - sym__automatic_semicolon, + ACTIONS(1936), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93216,10 +94438,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18480] = 3, - ACTIONS(1530), 1, + [19068] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1835), 11, + ACTIONS(1940), 1, + anon_sym_LPAREN, + STATE(859), 1, + sym_arguments, + ACTIONS(1414), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93231,13 +94457,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1833), 29, + ACTIONS(1412), 28, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -93261,20 +94486,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18528] = 4, - ACTIONS(1530), 1, + [19121] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1590), 6, - anon_sym_LBRACE, - anon_sym_LPAREN, + ACTIONS(1575), 2, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(1819), 11, + ACTIONS(1424), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93283,12 +94510,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1817), 23, + ACTIONS(1422), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93307,10 +94534,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18578] = 3, - ACTIONS(1530), 1, + [19174] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1847), 11, + ACTIONS(1940), 1, + anon_sym_LPAREN, + STATE(858), 1, + sym_arguments, + ACTIONS(1420), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93322,13 +94553,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1845), 29, + ACTIONS(1418), 28, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -93352,13 +94582,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18626] = 3, - ACTIONS(1530), 1, + [19227] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1855), 11, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93367,18 +94603,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1853), 29, + ACTIONS(1434), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93397,13 +94629,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18674] = 3, - ACTIONS(1530), 1, + [19278] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1897), 11, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93412,18 +94650,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1895), 29, + ACTIONS(1434), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93442,13 +94676,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18722] = 3, - ACTIONS(1530), 1, + [19329] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1510), 11, + ACTIONS(1516), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93457,15 +94692,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1512), 29, + ACTIONS(1514), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -93487,14 +94722,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18770] = 3, - ACTIONS(1530), 1, + [19378] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1769), 11, + ACTIONS(1621), 11, anon_sym_AMP, + anon_sym_COLON, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -93502,18 +94737,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1767), 29, - sym__automatic_semicolon, + ACTIONS(1623), 30, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, + anon_sym_DASH, anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -93532,15 +94768,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18818] = 4, - ACTIONS(1530), 1, + [19427] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1869), 1, - anon_sym_COLON_COLON, - ACTIONS(1608), 11, + ACTIONS(1508), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93549,14 +94784,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1606), 28, + ACTIONS(1506), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -93578,13 +94814,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18868] = 3, - ACTIONS(1530), 1, + [19476] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1873), 11, + ACTIONS(1508), 12, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_PLUS, anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, @@ -93593,15 +94830,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1871), 29, + ACTIONS(1506), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, - anon_sym_PLUS, anon_sym_COLON_COLON, + anon_sym_DASH_DASH, + anon_sym_PLUS_PLUS, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, @@ -93623,10 +94860,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18916] = 3, - ACTIONS(1530), 1, + [19525] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 11, + ACTIONS(1512), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93638,7 +94875,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 29, + ACTIONS(1510), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93668,10 +94905,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [18964] = 3, - ACTIONS(1530), 1, + [19573] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1881), 11, + ACTIONS(1691), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93683,7 +94920,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1879), 29, + ACTIONS(1689), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93713,10 +94950,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19012] = 3, - ACTIONS(1530), 1, + [19621] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1604), 11, + ACTIONS(1739), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93728,7 +94965,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1602), 29, + ACTIONS(1737), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93758,10 +94995,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19060] = 3, - ACTIONS(1530), 1, + [19669] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1877), 11, + ACTIONS(1735), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93773,7 +95010,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1875), 29, + ACTIONS(1733), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93803,10 +95040,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19108] = 3, - ACTIONS(1530), 1, + [19717] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1653), 1, + sym_name, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1942), 1, + anon_sym_COLON, + ACTIONS(1657), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 15, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1422), 17, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_PLUS, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [19773] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1901), 11, + ACTIONS(1731), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93818,7 +95104,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1899), 29, + ACTIONS(1729), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93848,10 +95134,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19156] = 3, - ACTIONS(1530), 1, + [19821] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1925), 11, + ACTIONS(1727), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93863,7 +95149,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1923), 29, + ACTIONS(1725), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93893,15 +95179,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19204] = 5, - ACTIONS(1530), 1, + [19869] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1774), 1, - anon_sym_EQ, - ACTIONS(1973), 2, + ACTIONS(1653), 1, + sym_name, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1944), 1, + anon_sym_COLON, + ACTIONS(1657), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 15, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1422), 17, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1769), 11, + anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [19925] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1870), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93913,7 +95243,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1767), 26, + ACTIONS(1868), 29, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, @@ -93940,10 +95273,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19256] = 3, - ACTIONS(1530), 1, + [19973] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 11, + ACTIONS(1880), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -93955,7 +95288,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1614), 29, + ACTIONS(1878), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -93985,10 +95318,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19304] = 3, - ACTIONS(1530), 1, + [20021] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1893), 11, + ACTIONS(1884), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94000,7 +95333,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1891), 29, + ACTIONS(1882), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94030,10 +95363,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19352] = 3, - ACTIONS(1530), 1, + [20069] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1628), 11, + ACTIONS(1824), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94045,7 +95378,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1626), 29, + ACTIONS(1822), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94075,10 +95408,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19400] = 3, - ACTIONS(1530), 1, + [20117] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1863), 11, + ACTIONS(1866), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94090,7 +95423,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1861), 29, + ACTIONS(1864), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94120,10 +95453,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19448] = 3, - ACTIONS(1530), 1, + [20165] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1859), 11, + ACTIONS(1888), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94135,7 +95468,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1857), 29, + ACTIONS(1886), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94165,10 +95498,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19496] = 3, - ACTIONS(1530), 1, + [20213] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1843), 11, + ACTIONS(1723), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94180,7 +95513,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1841), 29, + ACTIONS(1721), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94210,10 +95543,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19544] = 3, - ACTIONS(1530), 1, + [20261] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1823), 11, + ACTIONS(1719), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94225,7 +95558,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1821), 29, + ACTIONS(1717), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94255,10 +95588,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19592] = 3, - ACTIONS(1530), 1, + [20309] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1851), 11, + ACTIONS(1715), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94270,7 +95603,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1849), 29, + ACTIONS(1713), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94300,10 +95633,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19640] = 3, - ACTIONS(1530), 1, + [20357] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1624), 11, + ACTIONS(1711), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94315,7 +95648,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1622), 29, + ACTIONS(1709), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94345,14 +95678,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19688] = 3, - ACTIONS(1530), 1, + [20405] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1580), 11, + ACTIONS(1390), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -94360,18 +95692,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1578), 29, - sym__automatic_semicolon, + ACTIONS(1392), 30, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94390,10 +95723,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19736] = 3, - ACTIONS(1530), 1, + [20453] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1917), 11, + ACTIONS(1892), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94405,7 +95738,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1915), 29, + ACTIONS(1890), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94435,10 +95768,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19784] = 3, - ACTIONS(1530), 1, + [20501] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1827), 11, + ACTIONS(1874), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94450,7 +95783,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1825), 29, + ACTIONS(1872), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94480,10 +95813,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19832] = 3, - ACTIONS(1530), 1, + [20549] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1839), 11, + ACTIONS(1809), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94495,7 +95828,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1837), 29, + ACTIONS(1807), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94525,10 +95858,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19880] = 3, - ACTIONS(1530), 1, + [20597] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 11, + ACTIONS(1828), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94540,7 +95873,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1540), 29, + ACTIONS(1826), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94570,10 +95903,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19928] = 3, - ACTIONS(1530), 1, + [20645] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 11, + ACTIONS(1707), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94585,7 +95918,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1526), 29, + ACTIONS(1705), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94615,10 +95948,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [19976] = 3, - ACTIONS(1530), 1, + [20693] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1592), 11, + ACTIONS(1703), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94630,7 +95963,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1590), 29, + ACTIONS(1701), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94660,10 +95993,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20024] = 3, - ACTIONS(1530), 1, + [20741] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1905), 11, + ACTIONS(1862), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94675,7 +96008,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1903), 29, + ACTIONS(1860), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94705,10 +96038,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20072] = 3, - ACTIONS(1530), 1, + [20789] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1913), 11, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1803), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94720,18 +96060,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1911), 29, + ACTIONS(1801), 24, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94750,12 +96085,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20120] = 4, - ACTIONS(1530), 1, + [20841] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1774), 1, - anon_sym_EQ, - ACTIONS(1769), 11, + ACTIONS(1402), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94767,12 +96100,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1767), 28, + ACTIONS(1400), 29, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_LPAREN, - anon_sym_RPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -94796,10 +96130,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20170] = 3, - ACTIONS(1530), 1, + [20889] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1534), 11, + ACTIONS(1858), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94811,7 +96145,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1532), 29, + ACTIONS(1856), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94841,10 +96175,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20218] = 3, - ACTIONS(1530), 1, + [20937] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 11, + ACTIONS(1474), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94856,7 +96190,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1586), 29, + ACTIONS(1472), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94886,10 +96220,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20266] = 3, - ACTIONS(1530), 1, + [20985] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1600), 11, + ACTIONS(1410), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94901,7 +96235,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1598), 29, + ACTIONS(1408), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -94931,10 +96265,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20314] = 3, - ACTIONS(1530), 1, + [21033] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1612), 11, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1799), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94946,18 +96287,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1610), 29, + ACTIONS(1797), 24, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -94976,10 +96312,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20362] = 3, - ACTIONS(1530), 1, + [21085] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1831), 11, + ACTIONS(1510), 1, + anon_sym_LPAREN, + ACTIONS(1661), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -94991,13 +96329,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1829), 29, + ACTIONS(1659), 28, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_LPAREN, anon_sym_PLUS, anon_sym_COLON_COLON, anon_sym_DASH_GT, @@ -95021,10 +96358,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20410] = 3, - ACTIONS(1530), 1, + [21135] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1867), 11, + ACTIONS(1699), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95036,7 +96373,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1865), 29, + ACTIONS(1697), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95066,10 +96403,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20458] = 3, - ACTIONS(1530), 1, + [21183] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1584), 11, + ACTIONS(1488), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95081,7 +96418,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1582), 29, + ACTIONS(1486), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95111,10 +96448,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20506] = 3, - ACTIONS(1530), 1, + [21231] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1921), 11, + ACTIONS(1442), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95126,7 +96463,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1919), 29, + ACTIONS(1440), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95156,10 +96493,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20554] = 3, - ACTIONS(1530), 1, + [21279] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1885), 11, + ACTIONS(1446), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95171,7 +96508,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1883), 29, + ACTIONS(1444), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95201,10 +96538,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20602] = 3, - ACTIONS(1530), 1, + [21327] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1889), 11, + ACTIONS(1450), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95216,7 +96553,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1887), 29, + ACTIONS(1448), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95246,10 +96583,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20650] = 3, - ACTIONS(1530), 1, + [21375] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1909), 11, + ACTIONS(1454), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95261,7 +96598,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1907), 29, + ACTIONS(1452), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95291,10 +96628,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20698] = 3, - ACTIONS(1530), 1, + [21423] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 11, + ACTIONS(1406), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95306,7 +96643,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1618), 29, + ACTIONS(1404), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95336,10 +96673,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20746] = 3, - ACTIONS(1530), 1, + [21471] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1596), 11, + ACTIONS(1946), 1, + anon_sym_COLON_COLON, + ACTIONS(1948), 1, + anon_sym_DASH_GT, + ACTIONS(1950), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(1952), 1, + anon_sym_LBRACK, + ACTIONS(1787), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95351,7 +96696,7 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1594), 29, + ACTIONS(1785), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, @@ -95359,10 +96704,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_EQ_GT, anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95381,16 +96722,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20794] = 4, - ACTIONS(1530), 1, + [21527] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1562), 11, + ACTIONS(1783), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95402,12 +96737,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1568), 23, + ACTIONS(1781), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95426,16 +96767,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20843] = 4, - ACTIONS(1530), 1, + [21575] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1560), 11, + ACTIONS(1832), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95447,12 +96782,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 23, + ACTIONS(1830), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95471,16 +96812,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20892] = 4, - ACTIONS(1530), 1, + [21623] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1759), 11, + ACTIONS(1838), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95492,12 +96827,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1757), 23, + ACTIONS(1836), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95516,16 +96857,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20941] = 4, - ACTIONS(1530), 1, + [21671] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1778), 11, + ACTIONS(1504), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95537,12 +96872,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1776), 23, + ACTIONS(1502), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95561,16 +96902,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [20990] = 4, - ACTIONS(1530), 1, + [21719] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - ACTIONS(1688), 11, + ACTIONS(1820), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -95582,12 +96917,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 23, + ACTIONS(1818), 29, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95606,13 +96947,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21039] = 3, - ACTIONS(1530), 1, + [21767] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1977), 10, + ACTIONS(1478), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95620,17 +96962,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1975), 28, + ACTIONS(1476), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95649,13 +96992,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21085] = 3, - ACTIONS(1530), 1, + [21815] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1981), 10, + ACTIONS(1438), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95663,17 +97007,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1979), 28, + ACTIONS(1436), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95692,15 +97037,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21131] = 4, - ACTIONS(1530), 1, + [21863] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1987), 1, - aux_sym_binary_expression_token1, - ACTIONS(1985), 10, + ACTIONS(1492), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95708,17 +97052,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1983), 27, + ACTIONS(1490), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, aux_sym_binary_expression_token2, @@ -95736,13 +97082,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21179] = 3, - ACTIONS(1530), 1, + [21911] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1991), 10, + ACTIONS(1500), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95750,17 +97097,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1989), 28, + ACTIONS(1498), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95779,13 +97127,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21225] = 3, - ACTIONS(1530), 1, + [21959] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1985), 10, + ACTIONS(1020), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95793,17 +97142,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1983), 28, + ACTIONS(1018), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95822,13 +97172,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21271] = 3, - ACTIONS(1530), 1, + [22007] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1995), 10, + ACTIONS(1743), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95836,17 +97187,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1993), 28, + ACTIONS(1741), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95865,13 +97217,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21317] = 3, - ACTIONS(1530), 1, + [22055] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1999), 10, + ACTIONS(1390), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95879,17 +97232,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1997), 28, + ACTIONS(1392), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95908,13 +97262,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21363] = 3, - ACTIONS(1530), 1, + [22103] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2003), 10, + ACTIONS(1510), 1, + anon_sym_LPAREN, + ACTIONS(1520), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95922,17 +97279,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2001), 28, + ACTIONS(1518), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95951,13 +97308,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21409] = 3, - ACTIONS(1530), 1, + [22153] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2007), 10, + ACTIONS(1470), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -95965,17 +97323,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2005), 28, + ACTIONS(1468), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -95994,13 +97353,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21455] = 3, - ACTIONS(1530), 1, + [22201] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1560), 10, + ACTIONS(1396), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96008,17 +97368,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 28, + ACTIONS(1394), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96037,13 +97398,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21501] = 3, - ACTIONS(1530), 1, + [22249] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2011), 10, + ACTIONS(1842), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96051,17 +97413,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2009), 28, + ACTIONS(1840), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96080,13 +97443,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21547] = 3, - ACTIONS(1530), 1, + [22297] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1819), 10, + ACTIONS(1496), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96094,17 +97458,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1817), 28, + ACTIONS(1494), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96123,13 +97488,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21593] = 3, - ACTIONS(1530), 1, + [22345] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2015), 10, + ACTIONS(1458), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96137,17 +97503,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2013), 28, + ACTIONS(1456), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96166,13 +97533,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21639] = 3, - ACTIONS(1530), 1, + [22393] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2019), 10, + ACTIONS(1466), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96180,17 +97548,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2017), 28, + ACTIONS(1464), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96209,13 +97578,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21685] = 3, - ACTIONS(1530), 1, + [22441] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2023), 10, + ACTIONS(1814), 1, + anon_sym_EQ, + ACTIONS(1809), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96223,17 +97595,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2021), 28, - anon_sym_SEMI, + ACTIONS(1807), 28, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96252,13 +97624,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21731] = 3, - ACTIONS(1530), 1, + [22491] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2027), 10, + ACTIONS(1048), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96266,17 +97639,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2025), 28, + ACTIONS(1046), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96295,13 +97669,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21777] = 3, - ACTIONS(1530), 1, + [22539] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2031), 10, + ACTIONS(1484), 1, + anon_sym_LPAREN, + ACTIONS(1482), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96309,17 +97686,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2029), 28, + ACTIONS(1480), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96338,13 +97715,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21823] = 3, - ACTIONS(1530), 1, + [22589] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2035), 10, + ACTIONS(1779), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96352,17 +97730,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2033), 28, + ACTIONS(1777), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96381,13 +97760,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21869] = 3, - ACTIONS(1530), 1, + [22637] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2039), 10, + ACTIONS(1516), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96395,17 +97775,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2037), 28, + ACTIONS(1514), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96424,13 +97805,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21915] = 3, - ACTIONS(1530), 1, + [22685] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2043), 10, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96438,17 +97827,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2041), 28, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96467,13 +97852,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [21961] = 3, - ACTIONS(1530), 1, + [22737] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2047), 10, + ACTIONS(1508), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96481,17 +97867,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2045), 28, + ACTIONS(1506), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96510,13 +97897,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22007] = 3, - ACTIONS(1530), 1, + [22785] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2051), 10, + ACTIONS(1508), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96524,17 +97912,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2049), 28, + ACTIONS(1506), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96553,13 +97942,30 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22053] = 3, - ACTIONS(1530), 1, + [22833] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2055), 10, + ACTIONS(1653), 1, + sym_name, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1954), 1, + anon_sym_COLON, + ACTIONS(1657), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 15, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96567,23 +97973,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2053), 28, + ACTIONS(1422), 17, + sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, @@ -96596,13 +97991,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22099] = 3, - ACTIONS(1530), 1, + [22889] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2059), 10, + ACTIONS(1775), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96610,17 +98006,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2057), 28, + ACTIONS(1773), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96639,13 +98036,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22145] = 3, - ACTIONS(1530), 1, + [22937] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2063), 10, + ACTIONS(1745), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96653,17 +98057,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2061), 28, + ACTIONS(1422), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96682,13 +98082,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22191] = 3, - ACTIONS(1530), 1, + [22987] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2067), 10, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96696,17 +98104,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2065), 28, + ACTIONS(1422), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96725,13 +98129,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22237] = 3, - ACTIONS(1530), 1, + [23039] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2071), 10, + ACTIONS(1854), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96739,17 +98144,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2069), 28, + ACTIONS(1852), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96768,13 +98174,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22283] = 3, - ACTIONS(1530), 1, + [23087] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2075), 10, + ACTIONS(1472), 1, + anon_sym_LPAREN, + ACTIONS(1687), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96782,17 +98191,17 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2073), 28, + ACTIONS(1685), 28, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96811,13 +98220,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22329] = 3, - ACTIONS(1530), 1, + [23137] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2079), 10, + ACTIONS(1850), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96825,17 +98235,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2077), 28, + ACTIONS(1848), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96854,13 +98265,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22375] = 3, - ACTIONS(1530), 1, + [23185] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2083), 10, + ACTIONS(1771), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96868,17 +98280,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2081), 28, + ACTIONS(1769), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96897,13 +98310,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22421] = 3, - ACTIONS(1530), 1, + [23233] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2087), 10, + ACTIONS(1767), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96911,17 +98325,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2085), 28, + ACTIONS(1765), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96940,13 +98355,22 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22467] = 3, - ACTIONS(1530), 1, + [23281] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 10, + ACTIONS(1653), 1, + sym_name, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1906), 15, anon_sym_AMP, + aux_sym_namespace_use_clause_token3, anon_sym_QMARK, anon_sym_PIPE, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96954,17 +98378,57 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1526), 28, + ACTIONS(1657), 23, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [23333] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1763), 11, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_DASH, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1761), 29, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -96983,13 +98447,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22513] = 3, - ACTIONS(1530), 1, + [23381] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2091), 10, + ACTIONS(1755), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1759), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -96997,17 +98468,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2089), 28, + ACTIONS(1757), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97026,13 +98493,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22559] = 3, - ACTIONS(1530), 1, + [23431] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2095), 10, + ACTIONS(1695), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97040,17 +98508,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2093), 28, + ACTIONS(1693), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97069,13 +98538,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22605] = 3, - ACTIONS(1530), 1, + [23479] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2099), 10, + ACTIONS(1755), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97083,17 +98559,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 28, + ACTIONS(1422), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97112,13 +98584,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22651] = 3, - ACTIONS(1530), 1, + [23529] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2103), 10, + ACTIONS(1846), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97126,17 +98599,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2101), 28, + ACTIONS(1844), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97155,13 +98629,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22697] = 3, - ACTIONS(1530), 1, + [23577] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1534), 10, + ACTIONS(1462), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97169,17 +98644,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1532), 28, + ACTIONS(1460), 29, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97198,13 +98674,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22743] = 3, - ACTIONS(1530), 1, + [23625] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2107), 10, + ACTIONS(1751), 1, + anon_sym_LPAREN, + ACTIONS(1753), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1749), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97212,17 +98696,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2105), 28, + ACTIONS(1747), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97241,10 +98721,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22789] = 3, - ACTIONS(1530), 1, + [23677] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 10, + ACTIONS(1958), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97255,10 +98735,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1536), 28, + ACTIONS(1956), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97284,13 +98765,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22835] = 3, - ACTIONS(1530), 1, + [23724] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2111), 10, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1799), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, + anon_sym_DASH, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97298,17 +98785,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2109), 28, + ACTIONS(1797), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -97327,10 +98810,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22881] = 3, - ACTIONS(1530), 1, + [23773] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1643), 1, + sym_name, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(1647), 14, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1645), 23, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [23824] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2115), 10, + ACTIONS(1962), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97341,10 +98870,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2113), 28, + ACTIONS(1960), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97370,10 +98900,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22927] = 3, - ACTIONS(1530), 1, + [23871] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 10, + ACTIONS(1759), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97384,10 +98914,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1540), 28, + ACTIONS(1757), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97413,10 +98944,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [22973] = 3, - ACTIONS(1530), 1, + [23918] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1745), 10, + ACTIONS(1966), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97427,10 +98958,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1743), 28, + ACTIONS(1964), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97456,10 +98988,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23019] = 3, - ACTIONS(1530), 1, + [23965] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2119), 10, + ACTIONS(1970), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97470,10 +99002,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2117), 28, + ACTIONS(1968), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97499,10 +99032,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23065] = 3, - ACTIONS(1530), 1, + [24012] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2123), 10, + ACTIONS(1424), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97513,10 +99046,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2121), 28, + ACTIONS(1422), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97542,10 +99076,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23111] = 3, - ACTIONS(1530), 1, + [24059] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2127), 10, + ACTIONS(1974), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97556,10 +99090,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2125), 28, + ACTIONS(1972), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97585,53 +99120,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23157] = 3, - ACTIONS(1530), 1, + [24106] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2131), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2129), 28, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, + ACTIONS(1976), 1, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [23203] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2135), 10, + ACTIONS(1974), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97642,10 +99136,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2133), 28, + ACTIONS(1972), 28, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97653,7 +99148,6 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_PLUS, anon_sym_DASH, anon_sym_RBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, aux_sym_binary_expression_token2, @@ -97671,10 +99165,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23249] = 3, - ACTIONS(1530), 1, + [24155] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2139), 10, + ACTIONS(1749), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97685,10 +99179,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2137), 28, + ACTIONS(1747), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97714,10 +99209,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23295] = 3, - ACTIONS(1530), 1, + [24202] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2143), 10, + ACTIONS(1980), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97728,10 +99223,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2141), 28, + ACTIONS(1978), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97757,10 +99253,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23341] = 3, - ACTIONS(1530), 1, + [24249] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2147), 10, + ACTIONS(1984), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97771,10 +99267,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2145), 28, + ACTIONS(1982), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97800,10 +99297,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23387] = 3, - ACTIONS(1530), 1, + [24296] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2151), 10, + ACTIONS(1988), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97814,10 +99311,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2149), 28, + ACTIONS(1986), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97843,10 +99341,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23433] = 3, - ACTIONS(1530), 1, + [24343] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2155), 10, + ACTIONS(1992), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97857,10 +99355,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2153), 28, + ACTIONS(1990), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97886,10 +99385,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23479] = 3, - ACTIONS(1530), 1, + [24390] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2159), 10, + ACTIONS(1996), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -97900,10 +99399,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2157), 28, + ACTIONS(1994), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -97929,56 +99429,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23525] = 3, - ACTIONS(1530), 1, + [24437] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2163), 10, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2161), 28, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [23571] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2167), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -97986,17 +99449,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2165), 28, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98015,56 +99474,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23617] = 3, - ACTIONS(1530), 1, + [24486] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2171), 10, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1426), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2169), 28, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [23663] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2175), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98072,17 +99494,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2173), 28, + ACTIONS(1434), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98101,10 +99519,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23709] = 3, - ACTIONS(1530), 1, + [24535] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2179), 10, + ACTIONS(2000), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98115,10 +99533,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2177), 28, + ACTIONS(1998), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -98144,56 +99563,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23755] = 3, - ACTIONS(1530), 1, + [24582] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2183), 10, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1799), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2181), 28, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [23801] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2187), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98201,17 +99583,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2185), 28, + ACTIONS(1797), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98230,10 +99608,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23847] = 3, - ACTIONS(1530), 1, + [24631] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2191), 10, + ACTIONS(2004), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98244,10 +99622,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2189), 28, + ACTIONS(2002), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -98273,56 +99652,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23893] = 3, - ACTIONS(1530), 1, + [24678] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2195), 10, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1424), 11, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2193), 28, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [23939] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2199), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98330,17 +99672,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2197), 28, + ACTIONS(1422), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, anon_sym_PLUS, - anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98359,10 +99697,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [23985] = 3, - ACTIONS(1530), 1, + [24727] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2203), 10, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -98373,10 +99711,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2201), 28, + ACTIONS(2006), 29, anon_sym_SEMI, anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -98402,14 +99741,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24031] = 3, - ACTIONS(1530), 1, + [24774] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1064), 11, + ACTIONS(2012), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98417,15 +99755,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1062), 26, - sym__automatic_semicolon, + ACTIONS(2010), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98444,58 +99785,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24076] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2209), 1, - anon_sym_POUND_LBRACK, - STATE(981), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2207), 6, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_DOLLAR, - ACTIONS(2205), 28, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [24125] = 3, - ACTIONS(1530), 1, + [24821] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1092), 11, + ACTIONS(2016), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - aux_sym_else_clause_token1, anon_sym_EQ_EQ, anon_sym_BANG_EQ, anon_sym_LT, @@ -98503,15 +99799,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1090), 26, - sym__automatic_semicolon, + ACTIONS(2014), 29, anon_sym_SEMI, anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, @@ -98530,375 +99829,169 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [24170] = 20, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1707), 1, - anon_sym_LPAREN, - ACTIONS(1713), 1, - anon_sym_QMARK, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(2212), 1, - anon_sym_DOT_DOT_DOT, - STATE(1193), 1, - sym_visibility_modifier, - STATE(1427), 1, - sym_qualified_name, - STATE(1731), 1, - sym_type, - STATE(2049), 1, - sym_variable_name, - STATE(2051), 1, - sym_reference_modifier, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(47), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1549), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [24249] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - STATE(981), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2216), 6, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_DOLLAR, - ACTIONS(2214), 28, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [24298] = 14, - ACTIONS(1530), 1, + [24868] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2020), 10, anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(1688), 2, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1686), 14, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2018), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [24364] = 17, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, + [24915] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2024), 10, + anon_sym_AMP, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1686), 12, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2022), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - [24436] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + [24962] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1814), 1, + anon_sym_EQ, + ACTIONS(2026), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1809), 11, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2224), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2246), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1807), 25, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, aux_sym_binary_expression_token1, - [24518] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2260), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [24600] = 11, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2232), 2, + anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1688), 5, + anon_sym_DOT, + anon_sym_PERCENT, + [25013] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2030), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(1686), 18, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2028), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -98908,639 +100001,661 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [24660] = 13, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 3, + anon_sym_DOT, + anon_sym_PERCENT, + [25060] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2034), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2228), 3, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1686), 14, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2032), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - [24724] = 23, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + [25107] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2038), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2262), 1, - anon_sym_EQ_GT, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2197), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2036), 29, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_RBRACE, anon_sym_COLON, + anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [24808] = 19, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2266), 1, + [25154] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1803), 11, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2220), 2, - anon_sym_PLUS, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2224), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2264), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1801), 24, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [24884] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + [25203] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + ACTIONS(1803), 11, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, + anon_sym_PIPE, anon_sym_DASH, - ACTIONS(2224), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2268), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1801), 24, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, aux_sym_binary_expression_token1, - [24966] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2161), 7, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - [25048] = 19, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + [25252] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1462), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2270), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1460), 28, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [25124] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + [25298] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1621), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2250), 1, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1623), 27, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + anon_sym_COLON_COLON, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, + anon_sym_DOT, + anon_sym_PERCENT, + [25343] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1940), 1, + anon_sym_LPAREN, + STATE(841), 1, + sym_arguments, + ACTIONS(1938), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2272), 7, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1936), 25, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - [25206] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + anon_sym_QMARK_QMARK, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2234), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2238), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + [25392] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1946), 1, + anon_sym_COLON_COLON, + ACTIONS(1787), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2250), 1, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1785), 26, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [25439] = 11, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2274), 7, + ACTIONS(2008), 5, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2006), 18, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - [25288] = 22, - ACTIONS(1530), 1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [25499] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2276), 7, + ACTIONS(2056), 7, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - [25370] = 19, - ACTIONS(1530), 1, + [25581] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(1390), 10, anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2278), 10, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1392), 26, + sym__automatic_semicolon, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, + anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RPAREN, + anon_sym_LPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [25446] = 19, - ACTIONS(1530), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [25625] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1671), 1, + anon_sym_LPAREN, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(2082), 1, + anon_sym_DOT_DOT_DOT, + STATE(1150), 1, + sym_visibility_modifier, + STATE(1383), 1, + sym_qualified_name, + STATE(1630), 1, + sym_type, + STATE(1809), 1, + sym_reference_modifier, + STATE(1812), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + ACTIONS(47), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1435), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [25701] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + STATE(979), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2086), 6, anon_sym_AMP, - ACTIONS(2222), 1, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_DOLLAR, + ACTIONS(2084), 27, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [25749] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2280), 10, + ACTIONS(2088), 10, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -99549,326 +100664,292 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [25522] = 15, - ACTIONS(1530), 1, + [25825] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(1688), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2220), 2, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 13, + ACTIONS(2090), 10, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [25590] = 22, - ACTIONS(1530), 1, + [25901] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2282), 7, + ACTIONS(2092), 7, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - [25672] = 6, - ACTIONS(1530), 1, + [25983] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2238), 1, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 8, + ACTIONS(2058), 1, anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1686), 24, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, anon_sym_AMP_AMP, + ACTIONS(2076), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [25722] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2284), 7, + ACTIONS(2094), 7, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - [25804] = 16, - ACTIONS(1530), 1, + [26065] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2244), 1, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 13, + ACTIONS(2096), 7, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [25874] = 19, - ACTIONS(1530), 1, + [26147] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2250), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2100), 1, + anon_sym_QMARK, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 10, + ACTIONS(2098), 10, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -99877,12 +100958,12 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [25950] = 4, - ACTIONS(1530), 1, + [26223] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -99893,9 +100974,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 25, + ACTIONS(2006), 25, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -99919,23 +101000,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [25996] = 8, - ACTIONS(1530), 1, + [26269] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -99944,9 +101025,9 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 20, + ACTIONS(2006), 20, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -99965,69 +101046,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_EQ, anon_sym_LT_EQ_GT, anon_sym_DOT, - [26050] = 19, - ACTIONS(1530), 1, + [26323] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2288), 1, - anon_sym_QMARK, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2286), 10, - anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [26126] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -100036,17 +101068,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1686), 25, + ACTIONS(2006), 22, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -100063,148 +101091,156 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [26172] = 19, - ACTIONS(1530), 1, + [26375] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2008), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1686), 10, + ACTIONS(2006), 19, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [26248] = 21, - ACTIONS(1530), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [26431] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2256), 1, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 8, + ACTIONS(2102), 7, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - [26328] = 7, - ACTIONS(1530), 1, + [26513] = 16, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2222), 1, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2238), 1, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2220), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2236), 2, + ACTIONS(2048), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 22, + ACTIONS(2080), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 13, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, @@ -100216,805 +101252,768 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [26380] = 20, - ACTIONS(1530), 1, + [26583] = 14, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2008), 2, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + anon_sym_PIPE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 9, + ACTIONS(2006), 14, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [26458] = 9, - ACTIONS(1530), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [26649] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2234), 1, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2220), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 19, + ACTIONS(2080), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 10, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - [26514] = 22, - ACTIONS(1530), 1, + [26725] = 20, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2290), 7, + ACTIONS(2006), 9, anon_sym_SEMI, - aux_sym_namespace_aliasing_clause_token1, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, anon_sym_COLON, anon_sym_EQ_GT, anon_sym_RPAREN, aux_sym_binary_expression_token1, - [26596] = 10, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2294), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2299), 1, - aux_sym_final_modifier_token1, - ACTIONS(2302), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2305), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2308), 1, - sym_var_modifier, - ACTIONS(2311), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - ACTIONS(2297), 4, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_QMARK, - anon_sym_DOLLAR, - STATE(1017), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - ACTIONS(2292), 17, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_class_declaration_token1, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [26654] = 19, - ACTIONS(1530), 1, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [26803] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2266), 1, - anon_sym_QMARK, - ACTIONS(2314), 1, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2104), 1, + anon_sym_EQ_GT, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2264), 9, + ACTIONS(2036), 6, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_COLON, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [26729] = 13, - ACTIONS(1530), 1, + [26887] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 3, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 13, + ACTIONS(2106), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [26792] = 19, - ACTIONS(1530), 1, + [26969] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2288), 1, - anon_sym_QMARK, - ACTIONS(2314), 1, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2286), 9, + ACTIONS(1978), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [26867] = 9, - ACTIONS(1530), 1, + [27051] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2340), 1, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 18, + ACTIONS(2080), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2108), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + [27133] = 21, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, anon_sym_AMP_AMP, + ACTIONS(2076), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - [26922] = 11, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1688), 5, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1686), 17, + ACTIONS(2080), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 8, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [26981] = 14, - ACTIONS(1530), 1, + [27213] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(1688), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2318), 2, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 13, + ACTIONS(2110), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [27046] = 16, - ACTIONS(1530), 1, + [27289] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2114), 1, + anon_sym_QMARK, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 12, + ACTIONS(2112), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [27115] = 7, - ACTIONS(1530), 1, + [27365] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 8, + ACTIONS(2058), 1, anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1686), 21, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_EQ_GT, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, anon_sym_AMP_AMP, + ACTIONS(2076), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [27166] = 17, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 11, + ACTIONS(2116), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - [27237] = 20, - ACTIONS(1530), 1, + [27447] = 17, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2318), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 8, + ACTIONS(2006), 12, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [27314] = 19, - ACTIONS(1530), 1, + anon_sym_PIPE_PIPE, + [27519] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 9, + ACTIONS(2118), 7, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [27389] = 4, - ACTIONS(1530), 1, + [27601] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -101025,14 +102024,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 24, + ACTIONS(2006), 25, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -101050,133 +102050,74 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [27434] = 23, - ACTIONS(1530), 1, + [27647] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2350), 1, - anon_sym_EQ_GT, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2197), 5, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_RBRACE, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, - [27517] = 19, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2314), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 9, + ACTIONS(2006), 10, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [27592] = 6, - ACTIONS(1530), 1, + [27723] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -101185,14 +102126,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 23, + ACTIONS(2006), 24, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -101209,51 +102151,52 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [27641] = 15, - ACTIONS(1530), 1, + [27773] = 15, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(1688), 2, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2008), 2, anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 12, + ACTIONS(2006), 13, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -101261,475 +102204,501 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - [27708] = 22, - ACTIONS(1530), 1, + [27841] = 13, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2008), 3, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2284), 6, + ACTIONS(2006), 14, anon_sym_SEMI, - anon_sym_COMMA, + aux_sym_namespace_use_clause_token3, anon_sym_RBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [27789] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, aux_sym_binary_expression_token4, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [27905] = 5, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2124), 1, + anon_sym_POUND_LBRACK, + STATE(979), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2122), 6, + anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_DOLLAR, + ACTIONS(2120), 27, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [27953] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1996), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2272), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1994), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - [27870] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [27996] = 13, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2008), 3, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2260), 6, + ACTIONS(2006), 13, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - [27951] = 22, - ACTIONS(1530), 1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [28059] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2114), 1, + anon_sym_QMARK, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2246), 6, + ACTIONS(2112), 9, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [28032] = 22, - ACTIONS(1530), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [28134] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2290), 6, + ACTIONS(2110), 9, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [28113] = 22, - ACTIONS(1530), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [28209] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2100), 1, + anon_sym_QMARK, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2161), 6, + ACTIONS(2098), 9, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, aux_sym_binary_expression_token1, - [28194] = 3, - ACTIONS(3), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [28284] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2358), 7, + ACTIONS(1962), 10, anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, anon_sym_QMARK, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2356), 28, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [28237] = 21, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1960), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [28327] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2354), 1, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 7, + ACTIONS(2056), 6, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - [28316] = 8, - ACTIONS(1530), 1, + [28408] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2318), 2, + ACTIONS(2016), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2014), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2338), 2, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 8, + anon_sym_DOT, + anon_sym_PERCENT, + [28451] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1749), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -101738,14 +102707,19 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 19, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1747), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -101757,13 +102731,75 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - [28369] = 4, - ACTIONS(1530), 1, + anon_sym_PERCENT, + [28494] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2322), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2118), 6, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + [28575] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2201), 1, + aux_sym_binary_expression_token1, + ACTIONS(1974), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -101774,16 +102810,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 24, + ACTIONS(1972), 24, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, - anon_sym_RBRACK, - aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -101799,35 +102835,42 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [28414] = 3, - ACTIONS(3), 1, + [28620] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2362), 7, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2360), 28, + ACTIONS(2205), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, + ACTIONS(2210), 1, aux_sym_final_modifier_token1, + ACTIONS(2213), 1, aux_sym_abstract_modifier_token1, + ACTIONS(2216), 1, aux_sym_readonly_modifier_token1, + ACTIONS(2219), 1, sym_var_modifier, + ACTIONS(2222), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, + ACTIONS(2208), 4, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_QMARK, + anon_sym_DOLLAR, + STATE(991), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + ACTIONS(2203), 16, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_string, + anon_sym_int, + aux_sym_class_declaration_token1, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, @@ -101839,509 +102882,421 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [28457] = 19, - ACTIONS(1530), 1, + [28677] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2318), 2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2280), 9, + ACTIONS(1978), 6, anon_sym_SEMI, anon_sym_COMMA, anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [28532] = 19, - ACTIONS(1530), 1, + [28758] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(1974), 10, anon_sym_AMP, - ACTIONS(2316), 1, + anon_sym_QMARK, anon_sym_PIPE, - ACTIONS(2320), 1, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1972), 25, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_PLUS, + anon_sym_DASH, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2340), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2344), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + [28801] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1424), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2278), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1422), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [28607] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2340), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2344), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + [28844] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1984), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2282), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1982), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - [28688] = 19, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2340), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2344), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + [28887] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1988), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2270), 9, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1986), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [28763] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2340), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2344), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + [28930] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1992), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2274), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1990), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - [28844] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2340), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, anon_sym_DOT, - ACTIONS(2344), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + [28973] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2030), 10, + anon_sym_AMP, anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(2268), 6, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2028), 25, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - [28925] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2366), 7, - anon_sym_AMP, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_QMARK, - anon_sym_POUND_LBRACK, - anon_sym_DOLLAR, - ACTIONS(2364), 28, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - aux_sym_enum_declaration_token1, - anon_sym_string, - anon_sym_int, - aux_sym_enum_case_token1, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [28968] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, anon_sym_CARET, - ACTIONS(2336), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [29016] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2276), 6, + ACTIONS(2110), 9, + sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RBRACE, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_RBRACK, aux_sym_binary_expression_token1, - [29049] = 19, - ACTIONS(1530), 1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [29091] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, + ACTIONS(2114), 1, anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 8, + ACTIONS(2112), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29123] = 3, - ACTIONS(1530), 1, + [29166] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2099), 10, + ACTIONS(2024), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -102352,10 +103307,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2097), 24, + ACTIONS(2022), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -102377,182 +103333,237 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [29165] = 3, - ACTIONS(1530), 1, + [29209] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2019), 10, + ACTIONS(2147), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2149), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2017), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, + ACTIONS(2177), 1, anon_sym_PERCENT, - [29207] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2135), 10, - anon_sym_AMP, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2133), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2056), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + [29290] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, + ACTIONS(2177), 1, anon_sym_PERCENT, - [29249] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2119), 10, - anon_sym_AMP, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2117), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2108), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + [29371] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [29291] = 19, - ACTIONS(1530), 1, + ACTIONS(1978), 6, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + [29452] = 13, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2288), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2008), 3, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2286), 8, - sym__automatic_semicolon, + ACTIONS(2006), 13, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [29365] = 3, - ACTIONS(1530), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + [29515] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2047), 10, + ACTIONS(2020), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -102563,10 +103574,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2045), 24, + ACTIONS(2018), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -102588,161 +103600,246 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [29407] = 3, - ACTIONS(1530), 1, + [29558] = 15, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2035), 10, + ACTIONS(2147), 1, anon_sym_AMP, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2008), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2033), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 12, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [29625] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2116), 6, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + [29706] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [29449] = 19, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2368), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2400), 1, - anon_sym_QMARK, - ACTIONS(2372), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2278), 8, + ACTIONS(2102), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [29523] = 19, - ACTIONS(1530), 1, + [29787] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2372), 2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2280), 8, - sym__automatic_semicolon, + ACTIONS(2106), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [29597] = 4, - ACTIONS(1530), 1, + [29868] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -102751,15 +103848,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1686), 23, - sym__automatic_semicolon, + ACTIONS(2006), 23, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -102776,156 +103872,181 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [29641] = 22, - ACTIONS(1530), 1, + [29917] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2268), 5, + ACTIONS(2092), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - [29721] = 8, - ACTIONS(1530), 1, + [29998] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2398), 1, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2392), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 18, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2088), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_DOT, - [29773] = 7, - ACTIONS(1530), 1, + [30073] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2398), 1, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 8, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 20, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2090), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [29823] = 3, - ACTIONS(1530), 1, + [30148] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2015), 10, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -102936,10 +104057,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2013), 24, + ACTIONS(2006), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -102961,55 +104083,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [29865] = 9, - ACTIONS(1530), 1, + [30191] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2394), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2392), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 17, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - [29919] = 3, - ACTIONS(1530), 1, + [30266] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2003), 10, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103020,16 +104155,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2001), 24, + ACTIONS(2006), 24, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -103045,10 +104180,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [29961] = 3, - ACTIONS(1530), 1, + [30311] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1991), 10, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103057,18 +104205,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1989), 24, + ACTIONS(2006), 19, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -103080,163 +104224,185 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [30003] = 11, - ACTIONS(1530), 1, + [30364] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2390), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2392), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1688), 5, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1686), 16, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2088), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [30061] = 14, - ACTIONS(1530), 1, + [30439] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2390), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(1688), 2, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2372), 2, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 12, + ACTIONS(2106), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [30125] = 16, - ACTIONS(1530), 1, + [30520] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 11, + ACTIONS(2108), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [30193] = 3, - ACTIONS(1530), 1, + [30601] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2051), 10, + ACTIONS(2012), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103247,10 +104413,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2049), 24, + ACTIONS(2010), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -103272,63 +104439,12 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [30235] = 17, - ACTIONS(1530), 1, + [30644] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2372), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2388), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2386), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - ACTIONS(1686), 10, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - [30305] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2031), 10, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103339,16 +104455,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2029), 24, - sym__automatic_semicolon, + ACTIONS(2006), 24, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -103364,10 +104480,20 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [30347] = 3, - ACTIONS(1530), 1, + [30689] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2023), 10, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103376,18 +104502,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2021), 24, + ACTIONS(2006), 21, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -103402,198 +104524,259 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [30389] = 20, - ACTIONS(1530), 1, + [30740] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2100), 1, + anon_sym_QMARK, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2400), 1, - anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2372), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 7, + ACTIONS(2098), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [30465] = 21, - ACTIONS(1530), 1, + [30815] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2406), 1, - aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 6, + ACTIONS(2006), 9, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [30890] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2006), 18, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - [30543] = 19, - ACTIONS(1530), 1, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, + anon_sym_LT_EQ_GT, + [30945] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2372), 2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 8, - sym__automatic_semicolon, + ACTIONS(2102), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [30617] = 4, - ACTIONS(1530), 1, + [31026] = 11, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2008), 5, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1686), 23, + ACTIONS(2006), 17, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, @@ -103605,253 +104788,349 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + [31085] = 14, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [30661] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2131), 10, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2008), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2129), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 13, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [31150] = 16, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [30703] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2071), 10, + ACTIONS(2181), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2069), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 12, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, + [31219] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, + ACTIONS(2177), 1, anon_sym_PERCENT, - [30745] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1995), 10, - anon_sym_AMP, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1993), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2092), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + [31300] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, + ACTIONS(2177), 1, anon_sym_PERCENT, - [30787] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2039), 10, - anon_sym_AMP, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2037), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2090), 9, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, + [31375] = 21, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, + ACTIONS(2177), 1, anon_sym_PERCENT, - [30829] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 22, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 7, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + [31454] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, - [30877] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2115), 10, - anon_sym_AMP, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2113), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [30919] = 3, - ACTIONS(1530), 1, + ACTIONS(2094), 6, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + [31535] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1745), 10, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -103862,16 +105141,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1743), 24, - sym__automatic_semicolon, + ACTIONS(2006), 24, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -103887,168 +105166,188 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [30961] = 15, - ACTIONS(1530), 1, + [31580] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2376), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2382), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(1688), 2, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2372), 2, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 11, - sym__automatic_semicolon, + ACTIONS(2096), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, + [31661] = 23, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - [31027] = 13, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2390), 1, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2231), 1, + anon_sym_EQ_GT, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 3, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 12, - sym__automatic_semicolon, + ACTIONS(2036), 5, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_EQ_GT, + anon_sym_RBRACE, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [31089] = 22, - ACTIONS(1530), 1, + [31744] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2260), 5, - sym__automatic_semicolon, + ACTIONS(2116), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - [31169] = 3, - ACTIONS(1530), 1, + [31825] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2027), 10, + ACTIONS(1000), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104059,10 +105358,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2025), 24, + ACTIONS(998), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -104084,10 +105384,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31211] = 3, - ACTIONS(1530), 1, + [31868] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2011), 10, + ACTIONS(2034), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104098,10 +105398,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2009), 24, + ACTIONS(2032), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -104123,30 +105424,98 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31253] = 3, - ACTIONS(1530), 1, + [31911] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2063), 10, + ACTIONS(2147), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2149), 1, anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2061), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2118), 6, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + [31992] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2006), 19, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104158,14 +105527,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [31295] = 3, - ACTIONS(1530), 1, + [32045] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1977), 10, + ACTIONS(2000), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104176,10 +105542,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1975), 24, + ACTIONS(1998), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -104201,68 +105568,114 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31337] = 22, - ACTIONS(1530), 1, + [32088] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2006), 21, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, anon_sym_CARET, - ACTIONS(2390), 1, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, - ACTIONS(2394), 1, + anon_sym_LT_EQ_GT, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + [32139] = 23, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2233), 1, + anon_sym_EQ_GT, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2246), 5, + ACTIONS(2036), 5, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - anon_sym_EQ_GT, + anon_sym_LBRACE, aux_sym_binary_expression_token1, - [31417] = 3, - ACTIONS(1530), 1, + [32222] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2043), 10, + ACTIONS(2004), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104273,10 +105686,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2041), 24, + ACTIONS(2002), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -104298,10 +105712,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31459] = 3, - ACTIONS(1530), 1, + [32265] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2067), 10, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104310,18 +105739,14 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2065), 24, - sym__automatic_semicolon, + ACTIONS(2006), 18, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104333,92 +105758,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + [32320] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [31501] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2055), 10, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2053), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [31543] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1999), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1997), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2096), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [31585] = 3, - ACTIONS(1530), 1, + [32401] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2107), 10, + ACTIONS(1980), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104429,10 +105831,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2105), 24, + ACTIONS(1978), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -104454,68 +105857,69 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31627] = 22, - ACTIONS(1530), 1, + [32444] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2276), 5, + ACTIONS(2094), 6, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - [31707] = 3, - ACTIONS(1530), 1, + [32525] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1560), 10, + ACTIONS(996), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104526,10 +105930,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1558), 24, + ACTIONS(994), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -104551,70 +105956,155 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [31749] = 3, - ACTIONS(1530), 1, + [32568] = 17, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1985), 10, - anon_sym_AMP, + ACTIONS(2008), 1, anon_sym_QMARK, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1983), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 11, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [32639] = 20, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [31791] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2408), 1, - aux_sym_binary_expression_token1, - ACTIONS(1985), 10, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1983), 23, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 8, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [32716] = 11, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2008), 5, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2006), 17, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104624,172 +106114,342 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [31835] = 3, - ACTIONS(1530), 1, + [32775] = 14, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2059), 10, + ACTIONS(2147), 1, anon_sym_AMP, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2008), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2057), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 13, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [32840] = 21, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [31877] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1819), 10, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1817), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 7, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token3, + [32919] = 16, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 12, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [32988] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2141), 1, anon_sym_DOT, + ACTIONS(2145), 1, anon_sym_PERCENT, - [31919] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2179), 10, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2177), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, + [33063] = 20, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2169), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2173), 1, anon_sym_DOT, + ACTIONS(2177), 1, anon_sym_PERCENT, - [31961] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2195), 10, - anon_sym_AMP, + ACTIONS(2179), 1, anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2193), 24, - sym__automatic_semicolon, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 8, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_RBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RBRACK, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, + [33140] = 17, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32003] = 3, - ACTIONS(1530), 1, + ACTIONS(2006), 11, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_RBRACE, + anon_sym_EQ_GT, + anon_sym_RBRACK, + aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + [33211] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1048), 10, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104800,16 +106460,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1046), 24, + ACTIONS(2006), 24, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104825,49 +106485,73 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32045] = 3, - ACTIONS(1530), 1, + [33256] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1044), 10, - anon_sym_AMP, + ACTIONS(2008), 1, anon_sym_QMARK, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2185), 1, anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2139), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1042), 24, + ACTIONS(2133), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 9, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32087] = 3, - ACTIONS(1530), 1, + [33331] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2007), 10, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2143), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104876,18 +106560,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2005), 24, + ACTIONS(2006), 23, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -104902,69 +106584,62 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [32129] = 22, - ACTIONS(1530), 1, + [33380] = 15, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2008), 2, anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2404), 1, - aux_sym_binary_expression_token3, - ACTIONS(2406), 1, - aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + anon_sym_PIPE, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2131), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2290), 5, + ACTIONS(2006), 12, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, aux_sym_binary_expression_token1, - [32209] = 3, - ACTIONS(1530), 1, + anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [33447] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2175), 10, + ACTIONS(2038), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -104975,10 +106650,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2173), 24, + ACTIONS(2036), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -105000,10 +106676,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32251] = 3, - ACTIONS(1530), 1, + [33490] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2091), 10, + ACTIONS(1958), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105014,10 +106690,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2089), 24, + ACTIONS(1956), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -105039,10 +106716,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32293] = 3, - ACTIONS(1530), 1, + [33533] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2183), 10, + ACTIONS(1970), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105053,10 +106730,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2181), 24, + ACTIONS(1968), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -105078,10 +106756,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32335] = 3, - ACTIONS(1530), 1, + [33576] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2171), 10, + ACTIONS(1966), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105092,10 +106770,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2169), 24, + ACTIONS(1964), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -105117,10 +106796,10 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32377] = 3, - ACTIONS(1530), 1, + [33619] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2167), 10, + ACTIONS(1759), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105131,10 +106810,11 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2165), 24, + ACTIONS(1757), 25, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_PLUS, anon_sym_DASH, @@ -105156,263 +106836,589 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32419] = 3, - ACTIONS(1530), 1, + [33662] = 14, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2139), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2008), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2137), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 12, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [33726] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2251), 1, anon_sym_DOT, + ACTIONS(2255), 1, anon_sym_PERCENT, - [32461] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2187), 10, - anon_sym_AMP, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2265), 1, + aux_sym_binary_expression_token3, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2185), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2056), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + [33806] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2277), 7, + anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_POUND_LBRACK, + anon_sym_DOLLAR, + ACTIONS(2275), 27, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [33848] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2100), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32503] = 3, - ACTIONS(1530), 1, + ACTIONS(2098), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [33922] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2159), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2157), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2110), 8, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, + [33996] = 19, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2114), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32545] = 22, - ACTIONS(1530), 1, + ACTIONS(2112), 8, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [34070] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2284), 5, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2102), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [32625] = 3, - ACTIONS(1530), 1, + [34150] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2281), 7, + anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_QMARK, + anon_sym_POUND_LBRACK, + anon_sym_DOLLAR, + ACTIONS(2279), 27, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [34192] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2155), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2153), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2088), 8, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + [34266] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, + anon_sym_QMARK, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32667] = 3, - ACTIONS(1530), 1, + ACTIONS(2108), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [34346] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2147), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2145), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2090), 8, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32709] = 3, - ACTIONS(1530), 1, + [34420] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2075), 10, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105423,16 +107429,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2073), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 23, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105448,10 +107453,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [32751] = 3, - ACTIONS(1530), 1, + [34464] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2199), 10, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105460,18 +107478,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2197), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 18, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105483,14 +107496,21 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [32793] = 3, - ACTIONS(1530), 1, + [34516] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2191), 10, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105499,18 +107519,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2189), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 20, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105525,11 +107540,25 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [32835] = 3, - ACTIONS(1530), 1, + [34566] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2127), 10, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105538,18 +107567,13 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2125), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 17, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105561,326 +107585,272 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_BANG_EQ_EQ, anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + [34620] = 13, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, anon_sym_DOT, + ACTIONS(2255), 1, anon_sym_PERCENT, - [32877] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2151), 10, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 3, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2149), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 12, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [32919] = 22, - ACTIONS(1530), 1, + [34682] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2161), 5, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2106), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [32999] = 3, - ACTIONS(1530), 1, + [34762] = 15, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1981), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2008), 2, anon_sym_QMARK, anon_sym_PIPE, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1979), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 11, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33041] = 3, - ACTIONS(1530), 1, + [34828] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2163), 10, + ACTIONS(2285), 7, anon_sym_AMP, + anon_sym_BSLASH, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2161), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + anon_sym_POUND_LBRACK, + anon_sym_DOLLAR, + ACTIONS(2283), 27, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_enum_declaration_token1, + anon_sym_string, + anon_sym_int, + aux_sym_enum_case_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [34870] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + ACTIONS(2247), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2251), 1, anon_sym_DOT, + ACTIONS(2255), 1, anon_sym_PERCENT, - [33083] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2203), 10, - anon_sym_AMP, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2201), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33125] = 23, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2400), 1, - anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2404), 1, - aux_sym_binary_expression_token3, - ACTIONS(2406), 1, - aux_sym_binary_expression_token4, - ACTIONS(2410), 1, - anon_sym_EQ_GT, - ACTIONS(2372), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2197), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - aux_sym_binary_expression_token1, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [33207] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2123), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2121), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2092), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + [34950] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, + ACTIONS(2255), 1, anon_sym_PERCENT, - [33249] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2143), 10, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2008), 8, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -105889,18 +107859,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2141), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 22, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105915,31 +107882,43 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - anon_sym_PERCENT, - [33291] = 3, - ACTIONS(1530), 1, + [34998] = 11, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2111), 10, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2008), 5, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2109), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 16, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -105949,165 +107928,173 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33333] = 19, - ACTIONS(1530), 1, + [35056] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2266), 1, + ACTIONS(2008), 1, anon_sym_QMARK, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2372), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2264), 8, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 8, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [33407] = 19, - ACTIONS(1530), 1, + [35130] = 16, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2008), 1, + anon_sym_QMARK, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, - anon_sym_QMARK, - ACTIONS(2372), 2, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2270), 8, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 11, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, + anon_sym_QMARK_QMARK, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - [33481] = 3, - ACTIONS(1530), 1, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + [35198] = 17, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1542), 10, - anon_sym_AMP, + ACTIONS(2008), 1, anon_sym_QMARK, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1540), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 10, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33523] = 3, - ACTIONS(1530), 1, + [35268] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2103), 10, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2008), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -106118,16 +108105,15 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_EQ, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2101), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 23, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, anon_sym_PLUS, anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -106143,873 +108129,1179 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_GT_GT, anon_sym_DOT, anon_sym_PERCENT, - [33565] = 22, - ACTIONS(1530), 1, + [35312] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2272), 5, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2094), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [33645] = 3, - ACTIONS(1530), 1, + [35392] = 19, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1528), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1526), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 8, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [35466] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2251), 1, anon_sym_DOT, + ACTIONS(2255), 1, anon_sym_PERCENT, - [33687] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1534), 10, - anon_sym_AMP, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1532), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33729] = 3, - ACTIONS(1530), 1, + ACTIONS(1978), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [35546] = 20, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1538), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1536), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2006), 7, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, + [35622] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, + ACTIONS(2251), 1, anon_sym_DOT, + ACTIONS(2255), 1, anon_sym_PERCENT, - [33771] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2095), 10, - anon_sym_AMP, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2093), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33813] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2087), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2085), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + ACTIONS(2118), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, + [35702] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, + anon_sym_QMARK, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33855] = 22, - ACTIONS(1530), 1, + ACTIONS(2116), 5, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + [35782] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2274), 5, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2096), 5, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - [33935] = 3, - ACTIONS(1530), 1, + [35862] = 21, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2079), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2077), 24, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [33977] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2083), 10, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2081), 24, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(2006), 6, anon_sym_COMMA, + anon_sym_LBRACE, anon_sym_EQ_GT, - anon_sym_PLUS, - anon_sym_DASH, + anon_sym_RPAREN, aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, - aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [34019] = 22, - ACTIONS(1530), 1, + [35940] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2287), 1, + anon_sym_EQ_GT, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2036), 4, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RPAREN, + aux_sym_binary_expression_token1, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2282), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_EQ_GT, - aux_sym_binary_expression_token1, - [34099] = 11, - ACTIONS(1530), 1, + [36022] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2412), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2420), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2424), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2416), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(1688), 5, - anon_sym_AMP, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1686), 15, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2213), 1, + sym_property_hook_list, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2289), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34156] = 4, - ACTIONS(1530), 1, + [36105] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(2055), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2053), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [34199] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2422), 1, - anon_sym_DOT, - ACTIONS(2426), 1, - anon_sym_PERCENT, - ACTIONS(2412), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2108), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2293), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 16, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [34252] = 22, - ACTIONS(1530), 1, + [36188] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2229), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2295), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2282), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34331] = 22, - ACTIONS(1530), 1, + [36271] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2224), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2297), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2276), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34410] = 14, - ACTIONS(1530), 1, + [36354] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(1688), 2, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2412), 2, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2265), 1, + aux_sym_binary_expression_token3, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2185), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2299), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 11, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, - [34473] = 22, - ACTIONS(1530), 1, + [36437] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2145), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2301), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [36520] = 15, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2303), 1, + sym_name, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2307), 1, + anon_sym_LPAREN, + ACTIONS(2309), 1, + anon_sym_QMARK, + STATE(1383), 1, + sym_qualified_name, + STATE(1464), 1, + sym_type, + STATE(1612), 1, + sym_const_element, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1403), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [36585] = 15, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2303), 1, + sym_name, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2307), 1, + anon_sym_LPAREN, + ACTIONS(2309), 1, + anon_sym_QMARK, + STATE(1383), 1, + sym_qualified_name, + STATE(1462), 1, + sym_type, + STATE(1665), 1, + sym_const_element, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1403), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [36650] = 15, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2303), 1, + sym_name, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2307), 1, + anon_sym_LPAREN, + ACTIONS(2309), 1, + anon_sym_QMARK, + STATE(1383), 1, + sym_qualified_name, + STATE(1456), 1, + sym_type, + STATE(1592), 1, + sym_const_element, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1403), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [36715] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2311), 1, + anon_sym_COLON, + ACTIONS(1966), 10, + anon_sym_AMP, + anon_sym_QMARK, + anon_sym_PIPE, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2416), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2274), 4, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1964), 22, anon_sym_COMMA, - anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, + aux_sym_binary_expression_token2, + aux_sym_binary_expression_token3, + aux_sym_binary_expression_token4, + anon_sym_PIPE_PIPE, + anon_sym_AMP_AMP, + anon_sym_CARET, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, + anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - [34552] = 22, - ACTIONS(1530), 1, + anon_sym_LT_LT, + anon_sym_GT_GT, + anon_sym_DOT, + anon_sym_PERCENT, + [36758] = 15, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2303), 1, + sym_name, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2307), 1, + anon_sym_LPAREN, + ACTIONS(2309), 1, + anon_sym_QMARK, + STATE(1383), 1, + sym_qualified_name, + STATE(1474), 1, + sym_type, + STATE(1629), 1, + sym_const_element, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1403), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [36823] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2272), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34631] = 7, - ACTIONS(1530), 1, + ACTIONS(2313), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + anon_sym_LBRACE, + [36902] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2426), 1, - anon_sym_PERCENT, - ACTIONS(2412), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2424), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1688), 8, + ACTIONS(2311), 1, + anon_sym_COLON, + ACTIONS(1970), 10, anon_sym_AMP, anon_sym_QMARK, anon_sym_PIPE, @@ -107018,12 +109310,16 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 19, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(1968), 22, anon_sym_COMMA, - anon_sym_EQ_GT, anon_sym_RPAREN, + anon_sym_PLUS, + anon_sym_DASH, aux_sym_binary_expression_token1, anon_sym_QMARK_QMARK, + anon_sym_STAR_STAR, aux_sym_binary_expression_token2, aux_sym_binary_expression_token3, aux_sym_binary_expression_token4, @@ -107038,1710 +109334,1783 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_LT_LT, anon_sym_GT_GT, anon_sym_DOT, - [34680] = 23, - ACTIONS(1530), 1, + anon_sym_PERCENT, + [36945] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2454), 1, - anon_sym_EQ_GT, - ACTIONS(2412), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2218), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2197), 3, + ACTIONS(2315), 2, anon_sym_COMMA, anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2416), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34761] = 22, - ACTIONS(1530), 1, + [37028] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + STATE(2275), 1, + sym_property_hook_list, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2317), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2284), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34840] = 16, - ACTIONS(1530), 1, + [37111] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2434), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2448), 1, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2319), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 10, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [34907] = 22, - ACTIONS(1530), 1, + [37189] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2323), 1, + anon_sym_COMMA, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2321), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2290), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [34986] = 22, - ACTIONS(1530), 1, + [37269] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2325), 1, + anon_sym_EQ_GT, + ACTIONS(2036), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2246), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [35065] = 17, - ACTIONS(1530), 1, + [37349] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2434), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2446), 1, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(487), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2327), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 9, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, + [37429] = 23, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - [35134] = 8, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2426), 1, - anon_sym_PERCENT, - ACTIONS(2412), 2, + ACTIONS(2329), 1, + anon_sym_EQ_GT, + ACTIONS(2036), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 17, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_DOT, - [35185] = 22, - ACTIONS(1530), 1, + [37509] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(509), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2331), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2260), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [35264] = 13, - ACTIONS(1530), 1, + [37589] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2412), 2, + ACTIONS(2181), 1, + anon_sym_AMP, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, + anon_sym_PIPE, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + ACTIONS(2323), 1, + anon_sym_COMMA, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(1688), 3, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - ACTIONS(2416), 3, + ACTIONS(2333), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 11, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, + [37669] = 23, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, anon_sym_AMP_AMP, + ACTIONS(2161), 1, anon_sym_CARET, - [35325] = 20, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2434), 1, - anon_sym_PIPE, - ACTIONS(2436), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2444), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, - anon_sym_AMP_AMP, - ACTIONS(2448), 1, - anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2335), 1, + anon_sym_EQ_GT, + ACTIONS(2036), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 6, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [35400] = 16, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_QMARK, - ACTIONS(2456), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1625), 1, - sym_type, - STATE(1823), 1, - sym_const_element, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2492), 1, - sym__reserved_identifier, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [35467] = 15, - ACTIONS(1530), 1, + [37749] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2448), 1, - anon_sym_CARET, - ACTIONS(1688), 2, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2412), 2, + ACTIONS(2187), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, + anon_sym_AMP_AMP, + ACTIONS(2199), 1, + anon_sym_CARET, + STATE(510), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2337), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 10, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - [35532] = 22, - ACTIONS(1530), 1, + [37829] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(1951), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2339), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2161), 4, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [35611] = 16, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_QMARK, - ACTIONS(2456), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1605), 1, - sym_type, - STATE(1836), 1, - sym_const_element, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2492), 1, - sym__reserved_identifier, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [35678] = 22, - ACTIONS(1530), 1, + [37909] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2268), 4, + ACTIONS(2341), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [35757] = 21, - ACTIONS(1530), 1, + [37987] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, - ACTIONS(2442), 1, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(447), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2343), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 5, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token3, - [35834] = 16, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_QMARK, - ACTIONS(2456), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1609), 1, - sym_type, - STATE(1838), 1, - sym_const_element, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2492), 1, - sym__reserved_identifier, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [35901] = 4, - ACTIONS(1530), 1, + [38067] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(2063), 10, + ACTIONS(2129), 1, + anon_sym_STAR_STAR, + ACTIONS(2137), 1, + anon_sym_GT_EQ, + ACTIONS(2141), 1, + anon_sym_DOT, + ACTIONS(2145), 1, + anon_sym_PERCENT, + ACTIONS(2181), 1, anon_sym_AMP, + ACTIONS(2183), 1, anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2061), 22, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - anon_sym_STAR_STAR, + ACTIONS(2189), 1, aux_sym_binary_expression_token2, + ACTIONS(2191), 1, aux_sym_binary_expression_token3, + ACTIONS(2193), 1, aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, + ACTIONS(2197), 1, anon_sym_AMP_AMP, + ACTIONS(2199), 1, anon_sym_CARET, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, - anon_sym_LT_EQ_GT, + STATE(1686), 1, + sym__semicolon, + ACTIONS(2127), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [35944] = 16, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, - anon_sym_QMARK, - ACTIONS(2456), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1643), 1, - sym_type, - STATE(1872), 1, - sym_const_element, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2492), 1, - sym__reserved_identifier, - STATE(2563), 1, - sym_namespace_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, - anon_sym_string, - anon_sym_int, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [36011] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2426), 1, - anon_sym_PERCENT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1688), 8, - anon_sym_AMP, - anon_sym_QMARK, - anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, + ACTIONS(2345), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(1686), 21, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, - anon_sym_QMARK_QMARK, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - anon_sym_PIPE_PIPE, - anon_sym_AMP_AMP, - anon_sym_CARET, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - [36058] = 19, - ACTIONS(1530), 1, + [38147] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(1837), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2347), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36131] = 19, - ACTIONS(1530), 1, + [38227] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1688), 1, - anon_sym_QMARK, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2434), 1, + ACTIONS(2183), 1, + anon_sym_QMARK, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(1838), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2349), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(1686), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36204] = 19, - ACTIONS(1530), 1, + [38307] = 24, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2288), 1, - anon_sym_QMARK, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2418), 1, - anon_sym_GT_EQ, - ACTIONS(2422), 1, - anon_sym_DOT, - ACTIONS(2426), 1, - anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2434), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2351), 1, + anon_sym_COMMA, + ACTIONS(2353), 1, + anon_sym_EQ_GT, + STATE(1907), 1, + aux_sym_match_condition_list_repeat1, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2286), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36277] = 19, - ACTIONS(1530), 1, + [38389] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2129), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2137), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2141), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2145), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2181), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2183), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2185), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2187), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2189), 1, + aux_sym_binary_expression_token2, + ACTIONS(2191), 1, + aux_sym_binary_expression_token3, + ACTIONS(2193), 1, + aux_sym_binary_expression_token4, + ACTIONS(2195), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2197), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2199), 1, anon_sym_CARET, - ACTIONS(2412), 2, + STATE(1840), 1, + sym__semicolon, + ACTIONS(2127), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2131), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2139), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2143), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2355), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + ACTIONS(2135), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2133), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2270), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36350] = 19, - ACTIONS(1530), 1, + [38469] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2266), 1, - anon_sym_QMARK, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2434), 1, + ACTIONS(2257), 1, + anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2265), 1, + aux_sym_binary_expression_token3, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2357), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2264), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36423] = 4, - ACTIONS(1530), 1, + [38546] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2235), 1, anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(1686), 22, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2359), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [36466] = 19, - ACTIONS(1530), 1, + [38623] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2369), 1, + anon_sym_RBRACE, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2377), 1, + sym_var_modifier, + STATE(1264), 1, + sym_attribute_list, + STATE(1319), 1, + sym__class_const_declaration, + STATE(1320), 1, + sym__const_declaration, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1143), 5, + sym__member_declaration, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + aux_sym_declaration_list_repeat1, + STATE(634), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [38694] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2265), 1, + aux_sym_binary_expression_token3, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2381), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2278), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36539] = 4, - ACTIONS(1530), 1, + [38771] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(1688), 10, + ACTIONS(2147), 1, anon_sym_AMP, - anon_sym_QMARK, + ACTIONS(2149), 1, anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(1686), 22, + ACTIONS(2383), 2, anon_sym_COMMA, anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_PLUS, - anon_sym_DASH, - aux_sym_binary_expression_token1, + ACTIONS(2167), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [38848] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2385), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2388), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2391), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2394), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2397), 1, + anon_sym_RBRACE, + ACTIONS(2399), 1, + aux_sym_final_modifier_token1, + ACTIONS(2402), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2405), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2408), 1, + sym_var_modifier, + ACTIONS(2414), 1, + anon_sym_POUND_LBRACK, + STATE(1264), 1, + sym_attribute_list, + STATE(1319), 1, + sym__class_const_declaration, + STATE(1320), 1, + sym__const_declaration, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2411), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1143), 5, + sym__member_declaration, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + aux_sym_declaration_list_repeat1, + STATE(634), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [38919] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2377), 1, + sym_var_modifier, + ACTIONS(2417), 1, + anon_sym_RBRACE, + STATE(1264), 1, + sym_attribute_list, + STATE(1319), 1, + sym__class_const_declaration, + STATE(1320), 1, + sym__const_declaration, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1140), 5, + sym__member_declaration, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + aux_sym_declaration_list_repeat1, + STATE(634), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [38990] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, + anon_sym_QMARK, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, anon_sym_AMP_AMP, + ACTIONS(2273), 1, anon_sym_CARET, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2419), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, - anon_sym_GT_EQ, anon_sym_LT_EQ_GT, - anon_sym_LT_LT, - anon_sym_GT_GT, - anon_sym_DOT, - anon_sym_PERCENT, - [36582] = 19, - ACTIONS(1530), 1, + [39067] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2444), 1, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2265), 1, + aux_sym_binary_expression_token3, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2421), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - ACTIONS(2280), 7, - anon_sym_COMMA, - anon_sym_EQ_GT, - anon_sym_RPAREN, - aux_sym_binary_expression_token1, - aux_sym_binary_expression_token2, - aux_sym_binary_expression_token3, - aux_sym_binary_expression_token4, - [36655] = 23, - ACTIONS(1530), 1, + [39144] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2460), 1, - anon_sym_EQ_GT, - ACTIONS(2197), 2, - anon_sym_COMMA, + ACTIONS(2321), 1, anon_sym_RPAREN, - ACTIONS(2412), 2, + ACTIONS(2423), 1, + anon_sym_COMMA, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [36735] = 22, - ACTIONS(1530), 1, + [39223] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2425), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2462), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2386), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [36813] = 23, - ACTIONS(1530), 1, + [39300] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2466), 1, - anon_sym_COMMA, - ACTIONS(2372), 2, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2427), 1, + anon_sym_EQ_GT, + ACTIONS(2429), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2464), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [36893] = 17, - ACTIONS(27), 1, - anon_sym_BSLASH, + [39379] = 16, ACTIONS(43), 1, aux_sym_readonly_modifier_token1, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1678), 1, + ACTIONS(1637), 1, anon_sym_LPAREN, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(1715), 1, + ACTIONS(1679), 1, anon_sym_DOLLAR, - STATE(1301), 1, + STATE(1221), 1, sym_readonly_modifier, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2126), 1, + STATE(1699), 1, sym_variable_name, - STATE(2168), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2176), 1, sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2299), 1, sym_namespace_name, - STATE(1492), 3, + STATE(1410), 3, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - STATE(1419), 4, + STATE(1412), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -108754,273 +111123,264 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [36961] = 23, - ACTIONS(1530), 1, + [39444] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2466), 1, - anon_sym_COMMA, - ACTIONS(2372), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2468), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2431), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37041] = 23, - ACTIONS(1530), 1, + [39521] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2470), 1, - anon_sym_EQ_GT, - ACTIONS(2197), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2318), 2, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2433), 2, + anon_sym_SEMI, + anon_sym_COLON, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37121] = 24, - ACTIONS(1530), 1, + [39598] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2472), 1, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2333), 1, + anon_sym_RPAREN, + ACTIONS(2423), 1, anon_sym_COMMA, - ACTIONS(2474), 1, - anon_sym_EQ_GT, - STATE(2116), 1, - aux_sym_match_condition_list_repeat1, - ACTIONS(2318), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37203] = 22, - ACTIONS(1530), 1, + [39677] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2388), 3, + ACTIONS(2435), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2476), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37281] = 17, - ACTIONS(27), 1, - anon_sym_BSLASH, + [39754] = 16, ACTIONS(43), 1, aux_sym_readonly_modifier_token1, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1678), 1, + ACTIONS(1637), 1, anon_sym_LPAREN, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(1715), 1, + ACTIONS(1679), 1, anon_sym_DOLLAR, - STATE(1309), 1, + STATE(1219), 1, sym_readonly_modifier, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2067), 1, + STATE(1656), 1, sym_variable_name, - STATE(2236), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2273), 1, sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2299), 1, sym_namespace_name, - STATE(1492), 3, + STATE(1410), 3, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - STATE(1419), 4, + STATE(1412), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -109033,164 +111393,158 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [37349] = 22, - ACTIONS(1530), 1, + [39819] = 19, + ACTIONS(3), 1, + sym_comment, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2377), 1, + sym_var_modifier, + ACTIONS(2437), 1, + anon_sym_RBRACE, + STATE(1264), 1, + sym_attribute_list, + STATE(1319), 1, + sym__class_const_declaration, + STATE(1320), 1, + sym__const_declaration, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1143), 5, + sym__member_declaration, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + aux_sym_declaration_list_repeat1, + STATE(634), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [39890] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2388), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2478), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - ACTIONS(2386), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [37427] = 23, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2480), 1, - anon_sym_EQ_GT, - ACTIONS(2197), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(2318), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2439), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37507] = 19, + [39967] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(115), 1, anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, + ACTIONS(2363), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2490), 1, - anon_sym_RBRACE, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, + ACTIONS(2377), 1, sym_var_modifier, - STATE(1356), 1, + ACTIONS(2441), 1, + anon_sym_RBRACE, + STATE(1264), 1, sym_attribute_list, - STATE(1397), 1, + STATE(1319), 1, sym__class_const_declaration, - STATE(1398), 1, + STATE(1320), 1, sym__const_declaration, - STATE(1831), 1, + STATE(1633), 1, sym__function_definition_header, - STATE(984), 2, + STATE(948), 2, sym_attribute_group, aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1244), 5, + STATE(1166), 5, sym__member_declaration, sym_property_declaration, sym_method_declaration, sym_use_declaration, aux_sym_declaration_list_repeat1, - STATE(635), 7, + STATE(634), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -109198,544 +111552,438 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [37578] = 22, - ACTIONS(1530), 1, + [40038] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, + anon_sym_GT_EQ, + ACTIONS(2251), 1, + anon_sym_DOT, + ACTIONS(2255), 1, + anon_sym_PERCENT, + ACTIONS(2257), 1, + anon_sym_QMARK, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2263), 1, + aux_sym_binary_expression_token2, + ACTIONS(2265), 1, + aux_sym_binary_expression_token3, + ACTIONS(2267), 1, + aux_sym_binary_expression_token4, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2237), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2253), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2443), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(2245), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2243), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [40115] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, + anon_sym_STAR_STAR, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2259), 1, + anon_sym_PIPE, + ACTIONS(2261), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2269), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2271), 1, + anon_sym_AMP_AMP, + ACTIONS(2273), 1, + anon_sym_CARET, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2241), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2502), 2, + ACTIONS(2445), 2, anon_sym_COMMA, - anon_sym_EQ_GT, - ACTIONS(2334), 3, + anon_sym_RPAREN, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37655] = 23, - ACTIONS(1530), 1, + [40192] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2464), 1, + ACTIONS(2333), 1, anon_sym_SEMI, - ACTIONS(2504), 1, + ACTIONS(2447), 1, anon_sym_COMMA, - ACTIONS(2318), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37734] = 22, - ACTIONS(1530), 1, + [40271] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2506), 2, + ACTIONS(2449), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [37811] = 19, - ACTIONS(3), 1, + [40348] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, - sym_var_modifier, - ACTIONS(2508), 1, - anon_sym_RBRACE, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1249), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [37882] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2368), 1, + ACTIONS(2235), 1, anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2404), 1, - aux_sym_binary_expression_token3, - ACTIONS(2406), 1, - aux_sym_binary_expression_token4, - ACTIONS(2372), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2510), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2386), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [37959] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2414), 1, - anon_sym_STAR_STAR, - ACTIONS(2418), 1, - anon_sym_GT_EQ, - ACTIONS(2422), 1, - anon_sym_DOT, - ACTIONS(2426), 1, - anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, - anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2512), 2, + ACTIONS(2451), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38036] = 22, - ACTIONS(1530), 1, + [40425] = 23, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2514), 2, - sym__automatic_semicolon, + ACTIONS(2321), 1, anon_sym_SEMI, - ACTIONS(2388), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2386), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [38113] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2400), 1, - anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2404), 1, - aux_sym_binary_expression_token3, - ACTIONS(2406), 1, - aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2447), 1, + anon_sym_COMMA, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2516), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38190] = 22, - ACTIONS(1530), 1, + [40504] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2235), 1, + anon_sym_AMP, + ACTIONS(2239), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2247), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2251), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2255), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2257), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2259), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2261), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2263), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2265), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2267), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2269), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2271), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2273), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2237), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2241), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2249), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2253), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2518), 2, + ACTIONS(2453), 2, anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2245), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2243), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38267] = 19, + [40581] = 19, ACTIONS(3), 1, sym_comment, ACTIONS(115), 1, anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, + ACTIONS(2363), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, + ACTIONS(2377), 1, sym_var_modifier, - ACTIONS(2520), 1, + ACTIONS(2455), 1, anon_sym_RBRACE, - STATE(1356), 1, + STATE(1264), 1, sym_attribute_list, - STATE(1397), 1, + STATE(1319), 1, sym__class_const_declaration, - STATE(1398), 1, + STATE(1320), 1, sym__const_declaration, - STATE(1831), 1, + STATE(1633), 1, sym__function_definition_header, - STATE(984), 2, + STATE(948), 2, sym_attribute_group, aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1218), 5, + STATE(1143), 5, sym__member_declaration, sym_property_declaration, sym_method_declaration, sym_use_declaration, aux_sym_declaration_list_repeat1, - STATE(635), 7, + STATE(634), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -109743,4855 +111991,2845 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [38338] = 22, - ACTIONS(1530), 1, + [40652] = 19, + ACTIONS(3), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2377), 1, + sym_var_modifier, + ACTIONS(2457), 1, + anon_sym_RBRACE, + STATE(1264), 1, + sym_attribute_list, + STATE(1319), 1, + sym__class_const_declaration, + STATE(1320), 1, + sym__const_declaration, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1156), 5, + sym__member_declaration, + sym_property_declaration, + sym_method_declaration, + sym_use_declaration, + aux_sym_declaration_list_repeat1, + STATE(634), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [40723] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2459), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2522), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38415] = 23, - ACTIONS(1530), 1, + [40799] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, + aux_sym_binary_expression_token2, + ACTIONS(2227), 1, + aux_sym_binary_expression_token3, + ACTIONS(2229), 1, + aux_sym_binary_expression_token4, + ACTIONS(2461), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2175), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2167), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2165), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [40875] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2242), 1, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2244), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2463), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2048), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2052), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2080), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [40951] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2155), 1, + anon_sym_STAR_STAR, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, + anon_sym_GT_EQ, + ACTIONS(2173), 1, + anon_sym_DOT, + ACTIONS(2177), 1, + anon_sym_PERCENT, + ACTIONS(2179), 1, + anon_sym_QMARK, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2524), 1, - anon_sym_EQ_GT, - ACTIONS(2526), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, + ACTIONS(2465), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38494] = 23, - ACTIONS(1530), 1, + [41027] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2468), 1, - anon_sym_SEMI, - ACTIONS(2504), 1, - anon_sym_COMMA, - ACTIONS(2318), 2, + ACTIONS(2467), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38573] = 22, - ACTIONS(1530), 1, + [41103] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2469), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2528), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38650] = 22, - ACTIONS(1530), 1, + [41179] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2471), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2530), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38727] = 22, - ACTIONS(1530), 1, + [41255] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2473), 1, + anon_sym_EQ_GT, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2532), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38804] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, - sym_var_modifier, - ACTIONS(2534), 1, - anon_sym_RBRACE, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1249), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [38875] = 22, - ACTIONS(1530), 1, + [41331] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, + anon_sym_GT_EQ, + ACTIONS(2050), 1, + anon_sym_DOT, + ACTIONS(2054), 1, + anon_sym_PERCENT, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2060), 1, + anon_sym_QMARK, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2066), 1, + aux_sym_binary_expression_token2, + ACTIONS(2068), 1, + aux_sym_binary_expression_token3, + ACTIONS(2070), 1, + aux_sym_binary_expression_token4, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2475), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, + anon_sym_PLUS, + anon_sym_DASH, + ACTIONS(2048), 2, + anon_sym_LT_LT, + anon_sym_GT_GT, + ACTIONS(2052), 2, + anon_sym_STAR, + anon_sym_SLASH, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, + anon_sym_LT, + anon_sym_GT, + anon_sym_LT_EQ, + ACTIONS(2080), 4, + anon_sym_LT_GT, + anon_sym_EQ_EQ_EQ, + anon_sym_BANG_EQ_EQ, + anon_sym_LT_EQ_GT, + [41407] = 22, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2042), 1, + anon_sym_STAR_STAR, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2477), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2536), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [38952] = 22, - ACTIONS(1530), 1, + [41483] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2479), 1, + anon_sym_EQ_GT, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2538), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39029] = 22, - ACTIONS(1530), 1, + [41559] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2481), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2540), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39106] = 22, - ACTIONS(1530), 1, + [41635] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2483), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2542), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39183] = 23, - ACTIONS(1530), 1, + [41711] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2524), 1, - anon_sym_EQ_GT, - ACTIONS(2544), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2485), 1, + anon_sym_COLON, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39262] = 23, - ACTIONS(1530), 1, + [41787] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2468), 1, - anon_sym_RPAREN, - ACTIONS(2546), 1, - anon_sym_COMMA, - ACTIONS(2412), 2, + ACTIONS(2487), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39341] = 22, - ACTIONS(1530), 1, + [41863] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2220), 2, + ACTIONS(2489), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2548), 2, - anon_sym_SEMI, - anon_sym_COLON, - ACTIONS(2228), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39418] = 22, - ACTIONS(1530), 1, + [41939] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2491), 1, + anon_sym_COLON, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2550), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39495] = 22, - ACTIONS(1530), 1, + [42015] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2493), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2552), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39572] = 22, - ACTIONS(1530), 1, + [42091] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2434), 1, - anon_sym_PIPE, - ACTIONS(2436), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, - anon_sym_AMP_AMP, - ACTIONS(2448), 1, - anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2495), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2554), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39649] = 22, - ACTIONS(1530), 1, + [42167] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2497), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2556), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39726] = 22, - ACTIONS(1530), 1, + [42243] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2147), 1, + anon_sym_AMP, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, - anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2434), 1, - anon_sym_PIPE, - ACTIONS(2436), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, - anon_sym_AMP_AMP, - ACTIONS(2448), 1, - anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2499), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2163), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2558), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39803] = 22, - ACTIONS(1530), 1, + [42319] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2501), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2560), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39880] = 23, - ACTIONS(1530), 1, + [42395] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2524), 1, - anon_sym_EQ_GT, - ACTIONS(2562), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, + ACTIONS(2503), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [39959] = 22, - ACTIONS(1530), 1, + [42471] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2505), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2564), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40036] = 22, - ACTIONS(1530), 1, + [42547] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2507), 1, + anon_sym_COLON, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2566), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40113] = 22, - ACTIONS(1530), 1, + [42623] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2318), 2, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2509), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2568), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - ACTIONS(2334), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40190] = 22, - ACTIONS(1530), 1, + [42699] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2511), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40267] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, - sym_var_modifier, - ACTIONS(2572), 1, - anon_sym_RBRACE, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1205), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [40338] = 22, - ACTIONS(1530), 1, + [42775] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2370), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2374), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2513), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2574), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40415] = 22, - ACTIONS(1530), 1, + [42851] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2396), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2576), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2386), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [40492] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, - anon_sym_STAR_STAR, - ACTIONS(2378), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2382), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2390), 1, - anon_sym_GT_EQ, - ACTIONS(2394), 1, - anon_sym_DOT, - ACTIONS(2398), 1, - anon_sym_PERCENT, - ACTIONS(2400), 1, - anon_sym_QMARK, - ACTIONS(2402), 1, - aux_sym_binary_expression_token2, - ACTIONS(2404), 1, - aux_sym_binary_expression_token3, - ACTIONS(2406), 1, - aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2515), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2578), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40569] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, - sym_var_modifier, - ACTIONS(2580), 1, - anon_sym_RBRACE, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1249), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [40640] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, - sym_var_modifier, - ACTIONS(2582), 1, - anon_sym_RBRACE, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1241), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [40711] = 22, - ACTIONS(1530), 1, + [42927] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2368), 1, - anon_sym_AMP, - ACTIONS(2370), 1, - anon_sym_PIPE, - ACTIONS(2374), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2376), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2378), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2380), 1, - anon_sym_AMP_AMP, - ACTIONS(2382), 1, - anon_sym_CARET, - ACTIONS(2390), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2394), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2398), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2400), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2402), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2404), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2406), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2372), 2, + ACTIONS(2072), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2429), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2384), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2392), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2396), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2584), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - ACTIONS(2388), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2386), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40788] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2498), 1, - sym_var_modifier, - ACTIONS(2586), 1, - anon_sym_RBRACE, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1249), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [40859] = 22, - ACTIONS(1530), 1, + [43003] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2517), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2588), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [40936] = 22, - ACTIONS(1530), 1, + [43079] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2412), 2, + ACTIONS(2519), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2590), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41013] = 23, - ACTIONS(1530), 1, + [43155] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2414), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2418), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2422), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2426), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2430), 1, + ACTIONS(2058), 1, anon_sym_AMP, - ACTIONS(2432), 1, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2434), 1, + ACTIONS(2062), 1, anon_sym_PIPE, - ACTIONS(2436), 1, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2438), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2440), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2442), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2444), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2446), 1, + ACTIONS(2074), 1, anon_sym_AMP_AMP, - ACTIONS(2448), 1, + ACTIONS(2076), 1, anon_sym_CARET, - ACTIONS(2464), 1, - anon_sym_RPAREN, - ACTIONS(2546), 1, - anon_sym_COMMA, - ACTIONS(2412), 2, + ACTIONS(2521), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2420), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2424), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2450), 2, + ACTIONS(2078), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2416), 3, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2452), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41092] = 23, - ACTIONS(1530), 1, + [43231] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2524), 1, - anon_sym_EQ_GT, - ACTIONS(2592), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2523), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41171] = 19, - ACTIONS(3), 1, - sym_comment, - ACTIONS(2594), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2597), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2600), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2603), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2606), 1, - anon_sym_RBRACE, - ACTIONS(2608), 1, - aux_sym_final_modifier_token1, - ACTIONS(2611), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2614), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2617), 1, - sym_var_modifier, - ACTIONS(2623), 1, - anon_sym_POUND_LBRACK, - STATE(1356), 1, - sym_attribute_list, - STATE(1397), 1, - sym__class_const_declaration, - STATE(1398), 1, - sym__const_declaration, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2620), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1249), 5, - sym__member_declaration, - sym_property_declaration, - sym_method_declaration, - sym_use_declaration, - aux_sym_declaration_list_repeat1, - STATE(635), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [41242] = 22, - ACTIONS(1530), 1, + [43307] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2626), 1, - anon_sym_EQ_GT, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2525), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41318] = 22, - ACTIONS(1530), 1, + [43383] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2628), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2527), 1, + anon_sym_EQ_GT, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41394] = 22, - ACTIONS(1530), 1, + [43459] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2630), 1, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2529), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41470] = 22, - ACTIONS(1530), 1, + [43535] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2632), 1, - aux_sym_namespace_aliasing_clause_token1, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2531), 1, + anon_sym_COLON, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41546] = 22, - ACTIONS(1530), 1, + [43611] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2634), 1, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2533), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41622] = 22, - ACTIONS(1530), 1, + [43687] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2636), 1, - aux_sym_namespace_aliasing_clause_token1, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2535), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41698] = 22, - ACTIONS(1530), 1, + [43763] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2638), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2537), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41774] = 22, - ACTIONS(1530), 1, + [43839] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2640), 1, - aux_sym_namespace_aliasing_clause_token1, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2539), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41850] = 22, - ACTIONS(1530), 1, + [43915] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2642), 1, - anon_sym_COLON, - ACTIONS(2220), 2, + ACTIONS(2541), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [41926] = 22, - ACTIONS(1530), 1, + [43991] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2644), 1, - aux_sym_namespace_aliasing_clause_token1, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2543), 1, + anon_sym_RBRACE, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42002] = 22, - ACTIONS(1530), 1, + [44067] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2646), 1, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2545), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42078] = 22, - ACTIONS(1530), 1, + [44143] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2648), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, + ACTIONS(2547), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42154] = 22, - ACTIONS(1530), 1, + [44219] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2314), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2316), 1, + ACTIONS(2149), 1, anon_sym_PIPE, - ACTIONS(2320), 1, + ACTIONS(2153), 1, anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2324), 1, + ACTIONS(2157), 1, anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, + ACTIONS(2159), 1, anon_sym_AMP_AMP, - ACTIONS(2328), 1, + ACTIONS(2161), 1, anon_sym_CARET, - ACTIONS(2336), 1, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2340), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2344), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2346), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2348), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2352), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2354), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2646), 1, + ACTIONS(2549), 1, anon_sym_RBRACK, - ACTIONS(2318), 2, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2330), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2338), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2342), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2334), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2332), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42230] = 22, - ACTIONS(1530), 1, + [44295] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, + ACTIONS(2147), 1, anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2149), 1, + anon_sym_PIPE, + ACTIONS(2153), 1, + anon_sym_QMARK_QMARK, + ACTIONS(2155), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2157), 1, + anon_sym_PIPE_PIPE, + ACTIONS(2159), 1, + anon_sym_AMP_AMP, + ACTIONS(2161), 1, + anon_sym_CARET, + ACTIONS(2169), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2173), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2177), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2179), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2225), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2227), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2229), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2650), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2551), 1, + anon_sym_RBRACK, + ACTIONS(2151), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, + ACTIONS(2163), 2, anon_sym_EQ_EQ, anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2171), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2175), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2167), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2165), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42306] = 22, - ACTIONS(1530), 1, + [44371] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2652), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2553), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42382] = 22, - ACTIONS(1530), 1, + [44447] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2654), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2555), 1, + anon_sym_RPAREN, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42458] = 22, - ACTIONS(1530), 1, + [44523] = 22, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, + ACTIONS(2042), 1, anon_sym_STAR_STAR, - ACTIONS(2230), 1, + ACTIONS(2046), 1, anon_sym_GT_EQ, - ACTIONS(2234), 1, + ACTIONS(2050), 1, anon_sym_DOT, - ACTIONS(2238), 1, + ACTIONS(2054), 1, anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(2058), 1, + anon_sym_AMP, + ACTIONS(2060), 1, anon_sym_QMARK, - ACTIONS(2250), 1, + ACTIONS(2062), 1, + anon_sym_PIPE, + ACTIONS(2064), 1, anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, + ACTIONS(2066), 1, aux_sym_binary_expression_token2, - ACTIONS(2254), 1, + ACTIONS(2068), 1, aux_sym_binary_expression_token3, - ACTIONS(2256), 1, + ACTIONS(2070), 1, aux_sym_binary_expression_token4, - ACTIONS(2258), 1, + ACTIONS(2072), 1, anon_sym_PIPE_PIPE, - ACTIONS(2656), 1, + ACTIONS(2074), 1, + anon_sym_AMP_AMP, + ACTIONS(2076), 1, + anon_sym_CARET, + ACTIONS(2557), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, + ACTIONS(2040), 2, anon_sym_PLUS, anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, + ACTIONS(2048), 2, anon_sym_LT_LT, anon_sym_GT_GT, - ACTIONS(2236), 2, + ACTIONS(2052), 2, anon_sym_STAR, anon_sym_SLASH, - ACTIONS(2228), 3, + ACTIONS(2078), 2, + anon_sym_EQ_EQ, + anon_sym_BANG_EQ, + ACTIONS(2044), 3, anon_sym_LT, anon_sym_GT, anon_sym_LT_EQ, - ACTIONS(2226), 4, + ACTIONS(2080), 4, anon_sym_LT_GT, anon_sym_EQ_EQ_EQ, anon_sym_BANG_EQ_EQ, anon_sym_LT_EQ_GT, - [42534] = 22, - ACTIONS(1530), 1, + [44599] = 14, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2658), 1, - anon_sym_EQ_GT, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [42610] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2660), 1, - anon_sym_COLON, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [42686] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2662), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [42762] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2664), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [42838] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2666), 1, - anon_sym_COLON, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [42914] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2668), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [42990] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2670), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43066] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2672), 1, - anon_sym_COLON, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43142] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2674), 1, - anon_sym_RBRACK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43218] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2676), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43294] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2674), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43370] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2678), 1, - anon_sym_EQ_GT, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43446] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2680), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43522] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2682), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43598] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2670), 1, - anon_sym_RBRACK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43674] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2684), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43750] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2686), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43826] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2690), 4, - anon_sym_BSLASH, - anon_sym_LPAREN, - anon_sym_QMARK, - anon_sym_DOLLAR, - ACTIONS(2688), 26, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_string, - anon_sym_int, - aux_sym_class_declaration_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - aux_sym__arrow_function_header_token1, - anon_sym_array, - aux_sym_primitive_type_token1, - anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - sym_name, - [43864] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2692), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [43940] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2694), 1, - anon_sym_RBRACK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44016] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2696), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44092] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2698), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44168] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2700), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44244] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2702), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44320] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2704), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44396] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2694), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44472] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2706), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44548] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2708), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44624] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2710), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44700] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2712), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44776] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2714), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44852] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2716), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [44928] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2718), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45004] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2720), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45080] = 15, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1678), 1, + ACTIONS(1637), 1, anon_sym_LPAREN, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(1715), 1, + ACTIONS(1679), 1, anon_sym_DOLLAR, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(1998), 1, + STATE(1644), 1, sym_variable_name, - STATE(2349), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2144), 1, sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2299), 1, sym_namespace_name, - STATE(1492), 3, + STATE(1410), 3, sym_union_type, sym_intersection_type, sym_disjunctive_normal_form_type, - STATE(1419), 4, + STATE(1412), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -114604,1066 +114842,270 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [45142] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2722), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45218] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2724), 1, - anon_sym_RBRACK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45294] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2724), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45370] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2726), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45446] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2728), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45522] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2730), 1, - anon_sym_RPAREN, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45598] = 22, - ACTIONS(1530), 1, + [44658] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2732), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45674] = 15, - ACTIONS(27), 1, + ACTIONS(1619), 4, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1678), 1, anon_sym_LPAREN, - ACTIONS(1680), 1, anon_sym_QMARK, - ACTIONS(1715), 1, anon_sym_DOLLAR, - STATE(1427), 1, - sym_qualified_name, - STATE(2111), 1, - sym_variable_name, - STATE(2185), 1, - sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, - sym__types, - sym_named_type, - sym_optional_type, - sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(2559), 25, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + aux_sym__arrow_function_header_token1, anon_sym_array, aux_sym_primitive_type_token1, anon_sym_iterable, - anon_sym_bool, - anon_sym_float, - anon_sym_void, - anon_sym_mixed, - anon_sym_false, - anon_sym_null, - anon_sym_true, - [45736] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2734), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45812] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2736), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45888] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2738), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [45964] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2740), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46040] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2314), 1, - anon_sym_AMP, - ACTIONS(2316), 1, - anon_sym_PIPE, - ACTIONS(2320), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2322), 1, - anon_sym_STAR_STAR, - ACTIONS(2324), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2326), 1, - anon_sym_AMP_AMP, - ACTIONS(2328), 1, - anon_sym_CARET, - ACTIONS(2336), 1, - anon_sym_GT_EQ, - ACTIONS(2340), 1, - anon_sym_DOT, - ACTIONS(2344), 1, - anon_sym_PERCENT, - ACTIONS(2346), 1, - anon_sym_QMARK, - ACTIONS(2348), 1, - aux_sym_binary_expression_token2, - ACTIONS(2352), 1, - aux_sym_binary_expression_token3, - ACTIONS(2354), 1, - aux_sym_binary_expression_token4, - ACTIONS(2738), 1, - anon_sym_RBRACK, - ACTIONS(2318), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2330), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2338), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2342), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2334), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2332), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46116] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2742), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46192] = 22, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2744), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46268] = 22, - ACTIONS(1530), 1, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + sym_name, + [44695] = 14, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1637), 1, + anon_sym_LPAREN, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2746), 1, - anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46344] = 22, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(1383), 1, + sym_qualified_name, + STATE(1637), 1, + sym_variable_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2230), 1, + sym_type, + STATE(2299), 1, + sym_namespace_name, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1412), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [44754] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2748), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2561), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46420] = 22, - ACTIONS(1530), 1, + ACTIONS(2563), 1, + aux_sym_enum_case_token1, + ACTIONS(2565), 1, + sym_var_modifier, + STATE(1266), 1, + sym_attribute_list, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1224), 5, + sym__enum_member_declaration, + sym_enum_case, + sym_method_declaration, + sym_use_declaration, + aux_sym_enum_declaration_list_repeat1, + STATE(1267), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [44819] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2750), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2563), 1, + aux_sym_enum_case_token1, + ACTIONS(2565), 1, + sym_var_modifier, + ACTIONS(2567), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46496] = 22, - ACTIONS(1530), 1, + STATE(1266), 1, + sym_attribute_list, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1226), 5, + sym__enum_member_declaration, + sym_enum_case, + sym_method_declaration, + sym_use_declaration, + aux_sym_enum_declaration_list_repeat1, + STATE(1267), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [44884] = 17, + ACTIONS(3), 1, sym_comment, - ACTIONS(2218), 1, - anon_sym_AMP, - ACTIONS(2222), 1, - anon_sym_STAR_STAR, - ACTIONS(2230), 1, - anon_sym_GT_EQ, - ACTIONS(2234), 1, - anon_sym_DOT, - ACTIONS(2238), 1, - anon_sym_PERCENT, - ACTIONS(2240), 1, - anon_sym_PIPE, - ACTIONS(2242), 1, - anon_sym_AMP_AMP, - ACTIONS(2244), 1, - anon_sym_CARET, - ACTIONS(2248), 1, - anon_sym_QMARK, - ACTIONS(2250), 1, - anon_sym_QMARK_QMARK, - ACTIONS(2252), 1, - aux_sym_binary_expression_token2, - ACTIONS(2254), 1, - aux_sym_binary_expression_token3, - ACTIONS(2256), 1, - aux_sym_binary_expression_token4, - ACTIONS(2258), 1, - anon_sym_PIPE_PIPE, - ACTIONS(2752), 1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2363), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2563), 1, + aux_sym_enum_case_token1, + ACTIONS(2565), 1, + sym_var_modifier, + ACTIONS(2569), 1, anon_sym_RBRACE, - ACTIONS(2220), 2, - anon_sym_PLUS, - anon_sym_DASH, - ACTIONS(2224), 2, - anon_sym_EQ_EQ, - anon_sym_BANG_EQ, - ACTIONS(2232), 2, - anon_sym_LT_LT, - anon_sym_GT_GT, - ACTIONS(2236), 2, - anon_sym_STAR, - anon_sym_SLASH, - ACTIONS(2228), 3, - anon_sym_LT, - anon_sym_GT, - anon_sym_LT_EQ, - ACTIONS(2226), 4, - anon_sym_LT_GT, - anon_sym_EQ_EQ_EQ, - anon_sym_BANG_EQ_EQ, - anon_sym_LT_EQ_GT, - [46572] = 17, + STATE(1266), 1, + sym_attribute_list, + STATE(1633), 1, + sym__function_definition_header, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1225), 5, + sym__enum_member_declaration, + sym_enum_case, + sym_method_declaration, + sym_use_declaration, + aux_sym_enum_declaration_list_repeat1, + STATE(1267), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [44949] = 17, ACTIONS(3), 1, sym_comment, - ACTIONS(2754), 1, + ACTIONS(2571), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2757), 1, + ACTIONS(2574), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2760), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2763), 1, + ACTIONS(2577), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2580), 1, anon_sym_RBRACE, - ACTIONS(2765), 1, + ACTIONS(2582), 1, aux_sym_enum_case_token1, - ACTIONS(2768), 1, + ACTIONS(2585), 1, aux_sym_final_modifier_token1, - ACTIONS(2771), 1, + ACTIONS(2588), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2774), 1, + ACTIONS(2591), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2777), 1, + ACTIONS(2594), 1, sym_var_modifier, - ACTIONS(2783), 1, + ACTIONS(2600), 1, anon_sym_POUND_LBRACK, - STATE(1357), 1, + STATE(1266), 1, sym_attribute_list, - STATE(1831), 1, + STATE(1633), 1, sym__function_definition_header, - STATE(984), 2, + STATE(948), 2, sym_attribute_group, aux_sym_attribute_list_repeat1, - ACTIONS(2780), 3, + ACTIONS(2597), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1321), 5, + STATE(1225), 5, sym__enum_member_declaration, sym_enum_case, sym_method_declaration, sym_use_declaration, aux_sym_enum_declaration_list_repeat1, - STATE(1360), 7, + STATE(1267), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -115671,47 +115113,47 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [46637] = 17, + [45014] = 17, ACTIONS(3), 1, sym_comment, ACTIONS(115), 1, anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, + ACTIONS(2363), 1, aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2786), 1, - anon_sym_RBRACE, - ACTIONS(2788), 1, + ACTIONS(2563), 1, aux_sym_enum_case_token1, - ACTIONS(2790), 1, + ACTIONS(2565), 1, sym_var_modifier, - STATE(1357), 1, + ACTIONS(2603), 1, + anon_sym_RBRACE, + STATE(1266), 1, sym_attribute_list, - STATE(1831), 1, + STATE(1633), 1, sym__function_definition_header, - STATE(984), 2, + STATE(948), 2, sym_attribute_group, aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1328), 5, + STATE(1225), 5, sym__enum_member_declaration, sym_enum_case, sym_method_declaration, sym_use_declaration, aux_sym_enum_declaration_list_repeat1, - STATE(1360), 7, + STATE(1267), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -115719,19 +115161,19 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [46702] = 3, - ACTIONS(1530), 1, + [45079] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2794), 4, + ACTIONS(2607), 5, + anon_sym_AMP, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(2792), 25, + ACTIONS(2605), 24, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -115753,19 +115195,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [46739] = 3, - ACTIONS(1530), 1, + [45116] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2798), 4, + ACTIONS(2611), 4, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(2796), 25, + ACTIONS(2609), 24, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -115787,19 +115228,104 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [46776] = 3, - ACTIONS(1530), 1, + [45152] = 13, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1637), 1, + anon_sym_LPAREN, + ACTIONS(1639), 1, + anon_sym_QMARK, + ACTIONS(2613), 1, + sym_bottom_type, + STATE(1383), 1, + sym_qualified_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2285), 1, + sym_type, + STATE(2299), 1, + sym_namespace_name, + STATE(1410), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1412), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [45208] = 13, + ACTIONS(27), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2615), 1, + sym_name, + ACTIONS(2619), 1, + anon_sym_LPAREN, + ACTIONS(2621), 1, + anon_sym_QMARK, + ACTIONS(2623), 1, + sym_bottom_type, + STATE(1641), 1, + sym_qualified_name, + STATE(1903), 1, + sym_type, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, + sym_namespace_name, + STATE(2028), 3, + sym_union_type, + sym_intersection_type, + sym_disjunctive_normal_form_type, + STATE(1415), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(2617), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [45264] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2802), 4, + ACTIONS(2627), 4, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(2800), 25, + ACTIONS(2625), 24, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -115821,19 +115347,18 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [46813] = 3, - ACTIONS(1530), 1, + [45300] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2806), 4, + ACTIONS(2631), 4, anon_sym_BSLASH, anon_sym_LPAREN, anon_sym_QMARK, anon_sym_DOLLAR, - ACTIONS(2804), 25, + ACTIONS(2629), 24, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_string, anon_sym_int, aux_sym_class_declaration_token1, @@ -115855,183 +115380,64 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_null, anon_sym_true, sym_name, - [46850] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2788), 1, - aux_sym_enum_case_token1, - ACTIONS(2790), 1, - sym_var_modifier, - ACTIONS(2808), 1, - anon_sym_RBRACE, - STATE(1357), 1, - sym_attribute_list, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1321), 5, - sym__enum_member_declaration, - sym_enum_case, - sym_method_declaration, - sym_use_declaration, - aux_sym_enum_declaration_list_repeat1, - STATE(1360), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [46915] = 17, - ACTIONS(3), 1, - sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2788), 1, - aux_sym_enum_case_token1, - ACTIONS(2790), 1, - sym_var_modifier, - ACTIONS(2810), 1, - anon_sym_RBRACE, - STATE(1357), 1, - sym_attribute_list, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1321), 5, - sym__enum_member_declaration, - sym_enum_case, - sym_method_declaration, - sym_use_declaration, - aux_sym_enum_declaration_list_repeat1, - STATE(1360), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [46980] = 17, - ACTIONS(3), 1, + [45336] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(115), 1, - anon_sym_POUND_LBRACK, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2484), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, - aux_sym_final_modifier_token1, - ACTIONS(2494), 1, - aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, - aux_sym_readonly_modifier_token1, - ACTIONS(2788), 1, - aux_sym_enum_case_token1, - ACTIONS(2790), 1, - sym_var_modifier, - ACTIONS(2812), 1, - anon_sym_RBRACE, - STATE(1357), 1, - sym_attribute_list, - STATE(1831), 1, - sym__function_definition_header, - STATE(984), 2, - sym_attribute_group, - aux_sym_attribute_list_repeat1, - ACTIONS(2500), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - STATE(1327), 5, - sym__enum_member_declaration, - sym_enum_case, - sym_method_declaration, - sym_use_declaration, - aux_sym_enum_declaration_list_repeat1, - STATE(1360), 7, - sym_final_modifier, - sym_abstract_modifier, - sym_readonly_modifier, - sym__modifier, - sym_static_modifier, - sym_visibility_modifier, - aux_sym_class_declaration_repeat1, - [47045] = 14, - ACTIONS(27), 1, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1669), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1677), 1, + anon_sym_QMARK, + ACTIONS(2633), 1, + anon_sym_LPAREN, + STATE(1383), 1, + sym_qualified_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, + sym_namespace_name, + STATE(1387), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [45381] = 10, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1678), 1, - anon_sym_LPAREN, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2814), 1, - sym_bottom_type, - STATE(1427), 1, + ACTIONS(2633), 1, + anon_sym_LPAREN, + STATE(1383), 1, sym_qualified_name, - STATE(2267), 1, - sym_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1492), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1419), 4, + STATE(1391), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116044,39 +115450,99 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47104] = 14, + [45426] = 10, ACTIONS(27), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(2615), 1, sym_name, - ACTIONS(2820), 1, + ACTIONS(2621), 1, + anon_sym_QMARK, + ACTIONS(2635), 1, anon_sym_LPAREN, - ACTIONS(2822), 1, + STATE(1641), 1, + sym_qualified_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, + sym_namespace_name, + STATE(1755), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(2617), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [45471] = 10, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1625), 1, + sym_name, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2824), 1, - sym_bottom_type, - STATE(1657), 1, + STATE(1383), 1, sym_qualified_name, - STATE(1977), 1, - sym_type, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + STATE(2409), 1, + sym_intersection_type, + STATE(2003), 4, + sym__types, + sym_named_type, + sym_optional_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [45516] = 10, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2309), 1, + anon_sym_QMARK, + ACTIONS(2633), 1, + anon_sym_LPAREN, + ACTIONS(2637), 1, + sym_name, + STATE(1383), 1, + sym_qualified_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1899), 3, - sym_union_type, - sym_intersection_type, - sym_disjunctive_normal_form_type, - STATE(1519), 4, + STATE(1387), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2818), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116089,31 +115555,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47163] = 11, - ACTIONS(27), 1, + [45561] = 10, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(2822), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2826), 1, - anon_sym_LPAREN, - STATE(1657), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1840), 4, + STATE(2313), 1, + sym_intersection_type, + STATE(2003), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2818), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116126,31 +115590,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47211] = 11, - ACTIONS(27), 1, + [45606] = 10, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2828), 1, - anon_sym_LPAREN, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1437), 4, + STATE(2410), 1, + sym_intersection_type, + STATE(2003), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116163,31 +115625,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47259] = 11, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + [45651] = 14, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(1908), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1912), 1, + anon_sym_BSLASH, + ACTIONS(1918), 1, + anon_sym_LPAREN, + STATE(886), 1, + sym__variable_scoped_property_access_expression, + STATE(888), 1, + sym__variable_nullsafe_member_access_expression, + STATE(889), 1, + sym__variable_member_access_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2343), 1, + sym_namespace_name, + STATE(1015), 2, + sym_parenthesized_expression, + sym__class_name_reference, + ACTIONS(1920), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(943), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(862), 5, + sym__variable_subscript_expression, + sym_dynamic_variable_name, + sym__simple_variable, + sym__new_variable, + sym_variable_name, + [45704] = 10, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2309), 1, anon_sym_QMARK, - STATE(1427), 1, + ACTIONS(2633), 1, + anon_sym_LPAREN, + ACTIONS(2637), 1, + sym_name, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(2600), 1, - sym_intersection_type, - STATE(1988), 4, + STATE(1391), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116200,31 +115699,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47307] = 11, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + [45749] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1677), 1, anon_sym_QMARK, - STATE(1427), 1, + ACTIONS(2633), 1, + anon_sym_LPAREN, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2546), 1, - sym_intersection_type, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, sym_namespace_name, - STATE(1988), 4, + STATE(1391), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116237,31 +115734,68 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47355] = 11, - ACTIONS(27), 1, + [45794] = 14, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + ACTIONS(1922), 1, + sym_name, + ACTIONS(1924), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1926), 1, + anon_sym_LPAREN, + STATE(698), 1, + sym__variable_member_access_expression, + STATE(699), 1, + sym__variable_nullsafe_member_access_expression, + STATE(700), 1, + sym__variable_scoped_property_access_expression, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2431), 1, + sym_namespace_name, + STATE(929), 2, + sym_parenthesized_expression, + sym__class_name_reference, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(810), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + STATE(732), 5, + sym__variable_subscript_expression, + sym_dynamic_variable_name, + sym__simple_variable, + sym__new_variable, + sym_variable_name, + [45847] = 10, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2828), 1, + ACTIONS(2633), 1, anon_sym_LPAREN, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1448), 4, + STATE(1387), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116274,31 +115808,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47403] = 11, - ACTIONS(27), 1, + [45892] = 10, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2425), 1, - sym_intersection_type, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1988), 4, + STATE(2350), 1, + sym_intersection_type, + STATE(2003), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116311,31 +115843,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47451] = 11, - ACTIONS(27), 1, + [45937] = 10, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1713), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2828), 1, - anon_sym_LPAREN, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1437), 4, + STATE(2500), 1, + sym_intersection_type, + STATE(2003), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116348,31 +115878,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47499] = 11, - ACTIONS(27), 1, + [45982] = 10, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(2822), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - ACTIONS(2826), 1, - anon_sym_LPAREN, - STATE(1657), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1782), 4, + STATE(2464), 1, + sym_intersection_type, + STATE(2003), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2818), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116385,31 +115913,29 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47547] = 11, + [46027] = 10, ACTIONS(27), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(2615), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(2621), 1, anon_sym_QMARK, - STATE(1427), 1, + ACTIONS(2635), 1, + anon_sym_LPAREN, + STATE(1641), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, sym_namespace_name, - STATE(2612), 1, - sym_intersection_type, - STATE(1988), 4, + STATE(1712), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(2617), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116422,31 +115948,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47595] = 11, + [46072] = 9, ACTIONS(27), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(2615), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(2621), 1, anon_sym_QMARK, - STATE(1427), 1, + STATE(1641), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2456), 1, - sym_intersection_type, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, sym_namespace_name, - STATE(1988), 4, + STATE(1713), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(2617), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116459,31 +115981,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47643] = 11, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + [46114] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1713), 1, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1677), 1, anon_sym_QMARK, - ACTIONS(2828), 1, - anon_sym_LPAREN, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, sym_namespace_name, - STATE(1448), 4, + STATE(1388), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116496,29 +116014,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47691] = 10, - ACTIONS(27), 1, + [46156] = 9, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(2822), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - STATE(1657), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1842), 4, + STATE(1388), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2818), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116531,29 +116047,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47736] = 10, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + [46198] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1669), 1, + anon_sym_BSLASH, + ACTIONS(1677), 1, anon_sym_QMARK, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, sym_namespace_name, - STATE(1439), 4, + STATE(1395), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116566,29 +116080,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47781] = 10, - ACTIONS(27), 1, + [46240] = 9, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - ACTIONS(1680), 1, + ACTIONS(1639), 1, anon_sym_QMARK, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1438), 4, + STATE(1395), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116601,29 +116113,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47826] = 10, + [46282] = 9, ACTIONS(27), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(2615), 1, sym_name, - ACTIONS(1713), 1, + ACTIONS(2621), 1, anon_sym_QMARK, - STATE(1427), 1, + STATE(1641), 1, sym_qualified_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, sym_namespace_name, - STATE(1438), 4, + STATE(1777), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(2617), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116636,29 +116146,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47871] = 10, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + [46324] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2816), 1, - sym_name, - ACTIONS(2822), 1, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2309), 1, anon_sym_QMARK, - STATE(1657), 1, + ACTIONS(2637), 1, + sym_name, + STATE(1383), 1, sym_qualified_name, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1785), 4, + STATE(1395), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(2818), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116671,29 +116179,27 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47916] = 10, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + [46366] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, - sym_name, - ACTIONS(1713), 1, + ACTIONS(2305), 1, + anon_sym_BSLASH, + ACTIONS(2309), 1, anon_sym_QMARK, - STATE(1427), 1, + ACTIONS(2637), 1, + sym_name, + STATE(1383), 1, sym_qualified_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1439), 4, + STATE(1388), 4, sym__types, sym_named_type, sym_optional_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116706,27 +116212,26 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [47961] = 7, - ACTIONS(1530), 1, + [46408] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1682), 1, + ACTIONS(1641), 1, anon_sym_DOLLAR, - ACTIONS(1869), 1, + ACTIONS(2639), 1, anon_sym_COLON_COLON, - STATE(1747), 1, - sym_variable_name, - STATE(1754), 1, + STATE(1647), 1, sym_static_variable_declaration, - ACTIONS(1606), 5, - anon_sym_LBRACE, + STATE(1715), 1, + sym_variable_name, + ACTIONS(1460), 4, anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(2690), 12, + ACTIONS(1619), 12, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, aux_sym_class_declaration_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -116736,27 +116241,98 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, aux_sym__arrow_function_header_token1, - [47998] = 7, - ACTIONS(1530), 1, + [46444] = 14, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2641), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2643), 1, + aux_sym_enum_declaration_token1, + ACTIONS(2645), 1, + aux_sym_class_declaration_token1, + ACTIONS(2647), 1, + sym_var_modifier, + ACTIONS(2649), 1, + aux_sym__arrow_function_header_token1, + STATE(1377), 1, + sym_static_modifier, + STATE(2246), 1, + sym__function_definition_header, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1277), 6, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [46494] = 14, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2641), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2649), 1, + aux_sym__arrow_function_header_token1, + ACTIONS(2651), 1, + aux_sym_enum_declaration_token1, + ACTIONS(2653), 1, + aux_sym_class_declaration_token1, + ACTIONS(2655), 1, + sym_var_modifier, + STATE(1377), 1, + sym_static_modifier, + STATE(2161), 1, + sym__function_definition_header, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1279), 6, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [46544] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1682), 1, + ACTIONS(1641), 1, anon_sym_DOLLAR, - ACTIONS(1869), 1, + ACTIONS(2639), 1, anon_sym_COLON_COLON, - STATE(1747), 1, - sym_variable_name, - STATE(1805), 1, + STATE(1593), 1, sym_static_variable_declaration, - ACTIONS(1606), 5, - anon_sym_LBRACE, + STATE(1715), 1, + sym_variable_name, + ACTIONS(1460), 4, anon_sym_LPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - ACTIONS(2690), 12, + ACTIONS(1619), 12, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, aux_sym_class_declaration_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -116766,25 +116342,52 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, aux_sym__arrow_function_header_token1, - [48035] = 9, - ACTIONS(27), 1, + [46580] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2305), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(2637), 1, + sym_name, + STATE(1383), 1, + sym_qualified_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + STATE(1375), 2, + sym_named_type, + sym_primitive_type, + ACTIONS(1633), 12, + anon_sym_string, + anon_sym_int, + anon_sym_array, + aux_sym_primitive_type_token1, + anon_sym_iterable, + anon_sym_bool, + anon_sym_float, + anon_sym_void, + anon_sym_mixed, + anon_sym_false, + anon_sym_null, + anon_sym_true, + [46617] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - STATE(1427), 1, + ACTIONS(1669), 1, + anon_sym_BSLASH, + STATE(1383), 1, sym_qualified_name, - STATE(2434), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2424), 1, sym_namespace_name, - STATE(1426), 2, + STATE(1375), 2, sym_named_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116797,25 +116400,23 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [48075] = 9, + [46654] = 8, ACTIONS(27), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2816), 1, + ACTIONS(2615), 1, sym_name, - STATE(1657), 1, + STATE(1641), 1, sym_qualified_name, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1661), 2, + STATE(1672), 2, sym_named_type, sym_primitive_type, - ACTIONS(2818), 12, + ACTIONS(2617), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116828,61 +116429,56 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [48115] = 14, - ACTIONS(1530), 1, + [46691] = 12, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2367), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2830), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2832), 1, - aux_sym_enum_declaration_token1, - ACTIONS(2834), 1, - aux_sym_class_declaration_token1, - ACTIONS(2836), 1, + ACTIONS(2657), 1, sym_var_modifier, - ACTIONS(2838), 1, - aux_sym__arrow_function_header_token1, - STATE(1429), 1, - sym_static_modifier, - STATE(2413), 1, + STATE(1318), 1, + sym__const_declaration, + STATE(1636), 1, sym__function_definition_header, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1366), 6, + STATE(633), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym__modifier, + sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48165] = 9, - ACTIONS(27), 1, + [46736] = 8, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1666), 1, + ACTIONS(1625), 1, sym_name, - STATE(1427), 1, + STATE(1383), 1, sym_qualified_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, sym_namespace_name, - STATE(1426), 2, + STATE(1375), 2, sym_named_type, sym_primitive_type, - ACTIONS(1674), 12, + ACTIONS(1633), 12, anon_sym_string, anon_sym_int, anon_sym_array, @@ -116895,68 +116491,59 @@ static const uint16_t ts_small_parse_table[] = { anon_sym_false, anon_sym_null, anon_sym_true, - [48205] = 14, - ACTIONS(1530), 1, + [46773] = 11, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2830), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2838), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(2840), 1, - aux_sym_enum_declaration_token1, - ACTIONS(2842), 1, - aux_sym_class_declaration_token1, - ACTIONS(2844), 1, + ACTIONS(2659), 1, + aux_sym_enum_case_token1, + ACTIONS(2661), 1, sym_var_modifier, - STATE(1429), 1, - sym_static_modifier, - STATE(2276), 1, + STATE(1636), 1, sym__function_definition_header, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1364), 6, + STATE(1271), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, sym__modifier, + sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48255] = 12, - ACTIONS(1530), 1, + [46815] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2488), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2846), 1, + ACTIONS(2663), 1, sym_var_modifier, - STATE(1395), 1, - sym__const_declaration, - STATE(1874), 1, + STATE(1689), 1, sym__function_definition_header, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(634), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -116964,30 +116551,28 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48300] = 11, - ACTIONS(1530), 1, + [46854] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2848), 1, - aux_sym_enum_case_token1, - ACTIONS(2850), 1, + ACTIONS(2663), 1, sym_var_modifier, - STATE(1874), 1, - sym__function_definition_header, - ACTIONS(2500), 3, + ACTIONS(2665), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2667), 1, + aux_sym_class_declaration_token1, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1358), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -116995,28 +116580,57 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48342] = 10, - ACTIONS(1530), 1, + [46893] = 10, + ACTIONS(565), 1, + sym_integer, + ACTIONS(595), 1, + anon_sym_LT_LT_LT, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2669), 1, + sym_float, + ACTIONS(2671), 1, + aux_sym__argument_name_token1, + ACTIONS(2673), 1, + aux_sym__argument_name_token2, + STATE(2512), 1, + sym_literal, + ACTIONS(591), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(593), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(911), 7, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym_boolean, + sym_null, + sym__string, + [46932] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2663), 1, sym_var_modifier, - STATE(1849), 1, - sym__function_definition_header, - ACTIONS(2500), 3, + ACTIONS(2675), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2677), 1, + aux_sym_class_declaration_token1, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117024,28 +116638,28 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48381] = 10, - ACTIONS(1530), 1, + [46971] = 10, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2365), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2663), 1, sym_var_modifier, - ACTIONS(2854), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2856), 1, - aux_sym_class_declaration_token1, - ACTIONS(2500), 3, + STATE(1599), 1, + sym__function_definition_header, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117053,28 +116667,55 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48420] = 10, - ACTIONS(1530), 1, + [47010] = 11, + ACTIONS(3), 1, + sym_comment, + ACTIONS(2679), 1, + anon_sym_LBRACE, + ACTIONS(2683), 1, + anon_sym_BSLASHu, + ACTIONS(2685), 1, + sym__new_line, + ACTIONS(2688), 1, + anon_sym_DOLLAR, + ACTIONS(2690), 1, + sym_heredoc_end, + STATE(1283), 1, + aux_sym_heredoc_body_repeat1, + STATE(1389), 1, + sym_variable_name, + STATE(1459), 1, + sym__simple_string_member_access_expression, + ACTIONS(2681), 2, + sym_encapsed_string_chars_heredoc, + sym_escape_sequence, + STATE(1285), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_string_body_heredoc, + sym_dynamic_variable_name, + sym__simple_variable, + [47050] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2486), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2663), 1, sym_var_modifier, - STATE(1880), 1, - sym__function_definition_header, - ACTIONS(2500), 3, + ACTIONS(2692), 1, + aux_sym_class_declaration_token1, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117082,28 +116723,26 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48459] = 10, - ACTIONS(1530), 1, + [47086] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2663), 1, sym_var_modifier, - ACTIONS(2858), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2860), 1, + ACTIONS(2694), 1, aux_sym_class_declaration_token1, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117111,55 +116750,47 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48498] = 10, - ACTIONS(585), 1, - sym_integer, - ACTIONS(615), 1, - anon_sym_LT_LT_LT, - ACTIONS(1530), 1, + [47122] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2862), 1, - sym_float, - ACTIONS(2864), 1, - aux_sym__argument_name_token1, - ACTIONS(2866), 1, - aux_sym__argument_name_token2, - STATE(2580), 1, - sym_literal, - ACTIONS(611), 2, + ACTIONS(2696), 6, + aux_sym_function_static_declaration_token1, + aux_sym_cast_type_token1, + aux_sym__new_non_dereferencable_expression_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(1541), 10, + anon_sym_BSLASH, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_LBRACK, aux_sym_encapsed_string_token1, anon_sym_DQUOTE, - ACTIONS(613), 2, aux_sym_string_token1, anon_sym_SQUOTE, - STATE(957), 7, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym_boolean, - sym_null, - sym__string, - [48537] = 9, - ACTIONS(1530), 1, + anon_sym_LT_LT_LT, + anon_sym_DOLLAR, + [47146] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2698), 1, + aux_sym_class_declaration_token1, + ACTIONS(2700), 1, sym_var_modifier, - ACTIONS(2858), 1, - aux_sym_namespace_use_declaration_token3, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(1274), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117167,26 +116798,26 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48573] = 9, - ACTIONS(1530), 1, + [47182] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2663), 1, sym_var_modifier, - ACTIONS(2868), 1, + ACTIONS(2702), 1, aux_sym_class_declaration_token1, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117194,47 +116825,53 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48609] = 3, - ACTIONS(1530), 1, + [47218] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2870), 6, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - aux_sym_namespace_definition_token1, - aux_sym_cast_type_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(1794), 10, - anon_sym_BSLASH, - anon_sym_RBRACE, - anon_sym_LPAREN, - anon_sym_LBRACK, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - aux_sym_string_token1, - anon_sym_SQUOTE, - anon_sym_LT_LT_LT, - anon_sym_DOLLAR, - [48633] = 9, - ACTIONS(1530), 1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2704), 1, + aux_sym_class_declaration_token1, + ACTIONS(2706), 1, + sym_var_modifier, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(1280), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [47254] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2482), 1, + ACTIONS(2361), 1, aux_sym_function_static_declaration_token1, - ACTIONS(2492), 1, + ACTIONS(2371), 1, aux_sym_final_modifier_token1, - ACTIONS(2494), 1, + ACTIONS(2373), 1, aux_sym_abstract_modifier_token1, - ACTIONS(2496), 1, + ACTIONS(2375), 1, aux_sym_readonly_modifier_token1, - ACTIONS(2852), 1, + ACTIONS(2663), 1, sym_var_modifier, - ACTIONS(2872), 1, + ACTIONS(2708), 1, aux_sym_class_declaration_token1, - ACTIONS(2500), 3, + ACTIONS(2379), 3, aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - STATE(1017), 7, + STATE(991), 7, sym_final_modifier, sym_abstract_modifier, sym_readonly_modifier, @@ -117242,174 +116879,283 @@ static const uint16_t ts_small_parse_table[] = { sym_static_modifier, sym_visibility_modifier, aux_sym_class_declaration_repeat1, - [48669] = 11, - ACTIONS(3), 1, + [47290] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2874), 1, - anon_sym_LBRACE, - ACTIONS(2878), 1, - anon_sym_BSLASHu, - ACTIONS(2880), 1, - sym__new_line, - ACTIONS(2883), 1, - anon_sym_DOLLAR, - ACTIONS(2885), 1, - sym_heredoc_end, - STATE(1368), 1, - aux_sym_heredoc_body_repeat1, - STATE(1440), 1, - sym_variable_name, - STATE(1552), 1, - sym__simple_string_member_access_expression, - ACTIONS(2876), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - STATE(1370), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_string_body_heredoc, - sym_dynamic_variable_name, - [48708] = 11, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2663), 1, + sym_var_modifier, + ACTIONS(2710), 1, + aux_sym_class_declaration_token1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(991), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [47326] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2663), 1, + sym_var_modifier, + ACTIONS(2712), 1, + aux_sym_class_declaration_token1, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(991), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [47362] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2371), 1, + aux_sym_final_modifier_token1, + ACTIONS(2373), 1, + aux_sym_abstract_modifier_token1, + ACTIONS(2375), 1, + aux_sym_readonly_modifier_token1, + ACTIONS(2663), 1, + sym_var_modifier, + ACTIONS(2675), 1, + aux_sym_namespace_use_clause_token2, + ACTIONS(2379), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + STATE(991), 7, + sym_final_modifier, + sym_abstract_modifier, + sym_readonly_modifier, + sym__modifier, + sym_static_modifier, + sym_visibility_modifier, + aux_sym_class_declaration_repeat1, + [47398] = 11, ACTIONS(3), 1, sym_comment, - ACTIONS(2887), 1, + ACTIONS(2714), 1, anon_sym_LBRACE, - ACTIONS(2893), 1, + ACTIONS(2720), 1, anon_sym_BSLASHu, - ACTIONS(2896), 1, + ACTIONS(2723), 1, sym__new_line, - ACTIONS(2899), 1, + ACTIONS(2726), 1, anon_sym_DOLLAR, - ACTIONS(2902), 1, + ACTIONS(2729), 1, sym_heredoc_end, - STATE(1368), 1, + STATE(1283), 1, aux_sym_heredoc_body_repeat1, - STATE(1440), 1, + STATE(1389), 1, sym_variable_name, - STATE(1552), 1, + STATE(1459), 1, sym__simple_string_member_access_expression, - ACTIONS(2890), 2, + ACTIONS(2717), 2, sym_encapsed_string_chars_heredoc, sym_escape_sequence, - STATE(1370), 5, + STATE(1285), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, aux_sym__interpolated_string_body_heredoc, sym_dynamic_variable_name, - [48747] = 9, + sym__simple_variable, + [47438] = 10, + ACTIONS(27), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1908), 1, + sym_name, + STATE(1701), 1, + sym_namespace_use_clause, + STATE(1966), 1, + sym_namespace_use_group, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2334), 1, + sym_namespace_name, + ACTIONS(2731), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1920), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1709), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [47475] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2904), 1, + ACTIONS(2679), 1, anon_sym_LBRACE, - ACTIONS(2910), 1, - anon_sym_BSLASHu, - ACTIONS(2915), 1, + ACTIONS(2688), 1, anon_sym_DOLLAR, - STATE(1440), 1, + ACTIONS(2735), 1, + anon_sym_BSLASHu, + STATE(1389), 1, sym_variable_name, - STATE(1552), 1, + STATE(1459), 1, sym__simple_string_member_access_expression, - ACTIONS(2907), 2, + ACTIONS(2733), 2, sym_encapsed_string_chars_heredoc, sym_escape_sequence, - ACTIONS(2913), 2, + ACTIONS(2737), 2, sym_heredoc_end, sym__new_line, - STATE(1369), 5, + STATE(1289), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, aux_sym__interpolated_string_body_heredoc, sym_dynamic_variable_name, - [48781] = 9, + sym__simple_variable, + [47510] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2874), 1, + ACTIONS(2679), 1, anon_sym_LBRACE, - ACTIONS(2883), 1, + ACTIONS(2688), 1, anon_sym_DOLLAR, - ACTIONS(2920), 1, + ACTIONS(2735), 1, anon_sym_BSLASHu, - STATE(1440), 1, + STATE(1389), 1, sym_variable_name, - STATE(1552), 1, + STATE(1459), 1, sym__simple_string_member_access_expression, - ACTIONS(2918), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - ACTIONS(2922), 2, + ACTIONS(2729), 2, sym_heredoc_end, sym__new_line, - STATE(1369), 5, + ACTIONS(2733), 2, + sym_encapsed_string_chars_heredoc, + sym_escape_sequence, + STATE(1289), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, aux_sym__interpolated_string_body_heredoc, sym_dynamic_variable_name, - [48815] = 2, - ACTIONS(3), 1, + sym__simple_variable, + [47545] = 10, + ACTIONS(27), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2924), 14, + ACTIONS(1908), 1, + sym_name, + STATE(1617), 1, + sym_namespace_use_clause, + STATE(1862), 1, + sym_namespace_use_group, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2334), 1, + sym_namespace_name, + ACTIONS(2731), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1920), 3, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [48835] = 2, + anon_sym_self, + anon_sym_parent, + STATE(1709), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [47582] = 10, ACTIONS(3), 1, sym_comment, - ACTIONS(2926), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [48855] = 2, + ACTIONS(2679), 1, + anon_sym_LBRACE, + ACTIONS(2683), 1, + anon_sym_BSLASHu, + ACTIONS(2688), 1, + anon_sym_DOLLAR, + ACTIONS(2739), 1, + sym__new_line, + STATE(1272), 1, + aux_sym_heredoc_body_repeat1, + STATE(1389), 1, + sym_variable_name, + STATE(1459), 1, + sym__simple_string_member_access_expression, + ACTIONS(2681), 2, + sym_encapsed_string_chars_heredoc, + sym_escape_sequence, + STATE(1285), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_string_body_heredoc, + sym_dynamic_variable_name, + sym__simple_variable, + [47619] = 9, ACTIONS(3), 1, sym_comment, - ACTIONS(2926), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [48875] = 2, + ACTIONS(2741), 1, + anon_sym_LBRACE, + ACTIONS(2747), 1, + anon_sym_BSLASHu, + ACTIONS(2752), 1, + anon_sym_DOLLAR, + STATE(1389), 1, + sym_variable_name, + STATE(1459), 1, + sym__simple_string_member_access_expression, + ACTIONS(2744), 2, + sym_encapsed_string_chars_heredoc, + sym_escape_sequence, + ACTIONS(2750), 2, + sym_heredoc_end, + sym__new_line, + STATE(1289), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_string_body_heredoc, + sym_dynamic_variable_name, + sym__simple_variable, + [47654] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2928), 14, + ACTIONS(2755), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117420,14 +117166,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [48895] = 2, + [47674] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2928), 14, + ACTIONS(2757), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117438,14 +117184,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [48915] = 2, + [47694] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2930), 14, + ACTIONS(2759), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117456,14 +117202,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [48935] = 2, + [47714] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2932), 14, + ACTIONS(2761), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117474,14 +117220,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [48955] = 2, + [47734] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2934), 14, + ACTIONS(2763), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117492,14 +117238,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [48975] = 2, + [47754] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2936), 14, + ACTIONS(2765), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117510,39 +117256,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [48995] = 9, - ACTIONS(3), 1, + [47774] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2874), 1, + ACTIONS(2767), 1, anon_sym_LBRACE, - ACTIONS(2883), 1, - anon_sym_DOLLAR, - ACTIONS(2920), 1, + ACTIONS(2771), 1, anon_sym_BSLASHu, - STATE(1440), 1, + ACTIONS(2773), 1, + anon_sym_DQUOTE, + ACTIONS(2775), 1, + anon_sym_DOLLAR, + STATE(1398), 1, sym_variable_name, - STATE(1552), 1, + STATE(1558), 1, sym__simple_string_member_access_expression, - ACTIONS(2902), 2, - sym_heredoc_end, - sym__new_line, - ACTIONS(2918), 2, - sym_encapsed_string_chars_heredoc, + ACTIONS(2769), 2, + sym_encapsed_string_chars, sym_escape_sequence, - STATE(1369), 5, + STATE(1305), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, - aux_sym__interpolated_string_body_heredoc, + aux_sym__interpolated_string_body, sym_dynamic_variable_name, - [49029] = 2, + sym__simple_variable, + [47808] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2938), 14, + ACTIONS(2777), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117553,32 +117299,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49049] = 2, - ACTIONS(3), 1, + [47828] = 9, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2938), 14, + ACTIONS(1526), 1, + sym_name, + STATE(1972), 1, + sym_namespace_use_clause, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(2779), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [49069] = 2, + anon_sym_self, + anon_sym_parent, + STATE(2022), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [47862] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2940), 14, + ACTIONS(2781), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117589,135 +117342,214 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49089] = 2, - ACTIONS(3), 1, + [47882] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2940), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [49109] = 2, - ACTIONS(3), 1, + ACTIONS(2783), 1, + anon_sym_LBRACE, + ACTIONS(2789), 1, + anon_sym_BSLASHu, + ACTIONS(2792), 1, + anon_sym_BQUOTE, + ACTIONS(2794), 1, + anon_sym_DOLLAR, + STATE(1396), 1, + sym_variable_name, + STATE(1554), 1, + sym__simple_string_member_access_expression, + ACTIONS(2786), 2, + sym_execution_string_chars, + sym_escape_sequence, + STATE(1300), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_execution_operator_body, + sym_dynamic_variable_name, + sym__simple_variable, + [47916] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2942), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [49129] = 2, - ACTIONS(3), 1, + ACTIONS(2767), 1, + anon_sym_LBRACE, + ACTIONS(2775), 1, + anon_sym_DOLLAR, + ACTIONS(2799), 1, + anon_sym_BSLASHu, + ACTIONS(2801), 1, + anon_sym_DQUOTE, + STATE(1398), 1, + sym_variable_name, + STATE(1558), 1, + sym__simple_string_member_access_expression, + ACTIONS(2797), 2, + sym_encapsed_string_chars, + sym_escape_sequence, + STATE(1304), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_string_body, + sym_dynamic_variable_name, + sym__simple_variable, + [47950] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2944), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [49149] = 10, - ACTIONS(3), 1, + ACTIONS(2803), 1, + anon_sym_LBRACE, + ACTIONS(2807), 1, + anon_sym_BSLASHu, + ACTIONS(2809), 1, + anon_sym_BQUOTE, + ACTIONS(2811), 1, + anon_sym_DOLLAR, + STATE(1396), 1, + sym_variable_name, + STATE(1554), 1, + sym__simple_string_member_access_expression, + ACTIONS(2805), 2, + sym_execution_string_chars, + sym_escape_sequence, + STATE(1306), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_execution_operator_body, + sym_dynamic_variable_name, + sym__simple_variable, + [47984] = 9, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2767), 1, + anon_sym_LBRACE, + ACTIONS(2775), 1, + anon_sym_DOLLAR, + ACTIONS(2815), 1, + anon_sym_BSLASHu, + ACTIONS(2817), 1, + anon_sym_DQUOTE, + STATE(1398), 1, + sym_variable_name, + STATE(1558), 1, + sym__simple_string_member_access_expression, + ACTIONS(2813), 2, + sym_encapsed_string_chars, + sym_escape_sequence, + STATE(1296), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_string_body, + sym_dynamic_variable_name, + sym__simple_variable, + [48018] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2874), 1, + ACTIONS(2767), 1, anon_sym_LBRACE, - ACTIONS(2878), 1, + ACTIONS(2771), 1, anon_sym_BSLASHu, - ACTIONS(2883), 1, + ACTIONS(2775), 1, anon_sym_DOLLAR, - ACTIONS(2946), 1, - sym__new_line, - STATE(1367), 1, - aux_sym_heredoc_body_repeat1, - STATE(1440), 1, + ACTIONS(2819), 1, + anon_sym_DQUOTE, + STATE(1398), 1, sym_variable_name, - STATE(1552), 1, + STATE(1558), 1, sym__simple_string_member_access_expression, - ACTIONS(2876), 2, - sym_encapsed_string_chars_heredoc, + ACTIONS(2769), 2, + sym_encapsed_string_chars, sym_escape_sequence, - STATE(1370), 5, + STATE(1305), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, - aux_sym__interpolated_string_body_heredoc, + aux_sym__interpolated_string_body, sym_dynamic_variable_name, - [49185] = 2, - ACTIONS(3), 1, + sym__simple_variable, + [48052] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2948), 14, - aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - anon_sym_RBRACE, - aux_sym_enum_case_token1, - aux_sym_final_modifier_token1, - aux_sym_abstract_modifier_token1, - aux_sym_readonly_modifier_token1, - sym_var_modifier, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - anon_sym_POUND_LBRACK, - [49205] = 9, - ACTIONS(1530), 1, + ACTIONS(2821), 1, + anon_sym_LBRACE, + ACTIONS(2827), 1, + anon_sym_BSLASHu, + ACTIONS(2830), 1, + anon_sym_DQUOTE, + ACTIONS(2832), 1, + anon_sym_DOLLAR, + STATE(1398), 1, + sym_variable_name, + STATE(1558), 1, + sym__simple_string_member_access_expression, + ACTIONS(2824), 2, + sym_encapsed_string_chars, + sym_escape_sequence, + STATE(1305), 6, + sym__complex_string_part, + sym__simple_string_subscript_expression, + sym__simple_string_part, + aux_sym__interpolated_string_body, + sym_dynamic_variable_name, + sym__simple_variable, + [48086] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(2803), 1, anon_sym_LBRACE, - ACTIONS(2954), 1, + ACTIONS(2811), 1, + anon_sym_DOLLAR, + ACTIONS(2837), 1, anon_sym_BSLASHu, - ACTIONS(2956), 1, + ACTIONS(2839), 1, anon_sym_BQUOTE, - ACTIONS(2958), 1, - anon_sym_DOLLAR, - STATE(1476), 1, + STATE(1396), 1, sym_variable_name, - STATE(1594), 1, + STATE(1554), 1, sym__simple_string_member_access_expression, - ACTIONS(2952), 2, + ACTIONS(2835), 2, sym_execution_string_chars, sym_escape_sequence, - STATE(1418), 5, + STATE(1300), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, aux_sym__interpolated_execution_operator_body, sym_dynamic_variable_name, - [49238] = 2, + sym__simple_variable, + [48120] = 9, + ACTIONS(27), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1908), 1, + sym_name, + STATE(1979), 1, + sym_namespace_use_clause, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, + sym_namespace_name, + ACTIONS(2731), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1920), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1709), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [48154] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2960), 13, + ACTIONS(2841), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117728,61 +117560,39 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49257] = 9, - ACTIONS(1530), 1, + [48174] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(2803), 1, anon_sym_LBRACE, - ACTIONS(2958), 1, + ACTIONS(2811), 1, anon_sym_DOLLAR, - ACTIONS(2964), 1, - anon_sym_BSLASHu, - ACTIONS(2966), 1, - anon_sym_BQUOTE, - STATE(1476), 1, - sym_variable_name, - STATE(1594), 1, - sym__simple_string_member_access_expression, - ACTIONS(2962), 2, - sym_execution_string_chars, - sym_escape_sequence, - STATE(1392), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_execution_operator_body, - sym_dynamic_variable_name, - [49290] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2968), 1, - anon_sym_LBRACE, - ACTIONS(2974), 1, + ACTIONS(2837), 1, anon_sym_BSLASHu, - ACTIONS(2977), 1, + ACTIONS(2843), 1, anon_sym_BQUOTE, - ACTIONS(2979), 1, - anon_sym_DOLLAR, - STATE(1476), 1, + STATE(1396), 1, sym_variable_name, - STATE(1594), 1, + STATE(1554), 1, sym__simple_string_member_access_expression, - ACTIONS(2971), 2, + ACTIONS(2835), 2, sym_execution_string_chars, sym_escape_sequence, - STATE(1392), 5, + STATE(1300), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, aux_sym__interpolated_execution_operator_body, sym_dynamic_variable_name, - [49323] = 2, + sym__simple_variable, + [48208] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2982), 13, + ACTIONS(2845), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117793,39 +117603,41 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49342] = 9, - ACTIONS(1530), 1, + [48228] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2984), 1, + ACTIONS(2803), 1, anon_sym_LBRACE, - ACTIONS(2988), 1, - anon_sym_BSLASHu, - ACTIONS(2990), 1, - anon_sym_DQUOTE, - ACTIONS(2992), 1, + ACTIONS(2811), 1, anon_sym_DOLLAR, - STATE(1504), 1, + ACTIONS(2849), 1, + anon_sym_BSLASHu, + ACTIONS(2851), 1, + anon_sym_BQUOTE, + STATE(1396), 1, sym_variable_name, - STATE(1616), 1, + STATE(1554), 1, sym__simple_string_member_access_expression, - ACTIONS(2986), 2, - sym_encapsed_string_chars, + ACTIONS(2847), 2, + sym_execution_string_chars, sym_escape_sequence, - STATE(1416), 5, + STATE(1309), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, - aux_sym__interpolated_string_body, + aux_sym__interpolated_execution_operator_body, sym_dynamic_variable_name, - [49375] = 2, + sym__simple_variable, + [48262] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2994), 13, + ACTIONS(2853), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -117834,13 +117646,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49394] = 2, + [48282] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2996), 13, + ACTIONS(2855), 14, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -117851,14 +117664,63 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49413] = 2, + [48302] = 9, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2097), 1, + sym_namespace_use_clause, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(2779), 2, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(2022), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [48336] = 9, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + ACTIONS(2857), 1, + anon_sym_RBRACK, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2107), 1, + sym_attribute, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + STATE(1770), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [48369] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(2998), 13, + ACTIONS(2859), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -117868,14 +117730,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49432] = 2, + [48388] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3000), 13, + ACTIONS(2861), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -117885,14 +117747,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49451] = 2, + [48407] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3002), 13, + ACTIONS(2863), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -117902,34 +117764,31 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49470] = 5, - ACTIONS(1530), 1, + [48426] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3004), 4, + ACTIONS(2865), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3006), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [49495] = 2, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [48445] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3008), 13, + ACTIONS(2867), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -117939,15 +117798,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49514] = 2, + [48464] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3010), 13, + ACTIONS(2869), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -117956,38 +117815,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49533] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2984), 1, - anon_sym_LBRACE, - ACTIONS(2992), 1, - anon_sym_DOLLAR, - ACTIONS(3014), 1, - anon_sym_BSLASHu, - ACTIONS(3016), 1, - anon_sym_DQUOTE, - STATE(1504), 1, - sym_variable_name, - STATE(1616), 1, - sym__simple_string_member_access_expression, - ACTIONS(3012), 2, - sym_encapsed_string_chars, - sym_escape_sequence, - STATE(1406), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_string_body, - sym_dynamic_variable_name, - [49566] = 2, + [48483] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3018), 13, + ACTIONS(2871), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -117997,14 +117832,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49585] = 2, + [48502] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3020), 13, + ACTIONS(2873), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -118014,38 +117849,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49604] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3022), 1, - anon_sym_LBRACE, - ACTIONS(3028), 1, - anon_sym_BSLASHu, - ACTIONS(3031), 1, - anon_sym_DQUOTE, - ACTIONS(3033), 1, - anon_sym_DOLLAR, - STATE(1504), 1, - sym_variable_name, - STATE(1616), 1, - sym__simple_string_member_access_expression, - ACTIONS(3025), 2, - sym_encapsed_string_chars, - sym_escape_sequence, - STATE(1406), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_string_body, - sym_dynamic_variable_name, - [49637] = 2, + [48521] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3036), 13, + ACTIONS(2875), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -118055,14 +117866,34 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49656] = 2, + [48540] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1653), 1, + sym_name, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1906), 2, + aux_sym_namespace_use_clause_token3, + aux_sym_class_interface_clause_token1, + ACTIONS(1657), 9, + anon_sym_COMMA, + anon_sym_LBRACE, + anon_sym_RBRACE, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + anon_sym_RBRACK, + [48565] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3038), 13, + ACTIONS(2877), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -118072,14 +117903,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49675] = 2, + [48584] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3040), 13, + ACTIONS(2879), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -118089,14 +117920,14 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49694] = 2, + [48603] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3042), 13, + ACTIONS(2881), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, @@ -118106,13 +117937,13 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49713] = 2, + [48622] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3044), 13, + ACTIONS(2883), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, + aux_sym_namespace_use_clause_token1, anon_sym_RBRACE, aux_sym_enum_case_token1, aux_sym_final_modifier_token1, @@ -118123,40 +117954,15 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49732] = 10, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3046), 1, - sym_name, - ACTIONS(3052), 1, - anon_sym_BSLASH, - STATE(1808), 1, - sym_namespace_use_clause, - STATE(2527), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - ACTIONS(3050), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - STATE(1680), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(3048), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [49767] = 2, + [48641] = 2, ACTIONS(3), 1, sym_comment, - ACTIONS(3054), 13, + ACTIONS(2885), 13, aux_sym_function_static_declaration_token1, aux_sym_namespace_use_declaration_token1, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, + aux_sym_namespace_use_clause_token1, anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -118165,160 +117971,38 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, anon_sym_POUND_LBRACK, - [49786] = 10, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3046), 1, - sym_name, - ACTIONS(3058), 1, - anon_sym_BSLASH, - STATE(1833), 1, - sym_namespace_use_clause, - STATE(2510), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - ACTIONS(3056), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - STATE(1680), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(3048), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [49821] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2984), 1, - anon_sym_LBRACE, - ACTIONS(2992), 1, - anon_sym_DOLLAR, - ACTIONS(3062), 1, - anon_sym_BSLASHu, - ACTIONS(3064), 1, - anon_sym_DQUOTE, - STATE(1504), 1, - sym_variable_name, - STATE(1616), 1, - sym__simple_string_member_access_expression, - ACTIONS(3060), 2, - sym_encapsed_string_chars, - sym_escape_sequence, - STATE(1403), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_string_body, - sym_dynamic_variable_name, - [49854] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2984), 1, - anon_sym_LBRACE, - ACTIONS(2992), 1, - anon_sym_DOLLAR, - ACTIONS(3014), 1, - anon_sym_BSLASHu, - ACTIONS(3066), 1, - anon_sym_DQUOTE, - STATE(1504), 1, - sym_variable_name, - STATE(1616), 1, - sym__simple_string_member_access_expression, - ACTIONS(3012), 2, - sym_encapsed_string_chars, - sym_escape_sequence, - STATE(1406), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_string_body, - sym_dynamic_variable_name, - [49887] = 9, - ACTIONS(1530), 1, + [48660] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2950), 1, + ACTIONS(2887), 1, anon_sym_LBRACE, - ACTIONS(2958), 1, - anon_sym_DOLLAR, - ACTIONS(3070), 1, + ACTIONS(2891), 1, anon_sym_BSLASHu, - ACTIONS(3072), 1, - anon_sym_BQUOTE, - STATE(1476), 1, - sym_variable_name, - STATE(1594), 1, - sym__simple_string_member_access_expression, - ACTIONS(3068), 2, - sym_execution_string_chars, - sym_escape_sequence, - STATE(1391), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_execution_operator_body, - sym_dynamic_variable_name, - [49920] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2950), 1, - anon_sym_LBRACE, - ACTIONS(2958), 1, + ACTIONS(2893), 1, anon_sym_DOLLAR, - ACTIONS(2964), 1, - anon_sym_BSLASHu, - ACTIONS(3074), 1, - anon_sym_BQUOTE, - STATE(1476), 1, + STATE(1389), 1, sym_variable_name, - STATE(1594), 1, + STATE(1459), 1, sym__simple_string_member_access_expression, - ACTIONS(2962), 2, - sym_execution_string_chars, + ACTIONS(2889), 2, + sym_encapsed_string_chars_heredoc, sym_escape_sequence, - STATE(1392), 5, + STATE(1286), 6, sym__complex_string_part, sym__simple_string_subscript_expression, sym__simple_string_part, - aux_sym__interpolated_execution_operator_body, + aux_sym__interpolated_string_body_heredoc, sym_dynamic_variable_name, - [49953] = 8, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3081), 1, - anon_sym_AMP, - ACTIONS(3088), 1, - anon_sym_PIPE, - STATE(1452), 1, - aux_sym_intersection_type_repeat1, - STATE(1465), 1, - aux_sym_union_type_repeat1, - STATE(1484), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3083), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3076), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - [49983] = 4, - ACTIONS(1530), 1, + sym__simple_variable, + [48691] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3092), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3094), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(3090), 10, + ACTIONS(2895), 13, aux_sym_function_static_declaration_token1, - aux_sym_namespace_use_declaration_token3, - aux_sym_class_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + anon_sym_RBRACE, + aux_sym_enum_case_token1, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -118326,181 +118010,91 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - [50005] = 10, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + anon_sym_POUND_LBRACK, + [48710] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - sym_name, - ACTIONS(3098), 1, - anon_sym_RBRACK, - STATE(2254), 1, - sym_attribute, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1814), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2458), 3, + ACTIONS(2897), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [50039] = 8, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3100), 1, - anon_sym_LBRACE, - ACTIONS(3104), 1, - anon_sym_BSLASHu, - ACTIONS(3106), 1, - anon_sym_DOLLAR, - STATE(1440), 1, - sym_variable_name, - STATE(1552), 1, - sym__simple_string_member_access_expression, - ACTIONS(3102), 2, - sym_encapsed_string_chars_heredoc, - sym_escape_sequence, - STATE(1380), 5, - sym__complex_string_part, - sym__simple_string_subscript_expression, - sym__simple_string_part, - aux_sym__interpolated_string_body_heredoc, - sym_dynamic_variable_name, - [50069] = 10, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [48729] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3096), 1, - sym_name, - ACTIONS(3108), 1, - anon_sym_RBRACK, - STATE(2254), 1, - sym_attribute, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1814), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2458), 3, + ACTIONS(2899), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [50103] = 9, - ACTIONS(27), 1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [48748] = 9, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3096), 1, + ACTIONS(1526), 1, sym_name, - STATE(2254), 1, + ACTIONS(2901), 1, + anon_sym_RBRACK, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2107), 1, sym_attribute, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, + STATE(2299), 1, sym_namespace_name, - STATE(1814), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2458), 3, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50134] = 9, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3096), 1, - sym_name, - STATE(1956), 1, - sym_attribute, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1814), 2, + STATE(1770), 4, sym_qualified_name, + sym__name, sym__reserved_identifier, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [50165] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3110), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3112), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [50184] = 3, - ACTIONS(1530), 1, + sym__identifier, + [48781] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3004), 4, + ACTIONS(2903), 13, aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - ACTIONS(3006), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [50203] = 6, - ACTIONS(121), 1, - anon_sym_LT_LT_LT, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3114), 1, - sym_integer, - ACTIONS(117), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(119), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(2216), 5, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [50228] = 4, - ACTIONS(1530), 1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + anon_sym_POUND_LBRACK, + [48800] = 2, + ACTIONS(3), 1, sym_comment, - ACTIONS(3116), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3118), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(3090), 9, + ACTIONS(2905), 13, aux_sym_function_static_declaration_token1, - aux_sym_class_declaration_token1, + aux_sym_namespace_use_declaration_token1, + aux_sym_namespace_use_clause_token1, + aux_sym_namespace_use_clause_token2, + anon_sym_RBRACE, aux_sym_final_modifier_token1, aux_sym_abstract_modifier_token1, aux_sym_readonly_modifier_token1, @@ -118508,1347 +118102,1443 @@ static const uint16_t ts_small_parse_table[] = { aux_sym_visibility_modifier_token1, aux_sym_visibility_modifier_token2, aux_sym_visibility_modifier_token3, - [50249] = 6, - ACTIONS(121), 1, - anon_sym_LT_LT_LT, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3120), 1, - sym_integer, - ACTIONS(117), 2, - aux_sym_encapsed_string_token1, - anon_sym_DQUOTE, - ACTIONS(119), 2, - aux_sym_string_token1, - anon_sym_SQUOTE, - STATE(2246), 5, - sym_encapsed_string, - sym_string, - sym_heredoc, - sym_nowdoc, - sym__string, - [50274] = 9, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + anon_sym_POUND_LBRACK, + [48819] = 7, + ACTIONS(125), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3046), 1, + ACTIONS(2907), 1, sym_name, - ACTIONS(3122), 1, - anon_sym_BSLASH, - STATE(1855), 1, - sym_namespace_use_clause, - STATE(2536), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1680), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(3048), 3, + ACTIONS(2911), 1, + anon_sym_LBRACE, + STATE(554), 1, + sym__member_name, + ACTIONS(2909), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50305] = 9, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3046), 1, - sym_name, - STATE(2091), 1, - sym_namespace_use_clause, - STATE(2563), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1680), 2, - sym_qualified_name, + STATE(555), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, sym__reserved_identifier, - ACTIONS(3048), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [50336] = 5, - ACTIONS(1530), 1, + sym__identifier, + [48847] = 7, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1869), 1, - anon_sym_COLON_COLON, - ACTIONS(1949), 1, - anon_sym_COLON, - ACTIONS(2690), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - ACTIONS(1606), 7, - anon_sym_COMMA, + ACTIONS(2913), 1, + sym_name, + ACTIONS(2917), 1, anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50359] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3124), 4, + STATE(521), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3126), 7, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [50378] = 9, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + STATE(541), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [48875] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(3046), 1, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(2919), 1, sym_name, - ACTIONS(3128), 1, + ACTIONS(2921), 1, + anon_sym_RBRACE, + STATE(1586), 1, + sym_attribute_list, + STATE(1852), 1, + sym_final_modifier, + STATE(2301), 1, + sym_reference_modifier, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + STATE(1366), 2, + sym_property_hook, + aux_sym_property_hook_list_repeat1, + [48911] = 8, + ACTIONS(557), 1, anon_sym_BSLASH, - STATE(1873), 1, - sym_namespace_use_clause, - STATE(2435), 1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2107), 1, + sym_attribute, + STATE(2299), 1, sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1680), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(3048), 3, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50409] = 5, - ACTIONS(1530), 1, + STATE(1770), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [48941] = 7, + ACTIONS(1384), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1568), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1564), 5, + ACTIONS(2923), 1, + sym_name, + ACTIONS(2927), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50431] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3130), 4, + STATE(638), 1, + sym__member_name, + ACTIONS(2925), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3133), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, + STATE(644), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [48969] = 7, + ACTIONS(1384), 1, anon_sym_DOLLAR, - [50449] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3136), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, + ACTIONS(2923), 1, sym_name, - ACTIONS(3138), 6, - anon_sym_AMP, + ACTIONS(2927), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [50467] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3140), 4, + STATE(636), 1, + sym__member_name, + ACTIONS(2925), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3142), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [50485] = 6, - ACTIONS(3), 1, + STATE(644), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [48997] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3146), 1, - anon_sym_DASH_GT, - ACTIONS(3148), 1, - anon_sym_LBRACK, - ACTIONS(3152), 1, - sym_encapsed_string_chars_after_variable_heredoc, - ACTIONS(3144), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, + ACTIONS(1615), 1, anon_sym_DOLLAR, - ACTIONS(3150), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [50509] = 8, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3154), 1, + ACTIONS(2929), 1, sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1896), 2, - sym_qualified_name, + ACTIONS(2931), 1, + anon_sym_LBRACE, + STATE(2162), 1, + sym__member_name, + STATE(668), 2, sym__reserved_identifier, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50537] = 8, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + STATE(706), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49027] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(3156), 1, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(2919), 1, sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1963), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2458), 3, + ACTIONS(2933), 1, + anon_sym_RBRACE, + STATE(1586), 1, + sym_attribute_list, + STATE(1852), 1, + sym_final_modifier, + STATE(2301), 1, + sym_reference_modifier, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + STATE(1340), 2, + sym_property_hook, + aux_sym_property_hook_list_repeat1, + [49063] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2935), 1, + sym_name, + ACTIONS(2939), 1, + anon_sym_LBRACE, + STATE(869), 1, + sym__member_name, + ACTIONS(2937), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50565] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(3158), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(578), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50591] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1586), 5, - sym_encapsed_string_chars_heredoc, - sym_encapsed_string_chars_after_variable_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - ACTIONS(1588), 5, - anon_sym_LBRACE, - anon_sym_DASH_GT, - anon_sym_LBRACK, - anon_sym_BSLASHu, + STATE(822), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49091] = 7, + ACTIONS(125), 1, anon_sym_DOLLAR, - [50609] = 8, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3160), 1, + ACTIONS(2907), 1, sym_name, - STATE(2563), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1744), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(3048), 3, + ACTIONS(2911), 1, + anon_sym_LBRACE, + STATE(551), 1, + sym__member_name, + ACTIONS(2909), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50637] = 5, - ACTIONS(1530), 1, + STATE(555), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49119] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(3162), 1, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1665), 1, anon_sym_AMP, - STATE(1446), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3140), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, + ACTIONS(2919), 1, sym_name, - ACTIONS(3142), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, + ACTIONS(2941), 1, + anon_sym_RBRACE, + STATE(1586), 1, + sym_attribute_list, + STATE(1852), 1, + sym_final_modifier, + STATE(2301), 1, + sym_reference_modifier, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + STATE(1366), 2, + sym_property_hook, + aux_sym_property_hook_list_repeat1, + [49155] = 8, + ACTIONS(1388), 1, anon_sym_DOLLAR, - [50659] = 5, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1757), 3, - anon_sym_COMMA, - anon_sym_RPAREN, - anon_sym_RBRACK, - ACTIONS(1564), 5, + ACTIONS(2929), 1, + sym_name, + ACTIONS(2931), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50681] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3165), 4, + STATE(2101), 1, + sym__member_name, + STATE(668), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3167), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, + STATE(795), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49185] = 8, + ACTIONS(125), 1, anon_sym_DOLLAR, - [50699] = 7, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(3169), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(1958), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50725] = 8, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3171), 1, + ACTIONS(2943), 1, sym_name, - STATE(2563), 1, - sym_namespace_name, - STATE(2564), 1, - sym_namespace_name_as_prefix, - STATE(1648), 2, - sym_qualified_name, + ACTIONS(2945), 1, + anon_sym_LBRACE, + STATE(2287), 1, + sym__member_name, + STATE(854), 2, sym__reserved_identifier, - ACTIONS(3048), 3, + sym__identifier, + ACTIONS(2937), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50753] = 7, - ACTIONS(1530), 1, + STATE(561), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49215] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(3173), 1, - anon_sym_COMMA, - ACTIONS(3175), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(1948), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1564), 5, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2935), 1, + sym_name, + ACTIONS(2939), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50779] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3081), 1, - anon_sym_AMP, - STATE(1446), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3177), 4, + STATE(870), 1, + sym__member_name, + ACTIONS(2937), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3179), 4, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_RPAREN, - anon_sym_DOLLAR, - [50801] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1869), 1, - anon_sym_COLON_COLON, - ACTIONS(2690), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym__arrow_function_header_token1, - ACTIONS(1606), 7, - anon_sym_COMMA, - anon_sym_LBRACE, - anon_sym_LPAREN, - anon_sym_RPAREN, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50821] = 8, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, + STATE(822), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49243] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3181), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2935), 1, sym_name, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - STATE(1847), 2, - sym_qualified_name, - sym__reserved_identifier, - ACTIONS(2458), 3, + ACTIONS(2939), 1, + anon_sym_LBRACE, + STATE(815), 1, + sym__member_name, + ACTIONS(2937), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50849] = 3, - ACTIONS(1530), 1, + STATE(822), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49271] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3183), 4, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(2929), 1, + sym_name, + ACTIONS(2931), 1, + anon_sym_LBRACE, + STATE(2115), 1, + sym__member_name, + STATE(668), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - ACTIONS(3185), 6, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, - anon_sym_DOLLAR, - [50867] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(3187), 1, - anon_sym_COMMA, - ACTIONS(3189), 1, - anon_sym_RPAREN, - STATE(578), 1, - sym_arguments, - STATE(2030), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50893] = 6, - ACTIONS(1518), 1, + STATE(875), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49301] = 7, + ACTIONS(599), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3191), 1, + ACTIONS(2913), 1, sym_name, - ACTIONS(3195), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - ACTIONS(3193), 3, + STATE(520), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(644), 3, + STATE(541), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [50916] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1690), 1, + sym__identifier, + [49329] = 8, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(893), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50939] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(2558), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [50960] = 8, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3197), 1, + ACTIONS(1526), 1, sym_name, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1560), 1, - sym_reference_modifier, - STATE(1627), 1, - sym_formal_parameters, - STATE(2270), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, + STATE(2040), 1, + sym_attribute, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [50987] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(654), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [51010] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(3201), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [51031] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1741), 1, + STATE(1770), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [49359] = 7, + ACTIONS(599), 1, anon_sym_DOLLAR, - ACTIONS(3203), 1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2913), 1, sym_name, - ACTIONS(3205), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - ACTIONS(3048), 3, + STATE(536), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(848), 3, + STATE(541), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51054] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1731), 1, + sym__identifier, + [49387] = 7, + ACTIONS(599), 1, anon_sym_DOLLAR, - ACTIONS(3207), 1, - sym_name, - ACTIONS(3209), 1, - anon_sym_LBRACE, - STATE(1563), 1, - sym__reserved_identifier, - STATE(675), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [51079] = 5, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3215), 1, - anon_sym_PIPE, - STATE(1497), 1, - aux_sym_union_type_repeat1, - ACTIONS(3213), 3, + ACTIONS(2913), 1, + sym_name, + ACTIONS(2917), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3211), 4, + STATE(523), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [51100] = 7, - ACTIONS(619), 1, + STATE(541), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49415] = 8, + ACTIONS(599), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3217), 1, + ACTIONS(2929), 1, sym_name, - ACTIONS(3219), 1, + ACTIONS(2931), 1, anon_sym_LBRACE, - STATE(650), 1, + STATE(2202), 1, + sym__member_name, + STATE(668), 2, sym__reserved_identifier, - STATE(571), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51125] = 6, - ACTIONS(1530), 1, + STATE(544), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49445] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1731), 1, + ACTIONS(1615), 1, anon_sym_DOLLAR, - ACTIONS(3221), 1, + ACTIONS(2947), 1, sym_name, - ACTIONS(3223), 1, + ACTIONS(2949), 1, anon_sym_LBRACE, - ACTIONS(2458), 3, + STATE(673), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(681), 3, + STATE(708), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51148] = 7, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + sym__identifier, + [49473] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3225), 1, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + ACTIONS(2947), 1, sym_name, - ACTIONS(3227), 1, + ACTIONS(2949), 1, anon_sym_LBRACE, - STATE(855), 1, - sym__reserved_identifier, - STATE(598), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(3048), 3, + STATE(672), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51173] = 6, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + STATE(708), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49501] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3229), 1, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + ACTIONS(2947), 1, sym_name, - ACTIONS(3231), 1, + ACTIONS(2949), 1, anon_sym_LBRACE, - ACTIONS(2458), 3, + STATE(711), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(570), 3, + STATE(708), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51196] = 6, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + sym__identifier, + [49529] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3233), 1, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + ACTIONS(2947), 1, sym_name, - ACTIONS(3235), 1, + ACTIONS(2949), 1, anon_sym_LBRACE, - ACTIONS(2458), 3, + STATE(712), 1, + sym__member_name, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(569), 3, + STATE(708), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51219] = 7, - ACTIONS(1530), 1, + sym__identifier, + [49557] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1741), 1, + ACTIONS(1608), 1, anon_sym_DOLLAR, - ACTIONS(3217), 1, + ACTIONS(2935), 1, sym_name, - ACTIONS(3219), 1, + ACTIONS(2939), 1, anon_sym_LBRACE, - STATE(650), 1, - sym__reserved_identifier, - STATE(820), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + STATE(813), 1, + sym__member_name, + ACTIONS(2937), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51244] = 6, - ACTIONS(1530), 1, + STATE(822), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49585] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1731), 1, + ACTIONS(2953), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2955), 1, + aux_sym__arrow_function_header_token1, + ACTIONS(2951), 10, + aux_sym_function_static_declaration_token1, + aux_sym_namespace_use_clause_token2, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + [49607] = 7, + ACTIONS(1388), 1, anon_sym_DOLLAR, - ACTIONS(3237), 1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2957), 1, sym_name, - ACTIONS(3239), 1, + ACTIONS(2961), 1, anon_sym_LBRACE, - ACTIONS(2458), 3, + STATE(765), 1, + sym__member_name, + ACTIONS(2959), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(690), 3, + STATE(800), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51267] = 6, - ACTIONS(1530), 1, + sym__identifier, + [49635] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(1731), 1, + ACTIONS(2963), 1, + sym_name, + ACTIONS(2966), 1, + anon_sym_AMP, + ACTIONS(2969), 1, + anon_sym_RBRACE, + ACTIONS(2971), 1, + aux_sym_final_modifier_token1, + ACTIONS(2974), 1, + anon_sym_POUND_LBRACK, + STATE(1586), 1, + sym_attribute_list, + STATE(1852), 1, + sym_final_modifier, + STATE(2301), 1, + sym_reference_modifier, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + STATE(1366), 2, + sym_property_hook, + aux_sym_property_hook_list_repeat1, + [49671] = 7, + ACTIONS(1388), 1, anon_sym_DOLLAR, - ACTIONS(3241), 1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2957), 1, sym_name, - ACTIONS(3243), 1, + ACTIONS(2961), 1, anon_sym_LBRACE, - ACTIONS(2458), 3, + STATE(770), 1, + sym__member_name, + ACTIONS(2959), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(691), 3, + STATE(800), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51290] = 7, - ACTIONS(619), 1, + sym__identifier, + [49699] = 7, + ACTIONS(599), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3245), 1, + ACTIONS(2913), 1, sym_name, - ACTIONS(3247), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - STATE(1545), 1, - sym__reserved_identifier, - STATE(1543), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + STATE(521), 1, + sym__member_name, + ACTIONS(2977), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51315] = 6, - ACTIONS(1518), 1, + STATE(541), 5, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + sym__reserved_identifier, + sym__identifier, + [49727] = 7, + ACTIONS(599), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3249), 1, + ACTIONS(2913), 1, sym_name, - ACTIONS(3251), 1, + ACTIONS(2917), 1, anon_sym_LBRACE, - ACTIONS(3193), 3, + STATE(520), 1, + sym__member_name, + ACTIONS(2977), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(646), 3, + STATE(541), 5, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, sym__reserved_identifier, - [51338] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3144), 1, - anon_sym_BSLASHu, - ACTIONS(3253), 1, - anon_sym_DASH_GT, - ACTIONS(3255), 1, - anon_sym_LBRACK, - ACTIONS(3257), 1, - sym_execution_string_chars_after_variable, - ACTIONS(3150), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, + sym__identifier, + [49755] = 8, + ACTIONS(1388), 1, anon_sym_DOLLAR, - [51361] = 5, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3263), 1, - anon_sym_PIPE, - STATE(1508), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3261), 3, + ACTIONS(2943), 1, + sym_name, + ACTIONS(2945), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3259), 4, + STATE(2101), 1, + sym__member_name, + STATE(854), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(2937), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [51382] = 8, - ACTIONS(1530), 1, + STATE(795), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49785] = 8, + ACTIONS(1384), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3197), 1, + ACTIONS(2929), 1, sym_name, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1535), 1, - sym_reference_modifier, - STATE(1644), 1, - sym_formal_parameters, - STATE(2270), 1, + ACTIONS(2931), 1, + anon_sym_LBRACE, + STATE(2141), 1, + sym__member_name, + STATE(668), 2, sym__reserved_identifier, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(2915), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51409] = 6, - ACTIONS(1530), 1, + STATE(645), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [49815] = 11, + ACTIONS(3), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(115), 1, + anon_sym_POUND_LBRACK, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(2919), 1, + sym_name, + ACTIONS(2979), 1, + anon_sym_RBRACE, + STATE(1586), 1, + sym_attribute_list, + STATE(1852), 1, + sym_final_modifier, + STATE(2301), 1, + sym_reference_modifier, + STATE(948), 2, + sym_attribute_group, + aux_sym_attribute_list_repeat1, + STATE(1348), 2, + sym_property_hook, + aux_sym_property_hook_list_repeat1, + [49851] = 7, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [51432] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(2570), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [51453] = 7, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(3217), 1, + ACTIONS(1526), 1, sym_name, - ACTIONS(3219), 1, - anon_sym_LBRACE, - STATE(650), 1, - sym__reserved_identifier, - STATE(689), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51478] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1588), 1, - anon_sym_BSLASHu, - ACTIONS(1586), 8, - sym_encapsed_string_chars, - sym_encapsed_string_chars_after_variable, - anon_sym_LBRACE, - anon_sym_DASH_GT, - anon_sym_LBRACK, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [51495] = 6, - ACTIONS(1530), 1, + STATE(1766), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [49878] = 7, + ACTIONS(27), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(3265), 1, + ACTIONS(1908), 1, sym_name, - ACTIONS(3267), 1, - anon_sym_LBRACE, - ACTIONS(2458), 3, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, + sym_namespace_name, + ACTIONS(1920), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(680), 3, - sym_dynamic_variable_name, - sym_variable_name, + STATE(1750), 4, + sym_qualified_name, + sym__name, sym__reserved_identifier, - [51518] = 5, - ACTIONS(1530), 1, + sym__identifier, + [49905] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3263), 1, - anon_sym_PIPE, - STATE(1493), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3271), 3, - anon_sym_LBRACE, - anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3269), 4, + ACTIONS(2981), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - [51539] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1741), 1, + ACTIONS(2983), 7, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(3273), 1, + [49924] = 7, + ACTIONS(27), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1908), 1, sym_name, - ACTIONS(3275), 1, - anon_sym_LBRACE, - ACTIONS(3048), 3, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, + sym_namespace_name, + ACTIONS(1920), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(823), 3, - sym_dynamic_variable_name, - sym_variable_name, + STATE(1479), 4, + sym_qualified_name, + sym__name, sym__reserved_identifier, - [51562] = 7, - ACTIONS(1524), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + sym__identifier, + [49951] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3277), 1, + ACTIONS(2985), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2987), 1, + aux_sym__arrow_function_header_token1, + ACTIONS(2951), 9, + aux_sym_function_static_declaration_token1, + aux_sym_class_declaration_token1, + aux_sym_final_modifier_token1, + aux_sym_abstract_modifier_token1, + aux_sym_readonly_modifier_token1, + sym_var_modifier, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + [49972] = 7, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, sym_name, - ACTIONS(3279), 1, - anon_sym_LBRACE, - STATE(1556), 1, - sym__reserved_identifier, - STATE(780), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51587] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1690), 1, + STATE(1971), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [49999] = 7, + ACTIONS(27), 1, anon_sym_BSLASH, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(717), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [51610] = 6, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(3281), 1, + ACTIONS(1908), 1, sym_name, - ACTIONS(3283), 1, - anon_sym_LBRACE, - ACTIONS(3048), 3, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2384), 1, + sym_namespace_name, + ACTIONS(1920), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(822), 3, - sym_dynamic_variable_name, - sym_variable_name, + STATE(1804), 4, + sym_qualified_name, + sym__name, sym__reserved_identifier, - [51633] = 6, - ACTIONS(1530), 1, + sym__identifier, + [50026] = 6, + ACTIONS(121), 1, + anon_sym_LT_LT_LT, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(3285), 1, + ACTIONS(2989), 1, + sym_integer, + ACTIONS(117), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(119), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(2079), 5, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [50051] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2991), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, sym_name, - ACTIONS(3287), 1, + ACTIONS(2993), 7, + anon_sym_AMP, anon_sym_LBRACE, - ACTIONS(3048), 3, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [50070] = 7, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, + sym_name, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(842), 3, - sym_dynamic_variable_name, - sym_variable_name, + STATE(1845), 4, + sym_qualified_name, + sym__name, sym__reserved_identifier, - [51656] = 6, - ACTIONS(1530), 1, + sym__identifier, + [50097] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(3289), 1, - sym_name, - ACTIONS(3291), 1, - anon_sym_LBRACE, - ACTIONS(3048), 3, + ACTIONS(2995), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(841), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [51679] = 7, - ACTIONS(1518), 1, + sym_name, + ACTIONS(2997), 7, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(1530), 1, + [50116] = 6, + ACTIONS(121), 1, + anon_sym_LT_LT_LT, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3293), 1, + ACTIONS(2999), 1, + sym_integer, + ACTIONS(117), 2, + aux_sym_encapsed_string_token1, + anon_sym_DQUOTE, + ACTIONS(119), 2, + aux_sym_string_token1, + anon_sym_SQUOTE, + STATE(1913), 5, + sym_encapsed_string, + sym_string, + sym_heredoc, + sym_nowdoc, + sym__string, + [50141] = 7, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1526), 1, sym_name, - ACTIONS(3295), 1, - anon_sym_LBRACE, - STATE(702), 1, - sym__reserved_identifier, - STATE(636), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51704] = 3, - ACTIONS(1530), 1, + STATE(1917), 4, + sym_qualified_name, + sym__name, + sym__reserved_identifier, + sym__identifier, + [50168] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3297), 4, + ACTIONS(3001), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - ACTIONS(3299), 5, + ACTIONS(3003), 6, anon_sym_AMP, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - [51721] = 5, - ACTIONS(1530), 1, + [50186] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3301), 1, - anon_sym_PIPE, - STATE(1493), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3167), 3, + ACTIONS(3005), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(3007), 6, + anon_sym_AMP, anon_sym_LBRACE, anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - ACTIONS(3165), 4, + [50204] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3009), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - [51742] = 6, - ACTIONS(1530), 1, + ACTIONS(3011), 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [50222] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(1741), 1, + ACTIONS(3015), 1, + anon_sym_DASH_GT, + ACTIONS(3017), 1, + anon_sym_LBRACK, + ACTIONS(3021), 1, + sym_encapsed_string_chars_after_variable_heredoc, + ACTIONS(3013), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3304), 1, - sym_name, - ACTIONS(3306), 1, + ACTIONS(3019), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [50246] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(1464), 5, + sym_encapsed_string_chars_heredoc, + sym_encapsed_string_chars_after_variable_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + ACTIONS(1466), 5, anon_sym_LBRACE, - ACTIONS(3048), 3, + anon_sym_DASH_GT, + anon_sym_LBRACK, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + [50264] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3023), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(847), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [51765] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(3308), 1, sym_name, - ACTIONS(3310), 1, + ACTIONS(3026), 6, + anon_sym_AMP, anon_sym_LBRACE, - ACTIONS(2458), 3, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [50282] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1944), 1, + anon_sym_COLON, + ACTIONS(2639), 1, + anon_sym_COLON_COLON, + ACTIONS(1619), 2, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + ACTIONS(1460), 6, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [50304] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3029), 1, + sym_name, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1422), 1, + sym_reference_modifier, + STATE(1667), 1, + sym_formal_parameters, + STATE(2195), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - STATE(686), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [51788] = 7, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + [50332] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3207), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3029), 1, sym_name, - ACTIONS(3209), 1, - anon_sym_LBRACE, - STATE(1563), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1425), 1, + sym_reference_modifier, + STATE(1584), 1, + sym_formal_parameters, + STATE(2195), 2, sym__reserved_identifier, - STATE(1573), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [51813] = 5, - ACTIONS(1530), 1, + [50360] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3033), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + ACTIONS(3035), 6, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [50378] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3013), 1, + anon_sym_BSLASHu, + ACTIONS(3037), 1, + anon_sym_DASH_GT, + ACTIONS(3039), 1, + anon_sym_LBRACK, + ACTIONS(3041), 1, + sym_execution_string_chars_after_variable, + ACTIONS(3019), 5, + sym_execution_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_BQUOTE, + anon_sym_DOLLAR, + [50401] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1453), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3043), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1590), 2, + sym__property_hook_body, + sym__semicolon, + [50428] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3013), 1, + anon_sym_BSLASHu, + ACTIONS(3051), 1, + anon_sym_DASH_GT, + ACTIONS(3053), 1, + anon_sym_LBRACK, + ACTIONS(3055), 1, + sym_encapsed_string_chars_after_variable, + ACTIONS(3019), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [50451] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1655), 2, + anon_sym_BSLASH, + sym_name, + ACTIONS(2997), 7, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [50468] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1468), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3057), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1649), 2, + sym__property_hook_body, + sym__semicolon, + [50495] = 8, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1476), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3059), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1623), 2, + sym__property_hook_body, + sym__semicolon, + [50522] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3312), 1, - anon_sym_PIPE, - STATE(1497), 1, - aux_sym_union_type_repeat1, - ACTIONS(3138), 3, + ACTIONS(3045), 1, anon_sym_LBRACE, + ACTIONS(3047), 1, anon_sym_EQ_GT, - anon_sym_DOLLAR, - ACTIONS(3136), 4, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1455), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3061), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1661), 2, + sym__property_hook_body, + sym__semicolon, + [50549] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3068), 1, + anon_sym_AMP, + ACTIONS(3070), 1, + anon_sym_PIPE, + STATE(1576), 1, + aux_sym_union_type_repeat1, + STATE(1577), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1578), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3063), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - [51834] = 7, - ACTIONS(1524), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + [50574] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3315), 1, - sym_name, - ACTIONS(3317), 1, + ACTIONS(3045), 1, anon_sym_LBRACE, - STATE(851), 1, - sym__reserved_identifier, - STATE(780), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(3048), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [51859] = 7, - ACTIONS(1530), 1, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1466), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3072), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1646), 2, + sym__property_hook_body, + sym__semicolon, + [50601] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(3245), 1, - sym_name, - ACTIONS(3247), 1, + ACTIONS(3045), 1, anon_sym_LBRACE, - STATE(1545), 1, - sym__reserved_identifier, - STATE(838), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [51884] = 6, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1463), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3074), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1645), 2, + sym__property_hook_body, + sym__semicolon, + [50628] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3229), 1, - sym_name, - ACTIONS(3231), 1, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3319), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(570), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [51907] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(3321), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [51928] = 6, - ACTIONS(619), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + STATE(1481), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3076), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1622), 2, + sym__property_hook_body, + sym__semicolon, + [50655] = 8, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3233), 1, - sym_name, - ACTIONS(3235), 1, + ACTIONS(3045), 1, anon_sym_LBRACE, - ACTIONS(3319), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(569), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [51951] = 4, - ACTIONS(1530), 1, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1482), 1, + sym_formal_parameters, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3078), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1605), 2, + sym__property_hook_body, + sym__semicolon, + [50682] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1869), 1, + ACTIONS(2639), 1, anon_sym_COLON_COLON, - ACTIONS(1949), 1, - anon_sym_COLON, - ACTIONS(1606), 7, + ACTIONS(1619), 2, + aux_sym_namespace_use_clause_token1, + aux_sym__arrow_function_header_token1, + ACTIONS(1460), 6, anon_sym_COMMA, - anon_sym_LBRACE, anon_sym_LPAREN, anon_sym_RPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [51970] = 6, - ACTIONS(1530), 1, + [50701] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3144), 1, + ACTIONS(1466), 1, anon_sym_BSLASHu, - ACTIONS(3323), 1, - anon_sym_DASH_GT, - ACTIONS(3325), 1, - anon_sym_LBRACK, - ACTIONS(3327), 1, - sym_encapsed_string_chars_after_variable, - ACTIONS(3150), 5, + ACTIONS(1464), 8, sym_encapsed_string_chars, + sym_encapsed_string_chars_after_variable, anon_sym_LBRACE, + anon_sym_DASH_GT, + anon_sym_LBRACK, sym_escape_sequence, anon_sym_DQUOTE, anon_sym_DOLLAR, - [51993] = 6, - ACTIONS(1530), 1, + [50718] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(3329), 1, - anon_sym_EQ, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3006), 2, - anon_sym_AMP, - anon_sym_PIPE, - ACTIONS(3004), 4, + ACTIONS(3080), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, sym_name, - [52016] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(3331), 1, - sym_name, - ACTIONS(3333), 1, + ACTIONS(3082), 5, + anon_sym_AMP, anon_sym_LBRACE, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(692), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [52039] = 3, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [50735] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 1, + ACTIONS(1466), 1, anon_sym_BSLASHu, - ACTIONS(1586), 8, + ACTIONS(1464), 8, sym_execution_string_chars, sym_execution_string_chars_after_variable, anon_sym_LBRACE, @@ -119857,11620 +119547,11583 @@ static const uint16_t ts_small_parse_table[] = { sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR, - [52056] = 5, - ACTIONS(1530), 1, + [50752] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3263), 1, + ACTIONS(3084), 1, + anon_sym_AMP, + ACTIONS(3091), 1, anon_sym_PIPE, - STATE(1493), 1, + STATE(1553), 1, + aux_sym_intersection_type_repeat1, + STATE(1691), 1, + aux_sym_union_type_repeat1, + STATE(1693), 1, aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3337), 3, + ACTIONS(3086), 3, anon_sym_LBRACE, anon_sym_EQ_GT, anon_sym_DOLLAR, - ACTIONS(3335), 4, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - sym_name, - [52077] = 6, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3339), 1, - sym_name, - ACTIONS(3343), 1, - anon_sym_LBRACE, - ACTIONS(3341), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(592), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [52100] = 5, - ACTIONS(1530), 1, + [50776] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(2590), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, + ACTIONS(3093), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52121] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(756), 1, + sym_declaration_list, + STATE(1529), 1, sym_arguments, - ACTIONS(2588), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52142] = 6, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3345), 1, - sym_name, - ACTIONS(3347), 1, - anon_sym_LBRACE, - ACTIONS(3341), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(595), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [52165] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(3217), 1, - sym_name, - ACTIONS(3219), 1, - anon_sym_LBRACE, - STATE(650), 1, - sym__reserved_identifier, - STATE(671), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [52190] = 6, - ACTIONS(1524), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + STATE(1725), 1, + sym_base_clause, + STATE(2207), 1, + sym_class_interface_clause, + [50804] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3349), 1, + ACTIONS(1653), 1, sym_name, - ACTIONS(3353), 1, - anon_sym_LBRACE, - ACTIONS(3351), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(781), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [52213] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, + ACTIONS(1655), 1, anon_sym_BSLASH, - STATE(578), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52236] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, + ACTIONS(3099), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(1657), 5, anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(3355), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [52257] = 6, - ACTIONS(1524), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3357), 1, - sym_name, - ACTIONS(3359), 1, - anon_sym_LBRACE, - ACTIONS(3351), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - STATE(777), 3, - sym_dynamic_variable_name, - sym_variable_name, - sym__reserved_identifier, - [52280] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(3217), 1, - sym_name, - ACTIONS(3219), 1, - anon_sym_LBRACE, - STATE(650), 1, - sym__reserved_identifier, - STATE(818), 2, - sym_dynamic_variable_name, - sym_variable_name, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [52305] = 7, - ACTIONS(1530), 1, + [50824] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3361), 1, + ACTIONS(3101), 1, anon_sym_AMP, - ACTIONS(3363), 1, + ACTIONS(3103), 1, anon_sym_PIPE, - STATE(1659), 1, - aux_sym_union_type_repeat1, - STATE(1664), 1, + STATE(1652), 1, aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1693), 1, + STATE(1669), 1, + aux_sym_union_type_repeat1, + STATE(1698), 1, aux_sym_intersection_type_repeat1, - ACTIONS(3083), 3, + ACTIONS(3086), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - [52329] = 5, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3169), 1, - anon_sym_RPAREN, - STATE(1958), 1, - aux_sym__list_destructing_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52349] = 9, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1131), 1, - sym_declaration_list, - STATE(1637), 1, - sym_arguments, - STATE(1770), 1, - sym_base_clause, - STATE(2285), 1, - sym_class_interface_clause, - [52377] = 9, - ACTIONS(1530), 1, + [50848] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(3365), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(3367), 1, + ACTIONS(3095), 1, aux_sym_base_clause_token1, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - STATE(1107), 1, + STATE(738), 1, sym_declaration_list, - STATE(1586), 1, + STATE(1550), 1, sym_arguments, - STATE(1767), 1, + STATE(1729), 1, sym_base_clause, - STATE(2332), 1, + STATE(2159), 1, sym_class_interface_clause, - [52405] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3173), 1, - anon_sym_COMMA, - ACTIONS(3175), 1, - anon_sym_RPAREN, - STATE(1948), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52425] = 6, - ACTIONS(991), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3371), 1, - aux_sym_catch_clause_token1, - ACTIONS(3374), 1, - aux_sym_finally_clause_token1, - ACTIONS(989), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - STATE(1524), 3, - sym_catch_clause, - sym_finally_clause, - aux_sym_try_statement_repeat1, - [52447] = 9, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1851), 1, - sym_named_type, - STATE(2020), 1, - sym_type_list, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - [52475] = 9, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1851), 1, - sym_named_type, - STATE(2149), 1, - sym_type_list, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - [52503] = 6, - ACTIONS(983), 1, + [50876] = 6, + ACTIONS(943), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3377), 1, + ACTIONS(3105), 1, aux_sym_catch_clause_token1, - ACTIONS(3379), 1, + ACTIONS(3108), 1, aux_sym_finally_clause_token1, - ACTIONS(981), 2, + ACTIONS(941), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - STATE(1524), 3, + STATE(1417), 3, sym_catch_clause, sym_finally_clause, aux_sym_try_statement_repeat1, - [52525] = 9, - ACTIONS(1530), 1, + [50898] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(3367), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3095), 1, aux_sym_base_clause_token1, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(916), 1, + STATE(752), 1, sym_declaration_list, - STATE(1618), 1, + STATE(1544), 1, sym_arguments, - STATE(1845), 1, + STATE(1723), 1, sym_base_clause, - STATE(2313), 1, + STATE(2178), 1, sym_class_interface_clause, - [52553] = 9, - ACTIONS(1530), 1, + [50926] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - ACTIONS(3367), 1, + ACTIONS(3095), 1, aux_sym_base_clause_token1, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, + ACTIONS(3111), 1, anon_sym_LBRACE, - STATE(926), 1, + STATE(850), 1, sym_declaration_list, - STATE(1649), 1, + STATE(1516), 1, sym_arguments, - STATE(1881), 1, + STATE(1773), 1, sym_base_clause, - STATE(2159), 1, + STATE(2156), 1, sym_class_interface_clause, - [52581] = 8, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(3385), 1, - anon_sym_COMMA, - ACTIONS(3387), 1, - anon_sym_LBRACE, - STATE(1371), 1, - sym_use_list, - STATE(1610), 1, - aux_sym_base_clause_repeat1, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3383), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [52607] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3187), 1, - anon_sym_COMMA, - ACTIONS(3189), 1, - anon_sym_RPAREN, - STATE(2030), 1, - aux_sym_unset_statement_repeat1, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52627] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3201), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, - anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52642] = 4, - ACTIONS(1530), 1, + [50954] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(893), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52659] = 3, - ACTIONS(1530), 1, + STATE(847), 1, + sym_declaration_list, + STATE(1517), 1, + sym_arguments, + STATE(1778), 1, + sym_base_clause, + STATE(2119), 1, + sym_class_interface_clause, + [50982] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1939), 3, - anon_sym_LPAREN, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - ACTIONS(1937), 4, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(1657), 1, + anon_sym_EQ, + ACTIONS(3113), 1, + sym_name, + ACTIONS(2997), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2995), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - sym_name, - [52674] = 6, - ACTIONS(1530), 1, + [51004] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3031), 1, anon_sym_LPAREN, - ACTIONS(3389), 1, + ACTIONS(3116), 1, sym_name, - STATE(1619), 1, + STATE(1597), 1, sym_formal_parameters, - STATE(2383), 1, + STATE(2196), 2, sym__reserved_identifier, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [52695] = 3, - ACTIONS(3), 1, + [51026] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3391), 3, + ACTIONS(1416), 1, + anon_sym_LPAREN, + ACTIONS(3093), 1, anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(3393), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [52710] = 4, - ACTIONS(1530), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(753), 1, + sym_declaration_list, + STATE(1546), 1, + sym_arguments, + STATE(1721), 1, + sym_base_clause, + STATE(2181), 1, + sym_class_interface_clause, + [51054] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52727] = 8, - ACTIONS(27), 1, - anon_sym_BSLASH, - ACTIONS(573), 1, - aux_sym_namespace_definition_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1666), 1, - sym_name, - STATE(1427), 1, - sym_qualified_name, - STATE(1914), 1, - sym_named_type, - STATE(2420), 1, - sym_namespace_name_as_prefix, - STATE(2563), 1, - sym_namespace_name, - [52752] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3397), 1, - aux_sym_enum_case_token1, - ACTIONS(3400), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3395), 2, - anon_sym_RBRACE, - aux_sym_switch_block_token1, - STATE(1539), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [52771] = 5, - ACTIONS(1530), 1, + STATE(867), 1, + sym_declaration_list, + STATE(1525), 1, + sym_arguments, + STATE(1734), 1, + sym_base_clause, + STATE(2208), 1, + sym_class_interface_clause, + [51082] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(3405), 1, - anon_sym_DASH, - ACTIONS(3403), 2, - sym_integer, + ACTIONS(3031), 1, + anon_sym_LPAREN, + ACTIONS(3116), 1, sym_name, - STATE(2483), 3, - sym__simple_string_subscript_unary_expression, - sym__simple_string_array_access_argument, - sym_variable_name, - [52790] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3006), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [52807] = 4, - ACTIONS(1530), 1, + STATE(1606), 1, + sym_formal_parameters, + STATE(2196), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51104] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(887), 1, - sym_arguments, - ACTIONS(1699), 5, - anon_sym_LBRACE, + ACTIONS(1944), 1, + anon_sym_COLON, + ACTIONS(2639), 1, anon_sym_COLON_COLON, + ACTIONS(1460), 6, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [52824] = 4, - ACTIONS(1530), 1, + [51122] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3118), 1, + sym_name, + STATE(1506), 1, + sym_reference_modifier, + STATE(2262), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51144] = 9, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(899), 1, - sym_arguments, - ACTIONS(1554), 5, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, anon_sym_LBRACE, + STATE(842), 1, + sym_declaration_list, + STATE(1549), 1, + sym_arguments, + STATE(1728), 1, + sym_base_clause, + STATE(2259), 1, + sym_class_interface_clause, + [51172] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(3120), 1, + anon_sym_COMMA, + ACTIONS(3122), 1, + anon_sym_RPAREN, + STATE(1870), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [52841] = 4, - ACTIONS(1530), 1, + [51194] = 6, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(717), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(3124), 1, + anon_sym_RPAREN, + STATE(1857), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [52858] = 4, - ACTIONS(1530), 1, + [51216] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(899), 1, - sym_arguments, - ACTIONS(1717), 5, - anon_sym_LBRACE, + ACTIONS(3126), 1, + anon_sym_COMMA, + ACTIONS(3128), 1, + anon_sym_RPAREN, + STATE(1964), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [52875] = 4, - ACTIONS(1530), 1, + [51238] = 6, + ACTIONS(953), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3130), 1, + aux_sym_catch_clause_token1, + ACTIONS(3132), 1, + aux_sym_finally_clause_token1, + ACTIONS(951), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + STATE(1417), 3, + sym_catch_clause, + sym_finally_clause, + aux_sym_try_statement_repeat1, + [51260] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3136), 1, + anon_sym_DASH, + ACTIONS(3134), 2, + sym_integer, + sym_name, + STATE(2292), 3, + sym__simple_string_subscript_unary_expression, + sym__simple_string_array_access_argument, + sym_variable_name, + [51279] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(3138), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [52892] = 3, + [51296] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3140), 1, + anon_sym_AMP, + ACTIONS(3146), 1, + anon_sym_PIPE, + STATE(1677), 1, + aux_sym_union_type_repeat1, + STATE(1678), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + STATE(1761), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3086), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [51319] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3407), 3, + ACTIONS(3148), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3409), 4, + ACTIONS(3150), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [52907] = 3, + [51334] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3411), 3, + ACTIONS(3152), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3413), 4, + ACTIONS(2750), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [52922] = 7, - ACTIONS(1530), 1, + [51349] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3415), 1, - anon_sym_AMP, - ACTIONS(3421), 1, - anon_sym_PIPE, - STATE(1715), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - STATE(1718), 1, - aux_sym_union_type_repeat1, - STATE(1886), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3083), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [52945] = 3, - ACTIONS(1530), 1, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, + anon_sym_LBRACE, + STATE(1614), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3154), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1326), 2, + sym_property_hook_list, + sym__semicolon, + [51370] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3355), 2, + ACTIONS(3156), 1, anon_sym_COMMA, - anon_sym_RPAREN, - ACTIONS(1564), 5, + ACTIONS(3158), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [52960] = 5, - ACTIONS(1530), 1, + STATE(1472), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3160), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1327), 2, + sym_property_hook_list, + sym__semicolon, + [51391] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(3405), 1, - anon_sym_DASH, - ACTIONS(3423), 2, - sym_integer, - sym_name, - STATE(2568), 3, - sym__simple_string_subscript_unary_expression, - sym__simple_string_array_access_argument, - sym_variable_name, - [52979] = 3, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, + anon_sym_LBRACE, + STATE(1614), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3162), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1328), 2, + sym_property_hook_list, + sym__semicolon, + [51412] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3425), 3, + ACTIONS(3164), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3427), 4, + ACTIONS(3166), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [52994] = 4, - ACTIONS(1530), 1, + [51427] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1684), 1, - anon_sym_LPAREN, - STATE(654), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [53011] = 3, + STATE(1440), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3168), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1333), 2, + sym_property_hook_list, + sym__semicolon, + [51448] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3429), 3, + ACTIONS(1504), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(2913), 4, + ACTIONS(1502), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [53026] = 3, + [51463] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1620), 3, + ACTIONS(3170), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(1618), 4, + ACTIONS(3172), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [53041] = 4, - ACTIONS(1530), 1, + [51478] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(782), 1, - sym_arguments, - ACTIONS(1717), 5, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3136), 1, + anon_sym_DASH, + ACTIONS(3174), 2, + sym_integer, + sym_name, + STATE(2346), 3, + sym__simple_string_subscript_unary_expression, + sym__simple_string_array_access_argument, + sym_variable_name, + [51497] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [53058] = 4, - ACTIONS(1530), 1, + STATE(1614), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3176), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1337), 2, + sym_property_hook_list, + sym__semicolon, + [51518] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, + ACTIONS(1428), 1, anon_sym_LPAREN, - STATE(797), 1, - sym_arguments, - ACTIONS(1699), 5, - anon_sym_LBRACE, + ACTIONS(3178), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53075] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(1616), 3, - anon_sym_LBRACE, - anon_sym_BSLASHu, - anon_sym_DOLLAR, - ACTIONS(1614), 4, - sym_encapsed_string_chars_heredoc, - sym_heredoc_end, - sym_escape_sequence, - sym__new_line, - [53090] = 4, - ACTIONS(1530), 1, + [51535] = 5, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(717), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(3124), 1, + anon_sym_RPAREN, + STATE(1857), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53107] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - ACTIONS(3389), 1, - sym_name, - STATE(1617), 1, - sym_formal_parameters, - STATE(2383), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [53128] = 4, - ACTIONS(1530), 1, + [51554] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3158), 1, - aux_sym_namespace_aliasing_clause_token1, - ACTIONS(3431), 1, - aux_sym_use_instead_of_clause_token1, - ACTIONS(1564), 5, - anon_sym_LBRACE, + ACTIONS(3120), 1, + anon_sym_COMMA, + ACTIONS(3122), 1, + anon_sym_RPAREN, + STATE(1870), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53145] = 4, - ACTIONS(1530), 1, + [51573] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(749), 1, - sym_arguments, - ACTIONS(1699), 5, - anon_sym_LBRACE, + ACTIONS(3120), 1, + anon_sym_COMMA, + ACTIONS(3122), 1, + anon_sym_RPAREN, + STATE(1870), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53162] = 4, - ACTIONS(1530), 1, + [51592] = 5, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(715), 1, - sym_arguments, - ACTIONS(1717), 5, - anon_sym_LBRACE, + ACTIONS(3124), 1, + anon_sym_RPAREN, + STATE(1857), 1, + aux_sym__list_destructing_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53179] = 4, - ACTIONS(1530), 1, + [51611] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1933), 1, - anon_sym_LPAREN, - STATE(893), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(3182), 1, + aux_sym_enum_case_token1, + ACTIONS(3185), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3180), 2, + anon_sym_RBRACE, + aux_sym_switch_block_token1, + STATE(1452), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [51630] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, - anon_sym_COLON_COLON, - anon_sym_DASH_GT, - anon_sym_QMARK_DASH_GT, - anon_sym_LBRACK, - [53196] = 4, - ACTIONS(1530), 1, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3188), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1601), 2, + sym__property_hook_body, + sym__semicolon, + [51651] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1640), 1, + ACTIONS(2443), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1657), 5, anon_sym_LPAREN, - STATE(603), 1, - sym_arguments, - ACTIONS(1564), 5, - anon_sym_LBRACE, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53213] = 4, - ACTIONS(1530), 1, + [51666] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1927), 1, - anon_sym_LPAREN, - STATE(791), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(3045), 1, anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3190), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1603), 2, + sym__property_hook_body, + sym__semicolon, + [51687] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3192), 1, + sym_name, + STATE(1668), 1, + sym_const_element, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51706] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2381), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1657), 5, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53230] = 4, - ACTIONS(1530), 1, + [51721] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(1655), 2, + anon_sym_BSLASH, + sym_name, + ACTIONS(2997), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_AMP, anon_sym_LBRACE, + anon_sym_PIPE, + [51736] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3194), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, + anon_sym_DOLLAR, + ACTIONS(3196), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [51751] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1649), 1, + anon_sym_BSLASH, + ACTIONS(3198), 1, + sym_name, + ACTIONS(1645), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(1647), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51770] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2419), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1657), 5, + anon_sym_LPAREN, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53247] = 6, - ACTIONS(1530), 1, + [51785] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(3435), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1971), 1, - sym_namespace_aliasing_clause, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3433), 3, + ACTIONS(3192), 1, + sym_name, + STATE(1684), 1, + sym_const_element, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51804] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3201), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [53268] = 6, - ACTIONS(1530), 1, + STATE(1589), 2, + sym__property_hook_body, + sym__semicolon, + [51825] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3437), 1, + ACTIONS(3192), 1, sym_name, - STATE(1666), 1, - sym_reference_modifier, - STATE(2402), 1, + STATE(1613), 1, + sym_const_element, + STATE(2293), 2, sym__reserved_identifier, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [53289] = 5, - ACTIONS(1530), 1, + [51844] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1715), 1, + ACTIONS(1466), 3, + anon_sym_LBRACE, + anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(3405), 1, + ACTIONS(1464), 4, + sym_encapsed_string_chars_heredoc, + sym_heredoc_end, + sym_escape_sequence, + sym__new_line, + [51859] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3203), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1695), 2, + sym__property_hook_body, + sym__semicolon, + [51880] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3192), 1, + sym_name, + STATE(1887), 1, + sym_const_element, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51899] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3205), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1626), 2, + sym__property_hook_body, + sym__semicolon, + [51920] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1655), 1, + anon_sym_BSLASH, + ACTIONS(3113), 1, + sym_name, + ACTIONS(2997), 2, + anon_sym_AMP, + anon_sym_PIPE, + ACTIONS(2995), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [51939] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1934), 3, + anon_sym_LPAREN, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + ACTIONS(1932), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [51954] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3136), 1, anon_sym_DASH, - ACTIONS(3439), 2, + ACTIONS(3207), 2, sym_integer, sym_name, - STATE(2529), 3, + STATE(2366), 3, sym__simple_string_subscript_unary_expression, sym__simple_string_array_access_argument, sym_variable_name, - [53308] = 4, - ACTIONS(1530), 1, + [51973] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(578), 1, - sym_arguments, - ACTIONS(1564), 5, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, + anon_sym_LBRACE, + STATE(1614), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3209), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1324), 2, + sym_property_hook_list, + sym__semicolon, + [51994] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, + anon_sym_LBRACE, + STATE(1446), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3211), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1316), 2, + sym_property_hook_list, + sym__semicolon, + [52015] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3192), 1, + sym_name, + STATE(1670), 1, + sym_const_element, + STATE(2293), 2, + sym__reserved_identifier, + sym__identifier, + ACTIONS(1904), 3, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + [52034] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3126), 1, + anon_sym_COMMA, + ACTIONS(3128), 1, + anon_sym_RPAREN, + STATE(1964), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52053] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3213), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1585), 2, + sym__property_hook_body, + sym__semicolon, + [52074] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(3215), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53325] = 3, - ACTIONS(1530), 1, + [52091] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3321), 2, + ACTIONS(3219), 1, anon_sym_COMMA, - anon_sym_RBRACK, - ACTIONS(1564), 5, + ACTIONS(3221), 1, + anon_sym_LBRACE, + STATE(1598), 1, + aux_sym_base_clause_repeat1, + ACTIONS(3217), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1299), 2, + sym_use_list, + sym__semicolon, + [52112] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3219), 1, + anon_sym_COMMA, + ACTIONS(3221), 1, anon_sym_LBRACE, + STATE(1478), 1, + aux_sym_base_clause_repeat1, + ACTIONS(3223), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1290), 2, + sym_use_list, + sym__semicolon, + [52133] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3126), 1, + anon_sym_COMMA, + ACTIONS(3128), 1, + anon_sym_RPAREN, + STATE(1964), 1, + aux_sym_unset_statement_repeat1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53340] = 4, - ACTIONS(1530), 1, + [52152] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1697), 1, - anon_sym_LPAREN, - STATE(715), 1, - sym_arguments, - ACTIONS(1554), 5, + ACTIONS(3045), 1, + anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3225), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1658), 2, + sym__property_hook_body, + sym__semicolon, + [52173] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3045), 1, anon_sym_LBRACE, + ACTIONS(3047), 1, + anon_sym_EQ_GT, + STATE(1659), 1, + sym_compound_statement, + ACTIONS(3227), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1666), 2, + sym__property_hook_body, + sym__semicolon, + [52194] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2639), 1, anon_sym_COLON_COLON, + ACTIONS(1460), 6, + anon_sym_COMMA, + anon_sym_LPAREN, + anon_sym_RPAREN, anon_sym_DASH_GT, anon_sym_QMARK_DASH_GT, anon_sym_LBRACK, - [53357] = 3, + [52209] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(1588), 3, + ACTIONS(1458), 3, anon_sym_LBRACE, anon_sym_BSLASHu, anon_sym_DOLLAR, - ACTIONS(1586), 4, + ACTIONS(1456), 4, sym_encapsed_string_chars_heredoc, sym_heredoc_end, sym_escape_sequence, sym__new_line, - [53372] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3441), 1, - aux_sym_if_statement_token2, - ACTIONS(3443), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3445), 1, - aux_sym_else_clause_token1, - STATE(1685), 1, - aux_sym_if_statement_repeat2, - STATE(1974), 1, - sym_else_if_clause_2, - STATE(2495), 1, - sym_else_clause_2, - [53394] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(952), 1, - sym_compound_statement, - STATE(1799), 1, - sym_anonymous_function_use_clause, - STATE(2380), 1, - sym__return_type, - [53416] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - ACTIONS(1690), 1, + [52224] = 8, + ACTIONS(557), 1, anon_sym_BSLASH, - STATE(2314), 1, - sym_arguments, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3451), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [53436] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3453), 1, - anon_sym_BSLASHu, - ACTIONS(3031), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [53450] = 7, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1093), 1, - sym_compound_statement, - STATE(1769), 1, - sym_anonymous_function_use_clause, - STATE(2283), 1, - sym__return_type, - [53472] = 5, - ACTIONS(1530), 1, + ACTIONS(3229), 1, + sym_name, + STATE(1383), 1, + sym_qualified_name, + STATE(1775), 1, + sym_named_type, + STATE(1910), 1, + sym_type_list, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + [52249] = 8, + ACTIONS(557), 1, + anon_sym_BSLASH, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3457), 1, - aux_sym_enum_case_token1, - ACTIONS(3459), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3461), 1, - aux_sym_switch_block_token1, - STATE(1539), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [53490] = 5, - ACTIONS(1530), 1, + ACTIONS(3229), 1, + sym_name, + STATE(1383), 1, + sym_qualified_name, + STATE(1775), 1, + sym_named_type, + STATE(1811), 1, + sym_type_list, + STATE(2078), 1, + aux_sym_namespace_name_repeat1, + STATE(2299), 1, + sym_namespace_name, + [52274] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3457), 1, - aux_sym_enum_case_token1, - ACTIONS(3459), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3463), 1, - anon_sym_RBRACE, - STATE(1539), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [53508] = 3, - ACTIONS(1530), 1, + ACTIONS(2359), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1657), 5, + anon_sym_LPAREN, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52289] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 1, - anon_sym_BSLASHu, - ACTIONS(1614), 5, - sym_encapsed_string_chars, + ACTIONS(3156), 1, + anon_sym_COMMA, + ACTIONS(3158), 1, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, + STATE(1438), 1, + aux_sym_property_declaration_repeat1, + ACTIONS(3231), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + STATE(1323), 2, + sym_property_hook_list, + sym__semicolon, + [52310] = 5, + ACTIONS(1384), 1, anon_sym_DOLLAR, - [53522] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3233), 1, + sym_name, + ACTIONS(3235), 1, + anon_sym_LBRACE, + STATE(652), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [52328] = 6, ACTIONS(3), 1, sym_comment, - ACTIONS(3465), 1, + ACTIONS(3237), 1, anon_sym_SQUOTE, - ACTIONS(3467), 1, + ACTIONS(3239), 1, aux_sym_string_token2, - ACTIONS(3469), 1, + ACTIONS(3242), 1, aux_sym_string_content_token1, - STATE(1813), 1, + STATE(1765), 1, aux_sym_string_content_repeat1, - STATE(1620), 2, + STATE(1490), 2, sym_string_content, aux_sym_string_repeat1, - [53542] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(941), 1, - sym_compound_statement, - STATE(1783), 1, - sym_anonymous_function_use_clause, - STATE(2312), 1, - sym__return_type, - [53564] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3443), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3445), 1, - aux_sym_else_clause_token1, - ACTIONS(3471), 1, - aux_sym_if_statement_token2, - STATE(1685), 1, - aux_sym_if_statement_repeat2, - STATE(1974), 1, - sym_else_if_clause_2, - STATE(2588), 1, - sym_else_clause_2, - [53586] = 7, - ACTIONS(1530), 1, + [52348] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3247), 1, + anon_sym_PIPE, + STATE(1505), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3245), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [52364] = 7, + ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1129), 1, - sym_declaration_list, - STATE(1778), 1, - sym_base_clause, - STATE(2288), 1, - sym_class_interface_clause, - [53608] = 7, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(438), 1, - sym_declaration_list, - STATE(1776), 1, - sym_base_clause, - STATE(2321), 1, - sym_class_interface_clause, - [53630] = 3, - ACTIONS(1530), 1, + ACTIONS(3249), 1, + sym_name, + ACTIONS(3251), 1, + anon_sym_BSLASH, + STATE(419), 1, + sym_compound_statement, + STATE(1565), 1, + aux_sym_namespace_name_repeat1, + STATE(1702), 1, + sym_namespace_name, + [52386] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 1, + ACTIONS(1504), 1, anon_sym_BSLASHu, - ACTIONS(1618), 5, - sym_encapsed_string_chars, + ACTIONS(1502), 5, + sym_execution_string_chars, anon_sym_LBRACE, sym_escape_sequence, - anon_sym_DQUOTE, + anon_sym_BQUOTE, anon_sym_DOLLAR, - [53644] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3457), 1, - aux_sym_enum_case_token1, - ACTIONS(3459), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3475), 1, - aux_sym_switch_block_token1, - STATE(1580), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [53662] = 5, - ACTIONS(1530), 1, + [52400] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3457), 1, - aux_sym_enum_case_token1, - ACTIONS(3459), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3477), 1, - anon_sym_RBRACE, - STATE(1581), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [53680] = 7, - ACTIONS(1530), 1, + ACTIONS(3215), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52414] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3445), 1, - aux_sym_else_clause_token1, - ACTIONS(3479), 1, - aux_sym_if_statement_token2, - STATE(1575), 1, - aux_sym_if_statement_repeat2, - STATE(1974), 1, - sym_else_if_clause_2, - STATE(2501), 1, - sym_else_clause_2, - [53702] = 7, - ACTIONS(1530), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + STATE(537), 1, + sym_arguments, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52430] = 7, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3443), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3445), 1, - aux_sym_else_clause_token1, - ACTIONS(3481), 1, - aux_sym_if_statement_token2, - STATE(1585), 1, - aux_sym_if_statement_repeat2, - STATE(1974), 1, - sym_else_if_clause_2, - STATE(2451), 1, - sym_else_clause_2, - [53724] = 3, - ACTIONS(1530), 1, + ACTIONS(3249), 1, + sym_name, + ACTIONS(3251), 1, + anon_sym_BSLASH, + STATE(1565), 1, + aux_sym_namespace_name_repeat1, + STATE(1621), 1, + sym_namespace_name, + STATE(2011), 1, + sym_compound_statement, + [52452] = 5, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3391), 1, - anon_sym_BSLASHu, - ACTIONS(3393), 5, - sym_encapsed_string_chars, + ACTIONS(3253), 1, + sym_name, + ACTIONS(3255), 1, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [53738] = 3, - ACTIONS(1530), 1, + STATE(528), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [52470] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3425), 1, + ACTIONS(1466), 1, anon_sym_BSLASHu, - ACTIONS(3427), 5, + ACTIONS(1464), 5, sym_execution_string_chars, anon_sym_LBRACE, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR, - [53752] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(942), 1, - sym_compound_statement, - STATE(1863), 1, - sym_anonymous_function_use_clause, - STATE(2233), 1, - sym__return_type, - [53774] = 3, - ACTIONS(1530), 1, + [52484] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3407), 1, + ACTIONS(1458), 1, anon_sym_BSLASHu, - ACTIONS(3409), 5, + ACTIONS(1456), 5, sym_execution_string_chars, anon_sym_LBRACE, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR, - [53788] = 7, - ACTIONS(1530), 1, + [52498] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(443), 1, - sym_declaration_list, - STATE(1807), 1, - sym_base_clause, - STATE(2196), 1, - sym_class_interface_clause, - [53810] = 3, - ACTIONS(1530), 1, + ACTIONS(3257), 1, + anon_sym_SQUOTE, + ACTIONS(3259), 1, + aux_sym_string_token2, + ACTIONS(3261), 1, + aux_sym_string_content_token1, + STATE(1765), 1, + aux_sym_string_content_repeat1, + STATE(1519), 2, + sym_string_content, + aux_sym_string_repeat1, + [52518] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3411), 1, + ACTIONS(1466), 1, anon_sym_BSLASHu, - ACTIONS(3413), 5, - sym_execution_string_chars, + ACTIONS(1464), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, sym_escape_sequence, - anon_sym_BQUOTE, + anon_sym_DQUOTE, anon_sym_DOLLAR, - [53824] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1136), 1, - sym_compound_statement, - STATE(1753), 1, - sym_anonymous_function_use_clause, - STATE(2214), 1, - sym__return_type, - [53846] = 7, - ACTIONS(1009), 1, - aux_sym_while_statement_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3483), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3485), 1, - aux_sym_else_clause_token1, - STATE(1606), 1, - aux_sym_if_statement_repeat1, - STATE(1992), 1, - sym_else_if_clause, - STATE(1993), 1, - sym_else_clause, - [53868] = 7, - ACTIONS(999), 1, - aux_sym_while_statement_token1, - ACTIONS(1530), 1, + [52532] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3487), 1, + ACTIONS(3263), 1, + aux_sym_if_statement_token2, + ACTIONS(3265), 1, aux_sym_else_if_clause_token1, - ACTIONS(3490), 1, + ACTIONS(3267), 1, aux_sym_else_clause_token1, - STATE(1725), 1, - aux_sym_if_statement_repeat1, - STATE(1992), 1, - sym_else_if_clause, - STATE(2027), 1, - sym_else_clause, - [53890] = 7, - ACTIONS(1530), 1, + STATE(1671), 1, + aux_sym_if_statement_repeat2, + STATE(1929), 1, + sym_else_if_clause_2, + STATE(2468), 1, + sym_else_clause_2, + [52554] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1677), 1, - sym_declaration_list, - STATE(1871), 1, - sym_base_clause, - STATE(2178), 1, - sym_class_interface_clause, - [53912] = 7, - ACTIONS(1530), 1, + ACTIONS(3138), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52568] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1650), 1, - sym_declaration_list, - STATE(1792), 1, - sym_base_clause, - STATE(2354), 1, - sym_class_interface_clause, - [53934] = 5, - ACTIONS(1530), 1, + ACTIONS(3138), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52582] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3493), 1, - sym_name, - STATE(2005), 1, - sym_const_element, - STATE(2492), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, + ACTIONS(3247), 1, + anon_sym_PIPE, + STATE(1575), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3269), 4, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [53952] = 5, - ACTIONS(1530), 1, + sym_name, + [52598] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3493), 1, + ACTIONS(3271), 1, sym_name, - STATE(1801), 1, - sym_const_element, - STATE(2492), 1, + STATE(2239), 2, sym__reserved_identifier, - ACTIONS(2458), 3, + sym__identifier, + ACTIONS(1904), 3, aux_sym_function_static_declaration_token1, anon_sym_self, anon_sym_parent, - [53970] = 7, - ACTIONS(999), 1, + [52614] = 7, + ACTIONS(959), 1, aux_sym_while_statement_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3483), 1, + ACTIONS(3273), 1, aux_sym_else_if_clause_token1, - ACTIONS(3485), 1, + ACTIONS(3275), 1, aux_sym_else_clause_token1, - STATE(1725), 1, + STATE(1509), 1, aux_sym_if_statement_repeat1, - STATE(1992), 1, + STATE(1982), 1, sym_else_if_clause, - STATE(2027), 1, + STATE(1988), 1, sym_else_clause, - [53992] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(925), 1, - sym_compound_statement, - STATE(1793), 1, - sym_anonymous_function_use_clause, - STATE(2364), 1, - sym__return_type, - [54014] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(439), 1, - sym_declaration_list, - STATE(1817), 1, - sym_base_clause, - STATE(2358), 1, - sym_class_interface_clause, - [54036] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3493), 1, - sym_name, - STATE(1830), 1, - sym_const_element, - STATE(2492), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [54054] = 6, - ACTIONS(1530), 1, + [52636] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3385), 1, + ACTIONS(3215), 2, anon_sym_COMMA, - ACTIONS(3387), 1, - anon_sym_LBRACE, - STATE(1378), 1, - sym_use_list, - STATE(1738), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3495), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [54074] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(935), 1, - sym_compound_statement, - STATE(1796), 1, - sym_anonymous_function_use_clause, - STATE(2375), 1, - sym__return_type, - [54096] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1588), 1, - anon_sym_BSLASHu, - ACTIONS(1586), 5, - sym_execution_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [54110] = 7, - ACTIONS(1009), 1, + anon_sym_RPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [52650] = 7, + ACTIONS(967), 1, aux_sym_while_statement_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3497), 1, + ACTIONS(3273), 1, aux_sym_else_if_clause_token1, - ACTIONS(3500), 1, + ACTIONS(3275), 1, aux_sym_else_clause_token1, - STATE(1601), 1, + STATE(1662), 1, aux_sym_if_statement_repeat1, - STATE(1992), 1, - sym_else_if_clause, - STATE(1993), 1, + STATE(1956), 1, sym_else_clause, - [54132] = 5, - ACTIONS(1530), 1, + STATE(1982), 1, + sym_else_if_clause, + [52672] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3457), 1, + ACTIONS(3277), 1, + anon_sym_RBRACE, + ACTIONS(3279), 1, aux_sym_enum_case_token1, - ACTIONS(3459), 1, + ACTIONS(3281), 1, aux_sym_match_default_expression_token1, - ACTIONS(3503), 1, - aux_sym_switch_block_token1, - STATE(1539), 3, + STATE(1452), 3, sym_case_statement, sym_default_statement, aux_sym_switch_block_repeat1, - [54150] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - ACTIONS(3505), 1, - anon_sym_COMMA, - STATE(1848), 1, - aux_sym_base_clause_repeat1, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3507), 2, - anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [54170] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3425), 1, - anon_sym_BSLASHu, - ACTIONS(3427), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, - anon_sym_DOLLAR, - [54184] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1059), 1, - sym_compound_statement, - STATE(1762), 1, - sym_anonymous_function_use_clause, - STATE(2277), 1, - sym__return_type, - [54206] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(934), 1, - sym_declaration_list, - STATE(1802), 1, - sym_base_clause, - STATE(2356), 1, - sym_class_interface_clause, - [54228] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1057), 1, - sym_compound_statement, - STATE(1755), 1, - sym_anonymous_function_use_clause, - STATE(2256), 1, - sym__return_type, - [54250] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3469), 1, - aux_sym_string_content_token1, - ACTIONS(3509), 1, - anon_sym_SQUOTE, - ACTIONS(3511), 1, - aux_sym_string_token2, - STATE(1813), 1, - aux_sym_string_content_repeat1, - STATE(1622), 2, - sym_string_content, - aux_sym_string_repeat1, - [54270] = 5, - ACTIONS(1530), 1, + [52690] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3457), 1, + ACTIONS(3279), 1, aux_sym_enum_case_token1, - ACTIONS(3459), 1, + ACTIONS(3281), 1, aux_sym_match_default_expression_token1, - ACTIONS(3513), 1, + ACTIONS(3283), 1, aux_sym_switch_block_token1, - STATE(1614), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [54288] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3515), 1, - anon_sym_SQUOTE, - ACTIONS(3517), 1, - aux_sym_string_token2, - ACTIONS(3520), 1, - aux_sym_string_content_token1, - STATE(1813), 1, - aux_sym_string_content_repeat1, - STATE(1622), 2, - sym_string_content, - aux_sym_string_repeat1, - [54308] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3457), 1, - aux_sym_enum_case_token1, - ACTIONS(3459), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3523), 1, - anon_sym_RBRACE, - STATE(1539), 3, + STATE(1452), 3, sym_case_statement, sym_default_statement, aux_sym_switch_block_repeat1, - [54326] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3469), 1, - aux_sym_string_content_token1, - ACTIONS(3511), 1, - aux_sym_string_token2, - ACTIONS(3525), 1, - anon_sym_SQUOTE, - STATE(1813), 1, - aux_sym_string_content_repeat1, - STATE(1622), 2, - sym_string_content, - aux_sym_string_repeat1, - [54346] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3493), 1, - sym_name, - STATE(1865), 1, - sym_const_element, - STATE(2492), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [54364] = 6, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3469), 1, - aux_sym_string_content_token1, - ACTIONS(3527), 1, - anon_sym_SQUOTE, - ACTIONS(3529), 1, - aux_sym_string_token2, - STATE(1813), 1, - aux_sym_string_content_repeat1, - STATE(1624), 2, - sym_string_content, - aux_sym_string_repeat1, - [54384] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1141), 1, - sym_compound_statement, - STATE(1780), 1, - sym_anonymous_function_use_clause, - STATE(2203), 1, - sym__return_type, - [54406] = 3, - ACTIONS(1530), 1, + [52708] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1620), 1, + ACTIONS(1504), 1, anon_sym_BSLASHu, - ACTIONS(1618), 5, - sym_execution_string_chars, + ACTIONS(1502), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, sym_escape_sequence, - anon_sym_BQUOTE, + anon_sym_DQUOTE, anon_sym_DOLLAR, - [54420] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(958), 1, - sym_compound_statement, - STATE(1862), 1, - sym_anonymous_function_use_clause, - STATE(2221), 1, - sym__return_type, - [54442] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1710), 1, - sym_declaration_list, - STATE(1740), 1, - sym_base_clause, - STATE(2414), 1, - sym_class_interface_clause, - [54464] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1101), 1, - sym_compound_statement, - STATE(1757), 1, - sym_anonymous_function_use_clause, - STATE(2272), 1, - sym__return_type, - [54486] = 7, - ACTIONS(1530), 1, + [52722] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(441), 1, - sym_declaration_list, - STATE(1788), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1738), 1, sym_base_clause, - STATE(2200), 1, + STATE(1864), 1, + sym_declaration_list, + STATE(2220), 1, sym_class_interface_clause, - [54508] = 3, - ACTIONS(1530), 1, + [52744] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1616), 1, + ACTIONS(3170), 1, anon_sym_BSLASHu, - ACTIONS(1614), 5, + ACTIONS(3172), 5, sym_execution_string_chars, anon_sym_LBRACE, sym_escape_sequence, anon_sym_BQUOTE, anon_sym_DOLLAR, - [54522] = 3, - ACTIONS(1530), 1, + [52758] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1588), 1, + ACTIONS(3164), 1, anon_sym_BSLASHu, - ACTIONS(1586), 5, - sym_encapsed_string_chars, + ACTIONS(3166), 5, + sym_execution_string_chars, anon_sym_LBRACE, sym_escape_sequence, - anon_sym_DQUOTE, + anon_sym_BQUOTE, anon_sym_DOLLAR, - [54536] = 7, - ACTIONS(1530), 1, + [52772] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3367), 1, + ACTIONS(3095), 1, aux_sym_base_clause_token1, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - STATE(1707), 1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(867), 1, sym_declaration_list, - STATE(1825), 1, + STATE(1734), 1, sym_base_clause, - STATE(2385), 1, + STATE(2208), 1, sym_class_interface_clause, - [54558] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(950), 1, - sym_compound_statement, - STATE(1826), 1, - sym_anonymous_function_use_clause, - STATE(2377), 1, - sym__return_type, - [54580] = 7, - ACTIONS(1530), 1, + [52794] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3367), 1, + ACTIONS(3095), 1, aux_sym_base_clause_token1, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - STATE(1097), 1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(865), 1, sym_declaration_list, - STATE(1791), 1, + STATE(1732), 1, sym_base_clause, - STATE(2207), 1, + STATE(2210), 1, sym_class_interface_clause, - [54602] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3457), 1, - aux_sym_enum_case_token1, - ACTIONS(3459), 1, - aux_sym_match_default_expression_token1, - ACTIONS(3531), 1, - anon_sym_RBRACE, - STATE(1623), 3, - sym_case_statement, - sym_default_statement, - aux_sym_switch_block_repeat1, - [54620] = 7, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(964), 1, - sym_compound_statement, - STATE(1832), 1, - sym_anonymous_function_use_clause, - STATE(2389), 1, - sym__return_type, - [54642] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3533), 4, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - anon_sym_LBRACE, - [54658] = 7, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1083), 1, - sym_compound_statement, - STATE(1800), 1, - sym_anonymous_function_use_clause, - STATE(2346), 1, - sym__return_type, - [54680] = 3, - ACTIONS(1530), 1, + [52816] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3391), 1, + ACTIONS(1458), 1, anon_sym_BSLASHu, - ACTIONS(3393), 5, - sym_execution_string_chars, + ACTIONS(1456), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, sym_escape_sequence, - anon_sym_BQUOTE, + anon_sym_DQUOTE, anon_sym_DOLLAR, - [54694] = 5, - ACTIONS(1530), 1, + [52830] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3493), 1, - sym_name, - STATE(1820), 1, - sym_const_element, - STATE(2492), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [54712] = 7, - ACTIONS(1530), 1, + ACTIONS(3261), 1, + aux_sym_string_content_token1, + ACTIONS(3285), 1, + anon_sym_SQUOTE, + ACTIONS(3287), 1, + aux_sym_string_token2, + STATE(1765), 1, + aux_sym_string_content_repeat1, + STATE(1490), 2, + sym_string_content, + aux_sym_string_repeat1, + [52850] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3447), 1, - aux_sym_namespace_use_declaration_token1, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1125), 1, - sym_compound_statement, - STATE(1834), 1, - sym_anonymous_function_use_clause, - STATE(2379), 1, - sym__return_type, - [54734] = 3, - ACTIONS(1530), 1, + ACTIONS(3261), 1, + aux_sym_string_content_token1, + ACTIONS(3289), 1, + anon_sym_SQUOTE, + ACTIONS(3291), 1, + aux_sym_string_token2, + STATE(1765), 1, + aux_sym_string_content_repeat1, + STATE(1557), 2, + sym_string_content, + aux_sym_string_repeat1, + [52870] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3411), 1, - anon_sym_BSLASHu, - ACTIONS(3413), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, + ACTIONS(1649), 2, + anon_sym_BSLASH, + sym_name, + ACTIONS(1645), 4, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, anon_sym_DOLLAR, - [54748] = 3, - ACTIONS(1530), 1, + [52884] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3407), 1, - anon_sym_BSLASHu, - ACTIONS(3409), 5, - sym_encapsed_string_chars, - anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_DQUOTE, + ACTIONS(3265), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3267), 1, + aux_sym_else_clause_token1, + ACTIONS(3293), 1, + aux_sym_if_statement_token2, + STATE(1541), 1, + aux_sym_if_statement_repeat2, + STATE(1929), 1, + sym_else_if_clause_2, + STATE(2432), 1, + sym_else_clause_2, + [52906] = 5, + ACTIONS(125), 1, anon_sym_DOLLAR, - [54762] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3535), 1, - anon_sym_BSLASHu, - ACTIONS(2977), 5, - sym_execution_string_chars, + ACTIONS(3295), 1, + sym_name, + ACTIONS(3297), 1, anon_sym_LBRACE, - sym_escape_sequence, - anon_sym_BQUOTE, - anon_sym_DOLLAR, - [54776] = 6, - ACTIONS(1530), 1, + STATE(556), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [52924] = 7, + ACTIONS(967), 1, + aux_sym_while_statement_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3385), 1, - anon_sym_COMMA, - ACTIONS(3387), 1, - anon_sym_LBRACE, - STATE(1371), 1, - sym_use_list, - STATE(1610), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3383), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [54796] = 7, - ACTIONS(1530), 1, + ACTIONS(3299), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3302), 1, + aux_sym_else_clause_token1, + STATE(1662), 1, + aux_sym_if_statement_repeat1, + STATE(1956), 1, + sym_else_clause, + STATE(1982), 1, + sym_else_if_clause, + [52946] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3367), 1, + ACTIONS(3095), 1, aux_sym_base_clause_token1, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, + ACTIONS(3111), 1, anon_sym_LBRACE, - STATE(966), 1, + STATE(845), 1, sym_declaration_list, - STATE(1846), 1, + STATE(1771), 1, sym_base_clause, - STATE(2294), 1, + STATE(2280), 1, sym_class_interface_clause, - [54818] = 4, - ACTIONS(1068), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1066), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3537), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [54833] = 4, - ACTIONS(1530), 1, + [52968] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3539), 1, - anon_sym_PIPE, - STATE(1723), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3261), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [54848] = 6, - ACTIONS(1530), 1, + ACTIONS(3279), 1, + aux_sym_enum_case_token1, + ACTIONS(3281), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3305), 1, + anon_sym_RBRACE, + STATE(1542), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [52986] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, + ACTIONS(3279), 1, + aux_sym_enum_case_token1, + ACTIONS(3281), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3307), 1, + aux_sym_switch_block_token1, + STATE(1543), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [53004] = 7, + ACTIONS(557), 1, anon_sym_BSLASH, - ACTIONS(3505), 1, - anon_sym_COMMA, - ACTIONS(3541), 1, - anon_sym_LBRACE, - STATE(2144), 1, - aux_sym_base_clause_repeat1, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - [54867] = 4, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(2398), 1, + ACTIONS(3229), 1, + sym_name, + STATE(1383), 1, + sym_qualified_name, + STATE(2078), 1, aux_sym_namespace_name_repeat1, - ACTIONS(3533), 3, - anon_sym_COMMA, - anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [54882] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3545), 1, - anon_sym_EQ, - STATE(1965), 1, - sym_property_initializer, - ACTIONS(3543), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [54897] = 6, - ACTIONS(1530), 1, + STATE(2082), 1, + sym_named_type, + STATE(2299), 1, + sym_namespace_name, + [53026] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3547), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(3549), 1, - anon_sym_COLON, - STATE(484), 1, - sym_enum_declaration_list, - STATE(2201), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(753), 1, + sym_declaration_list, + STATE(1721), 1, + sym_base_clause, + STATE(2181), 1, sym_class_interface_clause, - [54916] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3126), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [54927] = 2, - ACTIONS(1530), 1, + [53048] = 7, + ACTIONS(959), 1, + aux_sym_while_statement_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3006), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [54938] = 6, - ACTIONS(1530), 1, + ACTIONS(3309), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3312), 1, + aux_sym_else_clause_token1, + STATE(1524), 1, + aux_sym_if_statement_repeat1, + STATE(1982), 1, + sym_else_if_clause, + STATE(1988), 1, + sym_else_clause, + [53070] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3551), 1, + ACTIONS(3170), 1, + anon_sym_BSLASHu, + ACTIONS(3172), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - ACTIONS(3553), 1, - anon_sym_COLON, - STATE(2002), 1, - sym_enum_declaration_list, - STATE(2381), 1, - sym_class_interface_clause, - [54957] = 4, - ACTIONS(1530), 1, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [53084] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3555), 1, - anon_sym_PIPE, - STATE(1679), 1, - aux_sym_union_type_repeat1, - ACTIONS(3213), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3164), 1, + anon_sym_BSLASHu, + ACTIONS(3166), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - [54972] = 6, - ACTIONS(1530), 1, + sym_escape_sequence, + anon_sym_DQUOTE, + anon_sym_DOLLAR, + [53098] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3557), 1, - anon_sym_LBRACE, - ACTIONS(3559), 1, + ACTIONS(3178), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - ACTIONS(3561), 1, anon_sym_DASH_GT, - ACTIONS(3563), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3565), 1, anon_sym_LBRACK, - [54991] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3112), 5, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - anon_sym_PIPE, - [55002] = 6, - ACTIONS(1530), 1, + [53112] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, + ACTIONS(3178), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - ACTIONS(3567), 1, - anon_sym_LBRACE, - ACTIONS(3569), 1, anon_sym_DASH_GT, - ACTIONS(3571), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3573), 1, anon_sym_LBRACK, - [55021] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3577), 1, - anon_sym_COLON, - STATE(2004), 1, - sym__return_type, - ACTIONS(3575), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [55036] = 4, - ACTIONS(1530), 1, + [53126] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3579), 1, - anon_sym_PIPE, - STATE(1686), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3271), 3, + ACTIONS(3315), 1, + sym_name, + ACTIONS(3318), 1, + anon_sym_BSLASH, + STATE(1535), 1, + aux_sym_namespace_name_repeat1, + ACTIONS(1649), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - [55051] = 4, - ACTIONS(1530), 1, + [53144] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3577), 1, - anon_sym_COLON, - STATE(1973), 1, - sym__return_type, - ACTIONS(3581), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3093), 1, anon_sym_LBRACE, - [55066] = 4, - ACTIONS(1530), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1724), 1, + sym_base_clause, + STATE(2064), 1, + sym_declaration_list, + STATE(2168), 1, + sym_class_interface_clause, + [53166] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3583), 1, - sym_name, - STATE(2241), 1, - sym__reserved_identifier, - ACTIONS(2458), 3, - aux_sym_function_static_declaration_token1, - anon_sym_self, - anon_sym_parent, - [55081] = 4, - ACTIONS(1530), 1, + ACTIONS(3265), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3267), 1, + aux_sym_else_clause_token1, + ACTIONS(3321), 1, + aux_sym_if_statement_token2, + STATE(1502), 1, + aux_sym_if_statement_repeat2, + STATE(1929), 1, + sym_else_if_clause_2, + STATE(2430), 1, + sym_else_clause_2, + [53188] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3587), 1, - anon_sym_BSLASH, - STATE(1696), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3585), 3, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [55096] = 6, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1727), 1, + sym_base_clause, + STATE(2075), 1, + sym_declaration_list, + STATE(2166), 1, + sym_class_interface_clause, + [53210] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(1715), 1, + ACTIONS(3148), 1, + anon_sym_BSLASHu, + ACTIONS(3150), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, anon_sym_DOLLAR, - ACTIONS(3589), 1, - anon_sym_DOT_DOT_DOT, - STATE(2053), 1, - sym_variable_name, - STATE(2054), 1, - sym_reference_modifier, - [55115] = 4, - ACTIONS(1530), 1, + [53224] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3579), 1, - anon_sym_PIPE, - STATE(1719), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3261), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, anon_sym_LBRACE, - [55130] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1595), 1, - sym_formal_parameters, - STATE(2355), 1, - sym_reference_modifier, - [55149] = 6, - ACTIONS(1530), 1, + STATE(468), 1, + sym_declaration_list, + STATE(1788), 1, + sym_base_clause, + STATE(2235), 1, + sym_class_interface_clause, + [53246] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, - anon_sym_COLON_COLON, - ACTIONS(3567), 1, - anon_sym_LBRACE, - ACTIONS(3573), 1, - anon_sym_LBRACK, - ACTIONS(3591), 1, - anon_sym_DASH_GT, - ACTIONS(3593), 1, - anon_sym_QMARK_DASH_GT, - [55168] = 4, - ACTIONS(1530), 1, + ACTIONS(3265), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3267), 1, + aux_sym_else_clause_token1, + ACTIONS(3325), 1, + aux_sym_if_statement_token2, + STATE(1671), 1, + aux_sym_if_statement_repeat2, + STATE(1929), 1, + sym_else_if_clause_2, + STATE(2406), 1, + sym_else_clause_2, + [53268] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3587), 1, - anon_sym_BSLASH, - STATE(1667), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3595), 3, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, + ACTIONS(3279), 1, + aux_sym_enum_case_token1, + ACTIONS(3281), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3327), 1, anon_sym_RBRACE, - [55183] = 5, - ACTIONS(1530), 1, + STATE(1452), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [53286] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3597), 1, - sym_name, - ACTIONS(3599), 1, + ACTIONS(3279), 1, + aux_sym_enum_case_token1, + ACTIONS(3281), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3329), 1, + aux_sym_switch_block_token1, + STATE(1452), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [53304] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(3601), 1, - anon_sym_DOLLAR, - STATE(1588), 2, - sym_dynamic_variable_name, - sym_variable_name, - [55200] = 5, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(738), 1, + sym_declaration_list, + STATE(1729), 1, + sym_base_clause, + STATE(2159), 1, + sym_class_interface_clause, + [53326] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3603), 1, - sym_name, - ACTIONS(3605), 1, + ACTIONS(3279), 1, + aux_sym_enum_case_token1, + ACTIONS(3281), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3331), 1, + aux_sym_switch_block_token1, + STATE(1511), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [53344] = 7, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(620), 2, - sym_dynamic_variable_name, - sym_variable_name, - [55217] = 5, - ACTIONS(1530), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(746), 1, + sym_declaration_list, + STATE(1739), 1, + sym_base_clause, + STATE(2160), 1, + sym_class_interface_clause, + [53366] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3607), 1, - sym_name, - ACTIONS(3609), 1, + ACTIONS(3333), 1, + anon_sym_BSLASHu, + ACTIONS(2792), 5, + sym_execution_string_chars, anon_sym_LBRACE, - ACTIONS(3611), 1, + sym_escape_sequence, + anon_sym_BQUOTE, anon_sym_DOLLAR, - STATE(1628), 2, - sym_dynamic_variable_name, - sym_variable_name, - [55234] = 3, - ACTIONS(1040), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1038), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [55247] = 4, - ACTIONS(1074), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1072), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3613), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55262] = 4, - ACTIONS(1080), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [53380] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1078), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3615), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55277] = 4, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1743), 1, + sym_base_clause, + STATE(1828), 1, + sym_declaration_list, + STATE(2148), 1, + sym_class_interface_clause, + [53402] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3617), 1, - anon_sym_PIPE, - STATE(1679), 1, - aux_sym_union_type_repeat1, - ACTIONS(3138), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, anon_sym_LBRACE, - [55292] = 4, - ACTIONS(1530), 1, + STATE(847), 1, + sym_declaration_list, + STATE(1778), 1, + sym_base_clause, + STATE(2119), 1, + sym_class_interface_clause, + [53424] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3435), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(1971), 1, - sym_namespace_aliasing_clause, - ACTIONS(3433), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [55307] = 6, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(686), 1, + sym_declaration_list, + STATE(1744), 1, + sym_base_clause, + STATE(2139), 1, + sym_class_interface_clause, + [53446] = 5, + ACTIONS(1388), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, - anon_sym_COLON_COLON, - ACTIONS(3620), 1, + ACTIONS(3335), 1, + sym_name, + ACTIONS(3337), 1, anon_sym_LBRACE, - ACTIONS(3622), 1, - anon_sym_DASH_GT, - ACTIONS(3624), 1, - anon_sym_QMARK_DASH_GT, - ACTIONS(3626), 1, - anon_sym_LBRACK, - [55326] = 6, - ACTIONS(1530), 1, + STATE(790), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [53464] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, + ACTIONS(1894), 1, + anon_sym_LPAREN, + STATE(784), 1, + sym_arguments, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - ACTIONS(3628), 1, - anon_sym_LBRACE, - ACTIONS(3630), 1, anon_sym_DASH_GT, - ACTIONS(3632), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3634), 1, anon_sym_LBRACK, - [55345] = 4, - ACTIONS(1530), 1, + [53480] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3636), 1, + ACTIONS(3084), 1, anon_sym_AMP, - STATE(1683), 1, + STATE(1563), 1, aux_sym_intersection_type_repeat1, - ACTIONS(3142), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3339), 4, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOLLAR, + [53496] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3194), 1, + anon_sym_BSLASHu, + ACTIONS(3196), 5, + sym_execution_string_chars, anon_sym_LBRACE, - [55360] = 5, - ACTIONS(1518), 1, + sym_escape_sequence, + anon_sym_BQUOTE, anon_sym_DOLLAR, - ACTIONS(1530), 1, + [53510] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3639), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + ACTIONS(3341), 1, sym_name, - ACTIONS(3641), 1, + ACTIONS(3343), 1, anon_sym_LBRACE, - STATE(667), 2, + STATE(880), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55377] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3643), 1, - aux_sym_if_statement_token2, - ACTIONS(3645), 1, - aux_sym_else_if_clause_token1, - ACTIONS(3648), 1, - aux_sym_else_clause_token1, - STATE(1685), 1, - aux_sym_if_statement_repeat2, - STATE(1974), 1, - sym_else_if_clause_2, - [55396] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3650), 1, - anon_sym_PIPE, - STATE(1686), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3167), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [55411] = 6, - ACTIONS(1530), 1, + [53528] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, + ACTIONS(1940), 1, + anon_sym_LPAREN, + STATE(879), 1, + sym_arguments, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - ACTIONS(3653), 1, - anon_sym_LBRACE, - ACTIONS(3655), 1, anon_sym_DASH_GT, - ACTIONS(3657), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3659), 1, anon_sym_LBRACK, - [55430] = 4, - ACTIONS(1530), 1, + [53544] = 6, + ACTIONS(3), 1, sym_comment, - ACTIONS(3661), 1, - sym_name, - STATE(1907), 1, - sym_visibility_modifier, - ACTIONS(3663), 3, - aux_sym_visibility_modifier_token1, - aux_sym_visibility_modifier_token2, - aux_sym_visibility_modifier_token3, - [55445] = 5, - ACTIONS(1530), 1, + ACTIONS(3261), 1, + aux_sym_string_content_token1, + ACTIONS(3287), 1, + aux_sym_string_token2, + ACTIONS(3345), 1, + anon_sym_SQUOTE, + STATE(1765), 1, + aux_sym_string_content_repeat1, + STATE(1490), 2, + sym_string_content, + aux_sym_string_repeat1, + [53564] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, + ACTIONS(3194), 1, + anon_sym_BSLASHu, + ACTIONS(3196), 5, + sym_encapsed_string_chars, + anon_sym_LBRACE, + sym_escape_sequence, + anon_sym_DQUOTE, anon_sym_DOLLAR, - ACTIONS(3665), 1, - anon_sym_AMP, - ACTIONS(3667), 1, - anon_sym_RPAREN, - STATE(2258), 2, - sym_variable_name, - sym_variable_reference, - [55462] = 4, - ACTIONS(1108), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [53578] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1106), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3669), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55477] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1942), 1, - sym_formal_parameters, - STATE(2323), 1, - sym_reference_modifier, - [55496] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1731), 1, - anon_sym_DOLLAR, - ACTIONS(3671), 1, + ACTIONS(3347), 1, sym_name, - ACTIONS(3673), 1, + ACTIONS(3349), 1, anon_sym_LBRACE, - STATE(759), 2, + ACTIONS(3351), 1, + anon_sym_DOLLAR, + STATE(1518), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55513] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3361), 1, - anon_sym_AMP, - STATE(1683), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3179), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [55528] = 3, - ACTIONS(1032), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1030), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [55541] = 3, - ACTIONS(1036), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1034), 4, - aux_sym_catch_clause_token1, - aux_sym_finally_clause_token1, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [55554] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3677), 1, - anon_sym_BSLASH, - STATE(1696), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3675), 3, - anon_sym_COMMA, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [55569] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3377), 1, - aux_sym_catch_clause_token1, - ACTIONS(3379), 1, - aux_sym_finally_clause_token1, - STATE(1527), 3, - sym_catch_clause, - sym_finally_clause, - aux_sym_try_statement_repeat1, - [55584] = 6, - ACTIONS(1530), 1, + [53596] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, + ACTIONS(1651), 1, + anon_sym_LPAREN, + STATE(640), 1, + sym_arguments, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - ACTIONS(3680), 1, - anon_sym_LBRACE, - ACTIONS(3682), 1, anon_sym_DASH_GT, - ACTIONS(3684), 1, anon_sym_QMARK_DASH_GT, - ACTIONS(3686), 1, anon_sym_LBRACK, - [55603] = 5, - ACTIONS(1530), 1, + [53612] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(3665), 1, - anon_sym_AMP, - ACTIONS(3688), 1, - anon_sym_RPAREN, - STATE(2258), 2, - sym_variable_name, - sym_variable_reference, - [55620] = 5, - ACTIONS(1530), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(471), 1, + sym_declaration_list, + STATE(1786), 1, + sym_base_clause, + STATE(2188), 1, + sym_class_interface_clause, + [53634] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1741), 1, - anon_sym_DOLLAR, - ACTIONS(3690), 1, + ACTIONS(3353), 1, sym_name, - ACTIONS(3692), 1, + ACTIONS(3355), 1, anon_sym_LBRACE, - STATE(908), 2, + ACTIONS(3357), 1, + anon_sym_DOLLAR, + STATE(1499), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55637] = 6, - ACTIONS(1530), 1, + [53652] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3551), 1, + ACTIONS(3359), 1, + anon_sym_AMP, + STATE(1563), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3035), 4, anon_sym_LBRACE, - ACTIONS(3694), 1, - anon_sym_COLON, - STATE(1934), 1, - sym_enum_declaration_list, - STATE(2180), 1, - sym_class_interface_clause, - [55656] = 4, - ACTIONS(1058), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + anon_sym_RPAREN, + anon_sym_DOLLAR, + [53668] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1056), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3696), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55671] = 5, - ACTIONS(1530), 1, + ACTIONS(1663), 1, + anon_sym_LPAREN, + STATE(703), 1, + sym_arguments, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [53684] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3698), 1, + ACTIONS(3251), 1, + anon_sym_BSLASH, + ACTIONS(3362), 1, sym_name, - STATE(1822), 1, - sym_namespace_name, - STATE(2310), 1, - sym_namespace_use_group_clause, - ACTIONS(3700), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - [55688] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3702), 1, - aux_sym_catch_clause_token1, - ACTIONS(3704), 1, - aux_sym_finally_clause_token1, - STATE(423), 3, - sym_catch_clause, - sym_finally_clause, - aux_sym_try_statement_repeat1, - [55703] = 4, - ACTIONS(1120), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1118), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3706), 2, + STATE(1535), 1, + aux_sym_namespace_name_repeat1, + ACTIONS(3364), 3, sym__automatic_semicolon, anon_sym_SEMI, - [55718] = 5, - ACTIONS(403), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3710), 1, - anon_sym_BSLASH, - STATE(1926), 1, - sym_compound_statement, - ACTIONS(3708), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55735] = 4, - ACTIONS(1086), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1084), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3712), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55750] = 6, - ACTIONS(1530), 1, + [53702] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, + ACTIONS(3366), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(3368), 1, + aux_sym_use_instead_of_clause_token1, + ACTIONS(1430), 4, anon_sym_COLON_COLON, - ACTIONS(3680), 1, - anon_sym_LBRACE, - ACTIONS(3686), 1, - anon_sym_LBRACK, - ACTIONS(3714), 1, anon_sym_DASH_GT, - ACTIONS(3716), 1, anon_sym_QMARK_DASH_GT, - [55769] = 5, - ACTIONS(1530), 1, + anon_sym_LBRACK, + [53718] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3279), 1, + aux_sym_enum_case_token1, + ACTIONS(3281), 1, + aux_sym_match_default_expression_token1, + ACTIONS(3370), 1, + anon_sym_RBRACE, + STATE(1510), 3, + sym_case_statement, + sym_default_statement, + aux_sym_switch_block_repeat1, + [53736] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3599), 1, + ACTIONS(3148), 1, + anon_sym_BSLASHu, + ACTIONS(3150), 5, + sym_execution_string_chars, anon_sym_LBRACE, - ACTIONS(3601), 1, + sym_escape_sequence, + anon_sym_BQUOTE, anon_sym_DOLLAR, - ACTIONS(3718), 1, + [53750] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + ACTIONS(3372), 1, sym_name, - STATE(1588), 2, + ACTIONS(3374), 1, + anon_sym_LBRACE, + STATE(725), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55786] = 4, - ACTIONS(1096), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1094), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3720), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55801] = 4, - ACTIONS(1114), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [53768] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1112), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3722), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55816] = 5, - ACTIONS(619), 1, + ACTIONS(3349), 1, + anon_sym_LBRACE, + ACTIONS(3351), 1, anon_sym_DOLLAR, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3724), 1, + ACTIONS(3376), 1, sym_name, - ACTIONS(3726), 1, - anon_sym_LBRACE, - STATE(585), 2, + STATE(1518), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55833] = 5, - ACTIONS(1530), 1, + [53786] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3609), 1, + ACTIONS(3355), 1, anon_sym_LBRACE, - ACTIONS(3611), 1, + ACTIONS(3357), 1, anon_sym_DOLLAR, - ACTIONS(3728), 1, + ACTIONS(3378), 1, sym_name, - STATE(1628), 2, + STATE(1499), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55850] = 5, - ACTIONS(1530), 1, + [53804] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3730), 1, + ACTIONS(3380), 1, sym_name, - ACTIONS(3732), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - ACTIONS(3734), 1, + ACTIONS(3384), 1, anon_sym_DOLLAR, - STATE(1555), 2, + STATE(1484), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55867] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3539), 1, - anon_sym_PIPE, - STATE(1726), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3271), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [55882] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3698), 1, - sym_name, - STATE(1822), 1, - sym_namespace_name, - STATE(2106), 1, - sym_namespace_use_group_clause, - ACTIONS(3700), 2, - aux_sym_namespace_use_declaration_token2, - aux_sym_namespace_use_declaration_token3, - [55899] = 5, - ACTIONS(1530), 1, + [53822] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3732), 1, + ACTIONS(3382), 1, anon_sym_LBRACE, - ACTIONS(3734), 1, + ACTIONS(3384), 1, anon_sym_DOLLAR, - ACTIONS(3736), 1, + ACTIONS(3386), 1, sym_name, - STATE(1555), 2, + STATE(1484), 3, sym_dynamic_variable_name, + sym__simple_variable, sym_variable_name, - [55916] = 4, - ACTIONS(1530), 1, + [53840] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3738), 1, + ACTIONS(3388), 1, anon_sym_PIPE, - STATE(1728), 1, + STATE(1574), 1, aux_sym_union_type_repeat1, - ACTIONS(3213), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [55931] = 4, - ACTIONS(1530), 1, + ACTIONS(3009), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [53856] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3579), 1, + ACTIONS(3391), 1, anon_sym_PIPE, - STATE(1686), 1, + STATE(1575), 1, aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3337), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [55946] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3559), 1, - anon_sym_COLON_COLON, - ACTIONS(3567), 1, - anon_sym_LBRACE, - ACTIONS(3573), 1, - anon_sym_LBRACK, - ACTIONS(3740), 1, - anon_sym_DASH_GT, - ACTIONS(3742), 1, - anon_sym_QMARK_DASH_GT, - [55965] = 4, - ACTIONS(1102), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1100), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3744), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [55980] = 6, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(3005), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [53872] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3746), 1, + ACTIONS(3396), 1, + anon_sym_PIPE, + STATE(1574), 1, + aux_sym_union_type_repeat1, + ACTIONS(3394), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, sym_name, - ACTIONS(3748), 1, - anon_sym_BSLASH, - STATE(1706), 1, - sym_namespace_name, - STATE(1897), 1, - sym_compound_statement, - [55999] = 4, - ACTIONS(1530), 1, + [53888] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3539), 1, + ACTIONS(3247), 1, anon_sym_PIPE, - STATE(1726), 1, + STATE(1575), 1, aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3337), 3, + ACTIONS(3398), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [53904] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3068), 1, anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [56014] = 6, - ACTIONS(1530), 1, + STATE(1582), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3400), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [53920] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3559), 1, - anon_sym_COLON_COLON, - ACTIONS(3653), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, anon_sym_LBRACE, - ACTIONS(3659), 1, - anon_sym_LBRACK, - ACTIONS(3750), 1, + STATE(482), 1, + sym_declaration_list, + STATE(1763), 1, + sym_base_clause, + STATE(2111), 1, + sym_class_interface_clause, + [53942] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1571), 1, + anon_sym_LPAREN, + STATE(558), 1, + sym_arguments, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, anon_sym_DASH_GT, - ACTIONS(3752), 1, anon_sym_QMARK_DASH_GT, - [56033] = 6, - ACTIONS(1023), 1, - aux_sym_while_statement_token1, - ACTIONS(1025), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + anon_sym_LBRACK, + [53958] = 7, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3754), 1, - aux_sym_else_if_clause_token1, - STATE(1725), 1, - aux_sym_if_statement_repeat1, - STATE(1992), 1, - sym_else_if_clause, - [56052] = 4, - ACTIONS(1530), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(443), 1, + sym_declaration_list, + STATE(1757), 1, + sym_base_clause, + STATE(2140), 1, + sym_class_interface_clause, + [53980] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3757), 1, - anon_sym_PIPE, - STATE(1726), 1, - aux_sym_disjunctive_normal_form_type_repeat1, - ACTIONS(3167), 3, + ACTIONS(3402), 1, anon_sym_AMP, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [56067] = 4, - ACTIONS(1530), 1, + STATE(1582), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3033), 4, + aux_sym_function_static_declaration_token1, + anon_sym_self, + anon_sym_parent, + sym_name, + [53996] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3760), 1, - anon_sym_BSLASH, - STATE(1727), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3675), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3405), 1, + anon_sym_BSLASHu, + ACTIONS(2830), 5, + sym_encapsed_string_chars, anon_sym_LBRACE, - [56082] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3763), 1, - anon_sym_PIPE, - STATE(1728), 1, - aux_sym_union_type_repeat1, - ACTIONS(3138), 3, - anon_sym_AMP, - anon_sym_DOT_DOT_DOT, + sym_escape_sequence, + anon_sym_DQUOTE, anon_sym_DOLLAR, - [56097] = 6, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3746), 1, - sym_name, - ACTIONS(3748), 1, - anon_sym_BSLASH, - STATE(492), 1, - sym_compound_statement, - STATE(1736), 1, - sym_namespace_name, - [56116] = 6, - ACTIONS(1530), 1, + [54010] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3547), 1, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3409), 1, anon_sym_LBRACE, - ACTIONS(3766), 1, + ACTIONS(3411), 1, anon_sym_COLON, - STATE(512), 1, - sym_enum_declaration_list, - STATE(2360), 1, - sym_class_interface_clause, - [56135] = 6, - ACTIONS(1530), 1, + STATE(1890), 1, + sym_anonymous_function_use_clause, + STATE(2306), 1, + sym__return_type, + [54029] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(3413), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3415), 3, anon_sym_AMP, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(3768), 1, - anon_sym_DOT_DOT_DOT, - STATE(2128), 1, - sym_reference_modifier, - STATE(2129), 1, - sym_variable_name, - [56154] = 4, - ACTIONS(1126), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1124), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3770), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [56169] = 5, - ACTIONS(1524), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54042] = 6, + ACTIONS(39), 1, + aux_sym_final_modifier_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3772), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3417), 1, sym_name, - ACTIONS(3774), 1, - anon_sym_LBRACE, - STATE(790), 2, - sym_dynamic_variable_name, - sym_variable_name, - [56186] = 6, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3559), 1, - anon_sym_COLON_COLON, - ACTIONS(3680), 1, - anon_sym_LBRACE, - ACTIONS(3686), 1, - anon_sym_LBRACK, - ACTIONS(3776), 1, - anon_sym_DASH_GT, - ACTIONS(3778), 1, - anon_sym_QMARK_DASH_GT, - [56205] = 4, - ACTIONS(1052), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1050), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - ACTIONS(3780), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [56220] = 5, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + STATE(2084), 1, + sym_final_modifier, + STATE(2361), 1, + sym_reference_modifier, + [54061] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3710), 1, - anon_sym_BSLASH, - STATE(534), 1, - sym_compound_statement, - ACTIONS(3782), 2, + ACTIONS(3421), 1, + anon_sym_PIPE, + STATE(1700), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3419), 3, sym__automatic_semicolon, anon_sym_SEMI, - [56237] = 4, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [54076] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3784), 1, - anon_sym_BSLASH, - STATE(1739), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3595), 3, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3423), 1, + anon_sym_LBRACE, + STATE(2021), 1, + sym_anonymous_function_use_clause, + STATE(2403), 1, + sym__return_type, + [54095] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3425), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3427), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54108] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3429), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3431), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54121] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3435), 1, + anon_sym_COMMA, + STATE(1790), 1, + aux_sym__const_declaration_repeat1, + STATE(1928), 1, + sym__semicolon, + ACTIONS(3433), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [56252] = 4, - ACTIONS(1530), 1, + [54138] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3787), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1738), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3533), 3, + STATE(466), 1, + sym__semicolon, + STATE(1624), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(3437), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [56267] = 4, - ACTIONS(1530), 1, + [54155] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3790), 1, - anon_sym_BSLASH, - STATE(1727), 1, - aux_sym_namespace_name_repeat1, - ACTIONS(3585), 3, + ACTIONS(3441), 1, + anon_sym_COMMA, + STATE(1708), 1, + aux_sym_function_static_declaration_repeat1, + STATE(1942), 1, + sym__semicolon, + ACTIONS(3439), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [56282] = 5, - ACTIONS(1530), 1, + [54172] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - STATE(1735), 1, - sym_declaration_list, - STATE(2339), 1, + ACTIONS(3443), 1, + anon_sym_LBRACE, + ACTIONS(3445), 1, + anon_sym_COLON, + STATE(446), 1, + sym_enum_declaration_list, + STATE(2138), 1, sym_class_interface_clause, - [56298] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(3665), 1, - anon_sym_AMP, - STATE(2258), 2, - sym_variable_name, - sym_variable_reference, - [56312] = 2, - ACTIONS(1530), 1, + [54191] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3793), 4, + ACTIONS(3447), 5, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, anon_sym_COLON, - [56322] = 4, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + [54202] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3797), 1, - anon_sym_COMMA, - STATE(1879), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3795), 2, + ACTIONS(3451), 1, + anon_sym_EQ, + ACTIONS(3449), 4, sym__automatic_semicolon, anon_sym_SEMI, - [56336] = 2, - ACTIONS(1530), 1, + anon_sym_COMMA, + anon_sym_LBRACE, + [54215] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3453), 1, + anon_sym_LBRACE, + STATE(1815), 1, + sym_anonymous_function_use_clause, + STATE(2509), 1, + sym__return_type, + [54234] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3533), 4, + ACTIONS(3457), 1, + anon_sym_COMMA, + STATE(1598), 1, + aux_sym_base_clause_repeat1, + ACTIONS(3455), 3, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, anon_sym_LBRACE, - [56346] = 2, - ACTIONS(1530), 1, + [54249] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3675), 4, - anon_sym_COMMA, - anon_sym_BSLASH, - aux_sym_namespace_aliasing_clause_token1, - anon_sym_RBRACE, - [56356] = 5, - ACTIONS(1530), 1, + STATE(1294), 1, + sym__semicolon, + STATE(1313), 1, + sym_compound_statement, + ACTIONS(3460), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [54266] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(1665), 1, anon_sym_AMP, - ACTIONS(3199), 1, + ACTIONS(2311), 1, + anon_sym_COLON, + ACTIONS(3031), 1, anon_sym_LPAREN, - STATE(1639), 1, + STATE(1863), 1, sym_formal_parameters, - STATE(2271), 1, + STATE(2261), 1, sym_reference_modifier, - [56372] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3801), 1, - anon_sym_EQ, - ACTIONS(3799), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [56384] = 5, + [54285] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3803), 1, - anon_sym_DQUOTE2, - ACTIONS(3805), 1, - sym__new_line, - ACTIONS(3807), 1, - sym_heredoc_end, - STATE(2287), 1, - sym_heredoc_body, - [56400] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(3748), 1, - anon_sym_BSLASH, - ACTIONS(3809), 1, + ACTIONS(3462), 2, + aux_sym_final_modifier_token1, sym_name, - STATE(2490), 1, - sym_namespace_name, - [56416] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1703), 1, + ACTIONS(3464), 3, anon_sym_AMP, - ACTIONS(3199), 1, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54298] = 6, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1785), 1, anon_sym_LPAREN, - STATE(1599), 1, - sym_formal_parameters, - STATE(2191), 1, - sym_reference_modifier, - [56432] = 4, - ACTIONS(1530), 1, + ACTIONS(3466), 1, + anon_sym_COLON_COLON, + ACTIONS(3468), 1, + anon_sym_DASH_GT, + ACTIONS(3470), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3472), 1, + anon_sym_LBRACK, + [54317] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3813), 1, - anon_sym_COMMA, - STATE(1766), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3811), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [56446] = 5, - ACTIONS(1530), 1, + ACTIONS(3474), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3476), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54330] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3478), 1, + aux_sym_catch_clause_token1, + ACTIONS(3480), 1, + aux_sym_finally_clause_token1, + STATE(405), 3, + sym_catch_clause, + sym_finally_clause, + aux_sym_try_statement_repeat1, + [54345] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(3482), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3484), 3, anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1627), 1, - sym_formal_parameters, - STATE(2286), 1, - sym_reference_modifier, - [56462] = 5, - ACTIONS(1530), 1, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54358] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3411), 1, anon_sym_COLON, - ACTIONS(3455), 1, + ACTIONS(3486), 1, anon_sym_LBRACE, - STATE(1115), 1, - sym_compound_statement, - STATE(2274), 1, + STATE(2051), 1, + sym_anonymous_function_use_clause, + STATE(2389), 1, sym__return_type, - [56478] = 4, - ACTIONS(1530), 1, + [54377] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3817), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1883), 1, - aux_sym_function_static_declaration_repeat1, - ACTIONS(3815), 2, + STATE(1790), 1, + aux_sym__const_declaration_repeat1, + STATE(2057), 1, + sym__semicolon, + ACTIONS(3488), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56492] = 5, - ACTIONS(1530), 1, + [54394] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3411), 1, anon_sym_COLON, - ACTIONS(3455), 1, + ACTIONS(3490), 1, anon_sym_LBRACE, - STATE(1147), 1, - sym_compound_statement, - STATE(2165), 1, + STATE(2081), 1, + sym_anonymous_function_use_clause, + STATE(2351), 1, sym__return_type, - [56508] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(3665), 1, - anon_sym_AMP, - STATE(2134), 2, - sym_variable_name, - sym_variable_reference, - [56522] = 5, - ACTIONS(1530), 1, + [54413] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3411), 1, anon_sym_COLON, - ACTIONS(3455), 1, + ACTIONS(3492), 1, anon_sym_LBRACE, - STATE(1069), 1, - sym_compound_statement, - STATE(2359), 1, + STATE(1827), 1, + sym_anonymous_function_use_clause, + STATE(2294), 1, sym__return_type, - [56538] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3819), 4, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_RBRACK, - [56548] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3823), 1, - anon_sym_PIPE, - STATE(1882), 1, - aux_sym_type_list_repeat1, - ACTIONS(3821), 2, - anon_sym_RPAREN, - anon_sym_DOLLAR, - [56562] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3805), 1, - sym__new_line, - ACTIONS(3825), 1, - anon_sym_DQUOTE2, - ACTIONS(3827), 1, - sym_heredoc_end, - STATE(2235), 1, - sym_heredoc_body, - [56578] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1607), 1, - sym_formal_parameters, - STATE(2298), 1, - sym_reference_modifier, - [56594] = 5, - ACTIONS(1530), 1, + [54432] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3496), 1, anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1076), 1, - sym_compound_statement, - STATE(2152), 1, + STATE(2077), 1, sym__return_type, - [56610] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3547), 1, + ACTIONS(3494), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(472), 1, - sym_enum_declaration_list, - STATE(2357), 1, - sym_class_interface_clause, - [56626] = 5, - ACTIONS(1530), 1, + [54447] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3199), 1, + ACTIONS(1751), 1, anon_sym_LPAREN, - STATE(2120), 1, - sym_formal_parameters, - STATE(2183), 1, - sym_reference_modifier, - [56642] = 4, - ACTIONS(1530), 1, + ACTIONS(1753), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [54460] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1867), 1, + STATE(451), 1, + sym__semicolon, + STATE(1615), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3829), 2, + ACTIONS(3498), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56656] = 4, - ACTIONS(1530), 1, + [54477] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3835), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1766), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3833), 2, + STATE(492), 1, + sym__semicolon, + STATE(1650), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(3500), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56670] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1129), 1, - sym_declaration_list, - STATE(2288), 1, - sym_class_interface_clause, - [56686] = 4, - ACTIONS(1530), 1, + [54494] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3504), 1, anon_sym_COMMA, - STATE(1841), 1, + STATE(1614), 1, aux_sym_property_declaration_repeat1, - ACTIONS(3838), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [56700] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1087), 1, - sym_compound_statement, - STATE(2345), 1, - sym__return_type, - [56716] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1097), 1, - sym_declaration_list, - STATE(2207), 1, - sym_class_interface_clause, - [56732] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3840), 1, - anon_sym_AMP, - STATE(1771), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3142), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [56746] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3675), 4, + ACTIONS(3502), 3, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_BSLASH, anon_sym_LBRACE, - [56756] = 4, - ACTIONS(1530), 1, + [54509] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1766), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3843), 2, + STATE(417), 1, + sym__semicolon, + STATE(1790), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(3507), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56770] = 4, - ACTIONS(3), 1, + [54526] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3847), 1, - aux_sym_string_content_token1, - STATE(1774), 1, - aux_sym_string_content_repeat1, - ACTIONS(3845), 2, - anon_sym_SQUOTE, - aux_sym_string_token2, - [56784] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3185), 4, + ACTIONS(3509), 5, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_PIPE, - [56794] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(447), 1, - sym_declaration_list, - STATE(2334), 1, - sym_class_interface_clause, - [56810] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3850), 4, - aux_sym_namespace_use_declaration_token1, - anon_sym_LBRACE, anon_sym_COLON, anon_sym_EQ_GT, - [56820] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1095), 1, - sym_declaration_list, - STATE(2206), 1, - sym_class_interface_clause, - [56836] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2838), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(3852), 1, - aux_sym_namespace_use_declaration_token2, - STATE(2232), 1, - sym_static_modifier, - [56852] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1092), 1, - sym_compound_statement, - STATE(2280), 1, - sym__return_type, - [56868] = 2, - ACTIONS(1530), 1, + [54537] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3854), 4, + ACTIONS(3513), 1, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - anon_sym_RBRACK, - [56878] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3167), 4, + STATE(1679), 1, + aux_sym_namespace_use_declaration_repeat1, + STATE(1911), 1, + sym__semicolon, + ACTIONS(3511), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, + [54554] = 3, + ACTIONS(992), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(990), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [54567] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3515), 1, anon_sym_PIPE, - [56888] = 5, - ACTIONS(403), 1, + STATE(1619), 1, + aux_sym_union_type_repeat1, + ACTIONS(3011), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [54582] = 3, + ACTIONS(1008), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1006), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [54595] = 5, + ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(970), 1, + STATE(1918), 1, + sym__semicolon, + STATE(1919), 1, sym_compound_statement, - STATE(2299), 1, - sym__return_type, - [56904] = 3, - ACTIONS(1530), 1, - sym_comment, - STATE(2512), 1, - sym_declare_directive, - ACTIONS(3856), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [56916] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3138), 4, + ACTIONS(3518), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_PIPE, - [56926] = 4, + [54612] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3860), 1, - sym_nowdoc_string, - STATE(1821), 1, - aux_sym_nowdoc_body_repeat1, - ACTIONS(3858), 2, - sym_heredoc_end, - sym__new_line, - [56940] = 4, - ACTIONS(1530), 1, + ACTIONS(3520), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3522), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54625] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3524), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3526), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54638] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1867), 1, + STATE(451), 1, + sym__semicolon, + STATE(1790), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3862), 2, + ACTIONS(3498), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56954] = 5, - ACTIONS(1530), 1, + [54655] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(2311), 1, + anon_sym_COLON, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1667), 1, + sym_formal_parameters, + STATE(2149), 1, + sym_reference_modifier, + [54674] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3528), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3530), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54687] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2291), 1, anon_sym_LBRACE, - STATE(448), 1, - sym_declaration_list, - STATE(2281), 1, - sym_class_interface_clause, - [56970] = 4, - ACTIONS(1530), 1, + ACTIONS(3534), 1, + anon_sym_EQ, + STATE(2104), 1, + sym_property_hook_list, + ACTIONS(3532), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [54704] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1867), 1, + STATE(1790), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3864), 2, + STATE(2080), 1, + sym__semicolon, + ACTIONS(3536), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56984] = 4, - ACTIONS(1530), 1, + [54721] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3868), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1790), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3866), 2, + STATE(1607), 1, + aux_sym__const_declaration_repeat1, + STATE(1875), 1, + sym__semicolon, + ACTIONS(3538), 2, sym__automatic_semicolon, anon_sym_SEMI, - [56998] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1055), 1, - sym_declaration_list, - STATE(2396), 1, - sym_class_interface_clause, - [57014] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1705), 1, - sym_declaration_list, - STATE(2306), 1, - sym_class_interface_clause, - [57030] = 5, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(955), 1, - sym_compound_statement, - STATE(2308), 1, - sym__return_type, - [57046] = 5, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3871), 1, - anon_sym_EQ, - ACTIONS(3873), 1, - anon_sym_RPAREN, - STATE(2038), 1, - aux_sym__list_destructing_repeat1, - [57062] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3551), 1, - anon_sym_LBRACE, - STATE(2083), 1, - sym_enum_declaration_list, - STATE(2315), 1, - sym_class_interface_clause, - [57078] = 5, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + [54738] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(931), 1, - sym_compound_statement, - STATE(2317), 1, - sym__return_type, - [57094] = 4, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3540), 1, + anon_sym_DOT_DOT_DOT, + STATE(1901), 1, + sym_variable_name, + STATE(1954), 1, + sym_reference_modifier, + [54757] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3877), 1, + ACTIONS(3544), 1, anon_sym_COMMA, - STATE(1797), 1, - aux_sym_function_static_declaration_repeat1, - ACTIONS(3875), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [57108] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3880), 4, + STATE(1696), 1, + aux_sym_global_declaration_repeat1, + STATE(1934), 1, + sym__semicolon, + ACTIONS(3542), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - [57118] = 5, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(922), 1, - sym_compound_statement, - STATE(2318), 1, - sym__return_type, - [57134] = 5, - ACTIONS(1530), 1, + [54774] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1118), 1, - sym_compound_statement, - STATE(2225), 1, - sym__return_type, - [57150] = 4, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3546), 1, + anon_sym_DOT_DOT_DOT, + STATE(1869), 1, + sym_variable_name, + STATE(1885), 1, + sym_reference_modifier, + [54793] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1789), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3882), 2, + STATE(1293), 1, + sym__semicolon, + STATE(1295), 1, + sym_compound_statement, + ACTIONS(3548), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57164] = 5, - ACTIONS(1530), 1, + [54810] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, + ACTIONS(3550), 1, + anon_sym_PIPE, + STATE(1634), 1, + aux_sym_union_type_repeat1, + ACTIONS(3011), 3, anon_sym_LBRACE, - STATE(928), 1, - sym_declaration_list, - STATE(2325), 1, - sym_class_interface_clause, - [57180] = 4, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [54825] = 3, + ACTIONS(1004), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1867), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3884), 2, + ACTIONS(1002), 4, + aux_sym_catch_clause_token1, + aux_sym_finally_clause_token1, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [54838] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, + sym_comment, + STATE(1291), 1, + sym_compound_statement, + STATE(1297), 1, + sym__semicolon, + ACTIONS(3553), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57194] = 4, - ACTIONS(1530), 1, + [54855] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3888), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(2316), 1, - sym_namespace_aliasing_clause, - ACTIONS(3886), 2, + ACTIONS(2291), 1, + anon_sym_LBRACE, + ACTIONS(3557), 1, + anon_sym_EQ, + STATE(2109), 1, + sym_property_hook_list, + ACTIONS(3555), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [57208] = 4, - ACTIONS(1530), 1, + anon_sym_RPAREN, + [54872] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3817), 1, + ACTIONS(2291), 1, + anon_sym_LBRACE, + ACTIONS(3561), 1, + anon_sym_EQ, + STATE(2110), 1, + sym_property_hook_list, + ACTIONS(3559), 2, anon_sym_COMMA, - STATE(1853), 1, - aux_sym_function_static_declaration_repeat1, - ACTIONS(3890), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [57222] = 4, - ACTIONS(1530), 1, + anon_sym_RPAREN, + [54889] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3797), 1, - anon_sym_COMMA, - STATE(1854), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3892), 2, + ACTIONS(2993), 5, sym__automatic_semicolon, anon_sym_SEMI, - [57236] = 5, - ACTIONS(1530), 1, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_PIPE, + [54900] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, + ACTIONS(3563), 1, + anon_sym_PIPE, + STATE(1640), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3007), 3, anon_sym_LBRACE, - STATE(435), 1, - sym_declaration_list, - STATE(2327), 1, - sym_class_interface_clause, - [57252] = 4, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [54915] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, - anon_sym_COMMA, - STATE(1857), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3894), 2, + ACTIONS(2997), 5, sym__automatic_semicolon, anon_sym_SEMI, - [57266] = 4, - ACTIONS(1530), 1, + anon_sym_AMP, + anon_sym_LBRACE, + anon_sym_PIPE, + [54926] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3435), 1, anon_sym_COMMA, + STATE(424), 1, + sym__semicolon, STATE(1790), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3898), 2, + aux_sym__const_declaration_repeat1, + ACTIONS(3566), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57280] = 2, - ACTIONS(1530), 1, + [54943] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3793), 4, - aux_sym_namespace_use_declaration_token1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3568), 1, anon_sym_LBRACE, + ACTIONS(3570), 1, anon_sym_COLON, - anon_sym_EQ_GT, - [57290] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1636), 1, - sym_formal_parameters, - STATE(2293), 1, - sym_reference_modifier, - [57306] = 4, - ACTIONS(1530), 1, + STATE(1865), 1, + sym_enum_declaration_list, + STATE(2234), 1, + sym_class_interface_clause, + [54962] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(2291), 1, + anon_sym_LBRACE, + ACTIONS(3574), 1, + anon_sym_EQ, + STATE(2221), 1, + sym_property_hook_list, + ACTIONS(3572), 2, anon_sym_COMMA, - STATE(1867), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3900), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [57320] = 4, + anon_sym_RPAREN, + [54979] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(3904), 1, - aux_sym_string_content_token1, - STATE(1774), 1, - aux_sym_string_content_repeat1, - ACTIONS(3902), 2, - anon_sym_SQUOTE, - aux_sym_string_token2, - [57334] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1548), 1, - anon_sym_LPAREN, - STATE(2314), 1, - sym_arguments, - ACTIONS(3451), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [57348] = 5, - ACTIONS(1530), 1, + ACTIONS(3576), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3578), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [54992] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(1932), 1, - sym_declaration_list, - STATE(2209), 1, - sym_base_clause, - [57364] = 4, - ACTIONS(1530), 1, + ACTIONS(3580), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3582), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55005] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3908), 1, + ACTIONS(3441), 1, anon_sym_COMMA, - STATE(1816), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3906), 2, + STATE(505), 1, + sym__semicolon, + STATE(1697), 1, + aux_sym_function_static_declaration_repeat1, + ACTIONS(3584), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57378] = 5, - ACTIONS(1530), 1, + [55022] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3473), 1, + ACTIONS(2291), 1, anon_sym_LBRACE, - STATE(445), 1, - sym_declaration_list, - STATE(2164), 1, - sym_class_interface_clause, - [57394] = 5, - ACTIONS(1530), 1, + ACTIONS(3588), 1, + anon_sym_EQ, + STATE(2226), 1, + sym_property_hook_list, + ACTIONS(3586), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [55039] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(3590), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3592), 3, anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1644), 1, - sym_formal_parameters, - STATE(2176), 1, - sym_reference_modifier, - [57410] = 4, - ACTIONS(1530), 1, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55052] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1867), 1, + STATE(479), 1, + sym__semicolon, + STATE(1790), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3911), 2, + ACTIONS(3594), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57424] = 4, - ACTIONS(1530), 1, + [55069] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1787), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3913), 2, + ACTIONS(3130), 1, + aux_sym_catch_clause_token1, + ACTIONS(3132), 1, + aux_sym_finally_clause_token1, + STATE(1432), 3, + sym_catch_clause, + sym_finally_clause, + aux_sym_try_statement_repeat1, + [55084] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3421), 1, + anon_sym_PIPE, + STATE(1685), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3596), 3, sym__automatic_semicolon, anon_sym_SEMI, - [57438] = 4, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3917), 1, - sym_nowdoc_string, - STATE(1821), 1, - aux_sym_nowdoc_body_repeat1, - ACTIONS(3915), 2, - sym_heredoc_end, - sym__new_line, - [57452] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3888), 1, - aux_sym_namespace_aliasing_clause_token1, - STATE(2336), 1, - sym_namespace_aliasing_clause, - ACTIONS(3920), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [57466] = 4, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [55099] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3513), 1, anon_sym_COMMA, - STATE(1866), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3922), 2, + STATE(473), 1, + sym__semicolon, + STATE(1722), 1, + aux_sym_namespace_use_declaration_repeat1, + ACTIONS(3598), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57480] = 3, - ACTIONS(1530), 1, + [55116] = 5, + ACTIONS(1398), 1, sym_comment, - STATE(2469), 1, - sym_declare_directive, - ACTIONS(3856), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [57492] = 5, - ACTIONS(1530), 1, + ACTIONS(2291), 1, + anon_sym_LBRACE, + ACTIONS(3602), 1, + anon_sym_EQ, + STATE(2167), 1, + sym_property_hook_list, + ACTIONS(3600), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [55133] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(996), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(994), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55146] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(2291), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1732), 1, - sym_declaration_list, - STATE(2370), 1, - sym_class_interface_clause, - [57508] = 5, - ACTIONS(403), 1, + ACTIONS(3606), 1, + anon_sym_EQ, + STATE(2105), 1, + sym_property_hook_list, + ACTIONS(3604), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [55163] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3610), 1, + anon_sym_PIPE, + STATE(1640), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3608), 3, anon_sym_LBRACE, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [55178] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(930), 1, - sym_compound_statement, - STATE(2372), 1, - sym__return_type, - [57524] = 5, - ACTIONS(1530), 1, + ACTIONS(3612), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3614), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55191] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(2482), 1, - aux_sym_function_static_declaration_token1, - ACTIONS(2838), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(3924), 1, - aux_sym_namespace_use_declaration_token2, - STATE(2353), 1, - sym_static_modifier, - [57540] = 2, - ACTIONS(1530), 1, + ACTIONS(3616), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3618), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55204] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3880), 4, + ACTIONS(3407), 1, aux_sym_namespace_use_declaration_token1, - anon_sym_LBRACE, + ACTIONS(3411), 1, anon_sym_COLON, - anon_sym_EQ_GT, - [57550] = 5, - ACTIONS(1530), 1, + ACTIONS(3620), 1, + anon_sym_LBRACE, + STATE(2058), 1, + sym_anonymous_function_use_clause, + STATE(2374), 1, + sym__return_type, + [55223] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(3622), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3624), 3, anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1595), 1, - sym_formal_parameters, - STATE(2355), 1, - sym_reference_modifier, - [57566] = 4, - ACTIONS(1530), 1, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55236] = 6, + ACTIONS(983), 1, + aux_sym_while_statement_token1, + ACTIONS(985), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1765), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3926), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [57580] = 5, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(3626), 1, + aux_sym_else_if_clause_token1, + STATE(1662), 1, + aux_sym_if_statement_repeat1, + STATE(1982), 1, + sym_else_if_clause, + [55255] = 5, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3928), 1, - anon_sym_SEMI, - ACTIONS(3930), 1, - sym__automatic_semicolon, - STATE(1388), 1, - sym_compound_statement, - [57596] = 5, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3629), 1, + anon_sym_RPAREN, + STATE(2123), 2, + sym_variable_name, + sym_by_ref, + [55272] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(947), 1, - sym_compound_statement, - STATE(2378), 1, - sym__return_type, - [57612] = 4, - ACTIONS(1530), 1, + ACTIONS(1000), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(998), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55285] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1861), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3932), 2, + STATE(1690), 1, + aux_sym__const_declaration_repeat1, + STATE(2057), 1, + sym__semicolon, + ACTIONS(3488), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57626] = 5, - ACTIONS(1530), 1, + [55302] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3631), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3633), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55315] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3407), 1, + aux_sym_namespace_use_declaration_token1, + ACTIONS(3411), 1, anon_sym_COLON, - ACTIONS(3455), 1, + ACTIONS(3635), 1, anon_sym_LBRACE, - STATE(1056), 1, - sym_compound_statement, - STATE(2278), 1, + STATE(1950), 1, + sym_anonymous_function_use_clause, + STATE(2411), 1, sym__return_type, - [57642] = 4, - ACTIONS(1530), 1, + [55334] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1773), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3934), 2, + STATE(423), 1, + sym__semicolon, + STATE(1642), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(3637), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57656] = 4, - ACTIONS(1530), 1, + [55351] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1803), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3900), 2, + ACTIONS(3641), 1, + anon_sym_PIPE, + STATE(1682), 1, + aux_sym_union_type_repeat1, + ACTIONS(3639), 3, sym__automatic_semicolon, anon_sym_SEMI, - [57670] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3367), 1, - aux_sym_base_clause_token1, - ACTIONS(3936), 1, anon_sym_LBRACE, - STATE(516), 1, - sym_declaration_list, - STATE(2365), 1, - sym_base_clause, - [57686] = 4, - ACTIONS(1530), 1, + [55366] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1812), 1, + STATE(1628), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3938), 2, + STATE(1817), 1, + sym__semicolon, + ACTIONS(3643), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57700] = 5, - ACTIONS(1530), 1, + [55383] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(2098), 1, - sym_formal_parameters, - STATE(2197), 1, - sym_reference_modifier, - [57716] = 2, - ACTIONS(1530), 1, + ACTIONS(3645), 1, + aux_sym_if_statement_token2, + ACTIONS(3647), 1, + aux_sym_else_if_clause_token1, + ACTIONS(3650), 1, + aux_sym_else_clause_token1, + STATE(1671), 1, + aux_sym_if_statement_repeat2, + STATE(1929), 1, + sym_else_if_clause_2, + [55402] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3133), 4, + ACTIONS(2983), 5, sym__automatic_semicolon, anon_sym_SEMI, + anon_sym_AMP, anon_sym_LBRACE, anon_sym_PIPE, - [57726] = 4, - ACTIONS(1530), 1, + [55413] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3813), 1, - anon_sym_COMMA, - STATE(1766), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3940), 2, + ACTIONS(3496), 1, + anon_sym_COLON, + STATE(1848), 1, + sym__return_type, + ACTIONS(3652), 3, sym__automatic_semicolon, anon_sym_SEMI, - [57740] = 2, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [55428] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3142), 4, + ACTIONS(3654), 5, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_AMP, - anon_sym_LBRACE, - [57750] = 5, - ACTIONS(3), 1, - sym_comment, - ACTIONS(3805), 1, - sym__new_line, - ACTIONS(3942), 1, - anon_sym_DQUOTE2, - ACTIONS(3944), 1, - sym_heredoc_end, - STATE(2153), 1, - sym_heredoc_body, - [57766] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1579), 1, - sym_formal_parameters, - STATE(2198), 1, - sym_reference_modifier, - [57782] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(934), 1, - sym_declaration_list, - STATE(2356), 1, - sym_class_interface_clause, - [57798] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, anon_sym_LBRACE, - STATE(915), 1, - sym_declaration_list, - STATE(2391), 1, - sym_class_interface_clause, - [57814] = 4, - ACTIONS(1530), 1, + anon_sym_COLON, + anon_sym_EQ_GT, + [55439] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3505), 1, - anon_sym_COMMA, - STATE(1848), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3507), 2, + ACTIONS(1649), 5, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_BSLASH, anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [57828] = 4, - ACTIONS(1530), 1, + sym_name, + [55450] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3505), 1, + ACTIONS(3544), 1, anon_sym_COMMA, - STATE(1884), 1, - aux_sym_base_clause_repeat1, - ACTIONS(3946), 2, - anon_sym_LBRACE, - aux_sym_class_interface_clause_token1, - [57842] = 5, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3948), 1, - anon_sym_SEMI, - ACTIONS(3950), 1, + STATE(474), 1, + sym__semicolon, + STATE(1753), 1, + aux_sym_global_declaration_repeat1, + ACTIONS(3656), 2, sym__automatic_semicolon, - STATE(1385), 1, - sym_compound_statement, - [57858] = 2, - ACTIONS(1530), 1, + anon_sym_SEMI, + [55467] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1664), 4, + ACTIONS(3658), 1, + anon_sym_PIPE, + STATE(1619), 1, + aux_sym_union_type_repeat1, + ACTIONS(3639), 3, anon_sym_AMP, anon_sym_DOT_DOT_DOT, - anon_sym_PIPE, anon_sym_DOLLAR, - [57868] = 4, - ACTIONS(1530), 1, + [55482] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3823), 1, + ACTIONS(3660), 1, anon_sym_PIPE, - STATE(1759), 1, - aux_sym_type_list_repeat1, - ACTIONS(3952), 2, - anon_sym_RPAREN, + STATE(1687), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3596), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, anon_sym_DOLLAR, - [57882] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3954), 4, - aux_sym_namespace_use_declaration_token1, - anon_sym_LBRACE, - anon_sym_COLON, - anon_sym_EQ_GT, - [57892] = 4, - ACTIONS(1530), 1, + [55497] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3817), 1, + ACTIONS(3513), 1, anon_sym_COMMA, - STATE(1797), 1, - aux_sym_function_static_declaration_repeat1, - ACTIONS(3956), 2, + STATE(1722), 1, + aux_sym_namespace_use_declaration_repeat1, + STATE(2088), 1, + sym__semicolon, + ACTIONS(3662), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57906] = 4, - ACTIONS(1530), 1, + [55514] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3797), 1, - anon_sym_COMMA, - STATE(1816), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3958), 2, + ACTIONS(3664), 1, + sym_name, + STATE(1905), 1, + sym_visibility_modifier, + ACTIONS(3666), 3, + aux_sym_visibility_modifier_token1, + aux_sym_visibility_modifier_token2, + aux_sym_visibility_modifier_token3, + [55529] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1428), 1, + anon_sym_LPAREN, + ACTIONS(1430), 4, + anon_sym_COLON_COLON, + anon_sym_DASH_GT, + anon_sym_QMARK_DASH_GT, + anon_sym_LBRACK, + [55542] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3668), 1, + anon_sym_PIPE, + STATE(1682), 1, + aux_sym_union_type_repeat1, + ACTIONS(3011), 3, sym__automatic_semicolon, anon_sym_SEMI, - [57920] = 4, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [55557] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, - anon_sym_COMMA, - STATE(1868), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3960), 2, + ACTIONS(3671), 1, + anon_sym_AMP, + STATE(1683), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3035), 3, sym__automatic_semicolon, anon_sym_SEMI, - [57934] = 5, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - ACTIONS(3551), 1, anon_sym_LBRACE, - STATE(2015), 1, - sym_enum_declaration_list, - STATE(2411), 1, - sym_class_interface_clause, - [57950] = 4, - ACTIONS(1530), 1, + [55572] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1790), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3960), 2, + STATE(1591), 1, + aux_sym__const_declaration_repeat1, + STATE(1833), 1, + sym__semicolon, + ACTIONS(3674), 2, sym__automatic_semicolon, anon_sym_SEMI, - [57964] = 2, - ACTIONS(1530), 1, + [55589] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3676), 1, + anon_sym_PIPE, + STATE(1685), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3007), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [55604] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3679), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3681), 3, + anon_sym_AMP, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55617] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3683), 1, + anon_sym_PIPE, + STATE(1687), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3007), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [55632] = 5, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3686), 1, + anon_sym_RPAREN, + STATE(2123), 2, + sym_variable_name, + sym_by_ref, + [55649] = 5, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3850), 4, + STATE(1308), 1, + sym__semicolon, + STATE(1312), 1, + sym_compound_statement, + ACTIONS(3688), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - anon_sym_COLON, - [57974] = 3, - ACTIONS(1530), 1, - sym_comment, - STATE(2431), 1, - sym_declare_directive, - ACTIONS(3856), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [57986] = 4, - ACTIONS(1530), 1, + [55666] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3831), 1, + ACTIONS(3435), 1, anon_sym_COMMA, - STATE(1867), 1, + STATE(1790), 1, aux_sym__const_declaration_repeat1, - ACTIONS(3962), 2, + STATE(1843), 1, + sym__semicolon, + ACTIONS(3690), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58000] = 4, - ACTIONS(1530), 1, + [55683] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, - anon_sym_COMMA, - STATE(1790), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3964), 2, + ACTIONS(3692), 1, + anon_sym_PIPE, + STATE(1634), 1, + aux_sym_union_type_repeat1, + ACTIONS(3639), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [55698] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3694), 5, sym__automatic_semicolon, anon_sym_SEMI, - [58014] = 5, - ACTIONS(403), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, anon_sym_COLON, - STATE(945), 1, - sym_compound_statement, - STATE(2415), 1, - sym__return_type, - [58030] = 5, - ACTIONS(403), 1, + anon_sym_EQ_GT, + [55709] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3610), 1, + anon_sym_PIPE, + STATE(1640), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3596), 3, anon_sym_LBRACE, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [55724] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - STATE(962), 1, - sym_compound_statement, - STATE(2227), 1, - sym__return_type, - [58046] = 5, - ACTIONS(1530), 1, + ACTIONS(3610), 1, + anon_sym_PIPE, + STATE(1657), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3419), 3, + anon_sym_LBRACE, + anon_sym_EQ_GT, + anon_sym_DOLLAR, + [55739] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(1703), 1, + ACTIONS(3696), 2, + aux_sym_final_modifier_token1, + sym_name, + ACTIONS(3698), 3, anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1942), 1, - sym_formal_parameters, - STATE(2323), 1, - sym_reference_modifier, - [58062] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1860), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3966), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58076] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3831), 1, - anon_sym_COMMA, - STATE(1867), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3968), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58090] = 4, - ACTIONS(1530), 1, + anon_sym_RBRACE, + anon_sym_POUND_LBRACK, + [55752] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3972), 1, + ACTIONS(3544), 1, anon_sym_COMMA, - STATE(1867), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3970), 2, + STATE(1753), 1, + aux_sym_global_declaration_repeat1, + STATE(2073), 1, + sym__semicolon, + ACTIONS(3700), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58104] = 4, - ACTIONS(1530), 1, + [55769] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3441), 1, anon_sym_COMMA, - STATE(1790), 1, - aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3975), 2, + STATE(488), 1, + sym__semicolon, + STATE(1767), 1, + aux_sym_function_static_declaration_repeat1, + ACTIONS(3702), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58118] = 3, - ACTIONS(1530), 1, - sym_comment, - STATE(2541), 1, - sym_declare_directive, - ACTIONS(3856), 3, - anon_sym_ticks, - anon_sym_encoding, - anon_sym_strict_types, - [58130] = 2, - ACTIONS(1530), 1, + [55786] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3954), 4, + ACTIONS(3101), 1, + anon_sym_AMP, + STATE(1683), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3339), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_LBRACE, - anon_sym_COLON, - [58140] = 5, - ACTIONS(1530), 1, + [55801] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(2291), 1, anon_sym_LBRACE, - ACTIONS(3369), 1, - aux_sym_class_interface_clause_token1, - STATE(1690), 1, - sym_declaration_list, - STATE(2245), 1, - sym_class_interface_clause, - [58156] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3831), 1, + ACTIONS(3706), 1, + anon_sym_EQ, + STATE(2219), 1, + sym_property_hook_list, + ACTIONS(3704), 2, anon_sym_COMMA, - STATE(1819), 1, - aux_sym__const_declaration_repeat1, - ACTIONS(3968), 2, + anon_sym_RPAREN, + [55818] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3421), 1, + anon_sym_PIPE, + STATE(1685), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3608), 3, sym__automatic_semicolon, anon_sym_SEMI, - [58170] = 4, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [55833] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3896), 1, + ACTIONS(3513), 1, anon_sym_COMMA, - STATE(1809), 1, + STATE(494), 1, + sym__semicolon, + STATE(1653), 1, aux_sym_namespace_use_declaration_repeat1, - ACTIONS(3964), 2, + ACTIONS(3708), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58184] = 5, + [55850] = 5, ACTIONS(29), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3977), 1, - anon_sym_SEMI, - ACTIONS(3979), 1, - sym__automatic_semicolon, - STATE(1386), 1, + STATE(499), 1, + sym__semicolon, + STATE(500), 1, sym_compound_statement, - [58200] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3813), 1, - anon_sym_COMMA, - STATE(1766), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3981), 2, + ACTIONS(3710), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58214] = 4, - ACTIONS(1530), 1, + [55867] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3813), 1, - anon_sym_COMMA, - STATE(1751), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3983), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58228] = 4, - ACTIONS(1530), 1, + ACTIONS(3660), 1, + anon_sym_PIPE, + STATE(1707), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3419), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [55882] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3813), 1, + ACTIONS(3544), 1, anon_sym_COMMA, - STATE(1875), 1, - aux_sym_property_declaration_repeat1, - ACTIONS(3985), 2, + STATE(504), 1, + sym__semicolon, + STATE(1676), 1, + aux_sym_global_declaration_repeat1, + ACTIONS(3712), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58242] = 5, - ACTIONS(1530), 1, + [55899] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3547), 1, + ACTIONS(3443), 1, anon_sym_LBRACE, - STATE(555), 1, + ACTIONS(3714), 1, + anon_sym_COLON, + STATE(454), 1, sym_enum_declaration_list, - STATE(2156), 1, + STATE(2240), 1, sym_class_interface_clause, - [58258] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3797), 1, - anon_sym_COMMA, - STATE(1816), 1, - aux_sym_global_declaration_repeat1, - ACTIONS(3987), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58272] = 5, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3989), 1, - anon_sym_SEMI, - ACTIONS(3991), 1, - sym__automatic_semicolon, - STATE(1376), 1, - sym_compound_statement, - [58288] = 5, - ACTIONS(1530), 1, + [55918] = 6, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3369), 1, + ACTIONS(3097), 1, aux_sym_class_interface_clause_token1, - ACTIONS(3381), 1, + ACTIONS(3568), 1, anon_sym_LBRACE, - STATE(966), 1, - sym_declaration_list, - STATE(2294), 1, + ACTIONS(3716), 1, + anon_sym_COLON, + STATE(1881), 1, + sym_enum_declaration_list, + STATE(2170), 1, sym_class_interface_clause, - [58304] = 4, - ACTIONS(1530), 1, + [55937] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3995), 1, + ACTIONS(3660), 1, anon_sym_PIPE, - STATE(1882), 1, - aux_sym_type_list_repeat1, - ACTIONS(3993), 2, - anon_sym_RPAREN, + STATE(1687), 1, + aux_sym_disjunctive_normal_form_type_repeat1, + ACTIONS(3608), 3, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, anon_sym_DOLLAR, - [58318] = 4, - ACTIONS(1530), 1, + [55952] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3817), 1, + ACTIONS(3441), 1, anon_sym_COMMA, - STATE(1797), 1, + STATE(1767), 1, aux_sym_function_static_declaration_repeat1, - ACTIONS(3998), 2, + STATE(2071), 1, + sym__semicolon, + ACTIONS(3718), 2, sym__automatic_semicolon, anon_sym_SEMI, - [58332] = 4, - ACTIONS(1530), 1, + [55969] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3722), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(3720), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + [55981] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4000), 1, + ACTIONS(3724), 1, anon_sym_COMMA, - STATE(1884), 1, + STATE(1710), 1, aux_sym_base_clause_repeat1, - ACTIONS(3533), 2, + ACTIONS(3455), 2, anon_sym_LBRACE, aux_sym_class_interface_clause_token1, - [58346] = 5, - ACTIONS(1530), 1, + [55995] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1703), 1, - anon_sym_AMP, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(2137), 1, - sym_formal_parameters, - STATE(2158), 1, - sym_reference_modifier, - [58362] = 4, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3568), 1, + anon_sym_LBRACE, + STATE(2087), 1, + sym_enum_declaration_list, + STATE(2165), 1, + sym_class_interface_clause, + [56011] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4003), 1, - anon_sym_AMP, - STATE(1771), 1, - aux_sym_intersection_type_repeat1, - ACTIONS(3179), 2, - anon_sym_DOT_DOT_DOT, - anon_sym_DOLLAR, - [58376] = 5, - ACTIONS(3), 1, + ACTIONS(3007), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PIPE, + [56021] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3805), 1, - sym__new_line, - ACTIONS(4006), 1, - anon_sym_DQUOTE2, - ACTIONS(4008), 1, - sym_heredoc_end, - STATE(2324), 1, - sym_heredoc_body, - [58392] = 3, - ACTIONS(1420), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3011), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PIPE, + [56031] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1418), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58403] = 3, - ACTIONS(1182), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3729), 1, + anon_sym_EQ, + STATE(1330), 1, + sym__semicolon, + ACTIONS(3727), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [56045] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1180), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58414] = 4, + ACTIONS(3733), 1, + anon_sym_EQ, + ACTIONS(3731), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + [56057] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3805), 1, + ACTIONS(3735), 1, + anon_sym_DQUOTE2, + ACTIONS(3737), 1, sym__new_line, - ACTIONS(4010), 1, + ACTIONS(3739), 1, sym_heredoc_end, - STATE(2322), 1, + STATE(2174), 1, sym_heredoc_body, - [58427] = 3, - ACTIONS(1412), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1410), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58438] = 3, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + [56073] = 5, + ACTIONS(1398), 1, sym_comment, - STATE(1743), 2, - sym_dynamic_variable_name, - sym_variable_name, - [58449] = 4, - ACTIONS(827), 1, - anon_sym_RBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4012), 1, - anon_sym_COMMA, - STATE(2045), 1, - aux_sym_array_creation_expression_repeat1, - [58462] = 3, - ACTIONS(1468), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3743), 1, + anon_sym_DASH_GT, + ACTIONS(3745), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3747), 1, + anon_sym_LBRACK, + [56089] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1466), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58473] = 4, - ACTIONS(1530), 1, + STATE(2331), 1, + sym_declare_directive, + ACTIONS(3749), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [56101] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4014), 1, - anon_sym_COMMA, - ACTIONS(4016), 1, - anon_sym_RPAREN, - STATE(1945), 1, - aux_sym_arguments_repeat1, - [58486] = 4, - ACTIONS(1530), 1, + ACTIONS(3751), 1, + anon_sym_AMP, + STATE(1719), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3035), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [56115] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3505), 1, - anon_sym_COMMA, - ACTIONS(3541), 1, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + ACTIONS(3323), 1, anon_sym_LBRACE, - STATE(2144), 1, - aux_sym_base_clause_repeat1, - [58499] = 3, - ACTIONS(1290), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1288), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58510] = 3, - ACTIONS(1388), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1386), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58521] = 2, - ACTIONS(1530), 1, + STATE(456), 1, + sym_declaration_list, + STATE(2098), 1, + sym_base_clause, + [56131] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3299), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(3093), 1, anon_sym_LBRACE, - [58530] = 2, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(746), 1, + sym_declaration_list, + STATE(2160), 1, + sym_class_interface_clause, + [56147] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2806), 3, + ACTIONS(3756), 1, + anon_sym_COMMA, + STATE(1722), 1, + aux_sym_namespace_use_declaration_repeat1, + ACTIONS(3754), 2, sym__automatic_semicolon, anon_sym_SEMI, - sym_name, - [58539] = 3, - ACTIONS(1202), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1200), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58550] = 4, - ACTIONS(1530), 1, + [56161] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4018), 1, - anon_sym_COMMA, - ACTIONS(4020), 1, - anon_sym_RPAREN, - STATE(1919), 1, - aux_sym_array_creation_expression_repeat1, - [58563] = 3, - ACTIONS(1222), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(738), 1, + sym_declaration_list, + STATE(2159), 1, + sym_class_interface_clause, + [56177] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1220), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58574] = 3, - ACTIONS(1226), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1823), 1, + sym_declaration_list, + STATE(2150), 1, + sym_class_interface_clause, + [56193] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1224), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58585] = 3, - ACTIONS(1238), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(753), 1, + sym_declaration_list, + STATE(2181), 1, + sym_class_interface_clause, + [56209] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1236), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58596] = 3, - ACTIONS(1530), 1, + ACTIONS(1623), 4, + anon_sym_AMP, + anon_sym_DOT_DOT_DOT, + anon_sym_PIPE, + anon_sym_DOLLAR, + [56219] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4024), 1, - anon_sym_LPAREN, - ACTIONS(4022), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58607] = 3, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1847), 1, + sym_declaration_list, + STATE(2147), 1, + sym_class_interface_clause, + [56235] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4026), 1, - sym_name, - ACTIONS(4028), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [58618] = 4, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(847), 1, + sym_declaration_list, + STATE(2119), 1, + sym_class_interface_clause, + [56251] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4030), 1, - anon_sym_DQUOTE, - ACTIONS(4032), 1, - anon_sym_SQUOTE, - ACTIONS(4034), 1, - sym_heredoc_start, - [58631] = 4, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(686), 1, + sym_declaration_list, + STATE(2139), 1, + sym_class_interface_clause, + [56267] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1749), 1, + ACTIONS(3761), 1, + anon_sym_PIPE, + STATE(1774), 1, + aux_sym_type_list_repeat1, + ACTIONS(3759), 2, anon_sym_RPAREN, - ACTIONS(4036), 1, - anon_sym_COMMA, - STATE(2114), 1, - aux_sym_formal_parameters_repeat1, - [58644] = 4, - ACTIONS(1530), 1, + anon_sym_DOLLAR, + [56281] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4038), 1, - anon_sym_COMMA, - ACTIONS(4041), 1, - anon_sym_RPAREN, - STATE(1910), 1, - aux_sym_array_creation_expression_repeat1, - [58657] = 2, - ACTIONS(1530), 1, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3763), 1, + anon_sym_DASH_GT, + ACTIONS(3765), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3767), 1, + anon_sym_LBRACK, + [56297] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4043), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [58666] = 2, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(846), 1, + sym_declaration_list, + STATE(2279), 1, + sym_class_interface_clause, + [56313] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4045), 3, + ACTIONS(3769), 4, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, - [58675] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4049), 1, - anon_sym_EQ, - ACTIONS(4047), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [58686] = 2, - ACTIONS(1530), 1, + anon_sym_RBRACK, + [56323] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3993), 3, - anon_sym_RPAREN, - anon_sym_PIPE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(845), 1, + sym_declaration_list, + STATE(2280), 1, + sym_class_interface_clause, + [56339] = 3, + ACTIONS(125), 1, anon_sym_DOLLAR, - [58695] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4051), 1, - anon_sym_COMMA, - ACTIONS(4053), 1, - anon_sym_RPAREN, - STATE(1909), 1, - aux_sym_formal_parameters_repeat1, - [58708] = 3, - ACTIONS(1132), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1130), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58719] = 3, - ACTIONS(1508), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1506), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58730] = 3, - ACTIONS(1504), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1502), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58741] = 4, - ACTIONS(849), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4055), 1, - anon_sym_COMMA, - STATE(1910), 1, - aux_sym_array_creation_expression_repeat1, - [58754] = 2, - ACTIONS(1530), 1, + STATE(1704), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [56351] = 3, + ACTIONS(125), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3833), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_COMMA, - [58763] = 4, - ACTIONS(1530), 1, + STATE(2065), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [56363] = 4, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3748), 1, - anon_sym_BSLASH, - ACTIONS(3809), 1, - sym_name, - STATE(2490), 1, - sym_namespace_name, - [58776] = 4, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2123), 2, + sym_variable_name, + sym_by_ref, + [56377] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4057), 1, - anon_sym_COMMA, - ACTIONS(4060), 1, - anon_sym_RPAREN, - STATE(1922), 1, - aux_sym_anonymous_function_use_clause_repeat1, - [58789] = 3, - ACTIONS(1452), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1844), 1, + sym_declaration_list, + STATE(2187), 1, + sym_class_interface_clause, + [56393] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1450), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58800] = 3, - ACTIONS(1448), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(685), 1, + sym_declaration_list, + STATE(2137), 1, + sym_class_interface_clause, + [56409] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1446), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58811] = 3, - ACTIONS(1440), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3509), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, + anon_sym_COLON, + anon_sym_EQ_GT, + [56419] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1438), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58822] = 3, - ACTIONS(1432), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(2007), 1, + sym_formal_parameters, + STATE(2225), 1, + sym_reference_modifier, + [56435] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1430), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58833] = 3, - ACTIONS(1428), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3568), 1, + anon_sym_LBRACE, + STATE(1922), 1, + sym_enum_declaration_list, + STATE(2136), 1, + sym_class_interface_clause, + [56451] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1426), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58844] = 4, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(1927), 1, + sym_declaration_list, + STATE(2135), 1, + sym_class_interface_clause, + [56467] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4062), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + STATE(691), 1, + sym_declaration_list, + STATE(2133), 1, + sym_class_interface_clause, + [56483] = 5, + ACTIONS(818), 1, anon_sym_COMMA, - ACTIONS(4064), 1, - anon_sym_RBRACE, - STATE(1975), 1, - aux_sym_match_block_repeat1, - [58857] = 3, - ACTIONS(1400), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1398), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58868] = 3, - ACTIONS(1530), 1, + ACTIONS(3771), 1, + anon_sym_EQ, + ACTIONS(3773), 1, + anon_sym_RPAREN, + STATE(2052), 1, + aux_sym__list_destructing_repeat1, + [56499] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4068), 1, - aux_sym_else_clause_token1, - ACTIONS(4066), 2, - aux_sym_if_statement_token2, - aux_sym_else_if_clause_token1, - [58879] = 3, - ACTIONS(1380), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(2091), 1, + sym_formal_parameters, + STATE(2169), 1, + sym_reference_modifier, + [56515] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1378), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58890] = 3, - ACTIONS(1372), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1609), 1, + sym_formal_parameters, + STATE(2222), 1, + sym_reference_modifier, + [56531] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1370), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58901] = 4, - ACTIONS(833), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1915), 1, + sym_formal_parameters, + STATE(2223), 1, + sym_reference_modifier, + [56547] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4070), 1, - anon_sym_COMMA, - STATE(1910), 1, - aux_sym_array_creation_expression_repeat1, - [58914] = 3, - ACTIONS(1360), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3777), 1, + sym_nowdoc_string, + STATE(1801), 1, + aux_sym_nowdoc_body_repeat1, + ACTIONS(3775), 2, + sym_heredoc_end, + sym__new_line, + [56561] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1358), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58925] = 3, - ACTIONS(1136), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3781), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(3779), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + [56573] = 3, + ACTIONS(599), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1134), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58936] = 3, - ACTIONS(1326), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + STATE(531), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [56585] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1324), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58947] = 4, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3443), 1, + anon_sym_LBRACE, + STATE(442), 1, + sym_enum_declaration_list, + STATE(2125), 1, + sym_class_interface_clause, + [56601] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4072), 1, + ACTIONS(3785), 1, anon_sym_COMMA, - ACTIONS(4074), 1, - anon_sym_RBRACK, - STATE(1893), 1, - aux_sym_array_creation_expression_repeat1, - [58960] = 3, - ACTIONS(1322), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1320), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58971] = 3, - ACTIONS(1318), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + STATE(1753), 1, + aux_sym_global_declaration_repeat1, + ACTIONS(3783), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [56615] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1316), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58982] = 3, - ACTIONS(1314), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1608), 1, + sym_formal_parameters, + STATE(2228), 1, + sym_reference_modifier, + [56631] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1312), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [58993] = 4, + ACTIONS(3026), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PIPE, + [56641] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(3805), 1, + ACTIONS(3737), 1, sym__new_line, - ACTIONS(4076), 1, + ACTIONS(3788), 1, + anon_sym_DQUOTE2, + ACTIONS(3790), 1, sym_heredoc_end, - STATE(2386), 1, + STATE(2205), 1, sym_heredoc_body, - [59006] = 4, - ACTIONS(1530), 1, + [56657] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(507), 1, + sym_declaration_list, + STATE(2270), 1, + sym_class_interface_clause, + [56673] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3792), 1, + anon_sym_DASH_GT, + ACTIONS(3794), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3796), 1, + anon_sym_LBRACK, + [56689] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3694), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, anon_sym_COLON, - ACTIONS(4078), 1, anon_sym_EQ_GT, - STATE(2464), 1, - sym__return_type, - [59019] = 4, + [56699] = 5, ACTIONS(3), 1, sym_comment, - ACTIONS(4080), 1, + ACTIONS(3737), 1, sym__new_line, - ACTIONS(4082), 1, + ACTIONS(3798), 1, + anon_sym_DQUOTE2, + ACTIONS(3800), 1, sym_heredoc_end, - STATE(2384), 1, - sym_nowdoc_body, - [59032] = 3, - ACTIONS(1310), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + STATE(2286), 1, + sym_heredoc_body, + [56715] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1308), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [59043] = 4, - ACTIONS(791), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + ACTIONS(3802), 1, + anon_sym_AMP, + STATE(1719), 1, + aux_sym_intersection_type_repeat1, + ACTIONS(3339), 2, + anon_sym_DOT_DOT_DOT, + anon_sym_DOLLAR, + [56729] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4084), 1, - anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [59056] = 3, - ACTIONS(1302), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1608), 1, + anon_sym_DOLLAR, + STATE(876), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [56741] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1300), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [59067] = 4, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(481), 1, + sym_declaration_list, + STATE(2102), 1, + sym_class_interface_clause, + [56757] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4086), 1, + ACTIONS(3654), 4, + aux_sym_namespace_use_declaration_token1, anon_sym_LBRACE, - ACTIONS(4088), 1, anon_sym_COLON, - STATE(495), 1, - sym_switch_block, - [59080] = 4, - ACTIONS(1530), 1, + anon_sym_EQ_GT, + [56767] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(1935), 1, - anon_sym_RPAREN, - ACTIONS(4090), 1, - anon_sym_COMMA, - STATE(2146), 1, - aux_sym_unset_statement_repeat1, - [59093] = 4, - ACTIONS(1530), 1, + ACTIONS(3807), 1, + aux_sym_string_content_token1, + STATE(1779), 1, + aux_sym_string_content_repeat1, + ACTIONS(3805), 2, + anon_sym_SQUOTE, + aux_sym_string_token2, + [56781] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4092), 1, + ACTIONS(3809), 1, + anon_sym_COMMA, + STATE(1799), 1, + aux_sym_base_clause_repeat1, + ACTIONS(3811), 2, anon_sym_LBRACE, - ACTIONS(4094), 1, - anon_sym_COLON, - STATE(1946), 1, - sym_switch_block, - [59106] = 3, - ACTIONS(1530), 1, + aux_sym_class_interface_clause_token1, + [56795] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3871), 1, - anon_sym_EQ, - ACTIONS(4096), 2, + ACTIONS(3815), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [59117] = 4, - ACTIONS(1530), 1, + STATE(1767), 1, + aux_sym_function_static_declaration_repeat1, + ACTIONS(3813), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [56809] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4098), 1, - anon_sym_COMMA, - ACTIONS(4100), 1, - anon_sym_RBRACK, - STATE(2012), 1, - aux_sym__array_destructing_repeat1, - [59130] = 4, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + ACTIONS(3095), 1, + aux_sym_base_clause_token1, + STATE(1866), 1, + sym_declaration_list, + STATE(2236), 1, + sym_base_clause, + [56825] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4102), 1, + ACTIONS(3818), 4, anon_sym_COMMA, - ACTIONS(4104), 1, + anon_sym_EQ, + anon_sym_RPAREN, anon_sym_RBRACK, - STATE(2013), 1, - aux_sym_array_creation_expression_repeat1, - [59143] = 4, - ACTIONS(1530), 1, + [56835] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4098), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + STATE(2197), 1, + sym_arguments, + ACTIONS(3820), 2, anon_sym_COMMA, - ACTIONS(4100), 1, anon_sym_RBRACK, - STATE(2014), 1, - aux_sym__array_destructing_repeat1, - [59156] = 4, - ACTIONS(1530), 1, + [56849] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4106), 1, - anon_sym_COMMA, - ACTIONS(4109), 1, - anon_sym_RBRACE, - STATE(1954), 1, - aux_sym_namespace_use_group_repeat1, - [59169] = 4, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(828), 1, + sym_declaration_list, + STATE(2281), 1, + sym_class_interface_clause, + [56865] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4111), 1, - anon_sym_RPAREN, - STATE(2040), 1, - aux_sym__list_destructing_repeat1, - [59182] = 4, - ACTIONS(1530), 1, + ACTIONS(1615), 1, + anon_sym_DOLLAR, + STATE(705), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [56877] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4113), 1, - anon_sym_COMMA, - ACTIONS(4115), 1, - anon_sym_RBRACK, - STATE(2016), 1, - aux_sym_attribute_group_repeat1, - [59195] = 2, - ACTIONS(1530), 1, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(867), 1, + sym_declaration_list, + STATE(2208), 1, + sym_class_interface_clause, + [56893] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4117), 3, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(3824), 1, + anon_sym_PIPE, + STATE(1774), 1, + aux_sym_type_list_repeat1, + ACTIONS(3822), 2, anon_sym_RPAREN, - [59204] = 4, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + anon_sym_DOLLAR, + [56907] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4119), 1, + ACTIONS(3761), 1, + anon_sym_PIPE, + STATE(1730), 1, + aux_sym_type_list_repeat1, + ACTIONS(3827), 2, anon_sym_RPAREN, - STATE(2040), 1, - aux_sym__list_destructing_repeat1, - [59217] = 2, - ACTIONS(1530), 1, + anon_sym_DOLLAR, + [56921] = 5, + ACTIONS(3), 1, sym_comment, - ACTIONS(4121), 3, - anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [59226] = 4, - ACTIONS(1530), 1, + ACTIONS(3737), 1, + sym__new_line, + ACTIONS(3829), 1, + anon_sym_DQUOTE2, + ACTIONS(3831), 1, + sym_heredoc_end, + STATE(2243), 1, + sym_heredoc_body, + [56937] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3035), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_AMP, + anon_sym_LBRACE, + [56947] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(865), 1, + sym_declaration_list, + STATE(2210), 1, + sym_class_interface_clause, + [56963] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3835), 1, + aux_sym_string_content_token1, + STATE(1779), 1, + aux_sym_string_content_repeat1, + ACTIONS(3833), 2, + anon_sym_SQUOTE, + aux_sym_string_token2, + [56977] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2502), 1, + ACTIONS(3447), 4, + aux_sym_namespace_use_declaration_token1, + anon_sym_LBRACE, + anon_sym_COLON, anon_sym_EQ_GT, - ACTIONS(4123), 1, + [56987] = 3, + ACTIONS(125), 1, + anon_sym_DOLLAR, + ACTIONS(1398), 1, + sym_comment, + STATE(1631), 3, + sym_dynamic_variable_name, + sym__simple_variable, + sym_variable_name, + [56999] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3796), 1, + anon_sym_LBRACK, + ACTIONS(3838), 1, + anon_sym_DASH_GT, + ACTIONS(3840), 1, + anon_sym_QMARK_DASH_GT, + [57015] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3842), 1, + anon_sym_DASH_GT, + ACTIONS(3844), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3846), 1, + anon_sym_LBRACK, + [57031] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3502), 4, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - STATE(1960), 1, - aux_sym_match_condition_list_repeat1, - [59239] = 4, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [57041] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(2453), 1, + sym_declare_directive, + ACTIONS(3749), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [57053] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(495), 1, + sym_declaration_list, + STATE(2171), 1, + sym_class_interface_clause, + [57069] = 4, + ACTIONS(685), 1, + anon_sym_AMP, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(1849), 2, + sym_variable_name, + sym_by_ref, + [57083] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(480), 1, + sym_declaration_list, + STATE(2116), 1, + sym_class_interface_clause, + [57099] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3848), 1, + anon_sym_DASH_GT, + ACTIONS(3850), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3852), 1, + anon_sym_LBRACK, + [57115] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4126), 1, + ACTIONS(3856), 1, anon_sym_COMMA, - ACTIONS(4129), 1, - anon_sym_RBRACE, - STATE(1961), 1, - aux_sym_match_block_repeat1, - [59252] = 3, - ACTIONS(1530), 1, + STATE(1790), 1, + aux_sym__const_declaration_repeat1, + ACTIONS(3854), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57129] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1584), 1, + sym_formal_parameters, + STATE(2267), 1, + sym_reference_modifier, + [57145] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3861), 1, + anon_sym_LPAREN, + STATE(483), 1, + sym__semicolon, + ACTIONS(3859), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57159] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1863), 1, + sym_formal_parameters, + STATE(2261), 1, + sym_reference_modifier, + [57175] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3741), 1, + anon_sym_COLON_COLON, + ACTIONS(3863), 1, + anon_sym_DASH_GT, + ACTIONS(3865), 1, + anon_sym_QMARK_DASH_GT, + ACTIONS(3867), 1, + anon_sym_LBRACK, + [57191] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(2456), 1, + sym_declare_directive, + ACTIONS(3749), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [57203] = 5, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4133), 1, + ACTIONS(2361), 1, + aux_sym_function_static_declaration_token1, + ACTIONS(2649), 1, + aux_sym__arrow_function_header_token1, + ACTIONS(3869), 1, + aux_sym_namespace_use_clause_token1, + STATE(2241), 1, + sym_static_modifier, + [57219] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1667), 1, + sym_formal_parameters, + STATE(2149), 1, + sym_reference_modifier, + [57235] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3873), 1, anon_sym_EQ, - ACTIONS(4131), 2, + STATE(1332), 1, + sym__semicolon, + ACTIONS(3871), 2, sym__automatic_semicolon, anon_sym_SEMI, - [59263] = 2, - ACTIONS(1530), 1, + [57249] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3533), 3, + ACTIONS(3809), 1, anon_sym_COMMA, + STATE(1710), 1, + aux_sym_base_clause_repeat1, + ACTIONS(3875), 2, anon_sym_LBRACE, aux_sym_class_interface_clause_token1, - [59272] = 4, - ACTIONS(1530), 1, + [57263] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1682), 1, - anon_sym_DOLLAR, - STATE(1747), 1, - sym_variable_name, - STATE(2110), 1, - sym_static_variable_declaration, - [59285] = 2, - ACTIONS(1530), 1, + ACTIONS(3879), 1, + anon_sym_LPAREN, + STATE(2035), 1, + sym__semicolon, + ACTIONS(3877), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57277] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3883), 1, + sym_nowdoc_string, + STATE(1801), 1, + aux_sym_nowdoc_body_repeat1, + ACTIONS(3881), 2, + sym_heredoc_end, + sym__new_line, + [57291] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(2449), 1, + sym_declare_directive, + ACTIONS(3749), 3, + anon_sym_ticks, + anon_sym_encoding, + anon_sym_strict_types, + [57303] = 5, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3097), 1, + aux_sym_class_interface_clause_token1, + ACTIONS(3443), 1, + anon_sym_LBRACE, + STATE(427), 1, + sym_enum_declaration_list, + STATE(2283), 1, + sym_class_interface_clause, + [57319] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4135), 3, + ACTIONS(3455), 4, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - [59294] = 3, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [57329] = 2, + ACTIONS(1398), 1, sym_comment, - STATE(2107), 2, - sym_dynamic_variable_name, + ACTIONS(3003), 4, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + anon_sym_PIPE, + [57339] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3886), 1, + sym_name, + ACTIONS(3889), 1, + anon_sym_BSLASH, + STATE(1806), 1, + aux_sym_namespace_name_repeat1, + [57352] = 3, + ACTIONS(1324), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1322), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [57363] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(440), 1, + sym__semicolon, + ACTIONS(3892), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57374] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3894), 1, + anon_sym_DOT_DOT_DOT, + STATE(2047), 1, sym_variable_name, - [59305] = 4, - ACTIONS(1530), 1, + [57387] = 4, + ACTIONS(745), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3896), 1, + anon_sym_COMMA, + STATE(1980), 1, + aux_sym_arguments_repeat1, + [57400] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1682), 1, + ACTIONS(1679), 1, anon_sym_DOLLAR, - STATE(1654), 1, + ACTIONS(3898), 1, + anon_sym_RPAREN, + STATE(2461), 1, sym_variable_name, - STATE(1920), 1, - sym_property_element, - [59318] = 3, - ACTIONS(1342), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [57413] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3902), 1, + anon_sym_EQ, + ACTIONS(3900), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [57424] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1902), 1, + anon_sym_LPAREN, + ACTIONS(2311), 1, + anon_sym_COLON, + STATE(2255), 1, + sym_parenthesized_expression, + [57437] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1340), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [59329] = 3, - ACTIONS(1364), 1, + ACTIONS(3138), 1, + anon_sym_RPAREN, + ACTIONS(3904), 1, + anon_sym_COMMA, + STATE(1814), 1, + aux_sym_unset_statement_repeat1, + [57450] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3907), 1, + anon_sym_LBRACE, + STATE(2489), 1, + sym__return_type, + [57463] = 3, + ACTIONS(1156), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1362), 2, + ACTIONS(1154), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59340] = 3, - ACTIONS(1376), 1, + [57474] = 3, + ACTIONS(1040), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1374), 2, + ACTIONS(1038), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59351] = 2, - ACTIONS(1530), 1, + [57485] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4137), 3, + STATE(502), 1, + sym__semicolon, + ACTIONS(3909), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [59360] = 3, - ACTIONS(1392), 1, + [57496] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3494), 1, + anon_sym_LBRACE, + STATE(2491), 1, + sym__return_type, + [57509] = 3, + ACTIONS(1240), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1390), 2, + ACTIONS(1238), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59371] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4139), 3, - sym__automatic_semicolon, - anon_sym_SEMI, - anon_sym_LBRACE, - [59380] = 3, - ACTIONS(1530), 1, + [57520] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4143), 1, + ACTIONS(3913), 1, aux_sym_else_clause_token1, - ACTIONS(4141), 2, + ACTIONS(3911), 2, aux_sym_if_statement_token2, aux_sym_else_if_clause_token1, - [59391] = 4, - ACTIONS(869), 1, - anon_sym_RBRACE, - ACTIONS(1530), 1, + [57531] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4145), 1, + ACTIONS(3809), 1, anon_sym_COMMA, - STATE(1961), 1, - aux_sym_match_block_repeat1, - [59404] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4147), 1, - sym_name, - ACTIONS(4149), 1, + ACTIONS(3915), 1, anon_sym_LBRACE, - STATE(2208), 1, - sym_namespace_use_group, - [59417] = 2, - ACTIONS(1530), 1, + STATE(1710), 1, + aux_sym_base_clause_repeat1, + [57544] = 3, + ACTIONS(1260), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1258), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [57555] = 3, + ACTIONS(1076), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1074), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [57566] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4151), 3, + STATE(460), 1, + sym__semicolon, + ACTIONS(3917), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [59426] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1682), 1, - anon_sym_DOLLAR, - STATE(1654), 1, - sym_variable_name, - STATE(1768), 1, - sym_property_element, - [59439] = 4, - ACTIONS(1530), 1, + [57577] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(4153), 1, - anon_sym_DOT_DOT_DOT, - STATE(2072), 1, - sym_variable_name, - [59452] = 4, - ACTIONS(1530), 1, + STATE(448), 1, + sym__semicolon, + ACTIONS(453), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57588] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4155), 1, - anon_sym_COMMA, - ACTIONS(4157), 1, - anon_sym_RPAREN, - STATE(2062), 1, - aux_sym_formal_parameters_repeat1, - [59465] = 3, - ACTIONS(1464), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3919), 1, + anon_sym_LBRACE, + STATE(2396), 1, + sym__return_type, + [57601] = 3, + ACTIONS(1268), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1462), 2, + ACTIONS(1266), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59476] = 3, - ACTIONS(1530), 1, + [57612] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4161), 1, - anon_sym_EQ, - ACTIONS(4159), 2, + ACTIONS(3921), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [59487] = 4, - ACTIONS(1530), 1, + ACTIONS(3924), 1, + anon_sym_RBRACE, + STATE(1829), 1, + aux_sym_match_block_repeat1, + [57625] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2383), 1, + anon_sym_EQ_GT, + ACTIONS(3926), 1, + anon_sym_COMMA, + STATE(1830), 1, + aux_sym_match_condition_list_repeat1, + [57638] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1641), 1, + anon_sym_DOLLAR, + STATE(1442), 1, + sym_property_element, + STATE(1596), 1, + sym_variable_name, + [57651] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3411), 1, anon_sym_COLON, - ACTIONS(3581), 1, - anon_sym_LBRACE, - STATE(2515), 1, + ACTIONS(3929), 1, + anon_sym_EQ_GT, + STATE(2393), 1, sym__return_type, - [59500] = 3, - ACTIONS(1408), 1, + [57664] = 3, + ACTIONS(1308), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1406), 2, + ACTIONS(1306), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59511] = 3, - ACTIONS(1338), 1, + [57675] = 3, + ACTIONS(1104), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1336), 2, + ACTIONS(1102), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59522] = 4, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + [57686] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4163), 1, - anon_sym_RPAREN, - STATE(2040), 1, - aux_sym__list_destructing_repeat1, - [59535] = 3, - ACTIONS(1334), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3931), 1, + anon_sym_DOT_DOT_DOT, + STATE(1897), 1, + sym_variable_name, + [57699] = 3, + ACTIONS(1244), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1332), 2, + ACTIONS(1242), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59546] = 4, - ACTIONS(1530), 1, + [57710] = 3, + ACTIONS(1136), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3081), 1, - anon_sym_AMP, - ACTIONS(4165), 1, - anon_sym_RPAREN, - STATE(1452), 1, - aux_sym_intersection_type_repeat1, - [59559] = 3, - ACTIONS(1294), 1, + ACTIONS(1134), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [57721] = 3, + ACTIONS(1380), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1292), 2, + ACTIONS(1378), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59570] = 3, - ACTIONS(1282), 1, + [57732] = 3, + ACTIONS(1364), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1280), 2, + ACTIONS(1362), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59581] = 3, - ACTIONS(1266), 1, + [57743] = 3, + ACTIONS(1288), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1264), 2, + ACTIONS(1286), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59592] = 3, - ACTIONS(1234), 1, + [57754] = 3, + ACTIONS(1280), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1232), 2, + ACTIONS(1278), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59603] = 3, - ACTIONS(1230), 1, + [57765] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(1937), 1, + sym__semicolon, + ACTIONS(3933), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57776] = 3, + ACTIONS(1016), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1228), 2, + ACTIONS(1014), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59614] = 4, - ACTIONS(1530), 1, + [57787] = 3, + ACTIONS(1368), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3688), 1, - anon_sym_RPAREN, - ACTIONS(4167), 1, - anon_sym_COMMA, - STATE(1922), 1, - aux_sym_anonymous_function_use_clause_repeat1, - [59627] = 3, - ACTIONS(1530), 1, + ACTIONS(1366), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [57798] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4171), 1, - anon_sym_EQ, - ACTIONS(4169), 2, + ACTIONS(3809), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [59638] = 3, - ACTIONS(1530), 1, + ACTIONS(3935), 1, + anon_sym_LBRACE, + STATE(1822), 1, + aux_sym_base_clause_repeat1, + [57811] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4175), 1, + ACTIONS(3939), 1, anon_sym_EQ, - ACTIONS(4173), 2, + ACTIONS(3937), 2, anon_sym_COMMA, anon_sym_RPAREN, - [59649] = 4, - ACTIONS(1530), 1, + [57822] = 3, + ACTIONS(1320), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(4177), 1, - anon_sym_EQ_GT, - STATE(2478), 1, - sym__return_type, - [59662] = 3, - ACTIONS(1530), 1, + ACTIONS(1318), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [57833] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4181), 1, - anon_sym_EQ, - ACTIONS(4179), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [59673] = 4, - ACTIONS(1530), 1, + ACTIONS(3941), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_LBRACE, + [57842] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4183), 1, + ACTIONS(3943), 1, anon_sym_COMMA, - ACTIONS(4185), 1, + ACTIONS(3945), 1, anon_sym_RPAREN, - STATE(1933), 1, - aux_sym_array_creation_expression_repeat1, - [59686] = 3, - ACTIONS(1530), 1, + STATE(2008), 1, + aux_sym_anonymous_function_use_clause_repeat1, + [57855] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4189), 1, - anon_sym_EQ, - ACTIONS(4187), 2, + ACTIONS(3947), 1, anon_sym_COMMA, + ACTIONS(3949), 1, anon_sym_RPAREN, - [59697] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4191), 1, - anon_sym_COMMA, - ACTIONS(4193), 1, - anon_sym_RBRACE, - STATE(1954), 1, - aux_sym_namespace_use_group_repeat1, - [59710] = 3, - ACTIONS(1258), 1, + STATE(1888), 1, + aux_sym_formal_parameters_repeat1, + [57868] = 3, + ACTIONS(1352), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1256), 2, + ACTIONS(1350), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59721] = 3, - ACTIONS(1298), 1, + [57879] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(3951), 1, + sym_name, + STATE(2364), 1, + sym_reference_modifier, + [57892] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3737), 1, + sym__new_line, + ACTIONS(3953), 1, + sym_heredoc_end, + STATE(2130), 1, + sym_heredoc_body, + [57905] = 3, + ACTIONS(1348), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1296), 2, + ACTIONS(1346), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59732] = 2, - ACTIONS(1530), 1, + [57916] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4195), 3, + STATE(416), 1, + sym__semicolon, + ACTIONS(3955), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_LBRACE, - [59741] = 2, - ACTIONS(1530), 1, + [57927] = 4, + ACTIONS(795), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3957), 1, + anon_sym_COMMA, + STATE(1908), 1, + aux_sym_array_creation_expression_repeat1, + [57940] = 4, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3959), 1, + anon_sym_RPAREN, + STATE(2053), 1, + aux_sym__list_destructing_repeat1, + [57953] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3970), 3, + STATE(1941), 1, + sym__semicolon, + ACTIONS(3961), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [59750] = 4, - ACTIONS(1530), 1, + [57964] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4197), 1, - anon_sym_COMMA, - ACTIONS(4199), 1, - anon_sym_RBRACE, - STATE(2118), 1, - aux_sym_match_block_repeat1, - [59763] = 2, - ACTIONS(1530), 1, + STATE(430), 1, + sym__semicolon, + ACTIONS(3963), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57975] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4201), 3, + ACTIONS(3965), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, - [59772] = 4, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + [57984] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1646), 1, - anon_sym_RPAREN, - STATE(1986), 1, - aux_sym__list_destructing_repeat1, - [59785] = 4, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + STATE(431), 1, + sym__semicolon, + ACTIONS(3967), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [57995] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1646), 1, - anon_sym_RPAREN, - STATE(2040), 1, - aux_sym__list_destructing_repeat1, - [59798] = 3, - ACTIONS(1404), 1, + STATE(1911), 1, + sym__semicolon, + ACTIONS(3511), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58006] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3969), 1, + anon_sym_EQ_GT, + STATE(2476), 1, + sym__return_type, + [58019] = 3, + ACTIONS(1120), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1402), 2, + ACTIONS(1118), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59809] = 3, - ACTIONS(1330), 1, + [58030] = 3, + ACTIONS(1132), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1328), 2, + ACTIONS(1130), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59820] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4098), 1, - anon_sym_COMMA, - ACTIONS(4203), 1, - anon_sym_RBRACK, - STATE(2014), 1, - aux_sym__array_destructing_repeat1, - [59833] = 4, - ACTIONS(847), 1, - anon_sym_RBRACK, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4205), 1, - anon_sym_COMMA, - STATE(2045), 1, - aux_sym_array_creation_expression_repeat1, - [59846] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4207), 1, - anon_sym_COMMA, - ACTIONS(4210), 1, - anon_sym_RBRACK, - STATE(2014), 1, - aux_sym__array_destructing_repeat1, - [59859] = 3, - ACTIONS(1500), 1, + [58041] = 3, + ACTIONS(1172), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1498), 2, + ACTIONS(1170), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59870] = 4, - ACTIONS(1530), 1, + [58052] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3098), 1, - anon_sym_RBRACK, - ACTIONS(4212), 1, - anon_sym_COMMA, - STATE(2057), 1, - aux_sym_attribute_group_repeat1, - [59883] = 3, - ACTIONS(1492), 1, + STATE(428), 1, + sym__semicolon, + ACTIONS(3971), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58063] = 3, + ACTIONS(1060), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1490), 2, + ACTIONS(1058), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59894] = 3, - ACTIONS(1476), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [58074] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1474), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [59905] = 3, - ACTIONS(1460), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(3975), 1, + anon_sym_EQ, + ACTIONS(3973), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [58085] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1458), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [59916] = 4, - ACTIONS(1530), 1, + ACTIONS(1598), 1, + anon_sym_RPAREN, + ACTIONS(3977), 1, + anon_sym_COMMA, + STATE(1814), 1, + aux_sym_unset_statement_repeat1, + [58098] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(4214), 1, + ACTIONS(3979), 3, + anon_sym_COMMA, + anon_sym_EQ, anon_sym_RPAREN, - STATE(2493), 1, - sym_variable_name, - [59929] = 3, - ACTIONS(1456), 1, + [58107] = 3, + ACTIONS(1200), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1454), 2, + ACTIONS(1198), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59940] = 3, - ACTIONS(1456), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [58118] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1454), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [59951] = 4, - ACTIONS(1530), 1, + STATE(1943), 1, + sym__semicolon, + ACTIONS(3981), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58129] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4149), 1, - anon_sym_LBRACE, - ACTIONS(4216), 1, - sym_name, - STATE(2338), 1, - sym_namespace_use_group, - [59964] = 3, - ACTIONS(1444), 1, + STATE(1868), 1, + sym__semicolon, + ACTIONS(3983), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58140] = 3, + ACTIONS(1208), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1442), 2, + ACTIONS(1206), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59975] = 3, - ACTIONS(1436), 1, + [58151] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(438), 1, + sym__semicolon, + ACTIONS(3985), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58162] = 3, + ACTIONS(1332), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1434), 2, + ACTIONS(1330), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59986] = 3, - ACTIONS(1206), 1, + [58173] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3987), 1, + anon_sym_COMMA, + ACTIONS(3989), 1, + anon_sym_RPAREN, + STATE(1810), 1, + aux_sym_arguments_repeat1, + [58186] = 3, + ACTIONS(1304), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1204), 2, + ACTIONS(1302), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [59997] = 3, - ACTIONS(1368), 1, + [58197] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3991), 1, + anon_sym_LBRACE, + ACTIONS(3993), 1, + anon_sym_COLON, + STATE(1834), 1, + sym_switch_block, + [58210] = 3, + ACTIONS(1164), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1366), 2, + ACTIONS(1162), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60008] = 4, - ACTIONS(3), 1, + [58221] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3805), 1, - sym__new_line, - ACTIONS(4218), 1, - sym_heredoc_end, - STATE(2238), 1, - sym_heredoc_body, - [60021] = 3, - ACTIONS(1350), 1, + STATE(485), 1, + sym__semicolon, + ACTIONS(3995), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58232] = 3, + ACTIONS(1296), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1348), 2, + ACTIONS(1294), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60032] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1943), 1, - anon_sym_RPAREN, - ACTIONS(4220), 1, - anon_sym_COMMA, - STATE(2146), 1, - aux_sym_unset_statement_repeat1, - [60045] = 3, - ACTIONS(1530), 1, + [58243] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4224), 1, - anon_sym_LPAREN, - ACTIONS(4222), 2, + STATE(434), 1, + sym__semicolon, + ACTIONS(3997), 2, sym__automatic_semicolon, anon_sym_SEMI, - [60056] = 4, - ACTIONS(1530), 1, + [58254] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(4226), 1, - anon_sym_EQ_GT, - STATE(2471), 1, - sym__return_type, - [60069] = 3, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(3999), 1, + anon_sym_DOT_DOT_DOT, + STATE(2060), 1, + sym_variable_name, + [58267] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3871), 1, - anon_sym_EQ, - ACTIONS(4228), 2, + ACTIONS(4001), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [60080] = 3, - ACTIONS(1262), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1260), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60091] = 2, - ACTIONS(1530), 1, + ACTIONS(4003), 1, + anon_sym_RBRACK, + STATE(1936), 1, + aux_sym_array_creation_expression_repeat1, + [58280] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4230), 3, + ACTIONS(3854), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_EQ, - anon_sym_RPAREN, - [60100] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4149), 1, - anon_sym_LBRACE, - ACTIONS(4216), 1, - sym_name, - STATE(2418), 1, - sym_namespace_use_group, - [60113] = 2, - ACTIONS(1530), 1, + [58289] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4232), 3, - anon_sym_COMMA, - anon_sym_EQ, + ACTIONS(1876), 1, anon_sym_RPAREN, - [60122] = 4, - ACTIONS(871), 1, + ACTIONS(4005), 1, anon_sym_COMMA, - ACTIONS(1530), 1, + STATE(2068), 1, + aux_sym_formal_parameters_repeat1, + [58302] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4234), 1, - anon_sym_RPAREN, - STATE(2040), 1, - aux_sym__list_destructing_repeat1, - [60135] = 4, - ACTIONS(1530), 1, + STATE(1978), 1, + sym__semicolon, + ACTIONS(4007), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58313] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4147), 1, - sym_name, - ACTIONS(4149), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4009), 1, anon_sym_LBRACE, - STATE(2418), 1, - sym_namespace_use_group, - [60148] = 4, - ACTIONS(1530), 1, + STATE(2380), 1, + sym__return_type, + [58326] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1648), 1, - anon_sym_RPAREN, - ACTIONS(4236), 1, - anon_sym_COMMA, - STATE(2040), 1, - aux_sym__list_destructing_repeat1, - [60161] = 3, - ACTIONS(1530), 1, + STATE(435), 1, + sym__semicolon, + ACTIONS(4011), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58337] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3871), 1, - anon_sym_EQ, - ACTIONS(4239), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [60172] = 4, - ACTIONS(1530), 1, + STATE(490), 1, + sym__semicolon, + ACTIONS(4013), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58348] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4241), 1, - anon_sym_COMMA, - ACTIONS(4244), 1, - anon_sym_RPAREN, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [60185] = 3, - ACTIONS(1190), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(4015), 1, + sym__new_line, + ACTIONS(4017), 1, + sym_heredoc_end, + STATE(2179), 1, + sym_nowdoc_body, + [58361] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1188), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60196] = 2, - ACTIONS(1530), 1, + STATE(489), 1, + sym__semicolon, + ACTIONS(4019), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58372] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4041), 3, + STATE(450), 1, + sym__semicolon, + ACTIONS(4021), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58383] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(459), 1, + sym__semicolon, + ACTIONS(4023), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58394] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4027), 1, + anon_sym_EQ, + ACTIONS(4025), 2, anon_sym_COMMA, anon_sym_RPAREN, - anon_sym_RBRACK, - [60205] = 4, - ACTIONS(1530), 1, + [58405] = 4, + ACTIONS(825), 1, + anon_sym_RBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4041), 1, - anon_sym_RBRACK, - ACTIONS(4246), 1, + ACTIONS(4029), 1, anon_sym_COMMA, - STATE(2045), 1, - aux_sym_array_creation_expression_repeat1, - [60218] = 3, - ACTIONS(1164), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1162), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60229] = 4, - ACTIONS(1530), 1, + STATE(1829), 1, + aux_sym_match_block_repeat1, + [58418] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(3575), 1, + ACTIONS(4031), 1, anon_sym_LBRACE, - STATE(2599), 1, - sym__return_type, - [60242] = 3, - ACTIONS(1160), 1, + ACTIONS(4033), 1, + anon_sym_COLON, + STATE(439), 1, + sym_switch_block, + [58431] = 3, + ACTIONS(1276), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1158), 2, + ACTIONS(1274), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60253] = 3, - ACTIONS(1530), 1, + [58442] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4251), 1, + ACTIONS(4037), 1, anon_sym_EQ, - ACTIONS(4249), 2, + ACTIONS(4035), 2, anon_sym_COMMA, anon_sym_RPAREN, - [60264] = 4, - ACTIONS(1530), 1, + [58453] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4147), 1, - sym_name, - ACTIONS(4149), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4039), 1, + anon_sym_EQ_GT, + STATE(2488), 1, + sym__return_type, + [58466] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4041), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_LBRACE, - STATE(2195), 1, - sym_namespace_use_group, - [60277] = 4, - ACTIONS(1530), 1, + [58475] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(4253), 1, - anon_sym_DOT_DOT_DOT, - STATE(2109), 1, - sym_variable_name, - [60290] = 3, - ACTIONS(1156), 1, + ACTIONS(4043), 1, + anon_sym_COMMA, + ACTIONS(4045), 1, + anon_sym_RPAREN, + STATE(1955), 1, + aux_sym_formal_parameters_repeat1, + [58488] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4047), 1, + sym_name, + ACTIONS(4049), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58499] = 3, + ACTIONS(1036), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1154), 2, + ACTIONS(1034), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60301] = 3, - ACTIONS(1530), 1, + [58510] = 4, + ACTIONS(915), 1, + anon_sym_EQ_GT, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4257), 1, - anon_sym_EQ, - ACTIONS(4255), 2, + ACTIONS(4051), 1, + anon_sym_COMMA, + STATE(1830), 1, + aux_sym_match_condition_list_repeat1, + [58523] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4053), 1, anon_sym_COMMA, + ACTIONS(4056), 1, anon_sym_RPAREN, - [60312] = 4, - ACTIONS(1530), 1, + STATE(1908), 1, + aux_sym_array_creation_expression_repeat1, + [58536] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3737), 1, + sym__new_line, + ACTIONS(4058), 1, + sym_heredoc_end, + STATE(2182), 1, + sym_heredoc_body, + [58549] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, + ACTIONS(1679), 1, anon_sym_DOLLAR, - ACTIONS(4259), 1, - anon_sym_DOT_DOT_DOT, - STATE(2119), 1, + ACTIONS(4060), 1, + anon_sym_RPAREN, + STATE(2302), 1, sym_variable_name, - [60325] = 3, - ACTIONS(1144), 1, + [58562] = 3, + ACTIONS(1316), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1142), 2, + ACTIONS(1314), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60336] = 3, - ACTIONS(1172), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [58573] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1170), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60347] = 4, - ACTIONS(1530), 1, + ACTIONS(2611), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + sym_name, + [58582] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4261), 1, - anon_sym_COMMA, - ACTIONS(4264), 1, + STATE(1329), 1, + sym__semicolon, + ACTIONS(4062), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58593] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2901), 1, anon_sym_RBRACK, - STATE(2057), 1, + ACTIONS(4064), 1, + anon_sym_COMMA, + STATE(2072), 1, aux_sym_attribute_group_repeat1, - [60360] = 3, - ACTIONS(1178), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [58606] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1176), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60371] = 3, - ACTIONS(1186), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4066), 1, + anon_sym_EQ_GT, + STATE(2347), 1, + sym__return_type, + [58619] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4068), 1, + anon_sym_COMMA, + ACTIONS(4070), 1, + anon_sym_RPAREN, + STATE(1962), 1, + aux_sym_array_creation_expression_repeat1, + [58632] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4072), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(3779), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [58643] = 3, + ACTIONS(1336), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1184), 2, + ACTIONS(1334), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60382] = 3, - ACTIONS(1198), 1, + [58654] = 3, + ACTIONS(1340), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1196), 2, + ACTIONS(1338), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60393] = 3, - ACTIONS(1384), 1, + [58665] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(1900), 1, + sym__semicolon, + ACTIONS(4074), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58676] = 3, + ACTIONS(1228), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1382), 2, + ACTIONS(1226), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60404] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1763), 1, - anon_sym_RPAREN, - ACTIONS(4266), 1, - anon_sym_COMMA, - STATE(2114), 1, - aux_sym_formal_parameters_repeat1, - [60417] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(4268), 1, - anon_sym_LPAREN, - STATE(2369), 1, - sym_parenthesized_expression, - [60430] = 3, - ACTIONS(1270), 1, + [58687] = 3, + ACTIONS(1116), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1268), 2, + ACTIONS(1114), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60441] = 3, - ACTIONS(1274), 1, + [58698] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(1883), 1, + sym__semicolon, + ACTIONS(4076), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58709] = 3, + ACTIONS(1028), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1272), 2, + ACTIONS(1026), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60452] = 4, - ACTIONS(3), 1, + [58720] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3805), 1, - sym__new_line, - ACTIONS(4270), 1, - sym_heredoc_end, - STATE(2347), 1, - sym_heredoc_body, - [60465] = 3, - ACTIONS(1530), 1, + STATE(484), 1, + sym__semicolon, + ACTIONS(4078), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58731] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4274), 1, - anon_sym_EQ, - ACTIONS(4272), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [60476] = 3, - ACTIONS(1286), 1, + STATE(1946), 1, + sym__semicolon, + ACTIONS(4080), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58742] = 3, + ACTIONS(1264), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1284), 2, + ACTIONS(1262), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60487] = 3, - ACTIONS(1286), 1, + [58753] = 3, + ACTIONS(1256), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1284), 2, + ACTIONS(1254), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60498] = 4, - ACTIONS(3), 1, + [58764] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4080), 1, - sym__new_line, - ACTIONS(4276), 1, - sym_heredoc_end, - STATE(2263), 1, - sym_nowdoc_body, - [60511] = 3, - ACTIONS(1488), 1, + ACTIONS(4084), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1486), 2, - aux_sym_while_statement_token1, + ACTIONS(4082), 2, + aux_sym_if_statement_token2, aux_sym_else_if_clause_token1, - [60522] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4280), 1, - anon_sym_EQ, - ACTIONS(4278), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [60533] = 4, - ACTIONS(825), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4282), 1, + [58775] = 4, + ACTIONS(818), 1, anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [60546] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4284), 1, - anon_sym_DQUOTE, - ACTIONS(4286), 1, - anon_sym_SQUOTE, - ACTIONS(4288), 1, - sym_heredoc_start, - [60559] = 4, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4290), 1, - anon_sym_COMMA, - ACTIONS(4292), 1, + ACTIONS(4086), 1, anon_sym_RPAREN, - STATE(2073), 1, - aux_sym_arguments_repeat1, - [60572] = 3, - ACTIONS(125), 1, - anon_sym_DOLLAR, - ACTIONS(1530), 1, - sym_comment, - STATE(1806), 2, - sym_dynamic_variable_name, - sym_variable_name, - [60583] = 4, - ACTIONS(1530), 1, + STATE(2009), 1, + aux_sym__list_destructing_repeat1, + [58788] = 3, + ACTIONS(1312), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4294), 1, + ACTIONS(1310), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [58799] = 4, + ACTIONS(818), 1, anon_sym_COMMA, - ACTIONS(4296), 1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3124), 1, anon_sym_RPAREN, - STATE(2085), 1, - aux_sym_arguments_repeat1, - [60596] = 2, - ACTIONS(1530), 1, + STATE(1857), 1, + aux_sym__list_destructing_repeat1, + [58812] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4298), 3, + ACTIONS(4088), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, - [60605] = 4, - ACTIONS(1530), 1, + [58821] = 3, + ACTIONS(1356), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(4300), 1, - anon_sym_EQ_GT, - STATE(2505), 1, - sym__return_type, - [60618] = 2, - ACTIONS(1530), 1, + ACTIONS(1354), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [58832] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4302), 3, + ACTIONS(4090), 3, anon_sym_COMMA, anon_sym_EQ, anon_sym_RPAREN, - [60627] = 4, - ACTIONS(871), 1, - anon_sym_COMMA, - ACTIONS(1530), 1, + [58841] = 4, + ACTIONS(789), 1, + anon_sym_RBRACK, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3169), 1, - anon_sym_RPAREN, - STATE(1958), 1, - aux_sym__list_destructing_repeat1, - [60640] = 4, - ACTIONS(871), 1, + ACTIONS(4092), 1, anon_sym_COMMA, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4304), 1, - anon_sym_RPAREN, - STATE(1955), 1, - aux_sym__list_destructing_repeat1, - [60653] = 3, - ACTIONS(1214), 1, + STATE(2069), 1, + aux_sym_array_creation_expression_repeat1, + [58854] = 3, + ACTIONS(1184), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1212), 2, + ACTIONS(1182), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60664] = 3, - ACTIONS(1210), 1, + [58865] = 3, + ACTIONS(1252), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1208), 2, + ACTIONS(1250), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60675] = 4, - ACTIONS(799), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + [58876] = 4, + ACTIONS(3), 1, sym_comment, - ACTIONS(4306), 1, - anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [60688] = 3, - ACTIONS(1152), 1, + ACTIONS(3737), 1, + sym__new_line, + ACTIONS(4094), 1, + sym_heredoc_end, + STATE(2175), 1, + sym_heredoc_body, + [58889] = 3, + ACTIONS(1148), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1150), 2, + ACTIONS(1146), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60699] = 3, - ACTIONS(1148), 1, + [58900] = 3, + ACTIONS(1220), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1146), 2, + ACTIONS(1218), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60710] = 3, - ACTIONS(1140), 1, + [58911] = 3, + ACTIONS(1360), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1138), 2, + ACTIONS(1358), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60721] = 3, - ACTIONS(1194), 1, + [58922] = 3, + ACTIONS(1216), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1192), 2, + ACTIONS(1214), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60732] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(4308), 1, - anon_sym_EQ_GT, - STATE(2503), 1, - sym__return_type, - [60745] = 2, - ACTIONS(1530), 1, + [58933] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3866), 3, - sym__automatic_semicolon, - anon_sym_SEMI, + ACTIONS(4096), 1, anon_sym_COMMA, - [60754] = 2, - ACTIONS(1530), 1, + ACTIONS(4098), 1, + anon_sym_RPAREN, + STATE(1989), 1, + aux_sym_arguments_repeat1, + [58946] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4310), 3, + STATE(469), 1, + sym__semicolon, + ACTIONS(4100), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [60763] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4149), 1, - anon_sym_LBRACE, - ACTIONS(4216), 1, - sym_name, - STATE(2189), 1, - sym_namespace_use_group, - [60776] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4147), 1, - sym_name, - ACTIONS(4149), 1, - anon_sym_LBRACE, - STATE(2189), 1, - sym_namespace_use_group, - [60789] = 3, - ACTIONS(1278), 1, + [58957] = 3, + ACTIONS(1300), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1276), 2, + ACTIONS(1298), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60800] = 4, - ACTIONS(801), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + [58968] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4312), 1, - anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [60813] = 3, - ACTIONS(1416), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + STATE(2001), 1, + sym__semicolon, + ACTIONS(465), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58979] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1414), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60824] = 4, - ACTIONS(1530), 1, + STATE(470), 1, + sym__semicolon, + ACTIONS(4102), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [58990] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, + ACTIONS(3411), 1, anon_sym_COLON, - ACTIONS(4314), 1, + ACTIONS(4104), 1, anon_sym_EQ_GT, - STATE(2500), 1, + STATE(2365), 1, sym__return_type, - [60837] = 4, - ACTIONS(1530), 1, + [59003] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4316), 1, - anon_sym_COMMA, - ACTIONS(4318), 1, - anon_sym_RPAREN, - STATE(2096), 1, - aux_sym_arguments_repeat1, - [60850] = 3, - ACTIONS(1420), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4106), 1, + anon_sym_LBRACE, + STATE(2507), 1, + sym__return_type, + [59016] = 3, + ACTIONS(1376), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1418), 2, + ACTIONS(1374), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60861] = 3, - ACTIONS(1496), 1, + [59027] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4108), 3, + sym__automatic_semicolon, + anon_sym_SEMI, + anon_sym_COMMA, + [59036] = 3, + ACTIONS(1204), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1494), 2, + ACTIONS(1202), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60872] = 4, - ACTIONS(1530), 1, + [59047] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4149), 1, - anon_sym_LBRACE, - ACTIONS(4216), 1, - sym_name, - STATE(2328), 1, - sym_namespace_use_group, - [60885] = 3, - ACTIONS(1496), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + ACTIONS(4110), 1, + anon_sym_DOT_DOT_DOT, + STATE(2083), 1, + sym_variable_name, + [59060] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1494), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60896] = 3, - ACTIONS(1424), 1, + ACTIONS(1805), 1, + anon_sym_RPAREN, + ACTIONS(4112), 1, + anon_sym_COMMA, + STATE(2068), 1, + aux_sym_formal_parameters_repeat1, + [59073] = 3, + ACTIONS(1128), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1422), 2, + ACTIONS(1126), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60907] = 3, - ACTIONS(1396), 1, + [59084] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4114), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [59093] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4116), 1, + anon_sym_DQUOTE, + ACTIONS(4118), 1, + anon_sym_SQUOTE, + ACTIONS(4120), 1, + sym_heredoc_start, + [59106] = 3, + ACTIONS(1096), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1394), 2, + ACTIONS(1094), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [60918] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4191), 1, - anon_sym_COMMA, - ACTIONS(4320), 1, - anon_sym_RBRACE, - STATE(2001), 1, - aux_sym_namespace_use_group_repeat1, - [60931] = 2, - ACTIONS(1530), 1, + [59117] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3906), 3, + ACTIONS(4122), 3, sym__automatic_semicolon, anon_sym_SEMI, anon_sym_COMMA, - [60940] = 3, - ACTIONS(1396), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [59126] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1394), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [60951] = 3, - ACTIONS(1530), 1, + ACTIONS(1641), 1, + anon_sym_DOLLAR, + STATE(1715), 1, + sym_variable_name, + STATE(2062), 1, + sym_static_variable_declaration, + [59139] = 4, + ACTIONS(791), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4324), 1, - anon_sym_EQ, - ACTIONS(4322), 2, + ACTIONS(4124), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [60962] = 2, - ACTIONS(1530), 1, + STATE(1908), 1, + aux_sym_array_creation_expression_repeat1, + [59152] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3875), 3, + STATE(2039), 1, + sym__semicolon, + ACTIONS(4126), 2, sym__automatic_semicolon, anon_sym_SEMI, - anon_sym_COMMA, - [60971] = 3, - ACTIONS(1530), 1, + [59163] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4328), 1, - anon_sym_EQ, - ACTIONS(4326), 2, - anon_sym_COMMA, + ACTIONS(1593), 1, anon_sym_RPAREN, - [60982] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4332), 1, - anon_sym_EQ, - ACTIONS(4330), 2, + ACTIONS(4128), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [60993] = 4, - ACTIONS(795), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + STATE(1814), 1, + aux_sym_unset_statement_repeat1, + [59176] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4334), 1, - anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [61006] = 4, - ACTIONS(1530), 1, + STATE(441), 1, + sym__semicolon, + ACTIONS(4130), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59187] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4336), 1, - anon_sym_COMMA, - ACTIONS(4339), 1, - anon_sym_RPAREN, - STATE(2114), 1, - aux_sym_formal_parameters_repeat1, - [61019] = 4, - ACTIONS(1530), 1, + STATE(494), 1, + sym__semicolon, + ACTIONS(3708), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59198] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(2019), 1, + sym__semicolon, + ACTIONS(4132), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59209] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1641), 1, + anon_sym_DOLLAR, + STATE(1439), 1, + sym_property_element, + STATE(1596), 1, + sym_variable_name, + [59222] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4341), 1, + STATE(2006), 1, + sym__semicolon, + ACTIONS(4134), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59233] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4136), 1, anon_sym_COMMA, - ACTIONS(4343), 1, - anon_sym_RPAREN, - STATE(2113), 1, - aux_sym_arguments_repeat1, - [61032] = 4, - ACTIONS(955), 1, - anon_sym_EQ_GT, - ACTIONS(1530), 1, + ACTIONS(4138), 1, + anon_sym_RBRACE, + STATE(2010), 1, + aux_sym_match_block_repeat1, + [59246] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4345), 1, + ACTIONS(3455), 3, anon_sym_COMMA, - STATE(1960), 1, - aux_sym_match_condition_list_repeat1, - [61045] = 4, - ACTIONS(1530), 1, + anon_sym_LBRACE, + aux_sym_class_interface_clause_token1, + [59255] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4347), 1, + ACTIONS(4140), 1, anon_sym_COMMA, - ACTIONS(4349), 1, - anon_sym_RPAREN, - STATE(2123), 1, - aux_sym_arguments_repeat1, - [61058] = 4, - ACTIONS(865), 1, + ACTIONS(4142), 1, anon_sym_RBRACE, - ACTIONS(1530), 1, + STATE(1986), 1, + aux_sym_namespace_use_declaration_repeat1, + [59268] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4351), 1, - anon_sym_COMMA, - STATE(1961), 1, - aux_sym_match_block_repeat1, - [61071] = 3, - ACTIONS(1530), 1, + STATE(1981), 1, + sym__semicolon, + ACTIONS(4144), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59279] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4355), 1, - anon_sym_EQ, - ACTIONS(4353), 2, + ACTIONS(4146), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [61082] = 4, - ACTIONS(1530), 1, + ACTIONS(4149), 1, + anon_sym_RBRACK, + STATE(1974), 1, + aux_sym__array_destructing_repeat1, + [59292] = 3, + ACTIONS(1196), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(4357), 1, - anon_sym_EQ_GT, - STATE(2597), 1, - sym__return_type, - [61095] = 3, - ACTIONS(1254), 1, + ACTIONS(1194), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [59303] = 4, + ACTIONS(783), 1, + anon_sym_RBRACK, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4151), 1, + anon_sym_COMMA, + STATE(2069), 1, + aux_sym_array_creation_expression_repeat1, + [59316] = 3, + ACTIONS(1192), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1252), 2, + ACTIONS(1190), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61106] = 3, - ACTIONS(1250), 1, + [59327] = 3, + ACTIONS(1188), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1248), 2, + ACTIONS(1186), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61117] = 4, - ACTIONS(811), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + [59338] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4359), 1, + ACTIONS(3754), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [61130] = 4, - ACTIONS(815), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + [59347] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4361), 1, + ACTIONS(4153), 1, anon_sym_COMMA, - STATE(2042), 1, + ACTIONS(4156), 1, + anon_sym_RPAREN, + STATE(1980), 1, aux_sym_arguments_repeat1, - [61143] = 3, - ACTIONS(1246), 1, + [59360] = 3, + ACTIONS(1088), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1244), 2, + ACTIONS(1086), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61154] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4365), 1, - anon_sym_EQ, - ACTIONS(4363), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [61165] = 3, - ACTIONS(1242), 1, + [59371] = 3, + ACTIONS(1032), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1240), 2, + ACTIONS(1030), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61176] = 4, - ACTIONS(1530), 1, + [59382] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(4367), 1, - anon_sym_DOT_DOT_DOT, - STATE(1995), 1, - sym_variable_name, - [61189] = 3, - ACTIONS(1530), 1, + ACTIONS(4158), 1, + anon_sym_COMMA, + ACTIONS(4160), 1, + anon_sym_RBRACK, + STATE(1974), 1, + aux_sym__array_destructing_repeat1, + [59395] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4371), 1, - anon_sym_EQ, - ACTIONS(4369), 2, + ACTIONS(4162), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [61200] = 3, - ACTIONS(1472), 1, + ACTIONS(4164), 1, + anon_sym_RBRACE, + STATE(1898), 1, + aux_sym_match_block_repeat1, + [59408] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(3737), 1, + sym__new_line, + ACTIONS(4166), 1, + sym_heredoc_end, + STATE(2154), 1, + sym_heredoc_body, + [59421] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4140), 1, + anon_sym_COMMA, + ACTIONS(4168), 1, + anon_sym_RBRACE, + STATE(2017), 1, + aux_sym_namespace_use_declaration_repeat1, + [59434] = 4, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4015), 1, + sym__new_line, + ACTIONS(4170), 1, + sym_heredoc_end, + STATE(2151), 1, + sym_nowdoc_body, + [59447] = 3, + ACTIONS(1284), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1470), 2, + ACTIONS(1282), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61211] = 4, - ACTIONS(1530), 1, + [59458] = 4, + ACTIONS(755), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4373), 1, + ACTIONS(4172), 1, anon_sym_COMMA, - ACTIONS(4375), 1, - anon_sym_RPAREN, - STATE(2124), 1, + STATE(1980), 1, aux_sym_arguments_repeat1, - [61224] = 3, + [59471] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(1940), 1, + sym__semicolon, + ACTIONS(4174), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59482] = 3, ACTIONS(1168), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, ACTIONS(1166), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61235] = 3, - ACTIONS(1168), 1, + [59493] = 3, + ACTIONS(1160), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1166), 2, + ACTIONS(1158), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61246] = 4, - ACTIONS(1530), 1, + [59504] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4377), 1, + ACTIONS(3771), 1, + anon_sym_EQ, + ACTIONS(4176), 2, anon_sym_COMMA, - ACTIONS(4379), 1, - anon_sym_RPAREN, - STATE(1994), 1, - aux_sym_anonymous_function_use_clause_repeat1, - [61259] = 3, - ACTIONS(1218), 1, + anon_sym_RBRACK, + [59515] = 3, + ACTIONS(1144), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1216), 2, + ACTIONS(1142), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61270] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1682), 1, - anon_sym_DOLLAR, - STATE(1654), 1, - sym_variable_name, - STATE(1876), 1, - sym_property_element, - [61283] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3449), 1, - anon_sym_COLON, - ACTIONS(4381), 1, - anon_sym_EQ_GT, - STATE(2570), 1, - sym__return_type, - [61296] = 3, - ACTIONS(1530), 1, + [59526] = 4, + ACTIONS(747), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4385), 1, - anon_sym_EQ, - ACTIONS(4383), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [61307] = 3, - ACTIONS(1306), 1, + ACTIONS(4178), 1, + anon_sym_COMMA, + STATE(1980), 1, + aux_sym_arguments_repeat1, + [59539] = 3, + ACTIONS(1100), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1304), 2, + ACTIONS(1098), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61318] = 3, - ACTIONS(1306), 1, + [59550] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4158), 1, + anon_sym_COMMA, + ACTIONS(4180), 1, + anon_sym_RBRACK, + STATE(1983), 1, + aux_sym__array_destructing_repeat1, + [59563] = 3, + ACTIONS(1248), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1304), 2, + ACTIONS(1246), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61329] = 3, - ACTIONS(1484), 1, + [59574] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4182), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [59583] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(472), 1, + sym__semicolon, + ACTIONS(3277), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59594] = 3, + ACTIONS(1140), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1482), 2, + ACTIONS(1138), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61340] = 3, - ACTIONS(1480), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + [59605] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(3652), 1, + anon_sym_LBRACE, + STATE(2504), 1, + sym__return_type, + [59618] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1478), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [61351] = 4, - ACTIONS(1530), 1, + ACTIONS(3084), 1, + anon_sym_AMP, + ACTIONS(4184), 1, + anon_sym_RPAREN, + STATE(1553), 1, + aux_sym_intersection_type_repeat1, + [59631] = 3, + ACTIONS(1398), 1, + sym_comment, + STATE(1921), 1, + sym__semicolon, + ACTIONS(3327), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59642] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4387), 1, + ACTIONS(4186), 1, anon_sym_COMMA, - ACTIONS(4389), 1, + ACTIONS(4188), 1, anon_sym_RPAREN, - STATE(2148), 1, + STATE(1995), 1, aux_sym_arguments_repeat1, - [61364] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3505), 1, - anon_sym_COMMA, - ACTIONS(4391), 1, - anon_sym_LBRACE, - STATE(1884), 1, - aux_sym_base_clause_repeat1, - [61377] = 3, - ACTIONS(1354), 1, + [59655] = 3, + ACTIONS(1084), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1352), 2, + ACTIONS(1082), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61388] = 4, - ACTIONS(1530), 1, + [59666] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3355), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4190), 1, + anon_sym_EQ_GT, + STATE(2307), 1, + sym__return_type, + [59679] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3629), 1, anon_sym_RPAREN, - ACTIONS(4393), 1, + ACTIONS(4192), 1, anon_sym_COMMA, - STATE(2146), 1, - aux_sym_unset_statement_repeat1, - [61401] = 3, - ACTIONS(1198), 1, - aux_sym_else_clause_token1, - ACTIONS(1530), 1, + STATE(2033), 1, + aux_sym_anonymous_function_use_clause_repeat1, + [59692] = 4, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1196), 2, - aux_sym_while_statement_token1, - aux_sym_else_if_clause_token1, - [61412] = 4, - ACTIONS(783), 1, + ACTIONS(4194), 1, anon_sym_RPAREN, - ACTIONS(1530), 1, + STATE(2053), 1, + aux_sym__list_destructing_repeat1, + [59705] = 4, + ACTIONS(809), 1, + anon_sym_RBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4396), 1, + ACTIONS(4196), 1, anon_sym_COMMA, - STATE(2042), 1, - aux_sym_arguments_repeat1, - [61425] = 4, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - ACTIONS(4398), 1, - anon_sym_RPAREN, - STATE(2433), 1, - sym_variable_name, - [61438] = 3, - ACTIONS(1346), 1, + STATE(1829), 1, + aux_sym_match_block_repeat1, + [59718] = 3, + ACTIONS(1024), 1, aux_sym_else_clause_token1, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1344), 2, + ACTIONS(1022), 2, aux_sym_while_statement_token1, aux_sym_else_if_clause_token1, - [61449] = 3, - ACTIONS(1530), 1, + [59729] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2212), 1, - sym_variable_name, - [61459] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1123), 1, - sym_compound_statement, - [61469] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4400), 1, - sym__new_line, - ACTIONS(4402), 1, - sym_heredoc_end, - [61479] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4404), 2, + STATE(1275), 1, + sym__semicolon, + ACTIONS(4198), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61487] = 2, - ACTIONS(1530), 1, + [59740] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4406), 2, + STATE(2024), 1, + sym__semicolon, + ACTIONS(461), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61495] = 3, - ACTIONS(1530), 1, + [59751] = 3, + ACTIONS(1372), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3547), 1, - anon_sym_LBRACE, - STATE(459), 1, - sym_enum_declaration_list, - [61505] = 3, - ACTIONS(1530), 1, + ACTIONS(1370), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [59762] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1690), 1, - anon_sym_BSLASH, - STATE(2398), 1, - aux_sym_namespace_name_repeat1, - [61515] = 3, - ACTIONS(1530), 1, + ACTIONS(4200), 1, + anon_sym_COMMA, + ACTIONS(4202), 1, + anon_sym_RPAREN, + STATE(1856), 1, + aux_sym_array_creation_expression_repeat1, + [59775] = 3, + ACTIONS(1080), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(2090), 1, - sym_formal_parameters, - [61525] = 3, - ACTIONS(1530), 1, + ACTIONS(1078), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [59786] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(966), 1, - sym_declaration_list, - [61535] = 2, - ACTIONS(1530), 1, + ACTIONS(3754), 1, + anon_sym_RBRACE, + ACTIONS(4204), 1, + anon_sym_COMMA, + STATE(2017), 1, + aux_sym_namespace_use_declaration_repeat1, + [59799] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4408), 2, + STATE(2034), 1, + sym__semicolon, + ACTIONS(4207), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61543] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2526), 1, - anon_sym_RPAREN, - ACTIONS(4410), 1, - anon_sym_EQ, - [61553] = 3, - ACTIONS(1530), 1, + [59810] = 3, + ACTIONS(1072), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4412), 1, - sym_name, - STATE(2490), 1, - sym_namespace_name, - [61563] = 3, - ACTIONS(1530), 1, + ACTIONS(1070), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [59821] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, + ACTIONS(1641), 1, anon_sym_DOLLAR, - STATE(2366), 1, + STATE(1596), 1, sym_variable_name, - [61573] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(444), 1, - sym_declaration_list, - [61583] = 3, - ACTIONS(1530), 1, + STATE(1784), 1, + sym_property_element, + [59834] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4209), 1, anon_sym_LBRACE, - STATE(1112), 1, - sym_compound_statement, - [61593] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4412), 1, - sym_name, - STATE(2545), 1, - sym_namespace_name, - [61603] = 3, - ACTIONS(1530), 1, + STATE(2377), 1, + sym__return_type, + [59847] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2361), 1, - sym_variable_name, - [61613] = 3, - ACTIONS(1530), 1, + ACTIONS(4211), 1, + aux_sym_namespace_use_clause_token3, + ACTIONS(3720), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [59858] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(1996), 1, - sym_variable_name, - [61623] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(4213), 1, + anon_sym_COMMA, + ACTIONS(4215), 1, + anon_sym_RBRACK, + STATE(1976), 1, + aux_sym_array_creation_expression_repeat1, + [59871] = 3, + ACTIONS(1124), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - STATE(1695), 1, - sym_compound_statement, - [61633] = 3, - ACTIONS(457), 1, - anon_sym_COLON, - ACTIONS(1530), 1, + ACTIONS(1122), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [59882] = 4, + ACTIONS(741), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - STATE(1930), 1, - sym_colon_block, - [61643] = 3, - ACTIONS(1530), 1, + ACTIONS(4217), 1, + anon_sym_COMMA, + STATE(1980), 1, + aux_sym_arguments_repeat1, + [59895] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4412), 1, - sym_name, - STATE(2537), 1, - sym_namespace_name, - [61653] = 2, - ACTIONS(1530), 1, + ACTIONS(4158), 1, + anon_sym_COMMA, + ACTIONS(4180), 1, + anon_sym_RBRACK, + STATE(1974), 1, + aux_sym__array_destructing_repeat1, + [59908] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4415), 2, + STATE(2045), 1, + sym__semicolon, + ACTIONS(4219), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61661] = 2, - ACTIONS(1530), 1, + [59919] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4417), 2, + ACTIONS(3082), 3, sym__automatic_semicolon, anon_sym_SEMI, - [61669] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2348), 1, - sym_variable_name, - [61679] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4419), 1, - anon_sym_SEMI, - ACTIONS(4421), 1, - sym__automatic_semicolon, - [61689] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1619), 1, - sym_formal_parameters, - [61699] = 2, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [59928] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4423), 2, + ACTIONS(3771), 1, + anon_sym_EQ, + ACTIONS(4221), 2, anon_sym_COMMA, anon_sym_RPAREN, - [61707] = 3, - ACTIONS(1530), 1, + [59939] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - STATE(1690), 1, - sym_declaration_list, - [61717] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2406), 1, - sym_variable_name, - [61727] = 3, - ACTIONS(1530), 1, + ACTIONS(4223), 1, + anon_sym_COMMA, + ACTIONS(4225), 1, + anon_sym_RPAREN, + STATE(2025), 1, + aux_sym_arguments_repeat1, + [59952] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3551), 1, - anon_sym_LBRACE, - STATE(1989), 1, - sym_enum_declaration_list, - [61737] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(4227), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [59961] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(1704), 1, - sym_compound_statement, - [61747] = 2, - ACTIONS(1530), 1, + STATE(1854), 1, + sym__semicolon, + ACTIONS(4229), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [59972] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4425), 2, + ACTIONS(4231), 1, anon_sym_COMMA, + ACTIONS(4234), 1, anon_sym_RPAREN, - [61755] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(2079), 1, - sym_formal_parameters, - [61765] = 3, - ACTIONS(1530), 1, + STATE(2033), 1, + aux_sym_anonymous_function_use_clause_repeat1, + [59985] = 3, + ACTIONS(1112), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(56), 1, - sym_parenthesized_expression, - [61775] = 3, - ACTIONS(1530), 1, + ACTIONS(1110), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [59996] = 3, + ACTIONS(1272), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2000), 1, - sym_variable_name, - [61785] = 2, - ACTIONS(1530), 1, + ACTIONS(1270), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60007] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4429), 2, + ACTIONS(4236), 3, anon_sym_COMMA, + anon_sym_EQ, anon_sym_RPAREN, - [61793] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4431), 1, - sym_name, - STATE(1804), 1, - sym_namespace_name, - [61803] = 3, - ACTIONS(1530), 1, + [60016] = 4, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(58), 1, - sym_parenthesized_expression, - [61813] = 2, - ACTIONS(1530), 1, + ACTIONS(4238), 1, + anon_sym_RPAREN, + STATE(2053), 1, + aux_sym__list_destructing_repeat1, + [60029] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4433), 2, + STATE(1841), 1, + sym__semicolon, + ACTIONS(4240), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61821] = 3, - ACTIONS(1530), 1, + [60040] = 3, + ACTIONS(1068), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4268), 1, - anon_sym_LPAREN, - STATE(2352), 1, - sym_parenthesized_expression, - [61831] = 3, - ACTIONS(1530), 1, + ACTIONS(1066), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60051] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1631), 1, - sym_formal_parameters, - [61841] = 2, - ACTIONS(1530), 1, + ACTIONS(4242), 1, + anon_sym_COMMA, + ACTIONS(4244), 1, + anon_sym_RBRACK, + STATE(1914), 1, + aux_sym_attribute_group_repeat1, + [60064] = 3, + ACTIONS(1176), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4435), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [61849] = 3, - ACTIONS(1530), 1, + ACTIONS(1174), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60075] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4268), 1, - anon_sym_LPAREN, - STATE(1947), 1, - sym_parenthesized_expression, - [61859] = 2, - ACTIONS(1530), 1, + ACTIONS(4246), 1, + anon_sym_DQUOTE, + ACTIONS(4248), 1, + anon_sym_SQUOTE, + ACTIONS(4250), 1, + sym_heredoc_start, + [60088] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4437), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [61867] = 2, - ACTIONS(1530), 1, + ACTIONS(4252), 3, + anon_sym_COMMA, + anon_sym_EQ, + anon_sym_RPAREN, + [60097] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3975), 2, + STATE(449), 1, + sym__semicolon, + ACTIONS(4254), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61875] = 3, - ACTIONS(1530), 1, + [60108] = 3, + ACTIONS(1108), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(435), 1, - sym_declaration_list, - [61885] = 3, - ACTIONS(1530), 1, + ACTIONS(1106), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60119] = 3, + ACTIONS(1092), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(2032), 1, - sym_formal_parameters, - [61895] = 3, - ACTIONS(1530), 1, + ACTIONS(1090), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60130] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1641), 1, - sym_formal_parameters, - [61905] = 2, - ACTIONS(1530), 1, + ACTIONS(4258), 1, + anon_sym_EQ, + ACTIONS(4256), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60141] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4028), 2, + STATE(2049), 1, + sym__semicolon, + ACTIONS(4260), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61913] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3473), 1, - anon_sym_LBRACE, - STATE(448), 1, - sym_declaration_list, - [61923] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3547), 1, - anon_sym_LBRACE, - STATE(464), 1, - sym_enum_declaration_list, - [61933] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4439), 2, - anon_sym_string, - anon_sym_int, - [61941] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1060), 1, - sym_compound_statement, - [61951] = 2, - ACTIONS(1530), 1, + [60152] = 3, + ACTIONS(1012), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4441), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [61959] = 2, - ACTIONS(1530), 1, + ACTIONS(1010), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60163] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4443), 2, + STATE(1996), 1, + sym__semicolon, + ACTIONS(4262), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61967] = 3, - ACTIONS(1530), 1, + [60174] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4264), 1, anon_sym_LBRACE, - STATE(1084), 1, - sym_declaration_list, - [61977] = 3, - ACTIONS(1530), 1, + STATE(2383), 1, + sym__return_type, + [60187] = 4, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - STATE(1055), 1, - sym_declaration_list, - [61987] = 2, - ACTIONS(1530), 1, + ACTIONS(4266), 1, + anon_sym_RPAREN, + STATE(2053), 1, + aux_sym__list_destructing_repeat1, + [60200] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1600), 1, + anon_sym_RPAREN, + ACTIONS(4268), 1, + anon_sym_COMMA, + STATE(2053), 1, + aux_sym__list_destructing_repeat1, + [60213] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3898), 2, + STATE(1994), 1, + sym__semicolon, + ACTIONS(4271), 2, sym__automatic_semicolon, anon_sym_SEMI, - [61995] = 3, - ACTIONS(1530), 1, + [60224] = 3, + ACTIONS(1180), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(1985), 1, - sym_declaration_list, - [62005] = 2, - ACTIONS(1530), 1, + ACTIONS(1178), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60235] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(479), 2, + STATE(444), 1, + sym__semicolon, + ACTIONS(457), 2, sym__automatic_semicolon, anon_sym_SEMI, - [62013] = 2, - ACTIONS(1530), 1, + [60246] = 3, + ACTIONS(1152), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4445), 2, - anon_sym_SEMI, + ACTIONS(1150), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60257] = 4, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3411), 1, anon_sym_COLON, - [62021] = 2, - ACTIONS(1530), 1, + ACTIONS(4273), 1, + anon_sym_LBRACE, + STATE(2472), 1, + sym__return_type, + [60270] = 3, + ACTIONS(1344), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1342), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60281] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4447), 2, + ACTIONS(4277), 1, + anon_sym_EQ, + ACTIONS(4275), 2, anon_sym_COMMA, anon_sym_RPAREN, - [62029] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2186), 1, - sym_variable_name, - [62039] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1054), 1, - sym_compound_statement, - [62049] = 2, - ACTIONS(1530), 1, + [60292] = 4, + ACTIONS(737), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4239), 2, + ACTIONS(4279), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [62057] = 2, - ACTIONS(1530), 1, + STATE(1980), 1, + aux_sym_arguments_repeat1, + [60305] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4449), 2, + ACTIONS(3813), 3, sym__automatic_semicolon, anon_sym_SEMI, - [62065] = 2, - ACTIONS(1530), 1, + anon_sym_COMMA, + [60314] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3321), 2, + ACTIONS(3771), 1, + anon_sym_EQ, + ACTIONS(4281), 2, anon_sym_COMMA, anon_sym_RBRACK, - [62073] = 2, - ACTIONS(1530), 1, + [60325] = 3, + ACTIONS(1212), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2570), 2, + ACTIONS(1210), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60336] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3783), 3, + sym__automatic_semicolon, + anon_sym_SEMI, anon_sym_COMMA, - anon_sym_RPAREN, - [62081] = 3, - ACTIONS(1530), 1, + [60345] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2544), 1, + ACTIONS(4056), 3, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(4410), 1, - anon_sym_EQ, - [62091] = 3, - ACTIONS(29), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(558), 1, - sym_compound_statement, - [62101] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(948), 1, - sym_compound_statement, - [62111] = 2, - ACTIONS(1530), 1, + anon_sym_RBRACK, + [60354] = 4, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3871), 2, - anon_sym_EQ, + ACTIONS(1589), 1, anon_sym_RPAREN, - [62119] = 2, - ACTIONS(1530), 1, + STATE(2037), 1, + aux_sym__list_destructing_repeat1, + [60367] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2590), 2, + ACTIONS(4283), 1, anon_sym_COMMA, + ACTIONS(4286), 1, anon_sym_RPAREN, - [62127] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4451), 2, - anon_sym_LBRACE, - anon_sym_COLON, - [62135] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1108), 1, - sym_compound_statement, - [62145] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(1697), 1, - sym_compound_statement, - [62155] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(943), 1, - sym_compound_statement, - [62165] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(19), 1, - sym_parenthesized_expression, - [62175] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4268), 1, - anon_sym_LPAREN, - STATE(2369), 1, - sym_parenthesized_expression, - [62185] = 3, - ACTIONS(1530), 1, + STATE(2068), 1, + aux_sym_formal_parameters_repeat1, + [60380] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4268), 1, - anon_sym_LPAREN, - STATE(1949), 1, - sym_parenthesized_expression, - [62195] = 3, - ACTIONS(1530), 1, + ACTIONS(4056), 1, + anon_sym_RBRACK, + ACTIONS(4288), 1, + anon_sym_COMMA, + STATE(2069), 1, + aux_sym_array_creation_expression_repeat1, + [60393] = 4, + ACTIONS(818), 1, + anon_sym_COMMA, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(1589), 1, anon_sym_RPAREN, - ACTIONS(4410), 1, - anon_sym_EQ, - [62205] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3116), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3118), 1, - aux_sym__arrow_function_header_token1, - [62215] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + STATE(2053), 1, + aux_sym__list_destructing_repeat1, + [60406] = 3, + ACTIONS(1292), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - STATE(961), 1, - sym_compound_statement, - [62225] = 2, - ACTIONS(1530), 1, + ACTIONS(1290), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60417] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2588), 2, + ACTIONS(4291), 1, anon_sym_COMMA, - anon_sym_RPAREN, - [62233] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4453), 1, - sym__new_line, - ACTIONS(4455), 1, - sym_heredoc_end, - [62243] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2112), 1, - sym_variable_name, - [62253] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(485), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62261] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4457), 1, - sym__new_line, - ACTIONS(4459), 1, - sym_heredoc_end, - [62271] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4461), 1, - anon_sym_LBRACE, - STATE(432), 1, - sym_compound_statement, - [62281] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2428), 1, - anon_sym_COLON, - ACTIONS(4463), 1, - anon_sym_LPAREN, - [62291] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4465), 1, - anon_sym_LPAREN, - STATE(1663), 1, - sym_formal_parameters, - [62301] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3092), 1, - aux_sym_namespace_use_declaration_token2, - ACTIONS(3094), 1, - aux_sym__arrow_function_header_token1, - [62311] = 2, - ACTIONS(1530), 1, + ACTIONS(4294), 1, + anon_sym_RBRACK, + STATE(2072), 1, + aux_sym_attribute_group_repeat1, + [60430] = 3, + ACTIONS(1236), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4467), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62319] = 3, - ACTIONS(1530), 1, + ACTIONS(1234), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60441] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(34), 1, - sym_parenthesized_expression, - [62329] = 3, - ACTIONS(1530), 1, + ACTIONS(4296), 1, + anon_sym_COMMA, + ACTIONS(4298), 1, + anon_sym_RPAREN, + STATE(2076), 1, + aux_sym_arguments_repeat1, + [60454] = 3, + ACTIONS(1224), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - STATE(1721), 1, - sym_declaration_list, - [62339] = 2, - ACTIONS(1530), 1, + ACTIONS(1222), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60465] = 4, + ACTIONS(757), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4300), 1, + anon_sym_COMMA, + STATE(1980), 1, + aux_sym_arguments_repeat1, + [60478] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4469), 2, + ACTIONS(4302), 3, sym__automatic_semicolon, anon_sym_SEMI, - [62347] = 3, - ACTIONS(1530), 1, + anon_sym_LBRACE, + [60487] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4471), 1, + ACTIONS(3364), 1, + anon_sym_BSLASH, + ACTIONS(4304), 1, sym_name, - STATE(2426), 1, - sym_namespace_name, - [62357] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(2182), 1, - sym_variable_name, - [62367] = 2, - ACTIONS(1530), 1, + STATE(1806), 1, + aux_sym_namespace_name_repeat1, + [60500] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4474), 2, + STATE(1321), 1, + sym__semicolon, + ACTIONS(4306), 2, sym__automatic_semicolon, anon_sym_SEMI, - [62375] = 2, - ACTIONS(1530), 1, + [60511] = 3, + ACTIONS(1044), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4476), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62383] = 3, - ACTIONS(1530), 1, + ACTIONS(1042), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60522] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(59), 1, - sym_parenthesized_expression, - [62393] = 3, - ACTIONS(1530), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4308), 1, + anon_sym_LBRACE, + STATE(2373), 1, + sym__return_type, + [60535] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, + ACTIONS(3822), 3, + anon_sym_RPAREN, + anon_sym_PIPE, anon_sym_DOLLAR, - STATE(2177), 1, - sym_variable_name, - [62403] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4478), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62411] = 2, - ACTIONS(1530), 1, + [60544] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4264), 2, + ACTIONS(4312), 1, + anon_sym_EQ, + ACTIONS(4310), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [62419] = 3, - ACTIONS(1530), 1, + anon_sym_RPAREN, + [60555] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4412), 1, + ACTIONS(1665), 1, + anon_sym_AMP, + ACTIONS(4314), 1, sym_name, - STATE(2436), 1, - sym_namespace_name, - [62429] = 3, - ACTIONS(1530), 1, + STATE(2414), 1, + sym_reference_modifier, + [60568] = 3, + ACTIONS(1052), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1146), 1, - sym_compound_statement, - [62439] = 2, - ACTIONS(1530), 1, + ACTIONS(1050), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60579] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4480), 2, - anon_sym_string, - anon_sym_int, - [62447] = 2, - ACTIONS(1530), 1, + ACTIONS(3411), 1, + anon_sym_COLON, + ACTIONS(4316), 1, + anon_sym_EQ_GT, + STATE(2370), 1, + sym__return_type, + [60592] = 3, + ACTIONS(1056), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4060), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [62455] = 2, - ACTIONS(1530), 1, + ACTIONS(1054), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60603] = 3, + ACTIONS(1232), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1230), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60614] = 3, + ACTIONS(1064), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1062), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60625] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4482), 2, + ACTIONS(4318), 1, anon_sym_COMMA, - anon_sym_RBRACK, - [62463] = 2, - ACTIONS(1530), 1, + ACTIONS(4320), 1, + anon_sym_RPAREN, + STATE(2061), 1, + aux_sym_arguments_repeat1, + [60638] = 4, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4485), 2, - anon_sym_LBRACE, + ACTIONS(3411), 1, anon_sym_COLON, - [62471] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4487), 1, - sym_nowdoc_string, - STATE(1786), 1, - aux_sym_nowdoc_body_repeat1, - [62481] = 2, - ACTIONS(1530), 1, + ACTIONS(4322), 1, + anon_sym_EQ_GT, + STATE(2296), 1, + sym__return_type, + [60651] = 3, + ACTIONS(1328), 1, + aux_sym_else_clause_token1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4489), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62489] = 3, - ACTIONS(3), 1, + ACTIONS(1326), 2, + aux_sym_while_statement_token1, + aux_sym_else_if_clause_token1, + [60662] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4491), 1, - sym__new_line, - ACTIONS(4493), 1, - sym_heredoc_end, - [62499] = 2, - ACTIONS(1530), 1, + ACTIONS(4324), 1, + anon_sym_LBRACE, + STATE(415), 1, + sym_compound_statement, + [60672] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4495), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62507] = 3, - ACTIONS(1530), 1, + ACTIONS(3771), 2, + anon_sym_EQ, + anon_sym_RPAREN, + [60680] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4497), 1, + ACTIONS(1571), 1, anon_sym_LPAREN, - STATE(2264), 1, - sym_parenthesized_expression, - [62517] = 2, - ACTIONS(1530), 1, + STATE(558), 1, + sym_arguments, + [60690] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4244), 2, + ACTIONS(4326), 2, anon_sym_COMMA, - anon_sym_RPAREN, - [62525] = 2, - ACTIONS(1530), 1, + anon_sym_RBRACK, + [60698] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3754), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [60706] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4151), 2, + ACTIONS(3323), 1, anon_sym_LBRACE, - anon_sym_EQ_GT, - [62533] = 3, - ACTIONS(1530), 1, + STATE(452), 1, + sym_declaration_list, + [60716] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, + ACTIONS(1940), 1, anon_sym_LPAREN, - STATE(76), 1, - sym_parenthesized_expression, - [62543] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(2558), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [62551] = 3, - ACTIONS(1530), 1, + STATE(879), 1, + sym_arguments, + [60726] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1894), 1, anon_sym_LPAREN, - STATE(1983), 1, - sym_formal_parameters, - [62561] = 3, - ACTIONS(1530), 1, + STATE(784), 1, + sym_arguments, + [60736] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1894), 1, anon_sym_LPAREN, - STATE(1576), 1, - sym_formal_parameters, - [62571] = 3, - ACTIONS(1530), 1, + STATE(794), 1, + sym_arguments, + [60746] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, - STATE(1067), 1, - sym_compound_statement, - [62581] = 2, - ACTIONS(1530), 1, + STATE(453), 1, + sym_declaration_list, + [60756] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4499), 2, + ACTIONS(4329), 2, sym__automatic_semicolon, anon_sym_SEMI, - [62589] = 3, - ACTIONS(1530), 1, + [60764] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1070), 1, - sym_compound_statement, - [62599] = 2, - ACTIONS(1530), 1, + ACTIONS(4331), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60772] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4501), 2, + ACTIONS(4333), 2, anon_sym_COMMA, anon_sym_RPAREN, - [62607] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + [60780] = 2, + ACTIONS(1398), 1, sym_comment, - STATE(1968), 1, - sym_compound_statement, - [62617] = 3, - ACTIONS(1530), 1, + ACTIONS(2899), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60788] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1074), 1, - sym_compound_statement, - [62627] = 3, - ACTIONS(1530), 1, + ACTIONS(4294), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [60796] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1149), 1, - sym_compound_statement, - [62637] = 2, - ACTIONS(1530), 1, + ACTIONS(4335), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60804] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4339), 2, + ACTIONS(4337), 2, anon_sym_COMMA, anon_sym_RPAREN, - [62645] = 3, - ACTIONS(1530), 1, + [60812] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1077), 1, - sym_compound_statement, - [62655] = 3, - ACTIONS(1530), 1, + ACTIONS(4339), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60820] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3473), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, - STATE(446), 1, + STATE(481), 1, sym_declaration_list, - [62665] = 2, - ACTIONS(1530), 1, + [60830] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3523), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62673] = 3, - ACTIONS(1530), 1, + ACTIONS(4341), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60838] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1085), 1, - sym_compound_statement, - [62683] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2112), 1, + sym_variable_name, + [60848] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1648), 2, + ACTIONS(4343), 2, anon_sym_COMMA, anon_sym_RPAREN, - [62691] = 3, - ACTIONS(1530), 1, + [60856] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(1940), 1, + anon_sym_LPAREN, + STATE(860), 1, + sym_arguments, + [60866] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3323), 1, anon_sym_LBRACE, - STATE(1097), 1, + STATE(420), 1, sym_declaration_list, - [62701] = 3, - ACTIONS(1530), 1, + [60876] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1617), 1, - sym_formal_parameters, - [62711] = 3, - ACTIONS(3), 1, + ACTIONS(4122), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [60884] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4503), 1, - sym__new_line, - ACTIONS(4505), 1, - sym_heredoc_end, - [62721] = 3, - ACTIONS(1530), 1, + ACTIONS(4286), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60892] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3111), 1, anon_sym_LBRACE, - STATE(1095), 1, + STATE(865), 1, sym_declaration_list, - [62731] = 2, - ACTIONS(1530), 1, + [60902] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4507), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62739] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2288), 1, + sym_variable_name, + [60912] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4509), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62747] = 2, - ACTIONS(1530), 1, + ACTIONS(4345), 2, + anon_sym_LBRACE, + anon_sym_COLON, + [60920] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4511), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62755] = 2, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(43), 1, + sym_parenthesized_expression, + [60930] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4513), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62763] = 3, - ACTIONS(1530), 1, + ACTIONS(4234), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [60938] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, - anon_sym_LPAREN, - STATE(1611), 1, - sym_formal_parameters, - [62773] = 3, - ACTIONS(1530), 1, + ACTIONS(4349), 1, + anon_sym_LBRACE, + STATE(1001), 1, + sym_compound_statement, + [60948] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3443), 1, anon_sym_LBRACE, - STATE(915), 1, - sym_declaration_list, - [62783] = 2, - ACTIONS(1530), 1, + STATE(455), 1, + sym_enum_declaration_list, + [60958] = 3, + ACTIONS(29), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3463), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62791] = 2, - ACTIONS(1530), 1, + STATE(457), 1, + sym_compound_statement, + [60968] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(503), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62799] = 2, - ACTIONS(1530), 1, + ACTIONS(4108), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [60976] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4515), 2, + ACTIONS(4351), 2, anon_sym_string, anon_sym_int, - [62807] = 3, - ACTIONS(1530), 1, + [60984] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1651), 1, anon_sym_LPAREN, - STATE(1584), 1, - sym_formal_parameters, - [62817] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + STATE(640), 1, + sym_arguments, + [60994] = 3, + ACTIONS(3), 1, sym_comment, - STATE(973), 1, - sym_compound_statement, - [62827] = 3, - ACTIONS(1530), 1, + ACTIONS(4353), 1, + sym__new_line, + ACTIONS(4355), 1, + sym_heredoc_end, + [61004] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(23), 1, - sym_parenthesized_expression, - [62837] = 2, - ACTIONS(1530), 1, + ACTIONS(4357), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61012] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(509), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62845] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2289), 1, + sym_variable_name, + [61022] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2464), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62853] = 3, - ACTIONS(403), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + STATE(695), 1, + sym_declaration_list, + [61032] = 3, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - STATE(1676), 1, + STATE(1635), 1, sym_compound_statement, - [62863] = 2, - ACTIONS(1530), 1, + [61042] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4517), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62871] = 2, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + STATE(1992), 1, + sym_declaration_list, + [61052] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4519), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62879] = 3, - ACTIONS(1530), 1, + ACTIONS(3568), 1, + anon_sym_LBRACE, + STATE(1991), 1, + sym_enum_declaration_list, + [61062] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(1678), 1, + STATE(692), 1, sym_declaration_list, - [62889] = 2, - ACTIONS(1530), 1, + [61072] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4521), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [62897] = 3, - ACTIONS(403), 1, + ACTIONS(3443), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(971), 1, - sym_compound_statement, - [62907] = 3, - ACTIONS(1530), 1, + STATE(506), 1, + sym_enum_declaration_list, + [61082] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2562), 1, - anon_sym_RPAREN, - ACTIONS(4410), 1, - anon_sym_EQ, - [62917] = 2, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + STATE(691), 1, + sym_declaration_list, + [61092] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4109), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [62925] = 3, - ACTIONS(1530), 1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(507), 1, + sym_declaration_list, + [61102] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, + ACTIONS(1651), 1, anon_sym_LPAREN, - STATE(21), 1, - sym_parenthesized_expression, - [62935] = 3, - ACTIONS(403), 1, + STATE(659), 1, + sym_arguments, + [61112] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1600), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61120] = 3, + ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - STATE(968), 1, + STATE(1620), 1, sym_compound_statement, - [62945] = 3, - ACTIONS(1530), 1, + [61130] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(934), 1, - sym_declaration_list, - [62955] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(1627), 1, + sym_variable_name, + [61140] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4523), 2, + ACTIONS(4359), 2, anon_sym_COMMA, - anon_sym_RBRACK, - [62963] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3551), 1, - anon_sym_LBRACE, - STATE(2121), 1, - sym_enum_declaration_list, - [62973] = 2, - ACTIONS(1530), 1, + anon_sym_RPAREN, + [61148] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4525), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [62981] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + STATE(761), 1, + sym_arguments, + [61158] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(967), 1, - sym_compound_statement, - [62991] = 3, - ACTIONS(403), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(965), 1, - sym_compound_statement, - [63001] = 3, - ACTIONS(1530), 1, + STATE(1938), 1, + sym_declaration_list, + [61168] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3936), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(518), 1, + STATE(1927), 1, sym_declaration_list, - [63011] = 2, - ACTIONS(1530), 1, + [61178] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4210), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [63019] = 3, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1597), 1, + sym_formal_parameters, + [61188] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3473), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(447), 1, + STATE(1924), 1, sym_declaration_list, - [63029] = 3, + [61198] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4527), 1, + ACTIONS(4361), 1, sym__new_line, - ACTIONS(4529), 1, + ACTIONS(4363), 1, sym_heredoc_end, - [63039] = 3, - ACTIONS(1530), 1, + [61208] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4365), 2, + anon_sym_LBRACE, + anon_sym_COLON, + [61216] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1663), 1, anon_sym_LPAREN, - STATE(1997), 1, - sym_formal_parameters, - [63049] = 3, + STATE(703), 1, + sym_arguments, + [61226] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4531), 1, + ACTIONS(4367), 1, sym__new_line, - ACTIONS(4533), 1, + ACTIONS(4369), 1, sym_heredoc_end, - [63059] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(960), 1, - sym_declaration_list, - [63069] = 2, - ACTIONS(1530), 1, + [61236] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4535), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63077] = 3, - ACTIONS(1530), 1, + ACTIONS(4371), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [61244] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3473), 1, + ACTIONS(3111), 1, anon_sym_LBRACE, - STATE(436), 1, + STATE(867), 1, sym_declaration_list, - [63087] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4537), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63095] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4539), 1, - anon_sym_SEMI, - ACTIONS(4541), 1, - sym__automatic_semicolon, - [63105] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + [61254] = 2, + ACTIONS(1398), 1, sym_comment, - STATE(1694), 1, - sym_compound_statement, - [63115] = 2, - ACTIONS(1530), 1, + ACTIONS(2443), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61262] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4543), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63123] = 3, - ACTIONS(1530), 1, + ACTIONS(4374), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61270] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(1129), 1, + STATE(686), 1, sym_declaration_list, - [63133] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4545), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63141] = 3, - ACTIONS(1530), 1, + [61280] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3473), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(440), 1, + STATE(685), 1, sym_declaration_list, - [63151] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4463), 1, - anon_sym_LPAREN, - ACTIONS(4547), 1, - anon_sym_RPAREN, - [63161] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3886), 2, - anon_sym_COMMA, - anon_sym_RBRACE, - [63169] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4549), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63177] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4551), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63185] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3365), 1, + [61290] = 3, + ACTIONS(29), 1, anon_sym_LBRACE, - STATE(1702), 1, - sym_declaration_list, - [63195] = 3, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3094), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(4553), 1, - aux_sym_namespace_use_declaration_token2, - [63205] = 3, - ACTIONS(1530), 1, + STATE(508), 1, + sym_compound_statement, + [61300] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4497), 1, + ACTIONS(1663), 1, anon_sym_LPAREN, - STATE(2376), 1, - sym_parenthesized_expression, - [63215] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4555), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63223] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4461), 1, + STATE(715), 1, + sym_arguments, + [61310] = 3, + ACTIONS(378), 1, anon_sym_LBRACE, - STATE(431), 1, + ACTIONS(1398), 1, + sym_comment, + STATE(1604), 1, sym_compound_statement, - [63233] = 2, - ACTIONS(1530), 1, + [61320] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4557), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63241] = 3, - ACTIONS(1530), 1, + ACTIONS(4149), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [61328] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3568), 1, anon_sym_LBRACE, - STATE(1117), 1, - sym_compound_statement, - [63251] = 3, - ACTIONS(1530), 1, + STATE(1851), 1, + sym_enum_declaration_list, + [61338] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(1121), 1, - sym_compound_statement, - [63261] = 3, - ACTIONS(3), 1, - sym_comment, - ACTIONS(4559), 1, - sym__new_line, - ACTIONS(4561), 1, - sym_heredoc_end, - [63271] = 2, - ACTIONS(1530), 1, + STATE(1847), 1, + sym_declaration_list, + [61348] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4563), 2, + ACTIONS(4376), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63279] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(1715), 1, - anon_sym_DOLLAR, - STATE(1913), 1, - sym_variable_name, - [63289] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4565), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63297] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4567), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63305] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4569), 1, - anon_sym_LBRACE, - STATE(1109), 1, - sym_match_block, - [63315] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3118), 1, - aux_sym__arrow_function_header_token1, - ACTIONS(4571), 1, - aux_sym_namespace_use_declaration_token2, - [63325] = 3, - ACTIONS(1530), 1, + [61356] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(1705), 1, + STATE(1823), 1, sym_declaration_list, - [63335] = 3, - ACTIONS(1530), 1, + [61366] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(3031), 1, anon_sym_LPAREN, - STATE(1629), 1, + STATE(1832), 1, sym_formal_parameters, - [63345] = 3, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(3381), 1, - anon_sym_LBRACE, - STATE(928), 1, - sym_declaration_list, - [63355] = 3, - ACTIONS(1530), 1, + [61376] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3547), 1, + ACTIONS(3568), 1, anon_sym_LBRACE, - STATE(483), 1, + STATE(1820), 1, sym_enum_declaration_list, - [63365] = 3, - ACTIONS(1530), 1, + [61386] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3473), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, - STATE(445), 1, + STATE(478), 1, sym_declaration_list, - [63375] = 3, - ACTIONS(1530), 1, + [61396] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1124), 1, - sym_compound_statement, - [63385] = 3, - ACTIONS(1530), 1, + ACTIONS(4378), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [61404] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3547), 1, - anon_sym_LBRACE, - STATE(493), 1, - sym_enum_declaration_list, - [63395] = 2, - ACTIONS(1530), 1, + ACTIONS(4380), 2, + anon_sym_SEMI, + anon_sym_COLON, + [61412] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4573), 2, - anon_sym_COMMA, - anon_sym_RPAREN, - [63403] = 3, - ACTIONS(1530), 1, + ACTIONS(4382), 1, + sym__new_line, + ACTIONS(4384), 1, + sym_heredoc_end, + [61422] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4386), 1, + sym__new_line, + ACTIONS(4388), 1, + sym_heredoc_end, + [61432] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(1715), 1, + ACTIONS(1679), 1, anon_sym_DOLLAR, - STATE(2275), 1, + STATE(1638), 1, sym_variable_name, - [63413] = 2, - ACTIONS(1530), 1, + [61442] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4575), 2, - anon_sym_string, - anon_sym_int, - [63421] = 3, - ACTIONS(403), 1, + ACTIONS(4156), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61450] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + STATE(738), 1, + sym_declaration_list, + [61460] = 3, + ACTIONS(3), 1, sym_comment, - STATE(933), 1, - sym_compound_statement, - [63431] = 3, - ACTIONS(1530), 1, + ACTIONS(4390), 1, + sym__new_line, + ACTIONS(4392), 1, + sym_heredoc_end, + [61470] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4394), 1, + sym_nowdoc_string, + STATE(1749), 1, + aux_sym_nowdoc_body_repeat1, + [61480] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3936), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(506), 1, + STATE(746), 1, sym_declaration_list, - [63441] = 2, - ACTIONS(1530), 1, + [61490] = 3, + ACTIONS(3), 1, + sym_comment, + ACTIONS(4396), 1, + sym__new_line, + ACTIONS(4398), 1, + sym_heredoc_end, + [61500] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(80), 1, + sym_parenthesized_expression, + [61510] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(57), 1, + sym_parenthesized_expression, + [61520] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4577), 2, + ACTIONS(4400), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63449] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4579), 2, - anon_sym_LBRACE, - anon_sym_COLON, - [63457] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + [61528] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(1917), 1, - sym_compound_statement, - [63467] = 3, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2212), 1, + sym_variable_name, + [61538] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4581), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(977), 1, - sym_match_block, - [63477] = 3, - ACTIONS(1530), 1, + STATE(2089), 1, + sym_declaration_list, + [61548] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, - STATE(1711), 1, + STATE(495), 1, sym_declaration_list, - [63487] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4583), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63495] = 3, - ACTIONS(403), 1, + [61558] = 3, + ACTIONS(378), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - STATE(929), 1, + STATE(1651), 1, sym_compound_statement, - [63505] = 2, - ACTIONS(1530), 1, + [61568] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2464), 2, - anon_sym_SEMI, - anon_sym_RPAREN, - [63513] = 2, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(65), 1, + sym_parenthesized_expression, + [61578] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4585), 2, - anon_sym_COMMA, - anon_sym_RBRACK, - [63521] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1902), 1, + anon_sym_LPAREN, + STATE(2255), 1, + sym_parenthesized_expression, + [61588] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(936), 1, - sym_compound_statement, - [63531] = 2, - ACTIONS(1530), 1, + ACTIONS(1902), 1, + anon_sym_LPAREN, + STATE(1880), 1, + sym_parenthesized_expression, + [61598] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4588), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63539] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1902), 1, + anon_sym_LPAREN, + STATE(1899), 1, + sym_parenthesized_expression, + [61608] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(932), 1, - sym_compound_statement, - [63549] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(1902), 1, + anon_sym_LPAREN, + STATE(2245), 1, + sym_parenthesized_expression, + [61618] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(918), 1, - sym_compound_statement, - [63559] = 3, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(2002), 1, + sym_formal_parameters, + [61628] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3455), 1, - anon_sym_LBRACE, - STATE(1082), 1, - sym_compound_statement, - [63569] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1819), 1, + sym_formal_parameters, + [61638] = 2, + ACTIONS(1398), 1, sym_comment, - STATE(927), 1, - sym_compound_statement, - [63579] = 3, - ACTIONS(1530), 1, + ACTIONS(4402), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [61646] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3551), 1, - anon_sym_LBRACE, - STATE(2043), 1, - sym_enum_declaration_list, - [63589] = 3, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(67), 1, + sym_parenthesized_expression, + [61656] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, + ACTIONS(4347), 1, anon_sym_LPAREN, - STATE(75), 1, + STATE(66), 1, sym_parenthesized_expression, - [63599] = 3, - ACTIONS(1530), 1, + [61666] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3178), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [61674] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3215), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61682] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3199), 1, + ACTIONS(1416), 1, anon_sym_LPAREN, - STATE(2047), 1, - sym_formal_parameters, - [63609] = 3, - ACTIONS(3), 1, + STATE(527), 1, + sym_arguments, + [61692] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4590), 1, - sym__new_line, - ACTIONS(4592), 1, - sym_heredoc_end, - [63619] = 3, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(44), 1, + sym_parenthesized_expression, + [61702] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, - anon_sym_LBRACE, - STATE(1732), 1, - sym_declaration_list, - [63629] = 3, + ACTIONS(4281), 2, + anon_sym_COMMA, + anon_sym_RBRACK, + [61710] = 3, ACTIONS(3), 1, sym_comment, - ACTIONS(4594), 1, + ACTIONS(4404), 1, sym__new_line, - ACTIONS(4596), 1, + ACTIONS(4406), 1, sym_heredoc_end, - [63639] = 3, - ACTIONS(1530), 1, + [61720] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4461), 1, - anon_sym_LBRACE, - STATE(430), 1, - sym_compound_statement, - [63649] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2131), 1, + sym_variable_name, + [61730] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4598), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63657] = 3, - ACTIONS(403), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, + STATE(753), 1, + sym_declaration_list, + [61740] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(949), 1, - sym_compound_statement, - [63667] = 2, - ACTIONS(1530), 1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(845), 1, + sym_declaration_list, + [61750] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4600), 2, + ACTIONS(4408), 2, sym__automatic_semicolon, anon_sym_SEMI, - [63675] = 3, - ACTIONS(1530), 1, + [61758] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3111), 1, anon_sym_LBRACE, - STATE(920), 1, + STATE(846), 1, sym_declaration_list, - [63685] = 2, - ACTIONS(1530), 1, + [61768] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3201), 2, + ACTIONS(4410), 1, + anon_sym_LPAREN, + STATE(1973), 1, + sym_parenthesized_expression, + [61778] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4412), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63693] = 2, - ACTIONS(1530), 1, + [61786] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4602), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63701] = 3, - ACTIONS(1530), 1, + ACTIONS(4414), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61794] = 3, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4427), 1, - anon_sym_LPAREN, - STATE(35), 1, - sym_parenthesized_expression, - [63711] = 2, - ACTIONS(1530), 1, + STATE(1618), 1, + sym_compound_statement, + [61804] = 3, + ACTIONS(348), 1, + anon_sym_COLON, + ACTIONS(1398), 1, + sym_comment, + STATE(2471), 1, + sym_colon_block, + [61814] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4416), 2, + anon_sym_string, + anon_sym_int, + [61822] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1649), 2, + anon_sym_BSLASH, + sym_name, + [61830] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4604), 2, + ACTIONS(4418), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63719] = 3, - ACTIONS(1530), 1, + [61838] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4420), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61846] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(1128), 1, + STATE(1844), 1, sym_declaration_list, - [63729] = 2, - ACTIONS(1530), 1, + [61856] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4606), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63737] = 3, - ACTIONS(1530), 1, + ACTIONS(4422), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61864] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4608), 1, - anon_sym_BSLASH, - STATE(1696), 1, - aux_sym_namespace_name_repeat1, - [63747] = 3, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1588), 1, + sym_formal_parameters, + [61874] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4611), 1, - anon_sym_SEMI, - ACTIONS(4613), 1, - sym__automatic_semicolon, - [63757] = 2, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(2086), 1, + sym_formal_parameters, + [61884] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4310), 2, + ACTIONS(4424), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [63765] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4615), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63773] = 3, - ACTIONS(1530), 1, + anon_sym_RPAREN, + [61892] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4465), 1, + ACTIONS(3031), 1, anon_sym_LPAREN, - STATE(1665), 1, + STATE(1949), 1, sym_formal_parameters, - [63783] = 2, - ACTIONS(1530), 1, + [61902] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4129), 2, + ACTIONS(4426), 2, anon_sym_COMMA, - anon_sym_RBRACE, - [63791] = 2, - ACTIONS(1530), 1, + anon_sym_RPAREN, + [61910] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4617), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63799] = 3, - ACTIONS(1530), 1, + ACTIONS(2903), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [61918] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4619), 1, - anon_sym_SEMI, - ACTIONS(4621), 1, - sym__automatic_semicolon, - [63809] = 2, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1660), 1, + sym_formal_parameters, + [61928] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4623), 2, + ACTIONS(4428), 2, anon_sym_COMMA, anon_sym_RPAREN, - [63817] = 3, - ACTIONS(385), 1, - anon_sym_COLON, - ACTIONS(1530), 1, + [61936] = 3, + ACTIONS(1398), 1, sym_comment, - STATE(2596), 1, - sym_colon_block, - [63827] = 3, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(1654), 1, + sym_variable_name, + [61946] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4412), 1, - sym_name, - STATE(2573), 1, - sym_namespace_name, - [63837] = 2, - ACTIONS(1530), 1, + ACTIONS(1902), 1, + anon_sym_LPAREN, + STATE(2248), 1, + sym_parenthesized_expression, + [61956] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4625), 2, + ACTIONS(4049), 2, sym__automatic_semicolon, anon_sym_SEMI, - [63845] = 2, - ACTIONS(1530), 1, + [61964] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4627), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63853] = 3, - ACTIONS(1530), 1, + ACTIONS(4430), 2, + anon_sym_string, + anon_sym_int, + [61972] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3551), 1, + ACTIONS(3568), 1, anon_sym_LBRACE, - STATE(2056), 1, + STATE(1839), 1, sym_enum_declaration_list, - [63863] = 3, - ACTIONS(1530), 1, + [61982] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4268), 1, - anon_sym_LPAREN, - STATE(2170), 1, - sym_parenthesized_expression, - [63873] = 3, - ACTIONS(29), 1, + ACTIONS(3323), 1, anon_sym_LBRACE, - ACTIONS(1530), 1, - sym_comment, - STATE(507), 1, - sym_compound_statement, - [63883] = 3, - ACTIONS(1530), 1, + STATE(480), 1, + sym_declaration_list, + [61992] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3365), 1, + ACTIONS(3093), 1, anon_sym_LBRACE, - STATE(1735), 1, + STATE(1816), 1, sym_declaration_list, - [63893] = 3, - ACTIONS(403), 1, - anon_sym_LBRACE, - ACTIONS(1530), 1, + [62002] = 2, + ACTIONS(1398), 1, sym_comment, - STATE(923), 1, - sym_compound_statement, - [63903] = 3, - ACTIONS(1530), 1, + ACTIONS(4432), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [62010] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2592), 1, + ACTIONS(2321), 2, + anon_sym_SEMI, anon_sym_RPAREN, - ACTIONS(4410), 1, - anon_sym_EQ, - [63913] = 3, - ACTIONS(1530), 1, + [62018] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1610), 1, + sym_formal_parameters, + [62028] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3381), 1, + ACTIONS(3443), 1, anon_sym_LBRACE, - STATE(1931), 1, - sym_declaration_list, - [63923] = 2, - ACTIONS(1530), 1, + STATE(475), 1, + sym_enum_declaration_list, + [62038] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4629), 2, - sym__automatic_semicolon, - anon_sym_SEMI, - [63931] = 2, - ACTIONS(1530), 1, + ACTIONS(2985), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2987), 1, + aux_sym__arrow_function_header_token1, + [62048] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4631), 1, - sym_heredoc_end, - [63938] = 2, - ACTIONS(1530), 1, + ACTIONS(4434), 2, + anon_sym_string, + anon_sym_int, + [62056] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4633), 1, - sym_name, - [63945] = 2, - ACTIONS(921), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + ACTIONS(4436), 1, + sym__new_line, + ACTIONS(4438), 1, + sym_heredoc_end, + [62066] = 3, + ACTIONS(1398), 1, sym_comment, - [63952] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2158), 1, + sym_variable_name, + [62076] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4635), 1, - ts_builtin_sym_end, - [63959] = 2, - ACTIONS(1530), 1, + ACTIONS(4440), 1, + anon_sym_LBRACE, + STATE(1041), 1, + sym_match_block, + [62086] = 3, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4637), 1, - anon_sym_RPAREN, - [63966] = 2, - ACTIONS(1530), 1, + STATE(2014), 1, + sym_compound_statement, + [62096] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4639), 1, - sym_name, - [63973] = 2, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(78), 1, + sym_parenthesized_expression, + [62106] = 3, + ACTIONS(503), 1, + anon_sym_COLON, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4641), 1, - anon_sym_RPAREN, - [63980] = 2, - ACTIONS(1530), 1, + STATE(1821), 1, + sym_colon_block, + [62116] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4643), 1, - anon_sym_BSLASH, - [63987] = 2, - ACTIONS(1530), 1, + ACTIONS(4324), 1, + anon_sym_LBRACE, + STATE(411), 1, + sym_compound_statement, + [62126] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4216), 1, - sym_name, - [63994] = 2, - ACTIONS(1530), 1, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2114), 1, + sym_variable_name, + [62136] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4645), 1, + ACTIONS(2429), 1, anon_sym_RPAREN, - [64001] = 2, - ACTIONS(1530), 1, + ACTIONS(4442), 1, + anon_sym_EQ, + [62146] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4647), 1, + ACTIONS(4444), 1, sym_name, - [64008] = 2, - ACTIONS(1530), 1, + ACTIONS(4446), 1, + anon_sym_LBRACE, + [62156] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4649), 1, - sym_name, - [64015] = 2, - ACTIONS(1530), 1, + ACTIONS(2311), 1, + anon_sym_COLON, + ACTIONS(4448), 1, + anon_sym_LPAREN, + [62166] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4651), 1, - anon_sym_RPAREN, - [64022] = 2, - ACTIONS(1530), 1, + ACTIONS(1785), 1, + anon_sym_LPAREN, + ACTIONS(3466), 1, + anon_sym_COLON_COLON, + [62176] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4653), 1, - sym_heredoc_end, - [64029] = 2, - ACTIONS(1530), 1, + ACTIONS(4450), 1, + anon_sym_LBRACE, + STATE(936), 1, + sym_match_block, + [62186] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(2237), 1, + sym_variable_name, + [62196] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4655), 1, + ACTIONS(4452), 2, + anon_sym_LBRACE, + anon_sym_COLON, + [62204] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2359), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64036] = 2, - ACTIONS(1530), 1, + [62212] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4657), 1, - sym_name, - [64043] = 2, - ACTIONS(1530), 1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(847), 1, + sym_declaration_list, + [62222] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4659), 1, - anon_sym_BSLASH, - [64050] = 2, - ACTIONS(1530), 1, + ACTIONS(3093), 1, + anon_sym_LBRACE, + STATE(1872), 1, + sym_declaration_list, + [62232] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4661), 1, - anon_sym_BSLASH, - [64057] = 2, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1902), 1, + sym_formal_parameters, + [62242] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4663), 1, - sym_name, - [64064] = 2, - ACTIONS(1530), 1, + ACTIONS(3049), 1, + anon_sym_LPAREN, + STATE(1673), 1, + sym_formal_parameters, + [62252] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4147), 1, - sym_name, - [64071] = 2, - ACTIONS(1530), 1, + ACTIONS(1416), 1, + anon_sym_LPAREN, + STATE(537), 1, + sym_arguments, + [62262] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4665), 1, - anon_sym_RPAREN, - [64078] = 2, - ACTIONS(1530), 1, + ACTIONS(2953), 1, + aux_sym_namespace_use_clause_token1, + ACTIONS(2955), 1, + aux_sym__arrow_function_header_token1, + [62272] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4667), 1, - sym_name, - [64085] = 2, - ACTIONS(1530), 1, + ACTIONS(2321), 2, + sym__automatic_semicolon, + anon_sym_SEMI, + [62280] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4669), 1, + ACTIONS(4448), 1, + anon_sym_LPAREN, + ACTIONS(4454), 1, anon_sym_RPAREN, - [64092] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4671), 1, - anon_sym_COLON_COLON, - [64099] = 2, - ACTIONS(1530), 1, + [62290] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4673), 1, - sym_heredoc_start, - [64106] = 2, - ACTIONS(1530), 1, + ACTIONS(3031), 1, + anon_sym_LPAREN, + STATE(1606), 1, + sym_formal_parameters, + [62300] = 3, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4675), 1, - sym_heredoc_start, - [64113] = 2, - ACTIONS(1530), 1, + STATE(933), 1, + sym_compound_statement, + [62310] = 3, + ACTIONS(378), 1, + anon_sym_LBRACE, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4677), 1, - anon_sym_EQ, - [64120] = 2, - ACTIONS(1530), 1, + STATE(2041), 1, + sym_compound_statement, + [62320] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4679), 1, - anon_sym_EQ_GT, - [64127] = 2, - ACTIONS(1530), 1, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(429), 1, + sym_declaration_list, + [62330] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4157), 1, + ACTIONS(4456), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64134] = 2, - ACTIONS(1530), 1, + [62338] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3323), 1, + anon_sym_LBRACE, + STATE(463), 1, + sym_declaration_list, + [62348] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1679), 1, + anon_sym_DOLLAR, + STATE(1648), 1, + sym_variable_name, + [62358] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4681), 1, + ACTIONS(4458), 2, + sym__automatic_semicolon, anon_sym_SEMI, - [64141] = 2, - ACTIONS(1530), 1, + [62366] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2526), 1, + ACTIONS(4460), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64148] = 2, - ACTIONS(1530), 1, + [62374] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4683), 1, - sym_heredoc_end, - [64155] = 2, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(47), 1, + sym_parenthesized_expression, + [62384] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4685), 1, - aux_sym_if_statement_token2, - [64162] = 2, - ACTIONS(1530), 1, + ACTIONS(4347), 1, + anon_sym_LPAREN, + STATE(46), 1, + sym_parenthesized_expression, + [62394] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4687), 1, + ACTIONS(4410), 1, anon_sym_LPAREN, - [64169] = 2, - ACTIONS(881), 1, - anon_sym_SEMI, - ACTIONS(1530), 1, + STATE(1891), 1, + sym_parenthesized_expression, + [62404] = 3, + ACTIONS(1398), 1, sym_comment, - [64176] = 2, - ACTIONS(1530), 1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(827), 1, + sym_declaration_list, + [62414] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4410), 1, - anon_sym_EQ, - [64183] = 2, - ACTIONS(1530), 1, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(828), 1, + sym_declaration_list, + [62424] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3111), 1, + anon_sym_LBRACE, + STATE(873), 1, + sym_declaration_list, + [62434] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3924), 2, + anon_sym_COMMA, + anon_sym_RBRACE, + [62442] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3443), 1, + anon_sym_LBRACE, + STATE(503), 1, + sym_enum_declaration_list, + [62452] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2381), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [62460] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4041), 2, + anon_sym_LBRACE, + anon_sym_EQ_GT, + [62468] = 3, + ACTIONS(3), 1, sym_comment, - ACTIONS(4689), 1, + ACTIONS(4462), 1, + sym__new_line, + ACTIONS(4464), 1, sym_heredoc_end, - [64190] = 2, - ACTIONS(1530), 1, + [62478] = 3, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(1571), 1, + anon_sym_LPAREN, + STATE(576), 1, + sym_arguments, + [62488] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4691), 1, + ACTIONS(4466), 2, + anon_sym_COMMA, anon_sym_RPAREN, - [64197] = 2, - ACTIONS(1530), 1, + [62496] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4199), 1, - anon_sym_RBRACE, - [64204] = 2, - ACTIONS(1530), 1, + ACTIONS(4468), 2, + anon_sym_COMMA, + anon_sym_RPAREN, + [62504] = 3, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4693), 1, - anon_sym_EQ_GT, - [64211] = 2, - ACTIONS(1530), 1, + ACTIONS(4324), 1, + anon_sym_LBRACE, + STATE(414), 1, + sym_compound_statement, + [62514] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4695), 1, - sym_heredoc_start, - [64218] = 2, - ACTIONS(919), 1, + ACTIONS(2419), 2, + anon_sym_COMMA, anon_sym_RPAREN, - ACTIONS(1530), 1, + [62522] = 2, + ACTIONS(1398), 1, sym_comment, - [64225] = 2, - ACTIONS(1530), 1, + ACTIONS(4470), 1, + anon_sym_RBRACK, + [62529] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4697), 1, - aux_sym_class_declaration_token1, - [64232] = 2, - ACTIONS(1530), 1, + ACTIONS(4472), 1, + anon_sym_EQ, + [62536] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3724), 1, - sym_name, - [64239] = 2, - ACTIONS(1530), 1, + ACTIONS(4474), 1, + anon_sym_LBRACE, + [62543] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4699), 1, - anon_sym_EQ_GT, - [64246] = 2, - ACTIONS(1530), 1, + ACTIONS(4476), 1, + anon_sym_RPAREN, + [62550] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4701), 1, + ACTIONS(4478), 1, anon_sym_EQ_GT, - [64253] = 2, - ACTIONS(1530), 1, + [62557] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4480), 1, + anon_sym_SQUOTE2, + [62564] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4185), 1, + ACTIONS(4454), 1, anon_sym_RPAREN, - [64260] = 2, - ACTIONS(1530), 1, + [62571] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4703), 1, - aux_sym_while_statement_token1, - [64267] = 2, - ACTIONS(1530), 1, + ACTIONS(4482), 1, + anon_sym_BSLASH, + [62578] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4705), 1, - anon_sym_EQ_GT, - [64274] = 2, - ACTIONS(1530), 1, + ACTIONS(4484), 1, + aux_sym_while_statement_token1, + [62585] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4707), 1, - anon_sym_EQ, - [64281] = 2, - ACTIONS(1530), 1, + ACTIONS(4486), 1, + sym_name, + [62592] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4709), 1, + ACTIONS(4488), 1, anon_sym_RPAREN, - [64288] = 2, - ACTIONS(1530), 1, + [62599] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4711), 1, - anon_sym_LPAREN, - [64295] = 2, - ACTIONS(1530), 1, + ACTIONS(4490), 1, + sym_heredoc_end, + [62606] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4713), 1, - anon_sym_EQ_GT, - [64302] = 2, - ACTIONS(1530), 1, + ACTIONS(4492), 1, + anon_sym_SEMI, + [62613] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4715), 1, - aux_sym_while_statement_token2, - [64309] = 2, - ACTIONS(1530), 1, + ACTIONS(4494), 1, + sym_name, + [62620] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4717), 1, - anon_sym_RPAREN, - [64316] = 2, - ACTIONS(1530), 1, + ACTIONS(4496), 1, + anon_sym_LBRACE, + [62627] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4719), 1, + ACTIONS(4498), 1, + anon_sym_EQ_GT, + [62634] = 2, + ACTIONS(829), 1, anon_sym_SEMI, - [64323] = 2, - ACTIONS(1530), 1, + ACTIONS(1398), 1, + sym_comment, + [62641] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4500), 1, + sym_name, + [62648] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4502), 1, + sym_name, + [62655] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4504), 1, + anon_sym_SQUOTE2, + [62662] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4547), 1, + ACTIONS(4506), 1, anon_sym_RPAREN, - [64330] = 2, - ACTIONS(1530), 1, + [62669] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4721), 1, + ACTIONS(4508), 1, anon_sym_RPAREN, - [64337] = 2, - ACTIONS(1530), 1, + [62676] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4104), 1, - anon_sym_RBRACK, - [64344] = 2, - ACTIONS(1530), 1, + ACTIONS(4510), 1, + sym_name, + [62683] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4723), 1, - anon_sym_EQ_GT, - [64351] = 2, - ACTIONS(1530), 1, + ACTIONS(4512), 1, + sym_name, + [62690] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4725), 1, - sym_heredoc_end, - [64358] = 2, - ACTIONS(1530), 1, + ACTIONS(4514), 1, + sym_name, + [62697] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4727), 1, - aux_sym_foreach_statement_token2, - [64365] = 2, - ACTIONS(1530), 1, + ACTIONS(4516), 1, + sym_heredoc_start, + [62704] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4729), 1, - sym_heredoc_end, - [64372] = 2, - ACTIONS(1530), 1, + ACTIONS(4518), 1, + aux_sym_while_statement_token1, + [62711] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4731), 1, - anon_sym_RPAREN, - [64379] = 2, - ACTIONS(1530), 1, + ACTIONS(4520), 1, + anon_sym_COLON_COLON, + [62718] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4733), 1, - anon_sym_RBRACK, - [64386] = 2, - ACTIONS(1530), 1, + ACTIONS(4522), 1, + anon_sym_COLON_COLON, + [62725] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4448), 1, + anon_sym_LPAREN, + [62732] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4735), 1, + ACTIONS(4524), 1, + sym_name, + [62739] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4526), 1, anon_sym_EQ_GT, - [64393] = 2, - ACTIONS(1530), 1, + [62746] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4737), 1, + ACTIONS(4528), 1, anon_sym_EQ, - [64400] = 2, - ACTIONS(1530), 1, + [62753] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4739), 1, - anon_sym_COLON_COLON, - [64407] = 2, - ACTIONS(1530), 1, + ACTIONS(4530), 1, + sym_name, + [62760] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4741), 1, + ACTIONS(4532), 1, anon_sym_RPAREN, - [64414] = 2, - ACTIONS(1530), 1, + [62767] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4743), 1, - sym_heredoc_end, - [64421] = 2, - ACTIONS(1530), 1, + ACTIONS(4534), 1, + anon_sym_RPAREN, + [62774] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4745), 1, + ACTIONS(4536), 1, sym_name, - [64428] = 2, - ACTIONS(1530), 1, + [62781] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3710), 1, - anon_sym_BSLASH, - [64435] = 2, - ACTIONS(907), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + ACTIONS(4538), 1, + sym_name, + [62788] = 2, + ACTIONS(1398), 1, sym_comment, - [64442] = 2, - ACTIONS(1530), 1, + ACTIONS(4540), 1, + anon_sym_LPAREN, + [62795] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3329), 1, - anon_sym_EQ, - [64449] = 2, - ACTIONS(1530), 1, + ACTIONS(4542), 1, + anon_sym_RPAREN, + [62802] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4747), 1, + ACTIONS(4188), 1, anon_sym_RPAREN, - [64456] = 2, - ACTIONS(1530), 1, + [62809] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4749), 1, + ACTIONS(4544), 1, + anon_sym_COLON_COLON, + [62816] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4546), 1, + anon_sym_BSLASH, + [62823] = 2, + ACTIONS(849), 1, anon_sym_RPAREN, - [64463] = 2, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4751), 1, - aux_sym_if_statement_token2, - [64470] = 2, - ACTIONS(1530), 1, + [62830] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4548), 1, + sym_name, + [62837] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2562), 1, + ACTIONS(4550), 1, anon_sym_RPAREN, - [64477] = 2, - ACTIONS(379), 1, - ts_builtin_sym_end, - ACTIONS(1530), 1, + [62844] = 2, + ACTIONS(845), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, + sym_comment, + [62851] = 2, + ACTIONS(1398), 1, sym_comment, - [64484] = 2, - ACTIONS(901), 1, + ACTIONS(4225), 1, anon_sym_RPAREN, - ACTIONS(1530), 1, + [62858] = 2, + ACTIONS(1398), 1, sym_comment, - [64491] = 2, - ACTIONS(1530), 1, + ACTIONS(4552), 1, + anon_sym_RPAREN, + [62865] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4753), 1, + ACTIONS(4554), 1, sym_name, - [64498] = 2, - ACTIONS(1530), 1, + [62872] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4755), 1, - anon_sym_EQ_GT, - [64505] = 2, - ACTIONS(1530), 1, + ACTIONS(4556), 1, + anon_sym_COLON_COLON, + [62879] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4757), 1, - aux_sym_if_statement_token2, - [64512] = 2, - ACTIONS(1530), 1, + ACTIONS(4558), 1, + anon_sym_BSLASH, + [62886] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4759), 1, + ACTIONS(4560), 1, + sym_name, + [62893] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4320), 1, anon_sym_RPAREN, - [64519] = 2, - ACTIONS(1530), 1, + [62900] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4761), 1, + ACTIONS(4562), 1, + anon_sym_RBRACK, + [62907] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4564), 1, anon_sym_EQ_GT, - [64526] = 2, - ACTIONS(1530), 1, + [62914] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4763), 1, + ACTIONS(4566), 1, sym_name, - [64533] = 2, - ACTIONS(1530), 1, + [62921] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4765), 1, - anon_sym_EQ_GT, - [64540] = 2, - ACTIONS(1530), 1, + ACTIONS(4568), 1, + sym_name, + [62928] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4064), 1, - anon_sym_RBRACE, - [64547] = 2, - ACTIONS(1530), 1, + ACTIONS(4570), 1, + anon_sym_RPAREN, + [62935] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4767), 1, - anon_sym_SQUOTE2, - [64554] = 2, - ACTIONS(1530), 1, + ACTIONS(4572), 1, + anon_sym_LBRACE, + [62942] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4053), 1, + ACTIONS(4574), 1, anon_sym_RPAREN, - [64561] = 2, - ACTIONS(1530), 1, + [62949] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4769), 1, - anon_sym_RPAREN, - [64568] = 2, - ACTIONS(1530), 1, + ACTIONS(4576), 1, + sym_heredoc_start, + [62956] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4771), 1, - anon_sym_BSLASH, - [64575] = 2, - ACTIONS(1530), 1, + ACTIONS(4578), 1, + anon_sym_COLON_COLON, + [62963] = 2, + ACTIONS(871), 1, + anon_sym_SEMI, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4773), 1, - aux_sym_while_statement_token2, - [64582] = 2, - ACTIONS(1530), 1, + [62970] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4775), 1, - anon_sym_RPAREN, - [64589] = 2, - ACTIONS(1530), 1, + ACTIONS(3295), 1, + sym_name, + [62977] = 2, + ACTIONS(473), 1, + ts_builtin_sym_end, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4777), 1, - sym_heredoc_end, - [64596] = 2, - ACTIONS(1530), 1, + [62984] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4779), 1, - sym_name, - [64603] = 2, - ACTIONS(1530), 1, + ACTIONS(4580), 1, + anon_sym_SEMI, + [62991] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4139), 1, - anon_sym_LBRACE, - [64610] = 2, - ACTIONS(1530), 1, + ACTIONS(4582), 1, + sym_integer, + [62998] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4584), 1, + sym_heredoc_start, + [63005] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4781), 1, + ACTIONS(4586), 1, sym_name, - [64617] = 2, - ACTIONS(1530), 1, + [63012] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4783), 1, + ACTIONS(4588), 1, sym_name, - [64624] = 2, - ACTIONS(1530), 1, + [63019] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(2311), 1, + anon_sym_COLON, + [63026] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4785), 1, + ACTIONS(4590), 1, sym_name, - [64631] = 2, - ACTIONS(1530), 1, + [63033] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4592), 1, + anon_sym_EQ_GT, + [63040] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4594), 1, + anon_sym_RBRACK, + [63047] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4596), 1, + anon_sym_COLON_COLON, + [63054] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4787), 1, + ACTIONS(4298), 1, + anon_sym_RPAREN, + [63061] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4598), 1, sym_name, - [64638] = 2, - ACTIONS(1530), 1, + [63068] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4600), 1, + anon_sym_EQ_GT, + [63075] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4602), 1, + anon_sym_EQ, + [63082] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4789), 1, + ACTIONS(4604), 1, sym_name, - [64645] = 2, - ACTIONS(891), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + [63089] = 2, + ACTIONS(1398), 1, sym_comment, - [64652] = 2, - ACTIONS(1530), 1, + ACTIONS(4606), 1, + anon_sym_LBRACE, + [63096] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4292), 1, - anon_sym_RPAREN, - [64659] = 2, - ACTIONS(1530), 1, + ACTIONS(4608), 1, + anon_sym_LBRACE, + [63103] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4791), 1, - anon_sym_LPAREN, - [64666] = 2, - ACTIONS(1530), 1, + ACTIONS(4610), 1, + sym_name, + [63110] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4793), 1, - anon_sym_SQUOTE2, - [64673] = 2, - ACTIONS(1530), 1, + ACTIONS(4612), 1, + anon_sym_RPAREN, + [63117] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4795), 1, - anon_sym_COLON_COLON, - [64680] = 2, - ACTIONS(1530), 1, + ACTIONS(4614), 1, + anon_sym_LBRACE, + [63124] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4797), 1, - sym_integer, - [64687] = 2, - ACTIONS(1530), 1, + ACTIONS(4202), 1, + anon_sym_RPAREN, + [63131] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4799), 1, - anon_sym_BSLASH, - [64694] = 2, - ACTIONS(1530), 1, + ACTIONS(4616), 1, + anon_sym_EQ_GT, + [63138] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4801), 1, - aux_sym_class_declaration_token1, - [64701] = 2, - ACTIONS(1530), 1, + ACTIONS(4618), 1, + anon_sym_LBRACE, + [63145] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4803), 1, - anon_sym_RBRACK, - [64708] = 2, - ACTIONS(1530), 1, + ACTIONS(4620), 1, + sym_name, + [63152] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(3603), 1, + ACTIONS(4444), 1, sym_name, - [64715] = 2, - ACTIONS(1530), 1, + [63159] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4805), 1, - anon_sym_RPAREN, - [64722] = 2, - ACTIONS(1530), 1, + ACTIONS(4622), 1, + anon_sym_LBRACE, + [63166] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4807), 1, - aux_sym_while_statement_token1, - [64729] = 2, - ACTIONS(375), 1, + ACTIONS(4624), 1, + anon_sym_BSLASH, + [63173] = 2, + ACTIONS(445), 1, ts_builtin_sym_end, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - [64736] = 2, - ACTIONS(1530), 1, + [63180] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4809), 1, - sym_heredoc_start, - [64743] = 2, - ACTIONS(1530), 1, + ACTIONS(4626), 1, + sym_name, + [63187] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4628), 1, + ts_builtin_sym_end, + [63194] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4811), 1, + ACTIONS(4630), 1, sym_heredoc_end, - [64750] = 2, - ACTIONS(1530), 1, + [63201] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4813), 1, - anon_sym_BSLASH, - [64757] = 2, - ACTIONS(1530), 1, + ACTIONS(4632), 1, + anon_sym_LBRACE, + [63208] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4815), 1, - anon_sym_BSLASH, - [64764] = 2, - ACTIONS(1530), 1, + ACTIONS(4634), 1, + sym_name, + [63215] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4636), 1, + aux_sym_foreach_statement_token2, + [63222] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4817), 1, + ACTIONS(4638), 1, anon_sym_RPAREN, - [64771] = 2, - ACTIONS(1530), 1, + [63229] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4819), 1, + ACTIONS(4640), 1, + anon_sym_EQ_GT, + [63236] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4642), 1, sym_heredoc_end, - [64778] = 2, - ACTIONS(1530), 1, + [63243] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4821), 1, - anon_sym_COLON_COLON, - [64785] = 2, - ACTIONS(1530), 1, + ACTIONS(4644), 1, + sym_heredoc_end, + [63250] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4823), 1, - anon_sym_RPAREN, - [64792] = 2, - ACTIONS(1530), 1, + ACTIONS(4646), 1, + anon_sym_LBRACE, + [63257] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4825), 1, - sym_name, - [64799] = 2, - ACTIONS(1530), 1, + ACTIONS(4648), 1, + sym_heredoc_end, + [63264] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2714), 1, + ACTIONS(4650), 1, + sym_name, + [63271] = 2, + ACTIONS(833), 1, anon_sym_RPAREN, - [64806] = 2, - ACTIONS(1530), 1, + ACTIONS(1398), 1, + sym_comment, + [63278] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4827), 1, + ACTIONS(4652), 1, sym_name, - [64813] = 2, - ACTIONS(1530), 1, + [63285] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4829), 1, - anon_sym_BSLASH, - [64820] = 2, - ACTIONS(1530), 1, + ACTIONS(4654), 1, + sym_name, + [63292] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4831), 1, - anon_sym_RPAREN, - [64827] = 2, - ACTIONS(1530), 1, + ACTIONS(4656), 1, + aux_sym_foreach_statement_token2, + [63299] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4833), 1, - anon_sym_RBRACK, - [64834] = 2, - ACTIONS(1530), 1, + ACTIONS(4658), 1, + anon_sym_LBRACE, + [63306] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4463), 1, - anon_sym_LPAREN, - [64841] = 2, - ACTIONS(883), 1, - anon_sym_SEMI, - ACTIONS(1530), 1, + ACTIONS(4660), 1, + sym_heredoc_end, + [63313] = 2, + ACTIONS(1398), 1, sym_comment, - [64848] = 2, - ACTIONS(1530), 1, + ACTIONS(4662), 1, + sym_heredoc_end, + [63320] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4835), 1, - anon_sym_COLON_COLON, - [64855] = 2, - ACTIONS(1530), 1, + ACTIONS(4664), 1, + aux_sym_if_statement_token2, + [63327] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4837), 1, - sym_name, - [64862] = 2, - ACTIONS(1530), 1, + ACTIONS(4666), 1, + anon_sym_RPAREN, + [63334] = 2, + ACTIONS(831), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, + sym_comment, + [63341] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4668), 1, + anon_sym_RPAREN, + [63348] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4670), 1, + anon_sym_RPAREN, + [63355] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4672), 1, + anon_sym_LBRACE, + [63362] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4839), 1, + ACTIONS(4674), 1, anon_sym_EQ, - [64869] = 2, - ACTIONS(1530), 1, + [63369] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4215), 1, + anon_sym_RBRACK, + [63376] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4841), 1, + ACTIONS(4676), 1, sym_name, - [64876] = 2, - ACTIONS(915), 1, + [63383] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4678), 1, anon_sym_RPAREN, - ACTIONS(1530), 1, + [63390] = 2, + ACTIONS(1398), 1, sym_comment, - [64883] = 2, - ACTIONS(1530), 1, + ACTIONS(4680), 1, + sym_name, + [63397] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4843), 1, + ACTIONS(4682), 1, anon_sym_EQ_GT, - [64890] = 2, - ACTIONS(1530), 1, + [63404] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4845), 1, - anon_sym_SEMI, - [64897] = 2, - ACTIONS(1530), 1, + ACTIONS(4684), 1, + anon_sym_EQ_GT, + [63411] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2544), 1, + ACTIONS(4686), 1, + anon_sym_EQ, + [63418] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4688), 1, anon_sym_RPAREN, - [64904] = 2, - ACTIONS(1530), 1, + [63425] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4847), 1, - sym_name, - [64911] = 2, - ACTIONS(1530), 1, + ACTIONS(4690), 1, + anon_sym_EQ_GT, + [63432] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4849), 1, - sym_name, - [64918] = 2, - ACTIONS(905), 1, + ACTIONS(4692), 1, + sym_heredoc_end, + [63439] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4164), 1, + anon_sym_RBRACE, + [63446] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4694), 1, + anon_sym_BSLASH, + [63453] = 2, + ACTIONS(841), 1, anon_sym_RPAREN, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - [64925] = 2, - ACTIONS(1530), 1, + [63460] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4851), 1, - sym_name, - [64932] = 2, - ACTIONS(1530), 1, + ACTIONS(4696), 1, + sym_heredoc_end, + [63467] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4698), 1, + anon_sym_LPAREN, + [63474] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4853), 1, + ACTIONS(4700), 1, anon_sym_RPAREN, - [64939] = 2, - ACTIONS(1530), 1, + [63481] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4855), 1, + ACTIONS(4138), 1, + anon_sym_RBRACE, + [63488] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4702), 1, + aux_sym_if_statement_token2, + [63495] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4704), 1, anon_sym_BSLASH, - [64946] = 2, - ACTIONS(1530), 1, + [63502] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4857), 1, - sym_name, - [64953] = 2, - ACTIONS(1530), 1, + ACTIONS(4706), 1, + aux_sym_if_statement_token2, + [63509] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4859), 1, + ACTIONS(4708), 1, ts_builtin_sym_end, - [64960] = 2, - ACTIONS(1530), 1, + [63516] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4296), 1, + ACTIONS(4710), 1, anon_sym_RPAREN, - [64967] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4861), 1, - anon_sym_COLON_COLON, - [64974] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4863), 1, - anon_sym_RBRACK, - [64981] = 2, - ACTIONS(1530), 1, + [63523] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4865), 1, - anon_sym_COLON_COLON, - [64988] = 2, - ACTIONS(1530), 1, + ACTIONS(4712), 1, + sym_heredoc_end, + [63530] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4867), 1, - anon_sym_EQ_GT, - [64995] = 2, - ACTIONS(1530), 1, + ACTIONS(4714), 1, + anon_sym_SEMI, + [63537] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4318), 1, - anon_sym_RPAREN, - [65002] = 2, - ACTIONS(1530), 1, + ACTIONS(4716), 1, + anon_sym_LPAREN, + [63544] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4869), 1, + ACTIONS(4718), 1, anon_sym_LPAREN, - [65009] = 2, - ACTIONS(1530), 1, + [63551] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4871), 1, - anon_sym_BSLASH, - [65016] = 2, - ACTIONS(1530), 1, + ACTIONS(4720), 1, + anon_sym_RBRACK, + [63558] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4873), 1, + ACTIONS(4722), 1, sym_name, - [65023] = 2, - ACTIONS(1530), 1, + [63565] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4875), 1, - anon_sym_COLON_COLON, - [65030] = 2, - ACTIONS(1530), 1, + ACTIONS(4724), 1, + anon_sym_LPAREN, + [63572] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4877), 1, - anon_sym_COLON_COLON, - [65037] = 2, - ACTIONS(911), 1, - anon_sym_SEMI, - ACTIONS(1530), 1, + ACTIONS(4726), 1, + anon_sym_LPAREN, + [63579] = 2, + ACTIONS(1398), 1, sym_comment, - [65044] = 2, - ACTIONS(1530), 1, + ACTIONS(4728), 1, + sym_name, + [63586] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(2592), 1, + ACTIONS(4098), 1, anon_sym_RPAREN, - [65051] = 2, - ACTIONS(1530), 1, + [63593] = 2, + ACTIONS(855), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4879), 1, + [63600] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4730), 1, anon_sym_LPAREN, - [65058] = 2, - ACTIONS(1530), 1, + [63607] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4732), 1, + sym_heredoc_start, + [63614] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4881), 1, + ACTIONS(4734), 1, anon_sym_RPAREN, - [65065] = 2, - ACTIONS(1530), 1, + [63621] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4736), 1, + anon_sym_RPAREN, + [63628] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4883), 1, + ACTIONS(4738), 1, anon_sym_SEMI, - [65072] = 2, - ACTIONS(1530), 1, + [63635] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4885), 1, - sym_name, - [65079] = 2, - ACTIONS(1530), 1, + ACTIONS(4003), 1, + anon_sym_RBRACK, + [63642] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4343), 1, + ACTIONS(4740), 1, + aux_sym_while_statement_token2, + [63649] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4742), 1, anon_sym_RPAREN, - [65086] = 2, - ACTIONS(1530), 1, + [63656] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4887), 1, + ACTIONS(4744), 1, anon_sym_LPAREN, - [65093] = 2, - ACTIONS(1530), 1, + [63663] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4889), 1, - anon_sym_LPAREN, - [65100] = 2, - ACTIONS(1530), 1, + ACTIONS(4070), 1, + anon_sym_RPAREN, + [63670] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4349), 1, + ACTIONS(4746), 1, anon_sym_RPAREN, - [65107] = 2, - ACTIONS(1530), 1, + [63677] = 2, + ACTIONS(853), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4891), 1, + [63684] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4748), 1, anon_sym_LPAREN, - [65114] = 2, - ACTIONS(1530), 1, + [63691] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4893), 1, - aux_sym_if_statement_token2, - [65121] = 2, - ACTIONS(1530), 1, + ACTIONS(4750), 1, + anon_sym_RPAREN, + [63698] = 2, + ACTIONS(847), 1, + anon_sym_RPAREN, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4895), 1, - anon_sym_COLON_COLON, - [65128] = 2, - ACTIONS(1530), 1, + [63705] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4020), 1, + ACTIONS(4752), 1, anon_sym_RPAREN, - [65135] = 2, - ACTIONS(1530), 1, - sym_comment, - ACTIONS(4897), 1, - sym_name, - [65142] = 2, - ACTIONS(1530), 1, + [63712] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4899), 1, - aux_sym_foreach_statement_token2, - [65149] = 2, - ACTIONS(1530), 1, + ACTIONS(4754), 1, + anon_sym_RPAREN, + [63719] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4901), 1, + ACTIONS(4756), 1, anon_sym_LPAREN, - [65156] = 2, - ACTIONS(1530), 1, + [63726] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4903), 1, - anon_sym_LPAREN, - [65163] = 2, - ACTIONS(1530), 1, + ACTIONS(4758), 1, + anon_sym_RPAREN, + [63733] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4905), 1, + ACTIONS(3989), 1, + anon_sym_RPAREN, + [63740] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4045), 1, + anon_sym_RPAREN, + [63747] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4760), 1, sym_name, - [65170] = 2, - ACTIONS(1530), 1, + [63754] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4907), 1, + ACTIONS(4762), 1, aux_sym_if_statement_token2, - [65177] = 2, - ACTIONS(1530), 1, + [63761] = 2, + ACTIONS(839), 1, + anon_sym_SEMI, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4909), 1, - anon_sym_EQ_GT, - [65184] = 2, - ACTIONS(1530), 1, + [63768] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4911), 1, + ACTIONS(4764), 1, sym_name, - [65191] = 2, - ACTIONS(1530), 1, + [63775] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4766), 1, + aux_sym_if_statement_token2, + [63782] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4195), 1, + ACTIONS(4768), 1, anon_sym_LBRACE, - [65198] = 2, - ACTIONS(1530), 1, + [63789] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4770), 1, + sym_name, + [63796] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4913), 1, + ACTIONS(3949), 1, anon_sym_RPAREN, - [65205] = 2, - ACTIONS(1530), 1, + [63803] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4915), 1, + ACTIONS(4772), 1, anon_sym_LPAREN, - [65212] = 2, - ACTIONS(1530), 1, + [63810] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4917), 1, - sym_name, - [65219] = 2, - ACTIONS(1530), 1, + ACTIONS(4774), 1, + anon_sym_EQ_GT, + [63817] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4776), 1, + aux_sym_while_statement_token2, + [63824] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4919), 1, + ACTIONS(4778), 1, anon_sym_SEMI, - [65226] = 2, - ACTIONS(1530), 1, + [63831] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4375), 1, + ACTIONS(4780), 1, anon_sym_RPAREN, - [65233] = 2, - ACTIONS(889), 1, + [63838] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4782), 1, + anon_sym_RPAREN, + [63845] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4784), 1, anon_sym_SEMI, - ACTIONS(1530), 1, + [63852] = 2, + ACTIONS(1398), 1, sym_comment, - [65240] = 2, - ACTIONS(1530), 1, + ACTIONS(4786), 1, + sym_name, + [63859] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4921), 1, + ACTIONS(4788), 1, sym_name, - [65247] = 2, - ACTIONS(1530), 1, + [63866] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4923), 1, + ACTIONS(4790), 1, + sym_name, + [63873] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(3253), 1, + sym_name, + [63880] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4792), 1, anon_sym_COLON_COLON, - [65254] = 2, - ACTIONS(1530), 1, + [63887] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4925), 1, - anon_sym_SEMI, - [65261] = 2, - ACTIONS(1530), 1, + ACTIONS(4442), 1, + anon_sym_EQ, + [63894] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4927), 1, - anon_sym_LPAREN, - [65268] = 2, - ACTIONS(1530), 1, + ACTIONS(4794), 1, + anon_sym_EQ_GT, + [63901] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4074), 1, - anon_sym_RBRACK, - [65275] = 2, - ACTIONS(1530), 1, + ACTIONS(4796), 1, + anon_sym_LBRACE, + [63908] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4929), 1, - anon_sym_SEMI, - [65282] = 2, - ACTIONS(1530), 1, + ACTIONS(4798), 1, + anon_sym_EQ_GT, + [63915] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4931), 1, - anon_sym_RPAREN, - [65289] = 2, - ACTIONS(1530), 1, + ACTIONS(4302), 1, + anon_sym_LBRACE, + [63922] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4933), 1, - anon_sym_LPAREN, - [65296] = 2, - ACTIONS(1530), 1, + ACTIONS(4800), 1, + sym_name, + [63929] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4935), 1, + ACTIONS(4802), 1, + sym_name, + [63936] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4804), 1, anon_sym_LPAREN, - [65303] = 2, - ACTIONS(1530), 1, + [63943] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4937), 1, + ACTIONS(4806), 1, sym_name, - [65310] = 2, - ACTIONS(1530), 1, + [63950] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4939), 1, - anon_sym_COLON_COLON, - [65317] = 2, - ACTIONS(1530), 1, + ACTIONS(4808), 1, + sym_name, + [63957] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4016), 1, - anon_sym_RPAREN, - [65324] = 2, - ACTIONS(1530), 1, + ACTIONS(4810), 1, + anon_sym_LPAREN, + [63964] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4941), 1, + ACTIONS(4812), 1, + sym_name, + [63971] = 2, + ACTIONS(835), 1, anon_sym_SEMI, - [65331] = 2, - ACTIONS(1530), 1, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4389), 1, + [63978] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4814), 1, anon_sym_RPAREN, - [65338] = 2, - ACTIONS(1530), 1, + [63985] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4816), 1, + sym_name, + [63992] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4943), 1, + ACTIONS(4818), 1, + anon_sym_SEMI, + [63999] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4820), 1, anon_sym_LPAREN, - [65345] = 2, - ACTIONS(1530), 1, + [64006] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4945), 1, - anon_sym_COLON_COLON, - [65352] = 2, - ACTIONS(1530), 1, + ACTIONS(3941), 1, + anon_sym_LBRACE, + [64013] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4947), 1, + ACTIONS(4822), 1, anon_sym_LPAREN, - [65359] = 2, - ACTIONS(1530), 1, + [64020] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4949), 1, + ACTIONS(4824), 1, anon_sym_LPAREN, - [65366] = 2, - ACTIONS(885), 1, - anon_sym_RPAREN, - ACTIONS(1530), 1, + [64027] = 2, + ACTIONS(1398), 1, sym_comment, - [65373] = 2, - ACTIONS(1530), 1, + ACTIONS(4826), 1, + anon_sym_LBRACE, + [64034] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4828), 1, + anon_sym_SEMI, + [64041] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4830), 1, + anon_sym_LBRACE, + [64048] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4951), 1, + ACTIONS(4832), 1, anon_sym_LPAREN, - [65380] = 2, - ACTIONS(1530), 1, + [64055] = 2, + ACTIONS(1398), 1, sym_comment, - ACTIONS(4953), 1, + ACTIONS(4834), 1, + anon_sym_LPAREN, + [64062] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4836), 1, + anon_sym_RPAREN, + [64069] = 2, + ACTIONS(1398), 1, + sym_comment, + ACTIONS(4838), 1, anon_sym_LPAREN, }; static const uint32_t ts_small_parse_table_map[] = { - [SMALL_STATE(565)] = 0, - [SMALL_STATE(566)] = 70, - [SMALL_STATE(567)] = 140, - [SMALL_STATE(568)] = 210, - [SMALL_STATE(569)] = 280, - [SMALL_STATE(570)] = 353, - [SMALL_STATE(571)] = 426, - [SMALL_STATE(572)] = 499, - [SMALL_STATE(573)] = 580, - [SMALL_STATE(574)] = 653, - [SMALL_STATE(575)] = 726, - [SMALL_STATE(576)] = 794, - [SMALL_STATE(577)] = 862, - [SMALL_STATE(578)] = 930, - [SMALL_STATE(579)] = 998, - [SMALL_STATE(580)] = 1066, - [SMALL_STATE(581)] = 1134, - [SMALL_STATE(582)] = 1202, - [SMALL_STATE(583)] = 1270, - [SMALL_STATE(584)] = 1338, - [SMALL_STATE(585)] = 1406, - [SMALL_STATE(586)] = 1474, - [SMALL_STATE(587)] = 1542, - [SMALL_STATE(588)] = 1610, - [SMALL_STATE(589)] = 1685, - [SMALL_STATE(590)] = 1764, - [SMALL_STATE(591)] = 1842, - [SMALL_STATE(592)] = 1919, - [SMALL_STATE(593)] = 1988, - [SMALL_STATE(594)] = 2057, - [SMALL_STATE(595)] = 2134, - [SMALL_STATE(596)] = 2203, - [SMALL_STATE(597)] = 2272, - [SMALL_STATE(598)] = 2345, - [SMALL_STATE(599)] = 2414, - [SMALL_STATE(600)] = 2497, - [SMALL_STATE(601)] = 2574, - [SMALL_STATE(602)] = 2638, - [SMALL_STATE(603)] = 2702, - [SMALL_STATE(604)] = 2766, - [SMALL_STATE(605)] = 2838, - [SMALL_STATE(606)] = 2902, - [SMALL_STATE(607)] = 2966, - [SMALL_STATE(608)] = 3030, - [SMALL_STATE(609)] = 3108, - [SMALL_STATE(610)] = 3172, - [SMALL_STATE(611)] = 3236, - [SMALL_STATE(612)] = 3300, - [SMALL_STATE(613)] = 3378, - [SMALL_STATE(614)] = 3442, - [SMALL_STATE(615)] = 3506, - [SMALL_STATE(616)] = 3582, - [SMALL_STATE(617)] = 3660, - [SMALL_STATE(618)] = 3724, - [SMALL_STATE(619)] = 3788, - [SMALL_STATE(620)] = 3852, - [SMALL_STATE(621)] = 3916, - [SMALL_STATE(622)] = 3980, - [SMALL_STATE(623)] = 4044, - [SMALL_STATE(624)] = 4115, - [SMALL_STATE(625)] = 4186, - [SMALL_STATE(626)] = 4263, - [SMALL_STATE(627)] = 4340, - [SMALL_STATE(628)] = 4411, - [SMALL_STATE(629)] = 4483, - [SMALL_STATE(630)] = 4555, - [SMALL_STATE(631)] = 4625, - [SMALL_STATE(632)] = 4697, - [SMALL_STATE(633)] = 4768, - [SMALL_STATE(634)] = 4826, - [SMALL_STATE(635)] = 4929, - [SMALL_STATE(636)] = 5032, - [SMALL_STATE(637)] = 5091, - [SMALL_STATE(638)] = 5152, - [SMALL_STATE(639)] = 5211, - [SMALL_STATE(640)] = 5270, - [SMALL_STATE(641)] = 5325, - [SMALL_STATE(642)] = 5390, - [SMALL_STATE(643)] = 5455, - [SMALL_STATE(644)] = 5520, - [SMALL_STATE(645)] = 5579, - [SMALL_STATE(646)] = 5642, - [SMALL_STATE(647)] = 5701, - [SMALL_STATE(648)] = 5766, - [SMALL_STATE(649)] = 5824, - [SMALL_STATE(650)] = 5924, - [SMALL_STATE(651)] = 5982, - [SMALL_STATE(652)] = 6036, - [SMALL_STATE(653)] = 6090, - [SMALL_STATE(654)] = 6144, - [SMALL_STATE(655)] = 6198, - [SMALL_STATE(656)] = 6298, - [SMALL_STATE(657)] = 6352, - [SMALL_STATE(658)] = 6406, - [SMALL_STATE(659)] = 6460, - [SMALL_STATE(660)] = 6556, - [SMALL_STATE(661)] = 6610, - [SMALL_STATE(662)] = 6706, - [SMALL_STATE(663)] = 6760, - [SMALL_STATE(664)] = 6814, - [SMALL_STATE(665)] = 6868, - [SMALL_STATE(666)] = 6922, - [SMALL_STATE(667)] = 6976, - [SMALL_STATE(668)] = 7030, - [SMALL_STATE(669)] = 7084, - [SMALL_STATE(670)] = 7138, - [SMALL_STATE(671)] = 7192, - [SMALL_STATE(672)] = 7247, - [SMALL_STATE(673)] = 7306, - [SMALL_STATE(674)] = 7365, - [SMALL_STATE(675)] = 7420, - [SMALL_STATE(676)] = 7477, - [SMALL_STATE(677)] = 7574, - [SMALL_STATE(678)] = 7671, - [SMALL_STATE(679)] = 7762, - [SMALL_STATE(680)] = 7821, - [SMALL_STATE(681)] = 7876, - [SMALL_STATE(682)] = 7931, - [SMALL_STATE(683)] = 7986, - [SMALL_STATE(684)] = 8045, - [SMALL_STATE(685)] = 8140, - [SMALL_STATE(686)] = 8199, - [SMALL_STATE(687)] = 8256, - [SMALL_STATE(688)] = 8315, - [SMALL_STATE(689)] = 8374, - [SMALL_STATE(690)] = 8431, - [SMALL_STATE(691)] = 8488, - [SMALL_STATE(692)] = 8545, - [SMALL_STATE(693)] = 8602, - [SMALL_STATE(694)] = 8657, - [SMALL_STATE(695)] = 8754, - [SMALL_STATE(696)] = 8811, - [SMALL_STATE(697)] = 8868, - [SMALL_STATE(698)] = 8965, - [SMALL_STATE(699)] = 9024, - [SMALL_STATE(700)] = 9115, - [SMALL_STATE(701)] = 9172, - [SMALL_STATE(702)] = 9231, - [SMALL_STATE(703)] = 9288, - [SMALL_STATE(704)] = 9345, - [SMALL_STATE(705)] = 9402, - [SMALL_STATE(706)] = 9461, - [SMALL_STATE(707)] = 9556, - [SMALL_STATE(708)] = 9615, - [SMALL_STATE(709)] = 9672, - [SMALL_STATE(710)] = 9729, - [SMALL_STATE(711)] = 9788, - [SMALL_STATE(712)] = 9847, - [SMALL_STATE(713)] = 9906, - [SMALL_STATE(714)] = 9997, - [SMALL_STATE(715)] = 10049, - [SMALL_STATE(716)] = 10101, - [SMALL_STATE(717)] = 10155, - [SMALL_STATE(718)] = 10207, - [SMALL_STATE(719)] = 10259, - [SMALL_STATE(720)] = 10311, - [SMALL_STATE(721)] = 10363, - [SMALL_STATE(722)] = 10415, - [SMALL_STATE(723)] = 10467, - [SMALL_STATE(724)] = 10519, - [SMALL_STATE(725)] = 10571, - [SMALL_STATE(726)] = 10623, - [SMALL_STATE(727)] = 10675, - [SMALL_STATE(728)] = 10727, - [SMALL_STATE(729)] = 10779, - [SMALL_STATE(730)] = 10831, - [SMALL_STATE(731)] = 10883, - [SMALL_STATE(732)] = 10935, - [SMALL_STATE(733)] = 10989, - [SMALL_STATE(734)] = 11041, - [SMALL_STATE(735)] = 11093, - [SMALL_STATE(736)] = 11187, - [SMALL_STATE(737)] = 11239, - [SMALL_STATE(738)] = 11291, - [SMALL_STATE(739)] = 11343, - [SMALL_STATE(740)] = 11395, - [SMALL_STATE(741)] = 11447, - [SMALL_STATE(742)] = 11499, - [SMALL_STATE(743)] = 11551, - [SMALL_STATE(744)] = 11603, - [SMALL_STATE(745)] = 11655, - [SMALL_STATE(746)] = 11707, - [SMALL_STATE(747)] = 11759, - [SMALL_STATE(748)] = 11811, - [SMALL_STATE(749)] = 11863, - [SMALL_STATE(750)] = 11915, - [SMALL_STATE(751)] = 11967, - [SMALL_STATE(752)] = 12019, - [SMALL_STATE(753)] = 12071, - [SMALL_STATE(754)] = 12123, - [SMALL_STATE(755)] = 12175, - [SMALL_STATE(756)] = 12227, - [SMALL_STATE(757)] = 12279, - [SMALL_STATE(758)] = 12371, - [SMALL_STATE(759)] = 12423, - [SMALL_STATE(760)] = 12475, - [SMALL_STATE(761)] = 12527, - [SMALL_STATE(762)] = 12579, - [SMALL_STATE(763)] = 12634, - [SMALL_STATE(764)] = 12687, - [SMALL_STATE(765)] = 12748, - [SMALL_STATE(766)] = 12799, - [SMALL_STATE(767)] = 12850, - [SMALL_STATE(768)] = 12901, - [SMALL_STATE(769)] = 12954, - [SMALL_STATE(770)] = 13007, - [SMALL_STATE(771)] = 13060, - [SMALL_STATE(772)] = 13113, - [SMALL_STATE(773)] = 13172, - [SMALL_STATE(774)] = 13233, - [SMALL_STATE(775)] = 13294, - [SMALL_STATE(776)] = 13351, - [SMALL_STATE(777)] = 13406, - [SMALL_STATE(778)] = 13461, - [SMALL_STATE(779)] = 13516, - [SMALL_STATE(780)] = 13577, - [SMALL_STATE(781)] = 13632, - [SMALL_STATE(782)] = 13687, - [SMALL_STATE(783)] = 13737, - [SMALL_STATE(784)] = 13787, - [SMALL_STATE(785)] = 13873, - [SMALL_STATE(786)] = 13923, - [SMALL_STATE(787)] = 13985, - [SMALL_STATE(788)] = 14071, - [SMALL_STATE(789)] = 14157, - [SMALL_STATE(790)] = 14207, - [SMALL_STATE(791)] = 14257, - [SMALL_STATE(792)] = 14307, - [SMALL_STATE(793)] = 14393, - [SMALL_STATE(794)] = 14443, - [SMALL_STATE(795)] = 14505, - [SMALL_STATE(796)] = 14555, - [SMALL_STATE(797)] = 14605, - [SMALL_STATE(798)] = 14655, - [SMALL_STATE(799)] = 14705, - [SMALL_STATE(800)] = 14755, - [SMALL_STATE(801)] = 14805, - [SMALL_STATE(802)] = 14855, - [SMALL_STATE(803)] = 14917, - [SMALL_STATE(804)] = 14967, - [SMALL_STATE(805)] = 15017, - [SMALL_STATE(806)] = 15067, - [SMALL_STATE(807)] = 15117, - [SMALL_STATE(808)] = 15172, - [SMALL_STATE(809)] = 15255, - [SMALL_STATE(810)] = 15308, - [SMALL_STATE(811)] = 15363, - [SMALL_STATE(812)] = 15418, - [SMALL_STATE(813)] = 15471, - [SMALL_STATE(814)] = 15520, - [SMALL_STATE(815)] = 15603, - [SMALL_STATE(816)] = 15654, - [SMALL_STATE(817)] = 15705, - [SMALL_STATE(818)] = 15760, - [SMALL_STATE(819)] = 15811, - [SMALL_STATE(820)] = 15894, - [SMALL_STATE(821)] = 15947, - [SMALL_STATE(822)] = 16002, - [SMALL_STATE(823)] = 16055, - [SMALL_STATE(824)] = 16108, - [SMALL_STATE(825)] = 16161, - [SMALL_STATE(826)] = 16214, - [SMALL_STATE(827)] = 16269, - [SMALL_STATE(828)] = 16324, - [SMALL_STATE(829)] = 16407, - [SMALL_STATE(830)] = 16490, - [SMALL_STATE(831)] = 16573, - [SMALL_STATE(832)] = 16626, - [SMALL_STATE(833)] = 16677, - [SMALL_STATE(834)] = 16726, - [SMALL_STATE(835)] = 16781, - [SMALL_STATE(836)] = 16864, - [SMALL_STATE(837)] = 16913, - [SMALL_STATE(838)] = 16968, - [SMALL_STATE(839)] = 17021, - [SMALL_STATE(840)] = 17104, - [SMALL_STATE(841)] = 17187, - [SMALL_STATE(842)] = 17240, - [SMALL_STATE(843)] = 17293, - [SMALL_STATE(844)] = 17376, - [SMALL_STATE(845)] = 17459, - [SMALL_STATE(846)] = 17512, - [SMALL_STATE(847)] = 17567, - [SMALL_STATE(848)] = 17618, - [SMALL_STATE(849)] = 17669, - [SMALL_STATE(850)] = 17752, - [SMALL_STATE(851)] = 17835, - [SMALL_STATE(852)] = 17888, - [SMALL_STATE(853)] = 17943, - [SMALL_STATE(854)] = 18026, - [SMALL_STATE(855)] = 18109, - [SMALL_STATE(856)] = 18162, - [SMALL_STATE(857)] = 18217, - [SMALL_STATE(858)] = 18272, - [SMALL_STATE(859)] = 18323, - [SMALL_STATE(860)] = 18372, - [SMALL_STATE(861)] = 18425, - [SMALL_STATE(862)] = 18480, - [SMALL_STATE(863)] = 18528, - [SMALL_STATE(864)] = 18578, - [SMALL_STATE(865)] = 18626, - [SMALL_STATE(866)] = 18674, - [SMALL_STATE(867)] = 18722, - [SMALL_STATE(868)] = 18770, - [SMALL_STATE(869)] = 18818, - [SMALL_STATE(870)] = 18868, - [SMALL_STATE(871)] = 18916, - [SMALL_STATE(872)] = 18964, - [SMALL_STATE(873)] = 19012, - [SMALL_STATE(874)] = 19060, - [SMALL_STATE(875)] = 19108, - [SMALL_STATE(876)] = 19156, - [SMALL_STATE(877)] = 19204, - [SMALL_STATE(878)] = 19256, - [SMALL_STATE(879)] = 19304, - [SMALL_STATE(880)] = 19352, - [SMALL_STATE(881)] = 19400, - [SMALL_STATE(882)] = 19448, - [SMALL_STATE(883)] = 19496, - [SMALL_STATE(884)] = 19544, - [SMALL_STATE(885)] = 19592, - [SMALL_STATE(886)] = 19640, - [SMALL_STATE(887)] = 19688, - [SMALL_STATE(888)] = 19736, - [SMALL_STATE(889)] = 19784, - [SMALL_STATE(890)] = 19832, - [SMALL_STATE(891)] = 19880, - [SMALL_STATE(892)] = 19928, - [SMALL_STATE(893)] = 19976, - [SMALL_STATE(894)] = 20024, - [SMALL_STATE(895)] = 20072, - [SMALL_STATE(896)] = 20120, - [SMALL_STATE(897)] = 20170, - [SMALL_STATE(898)] = 20218, - [SMALL_STATE(899)] = 20266, - [SMALL_STATE(900)] = 20314, - [SMALL_STATE(901)] = 20362, - [SMALL_STATE(902)] = 20410, - [SMALL_STATE(903)] = 20458, - [SMALL_STATE(904)] = 20506, - [SMALL_STATE(905)] = 20554, - [SMALL_STATE(906)] = 20602, - [SMALL_STATE(907)] = 20650, - [SMALL_STATE(908)] = 20698, - [SMALL_STATE(909)] = 20746, - [SMALL_STATE(910)] = 20794, - [SMALL_STATE(911)] = 20843, - [SMALL_STATE(912)] = 20892, - [SMALL_STATE(913)] = 20941, - [SMALL_STATE(914)] = 20990, - [SMALL_STATE(915)] = 21039, - [SMALL_STATE(916)] = 21085, - [SMALL_STATE(917)] = 21131, - [SMALL_STATE(918)] = 21179, - [SMALL_STATE(919)] = 21225, - [SMALL_STATE(920)] = 21271, - [SMALL_STATE(921)] = 21317, - [SMALL_STATE(922)] = 21363, - [SMALL_STATE(923)] = 21409, - [SMALL_STATE(924)] = 21455, - [SMALL_STATE(925)] = 21501, - [SMALL_STATE(926)] = 21547, - [SMALL_STATE(927)] = 21593, - [SMALL_STATE(928)] = 21639, - [SMALL_STATE(929)] = 21685, - [SMALL_STATE(930)] = 21731, - [SMALL_STATE(931)] = 21777, - [SMALL_STATE(932)] = 21823, - [SMALL_STATE(933)] = 21869, - [SMALL_STATE(934)] = 21915, - [SMALL_STATE(935)] = 21961, - [SMALL_STATE(936)] = 22007, - [SMALL_STATE(937)] = 22053, - [SMALL_STATE(938)] = 22099, - [SMALL_STATE(939)] = 22145, - [SMALL_STATE(940)] = 22191, - [SMALL_STATE(941)] = 22237, - [SMALL_STATE(942)] = 22283, - [SMALL_STATE(943)] = 22329, - [SMALL_STATE(944)] = 22375, - [SMALL_STATE(945)] = 22421, - [SMALL_STATE(946)] = 22467, - [SMALL_STATE(947)] = 22513, - [SMALL_STATE(948)] = 22559, - [SMALL_STATE(949)] = 22605, - [SMALL_STATE(950)] = 22651, - [SMALL_STATE(951)] = 22697, - [SMALL_STATE(952)] = 22743, - [SMALL_STATE(953)] = 22789, - [SMALL_STATE(954)] = 22835, - [SMALL_STATE(955)] = 22881, - [SMALL_STATE(956)] = 22927, - [SMALL_STATE(957)] = 22973, - [SMALL_STATE(958)] = 23019, - [SMALL_STATE(959)] = 23065, - [SMALL_STATE(960)] = 23111, - [SMALL_STATE(961)] = 23157, - [SMALL_STATE(962)] = 23203, - [SMALL_STATE(963)] = 23249, - [SMALL_STATE(964)] = 23295, - [SMALL_STATE(965)] = 23341, - [SMALL_STATE(966)] = 23387, - [SMALL_STATE(967)] = 23433, - [SMALL_STATE(968)] = 23479, - [SMALL_STATE(969)] = 23525, - [SMALL_STATE(970)] = 23571, - [SMALL_STATE(971)] = 23617, - [SMALL_STATE(972)] = 23663, - [SMALL_STATE(973)] = 23709, - [SMALL_STATE(974)] = 23755, - [SMALL_STATE(975)] = 23801, - [SMALL_STATE(976)] = 23847, - [SMALL_STATE(977)] = 23893, - [SMALL_STATE(978)] = 23939, - [SMALL_STATE(979)] = 23985, - [SMALL_STATE(980)] = 24031, - [SMALL_STATE(981)] = 24076, - [SMALL_STATE(982)] = 24125, - [SMALL_STATE(983)] = 24170, - [SMALL_STATE(984)] = 24249, - [SMALL_STATE(985)] = 24298, - [SMALL_STATE(986)] = 24364, - [SMALL_STATE(987)] = 24436, - [SMALL_STATE(988)] = 24518, - [SMALL_STATE(989)] = 24600, - [SMALL_STATE(990)] = 24660, - [SMALL_STATE(991)] = 24724, - [SMALL_STATE(992)] = 24808, - [SMALL_STATE(993)] = 24884, - [SMALL_STATE(994)] = 24966, - [SMALL_STATE(995)] = 25048, - [SMALL_STATE(996)] = 25124, - [SMALL_STATE(997)] = 25206, - [SMALL_STATE(998)] = 25288, - [SMALL_STATE(999)] = 25370, - [SMALL_STATE(1000)] = 25446, - [SMALL_STATE(1001)] = 25522, - [SMALL_STATE(1002)] = 25590, - [SMALL_STATE(1003)] = 25672, - [SMALL_STATE(1004)] = 25722, - [SMALL_STATE(1005)] = 25804, - [SMALL_STATE(1006)] = 25874, - [SMALL_STATE(1007)] = 25950, - [SMALL_STATE(1008)] = 25996, - [SMALL_STATE(1009)] = 26050, - [SMALL_STATE(1010)] = 26126, - [SMALL_STATE(1011)] = 26172, - [SMALL_STATE(1012)] = 26248, - [SMALL_STATE(1013)] = 26328, - [SMALL_STATE(1014)] = 26380, - [SMALL_STATE(1015)] = 26458, - [SMALL_STATE(1016)] = 26514, - [SMALL_STATE(1017)] = 26596, - [SMALL_STATE(1018)] = 26654, - [SMALL_STATE(1019)] = 26729, - [SMALL_STATE(1020)] = 26792, - [SMALL_STATE(1021)] = 26867, - [SMALL_STATE(1022)] = 26922, - [SMALL_STATE(1023)] = 26981, - [SMALL_STATE(1024)] = 27046, - [SMALL_STATE(1025)] = 27115, - [SMALL_STATE(1026)] = 27166, - [SMALL_STATE(1027)] = 27237, - [SMALL_STATE(1028)] = 27314, - [SMALL_STATE(1029)] = 27389, - [SMALL_STATE(1030)] = 27434, - [SMALL_STATE(1031)] = 27517, - [SMALL_STATE(1032)] = 27592, - [SMALL_STATE(1033)] = 27641, - [SMALL_STATE(1034)] = 27708, - [SMALL_STATE(1035)] = 27789, - [SMALL_STATE(1036)] = 27870, - [SMALL_STATE(1037)] = 27951, - [SMALL_STATE(1038)] = 28032, - [SMALL_STATE(1039)] = 28113, - [SMALL_STATE(1040)] = 28194, - [SMALL_STATE(1041)] = 28237, - [SMALL_STATE(1042)] = 28316, - [SMALL_STATE(1043)] = 28369, - [SMALL_STATE(1044)] = 28414, - [SMALL_STATE(1045)] = 28457, - [SMALL_STATE(1046)] = 28532, - [SMALL_STATE(1047)] = 28607, - [SMALL_STATE(1048)] = 28688, - [SMALL_STATE(1049)] = 28763, - [SMALL_STATE(1050)] = 28844, - [SMALL_STATE(1051)] = 28925, - [SMALL_STATE(1052)] = 28968, - [SMALL_STATE(1053)] = 29049, - [SMALL_STATE(1054)] = 29123, - [SMALL_STATE(1055)] = 29165, - [SMALL_STATE(1056)] = 29207, - [SMALL_STATE(1057)] = 29249, - [SMALL_STATE(1058)] = 29291, - [SMALL_STATE(1059)] = 29365, - [SMALL_STATE(1060)] = 29407, - [SMALL_STATE(1061)] = 29449, - [SMALL_STATE(1062)] = 29523, - [SMALL_STATE(1063)] = 29597, - [SMALL_STATE(1064)] = 29641, - [SMALL_STATE(1065)] = 29721, - [SMALL_STATE(1066)] = 29773, - [SMALL_STATE(1067)] = 29823, - [SMALL_STATE(1068)] = 29865, - [SMALL_STATE(1069)] = 29919, - [SMALL_STATE(1070)] = 29961, - [SMALL_STATE(1071)] = 30003, - [SMALL_STATE(1072)] = 30061, - [SMALL_STATE(1073)] = 30125, - [SMALL_STATE(1074)] = 30193, - [SMALL_STATE(1075)] = 30235, - [SMALL_STATE(1076)] = 30305, - [SMALL_STATE(1077)] = 30347, - [SMALL_STATE(1078)] = 30389, - [SMALL_STATE(1079)] = 30465, - [SMALL_STATE(1080)] = 30543, - [SMALL_STATE(1081)] = 30617, - [SMALL_STATE(1082)] = 30661, - [SMALL_STATE(1083)] = 30703, - [SMALL_STATE(1084)] = 30745, - [SMALL_STATE(1085)] = 30787, - [SMALL_STATE(1086)] = 30829, - [SMALL_STATE(1087)] = 30877, - [SMALL_STATE(1088)] = 30919, - [SMALL_STATE(1089)] = 30961, - [SMALL_STATE(1090)] = 31027, - [SMALL_STATE(1091)] = 31089, - [SMALL_STATE(1092)] = 31169, - [SMALL_STATE(1093)] = 31211, - [SMALL_STATE(1094)] = 31253, - [SMALL_STATE(1095)] = 31295, - [SMALL_STATE(1096)] = 31337, - [SMALL_STATE(1097)] = 31417, - [SMALL_STATE(1098)] = 31459, - [SMALL_STATE(1099)] = 31501, - [SMALL_STATE(1100)] = 31543, - [SMALL_STATE(1101)] = 31585, - [SMALL_STATE(1102)] = 31627, - [SMALL_STATE(1103)] = 31707, - [SMALL_STATE(1104)] = 31749, - [SMALL_STATE(1105)] = 31791, - [SMALL_STATE(1106)] = 31835, - [SMALL_STATE(1107)] = 31877, - [SMALL_STATE(1108)] = 31919, - [SMALL_STATE(1109)] = 31961, - [SMALL_STATE(1110)] = 32003, - [SMALL_STATE(1111)] = 32045, - [SMALL_STATE(1112)] = 32087, - [SMALL_STATE(1113)] = 32129, - [SMALL_STATE(1114)] = 32209, - [SMALL_STATE(1115)] = 32251, - [SMALL_STATE(1116)] = 32293, - [SMALL_STATE(1117)] = 32335, - [SMALL_STATE(1118)] = 32377, - [SMALL_STATE(1119)] = 32419, - [SMALL_STATE(1120)] = 32461, - [SMALL_STATE(1121)] = 32503, - [SMALL_STATE(1122)] = 32545, - [SMALL_STATE(1123)] = 32625, - [SMALL_STATE(1124)] = 32667, - [SMALL_STATE(1125)] = 32709, - [SMALL_STATE(1126)] = 32751, - [SMALL_STATE(1127)] = 32793, - [SMALL_STATE(1128)] = 32835, - [SMALL_STATE(1129)] = 32877, - [SMALL_STATE(1130)] = 32919, - [SMALL_STATE(1131)] = 32999, - [SMALL_STATE(1132)] = 33041, - [SMALL_STATE(1133)] = 33083, - [SMALL_STATE(1134)] = 33125, - [SMALL_STATE(1135)] = 33207, - [SMALL_STATE(1136)] = 33249, - [SMALL_STATE(1137)] = 33291, - [SMALL_STATE(1138)] = 33333, - [SMALL_STATE(1139)] = 33407, - [SMALL_STATE(1140)] = 33481, - [SMALL_STATE(1141)] = 33523, - [SMALL_STATE(1142)] = 33565, - [SMALL_STATE(1143)] = 33645, - [SMALL_STATE(1144)] = 33687, - [SMALL_STATE(1145)] = 33729, - [SMALL_STATE(1146)] = 33771, - [SMALL_STATE(1147)] = 33813, - [SMALL_STATE(1148)] = 33855, - [SMALL_STATE(1149)] = 33935, - [SMALL_STATE(1150)] = 33977, - [SMALL_STATE(1151)] = 34019, - [SMALL_STATE(1152)] = 34099, - [SMALL_STATE(1153)] = 34156, - [SMALL_STATE(1154)] = 34199, - [SMALL_STATE(1155)] = 34252, - [SMALL_STATE(1156)] = 34331, - [SMALL_STATE(1157)] = 34410, - [SMALL_STATE(1158)] = 34473, - [SMALL_STATE(1159)] = 34552, - [SMALL_STATE(1160)] = 34631, - [SMALL_STATE(1161)] = 34680, - [SMALL_STATE(1162)] = 34761, - [SMALL_STATE(1163)] = 34840, - [SMALL_STATE(1164)] = 34907, - [SMALL_STATE(1165)] = 34986, - [SMALL_STATE(1166)] = 35065, - [SMALL_STATE(1167)] = 35134, - [SMALL_STATE(1168)] = 35185, - [SMALL_STATE(1169)] = 35264, - [SMALL_STATE(1170)] = 35325, - [SMALL_STATE(1171)] = 35400, - [SMALL_STATE(1172)] = 35467, - [SMALL_STATE(1173)] = 35532, - [SMALL_STATE(1174)] = 35611, - [SMALL_STATE(1175)] = 35678, - [SMALL_STATE(1176)] = 35757, - [SMALL_STATE(1177)] = 35834, - [SMALL_STATE(1178)] = 35901, - [SMALL_STATE(1179)] = 35944, - [SMALL_STATE(1180)] = 36011, - [SMALL_STATE(1181)] = 36058, - [SMALL_STATE(1182)] = 36131, - [SMALL_STATE(1183)] = 36204, - [SMALL_STATE(1184)] = 36277, - [SMALL_STATE(1185)] = 36350, - [SMALL_STATE(1186)] = 36423, - [SMALL_STATE(1187)] = 36466, - [SMALL_STATE(1188)] = 36539, - [SMALL_STATE(1189)] = 36582, - [SMALL_STATE(1190)] = 36655, - [SMALL_STATE(1191)] = 36735, - [SMALL_STATE(1192)] = 36813, - [SMALL_STATE(1193)] = 36893, - [SMALL_STATE(1194)] = 36961, - [SMALL_STATE(1195)] = 37041, - [SMALL_STATE(1196)] = 37121, - [SMALL_STATE(1197)] = 37203, - [SMALL_STATE(1198)] = 37281, - [SMALL_STATE(1199)] = 37349, - [SMALL_STATE(1200)] = 37427, - [SMALL_STATE(1201)] = 37507, - [SMALL_STATE(1202)] = 37578, - [SMALL_STATE(1203)] = 37655, - [SMALL_STATE(1204)] = 37734, - [SMALL_STATE(1205)] = 37811, - [SMALL_STATE(1206)] = 37882, - [SMALL_STATE(1207)] = 37959, - [SMALL_STATE(1208)] = 38036, - [SMALL_STATE(1209)] = 38113, - [SMALL_STATE(1210)] = 38190, - [SMALL_STATE(1211)] = 38267, - [SMALL_STATE(1212)] = 38338, - [SMALL_STATE(1213)] = 38415, - [SMALL_STATE(1214)] = 38494, - [SMALL_STATE(1215)] = 38573, - [SMALL_STATE(1216)] = 38650, - [SMALL_STATE(1217)] = 38727, - [SMALL_STATE(1218)] = 38804, - [SMALL_STATE(1219)] = 38875, - [SMALL_STATE(1220)] = 38952, - [SMALL_STATE(1221)] = 39029, - [SMALL_STATE(1222)] = 39106, - [SMALL_STATE(1223)] = 39183, - [SMALL_STATE(1224)] = 39262, - [SMALL_STATE(1225)] = 39341, - [SMALL_STATE(1226)] = 39418, - [SMALL_STATE(1227)] = 39495, - [SMALL_STATE(1228)] = 39572, - [SMALL_STATE(1229)] = 39649, - [SMALL_STATE(1230)] = 39726, - [SMALL_STATE(1231)] = 39803, - [SMALL_STATE(1232)] = 39880, - [SMALL_STATE(1233)] = 39959, - [SMALL_STATE(1234)] = 40036, - [SMALL_STATE(1235)] = 40113, - [SMALL_STATE(1236)] = 40190, - [SMALL_STATE(1237)] = 40267, - [SMALL_STATE(1238)] = 40338, - [SMALL_STATE(1239)] = 40415, - [SMALL_STATE(1240)] = 40492, - [SMALL_STATE(1241)] = 40569, - [SMALL_STATE(1242)] = 40640, - [SMALL_STATE(1243)] = 40711, - [SMALL_STATE(1244)] = 40788, - [SMALL_STATE(1245)] = 40859, - [SMALL_STATE(1246)] = 40936, - [SMALL_STATE(1247)] = 41013, - [SMALL_STATE(1248)] = 41092, - [SMALL_STATE(1249)] = 41171, - [SMALL_STATE(1250)] = 41242, - [SMALL_STATE(1251)] = 41318, - [SMALL_STATE(1252)] = 41394, - [SMALL_STATE(1253)] = 41470, - [SMALL_STATE(1254)] = 41546, - [SMALL_STATE(1255)] = 41622, - [SMALL_STATE(1256)] = 41698, - [SMALL_STATE(1257)] = 41774, - [SMALL_STATE(1258)] = 41850, - [SMALL_STATE(1259)] = 41926, - [SMALL_STATE(1260)] = 42002, - [SMALL_STATE(1261)] = 42078, - [SMALL_STATE(1262)] = 42154, - [SMALL_STATE(1263)] = 42230, - [SMALL_STATE(1264)] = 42306, - [SMALL_STATE(1265)] = 42382, - [SMALL_STATE(1266)] = 42458, - [SMALL_STATE(1267)] = 42534, - [SMALL_STATE(1268)] = 42610, - [SMALL_STATE(1269)] = 42686, - [SMALL_STATE(1270)] = 42762, - [SMALL_STATE(1271)] = 42838, - [SMALL_STATE(1272)] = 42914, - [SMALL_STATE(1273)] = 42990, - [SMALL_STATE(1274)] = 43066, - [SMALL_STATE(1275)] = 43142, - [SMALL_STATE(1276)] = 43218, - [SMALL_STATE(1277)] = 43294, - [SMALL_STATE(1278)] = 43370, - [SMALL_STATE(1279)] = 43446, - [SMALL_STATE(1280)] = 43522, - [SMALL_STATE(1281)] = 43598, - [SMALL_STATE(1282)] = 43674, - [SMALL_STATE(1283)] = 43750, - [SMALL_STATE(1284)] = 43826, - [SMALL_STATE(1285)] = 43864, - [SMALL_STATE(1286)] = 43940, - [SMALL_STATE(1287)] = 44016, - [SMALL_STATE(1288)] = 44092, - [SMALL_STATE(1289)] = 44168, - [SMALL_STATE(1290)] = 44244, - [SMALL_STATE(1291)] = 44320, - [SMALL_STATE(1292)] = 44396, - [SMALL_STATE(1293)] = 44472, - [SMALL_STATE(1294)] = 44548, - [SMALL_STATE(1295)] = 44624, - [SMALL_STATE(1296)] = 44700, - [SMALL_STATE(1297)] = 44776, - [SMALL_STATE(1298)] = 44852, - [SMALL_STATE(1299)] = 44928, - [SMALL_STATE(1300)] = 45004, - [SMALL_STATE(1301)] = 45080, - [SMALL_STATE(1302)] = 45142, - [SMALL_STATE(1303)] = 45218, - [SMALL_STATE(1304)] = 45294, - [SMALL_STATE(1305)] = 45370, - [SMALL_STATE(1306)] = 45446, - [SMALL_STATE(1307)] = 45522, - [SMALL_STATE(1308)] = 45598, - [SMALL_STATE(1309)] = 45674, - [SMALL_STATE(1310)] = 45736, - [SMALL_STATE(1311)] = 45812, - [SMALL_STATE(1312)] = 45888, - [SMALL_STATE(1313)] = 45964, - [SMALL_STATE(1314)] = 46040, - [SMALL_STATE(1315)] = 46116, - [SMALL_STATE(1316)] = 46192, - [SMALL_STATE(1317)] = 46268, - [SMALL_STATE(1318)] = 46344, - [SMALL_STATE(1319)] = 46420, - [SMALL_STATE(1320)] = 46496, - [SMALL_STATE(1321)] = 46572, - [SMALL_STATE(1322)] = 46637, - [SMALL_STATE(1323)] = 46702, - [SMALL_STATE(1324)] = 46739, - [SMALL_STATE(1325)] = 46776, - [SMALL_STATE(1326)] = 46813, - [SMALL_STATE(1327)] = 46850, - [SMALL_STATE(1328)] = 46915, - [SMALL_STATE(1329)] = 46980, - [SMALL_STATE(1330)] = 47045, - [SMALL_STATE(1331)] = 47104, - [SMALL_STATE(1332)] = 47163, - [SMALL_STATE(1333)] = 47211, - [SMALL_STATE(1334)] = 47259, - [SMALL_STATE(1335)] = 47307, - [SMALL_STATE(1336)] = 47355, - [SMALL_STATE(1337)] = 47403, - [SMALL_STATE(1338)] = 47451, - [SMALL_STATE(1339)] = 47499, - [SMALL_STATE(1340)] = 47547, - [SMALL_STATE(1341)] = 47595, - [SMALL_STATE(1342)] = 47643, - [SMALL_STATE(1343)] = 47691, - [SMALL_STATE(1344)] = 47736, - [SMALL_STATE(1345)] = 47781, - [SMALL_STATE(1346)] = 47826, - [SMALL_STATE(1347)] = 47871, - [SMALL_STATE(1348)] = 47916, - [SMALL_STATE(1349)] = 47961, - [SMALL_STATE(1350)] = 47998, - [SMALL_STATE(1351)] = 48035, - [SMALL_STATE(1352)] = 48075, - [SMALL_STATE(1353)] = 48115, - [SMALL_STATE(1354)] = 48165, - [SMALL_STATE(1355)] = 48205, - [SMALL_STATE(1356)] = 48255, - [SMALL_STATE(1357)] = 48300, - [SMALL_STATE(1358)] = 48342, - [SMALL_STATE(1359)] = 48381, - [SMALL_STATE(1360)] = 48420, - [SMALL_STATE(1361)] = 48459, - [SMALL_STATE(1362)] = 48498, - [SMALL_STATE(1363)] = 48537, - [SMALL_STATE(1364)] = 48573, - [SMALL_STATE(1365)] = 48609, - [SMALL_STATE(1366)] = 48633, - [SMALL_STATE(1367)] = 48669, - [SMALL_STATE(1368)] = 48708, - [SMALL_STATE(1369)] = 48747, - [SMALL_STATE(1370)] = 48781, - [SMALL_STATE(1371)] = 48815, - [SMALL_STATE(1372)] = 48835, - [SMALL_STATE(1373)] = 48855, - [SMALL_STATE(1374)] = 48875, - [SMALL_STATE(1375)] = 48895, - [SMALL_STATE(1376)] = 48915, - [SMALL_STATE(1377)] = 48935, - [SMALL_STATE(1378)] = 48955, - [SMALL_STATE(1379)] = 48975, - [SMALL_STATE(1380)] = 48995, - [SMALL_STATE(1381)] = 49029, - [SMALL_STATE(1382)] = 49049, - [SMALL_STATE(1383)] = 49069, - [SMALL_STATE(1384)] = 49089, - [SMALL_STATE(1385)] = 49109, - [SMALL_STATE(1386)] = 49129, - [SMALL_STATE(1387)] = 49149, - [SMALL_STATE(1388)] = 49185, - [SMALL_STATE(1389)] = 49205, - [SMALL_STATE(1390)] = 49238, - [SMALL_STATE(1391)] = 49257, - [SMALL_STATE(1392)] = 49290, - [SMALL_STATE(1393)] = 49323, - [SMALL_STATE(1394)] = 49342, - [SMALL_STATE(1395)] = 49375, - [SMALL_STATE(1396)] = 49394, - [SMALL_STATE(1397)] = 49413, - [SMALL_STATE(1398)] = 49432, - [SMALL_STATE(1399)] = 49451, - [SMALL_STATE(1400)] = 49470, - [SMALL_STATE(1401)] = 49495, - [SMALL_STATE(1402)] = 49514, - [SMALL_STATE(1403)] = 49533, - [SMALL_STATE(1404)] = 49566, - [SMALL_STATE(1405)] = 49585, - [SMALL_STATE(1406)] = 49604, - [SMALL_STATE(1407)] = 49637, - [SMALL_STATE(1408)] = 49656, - [SMALL_STATE(1409)] = 49675, - [SMALL_STATE(1410)] = 49694, - [SMALL_STATE(1411)] = 49713, - [SMALL_STATE(1412)] = 49732, - [SMALL_STATE(1413)] = 49767, - [SMALL_STATE(1414)] = 49786, - [SMALL_STATE(1415)] = 49821, - [SMALL_STATE(1416)] = 49854, - [SMALL_STATE(1417)] = 49887, - [SMALL_STATE(1418)] = 49920, - [SMALL_STATE(1419)] = 49953, - [SMALL_STATE(1420)] = 49983, - [SMALL_STATE(1421)] = 50005, - [SMALL_STATE(1422)] = 50039, - [SMALL_STATE(1423)] = 50069, - [SMALL_STATE(1424)] = 50103, - [SMALL_STATE(1425)] = 50134, - [SMALL_STATE(1426)] = 50165, - [SMALL_STATE(1427)] = 50184, - [SMALL_STATE(1428)] = 50203, - [SMALL_STATE(1429)] = 50228, - [SMALL_STATE(1430)] = 50249, - [SMALL_STATE(1431)] = 50274, - [SMALL_STATE(1432)] = 50305, - [SMALL_STATE(1433)] = 50336, - [SMALL_STATE(1434)] = 50359, - [SMALL_STATE(1435)] = 50378, - [SMALL_STATE(1436)] = 50409, - [SMALL_STATE(1437)] = 50431, - [SMALL_STATE(1438)] = 50449, - [SMALL_STATE(1439)] = 50467, - [SMALL_STATE(1440)] = 50485, - [SMALL_STATE(1441)] = 50509, - [SMALL_STATE(1442)] = 50537, - [SMALL_STATE(1443)] = 50565, - [SMALL_STATE(1444)] = 50591, - [SMALL_STATE(1445)] = 50609, - [SMALL_STATE(1446)] = 50637, - [SMALL_STATE(1447)] = 50659, - [SMALL_STATE(1448)] = 50681, - [SMALL_STATE(1449)] = 50699, - [SMALL_STATE(1450)] = 50725, - [SMALL_STATE(1451)] = 50753, - [SMALL_STATE(1452)] = 50779, - [SMALL_STATE(1453)] = 50801, - [SMALL_STATE(1454)] = 50821, - [SMALL_STATE(1455)] = 50849, - [SMALL_STATE(1456)] = 50867, - [SMALL_STATE(1457)] = 50893, - [SMALL_STATE(1458)] = 50916, - [SMALL_STATE(1459)] = 50939, - [SMALL_STATE(1460)] = 50960, - [SMALL_STATE(1461)] = 50987, - [SMALL_STATE(1462)] = 51010, - [SMALL_STATE(1463)] = 51031, - [SMALL_STATE(1464)] = 51054, - [SMALL_STATE(1465)] = 51079, - [SMALL_STATE(1466)] = 51100, - [SMALL_STATE(1467)] = 51125, - [SMALL_STATE(1468)] = 51148, - [SMALL_STATE(1469)] = 51173, - [SMALL_STATE(1470)] = 51196, - [SMALL_STATE(1471)] = 51219, - [SMALL_STATE(1472)] = 51244, - [SMALL_STATE(1473)] = 51267, - [SMALL_STATE(1474)] = 51290, - [SMALL_STATE(1475)] = 51315, - [SMALL_STATE(1476)] = 51338, - [SMALL_STATE(1477)] = 51361, - [SMALL_STATE(1478)] = 51382, - [SMALL_STATE(1479)] = 51409, - [SMALL_STATE(1480)] = 51432, - [SMALL_STATE(1481)] = 51453, - [SMALL_STATE(1482)] = 51478, - [SMALL_STATE(1483)] = 51495, - [SMALL_STATE(1484)] = 51518, - [SMALL_STATE(1485)] = 51539, - [SMALL_STATE(1486)] = 51562, - [SMALL_STATE(1487)] = 51587, - [SMALL_STATE(1488)] = 51610, - [SMALL_STATE(1489)] = 51633, - [SMALL_STATE(1490)] = 51656, - [SMALL_STATE(1491)] = 51679, - [SMALL_STATE(1492)] = 51704, - [SMALL_STATE(1493)] = 51721, - [SMALL_STATE(1494)] = 51742, - [SMALL_STATE(1495)] = 51765, - [SMALL_STATE(1496)] = 51788, - [SMALL_STATE(1497)] = 51813, - [SMALL_STATE(1498)] = 51834, - [SMALL_STATE(1499)] = 51859, - [SMALL_STATE(1500)] = 51884, - [SMALL_STATE(1501)] = 51907, - [SMALL_STATE(1502)] = 51928, - [SMALL_STATE(1503)] = 51951, - [SMALL_STATE(1504)] = 51970, - [SMALL_STATE(1505)] = 51993, - [SMALL_STATE(1506)] = 52016, - [SMALL_STATE(1507)] = 52039, - [SMALL_STATE(1508)] = 52056, - [SMALL_STATE(1509)] = 52077, - [SMALL_STATE(1510)] = 52100, - [SMALL_STATE(1511)] = 52121, - [SMALL_STATE(1512)] = 52142, - [SMALL_STATE(1513)] = 52165, - [SMALL_STATE(1514)] = 52190, - [SMALL_STATE(1515)] = 52213, - [SMALL_STATE(1516)] = 52236, - [SMALL_STATE(1517)] = 52257, - [SMALL_STATE(1518)] = 52280, - [SMALL_STATE(1519)] = 52305, - [SMALL_STATE(1520)] = 52329, - [SMALL_STATE(1521)] = 52349, - [SMALL_STATE(1522)] = 52377, - [SMALL_STATE(1523)] = 52405, - [SMALL_STATE(1524)] = 52425, - [SMALL_STATE(1525)] = 52447, - [SMALL_STATE(1526)] = 52475, - [SMALL_STATE(1527)] = 52503, - [SMALL_STATE(1528)] = 52525, - [SMALL_STATE(1529)] = 52553, - [SMALL_STATE(1530)] = 52581, - [SMALL_STATE(1531)] = 52607, - [SMALL_STATE(1532)] = 52627, - [SMALL_STATE(1533)] = 52642, - [SMALL_STATE(1534)] = 52659, - [SMALL_STATE(1535)] = 52674, - [SMALL_STATE(1536)] = 52695, - [SMALL_STATE(1537)] = 52710, - [SMALL_STATE(1538)] = 52727, - [SMALL_STATE(1539)] = 52752, - [SMALL_STATE(1540)] = 52771, - [SMALL_STATE(1541)] = 52790, - [SMALL_STATE(1542)] = 52807, - [SMALL_STATE(1543)] = 52824, - [SMALL_STATE(1544)] = 52841, - [SMALL_STATE(1545)] = 52858, - [SMALL_STATE(1546)] = 52875, - [SMALL_STATE(1547)] = 52892, - [SMALL_STATE(1548)] = 52907, - [SMALL_STATE(1549)] = 52922, - [SMALL_STATE(1550)] = 52945, - [SMALL_STATE(1551)] = 52960, - [SMALL_STATE(1552)] = 52979, - [SMALL_STATE(1553)] = 52994, - [SMALL_STATE(1554)] = 53011, - [SMALL_STATE(1555)] = 53026, - [SMALL_STATE(1556)] = 53041, - [SMALL_STATE(1557)] = 53058, - [SMALL_STATE(1558)] = 53075, - [SMALL_STATE(1559)] = 53090, - [SMALL_STATE(1560)] = 53107, - [SMALL_STATE(1561)] = 53128, - [SMALL_STATE(1562)] = 53145, - [SMALL_STATE(1563)] = 53162, - [SMALL_STATE(1564)] = 53179, - [SMALL_STATE(1565)] = 53196, - [SMALL_STATE(1566)] = 53213, - [SMALL_STATE(1567)] = 53230, - [SMALL_STATE(1568)] = 53247, - [SMALL_STATE(1569)] = 53268, - [SMALL_STATE(1570)] = 53289, - [SMALL_STATE(1571)] = 53308, - [SMALL_STATE(1572)] = 53325, - [SMALL_STATE(1573)] = 53340, - [SMALL_STATE(1574)] = 53357, - [SMALL_STATE(1575)] = 53372, - [SMALL_STATE(1576)] = 53394, - [SMALL_STATE(1577)] = 53416, - [SMALL_STATE(1578)] = 53436, - [SMALL_STATE(1579)] = 53450, - [SMALL_STATE(1580)] = 53472, - [SMALL_STATE(1581)] = 53490, - [SMALL_STATE(1582)] = 53508, - [SMALL_STATE(1583)] = 53522, - [SMALL_STATE(1584)] = 53542, - [SMALL_STATE(1585)] = 53564, - [SMALL_STATE(1586)] = 53586, - [SMALL_STATE(1587)] = 53608, - [SMALL_STATE(1588)] = 53630, - [SMALL_STATE(1589)] = 53644, - [SMALL_STATE(1590)] = 53662, - [SMALL_STATE(1591)] = 53680, - [SMALL_STATE(1592)] = 53702, - [SMALL_STATE(1593)] = 53724, - [SMALL_STATE(1594)] = 53738, - [SMALL_STATE(1595)] = 53752, - [SMALL_STATE(1596)] = 53774, - [SMALL_STATE(1597)] = 53788, - [SMALL_STATE(1598)] = 53810, - [SMALL_STATE(1599)] = 53824, - [SMALL_STATE(1600)] = 53846, - [SMALL_STATE(1601)] = 53868, - [SMALL_STATE(1602)] = 53890, - [SMALL_STATE(1603)] = 53912, - [SMALL_STATE(1604)] = 53934, - [SMALL_STATE(1605)] = 53952, - [SMALL_STATE(1606)] = 53970, - [SMALL_STATE(1607)] = 53992, - [SMALL_STATE(1608)] = 54014, - [SMALL_STATE(1609)] = 54036, - [SMALL_STATE(1610)] = 54054, - [SMALL_STATE(1611)] = 54074, - [SMALL_STATE(1612)] = 54096, - [SMALL_STATE(1613)] = 54110, - [SMALL_STATE(1614)] = 54132, - [SMALL_STATE(1615)] = 54150, - [SMALL_STATE(1616)] = 54170, - [SMALL_STATE(1617)] = 54184, - [SMALL_STATE(1618)] = 54206, - [SMALL_STATE(1619)] = 54228, - [SMALL_STATE(1620)] = 54250, - [SMALL_STATE(1621)] = 54270, - [SMALL_STATE(1622)] = 54288, - [SMALL_STATE(1623)] = 54308, - [SMALL_STATE(1624)] = 54326, - [SMALL_STATE(1625)] = 54346, - [SMALL_STATE(1626)] = 54364, - [SMALL_STATE(1627)] = 54384, - [SMALL_STATE(1628)] = 54406, - [SMALL_STATE(1629)] = 54420, - [SMALL_STATE(1630)] = 54442, - [SMALL_STATE(1631)] = 54464, - [SMALL_STATE(1632)] = 54486, - [SMALL_STATE(1633)] = 54508, - [SMALL_STATE(1634)] = 54522, - [SMALL_STATE(1635)] = 54536, - [SMALL_STATE(1636)] = 54558, - [SMALL_STATE(1637)] = 54580, - [SMALL_STATE(1638)] = 54602, - [SMALL_STATE(1639)] = 54620, - [SMALL_STATE(1640)] = 54642, - [SMALL_STATE(1641)] = 54658, - [SMALL_STATE(1642)] = 54680, - [SMALL_STATE(1643)] = 54694, - [SMALL_STATE(1644)] = 54712, - [SMALL_STATE(1645)] = 54734, - [SMALL_STATE(1646)] = 54748, - [SMALL_STATE(1647)] = 54762, - [SMALL_STATE(1648)] = 54776, - [SMALL_STATE(1649)] = 54796, - [SMALL_STATE(1650)] = 54818, - [SMALL_STATE(1651)] = 54833, - [SMALL_STATE(1652)] = 54848, - [SMALL_STATE(1653)] = 54867, - [SMALL_STATE(1654)] = 54882, - [SMALL_STATE(1655)] = 54897, - [SMALL_STATE(1656)] = 54916, - [SMALL_STATE(1657)] = 54927, - [SMALL_STATE(1658)] = 54938, - [SMALL_STATE(1659)] = 54957, - [SMALL_STATE(1660)] = 54972, - [SMALL_STATE(1661)] = 54991, - [SMALL_STATE(1662)] = 55002, - [SMALL_STATE(1663)] = 55021, - [SMALL_STATE(1664)] = 55036, - [SMALL_STATE(1665)] = 55051, - [SMALL_STATE(1666)] = 55066, - [SMALL_STATE(1667)] = 55081, - [SMALL_STATE(1668)] = 55096, - [SMALL_STATE(1669)] = 55115, - [SMALL_STATE(1670)] = 55130, - [SMALL_STATE(1671)] = 55149, - [SMALL_STATE(1672)] = 55168, - [SMALL_STATE(1673)] = 55183, - [SMALL_STATE(1674)] = 55200, - [SMALL_STATE(1675)] = 55217, - [SMALL_STATE(1676)] = 55234, - [SMALL_STATE(1677)] = 55247, - [SMALL_STATE(1678)] = 55262, - [SMALL_STATE(1679)] = 55277, - [SMALL_STATE(1680)] = 55292, - [SMALL_STATE(1681)] = 55307, - [SMALL_STATE(1682)] = 55326, - [SMALL_STATE(1683)] = 55345, - [SMALL_STATE(1684)] = 55360, - [SMALL_STATE(1685)] = 55377, - [SMALL_STATE(1686)] = 55396, - [SMALL_STATE(1687)] = 55411, - [SMALL_STATE(1688)] = 55430, - [SMALL_STATE(1689)] = 55445, - [SMALL_STATE(1690)] = 55462, - [SMALL_STATE(1691)] = 55477, - [SMALL_STATE(1692)] = 55496, - [SMALL_STATE(1693)] = 55513, - [SMALL_STATE(1694)] = 55528, - [SMALL_STATE(1695)] = 55541, - [SMALL_STATE(1696)] = 55554, - [SMALL_STATE(1697)] = 55569, - [SMALL_STATE(1698)] = 55584, - [SMALL_STATE(1699)] = 55603, - [SMALL_STATE(1700)] = 55620, - [SMALL_STATE(1701)] = 55637, - [SMALL_STATE(1702)] = 55656, - [SMALL_STATE(1703)] = 55671, - [SMALL_STATE(1704)] = 55688, - [SMALL_STATE(1705)] = 55703, - [SMALL_STATE(1706)] = 55718, - [SMALL_STATE(1707)] = 55735, - [SMALL_STATE(1708)] = 55750, - [SMALL_STATE(1709)] = 55769, - [SMALL_STATE(1710)] = 55786, - [SMALL_STATE(1711)] = 55801, - [SMALL_STATE(1712)] = 55816, - [SMALL_STATE(1713)] = 55833, - [SMALL_STATE(1714)] = 55850, - [SMALL_STATE(1715)] = 55867, - [SMALL_STATE(1716)] = 55882, - [SMALL_STATE(1717)] = 55899, - [SMALL_STATE(1718)] = 55916, - [SMALL_STATE(1719)] = 55931, - [SMALL_STATE(1720)] = 55946, - [SMALL_STATE(1721)] = 55965, - [SMALL_STATE(1722)] = 55980, - [SMALL_STATE(1723)] = 55999, - [SMALL_STATE(1724)] = 56014, - [SMALL_STATE(1725)] = 56033, - [SMALL_STATE(1726)] = 56052, - [SMALL_STATE(1727)] = 56067, - [SMALL_STATE(1728)] = 56082, - [SMALL_STATE(1729)] = 56097, - [SMALL_STATE(1730)] = 56116, - [SMALL_STATE(1731)] = 56135, - [SMALL_STATE(1732)] = 56154, - [SMALL_STATE(1733)] = 56169, - [SMALL_STATE(1734)] = 56186, - [SMALL_STATE(1735)] = 56205, - [SMALL_STATE(1736)] = 56220, - [SMALL_STATE(1737)] = 56237, - [SMALL_STATE(1738)] = 56252, - [SMALL_STATE(1739)] = 56267, - [SMALL_STATE(1740)] = 56282, - [SMALL_STATE(1741)] = 56298, - [SMALL_STATE(1742)] = 56312, - [SMALL_STATE(1743)] = 56322, - [SMALL_STATE(1744)] = 56336, - [SMALL_STATE(1745)] = 56346, - [SMALL_STATE(1746)] = 56356, - [SMALL_STATE(1747)] = 56372, - [SMALL_STATE(1748)] = 56384, - [SMALL_STATE(1749)] = 56400, - [SMALL_STATE(1750)] = 56416, - [SMALL_STATE(1751)] = 56432, - [SMALL_STATE(1752)] = 56446, - [SMALL_STATE(1753)] = 56462, - [SMALL_STATE(1754)] = 56478, - [SMALL_STATE(1755)] = 56492, - [SMALL_STATE(1756)] = 56508, - [SMALL_STATE(1757)] = 56522, - [SMALL_STATE(1758)] = 56538, - [SMALL_STATE(1759)] = 56548, - [SMALL_STATE(1760)] = 56562, - [SMALL_STATE(1761)] = 56578, - [SMALL_STATE(1762)] = 56594, - [SMALL_STATE(1763)] = 56610, - [SMALL_STATE(1764)] = 56626, - [SMALL_STATE(1765)] = 56642, - [SMALL_STATE(1766)] = 56656, - [SMALL_STATE(1767)] = 56670, - [SMALL_STATE(1768)] = 56686, - [SMALL_STATE(1769)] = 56700, - [SMALL_STATE(1770)] = 56716, - [SMALL_STATE(1771)] = 56732, - [SMALL_STATE(1772)] = 56746, - [SMALL_STATE(1773)] = 56756, - [SMALL_STATE(1774)] = 56770, - [SMALL_STATE(1775)] = 56784, - [SMALL_STATE(1776)] = 56794, - [SMALL_STATE(1777)] = 56810, - [SMALL_STATE(1778)] = 56820, - [SMALL_STATE(1779)] = 56836, - [SMALL_STATE(1780)] = 56852, - [SMALL_STATE(1781)] = 56868, - [SMALL_STATE(1782)] = 56878, - [SMALL_STATE(1783)] = 56888, - [SMALL_STATE(1784)] = 56904, - [SMALL_STATE(1785)] = 56916, - [SMALL_STATE(1786)] = 56926, - [SMALL_STATE(1787)] = 56940, - [SMALL_STATE(1788)] = 56954, - [SMALL_STATE(1789)] = 56970, - [SMALL_STATE(1790)] = 56984, - [SMALL_STATE(1791)] = 56998, - [SMALL_STATE(1792)] = 57014, - [SMALL_STATE(1793)] = 57030, - [SMALL_STATE(1794)] = 57046, - [SMALL_STATE(1795)] = 57062, - [SMALL_STATE(1796)] = 57078, - [SMALL_STATE(1797)] = 57094, - [SMALL_STATE(1798)] = 57108, - [SMALL_STATE(1799)] = 57118, - [SMALL_STATE(1800)] = 57134, - [SMALL_STATE(1801)] = 57150, - [SMALL_STATE(1802)] = 57164, - [SMALL_STATE(1803)] = 57180, - [SMALL_STATE(1804)] = 57194, - [SMALL_STATE(1805)] = 57208, - [SMALL_STATE(1806)] = 57222, - [SMALL_STATE(1807)] = 57236, - [SMALL_STATE(1808)] = 57252, - [SMALL_STATE(1809)] = 57266, - [SMALL_STATE(1810)] = 57280, - [SMALL_STATE(1811)] = 57290, - [SMALL_STATE(1812)] = 57306, - [SMALL_STATE(1813)] = 57320, - [SMALL_STATE(1814)] = 57334, - [SMALL_STATE(1815)] = 57348, - [SMALL_STATE(1816)] = 57364, - [SMALL_STATE(1817)] = 57378, - [SMALL_STATE(1818)] = 57394, - [SMALL_STATE(1819)] = 57410, - [SMALL_STATE(1820)] = 57424, - [SMALL_STATE(1821)] = 57438, - [SMALL_STATE(1822)] = 57452, - [SMALL_STATE(1823)] = 57466, - [SMALL_STATE(1824)] = 57480, - [SMALL_STATE(1825)] = 57492, - [SMALL_STATE(1826)] = 57508, - [SMALL_STATE(1827)] = 57524, - [SMALL_STATE(1828)] = 57540, - [SMALL_STATE(1829)] = 57550, - [SMALL_STATE(1830)] = 57566, - [SMALL_STATE(1831)] = 57580, - [SMALL_STATE(1832)] = 57596, - [SMALL_STATE(1833)] = 57612, - [SMALL_STATE(1834)] = 57626, - [SMALL_STATE(1835)] = 57642, - [SMALL_STATE(1836)] = 57656, - [SMALL_STATE(1837)] = 57670, - [SMALL_STATE(1838)] = 57686, - [SMALL_STATE(1839)] = 57700, - [SMALL_STATE(1840)] = 57716, - [SMALL_STATE(1841)] = 57726, - [SMALL_STATE(1842)] = 57740, - [SMALL_STATE(1843)] = 57750, - [SMALL_STATE(1844)] = 57766, - [SMALL_STATE(1845)] = 57782, - [SMALL_STATE(1846)] = 57798, - [SMALL_STATE(1847)] = 57814, - [SMALL_STATE(1848)] = 57828, + [SMALL_STATE(516)] = 0, + [SMALL_STATE(517)] = 70, + [SMALL_STATE(518)] = 140, + [SMALL_STATE(519)] = 210, + [SMALL_STATE(520)] = 280, + [SMALL_STATE(521)] = 353, + [SMALL_STATE(522)] = 426, + [SMALL_STATE(523)] = 504, + [SMALL_STATE(524)] = 572, + [SMALL_STATE(525)] = 640, + [SMALL_STATE(526)] = 708, + [SMALL_STATE(527)] = 776, + [SMALL_STATE(528)] = 844, + [SMALL_STATE(529)] = 912, + [SMALL_STATE(530)] = 980, + [SMALL_STATE(531)] = 1048, + [SMALL_STATE(532)] = 1116, + [SMALL_STATE(533)] = 1184, + [SMALL_STATE(534)] = 1252, + [SMALL_STATE(535)] = 1322, + [SMALL_STATE(536)] = 1390, + [SMALL_STATE(537)] = 1458, + [SMALL_STATE(538)] = 1526, + [SMALL_STATE(539)] = 1594, + [SMALL_STATE(540)] = 1662, + [SMALL_STATE(541)] = 1730, + [SMALL_STATE(542)] = 1798, + [SMALL_STATE(543)] = 1866, + [SMALL_STATE(544)] = 1934, + [SMALL_STATE(545)] = 2004, + [SMALL_STATE(546)] = 2079, + [SMALL_STATE(547)] = 2154, + [SMALL_STATE(548)] = 2229, + [SMALL_STATE(549)] = 2350, + [SMALL_STATE(550)] = 2465, + [SMALL_STATE(551)] = 2580, + [SMALL_STATE(552)] = 2649, + [SMALL_STATE(553)] = 2770, + [SMALL_STATE(554)] = 2885, + [SMALL_STATE(555)] = 2954, + [SMALL_STATE(556)] = 3018, + [SMALL_STATE(557)] = 3082, + [SMALL_STATE(558)] = 3148, + [SMALL_STATE(559)] = 3212, + [SMALL_STATE(560)] = 3276, + [SMALL_STATE(561)] = 3340, + [SMALL_STATE(562)] = 3406, + [SMALL_STATE(563)] = 3478, + [SMALL_STATE(564)] = 3552, + [SMALL_STATE(565)] = 3616, + [SMALL_STATE(566)] = 3680, + [SMALL_STATE(567)] = 3754, + [SMALL_STATE(568)] = 3818, + [SMALL_STATE(569)] = 3936, + [SMALL_STATE(570)] = 4000, + [SMALL_STATE(571)] = 4074, + [SMALL_STATE(572)] = 4138, + [SMALL_STATE(573)] = 4202, + [SMALL_STATE(574)] = 4266, + [SMALL_STATE(575)] = 4330, + [SMALL_STATE(576)] = 4394, + [SMALL_STATE(577)] = 4458, + [SMALL_STATE(578)] = 4522, + [SMALL_STATE(579)] = 4594, + [SMALL_STATE(580)] = 4657, + [SMALL_STATE(581)] = 4720, + [SMALL_STATE(582)] = 4791, + [SMALL_STATE(583)] = 4854, + [SMALL_STATE(584)] = 4927, + [SMALL_STATE(585)] = 4990, + [SMALL_STATE(586)] = 5061, + [SMALL_STATE(587)] = 5124, + [SMALL_STATE(588)] = 5203, + [SMALL_STATE(589)] = 5266, + [SMALL_STATE(590)] = 5337, + [SMALL_STATE(591)] = 5400, + [SMALL_STATE(592)] = 5471, + [SMALL_STATE(593)] = 5542, + [SMALL_STATE(594)] = 5615, + [SMALL_STATE(595)] = 5678, + [SMALL_STATE(596)] = 5749, + [SMALL_STATE(597)] = 5861, + [SMALL_STATE(598)] = 5973, + [SMALL_STATE(599)] = 6047, + [SMALL_STATE(600)] = 6159, + [SMALL_STATE(601)] = 6229, + [SMALL_STATE(602)] = 6299, + [SMALL_STATE(603)] = 6375, + [SMALL_STATE(604)] = 6449, + [SMALL_STATE(605)] = 6525, + [SMALL_STATE(606)] = 6599, + [SMALL_STATE(607)] = 6669, + [SMALL_STATE(608)] = 6739, + [SMALL_STATE(609)] = 6851, + [SMALL_STATE(610)] = 6960, + [SMALL_STATE(611)] = 7069, + [SMALL_STATE(612)] = 7178, + [SMALL_STATE(613)] = 7251, + [SMALL_STATE(614)] = 7360, + [SMALL_STATE(615)] = 7431, + [SMALL_STATE(616)] = 7540, + [SMALL_STATE(617)] = 7649, + [SMALL_STATE(618)] = 7720, + [SMALL_STATE(619)] = 7829, + [SMALL_STATE(620)] = 7900, + [SMALL_STATE(621)] = 7971, + [SMALL_STATE(622)] = 8042, + [SMALL_STATE(623)] = 8151, + [SMALL_STATE(624)] = 8260, + [SMALL_STATE(625)] = 8331, + [SMALL_STATE(626)] = 8440, + [SMALL_STATE(627)] = 8549, + [SMALL_STATE(628)] = 8658, + [SMALL_STATE(629)] = 8767, + [SMALL_STATE(630)] = 8837, + [SMALL_STATE(631)] = 8907, + [SMALL_STATE(632)] = 8967, + [SMALL_STATE(633)] = 9025, + [SMALL_STATE(634)] = 9125, + [SMALL_STATE(635)] = 9225, + [SMALL_STATE(636)] = 9285, + [SMALL_STATE(637)] = 9344, + [SMALL_STATE(638)] = 9399, + [SMALL_STATE(639)] = 9458, + [SMALL_STATE(640)] = 9513, + [SMALL_STATE(641)] = 9567, + [SMALL_STATE(642)] = 9621, + [SMALL_STATE(643)] = 9675, + [SMALL_STATE(644)] = 9729, + [SMALL_STATE(645)] = 9783, + [SMALL_STATE(646)] = 9839, + [SMALL_STATE(647)] = 9899, + [SMALL_STATE(648)] = 9953, + [SMALL_STATE(649)] = 10007, + [SMALL_STATE(650)] = 10061, + [SMALL_STATE(651)] = 10115, + [SMALL_STATE(652)] = 10169, + [SMALL_STATE(653)] = 10223, + [SMALL_STATE(654)] = 10277, + [SMALL_STATE(655)] = 10337, + [SMALL_STATE(656)] = 10395, + [SMALL_STATE(657)] = 10451, + [SMALL_STATE(658)] = 10507, + [SMALL_STATE(659)] = 10561, + [SMALL_STATE(660)] = 10615, + [SMALL_STATE(661)] = 10669, + [SMALL_STATE(662)] = 10723, + [SMALL_STATE(663)] = 10780, + [SMALL_STATE(664)] = 10833, + [SMALL_STATE(665)] = 10886, + [SMALL_STATE(666)] = 10939, + [SMALL_STATE(667)] = 10992, + [SMALL_STATE(668)] = 11045, + [SMALL_STATE(669)] = 11100, + [SMALL_STATE(670)] = 11155, + [SMALL_STATE(671)] = 11210, + [SMALL_STATE(672)] = 11267, + [SMALL_STATE(673)] = 11324, + [SMALL_STATE(674)] = 11381, + [SMALL_STATE(675)] = 11478, + [SMALL_STATE(676)] = 11531, + [SMALL_STATE(677)] = 11584, + [SMALL_STATE(678)] = 11637, + [SMALL_STATE(679)] = 11734, + [SMALL_STATE(680)] = 11789, + [SMALL_STATE(681)] = 11842, + [SMALL_STATE(682)] = 11894, + [SMALL_STATE(683)] = 11946, + [SMALL_STATE(684)] = 11998, + [SMALL_STATE(685)] = 12050, + [SMALL_STATE(686)] = 12102, + [SMALL_STATE(687)] = 12154, + [SMALL_STATE(688)] = 12206, + [SMALL_STATE(689)] = 12258, + [SMALL_STATE(690)] = 12310, + [SMALL_STATE(691)] = 12362, + [SMALL_STATE(692)] = 12414, + [SMALL_STATE(693)] = 12466, + [SMALL_STATE(694)] = 12518, + [SMALL_STATE(695)] = 12570, + [SMALL_STATE(696)] = 12622, + [SMALL_STATE(697)] = 12676, + [SMALL_STATE(698)] = 12732, + [SMALL_STATE(699)] = 12784, + [SMALL_STATE(700)] = 12836, + [SMALL_STATE(701)] = 12888, + [SMALL_STATE(702)] = 12942, + [SMALL_STATE(703)] = 12998, + [SMALL_STATE(704)] = 13050, + [SMALL_STATE(705)] = 13102, + [SMALL_STATE(706)] = 13154, + [SMALL_STATE(707)] = 13208, + [SMALL_STATE(708)] = 13262, + [SMALL_STATE(709)] = 13314, + [SMALL_STATE(710)] = 13368, + [SMALL_STATE(711)] = 13420, + [SMALL_STATE(712)] = 13472, + [SMALL_STATE(713)] = 13524, + [SMALL_STATE(714)] = 13576, + [SMALL_STATE(715)] = 13628, + [SMALL_STATE(716)] = 13680, + [SMALL_STATE(717)] = 13732, + [SMALL_STATE(718)] = 13784, + [SMALL_STATE(719)] = 13836, + [SMALL_STATE(720)] = 13888, + [SMALL_STATE(721)] = 13940, + [SMALL_STATE(722)] = 13992, + [SMALL_STATE(723)] = 14044, + [SMALL_STATE(724)] = 14096, + [SMALL_STATE(725)] = 14148, + [SMALL_STATE(726)] = 14200, + [SMALL_STATE(727)] = 14252, + [SMALL_STATE(728)] = 14304, + [SMALL_STATE(729)] = 14356, + [SMALL_STATE(730)] = 14408, + [SMALL_STATE(731)] = 14460, + [SMALL_STATE(732)] = 14512, + [SMALL_STATE(733)] = 14572, + [SMALL_STATE(734)] = 14628, + [SMALL_STATE(735)] = 14684, + [SMALL_STATE(736)] = 14778, + [SMALL_STATE(737)] = 14834, + [SMALL_STATE(738)] = 14928, + [SMALL_STATE(739)] = 14980, + [SMALL_STATE(740)] = 15032, + [SMALL_STATE(741)] = 15084, + [SMALL_STATE(742)] = 15136, + [SMALL_STATE(743)] = 15188, + [SMALL_STATE(744)] = 15240, + [SMALL_STATE(745)] = 15334, + [SMALL_STATE(746)] = 15390, + [SMALL_STATE(747)] = 15442, + [SMALL_STATE(748)] = 15494, + [SMALL_STATE(749)] = 15546, + [SMALL_STATE(750)] = 15598, + [SMALL_STATE(751)] = 15650, + [SMALL_STATE(752)] = 15702, + [SMALL_STATE(753)] = 15754, + [SMALL_STATE(754)] = 15806, + [SMALL_STATE(755)] = 15858, + [SMALL_STATE(756)] = 15910, + [SMALL_STATE(757)] = 15962, + [SMALL_STATE(758)] = 16056, + [SMALL_STATE(759)] = 16108, + [SMALL_STATE(760)] = 16160, + [SMALL_STATE(761)] = 16212, + [SMALL_STATE(762)] = 16264, + [SMALL_STATE(763)] = 16317, + [SMALL_STATE(764)] = 16370, + [SMALL_STATE(765)] = 16423, + [SMALL_STATE(766)] = 16478, + [SMALL_STATE(767)] = 16575, + [SMALL_STATE(768)] = 16628, + [SMALL_STATE(769)] = 16683, + [SMALL_STATE(770)] = 16736, + [SMALL_STATE(771)] = 16791, + [SMALL_STATE(772)] = 16842, + [SMALL_STATE(773)] = 16897, + [SMALL_STATE(774)] = 16950, + [SMALL_STATE(775)] = 17041, + [SMALL_STATE(776)] = 17138, + [SMALL_STATE(777)] = 17193, + [SMALL_STATE(778)] = 17290, + [SMALL_STATE(779)] = 17343, + [SMALL_STATE(780)] = 17393, + [SMALL_STATE(781)] = 17443, + [SMALL_STATE(782)] = 17493, + [SMALL_STATE(783)] = 17543, + [SMALL_STATE(784)] = 17595, + [SMALL_STATE(785)] = 17645, + [SMALL_STATE(786)] = 17695, + [SMALL_STATE(787)] = 17745, + [SMALL_STATE(788)] = 17795, + [SMALL_STATE(789)] = 17845, + [SMALL_STATE(790)] = 17901, + [SMALL_STATE(791)] = 17951, + [SMALL_STATE(792)] = 18001, + [SMALL_STATE(793)] = 18057, + [SMALL_STATE(794)] = 18107, + [SMALL_STATE(795)] = 18157, + [SMALL_STATE(796)] = 18209, + [SMALL_STATE(797)] = 18259, + [SMALL_STATE(798)] = 18309, + [SMALL_STATE(799)] = 18359, + [SMALL_STATE(800)] = 18413, + [SMALL_STATE(801)] = 18463, + [SMALL_STATE(802)] = 18517, + [SMALL_STATE(803)] = 18570, + [SMALL_STATE(804)] = 18619, + [SMALL_STATE(805)] = 18668, + [SMALL_STATE(806)] = 18717, + [SMALL_STATE(807)] = 18766, + [SMALL_STATE(808)] = 18815, + [SMALL_STATE(809)] = 18864, + [SMALL_STATE(810)] = 18915, + [SMALL_STATE(811)] = 18966, + [SMALL_STATE(812)] = 19015, + [SMALL_STATE(813)] = 19068, + [SMALL_STATE(814)] = 19121, + [SMALL_STATE(815)] = 19174, + [SMALL_STATE(816)] = 19227, + [SMALL_STATE(817)] = 19278, + [SMALL_STATE(818)] = 19329, + [SMALL_STATE(819)] = 19378, + [SMALL_STATE(820)] = 19427, + [SMALL_STATE(821)] = 19476, + [SMALL_STATE(822)] = 19525, + [SMALL_STATE(823)] = 19573, + [SMALL_STATE(824)] = 19621, + [SMALL_STATE(825)] = 19669, + [SMALL_STATE(826)] = 19717, + [SMALL_STATE(827)] = 19773, + [SMALL_STATE(828)] = 19821, + [SMALL_STATE(829)] = 19869, + [SMALL_STATE(830)] = 19925, + [SMALL_STATE(831)] = 19973, + [SMALL_STATE(832)] = 20021, + [SMALL_STATE(833)] = 20069, + [SMALL_STATE(834)] = 20117, + [SMALL_STATE(835)] = 20165, + [SMALL_STATE(836)] = 20213, + [SMALL_STATE(837)] = 20261, + [SMALL_STATE(838)] = 20309, + [SMALL_STATE(839)] = 20357, + [SMALL_STATE(840)] = 20405, + [SMALL_STATE(841)] = 20453, + [SMALL_STATE(842)] = 20501, + [SMALL_STATE(843)] = 20549, + [SMALL_STATE(844)] = 20597, + [SMALL_STATE(845)] = 20645, + [SMALL_STATE(846)] = 20693, + [SMALL_STATE(847)] = 20741, + [SMALL_STATE(848)] = 20789, + [SMALL_STATE(849)] = 20841, + [SMALL_STATE(850)] = 20889, + [SMALL_STATE(851)] = 20937, + [SMALL_STATE(852)] = 20985, + [SMALL_STATE(853)] = 21033, + [SMALL_STATE(854)] = 21085, + [SMALL_STATE(855)] = 21135, + [SMALL_STATE(856)] = 21183, + [SMALL_STATE(857)] = 21231, + [SMALL_STATE(858)] = 21279, + [SMALL_STATE(859)] = 21327, + [SMALL_STATE(860)] = 21375, + [SMALL_STATE(861)] = 21423, + [SMALL_STATE(862)] = 21471, + [SMALL_STATE(863)] = 21527, + [SMALL_STATE(864)] = 21575, + [SMALL_STATE(865)] = 21623, + [SMALL_STATE(866)] = 21671, + [SMALL_STATE(867)] = 21719, + [SMALL_STATE(868)] = 21767, + [SMALL_STATE(869)] = 21815, + [SMALL_STATE(870)] = 21863, + [SMALL_STATE(871)] = 21911, + [SMALL_STATE(872)] = 21959, + [SMALL_STATE(873)] = 22007, + [SMALL_STATE(874)] = 22055, + [SMALL_STATE(875)] = 22103, + [SMALL_STATE(876)] = 22153, + [SMALL_STATE(877)] = 22201, + [SMALL_STATE(878)] = 22249, + [SMALL_STATE(879)] = 22297, + [SMALL_STATE(880)] = 22345, + [SMALL_STATE(881)] = 22393, + [SMALL_STATE(882)] = 22441, + [SMALL_STATE(883)] = 22491, + [SMALL_STATE(884)] = 22539, + [SMALL_STATE(885)] = 22589, + [SMALL_STATE(886)] = 22637, + [SMALL_STATE(887)] = 22685, + [SMALL_STATE(888)] = 22737, + [SMALL_STATE(889)] = 22785, + [SMALL_STATE(890)] = 22833, + [SMALL_STATE(891)] = 22889, + [SMALL_STATE(892)] = 22937, + [SMALL_STATE(893)] = 22987, + [SMALL_STATE(894)] = 23039, + [SMALL_STATE(895)] = 23087, + [SMALL_STATE(896)] = 23137, + [SMALL_STATE(897)] = 23185, + [SMALL_STATE(898)] = 23233, + [SMALL_STATE(899)] = 23281, + [SMALL_STATE(900)] = 23333, + [SMALL_STATE(901)] = 23381, + [SMALL_STATE(902)] = 23431, + [SMALL_STATE(903)] = 23479, + [SMALL_STATE(904)] = 23529, + [SMALL_STATE(905)] = 23577, + [SMALL_STATE(906)] = 23625, + [SMALL_STATE(907)] = 23677, + [SMALL_STATE(908)] = 23724, + [SMALL_STATE(909)] = 23773, + [SMALL_STATE(910)] = 23824, + [SMALL_STATE(911)] = 23871, + [SMALL_STATE(912)] = 23918, + [SMALL_STATE(913)] = 23965, + [SMALL_STATE(914)] = 24012, + [SMALL_STATE(915)] = 24059, + [SMALL_STATE(916)] = 24106, + [SMALL_STATE(917)] = 24155, + [SMALL_STATE(918)] = 24202, + [SMALL_STATE(919)] = 24249, + [SMALL_STATE(920)] = 24296, + [SMALL_STATE(921)] = 24343, + [SMALL_STATE(922)] = 24390, + [SMALL_STATE(923)] = 24437, + [SMALL_STATE(924)] = 24486, + [SMALL_STATE(925)] = 24535, + [SMALL_STATE(926)] = 24582, + [SMALL_STATE(927)] = 24631, + [SMALL_STATE(928)] = 24678, + [SMALL_STATE(929)] = 24727, + [SMALL_STATE(930)] = 24774, + [SMALL_STATE(931)] = 24821, + [SMALL_STATE(932)] = 24868, + [SMALL_STATE(933)] = 24915, + [SMALL_STATE(934)] = 24962, + [SMALL_STATE(935)] = 25013, + [SMALL_STATE(936)] = 25060, + [SMALL_STATE(937)] = 25107, + [SMALL_STATE(938)] = 25154, + [SMALL_STATE(939)] = 25203, + [SMALL_STATE(940)] = 25252, + [SMALL_STATE(941)] = 25298, + [SMALL_STATE(942)] = 25343, + [SMALL_STATE(943)] = 25392, + [SMALL_STATE(944)] = 25439, + [SMALL_STATE(945)] = 25499, + [SMALL_STATE(946)] = 25581, + [SMALL_STATE(947)] = 25625, + [SMALL_STATE(948)] = 25701, + [SMALL_STATE(949)] = 25749, + [SMALL_STATE(950)] = 25825, + [SMALL_STATE(951)] = 25901, + [SMALL_STATE(952)] = 25983, + [SMALL_STATE(953)] = 26065, + [SMALL_STATE(954)] = 26147, + [SMALL_STATE(955)] = 26223, + [SMALL_STATE(956)] = 26269, + [SMALL_STATE(957)] = 26323, + [SMALL_STATE(958)] = 26375, + [SMALL_STATE(959)] = 26431, + [SMALL_STATE(960)] = 26513, + [SMALL_STATE(961)] = 26583, + [SMALL_STATE(962)] = 26649, + [SMALL_STATE(963)] = 26725, + [SMALL_STATE(964)] = 26803, + [SMALL_STATE(965)] = 26887, + [SMALL_STATE(966)] = 26969, + [SMALL_STATE(967)] = 27051, + [SMALL_STATE(968)] = 27133, + [SMALL_STATE(969)] = 27213, + [SMALL_STATE(970)] = 27289, + [SMALL_STATE(971)] = 27365, + [SMALL_STATE(972)] = 27447, + [SMALL_STATE(973)] = 27519, + [SMALL_STATE(974)] = 27601, + [SMALL_STATE(975)] = 27647, + [SMALL_STATE(976)] = 27723, + [SMALL_STATE(977)] = 27773, + [SMALL_STATE(978)] = 27841, + [SMALL_STATE(979)] = 27905, + [SMALL_STATE(980)] = 27953, + [SMALL_STATE(981)] = 27996, + [SMALL_STATE(982)] = 28059, + [SMALL_STATE(983)] = 28134, + [SMALL_STATE(984)] = 28209, + [SMALL_STATE(985)] = 28284, + [SMALL_STATE(986)] = 28327, + [SMALL_STATE(987)] = 28408, + [SMALL_STATE(988)] = 28451, + [SMALL_STATE(989)] = 28494, + [SMALL_STATE(990)] = 28575, + [SMALL_STATE(991)] = 28620, + [SMALL_STATE(992)] = 28677, + [SMALL_STATE(993)] = 28758, + [SMALL_STATE(994)] = 28801, + [SMALL_STATE(995)] = 28844, + [SMALL_STATE(996)] = 28887, + [SMALL_STATE(997)] = 28930, + [SMALL_STATE(998)] = 28973, + [SMALL_STATE(999)] = 29016, + [SMALL_STATE(1000)] = 29091, + [SMALL_STATE(1001)] = 29166, + [SMALL_STATE(1002)] = 29209, + [SMALL_STATE(1003)] = 29290, + [SMALL_STATE(1004)] = 29371, + [SMALL_STATE(1005)] = 29452, + [SMALL_STATE(1006)] = 29515, + [SMALL_STATE(1007)] = 29558, + [SMALL_STATE(1008)] = 29625, + [SMALL_STATE(1009)] = 29706, + [SMALL_STATE(1010)] = 29787, + [SMALL_STATE(1011)] = 29868, + [SMALL_STATE(1012)] = 29917, + [SMALL_STATE(1013)] = 29998, + [SMALL_STATE(1014)] = 30073, + [SMALL_STATE(1015)] = 30148, + [SMALL_STATE(1016)] = 30191, + [SMALL_STATE(1017)] = 30266, + [SMALL_STATE(1018)] = 30311, + [SMALL_STATE(1019)] = 30364, + [SMALL_STATE(1020)] = 30439, + [SMALL_STATE(1021)] = 30520, + [SMALL_STATE(1022)] = 30601, + [SMALL_STATE(1023)] = 30644, + [SMALL_STATE(1024)] = 30689, + [SMALL_STATE(1025)] = 30740, + [SMALL_STATE(1026)] = 30815, + [SMALL_STATE(1027)] = 30890, + [SMALL_STATE(1028)] = 30945, + [SMALL_STATE(1029)] = 31026, + [SMALL_STATE(1030)] = 31085, + [SMALL_STATE(1031)] = 31150, + [SMALL_STATE(1032)] = 31219, + [SMALL_STATE(1033)] = 31300, + [SMALL_STATE(1034)] = 31375, + [SMALL_STATE(1035)] = 31454, + [SMALL_STATE(1036)] = 31535, + [SMALL_STATE(1037)] = 31580, + [SMALL_STATE(1038)] = 31661, + [SMALL_STATE(1039)] = 31744, + [SMALL_STATE(1040)] = 31825, + [SMALL_STATE(1041)] = 31868, + [SMALL_STATE(1042)] = 31911, + [SMALL_STATE(1043)] = 31992, + [SMALL_STATE(1044)] = 32045, + [SMALL_STATE(1045)] = 32088, + [SMALL_STATE(1046)] = 32139, + [SMALL_STATE(1047)] = 32222, + [SMALL_STATE(1048)] = 32265, + [SMALL_STATE(1049)] = 32320, + [SMALL_STATE(1050)] = 32401, + [SMALL_STATE(1051)] = 32444, + [SMALL_STATE(1052)] = 32525, + [SMALL_STATE(1053)] = 32568, + [SMALL_STATE(1054)] = 32639, + [SMALL_STATE(1055)] = 32716, + [SMALL_STATE(1056)] = 32775, + [SMALL_STATE(1057)] = 32840, + [SMALL_STATE(1058)] = 32919, + [SMALL_STATE(1059)] = 32988, + [SMALL_STATE(1060)] = 33063, + [SMALL_STATE(1061)] = 33140, + [SMALL_STATE(1062)] = 33211, + [SMALL_STATE(1063)] = 33256, + [SMALL_STATE(1064)] = 33331, + [SMALL_STATE(1065)] = 33380, + [SMALL_STATE(1066)] = 33447, + [SMALL_STATE(1067)] = 33490, + [SMALL_STATE(1068)] = 33533, + [SMALL_STATE(1069)] = 33576, + [SMALL_STATE(1070)] = 33619, + [SMALL_STATE(1071)] = 33662, + [SMALL_STATE(1072)] = 33726, + [SMALL_STATE(1073)] = 33806, + [SMALL_STATE(1074)] = 33848, + [SMALL_STATE(1075)] = 33922, + [SMALL_STATE(1076)] = 33996, + [SMALL_STATE(1077)] = 34070, + [SMALL_STATE(1078)] = 34150, + [SMALL_STATE(1079)] = 34192, + [SMALL_STATE(1080)] = 34266, + [SMALL_STATE(1081)] = 34346, + [SMALL_STATE(1082)] = 34420, + [SMALL_STATE(1083)] = 34464, + [SMALL_STATE(1084)] = 34516, + [SMALL_STATE(1085)] = 34566, + [SMALL_STATE(1086)] = 34620, + [SMALL_STATE(1087)] = 34682, + [SMALL_STATE(1088)] = 34762, + [SMALL_STATE(1089)] = 34828, + [SMALL_STATE(1090)] = 34870, + [SMALL_STATE(1091)] = 34950, + [SMALL_STATE(1092)] = 34998, + [SMALL_STATE(1093)] = 35056, + [SMALL_STATE(1094)] = 35130, + [SMALL_STATE(1095)] = 35198, + [SMALL_STATE(1096)] = 35268, + [SMALL_STATE(1097)] = 35312, + [SMALL_STATE(1098)] = 35392, + [SMALL_STATE(1099)] = 35466, + [SMALL_STATE(1100)] = 35546, + [SMALL_STATE(1101)] = 35622, + [SMALL_STATE(1102)] = 35702, + [SMALL_STATE(1103)] = 35782, + [SMALL_STATE(1104)] = 35862, + [SMALL_STATE(1105)] = 35940, + [SMALL_STATE(1106)] = 36022, + [SMALL_STATE(1107)] = 36105, + [SMALL_STATE(1108)] = 36188, + [SMALL_STATE(1109)] = 36271, + [SMALL_STATE(1110)] = 36354, + [SMALL_STATE(1111)] = 36437, + [SMALL_STATE(1112)] = 36520, + [SMALL_STATE(1113)] = 36585, + [SMALL_STATE(1114)] = 36650, + [SMALL_STATE(1115)] = 36715, + [SMALL_STATE(1116)] = 36758, + [SMALL_STATE(1117)] = 36823, + [SMALL_STATE(1118)] = 36902, + [SMALL_STATE(1119)] = 36945, + [SMALL_STATE(1120)] = 37028, + [SMALL_STATE(1121)] = 37111, + [SMALL_STATE(1122)] = 37189, + [SMALL_STATE(1123)] = 37269, + [SMALL_STATE(1124)] = 37349, + [SMALL_STATE(1125)] = 37429, + [SMALL_STATE(1126)] = 37509, + [SMALL_STATE(1127)] = 37589, + [SMALL_STATE(1128)] = 37669, + [SMALL_STATE(1129)] = 37749, + [SMALL_STATE(1130)] = 37829, + [SMALL_STATE(1131)] = 37909, + [SMALL_STATE(1132)] = 37987, + [SMALL_STATE(1133)] = 38067, + [SMALL_STATE(1134)] = 38147, + [SMALL_STATE(1135)] = 38227, + [SMALL_STATE(1136)] = 38307, + [SMALL_STATE(1137)] = 38389, + [SMALL_STATE(1138)] = 38469, + [SMALL_STATE(1139)] = 38546, + [SMALL_STATE(1140)] = 38623, + [SMALL_STATE(1141)] = 38694, + [SMALL_STATE(1142)] = 38771, + [SMALL_STATE(1143)] = 38848, + [SMALL_STATE(1144)] = 38919, + [SMALL_STATE(1145)] = 38990, + [SMALL_STATE(1146)] = 39067, + [SMALL_STATE(1147)] = 39144, + [SMALL_STATE(1148)] = 39223, + [SMALL_STATE(1149)] = 39300, + [SMALL_STATE(1150)] = 39379, + [SMALL_STATE(1151)] = 39444, + [SMALL_STATE(1152)] = 39521, + [SMALL_STATE(1153)] = 39598, + [SMALL_STATE(1154)] = 39677, + [SMALL_STATE(1155)] = 39754, + [SMALL_STATE(1156)] = 39819, + [SMALL_STATE(1157)] = 39890, + [SMALL_STATE(1158)] = 39967, + [SMALL_STATE(1159)] = 40038, + [SMALL_STATE(1160)] = 40115, + [SMALL_STATE(1161)] = 40192, + [SMALL_STATE(1162)] = 40271, + [SMALL_STATE(1163)] = 40348, + [SMALL_STATE(1164)] = 40425, + [SMALL_STATE(1165)] = 40504, + [SMALL_STATE(1166)] = 40581, + [SMALL_STATE(1167)] = 40652, + [SMALL_STATE(1168)] = 40723, + [SMALL_STATE(1169)] = 40799, + [SMALL_STATE(1170)] = 40875, + [SMALL_STATE(1171)] = 40951, + [SMALL_STATE(1172)] = 41027, + [SMALL_STATE(1173)] = 41103, + [SMALL_STATE(1174)] = 41179, + [SMALL_STATE(1175)] = 41255, + [SMALL_STATE(1176)] = 41331, + [SMALL_STATE(1177)] = 41407, + [SMALL_STATE(1178)] = 41483, + [SMALL_STATE(1179)] = 41559, + [SMALL_STATE(1180)] = 41635, + [SMALL_STATE(1181)] = 41711, + [SMALL_STATE(1182)] = 41787, + [SMALL_STATE(1183)] = 41863, + [SMALL_STATE(1184)] = 41939, + [SMALL_STATE(1185)] = 42015, + [SMALL_STATE(1186)] = 42091, + [SMALL_STATE(1187)] = 42167, + [SMALL_STATE(1188)] = 42243, + [SMALL_STATE(1189)] = 42319, + [SMALL_STATE(1190)] = 42395, + [SMALL_STATE(1191)] = 42471, + [SMALL_STATE(1192)] = 42547, + [SMALL_STATE(1193)] = 42623, + [SMALL_STATE(1194)] = 42699, + [SMALL_STATE(1195)] = 42775, + [SMALL_STATE(1196)] = 42851, + [SMALL_STATE(1197)] = 42927, + [SMALL_STATE(1198)] = 43003, + [SMALL_STATE(1199)] = 43079, + [SMALL_STATE(1200)] = 43155, + [SMALL_STATE(1201)] = 43231, + [SMALL_STATE(1202)] = 43307, + [SMALL_STATE(1203)] = 43383, + [SMALL_STATE(1204)] = 43459, + [SMALL_STATE(1205)] = 43535, + [SMALL_STATE(1206)] = 43611, + [SMALL_STATE(1207)] = 43687, + [SMALL_STATE(1208)] = 43763, + [SMALL_STATE(1209)] = 43839, + [SMALL_STATE(1210)] = 43915, + [SMALL_STATE(1211)] = 43991, + [SMALL_STATE(1212)] = 44067, + [SMALL_STATE(1213)] = 44143, + [SMALL_STATE(1214)] = 44219, + [SMALL_STATE(1215)] = 44295, + [SMALL_STATE(1216)] = 44371, + [SMALL_STATE(1217)] = 44447, + [SMALL_STATE(1218)] = 44523, + [SMALL_STATE(1219)] = 44599, + [SMALL_STATE(1220)] = 44658, + [SMALL_STATE(1221)] = 44695, + [SMALL_STATE(1222)] = 44754, + [SMALL_STATE(1223)] = 44819, + [SMALL_STATE(1224)] = 44884, + [SMALL_STATE(1225)] = 44949, + [SMALL_STATE(1226)] = 45014, + [SMALL_STATE(1227)] = 45079, + [SMALL_STATE(1228)] = 45116, + [SMALL_STATE(1229)] = 45152, + [SMALL_STATE(1230)] = 45208, + [SMALL_STATE(1231)] = 45264, + [SMALL_STATE(1232)] = 45300, + [SMALL_STATE(1233)] = 45336, + [SMALL_STATE(1234)] = 45381, + [SMALL_STATE(1235)] = 45426, + [SMALL_STATE(1236)] = 45471, + [SMALL_STATE(1237)] = 45516, + [SMALL_STATE(1238)] = 45561, + [SMALL_STATE(1239)] = 45606, + [SMALL_STATE(1240)] = 45651, + [SMALL_STATE(1241)] = 45704, + [SMALL_STATE(1242)] = 45749, + [SMALL_STATE(1243)] = 45794, + [SMALL_STATE(1244)] = 45847, + [SMALL_STATE(1245)] = 45892, + [SMALL_STATE(1246)] = 45937, + [SMALL_STATE(1247)] = 45982, + [SMALL_STATE(1248)] = 46027, + [SMALL_STATE(1249)] = 46072, + [SMALL_STATE(1250)] = 46114, + [SMALL_STATE(1251)] = 46156, + [SMALL_STATE(1252)] = 46198, + [SMALL_STATE(1253)] = 46240, + [SMALL_STATE(1254)] = 46282, + [SMALL_STATE(1255)] = 46324, + [SMALL_STATE(1256)] = 46366, + [SMALL_STATE(1257)] = 46408, + [SMALL_STATE(1258)] = 46444, + [SMALL_STATE(1259)] = 46494, + [SMALL_STATE(1260)] = 46544, + [SMALL_STATE(1261)] = 46580, + [SMALL_STATE(1262)] = 46617, + [SMALL_STATE(1263)] = 46654, + [SMALL_STATE(1264)] = 46691, + [SMALL_STATE(1265)] = 46736, + [SMALL_STATE(1266)] = 46773, + [SMALL_STATE(1267)] = 46815, + [SMALL_STATE(1268)] = 46854, + [SMALL_STATE(1269)] = 46893, + [SMALL_STATE(1270)] = 46932, + [SMALL_STATE(1271)] = 46971, + [SMALL_STATE(1272)] = 47010, + [SMALL_STATE(1273)] = 47050, + [SMALL_STATE(1274)] = 47086, + [SMALL_STATE(1275)] = 47122, + [SMALL_STATE(1276)] = 47146, + [SMALL_STATE(1277)] = 47182, + [SMALL_STATE(1278)] = 47218, + [SMALL_STATE(1279)] = 47254, + [SMALL_STATE(1280)] = 47290, + [SMALL_STATE(1281)] = 47326, + [SMALL_STATE(1282)] = 47362, + [SMALL_STATE(1283)] = 47398, + [SMALL_STATE(1284)] = 47438, + [SMALL_STATE(1285)] = 47475, + [SMALL_STATE(1286)] = 47510, + [SMALL_STATE(1287)] = 47545, + [SMALL_STATE(1288)] = 47582, + [SMALL_STATE(1289)] = 47619, + [SMALL_STATE(1290)] = 47654, + [SMALL_STATE(1291)] = 47674, + [SMALL_STATE(1292)] = 47694, + [SMALL_STATE(1293)] = 47714, + [SMALL_STATE(1294)] = 47734, + [SMALL_STATE(1295)] = 47754, + [SMALL_STATE(1296)] = 47774, + [SMALL_STATE(1297)] = 47808, + [SMALL_STATE(1298)] = 47828, + [SMALL_STATE(1299)] = 47862, + [SMALL_STATE(1300)] = 47882, + [SMALL_STATE(1301)] = 47916, + [SMALL_STATE(1302)] = 47950, + [SMALL_STATE(1303)] = 47984, + [SMALL_STATE(1304)] = 48018, + [SMALL_STATE(1305)] = 48052, + [SMALL_STATE(1306)] = 48086, + [SMALL_STATE(1307)] = 48120, + [SMALL_STATE(1308)] = 48154, + [SMALL_STATE(1309)] = 48174, + [SMALL_STATE(1310)] = 48208, + [SMALL_STATE(1311)] = 48228, + [SMALL_STATE(1312)] = 48262, + [SMALL_STATE(1313)] = 48282, + [SMALL_STATE(1314)] = 48302, + [SMALL_STATE(1315)] = 48336, + [SMALL_STATE(1316)] = 48369, + [SMALL_STATE(1317)] = 48388, + [SMALL_STATE(1318)] = 48407, + [SMALL_STATE(1319)] = 48426, + [SMALL_STATE(1320)] = 48445, + [SMALL_STATE(1321)] = 48464, + [SMALL_STATE(1322)] = 48483, + [SMALL_STATE(1323)] = 48502, + [SMALL_STATE(1324)] = 48521, + [SMALL_STATE(1325)] = 48540, + [SMALL_STATE(1326)] = 48565, + [SMALL_STATE(1327)] = 48584, + [SMALL_STATE(1328)] = 48603, + [SMALL_STATE(1329)] = 48622, + [SMALL_STATE(1330)] = 48641, + [SMALL_STATE(1331)] = 48660, + [SMALL_STATE(1332)] = 48691, + [SMALL_STATE(1333)] = 48710, + [SMALL_STATE(1334)] = 48729, + [SMALL_STATE(1335)] = 48748, + [SMALL_STATE(1336)] = 48781, + [SMALL_STATE(1337)] = 48800, + [SMALL_STATE(1338)] = 48819, + [SMALL_STATE(1339)] = 48847, + [SMALL_STATE(1340)] = 48875, + [SMALL_STATE(1341)] = 48911, + [SMALL_STATE(1342)] = 48941, + [SMALL_STATE(1343)] = 48969, + [SMALL_STATE(1344)] = 48997, + [SMALL_STATE(1345)] = 49027, + [SMALL_STATE(1346)] = 49063, + [SMALL_STATE(1347)] = 49091, + [SMALL_STATE(1348)] = 49119, + [SMALL_STATE(1349)] = 49155, + [SMALL_STATE(1350)] = 49185, + [SMALL_STATE(1351)] = 49215, + [SMALL_STATE(1352)] = 49243, + [SMALL_STATE(1353)] = 49271, + [SMALL_STATE(1354)] = 49301, + [SMALL_STATE(1355)] = 49329, + [SMALL_STATE(1356)] = 49359, + [SMALL_STATE(1357)] = 49387, + [SMALL_STATE(1358)] = 49415, + [SMALL_STATE(1359)] = 49445, + [SMALL_STATE(1360)] = 49473, + [SMALL_STATE(1361)] = 49501, + [SMALL_STATE(1362)] = 49529, + [SMALL_STATE(1363)] = 49557, + [SMALL_STATE(1364)] = 49585, + [SMALL_STATE(1365)] = 49607, + [SMALL_STATE(1366)] = 49635, + [SMALL_STATE(1367)] = 49671, + [SMALL_STATE(1368)] = 49699, + [SMALL_STATE(1369)] = 49727, + [SMALL_STATE(1370)] = 49755, + [SMALL_STATE(1371)] = 49785, + [SMALL_STATE(1372)] = 49815, + [SMALL_STATE(1373)] = 49851, + [SMALL_STATE(1374)] = 49878, + [SMALL_STATE(1375)] = 49905, + [SMALL_STATE(1376)] = 49924, + [SMALL_STATE(1377)] = 49951, + [SMALL_STATE(1378)] = 49972, + [SMALL_STATE(1379)] = 49999, + [SMALL_STATE(1380)] = 50026, + [SMALL_STATE(1381)] = 50051, + [SMALL_STATE(1382)] = 50070, + [SMALL_STATE(1383)] = 50097, + [SMALL_STATE(1384)] = 50116, + [SMALL_STATE(1385)] = 50141, + [SMALL_STATE(1386)] = 50168, + [SMALL_STATE(1387)] = 50186, + [SMALL_STATE(1388)] = 50204, + [SMALL_STATE(1389)] = 50222, + [SMALL_STATE(1390)] = 50246, + [SMALL_STATE(1391)] = 50264, + [SMALL_STATE(1392)] = 50282, + [SMALL_STATE(1393)] = 50304, + [SMALL_STATE(1394)] = 50332, + [SMALL_STATE(1395)] = 50360, + [SMALL_STATE(1396)] = 50378, + [SMALL_STATE(1397)] = 50401, + [SMALL_STATE(1398)] = 50428, + [SMALL_STATE(1399)] = 50451, + [SMALL_STATE(1400)] = 50468, + [SMALL_STATE(1401)] = 50495, + [SMALL_STATE(1402)] = 50522, + [SMALL_STATE(1403)] = 50549, + [SMALL_STATE(1404)] = 50574, + [SMALL_STATE(1405)] = 50601, + [SMALL_STATE(1406)] = 50628, + [SMALL_STATE(1407)] = 50655, + [SMALL_STATE(1408)] = 50682, + [SMALL_STATE(1409)] = 50701, + [SMALL_STATE(1410)] = 50718, + [SMALL_STATE(1411)] = 50735, + [SMALL_STATE(1412)] = 50752, + [SMALL_STATE(1413)] = 50776, + [SMALL_STATE(1414)] = 50804, + [SMALL_STATE(1415)] = 50824, + [SMALL_STATE(1416)] = 50848, + [SMALL_STATE(1417)] = 50876, + [SMALL_STATE(1418)] = 50898, + [SMALL_STATE(1419)] = 50926, + [SMALL_STATE(1420)] = 50954, + [SMALL_STATE(1421)] = 50982, + [SMALL_STATE(1422)] = 51004, + [SMALL_STATE(1423)] = 51026, + [SMALL_STATE(1424)] = 51054, + [SMALL_STATE(1425)] = 51082, + [SMALL_STATE(1426)] = 51104, + [SMALL_STATE(1427)] = 51122, + [SMALL_STATE(1428)] = 51144, + [SMALL_STATE(1429)] = 51172, + [SMALL_STATE(1430)] = 51194, + [SMALL_STATE(1431)] = 51216, + [SMALL_STATE(1432)] = 51238, + [SMALL_STATE(1433)] = 51260, + [SMALL_STATE(1434)] = 51279, + [SMALL_STATE(1435)] = 51296, + [SMALL_STATE(1436)] = 51319, + [SMALL_STATE(1437)] = 51334, + [SMALL_STATE(1438)] = 51349, + [SMALL_STATE(1439)] = 51370, + [SMALL_STATE(1440)] = 51391, + [SMALL_STATE(1441)] = 51412, + [SMALL_STATE(1442)] = 51427, + [SMALL_STATE(1443)] = 51448, + [SMALL_STATE(1444)] = 51463, + [SMALL_STATE(1445)] = 51478, + [SMALL_STATE(1446)] = 51497, + [SMALL_STATE(1447)] = 51518, + [SMALL_STATE(1448)] = 51535, + [SMALL_STATE(1449)] = 51554, + [SMALL_STATE(1450)] = 51573, + [SMALL_STATE(1451)] = 51592, + [SMALL_STATE(1452)] = 51611, + [SMALL_STATE(1453)] = 51630, + [SMALL_STATE(1454)] = 51651, + [SMALL_STATE(1455)] = 51666, + [SMALL_STATE(1456)] = 51687, + [SMALL_STATE(1457)] = 51706, + [SMALL_STATE(1458)] = 51721, + [SMALL_STATE(1459)] = 51736, + [SMALL_STATE(1460)] = 51751, + [SMALL_STATE(1461)] = 51770, + [SMALL_STATE(1462)] = 51785, + [SMALL_STATE(1463)] = 51804, + [SMALL_STATE(1464)] = 51825, + [SMALL_STATE(1465)] = 51844, + [SMALL_STATE(1466)] = 51859, + [SMALL_STATE(1467)] = 51880, + [SMALL_STATE(1468)] = 51899, + [SMALL_STATE(1469)] = 51920, + [SMALL_STATE(1470)] = 51939, + [SMALL_STATE(1471)] = 51954, + [SMALL_STATE(1472)] = 51973, + [SMALL_STATE(1473)] = 51994, + [SMALL_STATE(1474)] = 52015, + [SMALL_STATE(1475)] = 52034, + [SMALL_STATE(1476)] = 52053, + [SMALL_STATE(1477)] = 52074, + [SMALL_STATE(1478)] = 52091, + [SMALL_STATE(1479)] = 52112, + [SMALL_STATE(1480)] = 52133, + [SMALL_STATE(1481)] = 52152, + [SMALL_STATE(1482)] = 52173, + [SMALL_STATE(1483)] = 52194, + [SMALL_STATE(1484)] = 52209, + [SMALL_STATE(1485)] = 52224, + [SMALL_STATE(1486)] = 52249, + [SMALL_STATE(1487)] = 52274, + [SMALL_STATE(1488)] = 52289, + [SMALL_STATE(1489)] = 52310, + [SMALL_STATE(1490)] = 52328, + [SMALL_STATE(1491)] = 52348, + [SMALL_STATE(1492)] = 52364, + [SMALL_STATE(1493)] = 52386, + [SMALL_STATE(1494)] = 52400, + [SMALL_STATE(1495)] = 52414, + [SMALL_STATE(1496)] = 52430, + [SMALL_STATE(1497)] = 52452, + [SMALL_STATE(1498)] = 52470, + [SMALL_STATE(1499)] = 52484, + [SMALL_STATE(1500)] = 52498, + [SMALL_STATE(1501)] = 52518, + [SMALL_STATE(1502)] = 52532, + [SMALL_STATE(1503)] = 52554, + [SMALL_STATE(1504)] = 52568, + [SMALL_STATE(1505)] = 52582, + [SMALL_STATE(1506)] = 52598, + [SMALL_STATE(1507)] = 52614, + [SMALL_STATE(1508)] = 52636, + [SMALL_STATE(1509)] = 52650, + [SMALL_STATE(1510)] = 52672, + [SMALL_STATE(1511)] = 52690, + [SMALL_STATE(1512)] = 52708, + [SMALL_STATE(1513)] = 52722, + [SMALL_STATE(1514)] = 52744, + [SMALL_STATE(1515)] = 52758, + [SMALL_STATE(1516)] = 52772, + [SMALL_STATE(1517)] = 52794, + [SMALL_STATE(1518)] = 52816, + [SMALL_STATE(1519)] = 52830, + [SMALL_STATE(1520)] = 52850, + [SMALL_STATE(1521)] = 52870, + [SMALL_STATE(1522)] = 52884, + [SMALL_STATE(1523)] = 52906, + [SMALL_STATE(1524)] = 52924, + [SMALL_STATE(1525)] = 52946, + [SMALL_STATE(1526)] = 52968, + [SMALL_STATE(1527)] = 52986, + [SMALL_STATE(1528)] = 53004, + [SMALL_STATE(1529)] = 53026, + [SMALL_STATE(1530)] = 53048, + [SMALL_STATE(1531)] = 53070, + [SMALL_STATE(1532)] = 53084, + [SMALL_STATE(1533)] = 53098, + [SMALL_STATE(1534)] = 53112, + [SMALL_STATE(1535)] = 53126, + [SMALL_STATE(1536)] = 53144, + [SMALL_STATE(1537)] = 53166, + [SMALL_STATE(1538)] = 53188, + [SMALL_STATE(1539)] = 53210, + [SMALL_STATE(1540)] = 53224, + [SMALL_STATE(1541)] = 53246, + [SMALL_STATE(1542)] = 53268, + [SMALL_STATE(1543)] = 53286, + [SMALL_STATE(1544)] = 53304, + [SMALL_STATE(1545)] = 53326, + [SMALL_STATE(1546)] = 53344, + [SMALL_STATE(1547)] = 53366, + [SMALL_STATE(1548)] = 53380, + [SMALL_STATE(1549)] = 53402, + [SMALL_STATE(1550)] = 53424, + [SMALL_STATE(1551)] = 53446, + [SMALL_STATE(1552)] = 53464, + [SMALL_STATE(1553)] = 53480, + [SMALL_STATE(1554)] = 53496, + [SMALL_STATE(1555)] = 53510, + [SMALL_STATE(1556)] = 53528, + [SMALL_STATE(1557)] = 53544, + [SMALL_STATE(1558)] = 53564, + [SMALL_STATE(1559)] = 53578, + [SMALL_STATE(1560)] = 53596, + [SMALL_STATE(1561)] = 53612, + [SMALL_STATE(1562)] = 53634, + [SMALL_STATE(1563)] = 53652, + [SMALL_STATE(1564)] = 53668, + [SMALL_STATE(1565)] = 53684, + [SMALL_STATE(1566)] = 53702, + [SMALL_STATE(1567)] = 53718, + [SMALL_STATE(1568)] = 53736, + [SMALL_STATE(1569)] = 53750, + [SMALL_STATE(1570)] = 53768, + [SMALL_STATE(1571)] = 53786, + [SMALL_STATE(1572)] = 53804, + [SMALL_STATE(1573)] = 53822, + [SMALL_STATE(1574)] = 53840, + [SMALL_STATE(1575)] = 53856, + [SMALL_STATE(1576)] = 53872, + [SMALL_STATE(1577)] = 53888, + [SMALL_STATE(1578)] = 53904, + [SMALL_STATE(1579)] = 53920, + [SMALL_STATE(1580)] = 53942, + [SMALL_STATE(1581)] = 53958, + [SMALL_STATE(1582)] = 53980, + [SMALL_STATE(1583)] = 53996, + [SMALL_STATE(1584)] = 54010, + [SMALL_STATE(1585)] = 54029, + [SMALL_STATE(1586)] = 54042, + [SMALL_STATE(1587)] = 54061, + [SMALL_STATE(1588)] = 54076, + [SMALL_STATE(1589)] = 54095, + [SMALL_STATE(1590)] = 54108, + [SMALL_STATE(1591)] = 54121, + [SMALL_STATE(1592)] = 54138, + [SMALL_STATE(1593)] = 54155, + [SMALL_STATE(1594)] = 54172, + [SMALL_STATE(1595)] = 54191, + [SMALL_STATE(1596)] = 54202, + [SMALL_STATE(1597)] = 54215, + [SMALL_STATE(1598)] = 54234, + [SMALL_STATE(1599)] = 54249, + [SMALL_STATE(1600)] = 54266, + [SMALL_STATE(1601)] = 54285, + [SMALL_STATE(1602)] = 54298, + [SMALL_STATE(1603)] = 54317, + [SMALL_STATE(1604)] = 54330, + [SMALL_STATE(1605)] = 54345, + [SMALL_STATE(1606)] = 54358, + [SMALL_STATE(1607)] = 54377, + [SMALL_STATE(1608)] = 54394, + [SMALL_STATE(1609)] = 54413, + [SMALL_STATE(1610)] = 54432, + [SMALL_STATE(1611)] = 54447, + [SMALL_STATE(1612)] = 54460, + [SMALL_STATE(1613)] = 54477, + [SMALL_STATE(1614)] = 54494, + [SMALL_STATE(1615)] = 54509, + [SMALL_STATE(1616)] = 54526, + [SMALL_STATE(1617)] = 54537, + [SMALL_STATE(1618)] = 54554, + [SMALL_STATE(1619)] = 54567, + [SMALL_STATE(1620)] = 54582, + [SMALL_STATE(1621)] = 54595, + [SMALL_STATE(1622)] = 54612, + [SMALL_STATE(1623)] = 54625, + [SMALL_STATE(1624)] = 54638, + [SMALL_STATE(1625)] = 54655, + [SMALL_STATE(1626)] = 54674, + [SMALL_STATE(1627)] = 54687, + [SMALL_STATE(1628)] = 54704, + [SMALL_STATE(1629)] = 54721, + [SMALL_STATE(1630)] = 54738, + [SMALL_STATE(1631)] = 54757, + [SMALL_STATE(1632)] = 54774, + [SMALL_STATE(1633)] = 54793, + [SMALL_STATE(1634)] = 54810, + [SMALL_STATE(1635)] = 54825, + [SMALL_STATE(1636)] = 54838, + [SMALL_STATE(1637)] = 54855, + [SMALL_STATE(1638)] = 54872, + [SMALL_STATE(1639)] = 54889, + [SMALL_STATE(1640)] = 54900, + [SMALL_STATE(1641)] = 54915, + [SMALL_STATE(1642)] = 54926, + [SMALL_STATE(1643)] = 54943, + [SMALL_STATE(1644)] = 54962, + [SMALL_STATE(1645)] = 54979, + [SMALL_STATE(1646)] = 54992, + [SMALL_STATE(1647)] = 55005, + [SMALL_STATE(1648)] = 55022, + [SMALL_STATE(1649)] = 55039, + [SMALL_STATE(1650)] = 55052, + [SMALL_STATE(1651)] = 55069, + [SMALL_STATE(1652)] = 55084, + [SMALL_STATE(1653)] = 55099, + [SMALL_STATE(1654)] = 55116, + [SMALL_STATE(1655)] = 55133, + [SMALL_STATE(1656)] = 55146, + [SMALL_STATE(1657)] = 55163, + [SMALL_STATE(1658)] = 55178, + [SMALL_STATE(1659)] = 55191, + [SMALL_STATE(1660)] = 55204, + [SMALL_STATE(1661)] = 55223, + [SMALL_STATE(1662)] = 55236, + [SMALL_STATE(1663)] = 55255, + [SMALL_STATE(1664)] = 55272, + [SMALL_STATE(1665)] = 55285, + [SMALL_STATE(1666)] = 55302, + [SMALL_STATE(1667)] = 55315, + [SMALL_STATE(1668)] = 55334, + [SMALL_STATE(1669)] = 55351, + [SMALL_STATE(1670)] = 55366, + [SMALL_STATE(1671)] = 55383, + [SMALL_STATE(1672)] = 55402, + [SMALL_STATE(1673)] = 55413, + [SMALL_STATE(1674)] = 55428, + [SMALL_STATE(1675)] = 55439, + [SMALL_STATE(1676)] = 55450, + [SMALL_STATE(1677)] = 55467, + [SMALL_STATE(1678)] = 55482, + [SMALL_STATE(1679)] = 55497, + [SMALL_STATE(1680)] = 55514, + [SMALL_STATE(1681)] = 55529, + [SMALL_STATE(1682)] = 55542, + [SMALL_STATE(1683)] = 55557, + [SMALL_STATE(1684)] = 55572, + [SMALL_STATE(1685)] = 55589, + [SMALL_STATE(1686)] = 55604, + [SMALL_STATE(1687)] = 55617, + [SMALL_STATE(1688)] = 55632, + [SMALL_STATE(1689)] = 55649, + [SMALL_STATE(1690)] = 55666, + [SMALL_STATE(1691)] = 55683, + [SMALL_STATE(1692)] = 55698, + [SMALL_STATE(1693)] = 55709, + [SMALL_STATE(1694)] = 55724, + [SMALL_STATE(1695)] = 55739, + [SMALL_STATE(1696)] = 55752, + [SMALL_STATE(1697)] = 55769, + [SMALL_STATE(1698)] = 55786, + [SMALL_STATE(1699)] = 55801, + [SMALL_STATE(1700)] = 55818, + [SMALL_STATE(1701)] = 55833, + [SMALL_STATE(1702)] = 55850, + [SMALL_STATE(1703)] = 55867, + [SMALL_STATE(1704)] = 55882, + [SMALL_STATE(1705)] = 55899, + [SMALL_STATE(1706)] = 55918, + [SMALL_STATE(1707)] = 55937, + [SMALL_STATE(1708)] = 55952, + [SMALL_STATE(1709)] = 55969, + [SMALL_STATE(1710)] = 55981, + [SMALL_STATE(1711)] = 55995, + [SMALL_STATE(1712)] = 56011, + [SMALL_STATE(1713)] = 56021, + [SMALL_STATE(1714)] = 56031, + [SMALL_STATE(1715)] = 56045, + [SMALL_STATE(1716)] = 56057, + [SMALL_STATE(1717)] = 56073, + [SMALL_STATE(1718)] = 56089, + [SMALL_STATE(1719)] = 56101, + [SMALL_STATE(1720)] = 56115, + [SMALL_STATE(1721)] = 56131, + [SMALL_STATE(1722)] = 56147, + [SMALL_STATE(1723)] = 56161, + [SMALL_STATE(1724)] = 56177, + [SMALL_STATE(1725)] = 56193, + [SMALL_STATE(1726)] = 56209, + [SMALL_STATE(1727)] = 56219, + [SMALL_STATE(1728)] = 56235, + [SMALL_STATE(1729)] = 56251, + [SMALL_STATE(1730)] = 56267, + [SMALL_STATE(1731)] = 56281, + [SMALL_STATE(1732)] = 56297, + [SMALL_STATE(1733)] = 56313, + [SMALL_STATE(1734)] = 56323, + [SMALL_STATE(1735)] = 56339, + [SMALL_STATE(1736)] = 56351, + [SMALL_STATE(1737)] = 56363, + [SMALL_STATE(1738)] = 56377, + [SMALL_STATE(1739)] = 56393, + [SMALL_STATE(1740)] = 56409, + [SMALL_STATE(1741)] = 56419, + [SMALL_STATE(1742)] = 56435, + [SMALL_STATE(1743)] = 56451, + [SMALL_STATE(1744)] = 56467, + [SMALL_STATE(1745)] = 56483, + [SMALL_STATE(1746)] = 56499, + [SMALL_STATE(1747)] = 56515, + [SMALL_STATE(1748)] = 56531, + [SMALL_STATE(1749)] = 56547, + [SMALL_STATE(1750)] = 56561, + [SMALL_STATE(1751)] = 56573, + [SMALL_STATE(1752)] = 56585, + [SMALL_STATE(1753)] = 56601, + [SMALL_STATE(1754)] = 56615, + [SMALL_STATE(1755)] = 56631, + [SMALL_STATE(1756)] = 56641, + [SMALL_STATE(1757)] = 56657, + [SMALL_STATE(1758)] = 56673, + [SMALL_STATE(1759)] = 56689, + [SMALL_STATE(1760)] = 56699, + [SMALL_STATE(1761)] = 56715, + [SMALL_STATE(1762)] = 56729, + [SMALL_STATE(1763)] = 56741, + [SMALL_STATE(1764)] = 56757, + [SMALL_STATE(1765)] = 56767, + [SMALL_STATE(1766)] = 56781, + [SMALL_STATE(1767)] = 56795, + [SMALL_STATE(1768)] = 56809, + [SMALL_STATE(1769)] = 56825, + [SMALL_STATE(1770)] = 56835, + [SMALL_STATE(1771)] = 56849, + [SMALL_STATE(1772)] = 56865, + [SMALL_STATE(1773)] = 56877, + [SMALL_STATE(1774)] = 56893, + [SMALL_STATE(1775)] = 56907, + [SMALL_STATE(1776)] = 56921, + [SMALL_STATE(1777)] = 56937, + [SMALL_STATE(1778)] = 56947, + [SMALL_STATE(1779)] = 56963, + [SMALL_STATE(1780)] = 56977, + [SMALL_STATE(1781)] = 56987, + [SMALL_STATE(1782)] = 56999, + [SMALL_STATE(1783)] = 57015, + [SMALL_STATE(1784)] = 57031, + [SMALL_STATE(1785)] = 57041, + [SMALL_STATE(1786)] = 57053, + [SMALL_STATE(1787)] = 57069, + [SMALL_STATE(1788)] = 57083, + [SMALL_STATE(1789)] = 57099, + [SMALL_STATE(1790)] = 57115, + [SMALL_STATE(1791)] = 57129, + [SMALL_STATE(1792)] = 57145, + [SMALL_STATE(1793)] = 57159, + [SMALL_STATE(1794)] = 57175, + [SMALL_STATE(1795)] = 57191, + [SMALL_STATE(1796)] = 57203, + [SMALL_STATE(1797)] = 57219, + [SMALL_STATE(1798)] = 57235, + [SMALL_STATE(1799)] = 57249, + [SMALL_STATE(1800)] = 57263, + [SMALL_STATE(1801)] = 57277, + [SMALL_STATE(1802)] = 57291, + [SMALL_STATE(1803)] = 57303, + [SMALL_STATE(1804)] = 57319, + [SMALL_STATE(1805)] = 57329, + [SMALL_STATE(1806)] = 57339, + [SMALL_STATE(1807)] = 57352, + [SMALL_STATE(1808)] = 57363, + [SMALL_STATE(1809)] = 57374, + [SMALL_STATE(1810)] = 57387, + [SMALL_STATE(1811)] = 57400, + [SMALL_STATE(1812)] = 57413, + [SMALL_STATE(1813)] = 57424, + [SMALL_STATE(1814)] = 57437, + [SMALL_STATE(1815)] = 57450, + [SMALL_STATE(1816)] = 57463, + [SMALL_STATE(1817)] = 57474, + [SMALL_STATE(1818)] = 57485, + [SMALL_STATE(1819)] = 57496, + [SMALL_STATE(1820)] = 57509, + [SMALL_STATE(1821)] = 57520, + [SMALL_STATE(1822)] = 57531, + [SMALL_STATE(1823)] = 57544, + [SMALL_STATE(1824)] = 57555, + [SMALL_STATE(1825)] = 57566, + [SMALL_STATE(1826)] = 57577, + [SMALL_STATE(1827)] = 57588, + [SMALL_STATE(1828)] = 57601, + [SMALL_STATE(1829)] = 57612, + [SMALL_STATE(1830)] = 57625, + [SMALL_STATE(1831)] = 57638, + [SMALL_STATE(1832)] = 57651, + [SMALL_STATE(1833)] = 57664, + [SMALL_STATE(1834)] = 57675, + [SMALL_STATE(1835)] = 57686, + [SMALL_STATE(1836)] = 57699, + [SMALL_STATE(1837)] = 57710, + [SMALL_STATE(1838)] = 57721, + [SMALL_STATE(1839)] = 57732, + [SMALL_STATE(1840)] = 57743, + [SMALL_STATE(1841)] = 57754, + [SMALL_STATE(1842)] = 57765, + [SMALL_STATE(1843)] = 57776, + [SMALL_STATE(1844)] = 57787, + [SMALL_STATE(1845)] = 57798, + [SMALL_STATE(1846)] = 57811, + [SMALL_STATE(1847)] = 57822, + [SMALL_STATE(1848)] = 57833, [SMALL_STATE(1849)] = 57842, - [SMALL_STATE(1850)] = 57858, + [SMALL_STATE(1850)] = 57855, [SMALL_STATE(1851)] = 57868, - [SMALL_STATE(1852)] = 57882, + [SMALL_STATE(1852)] = 57879, [SMALL_STATE(1853)] = 57892, - [SMALL_STATE(1854)] = 57906, - [SMALL_STATE(1855)] = 57920, - [SMALL_STATE(1856)] = 57934, - [SMALL_STATE(1857)] = 57950, - [SMALL_STATE(1858)] = 57964, - [SMALL_STATE(1859)] = 57974, - [SMALL_STATE(1860)] = 57986, - [SMALL_STATE(1861)] = 58000, - [SMALL_STATE(1862)] = 58014, - [SMALL_STATE(1863)] = 58030, - [SMALL_STATE(1864)] = 58046, - [SMALL_STATE(1865)] = 58062, - [SMALL_STATE(1866)] = 58076, - [SMALL_STATE(1867)] = 58090, - [SMALL_STATE(1868)] = 58104, - [SMALL_STATE(1869)] = 58118, - [SMALL_STATE(1870)] = 58130, - [SMALL_STATE(1871)] = 58140, - [SMALL_STATE(1872)] = 58156, - [SMALL_STATE(1873)] = 58170, - [SMALL_STATE(1874)] = 58184, - [SMALL_STATE(1875)] = 58200, - [SMALL_STATE(1876)] = 58214, - [SMALL_STATE(1877)] = 58228, - [SMALL_STATE(1878)] = 58242, - [SMALL_STATE(1879)] = 58258, - [SMALL_STATE(1880)] = 58272, - [SMALL_STATE(1881)] = 58288, - [SMALL_STATE(1882)] = 58304, - [SMALL_STATE(1883)] = 58318, - [SMALL_STATE(1884)] = 58332, - [SMALL_STATE(1885)] = 58346, - [SMALL_STATE(1886)] = 58362, - [SMALL_STATE(1887)] = 58376, - [SMALL_STATE(1888)] = 58392, - [SMALL_STATE(1889)] = 58403, - [SMALL_STATE(1890)] = 58414, - [SMALL_STATE(1891)] = 58427, - [SMALL_STATE(1892)] = 58438, - [SMALL_STATE(1893)] = 58449, - [SMALL_STATE(1894)] = 58462, - [SMALL_STATE(1895)] = 58473, - [SMALL_STATE(1896)] = 58486, - [SMALL_STATE(1897)] = 58499, - [SMALL_STATE(1898)] = 58510, - [SMALL_STATE(1899)] = 58521, - [SMALL_STATE(1900)] = 58530, - [SMALL_STATE(1901)] = 58539, - [SMALL_STATE(1902)] = 58550, - [SMALL_STATE(1903)] = 58563, - [SMALL_STATE(1904)] = 58574, - [SMALL_STATE(1905)] = 58585, - [SMALL_STATE(1906)] = 58596, - [SMALL_STATE(1907)] = 58607, - [SMALL_STATE(1908)] = 58618, - [SMALL_STATE(1909)] = 58631, - [SMALL_STATE(1910)] = 58644, - [SMALL_STATE(1911)] = 58657, - [SMALL_STATE(1912)] = 58666, - [SMALL_STATE(1913)] = 58675, - [SMALL_STATE(1914)] = 58686, - [SMALL_STATE(1915)] = 58695, - [SMALL_STATE(1916)] = 58708, - [SMALL_STATE(1917)] = 58719, - [SMALL_STATE(1918)] = 58730, - [SMALL_STATE(1919)] = 58741, - [SMALL_STATE(1920)] = 58754, - [SMALL_STATE(1921)] = 58763, - [SMALL_STATE(1922)] = 58776, - [SMALL_STATE(1923)] = 58789, - [SMALL_STATE(1924)] = 58800, - [SMALL_STATE(1925)] = 58811, - [SMALL_STATE(1926)] = 58822, - [SMALL_STATE(1927)] = 58833, - [SMALL_STATE(1928)] = 58844, - [SMALL_STATE(1929)] = 58857, - [SMALL_STATE(1930)] = 58868, - [SMALL_STATE(1931)] = 58879, - [SMALL_STATE(1932)] = 58890, - [SMALL_STATE(1933)] = 58901, - [SMALL_STATE(1934)] = 58914, - [SMALL_STATE(1935)] = 58925, - [SMALL_STATE(1936)] = 58936, - [SMALL_STATE(1937)] = 58947, - [SMALL_STATE(1938)] = 58960, - [SMALL_STATE(1939)] = 58971, - [SMALL_STATE(1940)] = 58982, - [SMALL_STATE(1941)] = 58993, - [SMALL_STATE(1942)] = 59006, - [SMALL_STATE(1943)] = 59019, - [SMALL_STATE(1944)] = 59032, - [SMALL_STATE(1945)] = 59043, - [SMALL_STATE(1946)] = 59056, - [SMALL_STATE(1947)] = 59067, - [SMALL_STATE(1948)] = 59080, - [SMALL_STATE(1949)] = 59093, - [SMALL_STATE(1950)] = 59106, - [SMALL_STATE(1951)] = 59117, - [SMALL_STATE(1952)] = 59130, - [SMALL_STATE(1953)] = 59143, - [SMALL_STATE(1954)] = 59156, - [SMALL_STATE(1955)] = 59169, - [SMALL_STATE(1956)] = 59182, - [SMALL_STATE(1957)] = 59195, - [SMALL_STATE(1958)] = 59204, - [SMALL_STATE(1959)] = 59217, - [SMALL_STATE(1960)] = 59226, - [SMALL_STATE(1961)] = 59239, - [SMALL_STATE(1962)] = 59252, - [SMALL_STATE(1963)] = 59263, - [SMALL_STATE(1964)] = 59272, - [SMALL_STATE(1965)] = 59285, - [SMALL_STATE(1966)] = 59294, - [SMALL_STATE(1967)] = 59305, - [SMALL_STATE(1968)] = 59318, - [SMALL_STATE(1969)] = 59329, - [SMALL_STATE(1970)] = 59340, - [SMALL_STATE(1971)] = 59351, - [SMALL_STATE(1972)] = 59360, - [SMALL_STATE(1973)] = 59371, - [SMALL_STATE(1974)] = 59380, - [SMALL_STATE(1975)] = 59391, - [SMALL_STATE(1976)] = 59404, - [SMALL_STATE(1977)] = 59417, - [SMALL_STATE(1978)] = 59426, - [SMALL_STATE(1979)] = 59439, - [SMALL_STATE(1980)] = 59452, - [SMALL_STATE(1981)] = 59465, - [SMALL_STATE(1982)] = 59476, - [SMALL_STATE(1983)] = 59487, - [SMALL_STATE(1984)] = 59500, - [SMALL_STATE(1985)] = 59511, - [SMALL_STATE(1986)] = 59522, - [SMALL_STATE(1987)] = 59535, - [SMALL_STATE(1988)] = 59546, - [SMALL_STATE(1989)] = 59559, - [SMALL_STATE(1990)] = 59570, - [SMALL_STATE(1991)] = 59581, - [SMALL_STATE(1992)] = 59592, - [SMALL_STATE(1993)] = 59603, - [SMALL_STATE(1994)] = 59614, - [SMALL_STATE(1995)] = 59627, - [SMALL_STATE(1996)] = 59638, - [SMALL_STATE(1997)] = 59649, - [SMALL_STATE(1998)] = 59662, - [SMALL_STATE(1999)] = 59673, - [SMALL_STATE(2000)] = 59686, - [SMALL_STATE(2001)] = 59697, - [SMALL_STATE(2002)] = 59710, - [SMALL_STATE(2003)] = 59721, - [SMALL_STATE(2004)] = 59732, - [SMALL_STATE(2005)] = 59741, - [SMALL_STATE(2006)] = 59750, - [SMALL_STATE(2007)] = 59763, - [SMALL_STATE(2008)] = 59772, - [SMALL_STATE(2009)] = 59785, - [SMALL_STATE(2010)] = 59798, - [SMALL_STATE(2011)] = 59809, - [SMALL_STATE(2012)] = 59820, - [SMALL_STATE(2013)] = 59833, - [SMALL_STATE(2014)] = 59846, - [SMALL_STATE(2015)] = 59859, - [SMALL_STATE(2016)] = 59870, - [SMALL_STATE(2017)] = 59883, - [SMALL_STATE(2018)] = 59894, - [SMALL_STATE(2019)] = 59905, - [SMALL_STATE(2020)] = 59916, - [SMALL_STATE(2021)] = 59929, - [SMALL_STATE(2022)] = 59940, - [SMALL_STATE(2023)] = 59951, - [SMALL_STATE(2024)] = 59964, - [SMALL_STATE(2025)] = 59975, - [SMALL_STATE(2026)] = 59986, - [SMALL_STATE(2027)] = 59997, - [SMALL_STATE(2028)] = 60008, - [SMALL_STATE(2029)] = 60021, - [SMALL_STATE(2030)] = 60032, - [SMALL_STATE(2031)] = 60045, - [SMALL_STATE(2032)] = 60056, - [SMALL_STATE(2033)] = 60069, - [SMALL_STATE(2034)] = 60080, - [SMALL_STATE(2035)] = 60091, - [SMALL_STATE(2036)] = 60100, - [SMALL_STATE(2037)] = 60113, - [SMALL_STATE(2038)] = 60122, - [SMALL_STATE(2039)] = 60135, - [SMALL_STATE(2040)] = 60148, - [SMALL_STATE(2041)] = 60161, - [SMALL_STATE(2042)] = 60172, - [SMALL_STATE(2043)] = 60185, - [SMALL_STATE(2044)] = 60196, - [SMALL_STATE(2045)] = 60205, - [SMALL_STATE(2046)] = 60218, - [SMALL_STATE(2047)] = 60229, - [SMALL_STATE(2048)] = 60242, - [SMALL_STATE(2049)] = 60253, - [SMALL_STATE(2050)] = 60264, - [SMALL_STATE(2051)] = 60277, - [SMALL_STATE(2052)] = 60290, - [SMALL_STATE(2053)] = 60301, - [SMALL_STATE(2054)] = 60312, - [SMALL_STATE(2055)] = 60325, - [SMALL_STATE(2056)] = 60336, - [SMALL_STATE(2057)] = 60347, - [SMALL_STATE(2058)] = 60360, - [SMALL_STATE(2059)] = 60371, - [SMALL_STATE(2060)] = 60382, - [SMALL_STATE(2061)] = 60393, - [SMALL_STATE(2062)] = 60404, - [SMALL_STATE(2063)] = 60417, - [SMALL_STATE(2064)] = 60430, - [SMALL_STATE(2065)] = 60441, - [SMALL_STATE(2066)] = 60452, - [SMALL_STATE(2067)] = 60465, - [SMALL_STATE(2068)] = 60476, - [SMALL_STATE(2069)] = 60487, - [SMALL_STATE(2070)] = 60498, - [SMALL_STATE(2071)] = 60511, - [SMALL_STATE(2072)] = 60522, - [SMALL_STATE(2073)] = 60533, - [SMALL_STATE(2074)] = 60546, - [SMALL_STATE(2075)] = 60559, - [SMALL_STATE(2076)] = 60572, - [SMALL_STATE(2077)] = 60583, - [SMALL_STATE(2078)] = 60596, - [SMALL_STATE(2079)] = 60605, - [SMALL_STATE(2080)] = 60618, - [SMALL_STATE(2081)] = 60627, - [SMALL_STATE(2082)] = 60640, - [SMALL_STATE(2083)] = 60653, - [SMALL_STATE(2084)] = 60664, - [SMALL_STATE(2085)] = 60675, - [SMALL_STATE(2086)] = 60688, - [SMALL_STATE(2087)] = 60699, - [SMALL_STATE(2088)] = 60710, - [SMALL_STATE(2089)] = 60721, - [SMALL_STATE(2090)] = 60732, - [SMALL_STATE(2091)] = 60745, - [SMALL_STATE(2092)] = 60754, - [SMALL_STATE(2093)] = 60763, - [SMALL_STATE(2094)] = 60776, - [SMALL_STATE(2095)] = 60789, - [SMALL_STATE(2096)] = 60800, - [SMALL_STATE(2097)] = 60813, - [SMALL_STATE(2098)] = 60824, - [SMALL_STATE(2099)] = 60837, - [SMALL_STATE(2100)] = 60850, - [SMALL_STATE(2101)] = 60861, - [SMALL_STATE(2102)] = 60872, - [SMALL_STATE(2103)] = 60885, - [SMALL_STATE(2104)] = 60896, - [SMALL_STATE(2105)] = 60907, - [SMALL_STATE(2106)] = 60918, - [SMALL_STATE(2107)] = 60931, - [SMALL_STATE(2108)] = 60940, - [SMALL_STATE(2109)] = 60951, - [SMALL_STATE(2110)] = 60962, - [SMALL_STATE(2111)] = 60971, - [SMALL_STATE(2112)] = 60982, - [SMALL_STATE(2113)] = 60993, - [SMALL_STATE(2114)] = 61006, - [SMALL_STATE(2115)] = 61019, - [SMALL_STATE(2116)] = 61032, - [SMALL_STATE(2117)] = 61045, - [SMALL_STATE(2118)] = 61058, - [SMALL_STATE(2119)] = 61071, - [SMALL_STATE(2120)] = 61082, - [SMALL_STATE(2121)] = 61095, - [SMALL_STATE(2122)] = 61106, - [SMALL_STATE(2123)] = 61117, - [SMALL_STATE(2124)] = 61130, - [SMALL_STATE(2125)] = 61143, - [SMALL_STATE(2126)] = 61154, - [SMALL_STATE(2127)] = 61165, - [SMALL_STATE(2128)] = 61176, - [SMALL_STATE(2129)] = 61189, - [SMALL_STATE(2130)] = 61200, - [SMALL_STATE(2131)] = 61211, - [SMALL_STATE(2132)] = 61224, - [SMALL_STATE(2133)] = 61235, - [SMALL_STATE(2134)] = 61246, - [SMALL_STATE(2135)] = 61259, - [SMALL_STATE(2136)] = 61270, - [SMALL_STATE(2137)] = 61283, - [SMALL_STATE(2138)] = 61296, - [SMALL_STATE(2139)] = 61307, - [SMALL_STATE(2140)] = 61318, - [SMALL_STATE(2141)] = 61329, - [SMALL_STATE(2142)] = 61340, - [SMALL_STATE(2143)] = 61351, - [SMALL_STATE(2144)] = 61364, - [SMALL_STATE(2145)] = 61377, - [SMALL_STATE(2146)] = 61388, - [SMALL_STATE(2147)] = 61401, - [SMALL_STATE(2148)] = 61412, - [SMALL_STATE(2149)] = 61425, - [SMALL_STATE(2150)] = 61438, - [SMALL_STATE(2151)] = 61449, - [SMALL_STATE(2152)] = 61459, - [SMALL_STATE(2153)] = 61469, - [SMALL_STATE(2154)] = 61479, - [SMALL_STATE(2155)] = 61487, - [SMALL_STATE(2156)] = 61495, - [SMALL_STATE(2157)] = 61505, - [SMALL_STATE(2158)] = 61515, - [SMALL_STATE(2159)] = 61525, - [SMALL_STATE(2160)] = 61535, - [SMALL_STATE(2161)] = 61543, - [SMALL_STATE(2162)] = 61553, - [SMALL_STATE(2163)] = 61563, - [SMALL_STATE(2164)] = 61573, - [SMALL_STATE(2165)] = 61583, - [SMALL_STATE(2166)] = 61593, - [SMALL_STATE(2167)] = 61603, - [SMALL_STATE(2168)] = 61613, - [SMALL_STATE(2169)] = 61623, - [SMALL_STATE(2170)] = 61633, - [SMALL_STATE(2171)] = 61643, - [SMALL_STATE(2172)] = 61653, - [SMALL_STATE(2173)] = 61661, - [SMALL_STATE(2174)] = 61669, - [SMALL_STATE(2175)] = 61679, - [SMALL_STATE(2176)] = 61689, - [SMALL_STATE(2177)] = 61699, - [SMALL_STATE(2178)] = 61707, - [SMALL_STATE(2179)] = 61717, - [SMALL_STATE(2180)] = 61727, - [SMALL_STATE(2181)] = 61737, - [SMALL_STATE(2182)] = 61747, - [SMALL_STATE(2183)] = 61755, - [SMALL_STATE(2184)] = 61765, - [SMALL_STATE(2185)] = 61775, - [SMALL_STATE(2186)] = 61785, - [SMALL_STATE(2187)] = 61793, - [SMALL_STATE(2188)] = 61803, - [SMALL_STATE(2189)] = 61813, - [SMALL_STATE(2190)] = 61821, - [SMALL_STATE(2191)] = 61831, - [SMALL_STATE(2192)] = 61841, - [SMALL_STATE(2193)] = 61849, - [SMALL_STATE(2194)] = 61859, - [SMALL_STATE(2195)] = 61867, - [SMALL_STATE(2196)] = 61875, - [SMALL_STATE(2197)] = 61885, - [SMALL_STATE(2198)] = 61895, - [SMALL_STATE(2199)] = 61905, - [SMALL_STATE(2200)] = 61913, - [SMALL_STATE(2201)] = 61923, - [SMALL_STATE(2202)] = 61933, - [SMALL_STATE(2203)] = 61941, - [SMALL_STATE(2204)] = 61951, - [SMALL_STATE(2205)] = 61959, - [SMALL_STATE(2206)] = 61967, - [SMALL_STATE(2207)] = 61977, - [SMALL_STATE(2208)] = 61987, - [SMALL_STATE(2209)] = 61995, - [SMALL_STATE(2210)] = 62005, - [SMALL_STATE(2211)] = 62013, - [SMALL_STATE(2212)] = 62021, - [SMALL_STATE(2213)] = 62029, - [SMALL_STATE(2214)] = 62039, - [SMALL_STATE(2215)] = 62049, - [SMALL_STATE(2216)] = 62057, - [SMALL_STATE(2217)] = 62065, - [SMALL_STATE(2218)] = 62073, - [SMALL_STATE(2219)] = 62081, - [SMALL_STATE(2220)] = 62091, - [SMALL_STATE(2221)] = 62101, - [SMALL_STATE(2222)] = 62111, - [SMALL_STATE(2223)] = 62119, - [SMALL_STATE(2224)] = 62127, - [SMALL_STATE(2225)] = 62135, - [SMALL_STATE(2226)] = 62145, - [SMALL_STATE(2227)] = 62155, - [SMALL_STATE(2228)] = 62165, - [SMALL_STATE(2229)] = 62175, - [SMALL_STATE(2230)] = 62185, - [SMALL_STATE(2231)] = 62195, - [SMALL_STATE(2232)] = 62205, - [SMALL_STATE(2233)] = 62215, - [SMALL_STATE(2234)] = 62225, - [SMALL_STATE(2235)] = 62233, - [SMALL_STATE(2236)] = 62243, - [SMALL_STATE(2237)] = 62253, - [SMALL_STATE(2238)] = 62261, - [SMALL_STATE(2239)] = 62271, - [SMALL_STATE(2240)] = 62281, - [SMALL_STATE(2241)] = 62291, - [SMALL_STATE(2242)] = 62301, - [SMALL_STATE(2243)] = 62311, - [SMALL_STATE(2244)] = 62319, - [SMALL_STATE(2245)] = 62329, - [SMALL_STATE(2246)] = 62339, - [SMALL_STATE(2247)] = 62347, - [SMALL_STATE(2248)] = 62357, - [SMALL_STATE(2249)] = 62367, - [SMALL_STATE(2250)] = 62375, - [SMALL_STATE(2251)] = 62383, - [SMALL_STATE(2252)] = 62393, - [SMALL_STATE(2253)] = 62403, - [SMALL_STATE(2254)] = 62411, - [SMALL_STATE(2255)] = 62419, - [SMALL_STATE(2256)] = 62429, - [SMALL_STATE(2257)] = 62439, - [SMALL_STATE(2258)] = 62447, - [SMALL_STATE(2259)] = 62455, - [SMALL_STATE(2260)] = 62463, - [SMALL_STATE(2261)] = 62471, - [SMALL_STATE(2262)] = 62481, - [SMALL_STATE(2263)] = 62489, - [SMALL_STATE(2264)] = 62499, - [SMALL_STATE(2265)] = 62507, - [SMALL_STATE(2266)] = 62517, - [SMALL_STATE(2267)] = 62525, - [SMALL_STATE(2268)] = 62533, - [SMALL_STATE(2269)] = 62543, - [SMALL_STATE(2270)] = 62551, - [SMALL_STATE(2271)] = 62561, - [SMALL_STATE(2272)] = 62571, - [SMALL_STATE(2273)] = 62581, - [SMALL_STATE(2274)] = 62589, - [SMALL_STATE(2275)] = 62599, - [SMALL_STATE(2276)] = 62607, - [SMALL_STATE(2277)] = 62617, - [SMALL_STATE(2278)] = 62627, - [SMALL_STATE(2279)] = 62637, - [SMALL_STATE(2280)] = 62645, - [SMALL_STATE(2281)] = 62655, - [SMALL_STATE(2282)] = 62665, - [SMALL_STATE(2283)] = 62673, - [SMALL_STATE(2284)] = 62683, - [SMALL_STATE(2285)] = 62691, - [SMALL_STATE(2286)] = 62701, - [SMALL_STATE(2287)] = 62711, - [SMALL_STATE(2288)] = 62721, - [SMALL_STATE(2289)] = 62731, - [SMALL_STATE(2290)] = 62739, - [SMALL_STATE(2291)] = 62747, - [SMALL_STATE(2292)] = 62755, - [SMALL_STATE(2293)] = 62763, - [SMALL_STATE(2294)] = 62773, - [SMALL_STATE(2295)] = 62783, - [SMALL_STATE(2296)] = 62791, - [SMALL_STATE(2297)] = 62799, - [SMALL_STATE(2298)] = 62807, - [SMALL_STATE(2299)] = 62817, - [SMALL_STATE(2300)] = 62827, - [SMALL_STATE(2301)] = 62837, - [SMALL_STATE(2302)] = 62845, - [SMALL_STATE(2303)] = 62853, - [SMALL_STATE(2304)] = 62863, - [SMALL_STATE(2305)] = 62871, - [SMALL_STATE(2306)] = 62879, - [SMALL_STATE(2307)] = 62889, - [SMALL_STATE(2308)] = 62897, - [SMALL_STATE(2309)] = 62907, - [SMALL_STATE(2310)] = 62917, - [SMALL_STATE(2311)] = 62925, - [SMALL_STATE(2312)] = 62935, - [SMALL_STATE(2313)] = 62945, - [SMALL_STATE(2314)] = 62955, - [SMALL_STATE(2315)] = 62963, - [SMALL_STATE(2316)] = 62973, - [SMALL_STATE(2317)] = 62981, - [SMALL_STATE(2318)] = 62991, - [SMALL_STATE(2319)] = 63001, - [SMALL_STATE(2320)] = 63011, - [SMALL_STATE(2321)] = 63019, - [SMALL_STATE(2322)] = 63029, - [SMALL_STATE(2323)] = 63039, - [SMALL_STATE(2324)] = 63049, - [SMALL_STATE(2325)] = 63059, - [SMALL_STATE(2326)] = 63069, - [SMALL_STATE(2327)] = 63077, - [SMALL_STATE(2328)] = 63087, - [SMALL_STATE(2329)] = 63095, - [SMALL_STATE(2330)] = 63105, - [SMALL_STATE(2331)] = 63115, - [SMALL_STATE(2332)] = 63123, - [SMALL_STATE(2333)] = 63133, - [SMALL_STATE(2334)] = 63141, - [SMALL_STATE(2335)] = 63151, - [SMALL_STATE(2336)] = 63161, - [SMALL_STATE(2337)] = 63169, - [SMALL_STATE(2338)] = 63177, - [SMALL_STATE(2339)] = 63185, - [SMALL_STATE(2340)] = 63195, - [SMALL_STATE(2341)] = 63205, - [SMALL_STATE(2342)] = 63215, - [SMALL_STATE(2343)] = 63223, - [SMALL_STATE(2344)] = 63233, - [SMALL_STATE(2345)] = 63241, - [SMALL_STATE(2346)] = 63251, - [SMALL_STATE(2347)] = 63261, - [SMALL_STATE(2348)] = 63271, - [SMALL_STATE(2349)] = 63279, - [SMALL_STATE(2350)] = 63289, - [SMALL_STATE(2351)] = 63297, - [SMALL_STATE(2352)] = 63305, - [SMALL_STATE(2353)] = 63315, - [SMALL_STATE(2354)] = 63325, - [SMALL_STATE(2355)] = 63335, - [SMALL_STATE(2356)] = 63345, - [SMALL_STATE(2357)] = 63355, - [SMALL_STATE(2358)] = 63365, - [SMALL_STATE(2359)] = 63375, - [SMALL_STATE(2360)] = 63385, - [SMALL_STATE(2361)] = 63395, - [SMALL_STATE(2362)] = 63403, - [SMALL_STATE(2363)] = 63413, - [SMALL_STATE(2364)] = 63421, - [SMALL_STATE(2365)] = 63431, - [SMALL_STATE(2366)] = 63441, - [SMALL_STATE(2367)] = 63449, - [SMALL_STATE(2368)] = 63457, - [SMALL_STATE(2369)] = 63467, - [SMALL_STATE(2370)] = 63477, - [SMALL_STATE(2371)] = 63487, - [SMALL_STATE(2372)] = 63495, - [SMALL_STATE(2373)] = 63505, - [SMALL_STATE(2374)] = 63513, - [SMALL_STATE(2375)] = 63521, - [SMALL_STATE(2376)] = 63531, - [SMALL_STATE(2377)] = 63539, - [SMALL_STATE(2378)] = 63549, - [SMALL_STATE(2379)] = 63559, - [SMALL_STATE(2380)] = 63569, - [SMALL_STATE(2381)] = 63579, - [SMALL_STATE(2382)] = 63589, - [SMALL_STATE(2383)] = 63599, - [SMALL_STATE(2384)] = 63609, - [SMALL_STATE(2385)] = 63619, - [SMALL_STATE(2386)] = 63629, - [SMALL_STATE(2387)] = 63639, - [SMALL_STATE(2388)] = 63649, - [SMALL_STATE(2389)] = 63657, - [SMALL_STATE(2390)] = 63667, - [SMALL_STATE(2391)] = 63675, - [SMALL_STATE(2392)] = 63685, - [SMALL_STATE(2393)] = 63693, - [SMALL_STATE(2394)] = 63701, - [SMALL_STATE(2395)] = 63711, - [SMALL_STATE(2396)] = 63719, - [SMALL_STATE(2397)] = 63729, - [SMALL_STATE(2398)] = 63737, - [SMALL_STATE(2399)] = 63747, - [SMALL_STATE(2400)] = 63757, - [SMALL_STATE(2401)] = 63765, - [SMALL_STATE(2402)] = 63773, - [SMALL_STATE(2403)] = 63783, - [SMALL_STATE(2404)] = 63791, - [SMALL_STATE(2405)] = 63799, - [SMALL_STATE(2406)] = 63809, - [SMALL_STATE(2407)] = 63817, - [SMALL_STATE(2408)] = 63827, - [SMALL_STATE(2409)] = 63837, - [SMALL_STATE(2410)] = 63845, - [SMALL_STATE(2411)] = 63853, - [SMALL_STATE(2412)] = 63863, - [SMALL_STATE(2413)] = 63873, - [SMALL_STATE(2414)] = 63883, - [SMALL_STATE(2415)] = 63893, - [SMALL_STATE(2416)] = 63903, - [SMALL_STATE(2417)] = 63913, - [SMALL_STATE(2418)] = 63923, - [SMALL_STATE(2419)] = 63931, - [SMALL_STATE(2420)] = 63938, - [SMALL_STATE(2421)] = 63945, - [SMALL_STATE(2422)] = 63952, - [SMALL_STATE(2423)] = 63959, - [SMALL_STATE(2424)] = 63966, - [SMALL_STATE(2425)] = 63973, - [SMALL_STATE(2426)] = 63980, - [SMALL_STATE(2427)] = 63987, - [SMALL_STATE(2428)] = 63994, - [SMALL_STATE(2429)] = 64001, - [SMALL_STATE(2430)] = 64008, - [SMALL_STATE(2431)] = 64015, - [SMALL_STATE(2432)] = 64022, - [SMALL_STATE(2433)] = 64029, - [SMALL_STATE(2434)] = 64036, - [SMALL_STATE(2435)] = 64043, - [SMALL_STATE(2436)] = 64050, - [SMALL_STATE(2437)] = 64057, - [SMALL_STATE(2438)] = 64064, - [SMALL_STATE(2439)] = 64071, - [SMALL_STATE(2440)] = 64078, - [SMALL_STATE(2441)] = 64085, - [SMALL_STATE(2442)] = 64092, - [SMALL_STATE(2443)] = 64099, - [SMALL_STATE(2444)] = 64106, - [SMALL_STATE(2445)] = 64113, - [SMALL_STATE(2446)] = 64120, - [SMALL_STATE(2447)] = 64127, - [SMALL_STATE(2448)] = 64134, - [SMALL_STATE(2449)] = 64141, - [SMALL_STATE(2450)] = 64148, - [SMALL_STATE(2451)] = 64155, - [SMALL_STATE(2452)] = 64162, - [SMALL_STATE(2453)] = 64169, - [SMALL_STATE(2454)] = 64176, - [SMALL_STATE(2455)] = 64183, - [SMALL_STATE(2456)] = 64190, - [SMALL_STATE(2457)] = 64197, - [SMALL_STATE(2458)] = 64204, - [SMALL_STATE(2459)] = 64211, - [SMALL_STATE(2460)] = 64218, - [SMALL_STATE(2461)] = 64225, - [SMALL_STATE(2462)] = 64232, - [SMALL_STATE(2463)] = 64239, - [SMALL_STATE(2464)] = 64246, - [SMALL_STATE(2465)] = 64253, - [SMALL_STATE(2466)] = 64260, - [SMALL_STATE(2467)] = 64267, - [SMALL_STATE(2468)] = 64274, - [SMALL_STATE(2469)] = 64281, - [SMALL_STATE(2470)] = 64288, - [SMALL_STATE(2471)] = 64295, - [SMALL_STATE(2472)] = 64302, - [SMALL_STATE(2473)] = 64309, - [SMALL_STATE(2474)] = 64316, - [SMALL_STATE(2475)] = 64323, - [SMALL_STATE(2476)] = 64330, - [SMALL_STATE(2477)] = 64337, - [SMALL_STATE(2478)] = 64344, - [SMALL_STATE(2479)] = 64351, - [SMALL_STATE(2480)] = 64358, - [SMALL_STATE(2481)] = 64365, - [SMALL_STATE(2482)] = 64372, - [SMALL_STATE(2483)] = 64379, - [SMALL_STATE(2484)] = 64386, - [SMALL_STATE(2485)] = 64393, - [SMALL_STATE(2486)] = 64400, - [SMALL_STATE(2487)] = 64407, - [SMALL_STATE(2488)] = 64414, - [SMALL_STATE(2489)] = 64421, - [SMALL_STATE(2490)] = 64428, - [SMALL_STATE(2491)] = 64435, - [SMALL_STATE(2492)] = 64442, - [SMALL_STATE(2493)] = 64449, - [SMALL_STATE(2494)] = 64456, - [SMALL_STATE(2495)] = 64463, - [SMALL_STATE(2496)] = 64470, - [SMALL_STATE(2497)] = 64477, - [SMALL_STATE(2498)] = 64484, - [SMALL_STATE(2499)] = 64491, - [SMALL_STATE(2500)] = 64498, - [SMALL_STATE(2501)] = 64505, - [SMALL_STATE(2502)] = 64512, - [SMALL_STATE(2503)] = 64519, - [SMALL_STATE(2504)] = 64526, - [SMALL_STATE(2505)] = 64533, - [SMALL_STATE(2506)] = 64540, - [SMALL_STATE(2507)] = 64547, - [SMALL_STATE(2508)] = 64554, - [SMALL_STATE(2509)] = 64561, - [SMALL_STATE(2510)] = 64568, - [SMALL_STATE(2511)] = 64575, - [SMALL_STATE(2512)] = 64582, - [SMALL_STATE(2513)] = 64589, - [SMALL_STATE(2514)] = 64596, - [SMALL_STATE(2515)] = 64603, - [SMALL_STATE(2516)] = 64610, - [SMALL_STATE(2517)] = 64617, - [SMALL_STATE(2518)] = 64624, - [SMALL_STATE(2519)] = 64631, - [SMALL_STATE(2520)] = 64638, - [SMALL_STATE(2521)] = 64645, - [SMALL_STATE(2522)] = 64652, - [SMALL_STATE(2523)] = 64659, - [SMALL_STATE(2524)] = 64666, - [SMALL_STATE(2525)] = 64673, - [SMALL_STATE(2526)] = 64680, - [SMALL_STATE(2527)] = 64687, - [SMALL_STATE(2528)] = 64694, - [SMALL_STATE(2529)] = 64701, - [SMALL_STATE(2530)] = 64708, - [SMALL_STATE(2531)] = 64715, - [SMALL_STATE(2532)] = 64722, - [SMALL_STATE(2533)] = 64729, - [SMALL_STATE(2534)] = 64736, - [SMALL_STATE(2535)] = 64743, - [SMALL_STATE(2536)] = 64750, - [SMALL_STATE(2537)] = 64757, - [SMALL_STATE(2538)] = 64764, - [SMALL_STATE(2539)] = 64771, - [SMALL_STATE(2540)] = 64778, - [SMALL_STATE(2541)] = 64785, - [SMALL_STATE(2542)] = 64792, - [SMALL_STATE(2543)] = 64799, - [SMALL_STATE(2544)] = 64806, - [SMALL_STATE(2545)] = 64813, - [SMALL_STATE(2546)] = 64820, - [SMALL_STATE(2547)] = 64827, - [SMALL_STATE(2548)] = 64834, - [SMALL_STATE(2549)] = 64841, - [SMALL_STATE(2550)] = 64848, - [SMALL_STATE(2551)] = 64855, - [SMALL_STATE(2552)] = 64862, - [SMALL_STATE(2553)] = 64869, - [SMALL_STATE(2554)] = 64876, - [SMALL_STATE(2555)] = 64883, - [SMALL_STATE(2556)] = 64890, - [SMALL_STATE(2557)] = 64897, - [SMALL_STATE(2558)] = 64904, - [SMALL_STATE(2559)] = 64911, - [SMALL_STATE(2560)] = 64918, - [SMALL_STATE(2561)] = 64925, - [SMALL_STATE(2562)] = 64932, - [SMALL_STATE(2563)] = 64939, - [SMALL_STATE(2564)] = 64946, - [SMALL_STATE(2565)] = 64953, - [SMALL_STATE(2566)] = 64960, - [SMALL_STATE(2567)] = 64967, - [SMALL_STATE(2568)] = 64974, - [SMALL_STATE(2569)] = 64981, - [SMALL_STATE(2570)] = 64988, - [SMALL_STATE(2571)] = 64995, - [SMALL_STATE(2572)] = 65002, - [SMALL_STATE(2573)] = 65009, - [SMALL_STATE(2574)] = 65016, - [SMALL_STATE(2575)] = 65023, - [SMALL_STATE(2576)] = 65030, - [SMALL_STATE(2577)] = 65037, - [SMALL_STATE(2578)] = 65044, - [SMALL_STATE(2579)] = 65051, - [SMALL_STATE(2580)] = 65058, - [SMALL_STATE(2581)] = 65065, - [SMALL_STATE(2582)] = 65072, - [SMALL_STATE(2583)] = 65079, - [SMALL_STATE(2584)] = 65086, - [SMALL_STATE(2585)] = 65093, - [SMALL_STATE(2586)] = 65100, - [SMALL_STATE(2587)] = 65107, - [SMALL_STATE(2588)] = 65114, - [SMALL_STATE(2589)] = 65121, - [SMALL_STATE(2590)] = 65128, - [SMALL_STATE(2591)] = 65135, - [SMALL_STATE(2592)] = 65142, - [SMALL_STATE(2593)] = 65149, - [SMALL_STATE(2594)] = 65156, - [SMALL_STATE(2595)] = 65163, - [SMALL_STATE(2596)] = 65170, - [SMALL_STATE(2597)] = 65177, - [SMALL_STATE(2598)] = 65184, - [SMALL_STATE(2599)] = 65191, - [SMALL_STATE(2600)] = 65198, - [SMALL_STATE(2601)] = 65205, - [SMALL_STATE(2602)] = 65212, - [SMALL_STATE(2603)] = 65219, - [SMALL_STATE(2604)] = 65226, - [SMALL_STATE(2605)] = 65233, - [SMALL_STATE(2606)] = 65240, - [SMALL_STATE(2607)] = 65247, - [SMALL_STATE(2608)] = 65254, - [SMALL_STATE(2609)] = 65261, - [SMALL_STATE(2610)] = 65268, - [SMALL_STATE(2611)] = 65275, - [SMALL_STATE(2612)] = 65282, - [SMALL_STATE(2613)] = 65289, - [SMALL_STATE(2614)] = 65296, - [SMALL_STATE(2615)] = 65303, - [SMALL_STATE(2616)] = 65310, - [SMALL_STATE(2617)] = 65317, - [SMALL_STATE(2618)] = 65324, - [SMALL_STATE(2619)] = 65331, - [SMALL_STATE(2620)] = 65338, - [SMALL_STATE(2621)] = 65345, - [SMALL_STATE(2622)] = 65352, - [SMALL_STATE(2623)] = 65359, - [SMALL_STATE(2624)] = 65366, - [SMALL_STATE(2625)] = 65373, - [SMALL_STATE(2626)] = 65380, + [SMALL_STATE(1854)] = 57905, + [SMALL_STATE(1855)] = 57916, + [SMALL_STATE(1856)] = 57927, + [SMALL_STATE(1857)] = 57940, + [SMALL_STATE(1858)] = 57953, + [SMALL_STATE(1859)] = 57964, + [SMALL_STATE(1860)] = 57975, + [SMALL_STATE(1861)] = 57984, + [SMALL_STATE(1862)] = 57995, + [SMALL_STATE(1863)] = 58006, + [SMALL_STATE(1864)] = 58019, + [SMALL_STATE(1865)] = 58030, + [SMALL_STATE(1866)] = 58041, + [SMALL_STATE(1867)] = 58052, + [SMALL_STATE(1868)] = 58063, + [SMALL_STATE(1869)] = 58074, + [SMALL_STATE(1870)] = 58085, + [SMALL_STATE(1871)] = 58098, + [SMALL_STATE(1872)] = 58107, + [SMALL_STATE(1873)] = 58118, + [SMALL_STATE(1874)] = 58129, + [SMALL_STATE(1875)] = 58140, + [SMALL_STATE(1876)] = 58151, + [SMALL_STATE(1877)] = 58162, + [SMALL_STATE(1878)] = 58173, + [SMALL_STATE(1879)] = 58186, + [SMALL_STATE(1880)] = 58197, + [SMALL_STATE(1881)] = 58210, + [SMALL_STATE(1882)] = 58221, + [SMALL_STATE(1883)] = 58232, + [SMALL_STATE(1884)] = 58243, + [SMALL_STATE(1885)] = 58254, + [SMALL_STATE(1886)] = 58267, + [SMALL_STATE(1887)] = 58280, + [SMALL_STATE(1888)] = 58289, + [SMALL_STATE(1889)] = 58302, + [SMALL_STATE(1890)] = 58313, + [SMALL_STATE(1891)] = 58326, + [SMALL_STATE(1892)] = 58337, + [SMALL_STATE(1893)] = 58348, + [SMALL_STATE(1894)] = 58361, + [SMALL_STATE(1895)] = 58372, + [SMALL_STATE(1896)] = 58383, + [SMALL_STATE(1897)] = 58394, + [SMALL_STATE(1898)] = 58405, + [SMALL_STATE(1899)] = 58418, + [SMALL_STATE(1900)] = 58431, + [SMALL_STATE(1901)] = 58442, + [SMALL_STATE(1902)] = 58453, + [SMALL_STATE(1903)] = 58466, + [SMALL_STATE(1904)] = 58475, + [SMALL_STATE(1905)] = 58488, + [SMALL_STATE(1906)] = 58499, + [SMALL_STATE(1907)] = 58510, + [SMALL_STATE(1908)] = 58523, + [SMALL_STATE(1909)] = 58536, + [SMALL_STATE(1910)] = 58549, + [SMALL_STATE(1911)] = 58562, + [SMALL_STATE(1912)] = 58573, + [SMALL_STATE(1913)] = 58582, + [SMALL_STATE(1914)] = 58593, + [SMALL_STATE(1915)] = 58606, + [SMALL_STATE(1916)] = 58619, + [SMALL_STATE(1917)] = 58632, + [SMALL_STATE(1918)] = 58643, + [SMALL_STATE(1919)] = 58654, + [SMALL_STATE(1920)] = 58665, + [SMALL_STATE(1921)] = 58676, + [SMALL_STATE(1922)] = 58687, + [SMALL_STATE(1923)] = 58698, + [SMALL_STATE(1924)] = 58709, + [SMALL_STATE(1925)] = 58720, + [SMALL_STATE(1926)] = 58731, + [SMALL_STATE(1927)] = 58742, + [SMALL_STATE(1928)] = 58753, + [SMALL_STATE(1929)] = 58764, + [SMALL_STATE(1930)] = 58775, + [SMALL_STATE(1931)] = 58788, + [SMALL_STATE(1932)] = 58799, + [SMALL_STATE(1933)] = 58812, + [SMALL_STATE(1934)] = 58821, + [SMALL_STATE(1935)] = 58832, + [SMALL_STATE(1936)] = 58841, + [SMALL_STATE(1937)] = 58854, + [SMALL_STATE(1938)] = 58865, + [SMALL_STATE(1939)] = 58876, + [SMALL_STATE(1940)] = 58889, + [SMALL_STATE(1941)] = 58900, + [SMALL_STATE(1942)] = 58911, + [SMALL_STATE(1943)] = 58922, + [SMALL_STATE(1944)] = 58933, + [SMALL_STATE(1945)] = 58946, + [SMALL_STATE(1946)] = 58957, + [SMALL_STATE(1947)] = 58968, + [SMALL_STATE(1948)] = 58979, + [SMALL_STATE(1949)] = 58990, + [SMALL_STATE(1950)] = 59003, + [SMALL_STATE(1951)] = 59016, + [SMALL_STATE(1952)] = 59027, + [SMALL_STATE(1953)] = 59036, + [SMALL_STATE(1954)] = 59047, + [SMALL_STATE(1955)] = 59060, + [SMALL_STATE(1956)] = 59073, + [SMALL_STATE(1957)] = 59084, + [SMALL_STATE(1958)] = 59093, + [SMALL_STATE(1959)] = 59106, + [SMALL_STATE(1960)] = 59117, + [SMALL_STATE(1961)] = 59126, + [SMALL_STATE(1962)] = 59139, + [SMALL_STATE(1963)] = 59152, + [SMALL_STATE(1964)] = 59163, + [SMALL_STATE(1965)] = 59176, + [SMALL_STATE(1966)] = 59187, + [SMALL_STATE(1967)] = 59198, + [SMALL_STATE(1968)] = 59209, + [SMALL_STATE(1969)] = 59222, + [SMALL_STATE(1970)] = 59233, + [SMALL_STATE(1971)] = 59246, + [SMALL_STATE(1972)] = 59255, + [SMALL_STATE(1973)] = 59268, + [SMALL_STATE(1974)] = 59279, + [SMALL_STATE(1975)] = 59292, + [SMALL_STATE(1976)] = 59303, + [SMALL_STATE(1977)] = 59316, + [SMALL_STATE(1978)] = 59327, + [SMALL_STATE(1979)] = 59338, + [SMALL_STATE(1980)] = 59347, + [SMALL_STATE(1981)] = 59360, + [SMALL_STATE(1982)] = 59371, + [SMALL_STATE(1983)] = 59382, + [SMALL_STATE(1984)] = 59395, + [SMALL_STATE(1985)] = 59408, + [SMALL_STATE(1986)] = 59421, + [SMALL_STATE(1987)] = 59434, + [SMALL_STATE(1988)] = 59447, + [SMALL_STATE(1989)] = 59458, + [SMALL_STATE(1990)] = 59471, + [SMALL_STATE(1991)] = 59482, + [SMALL_STATE(1992)] = 59493, + [SMALL_STATE(1993)] = 59504, + [SMALL_STATE(1994)] = 59515, + [SMALL_STATE(1995)] = 59526, + [SMALL_STATE(1996)] = 59539, + [SMALL_STATE(1997)] = 59550, + [SMALL_STATE(1998)] = 59563, + [SMALL_STATE(1999)] = 59574, + [SMALL_STATE(2000)] = 59583, + [SMALL_STATE(2001)] = 59594, + [SMALL_STATE(2002)] = 59605, + [SMALL_STATE(2003)] = 59618, + [SMALL_STATE(2004)] = 59631, + [SMALL_STATE(2005)] = 59642, + [SMALL_STATE(2006)] = 59655, + [SMALL_STATE(2007)] = 59666, + [SMALL_STATE(2008)] = 59679, + [SMALL_STATE(2009)] = 59692, + [SMALL_STATE(2010)] = 59705, + [SMALL_STATE(2011)] = 59718, + [SMALL_STATE(2012)] = 59729, + [SMALL_STATE(2013)] = 59740, + [SMALL_STATE(2014)] = 59751, + [SMALL_STATE(2015)] = 59762, + [SMALL_STATE(2016)] = 59775, + [SMALL_STATE(2017)] = 59786, + [SMALL_STATE(2018)] = 59799, + [SMALL_STATE(2019)] = 59810, + [SMALL_STATE(2020)] = 59821, + [SMALL_STATE(2021)] = 59834, + [SMALL_STATE(2022)] = 59847, + [SMALL_STATE(2023)] = 59858, + [SMALL_STATE(2024)] = 59871, + [SMALL_STATE(2025)] = 59882, + [SMALL_STATE(2026)] = 59895, + [SMALL_STATE(2027)] = 59908, + [SMALL_STATE(2028)] = 59919, + [SMALL_STATE(2029)] = 59928, + [SMALL_STATE(2030)] = 59939, + [SMALL_STATE(2031)] = 59952, + [SMALL_STATE(2032)] = 59961, + [SMALL_STATE(2033)] = 59972, + [SMALL_STATE(2034)] = 59985, + [SMALL_STATE(2035)] = 59996, + [SMALL_STATE(2036)] = 60007, + [SMALL_STATE(2037)] = 60016, + [SMALL_STATE(2038)] = 60029, + [SMALL_STATE(2039)] = 60040, + [SMALL_STATE(2040)] = 60051, + [SMALL_STATE(2041)] = 60064, + [SMALL_STATE(2042)] = 60075, + [SMALL_STATE(2043)] = 60088, + [SMALL_STATE(2044)] = 60097, + [SMALL_STATE(2045)] = 60108, + [SMALL_STATE(2046)] = 60119, + [SMALL_STATE(2047)] = 60130, + [SMALL_STATE(2048)] = 60141, + [SMALL_STATE(2049)] = 60152, + [SMALL_STATE(2050)] = 60163, + [SMALL_STATE(2051)] = 60174, + [SMALL_STATE(2052)] = 60187, + [SMALL_STATE(2053)] = 60200, + [SMALL_STATE(2054)] = 60213, + [SMALL_STATE(2055)] = 60224, + [SMALL_STATE(2056)] = 60235, + [SMALL_STATE(2057)] = 60246, + [SMALL_STATE(2058)] = 60257, + [SMALL_STATE(2059)] = 60270, + [SMALL_STATE(2060)] = 60281, + [SMALL_STATE(2061)] = 60292, + [SMALL_STATE(2062)] = 60305, + [SMALL_STATE(2063)] = 60314, + [SMALL_STATE(2064)] = 60325, + [SMALL_STATE(2065)] = 60336, + [SMALL_STATE(2066)] = 60345, + [SMALL_STATE(2067)] = 60354, + [SMALL_STATE(2068)] = 60367, + [SMALL_STATE(2069)] = 60380, + [SMALL_STATE(2070)] = 60393, + [SMALL_STATE(2071)] = 60406, + [SMALL_STATE(2072)] = 60417, + [SMALL_STATE(2073)] = 60430, + [SMALL_STATE(2074)] = 60441, + [SMALL_STATE(2075)] = 60454, + [SMALL_STATE(2076)] = 60465, + [SMALL_STATE(2077)] = 60478, + [SMALL_STATE(2078)] = 60487, + [SMALL_STATE(2079)] = 60500, + [SMALL_STATE(2080)] = 60511, + [SMALL_STATE(2081)] = 60522, + [SMALL_STATE(2082)] = 60535, + [SMALL_STATE(2083)] = 60544, + [SMALL_STATE(2084)] = 60555, + [SMALL_STATE(2085)] = 60568, + [SMALL_STATE(2086)] = 60579, + [SMALL_STATE(2087)] = 60592, + [SMALL_STATE(2088)] = 60603, + [SMALL_STATE(2089)] = 60614, + [SMALL_STATE(2090)] = 60625, + [SMALL_STATE(2091)] = 60638, + [SMALL_STATE(2092)] = 60651, + [SMALL_STATE(2093)] = 60662, + [SMALL_STATE(2094)] = 60672, + [SMALL_STATE(2095)] = 60680, + [SMALL_STATE(2096)] = 60690, + [SMALL_STATE(2097)] = 60698, + [SMALL_STATE(2098)] = 60706, + [SMALL_STATE(2099)] = 60716, + [SMALL_STATE(2100)] = 60726, + [SMALL_STATE(2101)] = 60736, + [SMALL_STATE(2102)] = 60746, + [SMALL_STATE(2103)] = 60756, + [SMALL_STATE(2104)] = 60764, + [SMALL_STATE(2105)] = 60772, + [SMALL_STATE(2106)] = 60780, + [SMALL_STATE(2107)] = 60788, + [SMALL_STATE(2108)] = 60796, + [SMALL_STATE(2109)] = 60804, + [SMALL_STATE(2110)] = 60812, + [SMALL_STATE(2111)] = 60820, + [SMALL_STATE(2112)] = 60830, + [SMALL_STATE(2113)] = 60838, + [SMALL_STATE(2114)] = 60848, + [SMALL_STATE(2115)] = 60856, + [SMALL_STATE(2116)] = 60866, + [SMALL_STATE(2117)] = 60876, + [SMALL_STATE(2118)] = 60884, + [SMALL_STATE(2119)] = 60892, + [SMALL_STATE(2120)] = 60902, + [SMALL_STATE(2121)] = 60912, + [SMALL_STATE(2122)] = 60920, + [SMALL_STATE(2123)] = 60930, + [SMALL_STATE(2124)] = 60938, + [SMALL_STATE(2125)] = 60948, + [SMALL_STATE(2126)] = 60958, + [SMALL_STATE(2127)] = 60968, + [SMALL_STATE(2128)] = 60976, + [SMALL_STATE(2129)] = 60984, + [SMALL_STATE(2130)] = 60994, + [SMALL_STATE(2131)] = 61004, + [SMALL_STATE(2132)] = 61012, + [SMALL_STATE(2133)] = 61022, + [SMALL_STATE(2134)] = 61032, + [SMALL_STATE(2135)] = 61042, + [SMALL_STATE(2136)] = 61052, + [SMALL_STATE(2137)] = 61062, + [SMALL_STATE(2138)] = 61072, + [SMALL_STATE(2139)] = 61082, + [SMALL_STATE(2140)] = 61092, + [SMALL_STATE(2141)] = 61102, + [SMALL_STATE(2142)] = 61112, + [SMALL_STATE(2143)] = 61120, + [SMALL_STATE(2144)] = 61130, + [SMALL_STATE(2145)] = 61140, + [SMALL_STATE(2146)] = 61148, + [SMALL_STATE(2147)] = 61158, + [SMALL_STATE(2148)] = 61168, + [SMALL_STATE(2149)] = 61178, + [SMALL_STATE(2150)] = 61188, + [SMALL_STATE(2151)] = 61198, + [SMALL_STATE(2152)] = 61208, + [SMALL_STATE(2153)] = 61216, + [SMALL_STATE(2154)] = 61226, + [SMALL_STATE(2155)] = 61236, + [SMALL_STATE(2156)] = 61244, + [SMALL_STATE(2157)] = 61254, + [SMALL_STATE(2158)] = 61262, + [SMALL_STATE(2159)] = 61270, + [SMALL_STATE(2160)] = 61280, + [SMALL_STATE(2161)] = 61290, + [SMALL_STATE(2162)] = 61300, + [SMALL_STATE(2163)] = 61310, + [SMALL_STATE(2164)] = 61320, + [SMALL_STATE(2165)] = 61328, + [SMALL_STATE(2166)] = 61338, + [SMALL_STATE(2167)] = 61348, + [SMALL_STATE(2168)] = 61356, + [SMALL_STATE(2169)] = 61366, + [SMALL_STATE(2170)] = 61376, + [SMALL_STATE(2171)] = 61386, + [SMALL_STATE(2172)] = 61396, + [SMALL_STATE(2173)] = 61404, + [SMALL_STATE(2174)] = 61412, + [SMALL_STATE(2175)] = 61422, + [SMALL_STATE(2176)] = 61432, + [SMALL_STATE(2177)] = 61442, + [SMALL_STATE(2178)] = 61450, + [SMALL_STATE(2179)] = 61460, + [SMALL_STATE(2180)] = 61470, + [SMALL_STATE(2181)] = 61480, + [SMALL_STATE(2182)] = 61490, + [SMALL_STATE(2183)] = 61500, + [SMALL_STATE(2184)] = 61510, + [SMALL_STATE(2185)] = 61520, + [SMALL_STATE(2186)] = 61528, + [SMALL_STATE(2187)] = 61538, + [SMALL_STATE(2188)] = 61548, + [SMALL_STATE(2189)] = 61558, + [SMALL_STATE(2190)] = 61568, + [SMALL_STATE(2191)] = 61578, + [SMALL_STATE(2192)] = 61588, + [SMALL_STATE(2193)] = 61598, + [SMALL_STATE(2194)] = 61608, + [SMALL_STATE(2195)] = 61618, + [SMALL_STATE(2196)] = 61628, + [SMALL_STATE(2197)] = 61638, + [SMALL_STATE(2198)] = 61646, + [SMALL_STATE(2199)] = 61656, + [SMALL_STATE(2200)] = 61666, + [SMALL_STATE(2201)] = 61674, + [SMALL_STATE(2202)] = 61682, + [SMALL_STATE(2203)] = 61692, + [SMALL_STATE(2204)] = 61702, + [SMALL_STATE(2205)] = 61710, + [SMALL_STATE(2206)] = 61720, + [SMALL_STATE(2207)] = 61730, + [SMALL_STATE(2208)] = 61740, + [SMALL_STATE(2209)] = 61750, + [SMALL_STATE(2210)] = 61758, + [SMALL_STATE(2211)] = 61768, + [SMALL_STATE(2212)] = 61778, + [SMALL_STATE(2213)] = 61786, + [SMALL_STATE(2214)] = 61794, + [SMALL_STATE(2215)] = 61804, + [SMALL_STATE(2216)] = 61814, + [SMALL_STATE(2217)] = 61822, + [SMALL_STATE(2218)] = 61830, + [SMALL_STATE(2219)] = 61838, + [SMALL_STATE(2220)] = 61846, + [SMALL_STATE(2221)] = 61856, + [SMALL_STATE(2222)] = 61864, + [SMALL_STATE(2223)] = 61874, + [SMALL_STATE(2224)] = 61884, + [SMALL_STATE(2225)] = 61892, + [SMALL_STATE(2226)] = 61902, + [SMALL_STATE(2227)] = 61910, + [SMALL_STATE(2228)] = 61918, + [SMALL_STATE(2229)] = 61928, + [SMALL_STATE(2230)] = 61936, + [SMALL_STATE(2231)] = 61946, + [SMALL_STATE(2232)] = 61956, + [SMALL_STATE(2233)] = 61964, + [SMALL_STATE(2234)] = 61972, + [SMALL_STATE(2235)] = 61982, + [SMALL_STATE(2236)] = 61992, + [SMALL_STATE(2237)] = 62002, + [SMALL_STATE(2238)] = 62010, + [SMALL_STATE(2239)] = 62018, + [SMALL_STATE(2240)] = 62028, + [SMALL_STATE(2241)] = 62038, + [SMALL_STATE(2242)] = 62048, + [SMALL_STATE(2243)] = 62056, + [SMALL_STATE(2244)] = 62066, + [SMALL_STATE(2245)] = 62076, + [SMALL_STATE(2246)] = 62086, + [SMALL_STATE(2247)] = 62096, + [SMALL_STATE(2248)] = 62106, + [SMALL_STATE(2249)] = 62116, + [SMALL_STATE(2250)] = 62126, + [SMALL_STATE(2251)] = 62136, + [SMALL_STATE(2252)] = 62146, + [SMALL_STATE(2253)] = 62156, + [SMALL_STATE(2254)] = 62166, + [SMALL_STATE(2255)] = 62176, + [SMALL_STATE(2256)] = 62186, + [SMALL_STATE(2257)] = 62196, + [SMALL_STATE(2258)] = 62204, + [SMALL_STATE(2259)] = 62212, + [SMALL_STATE(2260)] = 62222, + [SMALL_STATE(2261)] = 62232, + [SMALL_STATE(2262)] = 62242, + [SMALL_STATE(2263)] = 62252, + [SMALL_STATE(2264)] = 62262, + [SMALL_STATE(2265)] = 62272, + [SMALL_STATE(2266)] = 62280, + [SMALL_STATE(2267)] = 62290, + [SMALL_STATE(2268)] = 62300, + [SMALL_STATE(2269)] = 62310, + [SMALL_STATE(2270)] = 62320, + [SMALL_STATE(2271)] = 62330, + [SMALL_STATE(2272)] = 62338, + [SMALL_STATE(2273)] = 62348, + [SMALL_STATE(2274)] = 62358, + [SMALL_STATE(2275)] = 62366, + [SMALL_STATE(2276)] = 62374, + [SMALL_STATE(2277)] = 62384, + [SMALL_STATE(2278)] = 62394, + [SMALL_STATE(2279)] = 62404, + [SMALL_STATE(2280)] = 62414, + [SMALL_STATE(2281)] = 62424, + [SMALL_STATE(2282)] = 62434, + [SMALL_STATE(2283)] = 62442, + [SMALL_STATE(2284)] = 62452, + [SMALL_STATE(2285)] = 62460, + [SMALL_STATE(2286)] = 62468, + [SMALL_STATE(2287)] = 62478, + [SMALL_STATE(2288)] = 62488, + [SMALL_STATE(2289)] = 62496, + [SMALL_STATE(2290)] = 62504, + [SMALL_STATE(2291)] = 62514, + [SMALL_STATE(2292)] = 62522, + [SMALL_STATE(2293)] = 62529, + [SMALL_STATE(2294)] = 62536, + [SMALL_STATE(2295)] = 62543, + [SMALL_STATE(2296)] = 62550, + [SMALL_STATE(2297)] = 62557, + [SMALL_STATE(2298)] = 62564, + [SMALL_STATE(2299)] = 62571, + [SMALL_STATE(2300)] = 62578, + [SMALL_STATE(2301)] = 62585, + [SMALL_STATE(2302)] = 62592, + [SMALL_STATE(2303)] = 62599, + [SMALL_STATE(2304)] = 62606, + [SMALL_STATE(2305)] = 62613, + [SMALL_STATE(2306)] = 62620, + [SMALL_STATE(2307)] = 62627, + [SMALL_STATE(2308)] = 62634, + [SMALL_STATE(2309)] = 62641, + [SMALL_STATE(2310)] = 62648, + [SMALL_STATE(2311)] = 62655, + [SMALL_STATE(2312)] = 62662, + [SMALL_STATE(2313)] = 62669, + [SMALL_STATE(2314)] = 62676, + [SMALL_STATE(2315)] = 62683, + [SMALL_STATE(2316)] = 62690, + [SMALL_STATE(2317)] = 62697, + [SMALL_STATE(2318)] = 62704, + [SMALL_STATE(2319)] = 62711, + [SMALL_STATE(2320)] = 62718, + [SMALL_STATE(2321)] = 62725, + [SMALL_STATE(2322)] = 62732, + [SMALL_STATE(2323)] = 62739, + [SMALL_STATE(2324)] = 62746, + [SMALL_STATE(2325)] = 62753, + [SMALL_STATE(2326)] = 62760, + [SMALL_STATE(2327)] = 62767, + [SMALL_STATE(2328)] = 62774, + [SMALL_STATE(2329)] = 62781, + [SMALL_STATE(2330)] = 62788, + [SMALL_STATE(2331)] = 62795, + [SMALL_STATE(2332)] = 62802, + [SMALL_STATE(2333)] = 62809, + [SMALL_STATE(2334)] = 62816, + [SMALL_STATE(2335)] = 62823, + [SMALL_STATE(2336)] = 62830, + [SMALL_STATE(2337)] = 62837, + [SMALL_STATE(2338)] = 62844, + [SMALL_STATE(2339)] = 62851, + [SMALL_STATE(2340)] = 62858, + [SMALL_STATE(2341)] = 62865, + [SMALL_STATE(2342)] = 62872, + [SMALL_STATE(2343)] = 62879, + [SMALL_STATE(2344)] = 62886, + [SMALL_STATE(2345)] = 62893, + [SMALL_STATE(2346)] = 62900, + [SMALL_STATE(2347)] = 62907, + [SMALL_STATE(2348)] = 62914, + [SMALL_STATE(2349)] = 62921, + [SMALL_STATE(2350)] = 62928, + [SMALL_STATE(2351)] = 62935, + [SMALL_STATE(2352)] = 62942, + [SMALL_STATE(2353)] = 62949, + [SMALL_STATE(2354)] = 62956, + [SMALL_STATE(2355)] = 62963, + [SMALL_STATE(2356)] = 62970, + [SMALL_STATE(2357)] = 62977, + [SMALL_STATE(2358)] = 62984, + [SMALL_STATE(2359)] = 62991, + [SMALL_STATE(2360)] = 62998, + [SMALL_STATE(2361)] = 63005, + [SMALL_STATE(2362)] = 63012, + [SMALL_STATE(2363)] = 63019, + [SMALL_STATE(2364)] = 63026, + [SMALL_STATE(2365)] = 63033, + [SMALL_STATE(2366)] = 63040, + [SMALL_STATE(2367)] = 63047, + [SMALL_STATE(2368)] = 63054, + [SMALL_STATE(2369)] = 63061, + [SMALL_STATE(2370)] = 63068, + [SMALL_STATE(2371)] = 63075, + [SMALL_STATE(2372)] = 63082, + [SMALL_STATE(2373)] = 63089, + [SMALL_STATE(2374)] = 63096, + [SMALL_STATE(2375)] = 63103, + [SMALL_STATE(2376)] = 63110, + [SMALL_STATE(2377)] = 63117, + [SMALL_STATE(2378)] = 63124, + [SMALL_STATE(2379)] = 63131, + [SMALL_STATE(2380)] = 63138, + [SMALL_STATE(2381)] = 63145, + [SMALL_STATE(2382)] = 63152, + [SMALL_STATE(2383)] = 63159, + [SMALL_STATE(2384)] = 63166, + [SMALL_STATE(2385)] = 63173, + [SMALL_STATE(2386)] = 63180, + [SMALL_STATE(2387)] = 63187, + [SMALL_STATE(2388)] = 63194, + [SMALL_STATE(2389)] = 63201, + [SMALL_STATE(2390)] = 63208, + [SMALL_STATE(2391)] = 63215, + [SMALL_STATE(2392)] = 63222, + [SMALL_STATE(2393)] = 63229, + [SMALL_STATE(2394)] = 63236, + [SMALL_STATE(2395)] = 63243, + [SMALL_STATE(2396)] = 63250, + [SMALL_STATE(2397)] = 63257, + [SMALL_STATE(2398)] = 63264, + [SMALL_STATE(2399)] = 63271, + [SMALL_STATE(2400)] = 63278, + [SMALL_STATE(2401)] = 63285, + [SMALL_STATE(2402)] = 63292, + [SMALL_STATE(2403)] = 63299, + [SMALL_STATE(2404)] = 63306, + [SMALL_STATE(2405)] = 63313, + [SMALL_STATE(2406)] = 63320, + [SMALL_STATE(2407)] = 63327, + [SMALL_STATE(2408)] = 63334, + [SMALL_STATE(2409)] = 63341, + [SMALL_STATE(2410)] = 63348, + [SMALL_STATE(2411)] = 63355, + [SMALL_STATE(2412)] = 63362, + [SMALL_STATE(2413)] = 63369, + [SMALL_STATE(2414)] = 63376, + [SMALL_STATE(2415)] = 63383, + [SMALL_STATE(2416)] = 63390, + [SMALL_STATE(2417)] = 63397, + [SMALL_STATE(2418)] = 63404, + [SMALL_STATE(2419)] = 63411, + [SMALL_STATE(2420)] = 63418, + [SMALL_STATE(2421)] = 63425, + [SMALL_STATE(2422)] = 63432, + [SMALL_STATE(2423)] = 63439, + [SMALL_STATE(2424)] = 63446, + [SMALL_STATE(2425)] = 63453, + [SMALL_STATE(2426)] = 63460, + [SMALL_STATE(2427)] = 63467, + [SMALL_STATE(2428)] = 63474, + [SMALL_STATE(2429)] = 63481, + [SMALL_STATE(2430)] = 63488, + [SMALL_STATE(2431)] = 63495, + [SMALL_STATE(2432)] = 63502, + [SMALL_STATE(2433)] = 63509, + [SMALL_STATE(2434)] = 63516, + [SMALL_STATE(2435)] = 63523, + [SMALL_STATE(2436)] = 63530, + [SMALL_STATE(2437)] = 63537, + [SMALL_STATE(2438)] = 63544, + [SMALL_STATE(2439)] = 63551, + [SMALL_STATE(2440)] = 63558, + [SMALL_STATE(2441)] = 63565, + [SMALL_STATE(2442)] = 63572, + [SMALL_STATE(2443)] = 63579, + [SMALL_STATE(2444)] = 63586, + [SMALL_STATE(2445)] = 63593, + [SMALL_STATE(2446)] = 63600, + [SMALL_STATE(2447)] = 63607, + [SMALL_STATE(2448)] = 63614, + [SMALL_STATE(2449)] = 63621, + [SMALL_STATE(2450)] = 63628, + [SMALL_STATE(2451)] = 63635, + [SMALL_STATE(2452)] = 63642, + [SMALL_STATE(2453)] = 63649, + [SMALL_STATE(2454)] = 63656, + [SMALL_STATE(2455)] = 63663, + [SMALL_STATE(2456)] = 63670, + [SMALL_STATE(2457)] = 63677, + [SMALL_STATE(2458)] = 63684, + [SMALL_STATE(2459)] = 63691, + [SMALL_STATE(2460)] = 63698, + [SMALL_STATE(2461)] = 63705, + [SMALL_STATE(2462)] = 63712, + [SMALL_STATE(2463)] = 63719, + [SMALL_STATE(2464)] = 63726, + [SMALL_STATE(2465)] = 63733, + [SMALL_STATE(2466)] = 63740, + [SMALL_STATE(2467)] = 63747, + [SMALL_STATE(2468)] = 63754, + [SMALL_STATE(2469)] = 63761, + [SMALL_STATE(2470)] = 63768, + [SMALL_STATE(2471)] = 63775, + [SMALL_STATE(2472)] = 63782, + [SMALL_STATE(2473)] = 63789, + [SMALL_STATE(2474)] = 63796, + [SMALL_STATE(2475)] = 63803, + [SMALL_STATE(2476)] = 63810, + [SMALL_STATE(2477)] = 63817, + [SMALL_STATE(2478)] = 63824, + [SMALL_STATE(2479)] = 63831, + [SMALL_STATE(2480)] = 63838, + [SMALL_STATE(2481)] = 63845, + [SMALL_STATE(2482)] = 63852, + [SMALL_STATE(2483)] = 63859, + [SMALL_STATE(2484)] = 63866, + [SMALL_STATE(2485)] = 63873, + [SMALL_STATE(2486)] = 63880, + [SMALL_STATE(2487)] = 63887, + [SMALL_STATE(2488)] = 63894, + [SMALL_STATE(2489)] = 63901, + [SMALL_STATE(2490)] = 63908, + [SMALL_STATE(2491)] = 63915, + [SMALL_STATE(2492)] = 63922, + [SMALL_STATE(2493)] = 63929, + [SMALL_STATE(2494)] = 63936, + [SMALL_STATE(2495)] = 63943, + [SMALL_STATE(2496)] = 63950, + [SMALL_STATE(2497)] = 63957, + [SMALL_STATE(2498)] = 63964, + [SMALL_STATE(2499)] = 63971, + [SMALL_STATE(2500)] = 63978, + [SMALL_STATE(2501)] = 63985, + [SMALL_STATE(2502)] = 63992, + [SMALL_STATE(2503)] = 63999, + [SMALL_STATE(2504)] = 64006, + [SMALL_STATE(2505)] = 64013, + [SMALL_STATE(2506)] = 64020, + [SMALL_STATE(2507)] = 64027, + [SMALL_STATE(2508)] = 64034, + [SMALL_STATE(2509)] = 64041, + [SMALL_STATE(2510)] = 64048, + [SMALL_STATE(2511)] = 64055, + [SMALL_STATE(2512)] = 64062, + [SMALL_STATE(2513)] = 64069, }; static const TSParseActionEntry ts_parse_actions[] = { @@ -131478,2379 +131131,2319 @@ static const TSParseActionEntry ts_parse_actions[] = { [1] = {.entry = {.count = 1, .reusable = false}}, RECOVER(), [3] = {.entry = {.count = 1, .reusable = false}}, SHIFT_EXTRA(), [5] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 0, 0, 0), - [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), - [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), - [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), - [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(520), - [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1349), - [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1892), - [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1729), - [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), - [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1478), - [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1177), - [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2162), - [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(68), - [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2606), - [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2602), - [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2598), - [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2595), - [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1323), - [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1324), - [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), - [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1361), - [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1326), - [49] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1864), - [51] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), - [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2587), - [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(191), - [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1906), - [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2585), - [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2584), - [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1088), - [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2181), - [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2582), - [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(185), - [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(184), - [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), - [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), - [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), - [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(78), - [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2579), - [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2523), - [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2188), - [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [7] = {.entry = {.count = 1, .reusable = false}}, SHIFT(890), + [9] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2385), + [11] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), + [13] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), + [15] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1257), + [17] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1735), + [19] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1492), + [21] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), + [23] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1393), + [25] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1114), + [27] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2496), + [29] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), + [31] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2493), + [33] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), + [35] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2484), + [37] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2483), + [39] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1227), + [41] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1232), + [43] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1231), + [45] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1270), + [47] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1228), + [49] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), + [51] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1793), + [53] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), + [55] = {.entry = {.count = 1, .reusable = false}}, SHIFT(192), + [57] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1792), + [59] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2458), + [61] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2454), + [63] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1070), + [65] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2163), + [67] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2440), + [69] = {.entry = {.count = 1, .reusable = false}}, SHIFT(172), + [71] = {.entry = {.count = 1, .reusable = false}}, SHIFT(174), + [73] = {.entry = {.count = 1, .reusable = false}}, SHIFT(175), + [75] = {.entry = {.count = 1, .reusable = false}}, SHIFT(335), + [77] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), + [79] = {.entry = {.count = 1, .reusable = false}}, SHIFT(82), + [81] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2438), + [83] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2437), + [85] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2198), + [87] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2194), [89] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2193), - [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(329), - [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), - [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), - [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(562), - [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(301), - [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(661), - [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(853), - [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2572), - [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), - [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(732), - [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1094), - [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1099), - [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1425), - [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1415), - [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), - [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1908), - [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1417), - [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), - [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), - [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(235), - [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(234), - [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(229), - [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [91] = {.entry = {.count = 1, .reusable = false}}, SHIFT(348), + [93] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), + [95] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), + [97] = {.entry = {.count = 1, .reusable = false}}, SHIFT(513), + [99] = {.entry = {.count = 1, .reusable = false}}, SHIFT(362), + [101] = {.entry = {.count = 1, .reusable = false}}, SHIFT(775), + [103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(611), + [105] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2427), + [107] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), + [109] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1483), + [111] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1069), + [113] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1068), + [115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1355), + [117] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1303), + [119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1520), + [121] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2042), + [123] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1311), + [125] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1523), + [127] = {.entry = {.count = 1, .reusable = false}}, SHIFT(87), + [129] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), + [131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(325), + [133] = {.entry = {.count = 1, .reusable = false}}, SHIFT(314), + [135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(310), [137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), - [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(786), - [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(520), - [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1349), - [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1892), - [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1729), - [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), - [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1478), - [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1177), - [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2162), - [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(68), - [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2606), - [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2602), - [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2598), + [139] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(890), + [142] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(422), + [145] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1257), + [148] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1735), + [151] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1492), + [154] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1284), + [157] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1393), + [160] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1114), + [163] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2496), + [166] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(71), + [169] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2493), + [172] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2492), + [175] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2484), [178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), - [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2595), - [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1323), - [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1324), - [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1325), - [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1361), - [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1326), - [198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1864), - [201] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(96), - [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2587), - [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(191), - [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1906), - [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2585), - [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2584), - [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1088), - [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2181), - [225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2582), - [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(185), - [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(184), - [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(197), - [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(372), - [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2184), - [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(78), - [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2579), - [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2523), - [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2188), - [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2190), + [180] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2483), + [183] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1227), + [186] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1232), + [189] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1231), + [192] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1270), + [195] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1228), + [198] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(93), + [201] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1793), + [204] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2463), + [207] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(192), + [210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1792), + [213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2458), + [216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2454), + [219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1070), + [222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2163), + [225] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2440), + [228] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(172), + [231] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(174), + [234] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(175), + [237] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(335), + [240] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2199), + [243] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(82), + [246] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2438), + [249] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2437), + [252] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2198), + [255] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2194), [258] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2193), - [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(329), - [264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(329), - [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(305), - [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(562), - [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(301), - [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(661), - [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(853), - [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2572), - [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(110), - [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(732), - [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1094), - [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1099), - [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1425), - [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1415), - [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1626), - [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1908), - [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1417), - [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1674), - [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(85), - [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(235), - [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(234), - [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(229), - [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(228), - [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 133), - [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 133), - [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 133), - [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 133), - [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_statement, 3, 0, 0), - [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_statement, 3, 0, 0), + [261] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(348), + [264] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(348), + [267] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(350), + [270] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(513), + [273] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(362), + [276] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(775), + [279] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(611), + [282] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2427), + [285] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(106), + [288] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1483), + [291] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1069), + [294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1068), + [297] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), + [300] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1303), + [303] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1520), + [306] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2042), + [309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1311), + [312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(1523), + [315] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(87), + [318] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(326), + [321] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(325), + [324] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(314), + [327] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(310), + [330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 4, 0, 132), + [332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 4, 0, 132), + [334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_statement, 3, 0, 0), + [336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_statement, 3, 0, 0), + [338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_case_statement, 3, 0, 132), + [340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_case_statement, 3, 0, 132), [342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_default_statement, 2, 0, 0), [344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_default_statement, 2, 0, 0), - [346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 1, 0, 0), - [348] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2613), - [351] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2244), - [354] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2622), - [357] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2626), - [360] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2228), - [363] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2613), - [365] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2244), - [367] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2622), - [369] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2626), - [371] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2228), - [373] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 2, 0, 0), - [375] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2, 0, 0), - [377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), - [379] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0), - [381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2533), - [383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), - [385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), - [387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(554), - [389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(802), - [391] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), - [393] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1350), - [395] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2076), - [397] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1722), - [399] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1412), - [401] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1171), - [403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(48), - [405] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2559), - [407] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2558), - [409] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2553), - [411] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2551), - [413] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1359), - [415] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), - [417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2031), - [419] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2593), - [421] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2594), - [423] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2226), - [425] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2544), - [427] = {.entry = {.count = 1, .reusable = false}}, SHIFT(186), - [429] = {.entry = {.count = 1, .reusable = false}}, SHIFT(188), - [431] = {.entry = {.count = 1, .reusable = false}}, SHIFT(190), - [433] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2300), - [435] = {.entry = {.count = 1, .reusable = false}}, SHIFT(80), - [437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2614), - [439] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2623), - [441] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2311), - [443] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2230), - [445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2101), - [447] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2609), - [449] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2394), - [451] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2620), - [453] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2625), - [455] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2251), - [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(9), - [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2022), - [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(46), - [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2021), - [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1898), - [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(544), - [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(52), - [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(531), - [473] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2296), - [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), - [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), - [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(496), - [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), - [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), - [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), - [487] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2291), - [489] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2290), - [491] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2289), - [493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), - [495] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2305), - [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), - [499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2140), - [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), - [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2139), - [505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2133), - [507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), - [509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), - [511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2100), - [513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), - [515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1888), - [517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2147), - [519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(57), - [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2060), - [523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(541), - [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(66), - [527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(542), - [529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2210), - [531] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2331), - [533] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2243), - [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(766), - [537] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2237), - [539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1111), - [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1110), - [543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(765), - [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2301), - [547] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2304), - [549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(471), - [551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), - [553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), - [555] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2409), - [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), - [559] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2155), - [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(522), - [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2160), - [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(647), - [567] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), - [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(839), - [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1453), - [573] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1921), - [575] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1829), - [577] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), - [579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(93), - [581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), - [583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2548), - [585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(957), - [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(266), - [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2229), - [591] = {.entry = {.count = 1, .reusable = false}}, SHIFT(272), - [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), - [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), - [597] = {.entry = {.count = 1, .reusable = false}}, SHIFT(561), - [599] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), - [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(659), - [603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(828), - [605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), - [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(939), - [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(937), - [611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), - [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), - [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2074), - [617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1389), - [619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1712), - [621] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), - [623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(224), - [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(327), - [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(330), - [629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(394), - [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(398), - [633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), - [635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), - [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), - [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), - [641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(388), - [643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), - [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(563), - [647] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), - [649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), - [651] = {.entry = {.count = 1, .reusable = false}}, SHIFT(84), - [653] = {.entry = {.count = 1, .reusable = false}}, SHIFT(371), - [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(380), - [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(377), - [659] = {.entry = {.count = 1, .reusable = false}}, SHIFT(375), - [661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), - [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(764), - [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(850), - [667] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1818), - [669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), - [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(239), - [673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), - [675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), - [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(271), - [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), - [681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(270), - [683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(269), - [685] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), - [687] = {.entry = {.count = 1, .reusable = false}}, SHIFT(267), - [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), - [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), - [693] = {.entry = {.count = 1, .reusable = false}}, SHIFT(259), - [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(265), - [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), - [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(262), - [701] = {.entry = {.count = 1, .reusable = false}}, SHIFT(261), - [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2335), - [705] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), - [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(794), - [709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), - [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1433), - [713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2586), - [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1749), - [717] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1670), - [719] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1691), - [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), - [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), - [725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2240), - [727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2063), - [729] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1503), - [731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1178), - [733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1153), - [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), - [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), - [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), - [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2604), - [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(670), - [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2619), - [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1145), - [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2583), - [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(756), - [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), - [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(709), - [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2571), - [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(953), - [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), - [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2617), - [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), - [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2522), - [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(607), - [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), - [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), - [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2566), - [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(799), - [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2465), - [781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), - [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1143), - [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2590), - [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), - [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(669), - [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), - [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1140), - [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), - [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), - [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(800), - [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), - [803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), - [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), - [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2477), - [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), - [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(892), - [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(606), - [815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(657), - [817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), - [819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2610), - [821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), - [823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(956), - [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), - [827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(752), - [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(901), - [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), - [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(888), - [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2506), - [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(976), - [839] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2463), - [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(745), - [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2457), - [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1127), - [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), - [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), - [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(875), - [853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), - [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), - [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), - [859] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(889), - [862] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(719), - [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1100), - [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1135), - [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(921), - [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), - [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2007), - [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(959), - [877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 1, 0, 0), - [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(179), - [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), - [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), - [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), - [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), - [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(178), - [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), - [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), - [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(65), - [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(72), - [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), - [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(63), - [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), - [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), - [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), - [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), - [911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(180), - [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), - [915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(22), - [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(43), - [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(42), - [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), - [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(175), - [925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), - [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(476), - [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(475), - [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1903), - [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1904), - [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), - [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1905), - [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(850), - [941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), - [943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(873), - [945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), - [947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), - [949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(783), - [951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(325), - [953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), - [955] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 2, 0, 0), - [957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), - [959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(581), - [961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), - [963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(619), - [965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(725), - [967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), - [969] = {.entry = {.count = 1, .reusable = true}}, SHIFT(237), - [971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), - [973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_placeholder, 1, 0, 0), - [975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 3, 0, 0), - [977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), - [979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2350), - [981] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 3), - [983] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 3), - [985] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2470), - [987] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2343), - [989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), - [993] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2470), - [996] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2343), - [999] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 46), - [1001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), - [1003] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(2382), - [1006] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(82), - [1009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 18), - [1011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), - [1013] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(2382), - [1016] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(82), - [1019] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2382), - [1021] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), - [1023] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), - [1025] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), - [1027] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), SHIFT_REPEAT(2382), - [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 166), - [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 166), - [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 3), - [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 3), - [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, 0, 182), - [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, 0, 182), - [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), - [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), - [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 113), - [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 113), - [1054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), - [1056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 154), - [1058] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 154), - [1060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(480), - [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), - [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 111), - [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 111), - [1070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(454), - [1072] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 12), - [1074] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 12), - [1076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), - [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 175), - [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 175), - [1082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), - [1084] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 64), - [1086] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 64), - [1088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(462), - [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), - [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 68), - [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 68), - [1098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(455), - [1100] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 87), - [1102] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 87), - [1104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), - [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 41), - [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 41), - [1110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), - [1112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 148), - [1114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 148), - [1116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(482), - [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 153), - [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 153), - [1122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(481), - [1124] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 106), - [1126] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 106), - [1128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), - [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_label_statement, 2, 0, 0), - [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_label_statement, 2, 0, 0), - [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo_statement, 3, 0, 0), - [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo_statement, 3, 0, 0), - [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 113), - [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 113), - [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 6, 0, 0), - [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 6, 0, 0), - [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 6, 0, 112), - [1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 6, 0, 112), - [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 111), - [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 111), - [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 68), - [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 68), - [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 0), - [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 0), - [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 112), - [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 112), - [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 0), - [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 0), - [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 130), - [1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 130), - [1174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), - [1176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 87), - [1178] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 87), - [1180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 64), - [1182] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 64), - [1184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 6, 0, 0), - [1186] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 6, 0, 0), - [1188] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 106), - [1190] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 106), - [1192] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 7, 0, 0), - [1194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 7, 0, 0), - [1196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 0), - [1198] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 0), - [1200] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), - [1202] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2, 0, 0), - [1204] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0), - [1206] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0), - [1208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 106), - [1210] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 106), - [1212] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 147), - [1214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 147), - [1216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 8, 0, 175), - [1218] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 8, 0, 175), - [1220] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1222] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), - [1224] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), - [1226] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), - [1228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 45), - [1230] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 45), - [1232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 44), - [1234] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 44), - [1236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), - [1238] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), - [1240] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 154), - [1242] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 154), - [1244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 153), - [1246] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 153), - [1248] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 148), - [1250] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 148), - [1252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 7, 0, 171), - [1254] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 7, 0, 171), - [1256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 64), - [1258] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 64), - [1260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0), - [1262] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0), - [1264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), - [1266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, 0, 0), - [1268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause, 3, 0, 18), - [1270] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 3, 0, 18), - [1272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 45), - [1274] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 45), - [1276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 7, 0, 0), - [1278] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 7, 0, 0), - [1280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 12), - [1282] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 12), - [1284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 46), - [1286] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 46), - [1288] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, 0, 3), - [1290] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, 0, 3), - [1292] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 41), - [1294] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 41), - [1296] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 5, 0, 0), - [1298] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 5, 0, 0), - [1300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 18), - [1302] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 18), - [1304] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 0), - [1306] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 0), - [1308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 18), - [1310] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 18), - [1312] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), - [1314] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), - [1316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0), - [1318] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0), - [1320] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 0), - [1322] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 0), - [1324] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 0), - [1326] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 0), - [1328] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), - [1330] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), - [1332] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), - [1334] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), - [1336] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 41), - [1338] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 41), - [1340] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 27), - [1342] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 27), - [1344] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, 0, 0), - [1346] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, 0, 0), - [1348] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 18), - [1350] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 18), - [1352] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 0), - [1354] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 0), - [1356] = {.entry = {.count = 1, .reusable = true}}, SHIFT(124), - [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, 0, 12), - [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, 0, 12), - [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 4, 0, 0), - [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 4, 0, 0), - [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 89), - [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 89), - [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 12), - [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 12), - [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 4, 0, 0), - [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 4, 0, 0), - [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_declaration, 3, 0, 12), - [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_declaration, 3, 0, 12), - [1382] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 3), - [1384] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 3), - [1386] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1388] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), - [1390] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), - [1392] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), - [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 89), - [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 89), - [1398] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 3, 0, 0), - [1400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 3, 0, 0), - [1402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 39), - [1404] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 39), - [1406] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 0), - [1408] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 0), - [1410] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), - [1412] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), - [1414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 7, 0, 0), - [1416] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 7, 0, 0), - [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 0), - [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 0), - [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 167), - [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 167), - [1426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), - [1428] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), - [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 12), - [1432] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 12), - [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 88), - [1436] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 88), - [1438] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 11), - [1440] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 11), - [1442] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 18), - [1444] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 18), - [1446] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 3, 0, 0), - [1448] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 3, 0, 0), - [1450] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 3, 0, 0), - [1452] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 3, 0, 0), - [1454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 5, 0, 0), - [1456] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 5, 0, 0), - [1458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 5, 0, 0), - [1460] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 5, 0, 0), - [1462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 39), - [1464] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 39), - [1466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 1, 0, 1), - [1468] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 1, 0, 1), - [1470] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 8, 0, 0), - [1472] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 8, 0, 0), - [1474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), - [1476] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, 0, 0), - [1478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 0), - [1480] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 0), - [1482] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 9, 0, 167), - [1484] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 9, 0, 167), - [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 4, 0, 0), - [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 4, 0, 0), - [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 41), - [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 41), - [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 0), - [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 0), - [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 86), - [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 86), - [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), - [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 2, 0, 9), - [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 2, 0, 9), - [1510] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [1512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), - [1514] = {.entry = {.count = 1, .reusable = false}}, SHIFT(642), - [1516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), - [1518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1684), - [1520] = {.entry = {.count = 1, .reusable = false}}, SHIFT(779), - [1522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), - [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), - [1526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), - [1528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), - [1530] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), - [1532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), - [1534] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), - [1536] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), - [1538] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), - [1540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), - [1542] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), - [1544] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 25), - [1546] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 25), - [1548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), - [1550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access_expression, 3, 0, 25), - [1552] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access_expression, 3, 0, 25), - [1554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), - [1556] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), - [1558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), - [1560] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), - [1562] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_variable, 4, 0, 43), - [1564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_expression, 1, 0, 0), - [1566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(944), - [1568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_variable, 4, 0, 43), - [1570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access_expression, 5, 0, 102), - [1572] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access_expression, 5, 0, 102), - [1574] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_access_expression, 5, 0, 102), - [1576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_access_expression, 5, 0, 102), - [1578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_call_expression, 6, 0, 142), - [1580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_call_expression, 6, 0, 142), - [1582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_call_expression, 4, 0, 62), - [1584] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_call_expression, 4, 0, 62), - [1586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_name, 2, 0, 0), - [1588] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_name, 2, 0, 0), - [1590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 2, 0, 8), - [1592] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 2, 0, 8), - [1594] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 62), - [1596] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 62), - [1598] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_call_expression, 4, 0, 61), - [1600] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_call_expression, 4, 0, 61), - [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 3, 0, 0), - [1604] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 3, 0, 0), - [1606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 0), - [1608] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 0), - [1610] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_subscript_expression, 4, 0, 0), - [1612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_subscript_expression, 4, 0, 0), - [1614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), - [1616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), - [1618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), - [1620] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), - [1622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_call_expression, 6, 0, 143), - [1624] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_call_expression, 6, 0, 143), - [1626] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_call_expression, 6, 0, 143), - [1628] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_call_expression, 6, 0, 143), - [1630] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), - [1632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), - [1634] = {.entry = {.count = 1, .reusable = false}}, SHIFT(217), - [1636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), - [1638] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), - [1640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), - [1642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1150), - [1644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), - [1646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), - [1648] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), - [1650] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), - [1652] = {.entry = {.count = 1, .reusable = false}}, SHIFT(203), - [1654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), - [1656] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 1, 0, 0), - [1659] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 3, 0, 0), - [1662] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 0), - [1664] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2, 0, 0), - [1666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1400), - [1668] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1284), - [1670] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1569), - [1672] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1174), - [1674] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1434), - [1676] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1017), - [1678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1341), - [1680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), - [1682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2530), - [1684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), - [1686] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 22), - [1688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 22), - [1690] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), SHIFT(2440), - [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 2, 0, 0), - [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 2, 0, 0), - [1697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), - [1699] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 5, 0, 101), - [1701] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 5, 0, 101), - [1703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1534), - [1705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2508), - [1707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), - [1709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1870), - [1711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2151), - [1713] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), - [1715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2462), - [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), - [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), - [1721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), - [1723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1852), - [1725] = {.entry = {.count = 1, .reusable = false}}, SHIFT(643), - [1727] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1529), - [1729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), - [1731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), - [1733] = {.entry = {.count = 1, .reusable = false}}, SHIFT(773), - [1735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(869), - [1737] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1522), - [1739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), - [1741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1700), - [1743] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0), - [1745] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0), - [1747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), - [1749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), - [1751] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1443), - [1753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1377), - [1755] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1515), - [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_by_ref, 2, 0, 0), - [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_by_ref, 2, 0, 0), - [1761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1810), - [1763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1828), - [1765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), - [1767] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 2, 0, 0), - [1769] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 2, 0, 0), - [1771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), REDUCE(sym_array_creation_expression, 2, 0, 0), - [1774] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__array_destructing, 2, 0, 0), - [1776] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 5), - [1778] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 5), - [1780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(106), - [1782] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1443), - [1785] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(732), - [1788] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1921), - [1791] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2162), - [1794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [1796] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(97), - [1799] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2548), - [1802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(129), - [1805] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1394), - [1808] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1583), - [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2074), - [1814] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1712), - [1817] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 3, 0, 0), - [1819] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 3, 0, 0), - [1821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 5, 0, 93), - [1823] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 5, 0, 93), - [1825] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 0), - [1827] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 0), - [1829] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 6, 0, 17), - [1831] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 6, 0, 17), - [1833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 136), - [1835] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 136), - [1837] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 137), - [1839] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 137), - [1841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 94), - [1843] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 94), - [1845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 138), - [1847] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 138), - [1849] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 6, 0, 137), - [1851] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 6, 0, 137), - [1853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 3, 0, 0), - [1855] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 3, 0, 0), - [1857] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 93), - [1859] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 93), - [1861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 92), - [1863] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 92), - [1865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), - [1867] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), - [1869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_scope, 1, 0, 0), - [1871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 7, 0, 168), - [1873] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 7, 0, 168), - [1875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 7, 0, 168), - [1877] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 7, 0, 168), - [1879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 3, 0, 19), - [1881] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 3, 0, 19), - [1883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 52), - [1885] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 52), - [1887] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 51), - [1889] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 51), - [1891] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 91), - [1893] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 91), - [1895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 17), - [1897] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 17), - [1899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 0), - [1901] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 0), - [1903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 2, 0, 0), - [1905] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 2, 0, 0), - [1907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 50), - [1909] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 50), - [1911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 0), - [1913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 0), - [1915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 17), - [1917] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 17), - [1919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), - [1921] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), - [1923] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 17), - [1925] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 17), - [1927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), - [1929] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__argument_name, 2, 0, 53), - [1931] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__argument_name, 2, 0, 53), - [1933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), - [1935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2154), - [1937] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_modifier, 1, 0, 0), - [1939] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_modifier, 1, 0, 0), - [1941] = {.entry = {.count = 1, .reusable = false}}, SHIFT(449), - [1943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), - [1945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2333), - [1947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2410), - [1949] = {.entry = {.count = 1, .reusable = false}}, SHIFT(767), - [1951] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1916), - [1953] = {.entry = {.count = 1, .reusable = false}}, SHIFT(774), - [1955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1487), - [1957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(87), - [1959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1479), - [1961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), - [1963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), - [1965] = {.entry = {.count = 1, .reusable = true}}, SHIFT(88), - [1967] = {.entry = {.count = 1, .reusable = false}}, SHIFT(641), - [1969] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1461), - [1971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), - [1973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), - [1975] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 5, 0, 0), - [1977] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 5, 0, 0), - [1979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 4, 0, 47), - [1981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 4, 0, 47), - [1983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), - [1985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), - [1987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), - [1989] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 141), - [1991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 141), - [1993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 6, 0, 0), - [1995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 6, 0, 0), - [1997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), - [1999] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), - [2001] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 140), - [2003] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 140), - [2005] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 125), - [2007] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 125), - [2009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 108), - [2011] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 108), - [2013] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 139), - [2015] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 139), - [2017] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 6, 0, 47), - [2019] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 6, 0, 47), - [2021] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 146), - [2023] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 146), - [2025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 105), - [2027] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 105), - [2029] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 145), - [2031] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 145), - [2033] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 104), - [2035] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 104), - [2037] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 150), - [2039] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 150), - [2041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 5, 0, 47), - [2043] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 5, 0, 47), - [2045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 103), - [2047] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 103), - [2049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 144), - [2051] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 144), - [2053] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0), - [2055] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0), - [2057] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), - [2059] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), - [2061] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), - [2063] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), - [2065] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 3, 0, 0), - [2067] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 3, 0, 0), - [2069] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 149), - [2071] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 149), - [2073] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 3, 0, 14), - [2075] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 3, 0, 14), - [2077] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 82), - [2079] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 82), - [2081] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 10), - [2083] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 10), - [2085] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 81), - [2087] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 81), - [2089] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 98), - [2091] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 98), - [2093] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 80), - [2095] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 80), - [2097] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 97), - [2099] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 97), - [2101] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 63), - [2103] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 63), - [2105] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 96), - [2107] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 5, 0, 96), - [2109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), - [2111] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), - [2113] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 151), - [2115] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 6, 0, 151), - [2117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 35), - [2119] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 35), - [2121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 5, 0, 0), - [2123] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 5, 0, 0), - [2125] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 7, 0, 47), - [2127] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 7, 0, 47), - [2129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 37), - [2131] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 37), - [2133] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 38), - [2135] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 38), - [2137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 43), - [2139] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 43), - [2141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 56), - [2143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 4, 0, 56), - [2145] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 169), - [2147] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 169), - [2149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 4, 0, 0), - [2151] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 4, 0, 0), - [2153] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 170), - [2155] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 170), - [2157] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 172), - [2159] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 172), - [2161] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 3, 0, 0), - [2163] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 3, 0, 0), - [2165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 173), - [2167] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 173), - [2169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 174), - [2171] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 7, 0, 174), - [2173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_op_expression, 2, 0, 5), - [2175] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_op_expression, 2, 0, 5), - [2177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_creation_expression, 8, 0, 183), - [2179] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function_creation_expression, 8, 0, 183), - [2181] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), - [2183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), - [2185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clone_expression, 2, 0, 0), - [2187] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clone_expression, 2, 0, 0), - [2189] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), - [2191] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), - [2193] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 18), - [2195] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 18), - [2197] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 1, 0, 0), - [2199] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 1, 0, 0), - [2201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 2, 0, 0), - [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 2, 0, 0), - [2205] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), - [2207] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), - [2209] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1425), - [2212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), - [2214] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 1, 0, 0), - [2216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 1, 0, 0), - [2218] = {.entry = {.count = 1, .reusable = false}}, SHIFT(308), - [2220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(310), - [2222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), - [2224] = {.entry = {.count = 1, .reusable = false}}, SHIFT(321), - [2226] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), - [2228] = {.entry = {.count = 1, .reusable = false}}, SHIFT(322), - [2230] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), - [2232] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), - [2234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), - [2236] = {.entry = {.count = 1, .reusable = false}}, SHIFT(326), - [2238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(326), - [2240] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), - [2242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(317), - [2244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), - [2246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3, 0, 0), - [2248] = {.entry = {.count = 1, .reusable = false}}, SHIFT(211), - [2250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), - [2252] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), - [2254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(314), - [2256] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), - [2258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), - [2260] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 21), - [2262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(199), - [2264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 59), - [2266] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 59), - [2268] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_unpacking, 2, 0, 0), - [2270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_assignment_expression, 4, 0, 60), - [2272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_expression, 2, 0, 0), - [2274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_once_expression, 2, 0, 0), - [2276] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_expression, 2, 0, 0), - [2278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, 0, 22), - [2280] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 23), - [2282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_once_expression, 2, 0, 0), - [2284] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_intrinsic, 2, 0, 0), - [2286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 100), - [2288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 100), - [2290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_expression, 2, 0, 0), - [2292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), - [2294] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1284), - [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), - [2299] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1323), - [2302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1324), - [2305] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1325), - [2308] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1017), - [2311] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1326), - [2314] = {.entry = {.count = 1, .reusable = false}}, SHIFT(361), - [2316] = {.entry = {.count = 1, .reusable = false}}, SHIFT(360), - [2318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(359), - [2320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(358), - [2322] = {.entry = {.count = 1, .reusable = true}}, SHIFT(357), - [2324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(350), - [2326] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), - [2328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), - [2330] = {.entry = {.count = 1, .reusable = false}}, SHIFT(345), - [2332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), - [2334] = {.entry = {.count = 1, .reusable = false}}, SHIFT(344), - [2336] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), - [2338] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), - [2340] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), - [2342] = {.entry = {.count = 1, .reusable = false}}, SHIFT(340), - [2344] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), - [2346] = {.entry = {.count = 1, .reusable = false}}, SHIFT(206), - [2348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(356), - [2350] = {.entry = {.count = 1, .reusable = true}}, SHIFT(189), - [2352] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), - [2354] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), - [2356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 4, 0, 0), - [2358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 4, 0, 0), - [2360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 3, 0, 0), - [2362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 3, 0, 0), - [2364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 5, 0, 0), - [2366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 5, 0, 0), - [2368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), - [2370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(240), - [2372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), - [2374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), - [2376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(243), - [2378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(247), - [2380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(248), - [2382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(249), - [2384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), - [2386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(250), - [2388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(251), - [2390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), - [2392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(252), - [2394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(253), - [2396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(254), - [2398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), - [2400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(216), - [2402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), - [2404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), - [2406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(246), - [2408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), - [2410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), - [2412] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), - [2414] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), - [2416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(294), - [2418] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), - [2420] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), - [2422] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), - [2424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), - [2426] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), - [2428] = {.entry = {.count = 1, .reusable = true}}, SHIFT(767), - [2430] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), - [2432] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), - [2434] = {.entry = {.count = 1, .reusable = false}}, SHIFT(230), - [2436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), - [2438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), - [2440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(278), - [2442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), - [2444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), - [2446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), - [2448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), - [2450] = {.entry = {.count = 1, .reusable = false}}, SHIFT(293), - [2452] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), - [2454] = {.entry = {.count = 1, .reusable = true}}, SHIFT(192), - [2456] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1505), - [2458] = {.entry = {.count = 1, .reusable = false}}, SHIFT(640), - [2460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), - [2462] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_element, 3, 0, 0), - [2464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, 0, 0), - [2466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), - [2468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expressions, 1, 0, 0), - [2470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), - [2472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), - [2474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 1, 0, 0), - [2476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_initializer, 2, 0, 0), - [2478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 3, 0, 28), - [2480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), - [2482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1284), - [2484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1450), - [2486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), - [2488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1177), - [2490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(982), - [2492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), - [2494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), - [2496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1325), - [2498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), - [2500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), - [2502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), - [2504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), - [2506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 124), - [2508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(437), - [2510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), - [2512] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 162), - [2514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(500), - [2516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), - [2518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 184), - [2520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(525), - [2522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 6, 0, 179), - [2524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(196), - [2526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(15), - [2528] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 178), - [2530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 118), - [2532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 160), - [2534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(540), - [2536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(557), - [2538] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 177), - [2540] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 158), - [2542] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 116), - [2544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), - [2546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(215), - [2548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(4), - [2550] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 114), - [2552] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 78), - [2554] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 157), - [2556] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 156), - [2558] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, 0, 95), - [2560] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 155), - [2562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(16), - [2564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 176), - [2566] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_conditional_expression, 3, 0, 132), - [2568] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_default_expression, 3, 0, 131), - [2570] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, 0, 0), - [2572] = {.entry = {.count = 1, .reusable = true}}, SHIFT(442), - [2574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), - [2576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), - [2578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1938), - [2580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(859), - [2582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), - [2584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), - [2586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), - [2588] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 54), - [2590] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 55), - [2592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), - [2594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1284), - [2597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1450), - [2600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1569), - [2603] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1177), - [2606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), - [2608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1323), - [2611] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1324), - [2614] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1325), - [2617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(635), - [2620] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1326), - [2623] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1425), - [2626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(706), - [2628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), - [2630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(708), - [2632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), - [2634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), - [2636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), - [2638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), - [2640] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), - [2642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), - [2644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), - [2646] = {.entry = {.count = 1, .reusable = true}}, SHIFT(583), - [2648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(867), - [2650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(761), - [2652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), - [2654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), - [2656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(665), - [2658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), - [2660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), - [2662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), - [2664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(638), - [2666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(404), - [2668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1557), - [2670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), - [2672] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), - [2674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(738), - [2676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2326), - [2678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), - [2680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), - [2682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1633), - [2684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(845), - [2686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(860), - [2688] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_modifier, 1, 0, 0), - [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_modifier, 1, 0, 0), - [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), - [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(660), - [2696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), - [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(573), - [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), - [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(746), - [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(812), - [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1582), - [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1558), - [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), - [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(695), - [2714] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_pair, 3, 0, 0), - [2716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(816), - [2718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(815), - [2720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(703), - [2722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), - [2724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), - [2726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), - [2728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(696), - [2730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), - [2732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), - [2734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), - [2736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), - [2738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(806), - [2740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(778), - [2742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(762), - [2744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), - [2746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), - [2748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1542), - [2750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1598), - [2752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(593), - [2754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1284), - [2757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1450), - [2760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1569), - [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), - [2765] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2516), - [2768] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1323), - [2771] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1324), - [2774] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1325), - [2777] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1360), - [2780] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1326), - [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1425), - [2786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), - [2788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2516), - [2790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), - [2792] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_final_modifier, 1, 0, 0), - [2794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final_modifier, 1, 0, 0), - [2796] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_modifier, 1, 0, 0), - [2798] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_modifier, 1, 0, 0), - [2800] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_modifier, 1, 0, 0), - [2802] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_modifier, 1, 0, 0), - [2804] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [2806] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), - [2808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), - [2810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2011), - [2812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), - [2814] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2267), - [2816] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1541), - [2818] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1656), - [2820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), - [2822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), - [2824] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1977), - [2826] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), - [2828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1340), - [2830] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), - [2832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2430), - [2834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), - [2836] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1366), - [2838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1885), - [2840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2519), - [2842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2518), - [2844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1364), - [2846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), - [2848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2615), - [2850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), - [2852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1017), - [2854] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1179), - [2856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2517), - [2858] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1174), - [2860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2424), - [2862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(957), - [2864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(939), - [2866] = {.entry = {.count = 1, .reusable = true}}, SHIFT(937), - [2868] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2504), - [2870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), - [2872] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2591), - [2874] = {.entry = {.count = 1, .reusable = false}}, SHIFT(290), - [2876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), - [2878] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1370), - [2880] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), SHIFT(1422), - [2883] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1714), - [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), - [2887] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(290), - [2890] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1370), - [2893] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1370), - [2896] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1422), - [2899] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1714), - [2902] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), - [2904] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(290), - [2907] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1369), - [2910] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1369), - [2913] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), - [2915] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1714), - [2918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), - [2920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1369), - [2922] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 1, 0, 0), - [2924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 0), - [2926] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 128), - [2928] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 84), - [2930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 129), - [2932] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), - [2934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 0), - [2936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), - [2938] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 127), - [2940] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 164), - [2942] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 165), - [2944] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 27), - [2946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1422), - [2948] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 9), - [2950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), - [2952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), - [2954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1418), - [2956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(979), - [2958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), - [2960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 3, 0, 11), - [2962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1392), - [2964] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), - [2966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1098), - [2968] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(393), - [2971] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1392), - [2974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1392), - [2977] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), - [2979] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1675), - [2982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 6, 0, 185), - [2984] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), - [2986] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), - [2988] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1416), - [2990] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), - [2992] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1673), - [2994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 85), - [2996] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 4, 0, 74), - [2998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_declaration, 1, 0, 40), - [3000] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 1, 0, 1), - [3002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3, 0, 0), - [3004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), - [3006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), - [3008] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 39), - [3010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 0), - [3012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), - [3014] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1406), - [3016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(865), - [3018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 163), - [3020] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 3, 0, 126), - [3022] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(295), - [3025] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1406), - [3028] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1406), - [3031] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), - [3033] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1673), - [3036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 163), - [3038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6, 0, 180), - [3040] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 180), - [3042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 39), - [3044] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 5, 0, 181), - [3046] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1568), - [3048] = {.entry = {.count = 1, .reusable = false}}, SHIFT(836), - [3050] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1431), - [3052] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2171), - [3054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 83), - [3056] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1435), - [3058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2255), - [3060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1403), - [3062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1403), - [3064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), - [3066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), - [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1391), - [3070] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1391), - [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1133), - [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(940), - [3076] = {.entry = {.count = 4, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), - [3081] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), - [3083] = {.entry = {.count = 4, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), - [3088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), - [3090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0), - [3092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1750), - [3094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), - [3096] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1577), - [3098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), - [3100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), - [3102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), - [3104] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1380), - [3106] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), - [3108] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1051), - [3110] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 0), - [3112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 0), - [3114] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), - [3116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1844), - [3118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1839), - [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2246), - [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2166), - [3124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), - [3126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), - [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2408), - [3130] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3133] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), - [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), - [3140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), - [3142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), - [3144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 0), - [3146] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2542), - [3148] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1551), - [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 0), - [3152] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1554), - [3154] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1652), - [3156] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1653), - [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), - [3160] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1640), - [3162] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1344), - [3165] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3167] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), - [3169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1959), - [3171] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1530), - [3173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(784), - [3175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2342), - [3177] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2, 0, 0), - [3179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), - [3181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1615), - [3183] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), - [3185] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), - [3187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), - [3189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), - [3191] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), - [3193] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), - [3195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(355), - [3197] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2270), - [3199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(655), - [3201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 0), - [3203] = {.entry = {.count = 1, .reusable = false}}, SHIFT(848), - [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(411), - [3207] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1563), - [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(415), - [3211] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2, 0, 0), - [3213] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2, 0, 0), - [3215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), - [3217] = {.entry = {.count = 1, .reusable = false}}, SHIFT(650), - [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(422), - [3221] = {.entry = {.count = 1, .reusable = false}}, SHIFT(681), - [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), - [3225] = {.entry = {.count = 1, .reusable = false}}, SHIFT(855), - [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), - [3229] = {.entry = {.count = 1, .reusable = false}}, SHIFT(570), - [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(421), - [3233] = {.entry = {.count = 1, .reusable = false}}, SHIFT(569), - [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(420), - [3237] = {.entry = {.count = 1, .reusable = false}}, SHIFT(690), - [3239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), - [3241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(691), - [3243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), - [3245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1545), - [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), - [3249] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), - [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(352), - [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2514), - [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), - [3257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1647), - [3259] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), - [3261] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), - [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), - [3265] = {.entry = {.count = 1, .reusable = false}}, SHIFT(680), - [3267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), - [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), - [3271] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), - [3273] = {.entry = {.count = 1, .reusable = false}}, SHIFT(823), - [3275] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), - [3277] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1556), - [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), - [3281] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), - [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), - [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(842), - [3287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), - [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(841), - [3291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), - [3293] = {.entry = {.count = 1, .reusable = false}}, SHIFT(702), - [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(408), - [3297] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), - [3299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), - [3301] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1336), - [3304] = {.entry = {.count = 1, .reusable = false}}, SHIFT(847), - [3306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), - [3308] = {.entry = {.count = 1, .reusable = false}}, SHIFT(686), - [3310] = {.entry = {.count = 1, .reusable = true}}, SHIFT(335), - [3312] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1345), - [3315] = {.entry = {.count = 1, .reusable = false}}, SHIFT(851), - [3317] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), - [3319] = {.entry = {.count = 1, .reusable = false}}, SHIFT(582), - [3321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), - [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2499), - [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), - [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1578), - [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), - [3331] = {.entry = {.count = 1, .reusable = false}}, SHIFT(692), - [3333] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), - [3335] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), - [3337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), - [3339] = {.entry = {.count = 1, .reusable = false}}, SHIFT(592), - [3341] = {.entry = {.count = 1, .reusable = false}}, SHIFT(611), - [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), - [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(595), - [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(382), - [3349] = {.entry = {.count = 1, .reusable = false}}, SHIFT(781), - [3351] = {.entry = {.count = 1, .reusable = false}}, SHIFT(793), - [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), - [3355] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), - [3357] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), - [3359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), - [3361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), - [3363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), - [3365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1201), - [3367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1454), - [3369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), - [3371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2601), - [3374] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2169), - [3377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2601), - [3379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2169), - [3381] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), - [3383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), - [3385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), - [3387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), - [3389] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2383), - [3391] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), - [3393] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), - [3395] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), - [3397] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(384), - [3400] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2211), - [3403] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2483), - [3405] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2526), - [3407] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 25), - [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 25), - [3411] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__complex_string_part, 3, 0, 0), - [3413] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__complex_string_part, 3, 0, 0), - [3415] = {.entry = {.count = 5, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), SHIFT(1348), - [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), - [3423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2568), - [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 7), - [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 7), - [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), - [3431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2561), - [3433] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 1, 0, 0), - [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2437), - [3437] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2402), - [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2529), - [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2399), - [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), - [3445] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2407), - [3447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2452), - [3449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), - [3451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), - [3453] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), - [3455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(51), - [3457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), - [3459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), - [3461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2205), - [3463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), - [3465] = {.entry = {.count = 1, .reusable = false}}, SHIFT(755), - [3467] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1620), - [3469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1813), - [3471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2175), - [3473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), - [3475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2295), - [3477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), - [3479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2273), - [3481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), - [3483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2268), - [3485] = {.entry = {.count = 1, .reusable = false}}, SHIFT(77), - [3487] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(2268), - [3490] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 46), SHIFT(81), - [3493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2492), - [3495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), - [3497] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(2268), - [3500] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 18), SHIFT(81), - [3503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2393), - [3505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1442), - [3507] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 2, 0, 0), - [3509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(731), - [3511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1622), - [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2282), - [3515] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), - [3517] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1622), - [3520] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1813), - [3523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), - [3525] = {.entry = {.count = 1, .reusable = false}}, SHIFT(902), - [3527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(904), - [3529] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1624), - [3531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2026), - [3533] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), - [3535] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), - [3537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2086), - [3539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), - [3541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 2, 0, 0), - [3543] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 1, 0, 0), - [3545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(405), - [3547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), - [3549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2202), - [3551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1322), - [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), - [3555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), - [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(287), - [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution_qualifier, 1, 0, 0), - [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1517), - [3563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), - [3565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), - [3567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(409), - [3569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1506), - [3571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1495), - [3573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), - [3575] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 34), - [3577] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), - [3579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), - [3581] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 3, 0, 13), - [3583] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2241), - [3585] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), - [3587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2440), - [3589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2248), - [3591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), - [3593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1483), - [3595] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), - [3597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1482), - [3599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), - [3601] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1709), - [3603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(605), - [3605] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), - [3607] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1507), - [3609] = {.entry = {.count = 1, .reusable = true}}, SHIFT(419), - [3611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1713), - [3613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), - [3615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2135), - [3617] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1347), - [3620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), - [3622] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), - [3624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1509), - [3626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), - [3628] = {.entry = {.count = 1, .reusable = true}}, SHIFT(414), - [3630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1457), - [3632] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1475), - [3634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), - [3636] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1343), - [3639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(668), - [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(348), - [3643] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 90), - [3645] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 90), SHIFT_REPEAT(2412), - [3648] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 90), - [3650] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1339), - [3653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), - [3655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1469), - [3657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), - [3659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), - [3661] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2199), - [3663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1900), - [3665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2163), - [3667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2224), - [3669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2017), - [3671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), - [3673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), - [3675] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), - [3677] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2440), - [3680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(407), - [3682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1488), - [3684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), - [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), - [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), - [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), - [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(406), - [3694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), - [3696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), - [3698] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1672), - [3700] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2187), - [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), - [3704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2343), - [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2125), - [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), - [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2427), - [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), - [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1463), - [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1494), - [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1634), - [3720] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2052), - [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2122), - [3724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), - [3726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), - [3728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1612), - [3730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), - [3732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), - [3734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1717), - [3736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1574), - [3738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), - [3740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1472), - [3742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1473), - [3744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2058), - [3746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1737), - [3748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2247), - [3750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), - [3752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1502), - [3754] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 90), SHIFT_REPEAT(2268), - [3757] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1342), - [3760] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2489), - [3763] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1346), - [3766] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2363), - [3768] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2167), - [3770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2084), - [3772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(789), - [3774] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), - [3776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1490), - [3778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), - [3780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), - [3782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(536), - [3784] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), SHIFT(2489), - [3787] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1445), - [3790] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), SHIFT(2489), - [3793] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0), - [3795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), - [3797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1966), - [3799] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 1, 0, 2), - [3801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), - [3803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2028), - [3805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1387), - [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), - [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2157), - [3811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1410), - [3813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), - [3815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), - [3817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1964), - [3819] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 4, 0, 0), - [3821] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2, 0, 0), - [3823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), - [3825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2066), - [3827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(905), - [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(527), - [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1604), - [3833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), - [3835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1967), - [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), - [3840] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1348), - [3843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), - [3845] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), - [3847] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1774), - [3850] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0), - [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), - [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 3, 0, 0), - [3856] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2468), - [3858] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc_body, 2, 0, 0), - [3860] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1821), - [3862] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2087), - [3864] = {.entry = {.count = 1, .reusable = true}}, SHIFT(453), - [3866] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), - [3868] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1432), - [3871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_literal, 1, 0, 0), - [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2037), - [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), - [3877] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1964), - [3880] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0), - [3882] = {.entry = {.count = 1, .reusable = true}}, SHIFT(457), - [3884] = {.entry = {.count = 1, .reusable = true}}, SHIFT(456), - [3886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group_clause, 2, 0, 0), - [3888] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2520), - [3890] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), - [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1924), - [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1927), - [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1432), - [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), - [3900] = {.entry = {.count = 1, .reusable = true}}, SHIFT(528), - [3902] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1, 0, 0), - [3904] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1774), - [3906] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), - [3908] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1966), - [3911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2048), - [3913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2046), - [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), - [3917] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1821), - [3920] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group_clause, 1, 0, 0), - [3922] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1929), - [3924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1811), - [3926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(545), - [3928] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1374), - [3930] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1375), - [3932] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), - [3934] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), - [3936] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1211), - [3938] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), - [3940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1408), - [3942] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1890), - [3944] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), - [3946] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 3, 0, 0), - [3948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), - [3950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1383), - [3952] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1, 0, 0), - [3954] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0), - [3956] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), - [3958] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1970), - [3960] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1972), - [3962] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2010), - [3964] = {.entry = {.count = 1, .reusable = true}}, SHIFT(521), - [3966] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), - [3968] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1984), - [3970] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), - [3972] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1604), - [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2003), - [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), - [3979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1381), - [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1402), - [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1401), - [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), - [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), - [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), - [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), - [3993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), - [3995] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1538), - [3998] = {.entry = {.count = 1, .reusable = true}}, SHIFT(513), - [4000] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1442), - [4003] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), SHIFT(1348), - [4006] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), - [4008] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), - [4010] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), - [4012] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), - [4014] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), - [4016] = {.entry = {.count = 1, .reusable = true}}, SHIFT(566), - [4018] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), - [4020] = {.entry = {.count = 1, .reusable = true}}, SHIFT(758), - [4022] = {.entry = {.count = 1, .reusable = true}}, SHIFT(468), - [4024] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), - [4026] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2194), - [4028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 0), - [4030] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2444), - [4032] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), - [4034] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), - [4036] = {.entry = {.count = 1, .reusable = true}}, SHIFT(676), - [4038] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(144), - [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), - [4043] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 135), - [4045] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 0), - [4047] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 159), - [4049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), - [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(677), - [4053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), - [4055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), - [4057] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1741), - [4060] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), - [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), - [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(938), - [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause_2, 3, 0, 18), - [4068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause_2, 3, 0, 18), - [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), - [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), - [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), - [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), - [4078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 2, 0, 4), - [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2261), - [4082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), - [4084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), - [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), - [4088] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), - [4090] = {.entry = {.count = 1, .reusable = true}}, SHIFT(792), - [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1638), - [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1621), - [4096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 6), - [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), - [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1781), - [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), - [4104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(889), - [4106] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1703), - [4109] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_use_group_repeat1, 2, 0, 0), - [4111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), - [4113] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1421), - [4115] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), - [4117] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 135), - [4119] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1912), - [4121] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 0), - [4123] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), SHIFT_REPEAT(231), - [4126] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(155), - [4129] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), - [4131] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1396), - [4133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1428), - [4135] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 2, 0, 0), - [4137] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 2, 0, 0), - [4139] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 33), - [4141] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 44), - [4143] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 44), - [4145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), - [4147] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), - [4149] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), - [4151] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_type, 2, 0, 36), - [4153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2213), - [4155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(697), - [4157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1777), - [4159] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 1, 0, 2), - [4161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), - [4163] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), - [4165] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 1, 0, 0), - [4167] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1689), - [4169] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 123), - [4171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(333), - [4173] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 121), - [4175] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), - [4177] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 15), - [4179] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 120), - [4181] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), - [4183] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), - [4185] = {.entry = {.count = 1, .reusable = true}}, SHIFT(876), - [4187] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 115), - [4189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), - [4191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), - [4193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2307), - [4195] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 5, 0, 79), - [4197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(148), - [4199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1106), - [4201] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 3, 0, 0), - [4203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1758), - [4205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), - [4207] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(145), - [4210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), - [4212] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), - [4214] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), - [4216] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 3, 0, 0), - [4218] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), - [4220] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), - [4222] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1901), - [4224] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), - [4226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 109), - [4228] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 48), - [4230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 0), - [4232] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 49), - [4234] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2078), - [4236] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(154), - [4239] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 49), - [4241] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(134), - [4244] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), - [4246] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(147), - [4249] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 32), - [4251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), - [4253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2174), - [4255] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 31), - [4257] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), - [4259] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2179), - [4261] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1424), - [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), - [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), - [4268] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), - [4270] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), - [4272] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 2, 0, 30), - [4274] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), - [4276] = {.entry = {.count = 1, .reusable = true}}, SHIFT(884), - [4278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 29), - [4280] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), - [4282] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), - [4284] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2459), - [4286] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2534), - [4288] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), - [4290] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), - [4292] = {.entry = {.count = 1, .reusable = true}}, SHIFT(610), - [4294] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), - [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), - [4298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 49), - [4300] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 57), - [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 0), - [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), - [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), - [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 65), - [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_aliasing_clause, 2, 0, 0), - [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), - [4314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 67), - [4316] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), - [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(951), - [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2337), - [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 75), - [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), - [4326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 70), - [4328] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), - [4330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 71), - [4332] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), - [4334] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), - [4336] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(735), - [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), - [4341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), - [4343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), - [4345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), - [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), - [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), - [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(149), - [4353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 73), - [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), - [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 20), - [4359] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), - [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), - [4363] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 76), - [4365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), - [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), - [4369] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 77), - [4371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), - [4373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), - [4375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), - [4377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1699), - [4379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2367), - [4381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 26), - [4383] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), - [4385] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1430), - [4387] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), - [4389] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), - [4391] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 3, 0, 0), - [4393] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(844), - [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), - [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2387), - [4400] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2481), - [4402] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), - [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(463), - [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(508), - [4408] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), - [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), - [4412] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 1, 0, 0), SHIFT(2157), - [4415] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), - [4417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1991), - [4419] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), - [4421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(491), - [4423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 74), - [4425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 72), - [4427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(367), - [4429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 69), - [4431] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1672), - [4433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(452), - [4435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_instead_of_clause, 3, 0, 0), - [4437] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 4, 0, 0), - [4439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1763), - [4441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(550), - [4443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(551), - [4445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), - [4447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 11), - [4449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1393), - [4451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 6, 0, 0), - [4453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2513), - [4455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), - [4457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2539), - [4459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(879), - [4461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), - [4463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), - [4465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(649), - [4467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(547), - [4469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), - [4471] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 2, 0, 0), SHIFT(2157), - [4474] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), - [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), - [4478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), - [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1856), - [4482] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), REDUCE(sym_array_element_initializer, 3, 0, 0), - [4485] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 5, 0, 0), - [4487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1786), - [4489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), - [4491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), - [4493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), - [4495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2025), - [4497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(338), - [4499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2029), - [4501] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 5, 0, 161), - [4503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2535), - [4505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(906), - [4507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2150), - [4509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2145), - [4511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2142), - [4513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2141), - [4515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), - [4517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2130), - [4519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(549), - [4521] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 4, 0, 0), - [4523] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 4), - [4525] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group_clause, 3, 0, 0), - [4527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2432), - [4529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), - [4531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2450), - [4533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), - [4535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), - [4537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), - [4539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2108), - [4541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2105), - [4543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2097), - [4545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2095), - [4547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_type, 1, 0, 0), - [4549] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 3, 0, 0), - [4551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2089), - [4553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), - [4555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(543), - [4557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), - [4559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2419), - [4561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(890), - [4563] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 119), - [4565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(486), - [4567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(503), - [4569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), - [4571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1761), - [4573] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 122), - [4575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1878), - [4577] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_reference, 2, 0, 0), - [4579] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 4, 0, 0), - [4581] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), - [4583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(537), - [4585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), REDUCE(sym_array_element_initializer, 1, 0, 0), - [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), - [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2488), - [4592] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), - [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2479), - [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), - [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1936), - [4600] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), - [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), - [4604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 134), - [4606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), - [4608] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_namespace_name, 2, 0, 0), SHIFT(2440), - [4611] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2069), - [4613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2068), - [4615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2065), - [4617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), - [4619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(523), - [4621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(526), - [4623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 117), - [4625] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), - [4627] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), - [4629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), - [4631] = {.entry = {.count = 1, .reusable = true}}, SHIFT(870), - [4633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), - [4635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 3, 0, 0), - [4637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(39), - [4639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1597), - [4641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1775), - [4643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2574), - [4645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), - [4647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1632), - [4649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), - [4651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), - [4653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), - [4655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2239), - [4657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1850), - [4659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2094), - [4661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), - [4663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), - [4665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(514), - [4667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1745), - [4669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), - [4671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1474), - [4673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2507), - [4675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), - [4677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), - [4679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(362), - [4681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), - [4683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), - [4685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), - [4687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), - [4689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), - [4691] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1477), - [4693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), - [4695] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1887), - [4697] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), - [4699] = {.entry = {.count = 1, .reusable = true}}, SHIFT(297), - [4701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 16), - [4703] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), - [4705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), - [4707] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), - [4709] = {.entry = {.count = 1, .reusable = true}}, SHIFT(71), - [4711] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), - [4713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 6, 0, 152), - [4715] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2371), - [4717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(511), - [4719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), - [4721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), - [4723] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 42), - [4725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(733), - [4727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), - [4729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), - [4731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), - [4733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1642), - [4735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), - [4737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), - [4739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1496), - [4741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), - [4743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(734), - [4745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), - [4747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), - [4749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), - [4751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2329), - [4753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), - [4755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 110), - [4757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), - [4759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(854), - [4761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 107), - [4763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), - [4765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 99), - [4767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2070), - [4769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(808), - [4771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1976), - [4773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2262), - [4775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(67), - [4777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), - [4779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1596), - [4781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2138), - [4783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1630), - [4785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1635), - [4787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), - [4789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), - [4791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), - [4793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), - [4795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1518), - [4797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2547), - [4799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2050), - [4801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), - [4803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1593), - [4805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(556), - [4807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2265), - [4809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2524), - [4811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), - [4813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), - [4815] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), - [4817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), - [4819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(862), - [4821] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), - [4823] = {.entry = {.count = 1, .reusable = true}}, SHIFT(44), - [4825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), - [4827] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), - [4829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2023), - [4831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1669), - [4833] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_unary_expression, 2, 0, 0), - [4835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1468), - [4837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1602), - [4839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(214), - [4841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1701), - [4843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), - [4845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(174), - [4847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1815), - [4849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2417), - [4851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2192), - [4853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), - [4855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2438), - [4857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(813), - [4859] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), - [4861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), - [4863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), - [4865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1481), - [4867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 66), - [4869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), - [4871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2102), - [4873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name_as_prefix, 4, 0, 0), - [4875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1471), - [4877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1499), - [4879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), - [4881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_directive, 3, 0, 0), - [4883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), - [4885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2351), - [4887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), - [4889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(829), - [4891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), - [4893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), - [4895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1464), - [4897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), - [4899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2204), - [4901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(814), - [4903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1784), - [4905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1608), - [4907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause_2, 2, 0, 3), - [4909] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 58), - [4911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1730), - [4913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1651), - [4915] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1525), - [4917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), - [4919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), - [4921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2319), - [4923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), - [4925] = {.entry = {.count = 1, .reusable = true}}, SHIFT(172), - [4927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), - [4929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), - [4931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1455), - [4933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1869), - [4935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), - [4937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1962), - [4939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), - [4941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), - [4943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), - [4945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1466), - [4947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), - [4949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(410), - [4951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), - [4953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [346] = {.entry = {.count = 1, .reusable = true}}, SHIFT(461), + [348] = {.entry = {.count = 1, .reusable = true}}, SHIFT(8), + [350] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2505), + [352] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2203), + [354] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2511), + [356] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2513), + [358] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2190), + [360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 1, 0, 0), + [362] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_colon_block, 2, 0, 0), + [364] = {.entry = {.count = 1, .reusable = false}}, SHIFT(826), + [366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1977), + [368] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1260), + [370] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1781), + [372] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1496), + [374] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1287), + [376] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1116), + [378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(61), + [380] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2329), + [382] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2328), + [384] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2325), + [386] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2322), + [388] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1268), + [390] = {.entry = {.count = 1, .reusable = false}}, SHIFT(196), + [392] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1800), + [394] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2441), + [396] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2442), + [398] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2189), + [400] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2495), + [402] = {.entry = {.count = 1, .reusable = false}}, SHIFT(180), + [404] = {.entry = {.count = 1, .reusable = false}}, SHIFT(179), + [406] = {.entry = {.count = 1, .reusable = false}}, SHIFT(178), + [408] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2277), + [410] = {.entry = {.count = 1, .reusable = false}}, SHIFT(79), + [412] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2494), + [414] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2506), + [416] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2276), + [418] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2192), + [420] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2475), + [422] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2184), + [424] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2503), + [426] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2510), + [428] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2122), + [430] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2505), + [433] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2203), + [436] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2511), + [439] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2513), + [442] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_program_repeat1, 2, 0, 0), SHIFT_REPEAT(2190), + [445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 1, 0, 0), + [447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2357), + [449] = {.entry = {.count = 1, .reusable = true}}, SHIFT(498), + [451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(62), + [453] = {.entry = {.count = 1, .reusable = true}}, SHIFT(448), + [455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(50), + [457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(444), + [459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(64), + [461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2024), + [463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(49), + [465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2001), + [467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(53), + [469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(465), + [471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(54), + [473] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 2, 0, 0), + [475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2433), + [477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2016), + [479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(76), + [481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1953), + [483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(58), + [485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1877), + [487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(60), + [489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(433), + [491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(74), + [493] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2044), + [495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1040), + [497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(464), + [499] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1876), + [501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1906), + [503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(10), + [505] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1855), + [507] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2050), + [509] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2048), + [511] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1808), + [513] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2027), + [515] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2056), + [517] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2013), + [519] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1947), + [521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(723), + [523] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1826), + [525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(741), + [527] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2054), + [529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1655), + [531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1664), + [533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(467), + [535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(412), + [537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(413), + [539] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1945), + [541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1052), + [543] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1873), + [545] = {.entry = {.count = 1, .reusable = false}}, SHIFT(646), + [547] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 1, 0, 0), + [549] = {.entry = {.count = 1, .reusable = false}}, SHIFT(622), + [551] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1408), + [553] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1797), + [555] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 1, 0, 0), + [557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2381), + [559] = {.entry = {.count = 1, .reusable = true}}, SHIFT(91), + [561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(311), + [563] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2321), + [565] = {.entry = {.count = 1, .reusable = false}}, SHIFT(911), + [567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(352), + [569] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2191), + [571] = {.entry = {.count = 1, .reusable = false}}, SHIFT(353), + [573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(353), + [575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(354), + [577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(514), + [579] = {.entry = {.count = 1, .reusable = false}}, SHIFT(355), + [581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(777), + [583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(627), + [585] = {.entry = {.count = 1, .reusable = true}}, SHIFT(103), + [587] = {.entry = {.count = 1, .reusable = false}}, SHIFT(912), + [589] = {.entry = {.count = 1, .reusable = false}}, SHIFT(913), + [591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1301), + [593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1500), + [595] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1958), + [597] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1302), + [599] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1497), + [601] = {.entry = {.count = 1, .reusable = false}}, SHIFT(85), + [603] = {.entry = {.count = 1, .reusable = false}}, SHIFT(374), + [605] = {.entry = {.count = 1, .reusable = false}}, SHIFT(356), + [607] = {.entry = {.count = 1, .reusable = false}}, SHIFT(357), + [609] = {.entry = {.count = 1, .reusable = false}}, SHIFT(358), + [611] = {.entry = {.count = 1, .reusable = false}}, SHIFT(359), + [613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(89), + [615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(295), + [617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(333), + [619] = {.entry = {.count = 1, .reusable = false}}, SHIFT(332), + [621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(332), + [623] = {.entry = {.count = 1, .reusable = true}}, SHIFT(316), + [625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(512), + [627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(297), + [629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(102), + [631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(86), + [633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(287), + [635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(249), + [637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(243), + [639] = {.entry = {.count = 1, .reusable = false}}, SHIFT(367), + [641] = {.entry = {.count = 1, .reusable = false}}, SHIFT(372), + [643] = {.entry = {.count = 1, .reusable = false}}, SHIFT(789), + [645] = {.entry = {.count = 1, .reusable = false}}, SHIFT(609), + [647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(371), + [649] = {.entry = {.count = 1, .reusable = false}}, SHIFT(237), + [651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(92), + [653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(227), + [655] = {.entry = {.count = 1, .reusable = false}}, SHIFT(232), + [657] = {.entry = {.count = 1, .reusable = false}}, SHIFT(233), + [659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(233), + [661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(241), + [663] = {.entry = {.count = 1, .reusable = false}}, SHIFT(511), + [665] = {.entry = {.count = 1, .reusable = false}}, SHIFT(246), + [667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(100), + [669] = {.entry = {.count = 1, .reusable = false}}, SHIFT(88), + [671] = {.entry = {.count = 1, .reusable = false}}, SHIFT(270), + [673] = {.entry = {.count = 1, .reusable = false}}, SHIFT(247), + [675] = {.entry = {.count = 1, .reusable = false}}, SHIFT(248), + [677] = {.entry = {.count = 1, .reusable = false}}, SHIFT(250), + [679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(269), + [681] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2266), + [683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2298), + [685] = {.entry = {.count = 1, .reusable = true}}, SHIFT(616), + [687] = {.entry = {.count = 1, .reusable = true}}, SHIFT(142), + [689] = {.entry = {.count = 1, .reusable = true}}, SHIFT(882), + [691] = {.entry = {.count = 1, .reusable = false}}, SHIFT(829), + [693] = {.entry = {.count = 1, .reusable = true}}, SHIFT(804), + [695] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1392), + [697] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2363), + [699] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1625), + [701] = {.entry = {.count = 1, .reusable = true}}, SHIFT(574), + [703] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1600), + [705] = {.entry = {.count = 1, .reusable = true}}, SHIFT(208), + [707] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2253), + [709] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1813), + [711] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1426), + [713] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1115), + [715] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1118), + [717] = {.entry = {.count = 1, .reusable = true}}, SHIFT(801), + [719] = {.entry = {.count = 1, .reusable = true}}, SHIFT(736), + [721] = {.entry = {.count = 1, .reusable = true}}, SHIFT(704), + [723] = {.entry = {.count = 1, .reusable = true}}, SHIFT(877), + [725] = {.entry = {.count = 1, .reusable = true}}, SHIFT(145), + [727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(809), + [729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(787), + [731] = {.entry = {.count = 1, .reusable = true}}, SHIFT(934), + [733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(516), + [735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(647), + [737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(852), + [739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(849), + [741] = {.entry = {.count = 1, .reusable = true}}, SHIFT(648), + [743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(650), + [745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(577), + [747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(720), + [749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(722), + [751] = {.entry = {.count = 1, .reusable = true}}, SHIFT(560), + [753] = {.entry = {.count = 1, .reusable = true}}, SHIFT(781), + [755] = {.entry = {.count = 1, .reusable = true}}, SHIFT(519), + [757] = {.entry = {.count = 1, .reusable = true}}, SHIFT(785), + [759] = {.entry = {.count = 1, .reusable = true}}, SHIFT(517), + [761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2378), + [763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(864), + [765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2455), + [767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(743), + [769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2413), + [771] = {.entry = {.count = 1, .reusable = true}}, SHIFT(843), + [773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2451), + [775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(748), + [777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2429), + [779] = {.entry = {.count = 1, .reusable = true}}, SHIFT(907), + [781] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2421), + [783] = {.entry = {.count = 1, .reusable = true}}, SHIFT(894), + [785] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2423), + [787] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1067), + [789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(751), + [791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(747), + [793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(729), + [795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(878), + [797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(855), + [799] = {.entry = {.count = 1, .reusable = true}}, SHIFT(684), + [801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(885), + [803] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), + [805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(95), + [807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(108), + [809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(930), + [811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(931), + [813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(987), + [815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(760), + [818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(154), + [820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2031), + [822] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 1, 0, 0), SHIFT(835), + [825] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1022), + [827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 1, 0, 0), + [829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(156), + [831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(30), + [833] = {.entry = {.count = 1, .reusable = true}}, SHIFT(26), + [835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(167), + [837] = {.entry = {.count = 1, .reusable = true}}, SHIFT(169), + [839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(161), + [841] = {.entry = {.count = 1, .reusable = true}}, SHIFT(24), + [843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(184), + [845] = {.entry = {.count = 1, .reusable = true}}, SHIFT(21), + [847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(18), + [849] = {.entry = {.count = 1, .reusable = true}}, SHIFT(36), + [851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(37), + [853] = {.entry = {.count = 1, .reusable = true}}, SHIFT(25), + [855] = {.entry = {.count = 1, .reusable = true}}, SHIFT(33), + [857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(17), + [859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(181), + [861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(458), + [863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(183), + [865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(501), + [867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(497), + [869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(31), + [871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(165), + [873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2092), + [875] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2059), + [877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2055), + [879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(176), + [881] = {.entry = {.count = 1, .reusable = true}}, SHIFT(27), + [883] = {.entry = {.count = 1, .reusable = true}}, SHIFT(182), + [885] = {.entry = {.count = 1, .reusable = true}}, SHIFT(166), + [887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(159), + [889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(622), + [891] = {.entry = {.count = 1, .reusable = true}}, SHIFT(609), + [893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(365), + [895] = {.entry = {.count = 1, .reusable = true}}, SHIFT(293), + [897] = {.entry = {.count = 1, .reusable = true}}, SHIFT(366), + [899] = {.entry = {.count = 1, .reusable = true}}, SHIFT(538), + [901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(533), + [903] = {.entry = {.count = 1, .reusable = true}}, SHIFT(323), + [905] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1842), + [907] = {.entry = {.count = 1, .reusable = true}}, SHIFT(713), + [909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(710), + [911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_placeholder, 1, 0, 0), + [913] = {.entry = {.count = 1, .reusable = true}}, SHIFT(305), + [915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 2, 0, 0), + [917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(642), + [919] = {.entry = {.count = 1, .reusable = true}}, SHIFT(351), + [921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(349), + [923] = {.entry = {.count = 1, .reusable = true}}, SHIFT(296), + [925] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 3, 0, 0), + [927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1896), + [929] = {.entry = {.count = 1, .reusable = true}}, SHIFT(798), + [931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(559), + [933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(868), + [935] = {.entry = {.count = 1, .reusable = true}}, SHIFT(871), + [937] = {.entry = {.count = 1, .reusable = true}}, SHIFT(126), + [939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(127), + [941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [943] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), + [945] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2330), + [948] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2249), + [951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_try_statement, 3, 0, 6), + [953] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_try_statement, 3, 0, 6), + [955] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2330), + [957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2249), + [959] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 22), + [961] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), + [963] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2247), + [965] = {.entry = {.count = 1, .reusable = false}}, SHIFT(83), + [967] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 50), + [969] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), + [971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(2247), + [974] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(77), + [977] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(2247), + [980] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(77), + [983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), + [985] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), + [987] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), SHIFT_REPEAT(2247), + [990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_finally_clause, 2, 0, 6), + [992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_finally_clause, 2, 0, 6), + [994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 3, 0, 0), + [996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 3, 0, 0), + [998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_compound_statement, 2, 0, 0), + [1002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 6, 0, 180), + [1004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 6, 0, 180), + [1006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_catch_clause, 5, 0, 162), + [1008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_catch_clause, 5, 0, 162), + [1010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 11, 0, 0), + [1012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 11, 0, 0), + [1014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 0), + [1016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 0), + [1018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 2, 0, 0), + [1022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 2, 0, 6), + [1024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 2, 0, 6), + [1026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 143), + [1028] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 143), + [1030] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 48), + [1032] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat1, 1, 0, 48), + [1034] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1036] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_empty_statement, 1, 0, 0), + [1038] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 44), + [1040] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 44), + [1042] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 44), + [1044] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 44), + [1046] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1048] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declaration_list, 3, 0, 0), + [1050] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), + [1052] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 3, 0, 0), + [1054] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 89), + [1056] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 89), + [1058] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_echo_statement, 3, 0, 0), + [1060] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_echo_statement, 3, 0, 0), + [1062] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 90), + [1064] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 90), + [1066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 5, 0, 0), + [1068] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 5, 0, 0), + [1070] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 5, 0, 0), + [1072] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 5, 0, 0), + [1074] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), + [1076] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration_list, 2, 0, 0), + [1078] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 5, 0, 0), + [1080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 5, 0, 0), + [1082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 5, 0, 22), + [1084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 5, 0, 22), + [1086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_do_statement, 5, 0, 91), + [1088] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_do_statement, 5, 0, 91), + [1090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_label_statement, 2, 0, 0), + [1092] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_label_statement, 2, 0, 0), + [1094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause, 2, 0, 6), + [1096] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_clause, 2, 0, 6), + [1098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 12, 0, 0), + [1100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 12, 0, 0), + [1102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_statement, 3, 0, 22), + [1104] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_statement, 3, 0, 22), + [1106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 10, 0, 0), + [1108] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 10, 0, 0), + [1110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 9, 0, 163), + [1112] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 9, 0, 163), + [1114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 142), + [1116] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 142), + [1118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 3, 0, 15), + [1120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 3, 0, 15), + [1122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 9, 0, 0), + [1124] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 9, 0, 0), + [1126] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 92), + [1128] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 92), + [1130] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 3, 0, 15), + [1132] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 3, 0, 15), + [1134] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 3, 0, 0), + [1136] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 3, 0, 0), + [1138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 8, 0, 0), + [1140] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 8, 0, 0), + [1142] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 8, 0, 0), + [1144] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 8, 0, 0), + [1146] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 5, 0, 22), + [1148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 5, 0, 22), + [1150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 4, 0, 0), + [1152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 4, 0, 0), + [1154] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 4, 0, 46), + [1156] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 4, 0, 46), + [1158] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 7, 0, 169), + [1160] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 7, 0, 169), + [1162] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 70), + [1164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 70), + [1166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 7, 0, 167), + [1168] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 7, 0, 167), + [1170] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_interface_declaration, 3, 0, 15), + [1172] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_interface_declaration, 3, 0, 15), + [1174] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 2, 0, 12), + [1176] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 2, 0, 12), + [1178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1180] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 2, 0, 0), + [1182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 4, 0, 0), + [1184] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 4, 0, 0), + [1186] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 7, 0, 92), + [1188] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 7, 0, 92), + [1190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 0), + [1192] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 0), + [1194] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_statement, 7, 0, 163), + [1196] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_foreach_statement, 7, 0, 163), + [1198] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_trait_declaration, 3, 0, 15), + [1200] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_trait_declaration, 3, 0, 15), + [1202] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 7, 0, 0), + [1204] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 7, 0, 0), + [1206] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 3, 0, 0), + [1208] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 3, 0, 0), + [1210] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 70), + [1212] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 70), + [1214] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_statement, 7, 0, 0), + [1216] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_declare_statement, 7, 0, 0), + [1218] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 7, 0, 0), + [1220] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 7, 0, 0), + [1222] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 72), + [1224] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 72), + [1226] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 3, 0, 0), + [1228] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 3, 0, 0), + [1230] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), + [1232] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 4, 0, 0), + [1234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 4, 0, 0), + [1236] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 4, 0, 0), + [1238] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 5, 0, 107), + [1240] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 5, 0, 107), + [1242] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_while_statement, 3, 0, 22), + [1244] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_while_statement, 3, 0, 22), + [1246] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 2, 0, 0), + [1248] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 2, 0, 0), + [1250] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 147), + [1252] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 147), + [1254] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 6, 0, 111), + [1256] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 6, 0, 111), + [1258] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 107), + [1260] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 107), + [1262] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 6, 0, 146), + [1264] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 6, 0, 146), + [1266] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 110), + [1268] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 110), + [1270] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_exit_statement, 2, 0, 0), + [1272] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_exit_statement, 2, 0, 0), + [1274] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_switch_block, 4, 0, 0), + [1276] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_switch_block, 4, 0, 0), + [1278] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_goto_statement, 3, 0, 0), + [1280] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_goto_statement, 3, 0, 0), + [1282] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 49), + [1284] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 49), + [1286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_continue_statement, 3, 0, 0), + [1288] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_continue_statement, 3, 0, 0), + [1290] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 4, 0, 0), + [1292] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 4, 0, 0), + [1294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 50), + [1296] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 50), + [1298] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_if_statement, 6, 0, 49), + [1300] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_if_statement, 6, 0, 49), + [1302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause, 3, 0, 22), + [1304] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause, 3, 0, 22), + [1306] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__const_declaration, 5, 0, 111), + [1308] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__const_declaration, 5, 0, 111), + [1310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_statement, 1, 0, 0), + [1312] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_statement, 1, 0, 0), + [1314] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), + [1316] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_use_declaration, 3, 0, 0), + [1318] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 5, 0, 112), + [1320] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 5, 0, 112), + [1322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_declaration, 1, 0, 1), + [1324] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_const_declaration, 1, 0, 1), + [1326] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_return_statement, 2, 0, 0), + [1328] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_return_statement, 2, 0, 0), + [1330] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_for_statement, 6, 0, 0), + [1332] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_for_statement, 6, 0, 0), + [1334] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 16), + [1336] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 16), + [1338] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_definition, 3, 0, 15), + [1340] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_namespace_definition, 3, 0, 15), + [1342] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 2, 0, 0), + [1344] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 2, 0, 0), + [1346] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unset_statement, 6, 0, 0), + [1348] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unset_statement, 6, 0, 0), + [1350] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 6, 0, 129), + [1352] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 6, 0, 129), + [1354] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_global_declaration, 3, 0, 0), + [1356] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_global_declaration, 3, 0, 0), + [1358] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_static_declaration, 3, 0, 0), + [1360] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_static_declaration, 3, 0, 0), + [1362] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_declaration, 4, 0, 46), + [1364] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_enum_declaration, 4, 0, 46), + [1366] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_declaration, 4, 0, 46), + [1368] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_declaration, 4, 0, 46), + [1370] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_definition, 3, 0, 32), + [1372] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_definition, 3, 0, 32), + [1374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1376] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression_statement, 2, 0, 0), + [1378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_break_statement, 3, 0, 0), + [1380] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_break_statement, 3, 0, 0), + [1382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(98), + [1384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1489), + [1386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(97), + [1388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1551), + [1390] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [1392] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_parenthesized_expression, 3, 0, 0), + [1394] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 2, 0, 0), + [1396] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 2, 0, 0), + [1398] = {.entry = {.count = 1, .reusable = true}}, SHIFT_EXTRA(), + [1400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 5, 0, 0), + [1402] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 5, 0, 0), + [1404] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 3, 0, 0), + [1406] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 3, 0, 0), + [1408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arguments, 4, 0, 0), + [1410] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_arguments, 4, 0, 0), + [1412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_access_expression, 3, 0, 30), + [1414] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_access_expression, 3, 0, 30), + [1416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(109), + [1418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 30), + [1420] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_access_expression, 3, 0, 30), + [1422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1424] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primary_expression, 1, 0, 0), + [1426] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_variable, 4, 0, 47), + [1428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__callable_expression, 1, 0, 0), + [1430] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_expression, 1, 0, 0), + [1432] = {.entry = {.count = 1, .reusable = true}}, SHIFT(935), + [1434] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_variable, 4, 0, 47), + [1436] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_nullsafe_member_access_expression, 3, 0, 30), + [1438] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_nullsafe_member_access_expression, 3, 0, 30), + [1440] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_subscript_expression, 4, 0, 0), + [1442] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__dereferencable_subscript_expression, 4, 0, 0), + [1444] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 67), + [1446] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nullsafe_member_call_expression, 4, 0, 67), + [1448] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_member_call_expression, 4, 0, 67), + [1450] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_member_call_expression, 4, 0, 67), + [1452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_call_expression, 4, 0, 66), + [1454] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_call_expression, 4, 0, 66), + [1456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), + [1458] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 2, 0, 0), + [1460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__reserved_identifier, 1, 0, 0), + [1462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__reserved_identifier, 1, 0, 0), + [1464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variable_name, 2, 0, 0), + [1466] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_variable_name, 2, 0, 0), + [1468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_scoped_property_access_expression, 3, 0, 24), + [1470] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_scoped_property_access_expression, 3, 0, 24), + [1472] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_name, 3, 0, 16), + [1474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__member_name, 3, 0, 16), + [1476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_subscript_expression, 3, 0, 0), + [1478] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_subscript_expression, 3, 0, 0), + [1480] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_variable, 1, 0, 0), + [1482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_variable, 1, 0, 0), + [1484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__callable_variable, 1, 0, 0), + [1486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_subscript_expression, 4, 0, 0), + [1488] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_subscript_expression, 4, 0, 0), + [1490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__variable_member_access_expression, 3, 0, 30), + [1492] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__variable_member_access_expression, 3, 0, 30), + [1494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_function_call_expression, 2, 0, 11), + [1496] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_function_call_expression, 2, 0, 11), + [1498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_subscript_expression, 3, 0, 0), + [1500] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__dereferencable_subscript_expression, 3, 0, 0), + [1502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), + [1504] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_dynamic_variable_name, 4, 0, 0), + [1506] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_variable, 1, 0, 3), + [1508] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_variable, 1, 0, 3), + [1510] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_name, 1, 0, 5), + [1512] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__member_name, 1, 0, 5), + [1514] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_variable, 1, 0, 4), + [1516] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_variable, 1, 0, 4), + [1518] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), + [1520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_scoped_property_access_expression, 3, 0, 24), + [1522] = {.entry = {.count = 1, .reusable = false}}, SHIFT(197), + [1524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(380), + [1526] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1325), + [1528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(94), + [1530] = {.entry = {.count = 1, .reusable = false}}, SHIFT(766), + [1532] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1414), + [1535] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1483), + [1538] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2381), + [1541] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [1543] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(94), + [1546] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2321), + [1549] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(766), + [1552] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(127), + [1555] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1301), + [1558] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1500), + [1561] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1958), + [1564] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1497), + [1567] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1414), + [1569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1310), + [1571] = {.entry = {.count = 1, .reusable = true}}, SHIFT(101), + [1573] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1292), + [1575] = {.entry = {.count = 1, .reusable = true}}, SHIFT(998), + [1577] = {.entry = {.count = 1, .reusable = false}}, SHIFT(209), + [1579] = {.entry = {.count = 1, .reusable = true}}, SHIFT(271), + [1581] = {.entry = {.count = 1, .reusable = false}}, SHIFT(198), + [1583] = {.entry = {.count = 1, .reusable = true}}, SHIFT(373), + [1585] = {.entry = {.count = 1, .reusable = false}}, SHIFT(213), + [1587] = {.entry = {.count = 1, .reusable = true}}, SHIFT(329), + [1589] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2036), + [1591] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1858), + [1593] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2032), + [1595] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 1, 0, 0), + [1598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1818), + [1600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), + [1602] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), + [1604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1948), + [1606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(99), + [1608] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1555), + [1610] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_primary_expression, 1, 0, 0), REDUCE(sym__array_destructing_element, 3, 0, 0), + [1613] = {.entry = {.count = 1, .reusable = true}}, SHIFT(96), + [1615] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1569), + [1617] = {.entry = {.count = 1, .reusable = true}}, SHIFT(90), + [1619] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_modifier, 1, 0, 0), + [1621] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 3, 0, 25), + [1623] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 3, 0, 25), + [1625] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1399), + [1627] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1220), + [1629] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1427), + [1631] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1112), + [1633] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1381), + [1635] = {.entry = {.count = 1, .reusable = false}}, SHIFT(991), + [1637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1245), + [1639] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1265), + [1641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2356), + [1643] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), + [1645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_qualified_name, 2, 0, 8), + [1647] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 8), + [1649] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), + [1651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(110), + [1653] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_namespace_name_repeat1, 1, 0, 0), + [1655] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 1, 0, 0), + [1657] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__identifier, 1, 0, 0), + [1659] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), + [1661] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 3, 0, 0), + [1663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(104), + [1665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1470), + [1667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2466), + [1669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2344), + [1671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1238), + [1673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1674), + [1675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2256), + [1677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1262), + [1679] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2485), + [1681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2474), + [1683] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1764), + [1685] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_constant_access_expression, 5, 0, 104), + [1687] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_class_constant_access_expression, 5, 0, 104), + [1689] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 56), + [1691] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 56), + [1693] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 5, 0, 98), + [1695] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 5, 0, 98), + [1697] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 6, 0, 21), + [1699] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 6, 0, 21), + [1701] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 5, 0, 133), + [1703] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 5, 0, 133), + [1705] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 5, 0, 134), + [1707] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 5, 0, 134), + [1709] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 137), + [1711] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 137), + [1713] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 138), + [1715] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 138), + [1717] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 6, 0, 139), + [1719] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 6, 0, 139), + [1721] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 6, 0, 138), + [1723] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 6, 0, 138), + [1725] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 6, 0, 164), + [1727] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 6, 0, 164), + [1729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 6, 0, 165), + [1731] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 6, 0, 165), + [1733] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 7, 0, 166), + [1735] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 7, 0, 166), + [1737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc, 7, 0, 166), + [1739] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_nowdoc, 7, 0, 166), + [1741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 7, 0, 181), + [1743] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 7, 0, 181), + [1745] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__name, 1, 0, 0), + [1747] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_object_creation_expression, 1, 0, 0), + [1749] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_object_creation_expression, 1, 0, 0), + [1751] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__callable_expression, 1, 0, 2), + [1753] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_expression, 1, 0, 2), + [1755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__dereferencable_scalar, 1, 0, 0), + [1757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_literal, 1, 0, 0), + [1759] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_literal, 1, 0, 0), + [1761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 99), + [1763] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 99), + [1765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 98), + [1767] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 98), + [1769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 97), + [1771] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 97), + [1773] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 5, 0, 96), + [1775] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 5, 0, 96), + [1777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 0), + [1779] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 0), + [1781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_dereferencable_expression, 2, 0, 0), + [1783] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_dereferencable_expression, 2, 0, 0), + [1785] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_name_reference, 1, 0, 0), + [1787] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__class_name_reference, 1, 0, 0), + [1789] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1772), + [1791] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1361), + [1793] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1362), + [1795] = {.entry = {.count = 1, .reusable = true}}, SHIFT(206), + [1797] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 9), + [1799] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 9), + [1801] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_by_ref, 2, 0, 0), + [1803] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_by_ref, 2, 0, 0), + [1805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1692), + [1807] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 2, 0, 0), + [1809] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 2, 0, 0), + [1811] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), REDUCE(sym_array_creation_expression, 2, 0, 0), + [1814] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__array_destructing, 2, 0, 0), + [1816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1595), + [1818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 4, 0, 95), + [1820] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 4, 0, 95), + [1822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 2, 0, 0), + [1824] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 2, 0, 0), + [1826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 2, 0, 0), + [1828] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 2, 0, 0), + [1830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 21), + [1832] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 21), + [1834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1780), + [1836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 4, 0, 94), + [1838] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 4, 0, 94), + [1840] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 5, 0, 21), + [1842] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 5, 0, 21), + [1844] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 58), + [1846] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 58), + [1848] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 4, 0, 57), + [1850] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 4, 0, 57), + [1852] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 0), + [1854] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 0), + [1856] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 3, 0, 52), + [1858] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 3, 0, 52), + [1860] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 3, 0, 51), + [1862] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 3, 0, 51), + [1864] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 4, 0, 21), + [1866] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 4, 0, 21), + [1868] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc, 3, 0, 23), + [1870] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_heredoc, 3, 0, 23), + [1872] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_class, 2, 0, 6), + [1874] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_class, 2, 0, 6), + [1876] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1759), + [1878] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_string, 3, 0, 0), + [1880] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string, 3, 0, 0), + [1882] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_encapsed_string, 3, 0, 0), + [1884] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_encapsed_string, 3, 0, 0), + [1886] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_creation_expression, 3, 0, 0), + [1888] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_creation_expression, 3, 0, 0), + [1890] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_dereferencable_expression, 3, 0, 0), + [1892] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_dereferencable_expression, 3, 0, 0), + [1894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(107), + [1896] = {.entry = {.count = 1, .reusable = false}}, SHIFT(631), + [1898] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1413), + [1900] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1281), + [1902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(307), + [1904] = {.entry = {.count = 1, .reusable = false}}, SHIFT(771), + [1906] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__identifier, 1, 0, 0), + [1908] = {.entry = {.count = 1, .reusable = false}}, SHIFT(899), + [1910] = {.entry = {.count = 1, .reusable = false}}, SHIFT(656), + [1912] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2362), + [1914] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1428), + [1916] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1273), + [1918] = {.entry = {.count = 1, .reusable = true}}, SHIFT(226), + [1920] = {.entry = {.count = 1, .reusable = false}}, SHIFT(940), + [1922] = {.entry = {.count = 1, .reusable = false}}, SHIFT(768), + [1924] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2336), + [1926] = {.entry = {.count = 1, .reusable = true}}, SHIFT(370), + [1928] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__argument_name, 2, 0, 59), + [1930] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__argument_name, 2, 0, 59), + [1932] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_reference_modifier, 1, 0, 0), + [1934] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_modifier, 1, 0, 0), + [1936] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__new_non_dereferencable_expression, 2, 0, 0), + [1938] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__new_non_dereferencable_expression, 2, 0, 0), + [1940] = {.entry = {.count = 1, .reusable = true}}, SHIFT(105), + [1942] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2046), + [1944] = {.entry = {.count = 1, .reusable = false}}, SHIFT(788), + [1946] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1762), + [1948] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1351), + [1950] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1346), + [1952] = {.entry = {.count = 1, .reusable = true}}, SHIFT(220), + [1954] = {.entry = {.count = 1, .reusable = false}}, SHIFT(436), + [1956] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 2, 0, 0), + [1958] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 2, 0, 0), + [1960] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 3, 0, 0), + [1962] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 3, 0, 0), + [1964] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_null, 1, 0, 0), + [1966] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_null, 1, 0, 0), + [1968] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_boolean, 1, 0, 0), + [1970] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_boolean, 1, 0, 0), + [1972] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_expression, 1, 0, 0), + [1974] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_expression, 1, 0, 0), + [1976] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1243), + [1978] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 3, 0, 0), + [1980] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 3, 0, 0), + [1982] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_unary_op_expression, 2, 0, 9), + [1984] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_unary_op_expression, 2, 0, 9), + [1986] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), + [1988] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_error_suppression_expression, 2, 0, 0), + [1990] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_clone_expression, 2, 0, 0), + [1992] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_clone_expression, 2, 0, 0), + [1994] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 3, 0, 0), + [1996] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 3, 0, 0), + [1998] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_shell_command_expression, 2, 0, 0), + [2000] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_shell_command_expression, 2, 0, 0), + [2002] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 2, 0, 0), + [2004] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_yield_expression, 2, 0, 0), + [2006] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_binary_expression, 3, 0, 28), + [2008] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_binary_expression, 3, 0, 28), + [2010] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 4, 0, 0), + [2012] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 4, 0, 0), + [2014] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_block, 5, 0, 0), + [2016] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_block, 5, 0, 0), + [2018] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_expression, 4, 0, 47), + [2020] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_cast_expression, 4, 0, 47), + [2022] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function, 2, 0, 13), + [2024] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_anonymous_function, 2, 0, 13), + [2026] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 2, 0, 0), + [2028] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_update_expression, 2, 0, 14), + [2030] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_update_expression, 2, 0, 14), + [2032] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_expression, 3, 0, 22), + [2034] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_match_expression, 3, 0, 22), + [2036] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_array_element_initializer, 1, 0, 0), + [2038] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_array_element_initializer, 1, 0, 0), + [2040] = {.entry = {.count = 1, .reusable = true}}, SHIFT(398), + [2042] = {.entry = {.count = 1, .reusable = true}}, SHIFT(396), + [2044] = {.entry = {.count = 1, .reusable = false}}, SHIFT(387), + [2046] = {.entry = {.count = 1, .reusable = true}}, SHIFT(387), + [2048] = {.entry = {.count = 1, .reusable = true}}, SHIFT(386), + [2050] = {.entry = {.count = 1, .reusable = true}}, SHIFT(223), + [2052] = {.entry = {.count = 1, .reusable = false}}, SHIFT(383), + [2054] = {.entry = {.count = 1, .reusable = true}}, SHIFT(383), + [2056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_yield_expression, 3, 0, 0), + [2058] = {.entry = {.count = 1, .reusable = false}}, SHIFT(382), + [2060] = {.entry = {.count = 1, .reusable = false}}, SHIFT(199), + [2062] = {.entry = {.count = 1, .reusable = false}}, SHIFT(388), + [2064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(397), + [2066] = {.entry = {.count = 1, .reusable = true}}, SHIFT(395), + [2068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(394), + [2070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(393), + [2072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(392), + [2074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(391), + [2076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(390), + [2078] = {.entry = {.count = 1, .reusable = false}}, SHIFT(389), + [2080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(389), + [2082] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2206), + [2084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_list, 1, 0, 0), + [2086] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_list, 1, 0, 0), + [2088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_augmented_assignment_expression, 3, 0, 28), + [2090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_assignment_expression, 3, 0, 29), + [2092] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_expression, 2, 0, 0), + [2094] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_once_expression, 2, 0, 0), + [2096] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_include_expression, 2, 0, 0), + [2098] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 5, 0, 103), + [2100] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 5, 0, 103), + [2102] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_require_once_expression, 2, 0, 0), + [2104] = {.entry = {.count = 1, .reusable = true}}, SHIFT(190), + [2106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_unpacking, 2, 0, 0), + [2108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_arrow_function, 3, 0, 27), + [2110] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_reference_assignment_expression, 4, 0, 65), + [2112] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_conditional_expression, 4, 0, 64), + [2114] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_conditional_expression, 4, 0, 64), + [2116] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_print_intrinsic, 2, 0, 0), + [2118] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_throw_expression, 2, 0, 0), + [2120] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), + [2122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), + [2124] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), + [2127] = {.entry = {.count = 1, .reusable = true}}, SHIFT(254), + [2129] = {.entry = {.count = 1, .reusable = true}}, SHIFT(256), + [2131] = {.entry = {.count = 1, .reusable = false}}, SHIFT(263), + [2133] = {.entry = {.count = 1, .reusable = true}}, SHIFT(263), + [2135] = {.entry = {.count = 1, .reusable = false}}, SHIFT(264), + [2137] = {.entry = {.count = 1, .reusable = true}}, SHIFT(264), + [2139] = {.entry = {.count = 1, .reusable = true}}, SHIFT(265), + [2141] = {.entry = {.count = 1, .reusable = true}}, SHIFT(266), + [2143] = {.entry = {.count = 1, .reusable = false}}, SHIFT(222), + [2145] = {.entry = {.count = 1, .reusable = true}}, SHIFT(222), + [2147] = {.entry = {.count = 1, .reusable = false}}, SHIFT(238), + [2149] = {.entry = {.count = 1, .reusable = false}}, SHIFT(317), + [2151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(267), + [2153] = {.entry = {.count = 1, .reusable = true}}, SHIFT(328), + [2155] = {.entry = {.count = 1, .reusable = true}}, SHIFT(336), + [2157] = {.entry = {.count = 1, .reusable = true}}, SHIFT(381), + [2159] = {.entry = {.count = 1, .reusable = true}}, SHIFT(384), + [2161] = {.entry = {.count = 1, .reusable = true}}, SHIFT(378), + [2163] = {.entry = {.count = 1, .reusable = false}}, SHIFT(364), + [2165] = {.entry = {.count = 1, .reusable = true}}, SHIFT(364), + [2167] = {.entry = {.count = 1, .reusable = false}}, SHIFT(342), + [2169] = {.entry = {.count = 1, .reusable = true}}, SHIFT(342), + [2171] = {.entry = {.count = 1, .reusable = true}}, SHIFT(340), + [2173] = {.entry = {.count = 1, .reusable = true}}, SHIFT(337), + [2175] = {.entry = {.count = 1, .reusable = false}}, SHIFT(315), + [2177] = {.entry = {.count = 1, .reusable = true}}, SHIFT(315), + [2179] = {.entry = {.count = 1, .reusable = false}}, SHIFT(215), + [2181] = {.entry = {.count = 1, .reusable = false}}, SHIFT(252), + [2183] = {.entry = {.count = 1, .reusable = false}}, SHIFT(204), + [2185] = {.entry = {.count = 1, .reusable = false}}, SHIFT(253), + [2187] = {.entry = {.count = 1, .reusable = true}}, SHIFT(255), + [2189] = {.entry = {.count = 1, .reusable = true}}, SHIFT(257), + [2191] = {.entry = {.count = 1, .reusable = true}}, SHIFT(258), + [2193] = {.entry = {.count = 1, .reusable = true}}, SHIFT(259), + [2195] = {.entry = {.count = 1, .reusable = true}}, SHIFT(260), + [2197] = {.entry = {.count = 1, .reusable = true}}, SHIFT(261), + [2199] = {.entry = {.count = 1, .reusable = true}}, SHIFT(262), + [2201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1240), + [2203] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), + [2205] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1220), + [2208] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), + [2210] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1227), + [2213] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1232), + [2216] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1231), + [2219] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(991), + [2222] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_class_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1228), + [2225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(375), + [2227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(377), + [2229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(379), + [2231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(187), + [2233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(194), + [2235] = {.entry = {.count = 1, .reusable = false}}, SHIFT(277), + [2237] = {.entry = {.count = 1, .reusable = true}}, SHIFT(280), + [2239] = {.entry = {.count = 1, .reusable = true}}, SHIFT(283), + [2241] = {.entry = {.count = 1, .reusable = false}}, SHIFT(302), + [2243] = {.entry = {.count = 1, .reusable = true}}, SHIFT(302), + [2245] = {.entry = {.count = 1, .reusable = false}}, SHIFT(303), + [2247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(303), + [2249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(304), + [2251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(308), + [2253] = {.entry = {.count = 1, .reusable = false}}, SHIFT(309), + [2255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(309), + [2257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(214), + [2259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(278), + [2261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(282), + [2263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(284), + [2265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(285), + [2267] = {.entry = {.count = 1, .reusable = true}}, SHIFT(288), + [2269] = {.entry = {.count = 1, .reusable = true}}, SHIFT(289), + [2271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(291), + [2273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(299), + [2275] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 4, 0, 0), + [2277] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 4, 0, 0), + [2279] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 5, 0, 0), + [2281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 5, 0, 0), + [2283] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_attribute_group, 3, 0, 0), + [2285] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute_group, 3, 0, 0), + [2287] = {.entry = {.count = 1, .reusable = true}}, SHIFT(195), + [2289] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 150), + [2291] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1372), + [2293] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 116), + [2295] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 176), + [2297] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 175), + [2299] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 170), + [2301] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 156), + [2303] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1421), + [2305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2498), + [2307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1236), + [2309] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1261), + [2311] = {.entry = {.count = 1, .reusable = true}}, SHIFT(788), + [2313] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 3, 0, 83), + [2315] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 149), + [2317] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 188), + [2319] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 3, 0, 33), + [2321] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_sequence_expression, 3, 0, 0), + [2323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(203), + [2325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(188), + [2327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(487), + [2329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(186), + [2331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(509), + [2333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__expressions, 1, 0, 0), + [2335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(193), + [2337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(510), + [2339] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1951), + [2341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_const_element, 3, 0, 0), + [2343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(447), + [2345] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1686), + [2347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1837), + [2349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1838), + [2351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(211), + [2353] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_condition_list, 1, 0, 0), + [2355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1840), + [2357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 154), + [2359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 1, 0, 0), + [2361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1220), + [2363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1376), + [2365] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1427), + [2367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1114), + [2369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(637), + [2371] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1227), + [2373] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1232), + [2375] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1231), + [2377] = {.entry = {.count = 1, .reusable = true}}, SHIFT(634), + [2379] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1228), + [2381] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 61), + [2383] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), + [2385] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1220), + [2388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), + [2391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), + [2394] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1114), + [2397] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), + [2399] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1227), + [2402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1232), + [2405] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1231), + [2408] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(634), + [2411] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1228), + [2414] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), + [2417] = {.entry = {.count = 1, .reusable = true}}, SHIFT(639), + [2419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 2, 0, 60), + [2421] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 124), + [2423] = {.entry = {.count = 1, .reusable = true}}, SHIFT(210), + [2425] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 114), + [2427] = {.entry = {.count = 1, .reusable = true}}, SHIFT(170), + [2429] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__foreach_value, 1, 0, 0), + [2431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_default_expression, 3, 0, 130), + [2433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(5), + [2435] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_match_conditional_expression, 3, 0, 131), + [2437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(883), + [2439] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 118), + [2441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(418), + [2443] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_argument, 3, 0, 100), + [2445] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 153), + [2447] = {.entry = {.count = 1, .reusable = true}}, SHIFT(202), + [2449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 6, 0, 177), + [2451] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 83), + [2453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 5, 0, 158), + [2455] = {.entry = {.count = 1, .reusable = true}}, SHIFT(425), + [2457] = {.entry = {.count = 1, .reusable = true}}, SHIFT(872), + [2459] = {.entry = {.count = 1, .reusable = true}}, SHIFT(152), + [2461] = {.entry = {.count = 1, .reusable = true}}, SHIFT(584), + [2463] = {.entry = {.count = 1, .reusable = true}}, SHIFT(851), + [2465] = {.entry = {.count = 1, .reusable = true}}, SHIFT(856), + [2467] = {.entry = {.count = 1, .reusable = true}}, SHIFT(857), + [2469] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1531), + [2471] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1963), + [2473] = {.entry = {.count = 1, .reusable = true}}, SHIFT(548), + [2475] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1514), + [2477] = {.entry = {.count = 1, .reusable = true}}, SHIFT(539), + [2479] = {.entry = {.count = 1, .reusable = true}}, SHIFT(568), + [2481] = {.entry = {.count = 1, .reusable = true}}, SHIFT(874), + [2483] = {.entry = {.count = 1, .reusable = true}}, SHIFT(866), + [2485] = {.entry = {.count = 1, .reusable = true}}, SHIFT(345), + [2487] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1493), + [2489] = {.entry = {.count = 1, .reusable = true}}, SHIFT(524), + [2491] = {.entry = {.count = 1, .reusable = true}}, SHIFT(231), + [2493] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1512), + [2495] = {.entry = {.count = 1, .reusable = true}}, SHIFT(535), + [2497] = {.entry = {.count = 1, .reusable = true}}, SHIFT(946), + [2499] = {.entry = {.count = 1, .reusable = true}}, SHIFT(653), + [2501] = {.entry = {.count = 1, .reusable = true}}, SHIFT(742), + [2503] = {.entry = {.count = 1, .reusable = true}}, SHIFT(572), + [2505] = {.entry = {.count = 1, .reusable = true}}, SHIFT(569), + [2507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(286), + [2509] = {.entry = {.count = 1, .reusable = true}}, SHIFT(840), + [2511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(153), + [2513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(663), + [2515] = {.entry = {.count = 1, .reusable = true}}, SHIFT(679), + [2517] = {.entry = {.count = 1, .reusable = true}}, SHIFT(532), + [2519] = {.entry = {.count = 1, .reusable = true}}, SHIFT(782), + [2521] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1443), + [2523] = {.entry = {.count = 1, .reusable = true}}, SHIFT(730), + [2525] = {.entry = {.count = 1, .reusable = true}}, SHIFT(567), + [2527] = {.entry = {.count = 1, .reusable = true}}, SHIFT(552), + [2529] = {.entry = {.count = 1, .reusable = true}}, SHIFT(651), + [2531] = {.entry = {.count = 1, .reusable = true}}, SHIFT(361), + [2533] = {.entry = {.count = 1, .reusable = true}}, SHIFT(661), + [2535] = {.entry = {.count = 1, .reusable = true}}, SHIFT(721), + [2537] = {.entry = {.count = 1, .reusable = true}}, SHIFT(515), + [2539] = {.entry = {.count = 1, .reusable = true}}, SHIFT(150), + [2541] = {.entry = {.count = 1, .reusable = true}}, SHIFT(719), + [2543] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1444), + [2545] = {.entry = {.count = 1, .reusable = true}}, SHIFT(797), + [2547] = {.entry = {.count = 1, .reusable = true}}, SHIFT(780), + [2549] = {.entry = {.count = 1, .reusable = true}}, SHIFT(718), + [2551] = {.entry = {.count = 1, .reusable = true}}, SHIFT(811), + [2553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(151), + [2555] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1859), + [2557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(895), + [2559] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_static_modifier, 1, 0, 0), + [2561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(432), + [2563] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2398), + [2565] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1267), + [2567] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1824), + [2569] = {.entry = {.count = 1, .reusable = true}}, SHIFT(426), + [2571] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1220), + [2574] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1376), + [2577] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1427), + [2580] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), + [2582] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(2398), + [2585] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1227), + [2588] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1232), + [2591] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1231), + [2594] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1267), + [2597] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1228), + [2600] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_enum_declaration_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), + [2603] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2085), + [2605] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_final_modifier, 1, 0, 0), + [2607] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_final_modifier, 1, 0, 0), + [2609] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [2611] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_visibility_modifier, 1, 0, 0), + [2613] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2285), + [2615] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1458), + [2617] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1639), + [2619] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1247), + [2621] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1263), + [2623] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1903), + [2625] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_readonly_modifier, 1, 0, 0), + [2627] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_readonly_modifier, 1, 0, 0), + [2629] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_abstract_modifier, 1, 0, 0), + [2631] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_abstract_modifier, 1, 0, 0), + [2633] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1246), + [2635] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1239), + [2637] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1469), + [2639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_relative_scope, 1, 0, 0), + [2641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1394), + [2643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2316), + [2645] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2315), + [2647] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1277), + [2649] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1741), + [2651] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2400), + [2653] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2401), + [2655] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1279), + [2657] = {.entry = {.count = 1, .reusable = true}}, SHIFT(633), + [2659] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2501), + [2661] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1271), + [2663] = {.entry = {.count = 1, .reusable = true}}, SHIFT(991), + [2665] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1113), + [2667] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2314), + [2669] = {.entry = {.count = 1, .reusable = true}}, SHIFT(911), + [2671] = {.entry = {.count = 1, .reusable = true}}, SHIFT(912), + [2673] = {.entry = {.count = 1, .reusable = true}}, SHIFT(913), + [2675] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1112), + [2677] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2416), + [2679] = {.entry = {.count = 1, .reusable = false}}, SHIFT(228), + [2681] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1285), + [2683] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1285), + [2685] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), SHIFT(1331), + [2688] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1572), + [2690] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_heredoc_body, 2, 0, 0), + [2692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1420), + [2694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1424), + [2696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_use_list_repeat1, 2, 0, 0), + [2698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1419), + [2700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1274), + [2702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2309), + [2704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1418), + [2706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1280), + [2708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2305), + [2710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1416), + [2712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1423), + [2714] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(228), + [2717] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1285), + [2720] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1285), + [2723] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1331), + [2726] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1572), + [2729] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 2, 0, 0), + [2731] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1374), + [2733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1289), + [2735] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1289), + [2737] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_heredoc_body_repeat1, 1, 0, 0), + [2739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1331), + [2741] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(228), + [2744] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1289), + [2747] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1289), + [2750] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), + [2752] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), SHIFT_REPEAT(1572), + [2755] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 3, 0, 0), + [2757] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 32), + [2759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 2, 0, 0), + [2761] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 87), + [2763] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 161), + [2765] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 2, 0, 12), + [2767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(225), + [2769] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1305), + [2771] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1305), + [2773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(832), + [2775] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1559), + [2777] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 126), + [2779] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1385), + [2781] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_declaration, 4, 0, 0), + [2783] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(312), + [2786] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1300), + [2789] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1300), + [2792] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), + [2794] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), SHIFT_REPEAT(1562), + [2797] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1304), + [2799] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1304), + [2801] = {.entry = {.count = 1, .reusable = true}}, SHIFT(739), + [2803] = {.entry = {.count = 1, .reusable = true}}, SHIFT(312), + [2805] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1306), + [2807] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1306), + [2809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(925), + [2811] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1562), + [2813] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1296), + [2815] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1296), + [2817] = {.entry = {.count = 1, .reusable = true}}, SHIFT(833), + [2819] = {.entry = {.count = 1, .reusable = true}}, SHIFT(759), + [2821] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(225), + [2824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1305), + [2827] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1305), + [2830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), + [2832] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), SHIFT_REPEAT(1559), + [2835] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1300), + [2837] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1300), + [2839] = {.entry = {.count = 1, .reusable = true}}, SHIFT(910), + [2841] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 128), + [2843] = {.entry = {.count = 1, .reusable = true}}, SHIFT(985), + [2845] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_list, 3, 0, 0), + [2847] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1309), + [2849] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1309), + [2851] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1044), + [2853] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 3, 0, 127), + [2855] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_method_declaration, 4, 0, 160), + [2857] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1078), + [2859] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 3, 0, 0), + [2861] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 86), + [2863] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 2, 0, 88), + [2865] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__member_declaration, 1, 0, 45), + [2867] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 1, 0, 1), + [2869] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 6, 0, 189), + [2871] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__class_const_declaration, 3, 0, 125), + [2873] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 159), + [2875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 6, 0, 178), + [2877] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 159), + [2879] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 178), + [2881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 5, 0, 44), + [2883] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 5, 0, 179), + [2885] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 4, 0, 79), + [2887] = {.entry = {.count = 1, .reusable = true}}, SHIFT(228), + [2889] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1286), + [2891] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1286), + [2893] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1572), + [2895] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_enum_case, 3, 0, 16), + [2897] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 44), + [2899] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook_list, 3, 0, 0), + [2901] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1073), + [2903] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook_list, 2, 0, 0), + [2905] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_declaration, 4, 0, 0), + [2907] = {.entry = {.count = 1, .reusable = false}}, SHIFT(555), + [2909] = {.entry = {.count = 1, .reusable = false}}, SHIFT(564), + [2911] = {.entry = {.count = 1, .reusable = true}}, SHIFT(298), + [2913] = {.entry = {.count = 1, .reusable = false}}, SHIFT(541), + [2915] = {.entry = {.count = 1, .reusable = false}}, SHIFT(675), + [2917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(369), + [2919] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1402), + [2921] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1334), + [2923] = {.entry = {.count = 1, .reusable = false}}, SHIFT(644), + [2925] = {.entry = {.count = 1, .reusable = false}}, SHIFT(660), + [2927] = {.entry = {.count = 1, .reusable = true}}, SHIFT(346), + [2929] = {.entry = {.count = 1, .reusable = false}}, SHIFT(668), + [2931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(279), + [2933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1336), + [2935] = {.entry = {.count = 1, .reusable = false}}, SHIFT(822), + [2937] = {.entry = {.count = 1, .reusable = false}}, SHIFT(905), + [2939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(363), + [2941] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2106), + [2943] = {.entry = {.count = 1, .reusable = false}}, SHIFT(854), + [2945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(300), + [2947] = {.entry = {.count = 1, .reusable = false}}, SHIFT(708), + [2949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(343), + [2951] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__modifier, 1, 0, 0), + [2953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1747), + [2955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1746), + [2957] = {.entry = {.count = 1, .reusable = false}}, SHIFT(800), + [2959] = {.entry = {.count = 1, .reusable = false}}, SHIFT(786), + [2961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(230), + [2963] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1402), + [2966] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1470), + [2969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), + [2971] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1227), + [2974] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_hook_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1355), + [2977] = {.entry = {.count = 1, .reusable = false}}, SHIFT(529), + [2979] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2227), + [2981] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_optional_type, 2, 0, 0), + [2983] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_optional_type, 2, 0, 0), + [2985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1754), + [2987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1748), + [2989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2079), + [2991] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_primitive_type, 1, 0, 0), + [2993] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_primitive_type, 1, 0, 0), + [2995] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), + [2997] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_named_type, 1, 0, 0), + [2999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1913), + [3001] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), + [3003] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 4, 0, 0), + [3005] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [3007] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [3009] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), + [3011] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), + [3013] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_variable, 1, 0, 0), + [3015] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2369), + [3017] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1471), + [3019] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_variable, 1, 0, 0), + [3021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1437), + [3023] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [3026] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), + [3029] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2195), + [3031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(678), + [3033] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), + [3035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), + [3037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2386), + [3039] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1433), + [3041] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1547), + [3043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1590), + [3045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(70), + [3047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(324), + [3049] = {.entry = {.count = 1, .reusable = true}}, SHIFT(674), + [3051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2310), + [3053] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1445), + [3055] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1583), + [3057] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1649), + [3059] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1623), + [3061] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1661), + [3063] = {.entry = {.count = 4, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), + [3068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1255), + [3070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1241), + [3072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1646), + [3074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1645), + [3076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1622), + [3078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1605), + [3080] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_type, 1, 0, 0), + [3082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), + [3084] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1253), + [3086] = {.entry = {.count = 4, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), + [3091] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1234), + [3093] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1144), + [3095] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1373), + [3097] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1382), + [3099] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1680), + [3101] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1254), + [3103] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1235), + [3105] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2497), + [3108] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_try_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(2214), + [3111] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1167), + [3113] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_named_type, 1, 0, 0), REDUCE(aux_sym_namespace_name_repeat1, 1, 0, 0), + [3116] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2196), + [3118] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2262), + [3120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(599), + [3122] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1861), + [3124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1957), + [3126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(597), + [3128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1967), + [3130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2497), + [3132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2214), + [3134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2292), + [3136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2359), + [3138] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), + [3140] = {.entry = {.count = 5, .reusable = true}}, REDUCE(sym_type, 1, 0, 0), REDUCE(sym_union_type, 1, 0, 0), REDUCE(sym_intersection_type, 1, 0, 0), REDUCE(sym_disjunctive_normal_form_type, 1, -1, 0), SHIFT(1252), + [3146] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1242), + [3148] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), + [3150] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_expression, 4, 0, 0), + [3152] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body_heredoc, 2, 0, 0), + [3154] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1326), + [3156] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2020), + [3158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1345), + [3160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1327), + [3162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1328), + [3164] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 55), + [3166] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_member_access_expression, 3, 0, 55), + [3168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1333), + [3170] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__complex_string_part, 3, 0, 0), + [3172] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__complex_string_part, 3, 0, 0), + [3174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2346), + [3176] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1337), + [3178] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), + [3180] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), + [3182] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(322), + [3185] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_switch_block_repeat1, 2, 0, 0), SHIFT_REPEAT(2173), + [3188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1601), + [3190] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1603), + [3192] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2293), + [3194] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__simple_string_part, 1, 0, 3), + [3196] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_part, 1, 0, 3), + [3198] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_qualified_name, 2, 0, 8), REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), + [3201] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1589), + [3203] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1695), + [3205] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1626), + [3207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2366), + [3209] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1324), + [3211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1316), + [3213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1585), + [3215] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 0), + [3217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1299), + [3219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1379), + [3221] = {.entry = {.count = 1, .reusable = true}}, SHIFT(553), + [3223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1290), + [3225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1658), + [3227] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1666), + [3229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1399), + [3231] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1323), + [3233] = {.entry = {.count = 1, .reusable = true}}, SHIFT(658), + [3235] = {.entry = {.count = 1, .reusable = true}}, SHIFT(339), + [3237] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), + [3239] = {.entry = {.count = 2, .reusable = false}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1490), + [3242] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_repeat1, 2, 0, 0), SHIFT_REPEAT(1765), + [3245] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), + [3247] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1237), + [3249] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1565), + [3251] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2348), + [3253] = {.entry = {.count = 1, .reusable = true}}, SHIFT(530), + [3255] = {.entry = {.count = 1, .reusable = true}}, SHIFT(313), + [3257] = {.entry = {.count = 1, .reusable = false}}, SHIFT(740), + [3259] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1519), + [3261] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1765), + [3263] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1894), + [3265] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2231), + [3267] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2215), + [3269] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), + [3271] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2239), + [3273] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2183), + [3275] = {.entry = {.count = 1, .reusable = false}}, SHIFT(81), + [3277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(472), + [3279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(322), + [3281] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2173), + [3283] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1925), + [3285] = {.entry = {.count = 1, .reusable = false}}, SHIFT(758), + [3287] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1490), + [3289] = {.entry = {.count = 1, .reusable = false}}, SHIFT(844), + [3291] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1557), + [3293] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1990), + [3295] = {.entry = {.count = 1, .reusable = true}}, SHIFT(565), + [3297] = {.entry = {.count = 1, .reusable = true}}, SHIFT(234), + [3299] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(2183), + [3302] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 4, 0, 50), SHIFT(84), + [3305] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1998), + [3307] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2004), + [3309] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(2183), + [3312] = {.entry = {.count = 2, .reusable = false}}, REDUCE(sym_if_statement, 3, 0, 22), SHIFT(84), + [3315] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(1535), + [3318] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2348), + [3321] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1895), + [3323] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1158), + [3325] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1923), + [3327] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1921), + [3329] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1920), + [3331] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2000), + [3333] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_execution_operator_body, 2, 0, 0), + [3335] = {.entry = {.count = 1, .reusable = true}}, SHIFT(779), + [3337] = {.entry = {.count = 1, .reusable = true}}, SHIFT(229), + [3339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), + [3341] = {.entry = {.count = 1, .reusable = true}}, SHIFT(881), + [3343] = {.entry = {.count = 1, .reusable = true}}, SHIFT(368), + [3345] = {.entry = {.count = 1, .reusable = false}}, SHIFT(831), + [3347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1409), + [3349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(347), + [3351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1570), + [3353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1411), + [3355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(344), + [3357] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1571), + [3359] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1253), + [3362] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1535), + [3364] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_name, 1, 0, 0), + [3366] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1680), + [3368] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2372), + [3370] = {.entry = {.count = 1, .reusable = true}}, SHIFT(477), + [3372] = {.entry = {.count = 1, .reusable = true}}, SHIFT(682), + [3374] = {.entry = {.count = 1, .reusable = true}}, SHIFT(319), + [3376] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1501), + [3378] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1498), + [3380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1390), + [3382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(318), + [3384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1573), + [3386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1465), + [3388] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1256), + [3391] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1237), + [3394] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_union_type, 2, 0, 0), + [3396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1256), + [3398] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), + [3400] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_intersection_type, 2, 0, 0), + [3402] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1255), + [3405] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym__interpolated_string_body, 2, 0, 0), + [3407] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2446), + [3409] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 31), + [3411] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1229), + [3413] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 185), + [3415] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 185), + [3417] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1401), + [3419] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 3, -1, 0), + [3421] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1248), + [3423] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 62), + [3425] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 192), + [3427] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 192), + [3429] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 193), + [3431] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 193), + [3433] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1928), + [3435] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1467), + [3437] = {.entry = {.count = 1, .reusable = true}}, SHIFT(466), + [3439] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1942), + [3441] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1961), + [3443] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1222), + [3445] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2128), + [3447] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 5, 0, 0), + [3449] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_element, 1, 0, 5), + [3451] = {.entry = {.count = 1, .reusable = true}}, SHIFT(294), + [3453] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 18), + [3455] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), + [3457] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1379), + [3460] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1294), + [3462] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 6, 0, 194), + [3464] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 6, 0, 194), + [3466] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1751), + [3468] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1356), + [3470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1357), + [3472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(201), + [3474] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 171), + [3476] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 171), + [3478] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2330), + [3480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2249), + [3482] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 172), + [3484] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 172), + [3486] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 68), + [3488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2057), + [3490] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 71), + [3492] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 26), + [3494] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 40), + [3496] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1230), + [3498] = {.entry = {.count = 1, .reusable = true}}, SHIFT(451), + [3500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(492), + [3502] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), + [3504] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_property_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(2020), + [3507] = {.entry = {.count = 1, .reusable = true}}, SHIFT(417), + [3509] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 3, 0, 0), + [3511] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1911), + [3513] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1307), + [3515] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1250), + [3518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1918), + [3520] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 173), + [3522] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 173), + [3524] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 3, 0, 174), + [3526] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 3, 0, 174), + [3528] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 190), + [3530] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 190), + [3532] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 115), + [3534] = {.entry = {.count = 1, .reusable = true}}, SHIFT(321), + [3536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2080), + [3538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1875), + [3540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2186), + [3542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1934), + [3544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1736), + [3546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2250), + [3548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1293), + [3550] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1251), + [3553] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1297), + [3555] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 120), + [3557] = {.entry = {.count = 1, .reusable = true}}, SHIFT(327), + [3559] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 121), + [3561] = {.entry = {.count = 1, .reusable = true}}, SHIFT(330), + [3563] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1244), + [3566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(424), + [3568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1223), + [3570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2216), + [3572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 75), + [3574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(268), + [3576] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 187), + [3578] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 187), + [3580] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 186), + [3582] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 186), + [3584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(505), + [3586] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 76), + [3588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(272), + [3590] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 184), + [3592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 184), + [3594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(479), + [3596] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 2, -1, 0), + [3598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(473), + [3600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 155), + [3602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(341), + [3604] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 2, 0, 36), + [3606] = {.entry = {.count = 1, .reusable = true}}, SHIFT(224), + [3608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_disjunctive_normal_form_type, 4, -1, 0), + [3610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1244), + [3612] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 183), + [3614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 183), + [3616] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_hook_body, 1, 0, 152), + [3618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_hook_body, 1, 0, 152), + [3620] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 108), + [3622] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 2, 0, 151), + [3624] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 2, 0, 151), + [3626] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat1, 2, 0, 93), SHIFT_REPEAT(2183), + [3629] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2121), + [3631] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 4, 0, 182), + [3633] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 4, 0, 182), + [3635] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 2, 0, 7), + [3637] = {.entry = {.count = 1, .reusable = true}}, SHIFT(423), + [3639] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_union_type, 2, 0, 0), + [3641] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1249), + [3643] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1817), + [3645] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 93), + [3647] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 93), SHIFT_REPEAT(2231), + [3650] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 2, 0, 93), + [3652] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 3, 0, 20), + [3654] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 2, 0, 0), + [3656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(474), + [3658] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1250), + [3660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1233), + [3662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2088), + [3664] = {.entry = {.count = 1, .reusable = false}}, SHIFT(2232), + [3666] = {.entry = {.count = 1, .reusable = false}}, SHIFT(1912), + [3668] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_union_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1249), + [3671] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1254), + [3674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1833), + [3676] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1248), + [3679] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym__property_hook_body, 3, 0, 6), + [3681] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__property_hook_body, 3, 0, 6), + [3683] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_disjunctive_normal_form_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1233), + [3686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2257), + [3688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1308), + [3690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1843), + [3692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1251), + [3694] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_formal_parameters, 4, 0, 0), + [3696] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_property_hook, 5, 0, 191), + [3698] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_hook, 5, 0, 191), + [3700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2073), + [3702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(488), + [3704] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 81), + [3706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(281), + [3708] = {.entry = {.count = 1, .reusable = true}}, SHIFT(494), + [3710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(499), + [3712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(504), + [3714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2242), + [3716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2233), + [3718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2071), + [3720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 1, 0, 0), + [3722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2473), + [3724] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_base_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1378), + [3727] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1330), + [3729] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1380), + [3731] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_static_variable_declaration, 1, 0, 5), + [3733] = {.entry = {.count = 1, .reusable = true}}, SHIFT(292), + [3735] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1985), + [3737] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1288), + [3739] = {.entry = {.count = 1, .reusable = true}}, SHIFT(749), + [3741] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__scope_resolution_qualifier, 1, 0, 0), + [3743] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1365), + [3745] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1367), + [3747] = {.entry = {.count = 1, .reusable = true}}, SHIFT(218), + [3749] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2412), + [3751] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_intersection_type_repeat1, 2, 0, 0), SHIFT_REPEAT(1252), + [3754] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), + [3756] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1307), + [3759] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 2, 0, 0), + [3761] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1528), + [3763] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1338), + [3765] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1347), + [3767] = {.entry = {.count = 1, .reusable = true}}, SHIFT(219), + [3769] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 4, 0, 0), + [3771] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_list_literal, 1, 0, 0), + [3773] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2043), + [3775] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_nowdoc_body, 2, 0, 0), + [3777] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1801), + [3779] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 2, 0, 17), + [3781] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2390), + [3783] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), + [3785] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_global_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1736), + [3788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1939), + [3790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(755), + [3792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1354), + [3794] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1339), + [3796] = {.entry = {.count = 1, .reusable = true}}, SHIFT(200), + [3798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1853), + [3800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(830), + [3802] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym_intersection_type, 2, 0, 0), SHIFT(1252), + [3805] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_string_content, 1, 0, 0), + [3807] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1779), + [3809] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1378), + [3811] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 2, 0, 0), + [3813] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), + [3815] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_function_static_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1961), + [3818] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing, 3, 0, 0), + [3820] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 1, 0, 0), + [3822] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), + [3824] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_type_list_repeat1, 2, 0, 0), SHIFT_REPEAT(1528), + [3827] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_type_list, 1, 0, 0), + [3829] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1909), + [3831] = {.entry = {.count = 1, .reusable = true}}, SHIFT(904), + [3833] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), + [3835] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_string_content_repeat1, 2, 0, 0), SHIFT_REPEAT(1779), + [3838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1369), + [3840] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1368), + [3842] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1363), + [3844] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1352), + [3846] = {.entry = {.count = 1, .reusable = true}}, SHIFT(221), + [3848] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1343), + [3850] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1342), + [3852] = {.entry = {.count = 1, .reusable = true}}, SHIFT(212), + [3854] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), + [3856] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__const_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1467), + [3859] = {.entry = {.count = 1, .reusable = true}}, SHIFT(483), + [3861] = {.entry = {.count = 1, .reusable = true}}, SHIFT(217), + [3863] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1359), + [3865] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1360), + [3867] = {.entry = {.count = 1, .reusable = true}}, SHIFT(207), + [3869] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1791), + [3871] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1332), + [3873] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1384), + [3875] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_base_clause, 3, 0, 0), + [3877] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2035), + [3879] = {.entry = {.count = 1, .reusable = true}}, SHIFT(205), + [3881] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), + [3883] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_nowdoc_body_repeat1, 2, 0, 0), SHIFT_REPEAT(1801), + [3886] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(1806), + [3889] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_name_repeat1, 2, 0, 0), SHIFT_REPEAT(2482), + [3892] = {.entry = {.count = 1, .reusable = true}}, SHIFT(440), + [3894] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2132), + [3896] = {.entry = {.count = 1, .reusable = true}}, SHIFT(118), + [3898] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2093), + [3900] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 38), + [3902] = {.entry = {.count = 1, .reusable = true}}, SHIFT(236), + [3904] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_unset_statement_repeat1, 2, 0, 0), SHIFT_REPEAT(610), + [3907] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 18), + [3909] = {.entry = {.count = 1, .reusable = true}}, SHIFT(502), + [3911] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_if_clause_2, 3, 0, 22), + [3913] = {.entry = {.count = 1, .reusable = false}}, REDUCE(sym_else_if_clause_2, 3, 0, 22), + [3915] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 3, 0, 0), + [3917] = {.entry = {.count = 1, .reusable = true}}, SHIFT(460), + [3919] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 26), + [3921] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), SHIFT_REPEAT(148), + [3924] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_match_block_repeat1, 2, 0, 0), + [3926] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_match_condition_list_repeat1, 2, 0, 0), SHIFT_REPEAT(338), + [3929] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 62), + [3931] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2244), + [3933] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1937), + [3935] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_class_interface_clause, 2, 0, 0), + [3937] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 1, 0, 5), + [3939] = {.entry = {.count = 1, .reusable = true}}, SHIFT(242), + [3941] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 4, 0, 43), + [3943] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1663), + [3945] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2152), + [3947] = {.entry = {.count = 1, .reusable = true}}, SHIFT(757), + [3949] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1740), + [3951] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1406), + [3953] = {.entry = {.count = 1, .reusable = true}}, SHIFT(823), + [3955] = {.entry = {.count = 1, .reusable = true}}, SHIFT(416), + [3957] = {.entry = {.count = 1, .reusable = true}}, SHIFT(135), + [3959] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1860), + [3961] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1941), + [3963] = {.entry = {.count = 1, .reusable = true}}, SHIFT(430), + [3965] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 0), + [3967] = {.entry = {.count = 1, .reusable = true}}, SHIFT(431), + [3969] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 2, 0, 7), + [3971] = {.entry = {.count = 1, .reusable = true}}, SHIFT(428), + [3973] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 37), + [3975] = {.entry = {.count = 1, .reusable = true}}, SHIFT(235), + [3977] = {.entry = {.count = 1, .reusable = true}}, SHIFT(608), + [3979] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 7, 0, 136), + [3981] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1943), + [3983] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1868), + [3985] = {.entry = {.count = 1, .reusable = true}}, SHIFT(438), + [3987] = {.entry = {.count = 1, .reusable = true}}, SHIFT(115), + [3989] = {.entry = {.count = 1, .reusable = true}}, SHIFT(571), + [3991] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1526), + [3993] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1527), + [3995] = {.entry = {.count = 1, .reusable = true}}, SHIFT(485), + [3997] = {.entry = {.count = 1, .reusable = true}}, SHIFT(434), + [3999] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2120), + [4001] = {.entry = {.count = 1, .reusable = true}}, SHIFT(131), + [4003] = {.entry = {.count = 1, .reusable = true}}, SHIFT(760), + [4005] = {.entry = {.count = 1, .reusable = true}}, SHIFT(744), + [4007] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1978), + [4009] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 31), + [4011] = {.entry = {.count = 1, .reusable = true}}, SHIFT(435), + [4013] = {.entry = {.count = 1, .reusable = true}}, SHIFT(490), + [4015] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2180), + [4017] = {.entry = {.count = 1, .reusable = true}}, SHIFT(902), + [4019] = {.entry = {.count = 1, .reusable = true}}, SHIFT(489), + [4021] = {.entry = {.count = 1, .reusable = true}}, SHIFT(450), + [4023] = {.entry = {.count = 1, .reusable = true}}, SHIFT(459), + [4025] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 2, 0, 35), + [4027] = {.entry = {.count = 1, .reusable = true}}, SHIFT(385), + [4029] = {.entry = {.count = 1, .reusable = true}}, SHIFT(141), + [4031] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1567), + [4033] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1545), + [4035] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 82), + [4037] = {.entry = {.count = 1, .reusable = true}}, SHIFT(290), + [4039] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 18), + [4041] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__return_type, 2, 0, 41), + [4043] = {.entry = {.count = 1, .reusable = true}}, SHIFT(735), + [4045] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1616), + [4047] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2274), + [4049] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 3, 0, 0), + [4051] = {.entry = {.count = 1, .reusable = true}}, SHIFT(216), + [4053] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(147), + [4056] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), + [4058] = {.entry = {.count = 1, .reusable = true}}, SHIFT(898), + [4060] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2143), + [4062] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1329), + [4064] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1315), + [4066] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 71), + [4068] = {.entry = {.count = 1, .reusable = true}}, SHIFT(132), + [4070] = {.entry = {.count = 1, .reusable = true}}, SHIFT(754), + [4072] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2443), + [4074] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1900), + [4076] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1883), + [4078] = {.entry = {.count = 1, .reusable = true}}, SHIFT(484), + [4080] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1946), + [4082] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 48), + [4084] = {.entry = {.count = 1, .reusable = false}}, REDUCE(aux_sym_if_statement_repeat2, 1, 0, 48), + [4086] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1999), + [4088] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 0), + [4090] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 5, 0, 54), + [4092] = {.entry = {.count = 1, .reusable = true}}, SHIFT(133), + [4094] = {.entry = {.count = 1, .reusable = true}}, SHIFT(681), + [4096] = {.entry = {.count = 1, .reusable = true}}, SHIFT(120), + [4098] = {.entry = {.count = 1, .reusable = true}}, SHIFT(518), + [4100] = {.entry = {.count = 1, .reusable = true}}, SHIFT(469), + [4102] = {.entry = {.count = 1, .reusable = true}}, SHIFT(470), + [4104] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 68), + [4106] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 7), + [4108] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 3, 0, 34), + [4110] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2113), + [4112] = {.entry = {.count = 1, .reusable = true}}, SHIFT(737), + [4114] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 0), + [4116] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2317), + [4118] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2447), + [4120] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1756), + [4122] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_clause, 4, 0, 73), + [4124] = {.entry = {.count = 1, .reusable = true}}, SHIFT(136), + [4126] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2039), + [4128] = {.entry = {.count = 1, .reusable = true}}, SHIFT(596), + [4130] = {.entry = {.count = 1, .reusable = true}}, SHIFT(441), + [4132] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2019), + [4134] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2006), + [4136] = {.entry = {.count = 1, .reusable = true}}, SHIFT(139), + [4138] = {.entry = {.count = 1, .reusable = true}}, SHIFT(922), + [4140] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1314), + [4142] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2172), + [4144] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1981), + [4146] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(138), + [4149] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__array_destructing_repeat1, 2, 0, 0), + [4151] = {.entry = {.count = 1, .reusable = true}}, SHIFT(137), + [4153] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), SHIFT_REPEAT(124), + [4156] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_arguments_repeat1, 2, 0, 0), + [4158] = {.entry = {.count = 1, .reusable = true}}, SHIFT(138), + [4160] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1733), + [4162] = {.entry = {.count = 1, .reusable = true}}, SHIFT(146), + [4164] = {.entry = {.count = 1, .reusable = true}}, SHIFT(980), + [4166] = {.entry = {.count = 1, .reusable = true}}, SHIFT(726), + [4168] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2103), + [4170] = {.entry = {.count = 1, .reusable = true}}, SHIFT(683), + [4172] = {.entry = {.count = 1, .reusable = true}}, SHIFT(122), + [4174] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1940), + [4176] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 10), + [4178] = {.entry = {.count = 1, .reusable = true}}, SHIFT(117), + [4180] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1769), + [4182] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 6, 0, 136), + [4184] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_intersection_type, 1, 0, 0), + [4186] = {.entry = {.count = 1, .reusable = true}}, SHIFT(116), + [4188] = {.entry = {.count = 1, .reusable = true}}, SHIFT(714), + [4190] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 31), + [4192] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1688), + [4194] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1871), + [4196] = {.entry = {.count = 1, .reusable = true}}, SHIFT(140), + [4198] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1275), + [4200] = {.entry = {.count = 1, .reusable = true}}, SHIFT(134), + [4202] = {.entry = {.count = 1, .reusable = true}}, SHIFT(834), + [4204] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_namespace_use_declaration_repeat1, 2, 0, 0), SHIFT_REPEAT(1314), + [4207] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2034), + [4209] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 62), + [4211] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2467), + [4213] = {.entry = {.count = 1, .reusable = true}}, SHIFT(129), + [4215] = {.entry = {.count = 1, .reusable = true}}, SHIFT(835), + [4217] = {.entry = {.count = 1, .reusable = true}}, SHIFT(114), + [4219] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2045), + [4221] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 53), + [4223] = {.entry = {.count = 1, .reusable = true}}, SHIFT(113), + [4225] = {.entry = {.count = 1, .reusable = true}}, SHIFT(643), + [4227] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 3, 0, 0), + [4229] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1854), + [4231] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), SHIFT_REPEAT(1737), + [4234] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_anonymous_function_use_clause_repeat1, 2, 0, 0), + [4236] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 0), + [4238] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1933), + [4240] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1841), + [4242] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1335), + [4244] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1089), + [4246] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2353), + [4248] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2360), + [4250] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1760), + [4252] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__list_destructing, 4, 0, 54), + [4254] = {.entry = {.count = 1, .reusable = true}}, SHIFT(449), + [4256] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 80), + [4258] = {.entry = {.count = 1, .reusable = true}}, SHIFT(275), + [4260] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2049), + [4262] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1996), + [4264] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 68), + [4266] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1935), + [4268] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 2, 0, 0), SHIFT_REPEAT(154), + [4271] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1994), + [4273] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 108), + [4275] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 3, 0, 78), + [4277] = {.entry = {.count = 1, .reusable = true}}, SHIFT(273), + [4279] = {.entry = {.count = 1, .reusable = true}}, SHIFT(112), + [4281] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 54), + [4283] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), SHIFT_REPEAT(774), + [4286] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_formal_parameters_repeat1, 2, 0, 0), + [4288] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_array_creation_expression_repeat1, 2, 0, 0), SHIFT_REPEAT(144), + [4291] = {.entry = {.count = 2, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), SHIFT_REPEAT(1341), + [4294] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym_attribute_group_repeat1, 2, 0, 0), + [4296] = {.entry = {.count = 1, .reusable = true}}, SHIFT(121), + [4298] = {.entry = {.count = 1, .reusable = true}}, SHIFT(796), + [4300] = {.entry = {.count = 1, .reusable = true}}, SHIFT(119), + [4302] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__function_definition_header, 5, 0, 85), + [4304] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1806), + [4306] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1321), + [4308] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 71), + [4310] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_simple_parameter, 4, 0, 123), + [4312] = {.entry = {.count = 1, .reusable = true}}, SHIFT(331), + [4314] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1405), + [4316] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 108), + [4318] = {.entry = {.count = 1, .reusable = true}}, SHIFT(111), + [4320] = {.entry = {.count = 1, .reusable = true}}, SHIFT(861), + [4322] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 26), + [4324] = {.entry = {.count = 1, .reusable = true}}, SHIFT(73), + [4326] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 3, 0, 0), REDUCE(sym_array_element_initializer, 3, 0, 0), + [4329] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 6, 0, 148), + [4331] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 115), + [4333] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 3, 0, 36), + [4335] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 116), + [4337] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 120), + [4339] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 5, 0, 121), + [4341] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 5, 0, 157), + [4343] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 77), + [4345] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 5, 0, 0), + [4347] = {.entry = {.count = 1, .reusable = true}}, SHIFT(301), + [4349] = {.entry = {.count = 1, .reusable = true}}, SHIFT(40), + [4351] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1803), + [4353] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2435), + [4355] = {.entry = {.count = 1, .reusable = true}}, SHIFT(891), + [4357] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 79), + [4359] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 156), + [4361] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2394), + [4363] = {.entry = {.count = 1, .reusable = true}}, SHIFT(690), + [4365] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 4, 0, 0), + [4367] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2395), + [4369] = {.entry = {.count = 1, .reusable = true}}, SHIFT(688), + [4371] = {.entry = {.count = 2, .reusable = true}}, REDUCE(sym__array_destructing_element, 1, 0, 0), REDUCE(sym_array_element_initializer, 1, 0, 0), + [4374] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 3, 0, 74), + [4376] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 155), + [4378] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_namespace_use_group, 5, 0, 113), + [4380] = {.entry = {.count = 1, .reusable = true}}, SHIFT(6), + [4382] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2404), + [4384] = {.entry = {.count = 1, .reusable = true}}, SHIFT(724), + [4386] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2405), + [4388] = {.entry = {.count = 1, .reusable = true}}, SHIFT(728), + [4390] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2388), + [4392] = {.entry = {.count = 1, .reusable = true}}, SHIFT(836), + [4394] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1749), + [4396] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2397), + [4398] = {.entry = {.count = 1, .reusable = true}}, SHIFT(838), + [4400] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 170), + [4402] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_attribute, 2, 0, 7), + [4404] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2422), + [4406] = {.entry = {.count = 1, .reusable = true}}, SHIFT(750), + [4408] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_instead_of_clause, 3, 0, 0), + [4410] = {.entry = {.count = 1, .reusable = true}}, SHIFT(306), + [4412] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 122), + [4414] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 150), + [4416] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1711), + [4418] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 6, 0, 149), + [4420] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 81), + [4422] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 75), + [4424] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 175), + [4426] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 4, 0, 76), + [4428] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 7, 0, 176), + [4430] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1742), + [4432] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 2, 0, 16), + [4434] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1752), + [4436] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2426), + [4438] = {.entry = {.count = 1, .reusable = true}}, SHIFT(900), + [4440] = {.entry = {.count = 1, .reusable = true}}, SHIFT(130), + [4442] = {.entry = {.count = 1, .reusable = true}}, SHIFT(197), + [4444] = {.entry = {.count = 1, .reusable = true}}, SHIFT(803), + [4446] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1298), + [4448] = {.entry = {.count = 1, .reusable = true}}, SHIFT(125), + [4450] = {.entry = {.count = 1, .reusable = true}}, SHIFT(128), + [4452] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_anonymous_function_use_clause, 6, 0, 0), + [4454] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_cast_type, 1, 0, 0), + [4456] = {.entry = {.count = 1, .reusable = true}}, REDUCE(aux_sym__list_destructing_repeat1, 4, 0, 135), + [4458] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_use_as_clause, 4, 0, 0), + [4460] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_property_promotion_parameter, 8, 0, 188), + [4462] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2303), + [4464] = {.entry = {.count = 1, .reusable = true}}, SHIFT(896), + [4466] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 117), + [4468] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_variadic_parameter, 4, 0, 119), + [4470] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1568), + [4472] = {.entry = {.count = 1, .reusable = true}}, SHIFT(334), + [4474] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 63), + [4476] = {.entry = {.count = 1, .reusable = true}}, SHIFT(399), + [4478] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 63), + [4480] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1893), + [4482] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2470), + [4484] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2278), + [4486] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1407), + [4488] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2134), + [4490] = {.entry = {.count = 1, .reusable = true}}, SHIFT(897), + [4492] = {.entry = {.count = 1, .reusable = true}}, SHIFT(157), + [4494] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1579), + [4496] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 69), + [4498] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 69), + [4500] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1548), + [4502] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1532), + [4504] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1987), + [4506] = {.entry = {.count = 1, .reusable = true}}, SHIFT(613), + [4508] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1703), + [4510] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1538), + [4512] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1536), + [4514] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1706), + [4516] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1716), + [4518] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2211), + [4520] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1370), + [4522] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1353), + [4524] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1513), + [4526] = {.entry = {.count = 1, .reusable = true}}, SHIFT(274), + [4528] = {.entry = {.count = 1, .reusable = true}}, SHIFT(198), + [4530] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1643), + [4532] = {.entry = {.count = 1, .reusable = true}}, SHIFT(402), + [4534] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_foreach_pair, 3, 0, 0), + [4536] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1768), + [4538] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2260), + [4540] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1486), + [4542] = {.entry = {.count = 1, .reusable = true}}, SHIFT(29), + [4544] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1349), + [4546] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2252), + [4548] = {.entry = {.count = 1, .reusable = true}}, SHIFT(776), + [4550] = {.entry = {.count = 1, .reusable = true}}, SHIFT(14), + [4552] = {.entry = {.count = 1, .reusable = true}}, SHIFT(20), + [4554] = {.entry = {.count = 1, .reusable = true}}, SHIFT(819), + [4556] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1344), + [4558] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2375), + [4560] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1521), + [4562] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1539), + [4564] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 109), + [4566] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1675), + [4568] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1726), + [4570] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1694), + [4572] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 109), + [4574] = {.entry = {.count = 1, .reusable = true}}, SHIFT(623), + [4576] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1776), + [4578] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1371), + [4580] = {.entry = {.count = 1, .reusable = true}}, SHIFT(163), + [4582] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2439), + [4584] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2297), + [4586] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1404), + [4588] = {.entry = {.count = 1, .reusable = true}}, SHIFT(909), + [4590] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1400), + [4592] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 105), + [4594] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1436), + [4596] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1350), + [4598] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1441), + [4600] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 6, 0, 144), + [4602] = {.entry = {.count = 1, .reusable = true}}, SHIFT(209), + [4604] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2209), + [4606] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 145), + [4608] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 144), + [4610] = {.entry = {.count = 1, .reusable = true}}, SHIFT(941), + [4612] = {.entry = {.count = 1, .reusable = true}}, SHIFT(401), + [4614] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 140), + [4616] = {.entry = {.count = 1, .reusable = true}}, SHIFT(251), + [4618] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 106), + [4620] = {.entry = {.count = 1, .reusable = true}}, SHIFT(635), + [4622] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 6, 0, 141), + [4624] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2382), + [4626] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1515), + [4628] = {.entry = {.count = 1, .reusable = true}}, ACCEPT_INPUT(), + [4630] = {.entry = {.count = 1, .reusable = true}}, SHIFT(824), + [4632] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 105), + [4634] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1960), + [4636] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2018), + [4638] = {.entry = {.count = 1, .reusable = true}}, SHIFT(23), + [4640] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 5, 0, 101), + [4642] = {.entry = {.count = 1, .reusable = true}}, SHIFT(694), + [4644] = {.entry = {.count = 1, .reusable = true}}, SHIFT(693), + [4646] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 102), + [4648] = {.entry = {.count = 1, .reusable = true}}, SHIFT(825), + [4650] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1798), + [4652] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1705), + [4654] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1540), + [4656] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1965), + [4658] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 101), + [4660] = {.entry = {.count = 1, .reusable = true}}, SHIFT(689), + [4662] = {.entry = {.count = 1, .reusable = true}}, SHIFT(687), + [4664] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1889), + [4666] = {.entry = {.count = 1, .reusable = true}}, SHIFT(12), + [4668] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1491), + [4670] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1805), + [4672] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 3, 0, 19), + [4674] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1269), + [4676] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1397), + [4678] = {.entry = {.count = 1, .reusable = true}}, SHIFT(625), + [4680] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1561), + [4682] = {.entry = {.count = 1, .reusable = true}}, SHIFT(245), + [4684] = {.entry = {.count = 1, .reusable = true}}, SHIFT(276), + [4686] = {.entry = {.count = 1, .reusable = true}}, SHIFT(213), + [4688] = {.entry = {.count = 1, .reusable = true}}, SHIFT(403), + [4690] = {.entry = {.count = 1, .reusable = true}}, SHIFT(244), + [4692] = {.entry = {.count = 1, .reusable = true}}, SHIFT(727), + [4694] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2349), + [4696] = {.entry = {.count = 1, .reusable = true}}, SHIFT(837), + [4698] = {.entry = {.count = 1, .reusable = true}}, SHIFT(143), + [4700] = {.entry = {.count = 1, .reusable = true}}, SHIFT(628), + [4702] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1892), + [4704] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2341), + [4706] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1926), + [4708] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_program, 3, 0, 0), + [4710] = {.entry = {.count = 1, .reusable = true}}, SHIFT(626), + [4712] = {.entry = {.count = 1, .reusable = true}}, SHIFT(839), + [4714] = {.entry = {.count = 1, .reusable = true}}, SHIFT(160), + [4716] = {.entry = {.count = 1, .reusable = true}}, SHIFT(360), + [4718] = {.entry = {.count = 1, .reusable = true}}, SHIFT(173), + [4720] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__simple_string_subscript_unary_expression, 2, 0, 0), + [4722] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1882), + [4724] = {.entry = {.count = 1, .reusable = true}}, SHIFT(618), + [4726] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1785), + [4728] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2117), + [4730] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1787), + [4732] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2311), + [4734] = {.entry = {.count = 1, .reusable = true}}, SHIFT(38), + [4736] = {.entry = {.count = 1, .reusable = true}}, SHIFT(34), + [4738] = {.entry = {.count = 1, .reusable = true}}, SHIFT(155), + [4740] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1969), + [4742] = {.entry = {.count = 1, .reusable = true}}, SHIFT(32), + [4744] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1795), + [4746] = {.entry = {.count = 1, .reusable = true}}, SHIFT(35), + [4748] = {.entry = {.count = 1, .reusable = true}}, SHIFT(615), + [4750] = {.entry = {.count = 1, .reusable = true}}, SHIFT(7), + [4752] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2290), + [4754] = {.entry = {.count = 1, .reusable = true}}, SHIFT(19), + [4756] = {.entry = {.count = 1, .reusable = true}}, SHIFT(123), + [4758] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1587), + [4760] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2127), + [4762] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1825), + [4764] = {.entry = {.count = 1, .reusable = true}}, SHIFT(632), + [4766] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_else_clause_2, 2, 0, 6), + [4768] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 7, 0, 168), + [4770] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1952), + [4772] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1718), + [4774] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 3, 0, 19), + [4776] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1884), + [4778] = {.entry = {.count = 1, .reusable = true}}, SHIFT(177), + [4780] = {.entry = {.count = 1, .reusable = true}}, SHIFT(13), + [4782] = {.entry = {.count = 1, .reusable = true}}, SHIFT(400), + [4784] = {.entry = {.count = 1, .reusable = true}}, SHIFT(168), + [4786] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2217), + [4788] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1581), + [4790] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1594), + [4792] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1358), + [4794] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__arrow_function_header, 4, 0, 39), + [4796] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 5, 0, 84), + [4798] = {.entry = {.count = 1, .reusable = true}}, SHIFT(376), + [4800] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1720), + [4802] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2272), + [4804] = {.entry = {.count = 1, .reusable = true}}, SHIFT(171), + [4806] = {.entry = {.count = 1, .reusable = true}}, SHIFT(2038), + [4808] = {.entry = {.count = 1, .reusable = true}}, SHIFT(772), + [4810] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1485), + [4812] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1460), + [4814] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1386), + [4816] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1714), + [4818] = {.entry = {.count = 1, .reusable = true}}, SHIFT(164), + [4820] = {.entry = {.count = 1, .reusable = true}}, SHIFT(162), + [4822] = {.entry = {.count = 1, .reusable = true}}, SHIFT(1802), + [4824] = {.entry = {.count = 1, .reusable = true}}, SHIFT(240), + [4826] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 42), + [4828] = {.entry = {.count = 1, .reusable = true}}, SHIFT(158), + [4830] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym__anonymous_function_header, 4, 0, 39), + [4832] = {.entry = {.count = 1, .reusable = true}}, SHIFT(239), + [4834] = {.entry = {.count = 1, .reusable = true}}, SHIFT(185), + [4836] = {.entry = {.count = 1, .reusable = true}}, REDUCE(sym_declare_directive, 3, 0, 0), + [4838] = {.entry = {.count = 1, .reusable = true}}, SHIFT(320), }; enum ts_external_scanner_symbol_identifiers { @@ -133909,10 +133502,10 @@ static const bool ts_external_scanner_states[14][EXTERNAL_TOKEN_COUNT] = { [ts_external_token_encapsed_string_chars_heredoc] = true, }, [5] = { - [ts_external_token_execution_string_chars] = true, + [ts_external_token_encapsed_string_chars] = true, }, [6] = { - [ts_external_token_encapsed_string_chars] = true, + [ts_external_token_execution_string_chars] = true, }, [7] = { [ts_external_token_encapsed_string_chars_heredoc] = true,